*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{line-height:1.15;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:1rem;line-height:1.5;color:#212529;background-color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6,p,ul,ol,figure,blockquote,dl,dd{margin:0}ul,ol{list-style:none}a{text-decoration:none;color:inherit}img,picture,video,canvas,svg{display:block;max-width:100%;height:auto}input,button,textarea,select{font:inherit}button{background:none;border:none;cursor:pointer}:focus{outline:none}:focus-visible{outline:2px solid #0078ff;outline-offset:2px}code,kbd,samp,pre{font-family:Courier New,Consolas,Monaco,Andale Mono,monospace}h1,.h1{font-size:2.25rem;font-weight:700;line-height:1.25;color:#212529;margin-bottom:1.5rem}@media(min-width:768px){h1,.h1{font-size:3rem}}h2,.h2{font-size:1.875rem;font-weight:700;line-height:1.25;color:#212529;margin-bottom:1rem}@media(min-width:768px){h2,.h2{font-size:2.25rem}}h3,.h3{font-size:1.5rem;font-weight:600;line-height:1.25;color:#212529;margin-bottom:1rem}@media(min-width:768px){h3,.h3{font-size:1.875rem}}h4,.h4{font-size:1.25rem;font-weight:600;line-height:1.5;color:#212529;margin-bottom:.5rem}@media(min-width:768px){h4,.h4{font-size:1.5rem}}h5,.h5{font-size:1.125rem;font-weight:500;line-height:1.5;color:#212529;margin-bottom:.5rem}@media(min-width:768px){h5,.h5{font-size:1.25rem}}h6,.h6{font-size:1rem;font-weight:500;line-height:1.5;color:#212529;margin-bottom:.5rem}@media(min-width:768px){h6,.h6{font-size:1.125rem}}p{margin-bottom:1rem;line-height:1.75;color:#495057}.text-small{font-size:.875rem}.text-large{font-size:1.125rem}.text-muted{color:#868e96}.text-primary{color:#1b263b}.text-secondary{color:#0078ff}.text-accent{color:#c5e86c}.text-error{color:#d64545}.font-weight-light{font-weight:300}.font-weight-normal{font-weight:400}.font-weight-medium{font-weight:500}.font-weight-semibold{font-weight:600}.font-weight-bold{font-weight:700}.container{width:100%;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media(min-width:640px){.container{max-width:640px}}@media(min-width:768px){.container{max-width:768px}}@media(min-width:1024px){.container{max-width:1024px}}@media(min-width:1280px){.container{max-width:1280px}}@media(min-width:1536px){.container{max-width:1536px}}.mt-auto{margin-top:auto}.mr-auto{margin-right:auto}.mb-auto{margin-bottom:auto}.ml-auto{margin-left:auto}.flex{display:flex}.flex-center{display:flex;align-items:center;justify-content:center}.flex-between{display:flex;align-items:center;justify-content:space-between}.flex-column{display:flex;flex-direction:column}.grid{display:grid}.block{display:block}.inline-block{display:inline-block}.hidden{display:none}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.login{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1b263b,#0b0f18);padding:1.5rem}.login__container{width:100%;max-width:400px;background:#fff;border-radius:1rem;padding:3rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.login__header{text-align:center;margin-bottom:2rem}.login__logo{display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.login__logo-text{font-size:1.25rem;font-weight:700;color:#1b263b;letter-spacing:.05em}.login__title{font-size:1.5rem;font-weight:700;color:#212529;margin-bottom:.25rem}.login__subtitle{font-size:.875rem;color:#868e96}.login__form{display:flex;flex-direction:column;gap:1rem}.login__error{padding:.5rem 1rem;background:#f6d7d7;border:1px solid #d64545;border-radius:.5rem;color:#d64545;font-size:.875rem;text-align:center}.login__field{display:flex;flex-direction:column;gap:.25rem}.login__label{font-size:.875rem;font-weight:500;color:#495057}.login__input{padding:.5rem 1rem;border:1px solid #dee2e6;border-radius:.5rem;font-size:1rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.login__input:focus{outline:none;border-color:#0078ff;box-shadow:0 0 0 3px #0078ff1a}.login__input:disabled{background:#f8f9fa;cursor:not-allowed}.login__input::placeholder{color:#868e96}.login__button{margin-top:.5rem;padding:.5rem 1.5rem;background:#0078ff;color:#fff;border:none;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:background .15s ease-in-out,transform .15s ease-in-out}.login__button:hover:not(:disabled){background:#0065d6;transform:translateY(-1px)}.login__button:active:not(:disabled){transform:translateY(0)}.login__button:disabled{background:#ced4da;cursor:not-allowed}@media(orientation:portrait)and (max-width:768px){.login{padding:.5rem}.login__container{padding:1.5rem}}.icon{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px}.icon svg{width:100%;height:100%}.layout{display:flex;height:100vh;background-color:#f8f9fa;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;position:relative}.layout__mobile-menu-btn{position:fixed;top:0;left:0;right:0;height:4rem;background:#0d3b66;color:#fff;border:none;cursor:pointer;display:none;box-shadow:0 2px 8px #00000026;display:flex;align-items:center;justify-content:flex-start;padding-left:1rem;z-index:1001}.layout__mobile-menu-btn:hover{background:#0d3b66e6}.layout__mobile-menu-btn .icon{width:24px;height:24px}.layout__mobile-menu-label{font-size:1rem;font-weight:500}.layout__sidebar{width:240px;background-color:#0d3b66;color:#fff;display:flex;flex-direction:column;padding:1.5rem 0;flex-shrink:0;position:relative;z-index:1000;transform:translate(-100%);transition:transform .15s ease-in-out,width .25s ease-in-out}.layout__sidebar--open{transform:translate(0)}.layout__logo{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:0 1.5rem;margin-bottom:3rem}.layout__collapse-btn{display:none;align-items:center;justify-content:center;width:32px;height:32px;flex-shrink:0;border:none;border-radius:.5rem;background:#ffffff14;color:#ffffffd9;cursor:pointer;transition:background-color .15s ease-in-out,color .15s ease-in-out}.layout__collapse-btn:hover{background:#ffffff2e;color:#fff}.layout__collapse-btn .icon{width:18px;height:18px}.layout__logo-icon{width:32px;height:32px;background:linear-gradient(135deg,#4ade80,#22c55e);border-radius:.5rem;display:flex;align-items:center;justify-content:center}.layout__logo-icon .icon{width:20px;height:20px;color:#fff}.layout__logo-text{font-size:1.5rem;font-weight:700;letter-spacing:.5px}.layout__nav{display:flex;flex-direction:column;flex:1;min-height:0}.layout__nav-list{display:flex;flex-direction:column;gap:.25rem;flex:1}.layout__nav-footer{margin-top:auto;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.12)}.layout__nav-item{position:relative;display:flex;align-items:center;gap:1rem;width:100%;padding:1rem 1.5rem;background:transparent;border:none;color:#fffc;cursor:pointer;transition:all .15s ease-in-out;text-align:left;font-size:1rem}.layout__nav-item:hover{background-color:#ffffff1a;color:#fff}.layout__nav-item--active{background-color:#ffffff26;color:#fff;border-left:3px solid #0078ff}.layout__nav-icon{display:flex;align-items:center;justify-content:center;width:20px;height:20px;flex-shrink:0;line-height:0}.layout__nav-label{flex:1;display:flex;align-items:center;line-height:1.2}.layout__nav-item--footer{margin-top:0}.layout__nav-tooltip{position:absolute;top:50%;left:calc(100% + .5rem);width:280px;padding:.5rem 1rem;border-radius:.5rem;background:#1b263bf5;color:#fff;font-size:.875rem;line-height:1.5;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-50%) translate(-8px);transition:opacity .15s ease-in-out,transform .15s ease-in-out,visibility .15s ease-in-out;z-index:1070}.layout__nav-tooltip:before{content:"";position:absolute;top:50%;left:-6px;width:0;height:0;border-top:6px solid transparent;border-bottom:6px solid transparent;border-right:6px solid rgba(27,38,59,.96);transform:translateY(-50%)}.layout__overlay{position:fixed;inset:0;background:#00000080;z-index:999;display:none}.layout__main{flex:1;overflow-y:auto;padding:1.5rem}@media(orientation:portrait)and (max-width:768px){.layout__mobile-menu-btn{display:flex}.layout__sidebar{position:fixed;top:4rem;left:0;height:calc(100vh - 4rem);z-index:1000}.layout__overlay{display:block;top:4rem}.layout__main{padding:.5rem;margin-top:4rem}.layout__nav-tooltip{display:none}}@media(orientation:landscape)or (min-width:769px){.layout__sidebar{transform:translate(0)}.layout__mobile-menu-btn,.layout__overlay{display:none}.layout__collapse-btn{display:flex}.layout__nav-item:hover .layout__nav-tooltip,.layout__nav-item:focus-visible .layout__nav-tooltip{opacity:1;visibility:visible;transform:translateY(-50%) translate(0)}.layout__sidebar--collapsed{width:72px}.layout__sidebar--collapsed .layout__logo{justify-content:center;padding:0 .5rem}.layout__sidebar--collapsed .layout__logo-text,.layout__sidebar--collapsed .layout__nav-label{display:none}.layout__sidebar--collapsed .layout__nav-item{justify-content:center;gap:0;padding:1rem}.layout__sidebar--collapsed .layout__nav-item--active{border-left:none;border-right:3px solid #0078ff}.layout__sidebar--collapsed .layout__nav-tooltip{width:max-content;max-width:240px}}.profile__main{min-height:100%;background-color:#f8f9fa}.profile__page-header{padding:2rem 3rem;background-color:#f8f9fa;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e9ecef}.profile__page-header-left{display:flex;flex-direction:column;gap:.25rem}.profile__page-title{margin:0;font-size:1.5rem;font-weight:700;color:#212529}.profile__shell{max-width:1120px;margin:0 auto;padding:3rem 1.5rem 4rem}.profile__card{border:1px solid #e2e8f3;border-radius:28px;padding:2rem;background:#fffffff0;box-shadow:none}.profile__card+.profile__card{margin-top:2rem}.profile__card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1.5rem;margin-bottom:1.5rem}.profile__card-title{margin:0;font-size:1.25rem;font-weight:700;color:#25324a}.profile__card-subtitle{margin:.25rem 0 0;color:#70809b;font-size:.875rem;line-height:1.75}.profile__notice{margin-bottom:1.5rem;padding:.5rem 1rem;border-radius:16px;border:1px solid transparent;font-size:.875rem;line-height:1.75}.profile__notice--success{background:#22c55e14;border-color:#22c55e2e;color:#1f5f3c}.profile__notice--error{background:#f8717114;border-color:#f871712e;color:#8e4040}.profile__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem}.profile__field{display:flex;flex-direction:column;gap:.5rem}.profile__field--full{grid-column:1/-1}.profile__label{color:#2f3d58;font-size:1rem;font-weight:600}.profile__input{width:100%;min-height:54px;padding:.95rem 1rem;border-radius:16px;border:1px solid #dbe3ef;background:#fffffffa;color:#26344d;font-size:1rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out,background-color .15s ease-in-out}.profile__input:focus{outline:none;border-color:#0078ff;box-shadow:0 0 0 4px #0078ff1f}.profile__input:disabled{background:#fffffff5;color:#2b3953;cursor:default;opacity:1}.profile__input--textarea{min-height:180px;resize:vertical;padding-top:1rem}.profile__actions{display:flex;align-items:center;justify-content:flex-end;gap:.5rem;flex-wrap:wrap}.profile__btn{min-height:46px;padding:.85rem 1.2rem;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border-radius:16px;border:1px solid transparent;font-size:.875rem;font-weight:600;cursor:pointer;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,color .15s ease-in-out,box-shadow .15s ease-in-out,transform .15s ease-in-out}.profile__btn:disabled{cursor:not-allowed;opacity:.72}.profile__btn--primary{background:#0078ff;color:#fff;box-shadow:0 18px 30px -24px #0078ffcc}.profile__btn--primary:hover:not(:disabled){background:#0065d6;transform:translateY(-1px)}.profile__btn--secondary{background:#fff;color:#27354e;border-color:#dbe3ef;box-shadow:0 14px 24px -24px #1f2a4485}.profile__btn--secondary:hover:not(:disabled){background:#f8faff;border-color:#ccd7e8}.profile__password-form{display:flex;flex-direction:column;gap:1.5rem}.profile__btn--account-action{width:220px;max-width:100%}.profile__account-actions{display:flex;justify-content:flex-end}@media(max-width:900px){.profile__card-header{flex-direction:column}.profile__actions{width:100%;justify-content:flex-start}}@media(max-width:768px){.profile__page-header{padding:1.5rem}.profile__shell{padding:1.5rem 1rem 3rem}.profile__card{padding:1.5rem;border-radius:24px}.profile__grid{grid-template-columns:1fr}.profile__field--full{grid-column:auto}.profile__actions{width:100%;flex-direction:column;align-items:stretch}.profile__account-actions{width:100%;display:flex;justify-content:flex-end}.profile__btn{width:100%}.profile__btn--account-action{width:min(220px,100%)}}.skills__main{min-height:100%;background-color:#f8f9fa}.skills__page-header{padding:2rem 3rem;background-color:#f8f9fa;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e9ecef}.skills__page-header-left{display:flex;flex-direction:column;gap:.25rem}.skills__page-title{margin:0;font-size:1.5rem;font-weight:700;color:#212529}.skills__shell{max-width:1240px;margin:0 auto;padding:3rem 1.5rem 4rem}.skills__tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.25rem;width:100%;padding:6px;margin-bottom:2rem;border-radius:9999px;background:#e7ecf6e6;border:1px solid #dfe6f0;box-shadow:inset 0 1px #fffc}.skills__tab{flex:1;padding:.95rem 1.2rem;border:none;border-radius:9999px;background:transparent;color:#61708c;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .15s ease-in-out,color .15s ease-in-out,box-shadow .15s ease-in-out,transform .15s ease-in-out}.skills__tab:hover{color:#2b3954}.skills__tab:focus-visible{outline:3px solid rgba(37,99,235,.18);outline-offset:2px}.skills__tab--active{background:#fff;color:#24324b;box-shadow:none}.skills__overview-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);gap:2rem;align-items:start}.skills__list{display:flex;flex-direction:column;gap:1rem}.skills__item{position:relative;display:grid;grid-template-areas:"icon copy score action";grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:1rem;width:100%;padding:1.2rem 1.25rem 1.2rem 1.4rem;border:1px solid #e4eaf3;border-radius:24px;background:#fffffff0;cursor:pointer;text-align:left;transition:border-color .15s ease-in-out,background-color .15s ease-in-out}.skills__item:hover{border-color:#d9e2ef;background:#fff}.skills__item:focus-visible{outline:3px solid rgba(37,99,235,.18);outline-offset:3px}.skills__item--pending{background:#ffffffd1}.skills__item-accent{position:absolute;left:0;top:12px;bottom:12px;width:4px;border-radius:9999px}.skills__item-accent--strong{background:#22c55e}.skills__item-accent--solid{background:#eab308}.skills__item-accent--developing{background:#f59e0b}.skills__item-accent--pending{background:#94a3b8}.skills__item-icon{grid-area:icon;width:54px;height:54px;border-radius:16px;display:inline-flex;align-items:center;justify-content:center;background:#0078ff14;color:#0078ff;box-shadow:inset 0 1px #ffffffe6}.skills__item-icon .icon{width:24px;height:24px}.skills__item-copy{grid-area:copy;min-width:0;display:flex;flex-direction:column;gap:4px}.skills__item-name{font-size:1.1rem;font-weight:700;color:#25324a}.skills__item-meta{color:#7887a0;font-size:.875rem;line-height:1.5}.skills__item-score-block{grid-area:score;display:flex;flex-direction:column;align-items:flex-end;gap:8px}.skills__item-score{display:inline-flex;align-items:flex-end;gap:4px;font-size:2rem;line-height:.95;font-weight:700;color:#1f2a44;white-space:nowrap}.skills__item-score small{margin-bottom:4px;font-size:.875rem;line-height:1;font-weight:600;color:#8c99ae}.skills__item-score--pending{font-size:1rem;color:#4f5f7d}.skills__item-pill{display:inline-flex;align-items:center;justify-content:center;padding:.36rem .78rem;border-radius:9999px;font-size:.78rem;line-height:1;font-weight:700;letter-spacing:.01em}.skills__item-pill--strong{background:#22c55e24;color:#1e8a4d}.skills__item-pill--solid{background:#eab3082e;color:#8a6800}.skills__item-pill--developing{background:#f59e0b29;color:#9a6400}.skills__item-pill--pending{background:#94a3b829;color:#64748b}.skills__item-action{grid-area:action;color:#99a5ba;transition:transform .15s ease-in-out,color .15s ease-in-out}.skills__item-action .icon{width:18px;height:18px}.skills__item:hover .skills__item-action{transform:translate(3px);color:#51627f}.skills__item-change{grid-area:action;display:flex;flex-direction:column;align-items:flex-end;gap:2px;text-align:right;line-height:1.1}.skills__item-change-value{font-size:1rem;font-weight:700}.skills__item-change-label{font-size:.75rem;color:#7d8aa2}.skills__item-change--up .skills__item-change-value{color:#1e8a4d}.skills__item-change--down .skills__item-change-value{color:#c06a00}.skills__item-change--flat .skills__item-change-value{color:#64748b}.skills__list-footer{margin:1rem 0 0;color:#687791;font-size:.875rem}.skills__summary-column{display:flex;flex-direction:column;gap:1.5rem}.skills__panel,.skills__context-header{border:1px solid #e4eaf3;border-radius:28px;padding:2rem;background:#fffffff0;box-shadow:none}.skills__context-header{width:100%}.skills__panel-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}.skills__panel-header--chart{align-items:center}.skills__panel-title{margin:0;font-size:1.5rem;font-weight:700;color:#25324a}.skills__panel-subtitle{margin:.25rem 0 0;color:#73819b;font-size:.875rem;line-height:1.75}.skills__snapshot-list{display:flex;flex-direction:column;gap:1rem}.skills__snapshot-row{display:flex;align-items:flex-start;gap:1rem;padding:1rem;border-radius:20px}.skills__snapshot-row--positive{background:#22c55e14}.skills__snapshot-row--focus{background:#f59e0b1a}.skills__snapshot-row--neutral{background:#94a3b81f}.skills__snapshot-icon{width:36px;height:36px;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;border-radius:9999px}.skills__snapshot-row--positive .skills__snapshot-icon{background:#22c55e29;color:#1f8d4d}.skills__snapshot-row--focus .skills__snapshot-icon{background:#f59e0b29;color:#9a6400}.skills__snapshot-row--neutral .skills__snapshot-icon{background:#94a3b833;color:#56657d}.skills__snapshot-text{margin:0;color:#48566f;font-size:1rem;line-height:1.75}.skills__snapshot-text strong{color:#24324b}.skills__snapshot-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:1.5rem}.skills__stat{padding:1rem;border-radius:20px;border:1px solid #e8edf6;background:linear-gradient(180deg,#f9fbff,#f4f7fc)}.skills__stat-label{display:block;margin-bottom:.25rem;font-size:.875rem;color:#7a88a0}.skills__stat-value{display:block;font-size:1.7rem;line-height:1;font-weight:700;color:#22314c}.skills__empty-card{padding:1.5rem;border-radius:22px;background:linear-gradient(180deg,#f7f9fd,#f1f5fb);border:1px solid #e6ebf4;color:#62718b;line-height:1.75}.skills__empty-card p{margin:0}.skills__chart-wrapper{min-height:360px}.spider-chart{width:100%}.spider-chart__canvas{width:100%;height:360px}.spider-chart__empty{min-height:360px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;padding:1.5rem;border-radius:22px;border:1px solid #e6ebf4;background:linear-gradient(180deg,#f8faff,#f3f6fc);color:#697791;text-align:center}.spider-chart__empty p{margin:0;line-height:1.75}.spider-chart__tooltip{border:1px solid #dfe5ef;border-radius:16px;padding:.5rem 1rem;background:#fffffff7;box-shadow:none}.spider-chart__tooltip-name{margin:0 0 .25rem;font-size:.875rem;font-weight:700;color:#22314b}.spider-chart__tooltip-score{margin:0;font-size:.75rem;color:#5d6b84;line-height:1.75}.skills__context{max-width:980px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.skills__context-kicker{margin:0 0 .5rem;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:#5f6f8b}.skills__context-title{margin:0 0 .5rem;font-size:1.5rem;font-weight:700;color:#22314b}.skills__context-subtitle{margin:0;color:#65748e;font-size:.875rem;line-height:1.75}.skills__context-subtitle--emphasis{margin-top:.5rem;color:#34425d;font-weight:600}.skills__context-notice{margin-top:1rem;padding:.5rem 1rem;border-radius:16px;border:1px solid transparent;font-size:.875rem;line-height:1.75}.skills__context-notice--success{background:#22c55e17;border-color:#22c55e2e;color:#1f5f3c}.skills__context-notice--error{background:#f8717117;border-color:#f871712e;color:#8c3f3f}.skills__context-notice--actions{margin-top:0}.skills__context-form{width:100%;display:flex;flex-direction:column;align-items:center;gap:1rem}.skills__accordion{width:100%;overflow:hidden;border:1px solid #e4eaf3;border-radius:24px;background:#fffffff2;box-shadow:none}.skills__accordion-summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.5rem;cursor:pointer;-webkit-user-select:none;user-select:none}.skills__accordion-summary::-webkit-details-marker{display:none}.skills__accordion-title{font-size:1rem;font-weight:600;color:#25324a}.skills__accordion-icon{width:36px;height:36px;border-radius:9999px;display:inline-flex;align-items:center;justify-content:center;background:#f1f5fb;color:#62718b;transition:transform .15s ease-in-out,background-color .15s ease-in-out,color .15s ease-in-out}.skills__accordion:hover .skills__accordion-icon{background:#e9effa;color:#32415d}.skills__accordion[open] .skills__accordion-icon{transform:rotate(180deg)}.skills__accordion-body{border-top:1px solid #e9eef6;padding:1.5rem;background:linear-gradient(180deg,#fbfcff,#f6f8fc)}.skills__questions{display:flex;flex-direction:column;gap:1rem}.skills__field{padding:1rem;border-radius:20px;border:1px solid #e4eaf3;background:#fffffff5}.skills__field-label{display:flex;align-items:flex-start;gap:.5rem;flex-wrap:wrap;margin-bottom:.5rem}.skills__field-number{flex-shrink:0;padding:.24rem .58rem;border-radius:9999px;border:1px solid #dfe6f0;background:#f4f7fb;color:#5d6d89;font-size:.75rem;font-weight:700}.skills__field-text{flex:1;min-width:220px;font-size:.875rem;font-weight:500;color:#2f3e59;line-height:1.75}.skills__field-optional{margin-left:auto;padding:.24rem .58rem;border-radius:9999px;background:#f7f9fd;border:1px solid #e4eaf3;color:#7b89a0;font-size:.75rem;font-weight:500}.skills__field-input{width:100%;min-height:50px;padding:.95rem 1rem;border:1px solid #d8e1ee;border-radius:16px;background:#fff;color:#23314b;font-size:.875rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.75;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out,background-color .15s ease-in-out}.skills__field-input:focus{outline:none;border-color:#7ea6ff;box-shadow:0 0 0 4px #2563eb1f}.skills__field-input::placeholder{color:#9aa6bb}textarea.skills__field-input{min-height:120px;resize:vertical}.skills__context-actions{display:flex;width:100%;justify-content:flex-end;gap:.5rem;flex-wrap:wrap;margin-top:1rem}.skills__context-btn{min-height:46px;padding:.85rem 1.2rem;border-radius:16px;border:1px solid transparent;font-size:.875rem;font-weight:600;cursor:pointer;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,color .15s ease-in-out,transform .15s ease-in-out}.skills__context-btn:disabled{cursor:not-allowed;opacity:.7}.skills__context-btn--ghost{background:transparent;color:#55657f;border-color:#dbe3ef}.skills__context-btn--ghost:hover:not(:disabled){background:#ffffffe6;color:#23314b}.skills__context-btn--secondary{background:#fff;color:#23314b;border-color:#dbe3ef;box-shadow:0 14px 28px -24px #1f2a448c}.skills__context-btn--secondary:hover:not(:disabled){background:#f8faff;border-color:#cfd9e8;transform:translateY(-1px)}.skills__context-btn--primary{background:#0078ff;color:#fff;border-color:#0078ff;box-shadow:0 18px 32px -24px #0078ffcc}.skills__context-btn--primary:hover:not(:disabled){background:#0065d6;border-color:#0065d6;transform:translateY(-1px);box-shadow:0 22px 36px -24px #0078ffe0}.skills__visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:1100px){.skills__overview-grid{grid-template-columns:1fr}.skills__summary-column{order:-1}}@media(max-width:768px){.skills__page-header{padding:1.5rem}.skills__shell{padding:1.5rem 1rem 3rem}.skills__item{grid-template-areas:"icon copy action" "icon score action";grid-template-columns:auto minmax(0,1fr) auto;align-items:start}.skills__item-score-block{align-items:flex-start}.skills__snapshot-stats{grid-template-columns:1fr}.skills__panel,.skills__context-header{padding:1.5rem;border-radius:24px}.skills__accordion-body{padding:1rem}.skills__context-actions{justify-content:stretch}.skills__context-btn{width:100%}}.survey{display:flex;height:100vh;background-color:#f8f9fa;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.survey__sidebar{width:240px;background-color:#0d3b66;color:#fff;display:flex;flex-direction:column;padding:1.5rem 0;flex-shrink:0}.survey__logo{display:flex;align-items:center;gap:.5rem;padding:0 1.5rem;margin-bottom:3rem}.survey__logo-icon{width:32px;height:32px;background:linear-gradient(135deg,#4ade80,#22c55e);border-radius:.5rem;display:flex;align-items:center;justify-content:center}.survey__logo-icon .icon{width:20px;height:20px;color:#fff}.survey__logo-text{font-size:1.25rem;font-weight:700;letter-spacing:.5px}.survey__nav{display:flex;flex-direction:column;gap:.25rem}.survey__nav-item{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;background:transparent;border:none;color:#fffc;cursor:pointer;transition:all .15s ease-in-out;text-align:left;font-size:1rem}.survey__nav-item:hover{background-color:#ffffff1a;color:#fff}.survey__nav-item--active{background-color:#ffffff26;color:#fff;border-left:3px solid #0078ff}.survey__nav-icon{width:24px;display:flex;align-items:center;justify-content:center}.survey__nav-icon .icon{width:20px;height:20px}.survey__nav-label{font-weight:500}.survey__main{flex:1;overflow-y:auto;padding:3rem}@media(orientation:portrait)and (max-width:768px){.survey__main{padding:1.5rem}}.survey__header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:1.5rem}.survey__header-content{display:flex;align-items:center;gap:1rem}.survey__header-icon{display:grid;grid-template-columns:repeat(2,1fr);gap:4px;padding:.5rem;background:#fff;border-radius:.5rem;box-shadow:0 1px 2px #0000000d}.survey__icon-circle{width:20px;height:20px;border-radius:50%}.survey__icon-circle--blue{background:#3b82f6}.survey__icon-circle--yellow{background:#fbbf24}.survey__icon-circle--green{background:#22c55e}.survey__icon-circle--red{background:#ef4444}.survey__title{font-size:1.875rem;font-weight:700;color:#212529;margin:0;line-height:1}.survey__subtitle{font-size:1.25rem;font-weight:400;color:#495057;margin:.25rem 0 0}.survey__back-link{display:flex;align-items:center;gap:.5rem;background:transparent;border:none;color:#495057;font-size:.875rem;cursor:pointer;transition:color .15s ease-in-out}.survey__back-link:hover{color:#212529}.survey__back-link .icon{width:16px;height:16px}.survey__description{font-size:1rem;color:#495057;margin:0 0 1.5rem;line-height:1.5}.survey__section-note{font-size:.875rem;font-weight:500;color:#495057;padding:.5rem 1.5rem;background:#f8f9fa;border-bottom:1px solid #e9ecef;font-style:italic}.survey__badges{display:flex;gap:.5rem;margin-bottom:2rem}.survey__badge{padding:.5rem 1rem;background:#22c55e;color:#fff;font-size:.875rem;font-weight:600;border-radius:.5rem}.survey__badge--dark{background:#16a34a}.survey__form{display:flex;flex-direction:column;gap:2rem;margin-bottom:3rem}.survey__section{background:#fff;border-radius:.75rem;overflow:hidden;box-shadow:0 1px 2px #0000000d}.survey__section-header{background:#22c55e;padding:1rem 1.5rem}.survey__section-header--dark{background:#16a34a}.survey__section-title{font-size:1.125rem;font-weight:600;color:#fff}.survey__question{padding:1.5rem;border-bottom:1px solid #e9ecef}.survey__question:last-child{border-bottom:none}.survey__question--horizontal{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:1rem 1.5rem}.survey__question-text{font-size:1rem;color:#212529;margin-bottom:1rem;line-height:1.5}.survey__question--horizontal .survey__question-text{margin-bottom:0;flex:1}.survey__options{display:flex;flex-direction:column;gap:.5rem}.survey__options--horizontal{flex-direction:row;gap:1rem;align-items:center}.survey__option{display:flex;align-items:center;gap:1rem;cursor:pointer;padding:.5rem 0;transition:background-color .15s ease-in-out}.survey__option:hover{background-color:#f8f9fa;border-radius:.25rem}.survey__option--horizontal{flex-direction:column;gap:.25rem;padding:.25rem}.survey__option--horizontal:hover{background-color:transparent}.survey__radio{width:18px;height:18px;cursor:pointer;accent-color:#22c55e}.survey__option--horizontal .survey__radio{width:20px;height:20px}.survey__option-label{font-size:.875rem;color:#495057;-webkit-user-select:none;user-select:none}.survey__option--horizontal .survey__option-label{font-size:.75rem;font-weight:500}.survey__placeholder{background:#fff;border-radius:.75rem;padding:3rem;margin-bottom:3rem;text-align:center;box-shadow:0 1px 2px #0000000d}.survey__placeholder p{color:#495057;font-size:1.125rem;margin:0}.survey__results{background:#fff;border-radius:.75rem;padding:3rem;margin-bottom:3rem;box-shadow:0 1px 2px #0000000d}.survey__results-title{font-size:1.5rem;font-weight:700;color:#212529;margin:0 0 2rem;text-align:center}.survey__results-score{background:#f8f9fa;border-radius:.5rem;padding:1.5rem;margin-bottom:1.5rem;text-align:center}.survey__results-score-label{font-size:.875rem;color:#495057;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.5px}.survey__results-score-value{font-size:2.25rem;font-weight:700;color:#22c55e}.survey__results-score-subtext{margin-top:.5rem;font-size:.875rem;color:#495057}.survey__results-interpretation{padding:1.5rem;text-align:center}.survey__results-level{font-size:1.25rem;font-weight:700;color:#212529;margin-bottom:.5rem}.survey__results-message{font-size:1rem;color:#495057;line-height:1.75}.survey__results-dimensions{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:1.5rem}.survey__results-dimension{background:#f8f9fa;border-radius:.5rem;padding:1.5rem;text-align:center}.survey__results-dimension-name{font-size:.875rem;font-weight:600;color:#495057;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.5px}.survey__results-dimension-score{font-size:1.875rem;font-weight:700;color:#212529;margin-bottom:.5rem}.survey__results-dimension-level{font-size:.875rem;font-weight:600;padding:.25rem .5rem;border-radius:.25rem;display:inline-block}.survey__results-dimension-level--high{background:#d1fae5;color:#065f46}.survey__results-dimension-level--low{background:#fef3c7;color:#92400e}.survey__actions{display:flex;align-items:center;justify-content:space-between;padding-top:1.5rem;border-top:1px solid #e9ecef}.survey__actions-right{display:flex;gap:1rem}.survey__btn{display:flex;align-items:center;gap:.5rem;padding:1rem 2rem;border:none;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .15s ease-in-out}.survey__btn:disabled{opacity:.5;cursor:not-allowed}.survey__btn:disabled:hover{background:inherit}.survey__btn--primary{background:#22c55e;color:#fff}.survey__btn--primary:hover:not(:disabled){background:#16a34a}.survey__btn--secondary{background:#fff;color:#212529;border:1px solid #dee2e6}.survey__btn--secondary:hover:not(:disabled){background:#f8f9fa}.artifact-preview{width:400px;min-width:320px;max-width:50vw;height:100%;background-color:#fff;border-left:1px solid #e9ecef;display:flex;flex-direction:column;transition:width .25s ease-in-out;overflow:hidden}.artifact-preview--expanded{width:60vw;max-width:900px}.artifact-preview__header{display:flex;flex-direction:column;padding:1rem 1.5rem;border-bottom:1px solid #e9ecef;background-color:#f8f9fa;flex-shrink:0;gap:.5rem}.artifact-preview__header-top{display:flex;align-items:flex-start;gap:.5rem;min-width:0}.artifact-preview__header-info{display:flex;align-items:flex-start;min-width:0;flex:1}.artifact-preview__header-text{min-width:0;width:100%}.artifact-preview__title{font-size:1rem;font-weight:600;color:#212529;margin:0;line-height:1.25;white-space:normal;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-break:break-word}.artifact-preview__type{display:block;margin-top:2px;font-size:.75rem;color:#868e96}.artifact-preview__header-actions{display:flex;align-items:center;justify-content:space-between;gap:.5rem;min-width:0}.artifact-preview__quick-actions{display:flex;align-items:center;gap:.25rem;margin-left:auto;flex-shrink:0}.artifact-preview__zoom-controls{display:flex;align-items:center;gap:.25rem;padding:.25rem;background-color:#f1f3f5;border-radius:.5rem;flex-shrink:0}.artifact-preview__zoom-level{min-width:48px;padding:.25rem .5rem;border:none;border-radius:.25rem;background-color:transparent;color:#212529;font-size:.75rem;font-weight:500;cursor:pointer;text-align:center;transition:background-color .15s ease-in-out}.artifact-preview__zoom-level:hover{background-color:#e9ecef}.artifact-preview__action-btn{width:32px;height:32px;border:none;border-radius:.5rem;background-color:transparent;color:#495057;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s ease-in-out}.artifact-preview__action-btn:hover:not(:disabled){background-color:#f1f3f5;color:#212529}.artifact-preview__action-btn:disabled{opacity:.4;cursor:not-allowed}.artifact-preview__action-btn--close:hover{background-color:#f6d7d7;color:#d64545}.artifact-preview__action-btn .icon{width:18px;height:18px}.artifact-preview__download-wrapper{position:relative}.artifact-preview__download-dropdown{position:absolute;top:100%;right:0;margin-top:.25rem;background-color:#fff;border:1px solid #e9ecef;border-radius:.5rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;min-width:160px;z-index:1000;overflow:hidden}.artifact-preview__download-option{display:flex;align-items:center;gap:.5rem;width:100%;padding:.5rem 1rem;border:none;background-color:transparent;color:#212529;font-size:.875rem;text-align:left;cursor:pointer;transition:background-color .15s ease-in-out}.artifact-preview__download-option:hover{background-color:#f1f3f5}.artifact-preview__download-option .icon{width:16px;height:16px;color:#495057}.artifact-preview__content{flex:1;min-height:0;overflow:auto;background-color:#f8f9fa}.artifact-preview__icon{display:inline-flex;align-items:center;justify-content:center}.artifact-preview__icon svg{width:100%;height:100%}.artifact-preview__placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;min-height:300px;padding:3rem;text-align:center}.artifact-preview__placeholder .icon{width:64px;height:64px;color:#ced4da;margin-bottom:1.5rem}.artifact-preview__placeholder-title{font-size:1.125rem;font-weight:600;color:#212529;margin:0 0 .5rem}.artifact-preview__placeholder-text{font-size:.875rem;color:#868e96;margin:0;max-width:280px}.artifact-preview__empty{display:flex;align-items:center;justify-content:center;height:100%;color:#868e96;font-size:.875rem}.artifact-preview__loading{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;min-height:300px;padding:3rem}.artifact-preview__loading-spinner{width:48px;height:48px;border:3px solid #e9ecef;border-top-color:#0078ff;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1.5rem}@keyframes spin{to{transform:rotate(360deg)}}.artifact-preview__loading-text{font-size:.875rem;color:#868e96;margin:0}.artifact-preview__error{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;min-height:300px;padding:3rem;text-align:center}.artifact-preview__error-icon{width:48px;height:48px;border-radius:50%;background-color:#f6d7d7;color:#d64545;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin-bottom:1.5rem}.artifact-preview__error-title{font-size:1rem;font-weight:600;color:#212529;margin:0 0 .5rem}.artifact-preview__error-text{font-size:.875rem;color:#868e96;margin:0;max-width:280px}.artifact-preview__pdf{height:100%;display:flex;flex-direction:column}.artifact-preview__pdf-frame{flex:1;width:100%;border:none;background-color:#fff}.artifact-preview__html{height:100%;width:100%;background-color:#fff}.artifact-preview__html-frame{display:block;width:100%;height:100%;border:none;background-color:#fff}.artifact-preview__docx{height:100%;overflow:auto}.artifact-preview__docx-content{padding:2rem;background-color:#fff;min-height:100%;font-size:1rem;line-height:1.75;color:#212529}.artifact-preview__docx-content pre{white-space:pre-wrap;word-wrap:break-word;font-family:inherit;margin:0}.artifact-preview__docx-content h1,.artifact-preview__docx-content h2,.artifact-preview__docx-content h3,.artifact-preview__docx-content h4,.artifact-preview__docx-content h5,.artifact-preview__docx-content h6{margin-top:1.5rem;margin-bottom:1rem;font-weight:600;line-height:1.25}.artifact-preview__docx-content h1{font-size:1.5rem}.artifact-preview__docx-content h2{font-size:1.25rem}.artifact-preview__docx-content h3{font-size:1.125rem}.artifact-preview__docx-content p{margin:0 0 1rem}.artifact-preview__docx-content ul,.artifact-preview__docx-content ol{margin:0 0 1rem;padding-left:2rem}.artifact-preview__docx-content table{width:100%;border-collapse:collapse;margin:1rem 0}.artifact-preview__docx-content table th,.artifact-preview__docx-content table td{padding:.5rem 1rem;border:1px solid #e9ecef;text-align:left}.artifact-preview__docx-content table th{background-color:#f8f9fa;font-weight:600}.artifact-preview__excel{height:100%;overflow:auto}.artifact-preview__excel-wrapper{padding:1rem;min-width:fit-content}.artifact-preview__excel-table{width:100%;border-collapse:collapse;background-color:#fff;font-size:.875rem}.artifact-preview__excel-table th,.artifact-preview__excel-table td{padding:.5rem 1rem;border:1px solid #dee2e6;text-align:left;white-space:nowrap}.artifact-preview__excel-table th{background-color:#f1f3f5;font-weight:600;color:#212529;position:sticky;top:0;z-index:1}.artifact-preview__excel-table td{color:#495057}.artifact-preview__excel-table tr:hover td{background-color:#f8f9fa}.artifact-preview__flowchart{height:100%;overflow:auto;display:flex;padding:1.5rem}.artifact-preview__flowchart-content{margin:auto;flex:0 0 auto;transition:width .25s ease-in-out}.artifact-preview__flowchart-content svg{height:auto}.artifact-preview__flowchart-image{margin:auto;object-fit:contain;transition:width .25s ease-in-out}.artifact-preview__mermaid{margin:auto;display:flex;justify-content:center}.artifact-preview__markdown{height:100%;overflow:auto;transition:font-size .25s ease-in-out}.artifact-preview__markdown-content{padding:2rem;background-color:#fff;min-height:100%}.artifact-preview__image{height:100%;overflow:auto;display:flex;padding:1.5rem;background-color:#f1f3f5}.artifact-preview__image-content{margin:auto;object-fit:contain;border-radius:.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transition:max-width .25s ease-in-out}.artifact-preview__footer{display:flex;align-items:center;justify-content:center;gap:1rem;padding:1rem 1.5rem;border-top:1px solid #e9ecef;background-color:#fff;flex-shrink:0}.artifact-preview__nav-btn{width:32px;height:32px;border:1px solid #dee2e6;border-radius:.5rem;background-color:#fff;color:#495057;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s ease-in-out}.artifact-preview__nav-btn:hover:not(:disabled){background-color:#f1f3f5;border-color:#ced4da;color:#212529}.artifact-preview__nav-btn:disabled{opacity:.4;cursor:not-allowed}.artifact-preview__nav-btn .icon{width:16px;height:16px}.artifact-preview__nav-info{font-size:.875rem;color:#868e96;min-width:60px;text-align:center}@media(max-width:1024px){.artifact-preview{width:350px;min-width:280px}.artifact-preview--expanded{width:50vw}.artifact-preview__zoom-controls{display:none}}@media(max-width:768px){.artifact-preview{position:fixed;top:0;right:0;bottom:0;width:100vw;max-width:100vw;z-index:1050;border-left:none}.artifact-preview--expanded{width:100vw;max-width:100vw}.artifact-preview__zoom-controls{display:flex}}.feedback-modal__overlay{position:fixed;inset:0;z-index:1100;display:flex;align-items:center;justify-content:center;background:#00000073;padding:1.5rem}.feedback-modal{width:min(100%,480px);display:flex;flex-direction:column;gap:1.5rem;background:#fff;border-radius:.75rem;box-shadow:0 12px 40px #00000040;padding:2rem}.feedback-modal__title{margin:0;font-size:1.125rem;font-weight:700;color:#212529}.feedback-modal__field{display:flex;flex-direction:column;gap:.25rem}.feedback-modal__label{font-size:.875rem;font-weight:500;color:#212529}.feedback-modal__hint{font-size:.75rem;color:#868e96}.feedback-modal__stars{display:flex;gap:.25rem;margin-top:.25rem}.feedback-modal__star{background:transparent;border:none;cursor:pointer;font-size:2rem;line-height:1;padding:0;color:#dee2e6;transition:color .15s ease-in-out,transform .15s ease-in-out}.feedback-modal__star:hover{transform:scale(1.1)}.feedback-modal__star--filled{color:#f5b301}.feedback-modal__textarea{width:100%;margin-top:.25rem;padding:1rem;border:1px solid rgba(0,120,255,.16);border-radius:.5rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:1rem;line-height:1.5;resize:vertical;color:#212529;background:#0078ff09}.feedback-modal__textarea::placeholder{color:#868e96}.feedback-modal__textarea:focus{outline:none;border-color:#0078ff;box-shadow:0 0 0 2px #0078ff26}.feedback-modal__actions{display:flex;justify-content:flex-end;gap:1rem}.feedback-modal__btn{padding:.5rem 2rem;border-radius:.5rem;font-size:1rem;font-weight:500;cursor:pointer;border:1px solid transparent;transition:background .15s ease-in-out,border-color .15s ease-in-out}.feedback-modal__btn--ghost{background:transparent;border-color:#e9ecef;color:#495057}.feedback-modal__btn--ghost:hover{color:#212529;border-color:#0078ff}.feedback-modal__btn--primary{background:#0078ff;color:#fff}.feedback-modal__btn--primary:hover:not(:disabled){background:#0065d6}.feedback-modal__btn--primary:disabled{opacity:.5;cursor:not-allowed}.virtual-coach{display:flex;height:100vh;background-color:#f8f9fa;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.virtual-coach__sidebar{width:240px;background-color:#0d3b66;color:#fff;display:flex;flex-direction:column;padding:1.5rem 0;flex-shrink:0}.virtual-coach__logo{display:flex;align-items:center;gap:.5rem;padding:0 1.5rem;margin-bottom:3rem}.virtual-coach__logo-icon{width:32px;height:32px;background:linear-gradient(135deg,#4ade80,#22c55e);border-radius:.5rem;display:flex;align-items:center;justify-content:center}.virtual-coach__logo-icon .icon{width:20px;height:20px;color:#fff}.virtual-coach__logo-text{font-size:1.25rem;font-weight:700;letter-spacing:.5px}.virtual-coach__nav{display:flex;flex-direction:column;gap:.25rem}.virtual-coach__nav-item{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;background:transparent;border:none;color:#fffc;cursor:pointer;transition:all .15s ease-in-out;text-align:left;font-size:1rem}.virtual-coach__nav-item:hover{background-color:#ffffff1a;color:#fff}.virtual-coach__nav-item--active{background-color:#ffffff26;color:#fff;border-left:3px solid #0078ff}.virtual-coach__nav-icon{width:24px;display:flex;align-items:center;justify-content:center}.virtual-coach__nav-icon .icon{width:20px;height:20px}.virtual-coach__nav-label{font-weight:500}.virtual-coach__main{flex:1;display:flex;flex-direction:column;height:100vh;overflow:hidden}.virtual-coach__content-wrapper{flex:1;display:flex;overflow:hidden}.virtual-coach__chat-area{flex:1;display:flex;flex-direction:column;min-width:0;overflow:hidden}.virtual-coach__header{padding:2rem 3rem 1rem;background-color:#f8f9fa;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e9ecef}.virtual-coach__title{font-size:1.5rem;font-weight:700;color:#212529;margin:0}.virtual-coach__back-link{display:flex;align-items:center;gap:.5rem;background:transparent;border:none;color:#495057;font-size:.875rem;cursor:pointer;transition:color .15s ease-in-out}.virtual-coach__back-link:hover{color:#212529}.virtual-coach__back-link .icon{width:16px;height:16px}.virtual-coach__chat-container{flex:1;display:flex;flex-direction:column;padding:1rem 3rem;max-width:none;width:100%;margin:0 auto;box-sizing:border-box;overflow:hidden}.virtual-coach__chat-window{flex:1;background:#fff;border-radius:.75rem;box-shadow:0 1px 2px #0000000d;display:flex;flex-direction:column;overflow:hidden;border:1px solid #e9ecef}.virtual-coach__messages{flex:1;overflow-y:auto;padding:2rem;display:flex;flex-direction:column;gap:1.5rem;background-color:#f8fafc}.virtual-coach__footer-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.5rem;margin-top:.5rem;flex-shrink:0}.virtual-coach__message{display:flex;flex-direction:column;max-width:75%}.virtual-coach__message--user{align-self:flex-end;align-items:flex-end;max-width:70%}.virtual-coach__message--user .virtual-coach__message-bubble{background-color:#3b82f6;color:#fff;border-bottom-right-radius:2px}.virtual-coach__message--user .virtual-coach__message-bubble *{color:#fff}.virtual-coach__message--user .virtual-coach__message-bubble code{background-color:#ffffff26}.virtual-coach__message--user .virtual-coach__message-bubble pre{background-color:#0003!important}.virtual-coach__message--ai{align-self:flex-start;align-items:flex-start;max-width:95%}.virtual-coach__message--ai .virtual-coach__message-bubble{background-color:#fff;color:#212529;border:1px solid #e9ecef;border-bottom-left-radius:2px;box-shadow:0 1px 2px #0000000d}.virtual-coach__message-bubble{padding:1rem 1.5rem;border-radius:.75rem;font-size:1rem;line-height:1.5}.virtual-coach__message-bubble .markdown-renderer p:last-child{margin-bottom:0}.virtual-coach__message-info{font-size:.75rem;color:#868e96;margin-top:.25rem;padding:0 .25rem}.virtual-coach__recall-indicator{color:#1b263b;font-style:italic}.virtual-coach__message-attachments{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem;padding-top:.5rem;border-top:1px solid rgba(255,255,255,.1)}.virtual-coach__attachment{display:flex;align-items:center;gap:.25rem;padding:.25rem .5rem;background-color:#ffffff1a;border-radius:.25rem;font-size:.75rem;border:none;color:inherit;font-family:inherit}.virtual-coach__attachment--clickable{cursor:pointer;transition:all .15s ease-in-out;position:relative}.virtual-coach__attachment--clickable:hover{background-color:#fff3;transform:translateY(-1px)}.virtual-coach__attachment--clickable:hover .virtual-coach__attachment-expand{opacity:1}.virtual-coach__attachment--clickable:focus{outline:2px solid rgba(255,255,255,.5);outline-offset:2px}.virtual-coach__attachment--clickable:active{transform:translateY(0)}.virtual-coach__attachment-preview{width:24px;height:24px;object-fit:cover;border-radius:.25rem}.virtual-coach__attachment-icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center}.virtual-coach__attachment-icon .icon{width:14px;height:14px}.virtual-coach__attachment-name{max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1}.virtual-coach__attachment-expand{opacity:0;transition:opacity .15s ease-in-out;margin-left:.25rem}.virtual-coach__attachment-expand .icon{width:12px;height:12px}.virtual-coach__input-area{padding:1.5rem;background-color:#fff;border-top:1px solid #e9ecef;display:flex;gap:1rem;align-items:flex-end}.virtual-coach__input-wrapper{flex:1;position:relative;display:flex;flex-direction:column}.virtual-coach__input{flex:1;padding:1rem;border:1px solid #dee2e6;border-radius:.75rem;font-family:inherit;font-size:1rem;resize:none;min-height:56px;outline:none;transition:border-color .15s ease-in-out,background-color .15s ease-in-out}.virtual-coach__input:focus{border-color:#3b82f6}.virtual-coach__input::placeholder{color:#868e96}.virtual-coach__input:disabled{background-color:#f8f9fa;cursor:default}.virtual-coach__input-actions{display:flex;flex-direction:column;gap:.5rem;justify-content:flex-end}.virtual-coach__send-btn{background-color:#3b82f6;color:#fff;border:none;width:44px;height:44px;border-radius:.5rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .15s ease-in-out;flex-shrink:0}.virtual-coach__send-btn:hover:not(:disabled){background-color:#2563eb}.virtual-coach__send-btn:disabled{background-color:#868e96;cursor:not-allowed}.virtual-coach__send-btn .icon{width:20px;height:20px}.virtual-coach__header-left{display:flex;flex-direction:column;gap:.25rem}.virtual-coach__header-actions{display:flex;gap:.5rem}.virtual-coach__action-btn{padding:.5rem 1rem;border:1px solid #dee2e6;border-radius:.5rem;background:#fff;color:#495057;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .15s ease-in-out}.virtual-coach__action-btn:hover:not(:disabled){background:#f1f3f5;border-color:#ced4da}.virtual-coach__action-btn:disabled{opacity:.5;cursor:not-allowed}.virtual-coach__action-btn--primary{background:#3b82f6;color:#fff;border-color:#3b82f6}.virtual-coach__action-btn--primary:hover:not(:disabled){background:#2563eb;border-color:#2563eb}.virtual-coach__message--system{align-self:center;max-width:80%}.virtual-coach__message--system .virtual-coach__message-bubble{background-color:#f1f3f5;color:#495057;border:1px solid #e9ecef;font-size:.875rem;text-align:center;border-radius:.75rem}.virtual-coach__typing{display:flex;gap:4px;align-items:center;padding:1rem 1.5rem}.virtual-coach__typing-dot{width:8px;height:8px;background-color:#868e96;border-radius:50%;animation:typing-bounce 1.4s ease-in-out infinite}.virtual-coach__typing-dot:nth-child(1){animation-delay:0s}.virtual-coach__typing-dot:nth-child(2){animation-delay:.2s}.virtual-coach__typing-dot:nth-child(3){animation-delay:.4s}@keyframes typing-bounce{0%,60%,to{transform:translateY(0);opacity:.4}30%{transform:translateY(-6px);opacity:1}}.virtual-coach__error{margin:0 1.5rem 1rem;padding:.5rem 1rem;background-color:#fbecec;border:1px solid #d64545;border-radius:.5rem;color:#d64545;font-size:.875rem;text-align:center}.virtual-coach__input:disabled{background-color:#f1f3f5;cursor:not-allowed}.virtual-coach__voice-btn{background-color:#f1f3f5;color:#495057;border:1px solid #dee2e6;width:44px;height:44px;border-radius:.5rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s ease-in-out;flex-shrink:0}.virtual-coach__voice-btn:hover:not(:disabled){background-color:#e9ecef;border-color:#ced4da}.virtual-coach__voice-btn:disabled{opacity:.5;cursor:not-allowed}.virtual-coach__voice-btn--active{background-color:#ef4444;color:#fff;border-color:#ef4444;animation:pulse-voice 1.5s ease-in-out infinite}.virtual-coach__voice-btn--active:hover:not(:disabled){background-color:#dc2626;border-color:#dc2626}.virtual-coach__voice-btn .icon{width:20px;height:20px}@keyframes pulse-voice{0%,to{box-shadow:0 0 #ef444466}50%{box-shadow:0 0 0 8px #ef444400}}.virtual-coach__voice-status{position:absolute;bottom:100%;left:0;right:0;padding:.25rem 1rem;border-radius:.5rem .5rem 0 0;font-size:.75rem;font-weight:500;text-align:center;margin-bottom:-1px}.virtual-coach__voice-status--idle{background-color:#f1f3f5;color:#868e96}.virtual-coach__voice-status--initializing,.virtual-coach__voice-status--connecting{background-color:#fef3c7;color:#92400e}.virtual-coach__voice-status--listening{background-color:#dbeafe;color:#1e40af}.virtual-coach__voice-status--processing{background-color:#e0e7ff;color:#3730a3}.virtual-coach__voice-status--responding{background-color:#dcfce7;color:#166534}.virtual-coach__voice-status--speaking{background-color:#dcfce7;color:#166534;animation:pulse-status 1s ease-in-out infinite}.virtual-coach__voice-status--error{background-color:#fee2e2;color:#991b1b}@keyframes pulse-status{0%,to{opacity:1}50%{opacity:.7}}.file-upload{position:relative;display:flex;flex-direction:column;gap:.5rem}.file-upload__input{position:absolute;width:0;height:0;opacity:0;overflow:hidden}.file-upload__button{width:44px;height:44px;border:1px solid #dee2e6;border-radius:.5rem;background-color:#f1f3f5;color:#495057;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s ease-in-out;flex-shrink:0}.file-upload__button:hover:not(:disabled){background-color:#e9ecef;border-color:#ced4da;color:#212529}.file-upload__button:disabled{opacity:.5;cursor:not-allowed}.file-upload__button .icon{width:20px;height:20px}.file-upload__attachments{display:flex;flex-wrap:wrap;gap:.5rem;padding:.5rem 0}.file-upload__error{padding:.25rem .5rem;background-color:#fbecec;border-radius:.25rem;color:#d64545;font-size:.75rem;white-space:pre-line}.file-upload__overlay{position:fixed;inset:0;background-color:#3b82f61a;border:2px dashed #3b82f6;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;z-index:1050;pointer-events:none}.file-upload__overlay .icon{width:48px;height:48px;color:#3b82f6}.file-upload__overlay span{font-size:1.125rem;font-weight:500;color:#3b82f6}.file-upload--dragging .file-upload__button{border-color:#3b82f6;background-color:#3b82f61a}.attachment-chip{display:flex;align-items:center;gap:.5rem;padding:.25rem .5rem;background-color:#f1f3f5;border:1px solid #e9ecef;border-radius:.5rem;max-width:200px}.attachment-chip__preview{width:32px;height:32px;object-fit:cover;border-radius:.25rem;flex-shrink:0}.attachment-chip__icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background-color:#e9ecef;border-radius:.25rem;flex-shrink:0}.attachment-chip__icon .icon{width:16px;height:16px;color:#495057}.attachment-chip__info{flex:1;min-width:0;display:flex;flex-direction:column}.attachment-chip__name{font-size:.75rem;font-weight:500;color:#212529;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.attachment-chip__size{font-size:10px;color:#868e96}.attachment-chip__remove{width:20px;height:20px;border:none;border-radius:.25rem;background-color:transparent;color:#868e96;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .15s ease-in-out}.attachment-chip__remove:hover{background-color:#f6d7d7;color:#d64545}.attachment-chip__remove .icon{width:14px;height:14px}.markdown-renderer{line-height:1.75}.markdown-renderer p{margin:0 0 1rem}.markdown-renderer h1,.markdown-renderer h2,.markdown-renderer h3,.markdown-renderer h4,.markdown-renderer h5,.markdown-renderer h6{margin:1.5rem 0 1rem;font-weight:600;line-height:1.25}.markdown-renderer h1:first-child,.markdown-renderer h2:first-child,.markdown-renderer h3:first-child,.markdown-renderer h4:first-child,.markdown-renderer h5:first-child,.markdown-renderer h6:first-child{margin-top:0}.markdown-renderer h1{font-size:1.5rem}.markdown-renderer h2{font-size:1.25rem}.markdown-renderer h3{font-size:1.125rem}.markdown-renderer h4{font-size:1rem}.markdown-renderer ul,.markdown-renderer ol{margin:0 0 1rem;padding-left:2rem}.markdown-renderer li{margin-bottom:.25rem}.markdown-renderer blockquote{margin:1rem 0;padding:.5rem 1rem;border-left:3px solid #dee2e6;background-color:#f8f9fa;color:#495057}.markdown-renderer a{color:#3b82f6;text-decoration:none}.markdown-renderer a:hover{text-decoration:underline}.markdown-renderer img{max-width:100%;height:auto;border-radius:.5rem}.markdown-renderer table{width:100%;border-collapse:collapse;margin:1rem 0;font-size:.875rem}.markdown-renderer table th,.markdown-renderer table td{padding:.5rem 1rem;border:1px solid #e9ecef;text-align:left}.markdown-renderer table th{background-color:#f8f9fa;font-weight:600}.markdown-renderer hr{border:none;border-top:1px solid #e9ecef;margin:1.5rem 0}.markdown-inline-code{padding:2px 6px;background-color:#f1f3f5;border-radius:.25rem;font-family:Courier New,Consolas,Monaco,Andale Mono,monospace;font-size:.875em}.markdown-code-block{margin:1rem 0;border-radius:.5rem;overflow:hidden}.markdown-code-header{display:flex;align-items:center;justify-content:space-between;padding:.25rem 1rem;background-color:#1e1e1e;border-bottom:1px solid #333}.markdown-code-language{font-size:.75rem;color:#888;text-transform:uppercase}.markdown-code-copy{display:flex;align-items:center;gap:.25rem;padding:.25rem .5rem;border:none;border-radius:.25rem;background-color:transparent;color:#888;font-size:.75rem;cursor:pointer;transition:all .15s ease-in-out}.markdown-code-copy:hover{background-color:#333;color:#fff}.markdown-code-copy .icon{width:14px;height:14px}.markdown-mermaid-block{position:relative;margin:1rem 0;padding:1rem;background-color:#f8f9fa;border-radius:.5rem;border:1px solid #e9ecef}.markdown-mermaid{display:flex;justify-content:center}.markdown-mermaid svg{max-width:100%;height:auto}.markdown-mermaid-expand{position:absolute;top:.5rem;right:.5rem;width:28px;height:28px;border:1px solid #dee2e6;border-radius:.25rem;background-color:#fff;color:#495057;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:0;transition:all .15s ease-in-out}.markdown-mermaid-block:hover .markdown-mermaid-expand{opacity:1}.markdown-mermaid-expand:hover{background-color:#f1f3f5;color:#212529}.markdown-mermaid-expand .icon{width:14px;height:14px}.markdown-external-icon{display:inline-flex;margin-left:2px;vertical-align:middle}.markdown-external-icon .icon{width:12px;height:12px}.mermaid-diagram{transition:width .25s ease-in-out}.mermaid-diagram--loading,.mermaid-diagram--error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:200px;padding:2rem;text-align:center}.mermaid-diagram__spinner{width:32px;height:32px;border:3px solid #e9ecef;border-top-color:#0078ff;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.mermaid-diagram__loading-text{font-size:.875rem;color:#868e96}.mermaid-diagram__error-icon{width:40px;height:40px;border-radius:50%;background-color:#f6d7d7;color:#d64545;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700;margin-bottom:1rem}.mermaid-diagram__error-title{font-size:1rem;font-weight:600;color:#212529;margin:0 0 .25rem}.mermaid-diagram__error-text{font-size:.875rem;color:#868e96;margin:0 0 1rem}.mermaid-diagram__content{display:flex;justify-content:center}.mermaid-diagram__content svg{max-width:100%;height:auto}@media(orientation:portrait)and (max-width:768px){.virtual-coach__header{padding:1.5rem;flex-wrap:wrap;gap:1rem}.virtual-coach__chat-container{padding:1.5rem}.virtual-coach__content-wrapper{flex-direction:column}.virtual-coach__content-wrapper--with-artifacts .virtual-coach__chat-area{display:none}.virtual-coach__message{max-width:85%}.virtual-coach__input-area{padding:1rem;gap:.5rem}.file-upload__attachments{position:absolute;bottom:100%;left:0;right:0;padding:.5rem;background-color:#fff;border-top:1px solid #e9ecef}}.simulation__header{padding:2rem 3rem;background-color:#f8f9fa;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e9ecef}.simulation__header-left{display:flex;flex-direction:column;gap:.25rem}.simulation__title{font-size:1.5rem;font-weight:700;color:#212529;margin:0}.simulation__action-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:transparent;border:1px solid #e9ecef;border-radius:.5rem;color:#495057;font-size:.875rem;cursor:pointer;transition:color .15s ease-in-out,border-color .15s ease-in-out,background .15s ease-in-out}.simulation__action-btn:hover{color:#212529;border-color:#0078ff;background:#f8f9fa}.simulation__action-btn .icon{width:16px;height:16px}.simulation__back-link{display:flex;align-items:center;gap:.5rem;background:transparent;border:none;color:#495057;font-size:.875rem;cursor:pointer;transition:color .15s ease-in-out}.simulation__back-link:hover{color:#212529}.simulation__back-link .icon{width:16px;height:16px}.simulation__setup{display:flex;flex-direction:column;align-items:stretch;width:min(100%,1024px);margin:0 auto;padding:3rem 1.5rem 4rem}.simulation__setup-card{display:flex;flex-direction:column;align-items:stretch;max-width:none;width:100%;background:transparent;border:none;border-radius:0;padding:0;box-shadow:none}.simulation__field{display:flex;flex-direction:column;margin-bottom:1.5rem}.simulation__field-label{font-size:.875rem;font-weight:500;color:#212529}.simulation__field-hint{font-size:.75rem;color:#868e96;margin-bottom:.5rem}.simulation__field-textarea{width:100%;min-height:84px;padding:1rem;border:1px solid rgba(0,120,255,.16);border-radius:.75rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:1rem;line-height:1.5;resize:vertical;color:#212529;background:#0078ff09;box-shadow:inset 0 1px #ffffffb3}.simulation__field-textarea::placeholder{color:#868e96;opacity:1}.simulation__field-textarea:focus{outline:none;border-color:#0078ff;box-shadow:0 0 0 2px #0078ff26}.simulation__setup-textarea{width:100%;min-height:200px;padding:1.5rem;border:1px solid rgba(0,120,255,.16);border-radius:.75rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:1rem;line-height:1.5;resize:vertical;color:#212529;background:#0078ff09;margin-bottom:1.5rem;box-shadow:inset 0 1px #ffffffb3}.simulation__setup-textarea::placeholder{color:#868e96}.simulation__setup-textarea:focus{outline:none;border-color:#0078ff;box-shadow:0 0 0 2px #0078ff26}.simulation__start-btn{align-self:center;padding:.5rem 2rem;background:#0078ff;color:#fff;border:none;border-radius:.5rem;font-size:1rem;font-weight:500;cursor:pointer;transition:background .15s ease-in-out}.simulation__start-btn:hover:not(:disabled){background:#0065d6}.simulation__start-btn:disabled{opacity:.5;cursor:not-allowed}.simulation__shortcut-hint{font-size:.75rem;color:#868e96;margin-top:.5rem}.simulation__divider{display:flex;align-items:center;width:100%;margin:2rem 0;gap:1rem}.simulation__divider:before,.simulation__divider:after{content:"";flex:1;height:1px;background:#e9ecef}.simulation__divider span{font-size:.875rem;color:#868e96;white-space:nowrap}.simulation__presets-hint{width:100%;max-width:1024px;margin:0 0 1rem;font-size:.875rem;color:#868e96;text-align:center}.simulation__presets{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;width:100%;max-width:1024px}.simulation__preset-card{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1.5rem 1rem;background:#f8f9fa;border:1px solid rgb(227.0947368421,230.9,234.7052631579);border-radius:.75rem;cursor:pointer;transition:border-color .15s ease-in-out,background .15s ease-in-out,transform .15s ease-in-out;text-align:center;box-shadow:none}.simulation__preset-card:hover{border-color:#0078ff;background:#fff;transform:translateY(-1px)}.simulation__preset-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:.5rem;background:#0078ff14;color:#0078ff}.simulation__preset-title{font-size:.875rem;font-weight:500;color:#212529}@media(max-width:768px){.simulation__presets{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.simulation__presets{grid-template-columns:1fr}}.settings{display:flex;height:100vh;background-color:#f8f9fa;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.settings__sidebar{width:240px;background-color:#0d3b66;color:#fff;display:flex;flex-direction:column;padding:1.5rem 0;flex-shrink:0}.settings__logo{display:flex;align-items:center;gap:.5rem;padding:0 1.5rem;margin-bottom:3rem}.settings__logo-icon{width:32px;height:32px;background:linear-gradient(135deg,#4ade80,#22c55e);border-radius:.5rem;display:flex;align-items:center;justify-content:center}.settings__logo-icon .icon{width:20px;height:20px;color:#fff}.settings__logo-text{font-size:1.25rem;font-weight:700;letter-spacing:.5px}.settings__nav{display:flex;flex-direction:column;gap:.25rem}.settings__nav-item{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;background:transparent;border:none;color:#fffc;cursor:pointer;transition:all .15s ease-in-out;text-align:left;font-size:1rem}.settings__nav-item:hover{background-color:#ffffff1a;color:#fff}.settings__nav-item--active{background-color:#ffffff26;color:#fff;border-left:3px solid #0078ff}.settings__nav-icon{width:24px;display:flex;align-items:center;justify-content:center}.settings__nav-icon .icon{width:20px;height:20px}.settings__nav-label{font-weight:500}.settings__main{flex:1;display:flex;flex-direction:column;height:100vh;overflow:hidden}.settings__header{padding:2rem 3rem;background-color:#f8f9fa;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e9ecef}@media(orientation:portrait)and (max-width:768px){.settings__header{padding:1.5rem}}.settings__header-left{display:flex;flex-direction:column;gap:.25rem}.settings__title{font-size:1.5rem;font-weight:700;color:#212529;margin:0}.settings__back-link{display:flex;align-items:center;gap:.5rem;background:transparent;border:none;color:#495057;font-size:.875rem;cursor:pointer;transition:color .15s ease-in-out}.settings__back-link:hover{color:#212529}.settings__back-link .icon{width:16px;height:16px}.settings__content{flex:1;overflow-y:auto;padding:3rem;max-width:800px;width:100%;margin:0 auto}@media(orientation:portrait)and (max-width:768px){.settings__content{padding:1.5rem}}.settings__section{background:#fff;border-radius:.75rem;padding:3rem;box-shadow:0 1px 2px #0000000d;border:1px solid #e9ecef;margin-bottom:2rem}.settings__section-title{font-size:1.25rem;font-weight:700;color:#212529;margin:0 0 2rem;padding-bottom:1rem;border-bottom:2px solid #e9ecef}.settings__option{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem}.settings__option+.settings__option{margin-top:2rem;padding-top:2rem;border-top:1px solid #e9ecef}@media(orientation:portrait)and (max-width:768px){.settings__option{flex-direction:column;align-items:flex-start;gap:1rem}}.settings__option-info{flex:1}.settings__option-title{font-size:1.125rem;font-weight:600;color:#212529;margin:0 0 .5rem}.settings__option-description{font-size:.875rem;color:#495057;line-height:1.5;margin:0}.settings__link{display:inline-block;margin-top:1rem;color:#0078ff;font-size:.875rem;font-weight:500;text-decoration:underline;transition:color .15s ease-in-out}.settings__link:hover{color:#0060cc}.settings__delete-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1.5rem;background-color:#ef4444;color:#fff;border:none;border-radius:.5rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .15s ease-in-out;white-space:nowrap}.settings__delete-btn:hover{background-color:#dc2626}.settings__delete-btn .icon{width:18px;height:18px}.settings__success-message{background-color:#dcfce7;color:#166534;padding:1rem 1.5rem;border-radius:.5rem;border:1px solid #86efac;font-size:.875rem;font-weight:500;text-align:center;margin-top:1.5rem}.settings__dialog-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.settings__dialog{background:#fff;border-radius:.75rem;padding:3rem;max-width:500px;width:90%;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.settings__dialog-title{font-size:1.25rem;font-weight:700;color:#212529;margin:0 0 1rem}.settings__dialog-message{font-size:1rem;color:#495057;line-height:1.6;margin:0 0 2rem}.settings__dialog-actions{display:flex;gap:1rem;justify-content:flex-end}.settings__dialog-btn{padding:.5rem 1.5rem;border:none;border-radius:.5rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .15s ease-in-out}.settings__dialog-btn--cancel{background-color:#e9ecef;color:#495057}.settings__dialog-btn--cancel:hover{background-color:#dee2e6}.settings__dialog-btn--delete{background-color:#ef4444;color:#fff}.settings__dialog-btn--delete:hover{background-color:#dc2626}.settings__toggle{position:relative;display:inline-block;width:52px;height:28px;cursor:pointer}.settings__toggle input{opacity:0;width:0;height:0}.settings__toggle-slider{position:absolute;inset:0;background-color:#dee2e6;border-radius:28px;transition:all .15s ease-in-out}.settings__toggle-slider:before{content:"";position:absolute;height:22px;width:22px;left:3px;bottom:3px;background-color:#fff;border-radius:50%;transition:all .15s ease-in-out;box-shadow:0 2px 4px #0003}input:checked+.settings__toggle-slider{background-color:#4ade80}input:checked+.settings__toggle-slider:before{transform:translate(24px)}input:focus+.settings__toggle-slider{box-shadow:0 0 0 3px #4ade8033}.load-conv-modal__overlay{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;background:#00000073;padding:1.5rem}.load-conv-modal{width:min(100%,560px);max-height:min(80vh,720px);display:flex;flex-direction:column;background:#fff;border-radius:.75rem;box-shadow:0 12px 40px #00000040;overflow:hidden}.load-conv-modal__header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 2rem;border-bottom:1px solid #e9ecef}.load-conv-modal__title{margin:0;font-size:1.125rem;font-weight:700;color:#212529}.load-conv-modal__close{display:flex;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer;color:#495057;padding:.25rem;border-radius:.5rem}.load-conv-modal__close:hover{color:#212529;background:#f8f9fa}.load-conv-modal__close .icon{width:18px;height:18px}.load-conv-modal__body{overflow-y:auto;padding:.5rem}.load-conv-modal__empty{padding:2rem;text-align:center;color:#868e96;font-size:.875rem}.load-conv-modal__row{display:flex;align-items:stretch;gap:.25rem}.load-conv-modal__row:hover .load-conv-modal__delete{opacity:1}.load-conv-modal__item{display:flex;flex-direction:column;align-items:flex-start;gap:.25rem;flex:1;min-width:0;text-align:left;padding:1rem;background:transparent;border:1px solid transparent;border-radius:.5rem;cursor:pointer;transition:background .15s ease-in-out,border-color .15s ease-in-out}.load-conv-modal__item:hover{background:#f8f9fa;border-color:#e9ecef}.load-conv-modal__delete{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:40px;background:transparent;border:1px solid transparent;border-radius:.5rem;color:#868e96;cursor:pointer;opacity:.6;transition:opacity .15s ease-in-out,background .15s ease-in-out,color .15s ease-in-out}.load-conv-modal__delete:hover{background:#ef44441a;color:#ef4444}.load-conv-modal__delete:focus-visible{opacity:1;outline:2px solid #ef4444;outline-offset:1px}.load-conv-modal__delete:disabled{opacity:.4;cursor:default}.load-conv-modal__delete .icon{width:18px;height:18px}.load-conv-modal__item-title{font-size:1rem;font-weight:500;color:#212529}.load-conv-modal__item-meta{display:flex;align-items:center;gap:.5rem}.load-conv-modal__badge{font-size:.75rem;font-weight:500;color:#0078ff;background:#0078ff1a;padding:2px .5rem;border-radius:.25rem}.load-conv-modal__date{font-size:.75rem;color:#868e96}.consent-modal__overlay{position:fixed;inset:0;z-index:1100;display:flex;align-items:center;justify-content:center;background:#00000080;padding:1.5rem}.consent-modal{width:min(100%,460px);background:#fff;border-radius:.75rem;box-shadow:0 12px 40px #00000040;padding:2rem;text-align:center}.consent-modal__title{margin:0 0 1rem;font-size:1.125rem;font-weight:700;color:#212529}.consent-modal__text{margin:0 0 2rem;font-size:1rem;line-height:1.6;color:#495057}.consent-modal__text a{color:#0078ff;text-decoration:underline;font-weight:500}.consent-modal__actions{display:flex;justify-content:center}.consent-modal__agree{padding:.5rem 2rem;font-size:1rem;font-weight:700;color:#fff;background:#0078ff;border:none;border-radius:.5rem;cursor:pointer;transition:background .15s ease-in-out}.consent-modal__agree:hover{background:#0063d1}.admin-metrics{display:flex;flex-direction:column;height:100%;padding:1.5rem 3rem;box-sizing:border-box;overflow:hidden}.admin-metrics__header{flex-shrink:0;margin-bottom:1rem}.admin-metrics__title{margin:0;font-size:1.25rem;font-weight:700;color:#212529}.admin-metrics__subtitle{margin:.25rem 0 0;font-size:.875rem;color:#868e96}.admin-metrics__body{flex:1;display:flex;gap:1.5rem;min-height:0}.admin-metrics__users{flex-shrink:0;width:260px;display:flex;flex-direction:column;border:1px solid #e9ecef;border-radius:.75rem;background:#fff;overflow:hidden}.admin-metrics__users-head{display:flex;align-items:center;justify-content:space-between;padding:.5rem 1rem;border-bottom:1px solid #e9ecef;font-size:.875rem;font-weight:600;color:#495057}.admin-metrics__users-actions{display:flex;gap:.25rem}.admin-metrics__users-actions button{border:1px solid #e9ecef;background:#f8f9fa;border-radius:.25rem;padding:2px .5rem;font-size:.75rem;cursor:pointer;color:#495057}.admin-metrics__users-actions button:hover{color:#212529;border-color:#dee2e6}.admin-metrics__users-list{flex:1;overflow-y:auto;padding:.25rem}.admin-metrics__user-row{display:flex;align-items:center;gap:.5rem;padding:.25rem .5rem;border-radius:.25rem;cursor:pointer;font-size:.875rem;color:#212529}.admin-metrics__user-row:hover{background:#f8f9fa}.admin-metrics__user-row input{cursor:pointer;flex-shrink:0}.admin-metrics__user-email{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:flex;align-items:center;gap:.25rem}.admin-metrics__admin-tag{font-size:.625rem;font-weight:600;text-transform:uppercase;color:#0078ff;background:#0078ff1a;padding:1px 6px;border-radius:.25rem}.admin-metrics__dashboard{flex:1;overflow-y:auto;min-width:0}.admin-metrics__tiles{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem;margin-bottom:1.5rem}.admin-metrics__tile{border:1px solid #e9ecef;border-radius:.75rem;padding:1rem;background:#fff}.admin-metrics__tile-value{font-size:1.25rem;font-weight:700;color:#212529;line-height:1.1}.admin-metrics__tile-label{margin-top:.25rem;font-size:.875rem;color:#495057}.admin-metrics__tile-sub{margin-top:2px;font-size:.75rem;color:#868e96}.admin-metrics__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1rem;padding-bottom:3rem}.admin-metrics__card{border:1px solid #e9ecef;border-radius:.75rem;padding:1rem 1.5rem;background:#fff}.admin-metrics__card-title{margin:0 0 1rem;font-size:1rem;font-weight:600;color:#212529}.admin-metrics__hbars{display:flex;flex-direction:column;gap:.5rem}.admin-metrics__hbar-row{display:grid;grid-template-columns:130px 1fr auto;align-items:center;gap:.5rem;font-size:.875rem}.admin-metrics__hbar-label{color:#495057;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-metrics__hbar-track{height:14px;background:#f1f3f5;border-radius:9999px;overflow:hidden}.admin-metrics__hbar-fill{display:block;height:100%;border-radius:9999px;min-width:2px;transition:width .25s ease-in-out}.admin-metrics__hbar-value{font-variant-numeric:tabular-nums;font-weight:500;color:#212529}.admin-metrics__legend{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1rem;font-size:.75rem;color:#495057}.admin-metrics__legend-item{display:flex;align-items:center;gap:.25rem}.admin-metrics__legend-swatch{width:10px;height:10px;border-radius:2px;display:inline-block}.admin-metrics__columns{display:flex;align-items:flex-end;gap:3px;height:140px}.admin-metrics__column{flex:1;min-width:4px;display:flex;flex-direction:column;align-items:center;height:100%}.admin-metrics__column-track{flex:1;width:100%;display:flex;align-items:flex-end}.admin-metrics__column-fill{width:100%;border-radius:.25rem .25rem 0 0;min-height:2px;transition:height .25s ease-in-out}.admin-metrics__column-tick{margin-top:.25rem;font-size:.625rem;color:#868e96;height:12px}.admin-metrics__quotients{display:flex;flex-direction:column;gap:1rem}.admin-metrics__quotient{display:flex;flex-direction:column;gap:3px}.admin-metrics__quotient-head{display:flex;align-items:baseline;justify-content:space-between;font-size:.875rem}.admin-metrics__quotient-name{font-weight:600;color:#212529}.admin-metrics__quotient-delta{font-variant-numeric:tabular-nums;color:#495057}.admin-metrics__quotient-delta.is-up{color:#28a745}.admin-metrics__quotient-delta.is-down{color:#d64545}.admin-metrics__section{margin-top:1.5rem;padding-bottom:3rem}.admin-metrics__section-title{margin:0 0 1rem;font-size:1.125rem;font-weight:600;color:#212529}.admin-metrics__list{display:flex;flex-direction:column;gap:.5rem;max-height:360px;overflow-y:auto}.admin-metrics__list-item{border:1px solid #e9ecef;border-radius:.5rem;padding:.5rem 1rem;background:#f8f9fa}.admin-metrics__list-meta{font-size:.75rem;font-weight:500;color:#0078ff;margin-bottom:.25rem}.admin-metrics__list-text{font-size:.875rem;color:#212529;white-space:pre-wrap;word-break:break-word}.admin-metrics__pre{margin:0;font-size:.75rem;color:#495057;white-space:pre-wrap;word-break:break-word;font-family:Courier New,Consolas,Monaco,Andale Mono,monospace,monospace}.admin-metrics__empty-note{font-size:.875rem;color:#868e96;padding:1rem 0}.admin-metrics__error{font-size:.875rem;color:#d64545;padding:.5rem 0}.admin-metrics__filter{display:flex;gap:.25rem;padding:.5rem;border-bottom:1px solid #e9ecef}.admin-metrics__filter-input{flex:1;min-width:0;border:1px solid #dee2e6;border-radius:.25rem;padding:2px .5rem;font-size:.75rem}.admin-metrics__filter-input:focus{outline:none;border-color:#0078ff}.admin-metrics__filter button{border:1px solid #e9ecef;background:#f8f9fa;border-radius:.25rem;padding:2px .5rem;font-size:.75rem;cursor:pointer}.admin-metrics__filter button:hover{background:#f1f3f5}.admin-metrics__list-email{color:#868e96}.app-page-subtitle{margin:0;max-width:44rem;color:#495057;font-size:.875rem;line-height:1.75}
