.error-text{color:var(--ms-error-text);font-family:Urbanist,sans-serif;font-size:16px;font-weight:500}button{color:#4c5980}.login-wrapper{background:var(--ms-bg-white);display:flex;height:100dvh;width:100dvw}.logo-wrapper{background-color:var(--ms-bg-gray);position:relative;width:40dvw}.logo-wrapper.full-screen{width:100dvw}.hands-wrapper{animation:fadeIn .5s ease-in-out;background:var(--ms-bg-blue);border-bottom-right-radius:calc(2.7rem*var(--ms-scale));border-top-right-radius:calc(2.7rem*var(--ms-scale));height:100%;left:0;position:absolute;width:95%}.hands-wrapper.full-screen{border-bottom-right-radius:0;border-top-right-radius:0;width:100%}.hands-heart{animation:fadeIn 1s ease-in-out;bottom:0;left:0;position:absolute!important;width:100%;z-index:1!important}.hands-heart.d-none{display:none}.background-letters{box-sizing:border-box;height:100%;left:0;padding:7% 10% 5% 0;position:absolute!important;width:100%}.background-letters.full-screen{padding:3%;z-index:0}.login-input-wrapper{box-sizing:border-box;flex-grow:1;padding:2% 2% 2% 5%}.headiing-wrapper{text-align:left}.info-wrapper-header{display:flex;flex-direction:column;gap:15%;height:40%}.info-wrapper-header.full-screen{z-index:1}.info-wrapper-footer{color:#fff!important;padding:0 0 5% 5%;z-index:1}.info-wrapper-footer div button{color:#fff!important}.register-done{margin-top:10%;text-align:center}.register-done h3{padding-top:calc(1.5rem*var(--ms-scale))}.register-done button{text-align:left;width:40%}.center-full-screen{display:flex;justify-content:space-between;margin:calc(1.5rem*var(--ms-scale)) auto}.info-wrapper-footer.full-screen{align-self:center;padding:0}.info-wrapper-footer button{background:#0000;border:none;color:var(--ms-bg-white)!important;cursor:pointer;font-family:Urbanist,sans-serif;outline:none}.info-wrapper-footer button:first-child,.info-wrapper-footer button:nth-child(2){border-right:var(--ms-border-size) solid var(--ms-bg-white)}.info-wrapper-footer button:nth-child(3){border-right:none}.info-wrapper{box-sizing:border-box;justify-content:space-between;padding:3% 10%}.info-wrapper,.login-container{display:flex;flex-direction:column;height:100%;width:100%}.login-container{gap:5%}.help-wrapper{display:flex;justify-content:flex-end;width:100%}.help-wrapper button{width:fit-content}.contact{align-self:flex-end}.login-wrapper-mobile{background:var(--ms-bg-blue);display:flex;flex-direction:column;height:100dvh;width:100dvw}.content-wrapper{display:flex;flex-direction:column;padding:40px 0 20px}.row{align-items:center;display:flex;justify-content:space-between;padding:0 30px}.logo-image{height:18px;width:107px}.title-wrapper{align-items:center;gap:10px;padding:40px 0 20px}.login-container-mobile,.title-wrapper{display:flex;flex-direction:column;justify-content:center}.login-container-mobile{align-self:center;bottom:0;gap:5%;padding:22px;position:absolute}.bg-parent-mobile{position:absolute;top:200px;width:100%}.bg-image{width:100%}.login-wrapper{--auth-form-max-width:440px;--auth-space-1:4px;--auth-space-2:8px;--auth-space-3:12px;--auth-space-4:16px;--auth-space-5:20px;--auth-space-6:24px;--auth-space-8:32px;--auth-space-10:40px;--auth-radius-sm:6px;--auth-radius-md:10px;--auth-text-muted:#6c757d;--auth-border:#e1e5ec;--auth-error:#b91c1c;flex-direction:row-reverse}.login-wrapper .hands-wrapper{border-bottom-left-radius:calc(2.7rem*var(--ms-scale));border-bottom-right-radius:0;border-top-left-radius:calc(2.7rem*var(--ms-scale));border-top-right-radius:0;left:auto;right:0}.login-wrapper .background-letters{padding:7% 0 5% 10%}.login-wrapper .login-input-wrapper{align-items:center;display:flex;flex-direction:column;justify-content:center;overflow-x:hidden;overflow-y:auto;padding:var(--auth-space-8);position:relative}.login-wrapper .login-container{display:flex;flex-direction:column;gap:var(--auth-space-3);height:auto;max-width:var(--auth-form-max-width);width:100%}.login-wrapper .help-wrapper{position:absolute;right:var(--auth-space-5);top:var(--auth-space-5);width:auto}.login-wrapper .help-wrapper button{padding:var(--auth-space-2) var(--auth-space-3)}.login-wrapper .form-wrapper{display:flex;flex-direction:column;gap:var(--auth-space-4);max-height:none;overflow:visible;padding-right:0;width:100%}.login-wrapper .login-heading{color:#1f2a44;font-size:calc(1.625rem*var(--ms-scale));font-weight:600;letter-spacing:-.01em;line-height:1.25;margin:0;padding:0}.login-wrapper .step-indicator{margin:0!important}.login-wrapper .step-indicator span{color:var(--auth-text-muted);font-size:12px;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.login-wrapper .input-group{align-items:center;gap:var(--auth-space-3);padding-top:0}.login-wrapper .input-group input,.login-wrapper .input-group select{background:#f5f7fb;border:1px solid #0000;border-radius:var(--auth-radius-md);color:#1f2a44;font-size:15px;height:44px;padding:0 var(--auth-space-4);transition:border-color .15s ease,background-color .15s ease}.login-wrapper .input-group input:focus,.login-wrapper .input-group select:focus{background:var(--ms-bg-white);border-color:var(--ms-bg-blue);outline:none}.login-wrapper .input-group input::placeholder,.login-wrapper .input-group select::placeholder{color:var(--auth-text-muted)}.login-wrapper .regex-wrapper{flex-direction:column;gap:var(--auth-space-2);padding-top:0}.login-wrapper .regex-wrapper>.primary-text{color:var(--auth-text-muted);font-size:13px;margin:0}.login-wrapper .regex-wrapper>.primary-text br{display:none}.login-wrapper .regex-wrapper .rule{gap:var(--auth-space-1);width:100%}.login-wrapper .regex-wrapper .rule div{color:#1f2a44;font-size:13px;gap:var(--auth-space-2);width:50%}.login-wrapper .login-button-wrapper{display:flex;flex-direction:column;gap:var(--auth-space-2)}.login-wrapper .login-button-wrapper .primary-button{align-items:center;border-radius:var(--auth-radius-md);height:48px;padding:0 var(--auth-space-4);transition:background-color .15s ease,opacity .15s ease}.login-wrapper .login-button-wrapper .primary-button span{font-size:15px;font-weight:600;line-height:1}.login-wrapper .login-button-wrapper .primary-button:hover:not(:disabled){background-color:#002851}.login-wrapper .login-button-wrapper .primary-button:disabled{cursor:not-allowed;opacity:.55}.login-wrapper .resend-wrapper{gap:var(--auth-space-2);justify-content:flex-start;padding-top:0}.login-wrapper .resend-wrapper .primary-text{color:var(--auth-text-muted);font-size:14px;margin:0}.login-wrapper .transparent-button p,.login-wrapper .transparent-button span{font-size:14px;font-weight:600}.login-wrapper .error-text{color:var(--auth-error);font-size:13px;margin:var(--auth-space-1) 0 0}.login-wrapper .auth-checkbox-row{align-items:flex-start;color:#1f2a44;cursor:pointer;display:flex;font-size:14px;gap:var(--auth-space-3);line-height:1.45;margin:var(--auth-space-1) 0 var(--auth-space-2)}.login-wrapper .auth-checkbox-row input[type=checkbox]{accent-color:var(--ms-bg-blue);cursor:pointer;flex-shrink:0;height:18px;margin-top:3px;width:18px}.login-wrapper .auth-checkbox-row a{color:var(--ms-bg-blue)}.login-wrapper .auth-otp-input{font-feature-settings:"tnum";font-size:18px;font-variant-numeric:tabular-nums;font-weight:600;letter-spacing:8px;text-align:center}.login-wrapper .auth-lead{color:var(--auth-text-muted);font-size:14px;line-height:1.55;margin:0}.login-wrapper .auth-fineprint{color:var(--auth-text-muted);font-size:12px;line-height:1.5;margin:0}.login-wrapper .auth-fineprint a{color:var(--ms-bg-blue);text-decoration:underline}.login-wrapper .info-wrapper{padding-top:var(--auth-space-10)}.login-wrapper .headiing-wrapper h1{font-size:clamp(28px,3.4vw,44px);font-weight:700;letter-spacing:-.01em;line-height:1.1;margin:0}.login-wrapper .headiing-wrapper h1:nth-of-type(2),.login-wrapper .headiing-wrapper h1:nth-of-type(3){font-size:clamp(20px,2vw,28px);font-weight:400;line-height:1.25;margin-top:4px;opacity:.85}.login-wrapper .headiing-wrapper h1:nth-of-type(2){margin-top:12px}.password-reset-success-banner{background:#e7f6ec;border:1px solid #b6e2c6;border-radius:8px;color:#1e7a44;font-size:14px;line-height:1.4;margin-bottom:16px;padding:12px 16px;text-align:center}@media screen and (max-width:600px){.hyperLink{color:var(--ms-bg-yellow)!important}.ruleItem{color:var(--ms-bg-white)!important}}.logo-icon{align-self:center;filter:brightness(0) saturate(100%) invert(15%) sepia(19%) saturate(7499%) hue-rotate(191deg) brightness(94%) contrast(102%)}.logo-icon.logo-icon-org{filter:none;height:calc(3rem*var(--ms-scale));max-width:calc(8rem*var(--ms-scale));object-fit:contain;width:auto}.sidebar{box-sizing:border-box;display:flex;flex-direction:column;height:100%;justify-content:space-between;padding-top:calc(2rem*var(--ms-scale));width:100%}.sidebar .sidebar-button{height:45px!important}.sidebar .footer .onboarding-box{background-color:var(--ms-bg-blue);border-radius:var(--ms-input-border-radius);box-sizing:border-box}.sidebar .footer .onboarding-box span{font-size:calc(.7rem*var(--ms-scale))}.sidebar .footer .onboarding-box h3,.sidebar .footer .onboarding-box span{font-weight:500;letter-spacing:calc(.02rem*var(--ms-scale));line-height:calc(1.2rem*var(--ms-scale))}.sidebar .footer .onboarding-box h3{font-size:calc(1.2rem*var(--ms-scale))}.sidebar .footer .onboarding-box .tertiary-button{padding:calc(.5rem*var(--ms-scale))}.sidebar .footer .info-wrapper-footer button span{color:var(--ms-bg-dark-gray)}.sidebar .nav{display:flex;flex-direction:column;gap:calc(1.7rem*var(--ms-scale))}.sidebar .nav .logo-icon{align-self:center!important}.sidebar .nav .onboarding{display:flex;flex-direction:column;gap:calc(.5rem*var(--ms-scale))}.create-dialog Button,.sidebar .nav .onboarding Button{align-self:center;width:85%}.create-dialog .sidebar-button{box-shadow:0 0 calc(1rem*var(--ms-scale)) 0 var(--ms-box-shadow)}.policy-links{margin:14px auto auto}.policy-links a{color:#4c5980;font-family:Urbanist,sans-serif;font-size:12px;font-weight:400;text-decoration:none}.policy-links a:after{content:" |";margin:0 8px}.policy-links a:last-child:after{content:"";margin:0}.policy-links a:hover{text-decoration:underline}.ms-header{align-items:center;background:#fff;border:1px solid #1f2a440f;border-radius:12px;box-shadow:0 1px 2px #0f172a08,0 4px 12px #0f172a0a;display:flex;gap:16px;justify-content:space-between;min-height:56px;padding:10px 18px}.ms-header-left{display:flex;flex-direction:column;gap:2px;min-width:0}.ms-header-greeting{align-items:center;display:flex;flex-wrap:wrap;gap:10px}.ms-header-greeting-text{color:#475569;font-family:Urbanist,Figtree,system-ui,sans-serif;font-size:15px;font-weight:600;letter-spacing:-.005em}.ms-header-greeting-name{color:#1f2a44;font-weight:700}.ms-header-rolepill{background:#23458014;border-radius:999px;color:#234580;display:inline-block;font-size:10px;font-weight:700;letter-spacing:.06em;padding:3px 9px;text-transform:uppercase}.ms-header-date{color:#94a3b8;font-size:11px;font-weight:500;letter-spacing:.02em;text-transform:capitalize}.ms-header-patient .ms-header-left{gap:4px}.ms-header-context{align-items:center;display:flex;flex-wrap:wrap;gap:12px}.ms-header-context-name{color:#1f2a44;font-family:Urbanist,sans-serif;font-size:17px;font-weight:700;letter-spacing:-.01em}.ms-header-context-id{color:#6c757d;font-family:Menlo,Consolas,monospace;font-size:12px;font-weight:600}.ms-header-context-meta{align-items:center;display:inline-flex}.ms-header-context-pill{background:#b453091a;border-radius:999px;color:#b45309;display:inline-block;font-size:10px;font-weight:700;letter-spacing:.06em;padding:3px 10px;text-transform:uppercase}.ms-header-context-sub{color:#64748b;font-size:12px;font-weight:500}.ms-header-right{align-items:center;display:flex;flex-shrink:0;gap:8px}.ms-header-action{-webkit-appearance:none;appearance:none;background:#fff;border:1px solid #23458038;border-radius:8px;box-shadow:0 1px 2px #0f172a0a;color:#234580;cursor:pointer;font-family:inherit;font-size:12px;font-weight:700;letter-spacing:.02em;padding:8px 14px;transition:background .15s ease,border-color .15s ease,box-shadow .15s ease}.ms-header-action:hover{background:#2345800f;border-color:#23458057;box-shadow:0 2px 6px #0f172a14}.ms-header-exportwrap{position:relative}button.ms-header-export-btn{align-items:center;-webkit-appearance:none;appearance:none;background:#234580;border:1px solid #234580;border-radius:8px;box-shadow:0 1px 2px #0f172a0f,0 4px 10px #2345802e;color:#fff!important;cursor:pointer;display:inline-flex;font-family:inherit;font-size:12px;font-weight:700;gap:6px;letter-spacing:.04em;padding:8px 14px;text-transform:uppercase;transition:background .15s ease,border-color .15s ease,box-shadow .15s ease,transform .05s ease}button.ms-header-export-btn:hover:not(:disabled){background:#1e3a6a;border-color:#1e3a6a;box-shadow:0 2px 4px #0f172a14,0 6px 14px #23458042;color:#fff!important}button.ms-header-export-btn .ms-header-export-caret,button.ms-header-export-btn .ms-header-export-icon{color:#fff!important}.ms-header-export-btn:active:not(:disabled){transform:translateY(1px)}.ms-header-export-btn-busy,.ms-header-export-btn:disabled{cursor:progress;opacity:.7}.ms-header-export-icon{font-size:13px;line-height:1}.ms-header-export-caret{font-size:10px;margin-left:2px;opacity:.85}.ms-header-menu-export{min-width:280px;padding:6px}.ms-header-menu-export-item{align-items:flex-start;display:flex;flex-direction:column;gap:2px;padding:10px 12px}.ms-header-menu-export-title{color:#1f2a44;font-family:Urbanist,sans-serif;font-size:13px;font-weight:700;letter-spacing:-.005em;text-transform:none}.ms-header-menu-export-meta{color:#64748b;font-size:11px;font-weight:500;letter-spacing:normal;text-transform:none}.ms-header-menuwrap{position:relative}.ms-header-avatarbtn{align-items:center;-webkit-appearance:none;appearance:none;background:#fff;border:1px solid #1f2a4414;border-radius:999px;cursor:pointer;display:inline-flex;font-family:inherit;gap:6px;padding:4px 10px 4px 4px;transition:border-color .15s ease,box-shadow .15s ease}.ms-header-avatarbtn:hover{border-color:#23458033;box-shadow:0 2px 8px #0f172a0f}.ms-header-avatar{align-items:center;background:linear-gradient(135deg,#234580,#0e7490);border-radius:50%;color:#fff;display:inline-flex;font-family:Urbanist,sans-serif;font-size:12px;font-weight:700;height:32px;justify-content:center;letter-spacing:.02em;width:32px}.ms-header-avatarbtn-caret{color:#94a3b8;font-size:10px}.ms-header-menu{background:#fff;border:1px solid #1f2a4414;border-radius:12px;box-shadow:0 6px 20px #0f172a1a,0 1px 2px #0f172a0a;display:flex;flex-direction:column;gap:2px;min-width:220px;padding:6px;position:absolute;right:0;top:calc(100% + 6px);z-index:50}.ms-header-menu-head{border-bottom:1px solid #1f2a440f;margin-bottom:4px;padding:10px 12px 8px}.ms-header-menu-name{color:#1f2a44;font-family:Urbanist,sans-serif;font-size:13px;font-weight:700;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ms-header-menu-role{color:#64748b;font-size:11px;letter-spacing:.02em;margin-top:2px}.ms-header-menu-item{-webkit-appearance:none;appearance:none;background:#0000;border:none;border-radius:8px;color:#1f2a44;cursor:pointer;font-family:inherit;font-size:13px;font-weight:600;padding:9px 12px;text-align:left;transition:background .12s ease;width:100%}.ms-header-menu-item:focus-visible,.ms-header-menu-item:hover{background:#2345800f;outline:none}.ms-header-menu-item-danger{color:#be123c}.ms-header-menu-item-danger:focus-visible,.ms-header-menu-item-danger:hover{background:#be123c0f}@media(max-width:640px){.ms-header{flex-wrap:wrap;padding:12px}.ms-header-greeting-text{font-size:14px}}.dashboard-wrapper{height:100dvh;overflow:hidden;position:relative;width:100dvw}.dashboard-wrapper .sidebar-wrapper{height:100%;max-width:260px;min-width:20%;transform:translateX(0);transition:transform .3s ease-in-out}@media screen and (max-width:1200px){.dashboard-wrapper .sidebar-wrapper{background-color:#fff;box-shadow:-2px 0 5px #00000080;display:block;height:100%;position:fixed;right:0;top:0;transform:translateX(100%);width:80%;z-index:1000}}.dashboard-wrapper .sidebar-wrapper.open{transform:translateX(0)}.dashboard-wrapper .header-router-wrapper{background:var(--ms-bg-gray)}.dashboard-wrapper .header-router-wrapper .header-wrapper{background-color:var(--ms-bg-white);border-radius:var(--ms-input-border-radius);box-shadow:0 0 calc(1rem*var(--ms-scale)) 0 var(--ms-box-shadow);box-sizing:border-box;height:fit-content}.dashboard-wrapper .header-router-wrapper .outlet-wrapper{box-sizing:border-box;flex-grow:1;overflow-y:auto}.dashboard-wrapper .backdrop{background:#00000080;height:100%;left:0;position:fixed;top:0;width:100%;z-index:999}@media screen and (min-width:1201px){.menu-wrapper{display:none}}@media screen and (max-width:1200px){.header-router-wrapper{overflow-y:scroll}.sidebar-wrapper{display:none;max-width:260px}.menu-wrapper{display:block}.dashboard-wrapper{flex-direction:column}}.research-banner{background:#fff4e5;border:1px solid #ffd8a8;border-radius:8px;color:#8a5a00;font-size:13px;font-weight:600;padding:8px 14px}.hd-card{background:#fff;border:1px solid #eef0f4;border-radius:8px;display:flex;flex-direction:column;gap:8px;padding:20px 22px}.hd-section-header{gap:12px;margin-top:4px}.hd-section-title{color:#234580;font-size:14px;font-weight:700;gap:8px;letter-spacing:.6px;margin:0;text-transform:uppercase}.hd-section-icon,.hd-section-title{align-items:center;display:inline-flex}.hd-section-icon{border-radius:50%;flex-shrink:0;height:26px;justify-content:center;width:26px}.hd-section-icon svg{display:block;height:14px;width:14px}.hd-tone-navy .hd-section-icon{background:#eaf0f9;color:#234580}.hd-tone-amber .hd-section-icon{background:#fdf2da;color:#b45309}.hd-tone-teal .hd-section-icon{background:#d8f1ee;color:#0e7490}.hd-controls{align-items:center;display:flex;gap:8px}.hd-select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-color:#fff;background-image:linear-gradient(45deg,#0000 50%,#6c757d 0),linear-gradient(135deg,#6c757d 50%,#0000 0);background-position:calc(100% - 14px) 50%,calc(100% - 9px) 50%;background-repeat:no-repeat;background-size:5px 5px,5px 5px;border:1px solid #cdd5e0;border-radius:5px;color:#1f2a44;cursor:pointer;font-family:inherit;font-size:12px;min-width:110px;padding:5px 26px 5px 10px}.hd-select-narrow{min-width:90px}.hd-select:focus{border-color:#234580;box-shadow:0 0 0 2px #2345801f;outline:none}.hd-chart{margin:4px 0 2px;width:100%}.hd-stats{display:flex;flex-wrap:wrap;gap:14px 22px;padding:4px 0}.hd-stat-field{display:flex;flex-direction:column;gap:2px}.hd-stat-label{color:#6c757d;font-size:11px;font-weight:600;letter-spacing:.4px;text-transform:uppercase}.hd-stat-value{color:#1f2a44;font-size:16px;font-weight:700}.hd-stat-sub{color:#6c757d;font-size:11px}.hd-divider{background:#eef0f4;height:1px;margin:14px 0 10px}.hd-empty{font-style:italic;margin:8px 0}.hd-sleep-list{display:flex;flex-direction:column;gap:4px;list-style:none;margin:4px 0 0;padding:0}.hd-sleep-row{align-items:center;background:#f9fafc;border:1px solid #eef0f4;border-radius:5px;display:flex;font-size:13px;justify-content:space-between;padding:8px 12px}.hd-sleep-day{color:#1f2a44;font-weight:500}.hd-sleep-value{color:#234580;font-weight:600}.hd-list{display:flex;flex-direction:column;gap:4px;list-style:none;margin:4px 0 0;padding:0}.hd-list-row{align-items:center;background:#f9fafc;border:1px solid #eef0f4;border-radius:5px;display:flex;font-size:13px;gap:12px;justify-content:space-between;padding:8px 12px}.hd-list-title{color:#1f2a44;flex:1 1;font-weight:500;min-width:0}.hd-list-meta{color:#6c757d;font-size:12px;white-space:nowrap}.hd-spark-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(auto-fill,minmax(190px,1fr));margin:8px 0 4px}.hd-spark-card{background:#fff;border:1px solid #e6e9ef;border-radius:8px;cursor:pointer;padding:8px 10px;transition:border-color .15s ease,box-shadow .15s ease}.hd-spark-card:focus-visible,.hd-spark-card:hover{border-color:#cdd5e0;box-shadow:0 2px 8px #0000000f;outline:none}.hd-spark-card-expanded{border-color:#234580;grid-column:1/-1}.hd-spark-head{align-items:baseline;display:flex;gap:8px;justify-content:space-between;margin-bottom:2px}.hd-spark-name{color:#1f2a44;font-weight:600;overflow:hidden;text-overflow:ellipsis}.hd-spark-latest,.hd-spark-name{font-size:12px;white-space:nowrap}.hd-spark-latest{color:#003769;font-weight:700}.hd-spark-empty{color:#6c757d;font-size:11px;font-style:italic;margin:6px 0 2px}.pp-pain-latest{background:#fff;border:1px solid #e6e9ef;border-radius:8px;margin:8px 0 10px;padding:12px 14px}.pp-pain-latest-head{align-items:center;display:flex;gap:8px;justify-content:space-between;margin-bottom:10px}.pp-pain-latest-title{color:#1f2a44;font-size:13px;font-weight:700}.pp-pain-tiles{grid-gap:10px 16px;display:grid;gap:10px 16px;grid-template-columns:repeat(auto-fit,minmax(110px,1fr))}.pp-tile{display:flex;flex-direction:column;gap:2px;min-width:0}.pp-tile-label{align-items:center;color:#6c757d;display:inline-flex;font-size:11px;gap:6px;white-space:nowrap}.pp-tile-value{color:#1f2a44;font-size:17px;font-weight:600}.pp-tile-mean .pp-tile-value{color:#003769;font-weight:700}.pp-tile-regions{grid-column:span 2}.pp-key-dot{border-radius:50%;display:inline-block;flex:none;height:8px;width:8px}.pp-pain-note{color:#6c757d;font-size:11px;font-style:italic;margin:8px 0 10px}.pp-hairline{border-top:1px solid #eef0f4;margin:10px 0}.pp-pain-chips{display:flex;flex-wrap:wrap;gap:6px}.pp-pain-chip{background:#f2f5f9;border:1px solid #e6e9ef;border-radius:12px;color:#1f2a44;font-size:11px;padding:2px 8px}.pp-pain-charts{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.pp-pain-chart-card{background:#fff;border:1px solid #e6e9ef;border-radius:8px;padding:10px 10px 4px}.pp-chart-title{color:#6c757d;display:block;font-size:11px;font-weight:600;margin:0 0 6px 2px}.pp-tooltip{background:#fff;border:1px solid #cdd5e0;border-radius:6px;box-shadow:0 2px 8px #00000014;font-size:12px;padding:8px 10px}.pp-tooltip-date{color:#1f2a44;font-weight:600;margin-bottom:4px}.pp-tooltip-row{align-items:center;display:flex;gap:14px;justify-content:space-between}.pp-tooltip-name{align-items:center;color:#52514e;display:inline-flex;gap:6px}.pp-tooltip-value{font-feature-settings:"tnum";color:#1f2a44;font-variant-numeric:tabular-nums;font-weight:700}.ov-page{display:flex;flex:1 1;flex-direction:column;gap:18px;min-width:0;padding:24px 28px}.ov-kpi-grid{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(3,1fr)}.ov-kpi-card{gap:6px}.ov-kpi-value{color:#1f2a44;font-family:Urbanist,sans-serif;font-size:36px;font-weight:700;line-height:1;margin:6px 0 4px}.ov-kpi-hint{color:#6c757d;font-size:12px}.ov-grid{grid-gap:18px;align-items:start;display:grid;gap:18px;grid-template-columns:1.6fr 1fr}.ov-card-wide{min-width:0}.ov-card-breakdown{gap:10px}.ov-breakdown-list{display:flex;flex-direction:column;gap:8px;list-style:none;margin:4px 0 0;padding:0}.ov-breakdown-row{grid-gap:12px;align-items:center;display:grid;gap:12px;grid-template-columns:minmax(80px,1fr) 2fr 30px}.ov-breakdown-label{color:#1f2a44;font-size:13px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ov-breakdown-bar-track{background:#eef0f4;border-radius:4px;height:8px;overflow:hidden}.ov-breakdown-bar-fill{background:#234580;border-radius:4px;height:100%}.ov-breakdown-count{color:#234580;font-size:13px;font-weight:700;text-align:right}.ov-surgery-list{display:flex;flex-direction:column;gap:6px;list-style:none;margin:4px 0 0;padding:0}.ov-surgery-row{grid-gap:14px;align-items:center;background:#f9fafc;border:1px solid #eef0f4;border-left:3px solid #cdd5e0;border-radius:5px;cursor:pointer;display:grid;gap:14px;grid-template-columns:1.4fr 1.4fr 1fr 90px;padding:12px 14px;transition:background-color .12s ease}.ov-surgery-row:hover{background:#f4f7fc}.ov-surgery-name{color:#1f2a44;font-size:14px;font-weight:600}.ov-surgery-meta{color:#4a5568;font-size:13px}.ov-surgery-date{color:#6c757d;font-size:12px;text-align:right}.ov-surgery-badge{border-radius:12px;font-size:11px;font-weight:700;letter-spacing:.4px;padding:4px 8px;text-align:center;text-transform:uppercase;white-space:nowrap}.ov-tone-past{border-left-color:#cdd5e0;opacity:.65}.ov-tone-due{background:#fef2f2;border-left-color:#b91c1c}.ov-tone-soon{background:#fff8eb;border-left-color:#d97706}.ov-tone-later{border-left-color:#234580}.ov-badge-past{background:#eef0f4;color:#6c757d}.ov-badge-due{background:#fee2e2;color:#991b1b}.ov-badge-soon{background:#fdf2da;color:#b45309}.ov-badge-later{background:#eaf0f9;color:#234580}.ov-card-phases{gap:14px}.ov-phases-total{color:#6c757d;font-size:12px}.ov-phases-bar{background:#f4f7fc;border-radius:9px;display:flex;height:18px;overflow:hidden;width:100%}.ov-phase-segment{height:100%;min-width:4px;transition:width .2s ease}.ov-phase-legend{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));list-style:none;margin:0;padding:0}.ov-phase-legend-item{grid-gap:10px;align-items:center;background:#fbfcfd;border:1px solid #eef0f4;border-radius:6px;display:grid;font-size:12px;gap:10px;grid-template-columns:14px 1fr auto;padding:10px 14px}.ov-phase-dot{border-radius:3px;display:inline-block;flex-shrink:0;height:14px;width:14px}.ov-phase-legend-label{color:#1f2a44;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ov-phase-legend-count{color:#1f2a44;font-size:14px;font-weight:700;min-width:22px;text-align:right}.ov-phase-legend-count-zero{color:#cdd5e0;font-weight:500}.ov-phase-legend-item.ov-phase-NO_DATE .ov-phase-dot{background-color:#cdd5e0}.ov-phase-legend-item.ov-phase-PRE_LATE .ov-phase-dot{background-color:#234580}.ov-phase-legend-item.ov-phase-PRE_30 .ov-phase-dot{background-color:#d97706}.ov-phase-legend-item.ov-phase-PRE_7 .ov-phase-dot{background-color:#b91c1c}.ov-phase-legend-item.ov-phase-POST_30 .ov-phase-dot{background-color:#0e7490}.ov-phase-legend-item.ov-phase-POST_90 .ov-phase-dot{background-color:#2a6f3f}.ov-phase-legend-item.ov-phase-POST_LATE .ov-phase-dot{background-color:#6c757d}.ov-phase-segment.ov-phase-NO_DATE{background-color:#cdd5e0}.ov-phase-segment.ov-phase-PRE_LATE{background-color:#234580}.ov-phase-segment.ov-phase-PRE_30{background-color:#d97706}.ov-phase-segment.ov-phase-PRE_7{background-color:#b91c1c}.ov-phase-segment.ov-phase-POST_30{background-color:#0e7490}.ov-phase-segment.ov-phase-POST_90{background-color:#2a6f3f}.ov-phase-segment.ov-phase-POST_LATE{background-color:#6c757d}@media (max-width:1100px){.ov-grid{grid-template-columns:1fr}}@media (max-width:700px){.ov-kpi-grid{grid-template-columns:1fr}.ov-surgery-row{grid-row-gap:4px;grid-template-columns:1fr 80px}.ov-surgery-date,.ov-surgery-meta{grid-column:1}}body.active-modal{overflow-y:hidden}.btn-modal{display:block;font-size:18px;margin:100px auto 0;padding:10px 20px}.modal,.overlay{bottom:0;height:fit-content;left:0;max-height:95dvh;overflow-y:auto;position:fixed;right:0;top:0;width:35%}@media screen and (max-width:600px){.modal,.overlay{width:90%}}.modal-input{height:calc(2.3rem*var(--ms-scale))!important}.overlay{background:#313131cc}.close-modal{padding:5px 7px;position:absolute;right:10px;top:10px}.modal-container{align-items:center;background:#0000004d;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:10}.modal{background:var(--ms-bg-white);border-radius:var(--ms-input-border-radius-sm);margin:auto;text-align:center}.modal h4{line-height:1.5;margin-bottom:0}.modal .clear-btn,.modal .confirm-btn{margin-top:1rem}.status-inactive{background:#f4f6fa}.status-active{background:var(--ms-bg-orange)}.patient-toolbar{align-items:center;display:flex;flex-wrap:wrap;gap:12px;margin-bottom:12px}.patient-toolbar-status{align-items:center;display:inline-flex;gap:8px}.patient-toolbar-label{color:#4a5568;font-size:12px;font-weight:600;letter-spacing:.4px;text-transform:uppercase}.patient-toolbar-select{background:#fff;border:1px solid #cdd5e0;border-radius:14px;color:#1f2a44;cursor:pointer;font-family:inherit;font-size:12px;font-weight:600;padding:6px 12px}.patient-toolbar-select:hover{border-color:#234580}.patient-toolbar-search{background:#fff;border:1px solid #cdd5e0;border-radius:14px;color:#1f2a44;flex:0 1 300px;font-family:inherit;font-size:13px;min-width:160px;padding:6px 12px}.patient-toolbar-search:focus{border-color:#234580;outline:none}.patient-id-badge{color:#6c757d;font-family:Menlo,Consolas,monospace;font-size:12px;font-weight:600;margin-left:8px;vertical-align:middle}.patient-toolbar-spacer{flex:1 1}.patient-toolbar-count{color:#6c757d;font-size:12px;font-weight:600}.patient-toolbar-export{background:#003769;border:none;border-radius:14px;color:#fff;cursor:pointer;font-family:inherit;font-size:12px;font-weight:700;letter-spacing:.2px;padding:8px 16px;transition:background-color .12s ease,opacity .12s ease}.patient-toolbar-export:hover:not(:disabled){background:#002952}.patient-toolbar-export:disabled{cursor:not-allowed;opacity:.55}.patient-filter-strip{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:12px}.patient-filter-chip{align-items:center;background:#fff;border:1px solid #cdd5e0;border-radius:14px;color:#4a5568;cursor:pointer;display:inline-flex;font-family:inherit;font-size:12px;font-weight:600;gap:6px;padding:5px 12px;transition:background-color .12s ease,border-color .12s ease,color .12s ease}.patient-filter-chip:hover{background:#f4f7fc;border-color:#234580}.patient-filter-chip-active{background:#234580;border-color:#234580;color:#fff}.patient-filter-count{align-items:center;background:#eef0f4;border-radius:10px;color:#6c757d;display:inline-flex;font-size:11px;font-weight:700;justify-content:center;padding:1px 7px}.patient-filter-chip-active .patient-filter-count{background:#ffffff2e;color:#fff}.patient-op-pill{background:#eaf0f9;border-radius:10px;color:#234580;display:inline-block;font-size:12px;font-weight:600;padding:3px 10px;white-space:nowrap}.patient-op-empty{color:#cdd5e0;font-size:12px}.patient-empty-hint{color:#6c757d;font-size:14px;padding:16px 4px}.patient-tile-list{display:flex;flex-direction:column;gap:8px}.patient-tile{grid-gap:22px;align-items:center;background:#fff;border:1px solid #eef0f4;border-radius:10px;cursor:pointer;display:grid;gap:22px;grid-template-columns:64px 1fr auto auto;padding:22px 24px;transition:background-color .12s ease,border-color .12s ease,box-shadow .12s ease}.patient-tile:hover{background:#f9fafc;border-color:#cdd5e0;box-shadow:0 2px 8px #1f2a440d}.patient-tile:focus-visible{border-color:#234580;box-shadow:0 0 0 2px #2345802e;outline:none}.patient-avatar{align-items:center;background:linear-gradient(135deg,#234580,#3a5fa3);border-radius:50%;box-shadow:0 2px 4px #23458033;color:#fff;display:flex;font-family:Urbanist,sans-serif;font-size:18px;font-weight:700;height:56px;justify-content:center;letter-spacing:.5px;width:56px}.patient-main{min-width:0}.patient-name{color:#1f2a44;font-family:Urbanist,sans-serif;font-size:20px;font-weight:700;margin-bottom:8px}.patient-chips{display:flex;flex-wrap:wrap;gap:6px}.patient-chip{align-items:center;border-radius:12px;display:inline-flex;font-size:12px;gap:6px;line-height:1.4;padding:4px 10px}.patient-chip-label{font-size:10px;font-weight:600;letter-spacing:.4px;opacity:.7;text-transform:uppercase}.patient-chip-value{font-weight:600}.patient-chip-grey{background:#eef0f4;color:#4a5568}.patient-chip-later{background:#eaf0f9;color:#234580}.patient-chip-soon{background:#fdf2da;color:#b45309}.patient-chip-due{background:#fee2e2;color:#991b1b}.patient-chip-past{background:#d8f1ee;color:#0e7490}.patient-pills{align-items:center;display:flex;gap:8px}.patient-status-pill{border-radius:12px;display:inline-block;font-size:11px;font-weight:700;letter-spacing:.4px;padding:4px 10px;text-transform:uppercase;white-space:nowrap}.patient-status-pre-op{background:#fdf2da;color:#b45309}.patient-status-post-op{background:#d8f1ee;color:#0e7490}.patient-status-unbekannt{background:#eef0f4;color:#6c757d}.patient-actions{align-items:center;display:flex;position:relative}.patient-kebab{align-items:center;background:#0000;border:1px solid #0000;border-radius:50%;color:#4a5568;cursor:pointer;display:flex;font-size:18px;height:32px;justify-content:center;transition:background-color .12s ease,border-color .12s ease;width:32px}.patient-kebab:hover{background:#eef0f4;border-color:#cdd5e0}.patient-kebab-menu{background:#fff;border:1px solid #cdd5e0;border-radius:6px;box-shadow:0 6px 18px #1f2a441f;display:flex;flex-direction:column;min-width:200px;overflow:hidden;position:absolute;right:0;top:calc(100% + 4px);z-index:10}.patient-kebab-item{background:#0000;border:none;color:#1f2a44;cursor:pointer;font-family:inherit;font-size:13px;padding:10px 14px;text-align:left;transition:background-color .12s ease}.patient-kebab-item:hover{background:#f4f7fc}.patient-kebab-item-danger{color:#b91c1c}.patient-kebab-item-danger:hover{background:#fef2f2}@media(max-width:720px){.patient-tile{grid-template-columns:40px 1fr auto;grid-template-rows:auto auto}.patient-pills{grid-column:2/4;grid-row:2}.patient-actions{grid-column:3;grid-row:1}}.custom-container{display:flex;height:45px;justify-content:center;min-width:150px;padding:0!important}.custom-container span{font-size:16px;font-style:Bold;font-weight:700;letter-spacing:.2px;line-height:100%;text-align:center}.custom-button{background-color:#003769!important;border:none;color:#fff!important;display:flex;height:45px;justify-content:center;min-width:150px;padding:0!important}.custom-button p{color:#fff!important;font-family:Urbanist;font-size:16px;font-style:Bold;font-weight:700;letter-spacing:.2px;line-height:100%;text-align:center}.custom-button img{filter:brightness(0) invert(1)}.custom-button:hover{background-color:#003769!important;box-shadow:none!important;color:#fff!important}.custom-button:hover img{filter:brightness(0) invert(1)}.ta-page{display:flex;flex:1 1;flex-direction:column;gap:18px;min-width:0;padding:24px 28px 60px}.ta-pageheader{align-items:flex-start;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between}.ta-pagetitle{color:#1f2a44;font-family:Urbanist,sans-serif;font-size:22px;font-weight:700;margin:0 0 4px}.ta-pagesub{color:#6c757d;font-size:13px;margin:0;max-width:600px}.ta-primary-btn,button.ta-primary-btn{background:linear-gradient(135deg,#2d5fa3,#234580)!important;border:none;border-radius:8px;box-shadow:0 1px 2px #1f2a4414,0 4px 8px #1f2a440f;color:#fff!important;cursor:pointer;font-family:inherit;font-size:13px;font-weight:600;padding:10px 18px;transition:transform .12s ease,box-shadow .12s ease}.ta-primary-btn:hover,button.ta-primary-btn:hover{box-shadow:0 2px 4px #1f2a441a,0 8px 16px #1f2a4414;transform:translateY(-1px)}.ta-primary-btn:disabled,button.ta-primary-btn:disabled{cursor:not-allowed;opacity:.6;transform:none}.ta-secondary-btn{background:#fff;border:1px solid #cdd5e0;border-radius:8px;color:#234580;cursor:pointer;font-family:inherit;font-size:13px;font-weight:600;padding:10px 18px;transition:background-color .12s ease,border-color .12s ease}.ta-secondary-btn:hover{background:#f4f7fc;border-color:#234580}.ta-secondary-btn:disabled{cursor:not-allowed;opacity:.6}.ta-danger-btn{background:#fff;border:1px solid #fee2e2;border-radius:8px;color:#b91c1c;cursor:pointer;font-family:inherit;font-size:13px;font-weight:600;padding:10px 18px;transition:background-color .12s ease,border-color .12s ease}.ta-danger-btn:hover{background:#fef2f2;border-color:#b91c1c}.ta-card-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(360px,1fr))}.ta-card-grid-narrow{grid-template-columns:repeat(auto-fill,minmax(380px,1fr))}.ta-card{background:#fff;border:1px solid #1f2a440f;border-radius:12px;box-shadow:0 1px 2px #1f2a440a,0 4px 12px #1f2a440a;display:flex;flex-direction:column;overflow:hidden;transition:box-shadow .15s ease,transform .15s ease}.ta-card:hover{box-shadow:0 1px 2px #1f2a440f,0 8px 20px #1f2a4414}.ta-card-body{cursor:pointer;display:flex;flex-direction:column;gap:12px;padding:18px 20px 14px}.ta-card-header{gap:14px}.ta-card-header,.ta-card-icon{align-items:center;display:flex}.ta-card-icon{background:linear-gradient(135deg,#234580,#3a5fa3);border-radius:10px;box-shadow:0 2px 4px #23458033;font-size:16px;height:48px;width:48px}.ta-card-icon,.ta-doctor-avatar{color:#fff;flex-shrink:0;font-family:Urbanist,sans-serif;font-weight:700;justify-content:center;letter-spacing:.4px}.ta-doctor-avatar{align-items:center;background:linear-gradient(135deg,#5cbcb0,#0e7490);border-radius:50%;box-shadow:0 2px 4px #0e749033;display:flex;font-size:14px;height:44px;width:44px}.ta-card-title-block{flex:1 1;min-width:0}.ta-card-title{color:#1f2a44;font-family:Urbanist,sans-serif;font-size:16px;font-weight:700;margin-bottom:2px}.ta-card-meta,.ta-card-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ta-card-meta{color:#6c757d;font-size:12px;max-width:100%}.ta-card-head-row{align-items:baseline;border-top:1px solid #f0f3f7;display:flex;gap:8px;padding-top:6px}.ta-card-head-label{color:#6c757d;font-size:10px;font-weight:700;letter-spacing:.4px;text-transform:uppercase}.ta-card-head-value{color:#1f2a44;font-size:13px;font-weight:500}.ta-card-actions{background:#fbfcfd;border-top:1px solid #f0f3f7;display:flex;gap:0}.ta-card-action-btn{background:#0000;border:none;border-right:1px solid #f0f3f7;color:#234580;cursor:pointer;flex:1 1;font-family:inherit;font-size:12px;font-weight:600;padding:10px 14px;transition:background-color .12s ease}.ta-card-action-btn:last-child{border-right:none}.ta-card-action-btn:hover{background:#f4f7fc}.ta-doctor-card .ta-card-actions{justify-content:flex-end}.ta-status-pill{border-radius:12px;flex-shrink:0;font-size:10px;font-weight:700;letter-spacing:.4px;padding:4px 10px;text-transform:uppercase;white-space:nowrap}.ta-status-active{background:#d8f1ee;color:#0e7490}.ta-status-invited{background:#fdf2da;color:#b45309}.ta-codes-panel{background:#fbfcfd;border-top:1px solid #eef0f4;padding:14px 20px 16px}.ta-codes-loading{color:#6c757d;font-size:12px;margin:0}.ta-codes-section{margin-bottom:12px}.ta-codes-section:last-child{margin-bottom:0}.ta-codes-section-title{color:#6c757d;font-size:10px;font-weight:700;letter-spacing:.4px;margin-bottom:6px;text-transform:uppercase}.ta-codes-list{display:flex;flex-direction:column;gap:4px}.ta-code-row{align-items:center;background:#fff;border:1px solid #eef0f4;border-radius:6px;display:flex;font-size:12px;gap:8px;justify-content:space-between;padding:6px 10px}.ta-code-row-text{display:flex;flex:1 1;flex-direction:column;gap:2px;min-width:0}.ta-code-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ta-code-label,.ta-code-mono{color:#1f2a44;font-size:12px;font-weight:600}.ta-code-mono{font-family:Courier New,monospace;letter-spacing:.5px}.ta-code-remove{background:#0000;border:1px solid #fee2e2;border-radius:4px;color:#b91c1c;cursor:pointer;font-family:inherit;font-size:11px;font-weight:600;padding:3px 10px}.ta-code-remove:hover{background:#fef2f2}.ta-codes-pillrow{display:flex;flex-wrap:wrap;gap:6px}.ta-code-pill{background:#fff;border:1px solid #234580;border-radius:14px;color:#234580;cursor:pointer;font-family:Courier New,monospace;font-size:12px;font-weight:600;padding:5px 12px;transition:background-color .12s ease}.ta-code-pill:hover{background:#eaf0f9}.ta-codes-empty{color:#9aa3b6;font-size:12px;font-style:italic;margin:0}.ta-loading-card{border:1px solid #1f2a440f;border-radius:10px;color:#6c757d;font-size:13px;gap:12px;padding:24px}.ta-empty-card,.ta-loading-card{align-items:center;background:#fff;display:flex}.ta-empty-card{border:1px dashed #cdd5e0;border-radius:12px;flex-direction:column;gap:10px;padding:40px 32px;text-align:center}.ta-empty-title{color:#1f2a44;font-family:Urbanist,sans-serif;font-size:18px;font-weight:700;margin:0}.ta-empty-text{color:#6c757d;font-size:13px;line-height:1.5;margin:0 0 6px;max-width:420px}.ta-panel-backdrop{animation:ta-fade-in .18s ease;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#1f2a4459;inset:0;position:fixed;z-index:100}@keyframes ta-fade-in{0%{opacity:0}to{opacity:1}}.ta-panel{animation:ta-slide-in .22s cubic-bezier(.16,1,.3,1);background:#fff;bottom:0;box-shadow:-8px 0 30px #1f2a441f;display:flex;flex-direction:column;max-width:calc(100% - 32px);position:fixed;right:0;top:0;width:480px;z-index:101}@keyframes ta-slide-in{0%{transform:translateX(100%)}to{transform:translateX(0)}}.ta-panel-header{align-items:center;border-bottom:1px solid #eef0f4;display:flex;flex-shrink:0;gap:16px;justify-content:space-between;padding:18px 22px}.ta-panel-title{color:#1f2a44;font-family:Urbanist,sans-serif;font-size:18px;font-weight:700;margin:0}.ta-panel-close{align-items:center;background:#0000;border:1px solid #0000;border-radius:50%;color:#6c757d;cursor:pointer;display:flex;font-size:22px;height:32px;justify-content:center;line-height:1;transition:background-color .12s ease,border-color .12s ease;width:32px}.ta-panel-close:hover{background:#eef0f4;border-color:#cdd5e0;color:#1f2a44}.ta-panel-body{flex:1 1;overflow-y:auto;padding:22px}.ta-panel-footer{background:#fbfcfd;border-top:1px solid #eef0f4;display:flex;flex-shrink:0;gap:8px;justify-content:flex-end;padding:16px 22px}.ta-form{gap:22px}.ta-form,.ta-form-section{display:flex;flex-direction:column}.ta-form-section{gap:8px}.ta-form-section-title{color:#234580;font-size:11px;font-weight:700;letter-spacing:.6px;text-transform:uppercase}.ta-form-section-hint{color:#6c757d;font-size:12px;line-height:1.5;margin-bottom:4px}.ta-form-section-body{gap:12px}.ta-field,.ta-form-section-body{display:flex;flex-direction:column}.ta-field{gap:4px}.ta-field-label{color:#4a5568;font-size:11px;font-weight:700;letter-spacing:.4px;text-transform:uppercase}.ta-field-required{color:#b91c1c}.ta-field-input{background:#fff;border:1px solid #cdd5e0;border-radius:8px;color:#1f2a44;font-family:inherit;font-size:14px;padding:10px 12px;transition:border-color .12s ease,box-shadow .12s ease}.ta-field-input:focus{border-color:#234580;box-shadow:0 0 0 3px #2345801f;outline:none}.ta-field-hint{color:#6c757d;font-size:11px}.ta-field-row{grid-gap:10px;display:grid;gap:10px;grid-template-columns:110px 1fr}.ta-card-rolepill{background:#eaf0f9;border-radius:10px;color:#234580;display:inline-block;font-size:11px;font-weight:600;letter-spacing:.2px;margin-top:4px;padding:2px 9px}.ta-specialty-pill{align-self:flex-start;background:#d8f1ee;border-radius:10px;color:#0e7490;flex-shrink:0;font-size:10px;font-weight:700;letter-spacing:.4px;padding:4px 9px;text-transform:uppercase;white-space:nowrap}.ta-card-blurb{border-top:1px solid #f0f3f7;color:#4a5568;font-size:13px;line-height:1.5;padding-top:4px}.ta-tile-list{display:flex;flex-direction:column;gap:8px}.ta-tile{grid-gap:22px;align-items:center;background:#fff;border:1px solid #eef0f4;border-radius:10px;cursor:pointer;display:grid;gap:22px;grid-template-columns:64px 1fr auto auto;padding:22px 24px;transition:background-color .12s ease,border-color .12s ease,box-shadow .12s ease}.ta-tile.ta-tile-static{cursor:default}.ta-tile:hover{background:#f9fafc;border-color:#cdd5e0;box-shadow:0 2px 8px #1f2a440d}.ta-tile.ta-tile-static:hover{background:#fff;border-color:#eef0f4;box-shadow:none}.ta-tile:focus-visible{border-color:#234580;box-shadow:0 0 0 2px #2345802e;outline:none}.ta-tile-avatar{align-items:center;background:linear-gradient(135deg,#234580,#3a5fa3);border-radius:50%;color:#fff;display:flex;font-family:Urbanist,sans-serif;font-size:18px;font-weight:700;height:56px;justify-content:center;letter-spacing:.4px;width:56px}.ta-tile-main{min-width:0}.ta-tile-name{color:#1f2a44;font-family:Urbanist,sans-serif;font-size:20px;font-weight:700;margin-bottom:8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ta-tile-chips{display:flex;flex-wrap:wrap;gap:6px}.ta-tile-chip{align-items:center;background:#eef0f4;border-radius:12px;color:#4a5568;display:inline-flex;font-size:12px;gap:6px;line-height:1.4;padding:4px 10px}.ta-tile-chip-label{font-size:10px;font-weight:600;letter-spacing:.4px;opacity:.7;text-transform:uppercase}.ta-tile-chip-value{font-weight:600}.ta-tile-pills{align-items:center;display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.ta-tile-status-pill{border-radius:12px;display:inline-block;font-size:11px;font-weight:700;letter-spacing:.4px;padding:4px 10px;text-transform:uppercase;white-space:nowrap}.ta-tile-status-active{background:#d8f1ee;color:#0e7490}.ta-tile-status-invited{background:#fdf2da;color:#b45309}.ta-tile-specialty-pill{background:#eaf0f9;border-radius:10px;color:#234580;display:inline-block;font-size:12px;font-weight:600;letter-spacing:.3px;padding:3px 10px;text-transform:uppercase;white-space:nowrap}.ta-tile-actions{align-items:center;display:flex;position:relative}.ta-tile-kebab{align-items:center;background:#0000;border:1px solid #0000;border-radius:50%;color:#4a5568;cursor:pointer;display:flex;font-size:18px;height:32px;justify-content:center;transition:background-color .12s ease,border-color .12s ease;width:32px}.ta-tile-kebab:hover{background:#eef0f4;border-color:#cdd5e0}.ta-tile-kebab-menu{background:#fff;border:1px solid #cdd5e0;border-radius:6px;box-shadow:0 6px 18px #1f2a441f;display:flex;flex-direction:column;min-width:200px;overflow:hidden;position:absolute;right:0;top:calc(100% + 4px);z-index:10}.ta-tile-kebab-item{background:#0000;border:none;color:#1f2a44;cursor:pointer;font-family:inherit;font-size:13px;padding:10px 14px;text-align:left;transition:background-color .12s ease}.ta-tile-kebab-item:hover{background:#f4f7fc}.ta-tile-kebab-item-danger{color:#b91c1c}.ta-tile-codes-panel{background:#f9fafc;border:1px solid #eef0f4;border-radius:0 0 10px 10px;border-top:0;margin-top:-2px;padding:16px 20px}.profile-page{padding-bottom:48px}.profile-hero{align-items:center;background:linear-gradient(135deg,#2345800f,#0e74900a 60%,#fff0),#fff;border:1px solid #1f2a440f;border-radius:14px;box-shadow:0 1px 2px #0f172a0a,0 6px 18px #0f172a0d;display:flex;gap:20px;margin-bottom:24px;padding:24px}.profile-hero-avatar{align-items:center;background:linear-gradient(135deg,#234580,#0e7490);border-radius:50%;box-shadow:0 4px 14px #23458040;color:#fff;display:flex;flex:0 0 auto;font-family:Urbanist,Figtree,system-ui,sans-serif;font-size:26px;font-weight:700;height:72px;justify-content:center;letter-spacing:.5px;width:72px}.profile-hero-body{flex:1 1 auto;min-width:0}.profile-hero-name{color:#1f2a44;font-family:Urbanist,Figtree,system-ui,sans-serif;font-size:22px;font-weight:700;letter-spacing:-.01em;margin:0 0 4px}.profile-hero-meta{align-items:center;color:#64748b;display:flex;flex-wrap:wrap;font-size:13px;gap:6px;margin-bottom:10px}.profile-hero-role{color:#234580;font-weight:600}.profile-hero-divider{color:#cbd5e1}.profile-hero-chips{display:flex;flex-wrap:wrap;gap:6px}.profile-chip{align-items:center;border:1px solid #0000;border-radius:999px;display:inline-flex;font-size:11px;font-weight:600;letter-spacing:.02em;padding:4px 10px}.profile-chip-ok{background:#0e74901a;border-color:#0e74902e;color:#0e7490}.profile-chip-warn{background:#d977061a;border-color:#d9770633;color:#b45309}.profile-chip-neutral{background:#1f2a440d;border-color:#1f2a441a;color:#475569}.profile-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(2,minmax(0,1fr))}@media (max-width:1100px){.profile-grid{grid-template-columns:1fr}}.profile-page .profile-section{background:#fff;border:1px solid #1f2a440f;border-radius:12px;box-shadow:0 1px 2px #0f172a08,0 4px 12px #0f172a0a;display:flex;flex-direction:column;padding:20px 22px}.profile-page .profile-section-title{border-bottom:1px solid #1f2a440f;color:#1f2a44;font-family:Urbanist,Figtree,system-ui,sans-serif;font-size:15px;font-weight:700;letter-spacing:.01em;margin:0 0 14px;padding-bottom:10px}.profile-page .profile-section-body{display:flex;flex-direction:column}.profile-row{align-items:center;border-bottom:1px solid #1f2a440d;display:flex;gap:16px;justify-content:space-between;min-height:44px;padding:12px 0}.profile-row:last-child{border-bottom:none}.profile-row-label{color:#475569;flex:0 0 auto;font-size:13px;font-weight:600}.profile-row-value{color:#1f2a44;flex:1 1 auto;font-size:14px;text-align:right;word-break:break-word}.profile-row-mono{color:#334155;font-family:ui-monospace,SF Mono,Menlo,Consolas,monospace;font-size:13px}.profile-row-action{align-items:center}.profile-row-stack{display:flex;flex:1 1 auto;flex-direction:column;gap:2px;min-width:0}.profile-row-meta{color:#64748b;font-size:12px}.profile-action-btn{-webkit-appearance:none;appearance:none;background:#2345800f;border:1px solid #23458033;border-radius:8px;color:#234580;cursor:pointer;flex:0 0 auto;font-size:13px;font-weight:600;padding:7px 14px;transition:background .15s ease,border-color .15s ease,transform .05s ease;white-space:nowrap}.profile-action-btn:hover:not(:disabled){background:#2345801f;border-color:#23458052}.profile-action-btn:active:not(:disabled){transform:translateY(1px)}.profile-action-btn:disabled{cursor:not-allowed;opacity:.55}.profile-action-btn-danger{background:#be123c0f;border-color:#be123c38;color:#be123c}.profile-action-btn-danger:hover:not(:disabled){background:#be123c1f;border-color:#be123c57}.profile-row-toggle,.profile-toggle{align-items:center}.profile-toggle{background:#e2e8f0;border-radius:999px;cursor:default;display:inline-flex;flex:0 0 auto;height:22px;position:relative;transition:background .18s ease;width:38px}.profile-toggle-dot{background:#fff;border-radius:50%;box-shadow:0 1px 3px #0f172a2e;height:18px;left:2px;position:absolute;top:2px;transition:transform .18s ease;width:18px}.profile-toggle-on{background:#0e7490}.profile-toggle-on .profile-toggle-dot{transform:translateX(16px)}.profile-2fa-confirm{background:#1f2a440a;border:1px solid #1f2a4414;border-radius:10px;margin:12px 4px 4px;padding:14px 16px}.profile-2fa-confirm-lead{color:#1f2a44;font-size:13px;line-height:1.5;margin:0 0 10px}.profile-2fa-input{background:#fff;border:1px solid #d1d5db;border-radius:6px;box-sizing:border-box;color:#1f2a44;font-family:inherit;font-size:14px;padding:9px 12px;width:100%}.profile-2fa-input:focus{border-color:#003769;outline:none}.profile-2fa-error{color:#b91c1c;font-size:12px;margin:8px 0 0}.profile-2fa-actions{display:flex;gap:8px;justify-content:flex-end;margin-top:12px}.profile-hint{background:#1f2a4408;border-radius:8px;color:#64748b;font-size:12px;line-height:1.5;margin:12px 0 0;padding:10px 12px}.profile-version-row{border-top:1px dashed #1f2a441a;color:#94a3b8;font-size:12px;margin-top:14px;padding-top:12px;text-align:center}@media (max-width:720px){.profile-hero{align-items:flex-start;flex-direction:column;text-align:left}.profile-hero-avatar{font-size:22px;height:60px;width:60px}.profile-row{align-items:flex-start;flex-direction:column;gap:4px}.profile-row-value{text-align:left}.profile-row-action{align-items:center;flex-direction:row}}.quick-frailty-container{display:flex;flex-direction:column;gap:calc(1rem*var(--ms-scale));max-height:80dvh;overflow-y:auto}.quick-frailty-container>*{min-width:0}.quick-frailty-container .qf-tabs{border-bottom:1px solid #e1e4eb;display:flex;flex-shrink:0;gap:4px;padding:0}.quick-frailty-container .qf-tab{background:none;border:none;border-bottom:3px solid #0000;color:#6c757d;cursor:pointer;font-family:Urbanist,sans-serif;font-size:14px;font-weight:600;margin-bottom:-1px;padding:12px 24px;transition:color .15s,border-color .15s}.quick-frailty-container .qf-tab:hover{color:#234580}.quick-frailty-container .qf-tab-active{border-bottom-color:#234580;color:#234580}.quick-frailty-container .qf-tab-content{flex:1 1;min-height:0}.quick-frailty-container .qf-wound-tab{padding-top:calc(.5rem*var(--ms-scale))}.quick-frailty-container .qf-wound-hint{color:#6c757d;font-size:13px;line-height:1.5;margin:0 0 12px}.quick-frailty-container .qf-activity-grid,.quick-frailty-container .qf-overview-grid{grid-gap:calc(1rem*var(--ms-scale));align-items:start;display:grid;gap:calc(1rem*var(--ms-scale));grid-template-columns:1fr 1fr}.quick-frailty-container .qf-col{min-width:0}.quick-frailty-container .input-group{padding-top:0!important}.quick-frailty-container .chart-wrapper{--card-content-pad:16px;--chart-inner-pad-x:12px;box-sizing:border-box;display:block;height:clamp(220px,25vh,320px);margin-left:calc(var(--card-content-pad)*-1);margin-right:calc(var(--card-content-pad)*-1);min-width:0;padding-left:var(--chart-inner-pad-x);padding-right:var(--chart-inner-pad-x);width:100%}.quick-frailty-container .chart-wrapper .recharts-responsive-container{display:block;height:100%!important;min-width:0!important;width:100%!important}.quick-frailty-container .chart-wrapper .recharts-wrapper{height:100%!important;left:0;margin:0!important;max-height:100%!important;max-width:100%!important;min-width:0!important;position:relative;width:100%!important}.quick-frailty-container .chart-wrapper .recharts-surface,.quick-frailty-container .chart-wrapper svg.recharts-surface{display:block;height:100%!important;overflow:visible;width:100%!important}.quick-frailty-container .recharts-tooltip-wrapper{z-index:50}.flex-33{flex:1 1 32%}.flex-33,.quick-frailty-full-row{box-sizing:border-box;min-width:0}.quick-frailty-full-row{flex:1 1 100%}@media screen and (min-width:1201px){.quick-frailty-container{overflow-x:hidden;overflow-y:auto}}@media screen and (max-width:1600px){.quick-frailty-container .chart-wrapper{--chart-inner-pad-x:10px}.quick-frailty-container .qf-activity-grid,.quick-frailty-container .qf-overview-grid{grid-template-columns:1fr}}@media screen and (max-width:600px){.quick-frailty-container .chart-wrapper{--card-content-pad:12px;height:clamp(240px,32vh,380px)}}.pp-container{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000000f,0 1px 2px #0000000a;font-family:Urbanist,sans-serif;padding:22px 24px}.pp-header{margin-bottom:18px}.pp-title-row{align-items:center;display:flex;gap:10px;margin-bottom:6px}.pp-head-icon{align-items:center;background:#eff4fa;border-radius:9px;color:#234580;display:inline-flex;flex-shrink:0;height:34px;justify-content:center;width:34px}.pp-title{color:#1f2a44;font-size:18px;font-weight:700;margin:0}.pp-sub{color:#6c757d;font-size:13px;margin:0}.pp-section-title{align-items:center;color:#6c757d;display:flex;font-size:12px;font-weight:700;gap:7px;letter-spacing:.6px;margin:24px 0 12px;text-transform:uppercase}.pp-section-title svg{color:#234580}.pp-empty{color:#6c757d;font-size:13px;margin:8px 0}.pp-empty-small{color:#9ca3af;font-size:12px;font-style:italic;margin:6px 0}.pp-empty.pp-error{color:#991b1b}.pp-next{border-radius:10px;display:flex;flex-direction:column;gap:6px;margin-bottom:8px;padding:18px 22px}.pp-next-due{background:linear-gradient(135deg,#d97706,#f59e0b);color:#fff}.pp-next-upcoming{background:linear-gradient(135deg,#234580,#3a5fa3);color:#fff}.pp-next-label{align-items:center;display:flex;font-size:11px;font-weight:700;gap:6px;letter-spacing:.7px;opacity:.9;text-transform:uppercase}.pp-next-body{display:flex;flex-direction:column;gap:4px}.pp-next-instrument{align-items:center;display:flex;font-size:18px;font-weight:700;gap:8px}.pp-next-code{background:#fff3;border-radius:4px;font-family:Courier New,monospace;font-size:11px;font-weight:700;padding:2px 6px}.pp-next-meta{align-items:center;display:flex;font-size:13px;gap:8px;opacity:.92}.pp-next-tf{font-family:Courier New,monospace;font-weight:700;letter-spacing:.4px}.pp-next-countdown{font-size:15px;font-weight:600;margin-top:2px}.pp-results{display:flex;flex-direction:column;gap:12px}.pp-result-card{background:#f9fafc;border:1px solid #e1e4eb;border-radius:8px;padding:16px 18px}.pp-result-head{align-items:center;display:flex;flex-wrap:wrap;gap:10px;margin-bottom:12px}.pp-result-code{background:#eff4fa;border-radius:4px;color:#234580;font-family:Courier New,monospace;font-size:12px;font-weight:700;padding:3px 8px}.pp-result-meta{color:#6c757d;font-size:12px}.pp-result-date-select{background:#fff;border:1px solid #d1d5db;border-radius:5px;cursor:pointer;font-size:12px;margin-left:auto;padding:4px 8px}.pp-subscale-list{display:flex;flex-direction:column;gap:8px;list-style:none;margin:0;padding:0}.pp-subscale-row{grid-gap:12px;align-items:center;display:grid;font-size:13px;gap:12px;grid-template-columns:minmax(140px,200px) 1fr 80px}.pp-subscale-label{color:#1f2a44;font-weight:600}.pp-subscale-bar-track{background:#f0f4fb;border-radius:7px;height:14px;overflow:hidden}.pp-subscale-bar-fill{background:linear-gradient(90deg,#234580,#3a5fa3);border-radius:7px;height:100%;min-width:4px;transition:width .4s ease}.pp-subscale-value{color:#234580;font-family:Courier New,monospace;font-size:12px;font-weight:700;text-align:right}.pp-schedule-overview{margin-top:4px}.pp-schedule-list{display:flex;flex-direction:column;gap:4px;list-style:none;margin:0;padding:0}.pp-schedule-row{grid-gap:10px;align-items:center;background:#fff;border:1px solid #eef0f4;border-left-width:3px;border-radius:5px;display:grid;font-size:12px;gap:10px;grid-template-columns:130px 1fr 100px 110px;padding:8px 12px}.pp-row-due{border-left-color:#d97706}.pp-row-upcoming{border-left-color:#6c757d}.pp-row-completed{background:#f9fafc;border-left-color:#22a06b}.pp-row-missed{background:#fef2f2;border-left-color:#b91c1c;opacity:.8}.pp-schedule-tf{color:#234580;font-family:Courier New,monospace;font-size:11px;font-weight:700;letter-spacing:.3px}.pp-schedule-instrument{color:#1f2a44;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pp-schedule-status{color:#6c757d;font-size:11px;font-weight:700;letter-spacing:.4px;text-transform:uppercase}.pp-schedule-when{color:#6c757d;font-size:12px;text-align:right}.pp-plan{grid-gap:20px;align-items:center;display:grid;gap:20px;grid-template-columns:200px 1fr;margin-bottom:12px}.pp-donut{min-width:0;position:relative;width:100%}.pp-donut-center{align-items:center;display:flex;flex-direction:column;inset:0;justify-content:center;pointer-events:none;position:absolute}.pp-donut-pct{color:#1f2a44;font-size:28px;font-weight:800;line-height:1}.pp-donut-cap{color:#6c757d;font-size:11px;font-weight:600;margin-top:3px}.pp-plan-legend{display:flex;flex-direction:column;gap:8px}.pp-legend-card{align-items:center;background:#fff;border:1px solid #eef0f4;border-radius:9px;cursor:pointer;display:flex;font-family:inherit;gap:10px;padding:10px 14px;text-align:left;transition:background-color .12s ease,box-shadow .12s ease,border-color .12s ease}.pp-legend-card:hover:not(:disabled){background:#f9fafc;border-color:#d6deea}.pp-legend-card:disabled{cursor:default;opacity:.45}.pp-legend-active{background:#f4f7fc;border-color:#0000;box-shadow:inset 0 0 0 2px #234580}.pp-legend-dot{border-radius:50%;flex-shrink:0;height:12px;width:12px}.pp-legend-count{color:#1f2a44;font-size:20px;font-weight:800;line-height:1;min-width:22px}.pp-legend-label{color:#4a5568;font-size:13px;font-weight:600}@media (max-width:560px){.pp-plan{grid-template-columns:1fr}}.pwi-container{margin-top:8px}.pwi-empty{color:#6c757d;font-size:14px;padding:8px 0}.pwi-compare{display:flex;flex-wrap:wrap;gap:16px}.pwi-pane{display:flex;flex:1 1 260px;flex-direction:column;gap:8px;min-width:240px}.pwi-select{border:1px solid #d6d9e0;border-radius:6px;font-size:13px;padding:6px 8px}.pwi-image-frame{align-items:center;aspect-ratio:3/4;background:#f4f5f7;border:1px solid #eef0f4;border-radius:8px;display:flex;justify-content:center;overflow:hidden}.pwi-image{height:100%;object-fit:contain;width:100%}.pwi-loading{color:#9c9eb9;font-size:13px}.pi-card{background:#fff;border:1px solid #eef0f4;border-radius:8px;display:flex;flex-direction:column;gap:8px;padding:20px 22px}.pi-section-title{color:#234580;font-size:14px;font-weight:700;letter-spacing:.6px;margin:0;text-transform:uppercase}.pi-section-title-spacing{margin-top:18px}.pi-profile{grid-gap:10px 22px;display:grid;gap:10px 22px;grid-template-columns:repeat(2,minmax(0,1fr));padding:6px 0 4px}.pi-profile-field{display:flex;flex-direction:column;gap:2px}.pi-profile-label{color:#6c757d;font-size:11px;font-weight:600;letter-spacing:.4px;text-transform:uppercase}.pi-profile-value{color:#1f2a44;font-size:14px;font-weight:500}.pi-qa-list{display:flex;flex-direction:column;gap:6px;list-style:none;margin:4px 0 0;padding:0}.pi-qa-row{grid-gap:14px;background:#f9fafc;border:1px solid #eef0f4;border-left:3px solid #cdd5e0;border-radius:5px;display:grid;gap:14px;grid-template-columns:1.4fr 1fr;padding:10px 12px}.pi-qa-question{color:#1f2a44;font-weight:500}.pi-qa-answer,.pi-qa-question{font-size:13px;line-height:1.4}.pi-qa-answer{color:#234580;font-weight:600}.pi-empty{color:#6c757d;font-style:italic}.pi-empty,.pi-error{font-size:13px;margin:6px 0 0}.pi-error{color:#b91c1c}.pi-surgery-card{align-items:center;background:#eef4ff;border:1px solid #c8d6f0;border-left:3px solid #234580;border-radius:6px;display:flex;gap:12px;justify-content:space-between;margin-top:10px;padding:12px 14px}.pi-surgery-card-info{display:flex;flex-direction:column;gap:2px;min-width:0}.pi-surgery-card-label{color:#234580;font-size:11px;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.pi-surgery-card-value{color:#1f2a44;font-size:16px;font-weight:600}.pi-surgery-edit-btn{align-items:center;background:#fff;border:1px solid #234580;border-radius:5px;color:#234580;cursor:pointer;display:inline-flex;font-size:13px;font-weight:500;gap:6px;padding:6px 12px}.pi-surgery-edit-btn:hover{background:#234580;color:#fff}.pi-surgery-edit-btn svg{height:14px;width:14px}.pi-modal-overlay{align-items:center;background:#0f172a8c;display:flex;inset:0;justify-content:center;position:fixed;z-index:1000}.pi-modal{background:#fff;border-radius:8px;box-shadow:0 20px 50px #0f172a40;display:flex;flex-direction:column;gap:14px;padding:22px 24px;width:min(440px,92vw)}.pi-modal-title{color:#1f2a44;font-size:16px;font-weight:700;margin:0}.pi-modal-row{display:flex;flex-direction:column;gap:6px}.pi-modal-row label{color:#4b5563;font-size:12px;font-weight:600;letter-spacing:.4px;text-transform:uppercase}.pi-modal-row input[type=date]{border:1px solid #cbd5e1;border-radius:5px;color:#1f2a44;font-size:14px;padding:8px 10px}.pi-modal-confirm-text{background:#fff8eb;border:1px solid #f5d68a;border-radius:5px;color:#6b4f10;font-size:13px;line-height:1.5;padding:10px 12px}.pi-modal-confirm-text strong{color:#1f2a44}.pi-modal-actions{display:flex;gap:8px;justify-content:flex-end;margin-top:4px}.pi-modal-btn{border:1px solid #0000;border-radius:5px;cursor:pointer;font-size:13px;font-weight:500;padding:8px 14px}.pi-modal-btn-cancel{background:#fff;border-color:#cbd5e1;color:#4b5563!important}.pi-modal-btn-confirm{background:#234580;color:#fff!important}.pi-modal-btn-confirm:disabled{background:#9ca3af;cursor:not-allowed}.pi-surgery-edit-btn{color:#234580!important}.pi-surgery-edit-btn:hover{color:#fff!important}.pi-modal-error{color:#b91c1c;font-size:12px;margin:0}.assesment-container{box-sizing:border-box;display:flex;height:100dvh;overflow:hidden;width:100dvw}.left-side{box-sizing:border-box;height:100%;position:relative;width:55%}.background-letters-right{box-sizing:border-box;height:98%;position:absolute;right:0;top:0;width:100%;z-index:1}.right-side{align-items:center;background:var(--ms-bg-blue);border-bottom-left-radius:calc(2.7rem*var(--ms-scale));border-top-left-radius:calc(2.7rem*var(--ms-scale));box-sizing:border-box;display:flex;flex-direction:column;height:100%;justify-content:center;position:relative;width:45%}.assesment-icon{cursor:pointer;left:calc(3rem*var(--ms-scale));position:absolute}.right-image{height:60dvh;object-fit:contain;position:relative;width:100%;z-index:2}.right-text{color:var(--ms-bg-white);line-height:calc(3rem*var(--ms-scale));text-align:center;width:60%;z-index:3}input[type=checkbox]{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-color:var(--ms-bg-gray);border:1px solid var(--ms-bg-blue);border-radius:8px;cursor:pointer;height:20px;transform:scale(1.5);width:20px}input[type=checkbox]:checked{background-color:var(--ms-bg-blue);border-color:var(--ms-bg-blue)}input[type=checkbox]:checked:before{color:#fff;content:"✔";display:block;font-size:16px;line-height:20px;text-align:center}.right-complex{align-items:center}.right-calculation,.right-complex{display:flex;flex-direction:column;z-index:3}.right-calculation{align-items:flex-start;height:35dvh;justify-content:space-between}.input-grid-container{grid-gap:calc(1rem*var(--ms-scale));display:grid;grid-template-columns:repeat(2,1fr);height:auto;margin-bottom:40px;width:100%}.input-grid-container .input-grid-item:last-child:nth-child(odd){grid-column:span 2}.input-grid-item{background-color:var(--ms-bg-gray);border:none;text-align:center}h2{font-weight:700!important}.toggle-button{background-color:#0000;border:none;cursor:pointer;height:100%;outline:none;padding:16px 20px;width:100%}.toggle-button span{color:var(--ms-bg-blue)}.toggle-button.active{background-color:var(--ms-bg-blue)}.toggle-button.active span{color:var(--ms-bg-white)}.login-button-wrapper{padding-top:calc(1.4rem*var(--ms-scale))}.input-group-row{justify-content:space-between}.input-group-row,.toggle-label{align-items:center;display:flex}.toggle-label{cursor:pointer}.toggle-checkbox{display:none}.toggle-slider{background-color:#ccc;border-radius:20px;height:calc(1.6rem*var(--ms-scale));margin-left:10px;position:relative;transition:background-color .3s;width:calc(2.7rem*var(--ms-scale))}.toggle-slider:before{background-color:#fff;border-radius:50%;content:"";height:calc(1.2rem*var(--ms-scale));left:calc(.2rem*var(--ms-scale));position:absolute;top:calc(.2rem*var(--ms-scale));transition:transform .3s;width:calc(1.2rem*var(--ms-scale))}.toggle-checkbox:checked+.toggle-slider{background-color:var(--ms-bg-blue)}.toggle-checkbox:checked+.toggle-slider:before{transform:translateX(calc(1rem*var(--ms-scale)))}.instr-container{margin:0 auto;max-width:1200px;padding:24px}.instr-header{margin-bottom:16px}.instr-title{color:#1f2a44;font-size:22px;font-weight:700;margin:0 0 4px}.instr-sub{color:#6c757d;font-size:13px;margin:0}.instr-empty{color:#6c757d;margin-top:24px}.instr-table{background:#fff;border-collapse:collapse;border-radius:8px;box-shadow:0 1px 3px #0000000f;margin-top:16px;overflow:hidden;width:100%}.instr-table th{background:#f5f6fa;border-bottom:1px solid #e1e4eb;color:#6c757d;font-size:11px;letter-spacing:.5px;padding:12px 14px;text-align:left;text-transform:uppercase}.instr-table td{border-bottom:1px solid #eef0f4;color:#1f2a44;font-size:14px;padding:12px 14px}.instr-code{color:#234580;font-family:Courier New,monospace;font-weight:700}.instr-unseeded{color:#b58105;font-size:12px;font-style:italic}.instr-meta{margin-top:24px}.instr-details{background:#fff;border-radius:6px;box-shadow:0 1px 2px #0000000a;margin-bottom:8px;padding:12px 16px}.instr-details summary{color:#1f2a44;cursor:pointer;font-size:14px}.instr-details p{color:#495057;font-size:13px;line-height:1.5;margin:8px 0 0}.pwl-container{margin:0 auto;max-width:1200px;padding:24px}.pwl-header{align-items:flex-start;display:flex;gap:16px;justify-content:space-between;margin-bottom:16px}.pwl-title{color:#1f2a44;font-size:22px;font-weight:700;margin:0 0 4px}.pwl-sub{color:#6c757d;font-size:13px;margin:0;max-width:720px}.pwl-form{background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000000f;margin-bottom:16px;padding:16px}.pwl-field{margin-bottom:14px}.pwl-field label{color:#1f2a44;display:block;font-size:12px;font-weight:600;margin-bottom:4px}.pwl-field input[type=text],.pwl-field textarea{border:1px solid #d1d5db;border-radius:6px;font-family:inherit;font-size:14px;padding:8px 10px;width:100%}.pwl-field input:focus,.pwl-field select:focus,.pwl-field textarea:focus{border-color:#234580;outline:none}.pwl-field select{background:#fff;border:1px solid #d1d5db;border-radius:6px;font-size:14px;padding:8px 10px;width:100%}.pwl-field-hint{color:#6c757d;font-size:12px;margin:6px 0 0}.pwl-type-options{display:flex;flex-direction:column;gap:8px}.pwl-type-option{align-items:flex-start;border:1px solid #d1d5db;border-radius:6px;cursor:pointer;display:flex;gap:10px;padding:10px;transition:border-color .15s}.pwl-type-option input[type=radio]{margin-top:3px}.pwl-type-option:hover{border-color:#6c757d}.pwl-type-selected{background-color:#f0f4fb;border-color:#234580}.pwl-type-desc{color:#6c757d;display:block;font-size:12px;font-style:normal;margin-top:2px}.pwl-actions{display:flex;gap:8px;margin-top:8px}.pwl-btn-primary{background-color:#234580;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:600;padding:8px 16px}.pwl-btn-primary:disabled{cursor:not-allowed;opacity:.5}.pwl-btn-secondary{border:1px solid #234580;border-radius:6px;color:#234580;margin-right:6px}.pwl-btn-danger,.pwl-btn-secondary{background-color:#fff;cursor:pointer;font-weight:600;padding:6px 12px}.pwl-btn-danger{border:1px solid #b91c1c;border-radius:6px;color:#b91c1c}.pwl-empty{color:#6c757d;margin-top:24px}.pwl-table{background:#fff;border-collapse:collapse;border-radius:8px;box-shadow:0 1px 3px #0000000f;margin-top:16px;overflow:hidden;width:100%}.pwl-table th{background:#f5f6fa;border-bottom:1px solid #e1e4eb;color:#6c757d;font-size:11px;letter-spacing:.5px;padding:12px 14px;text-align:left;text-transform:uppercase}.pwl-table td{border-bottom:1px solid #eef0f4;color:#1f2a44;font-size:14px;padding:12px 14px}.pwl-row{cursor:pointer}.pwl-row:hover{background-color:#f9fafc}.pwl-desc{color:#6c757d;font-size:12px;margin-top:2px}.pwl-badge{background:#eff6fa;border-radius:12px;color:#234580;font-size:11px;font-weight:600;padding:2px 8px}.pwl-center{text-align:center}.pwd-container{margin:0 auto;max-width:1200px;padding:24px}.pwd-back{background:none;border:none;color:#234580;cursor:pointer;font-size:13px;margin-bottom:12px;padding:0}.pwd-header{margin-bottom:24px}.pwd-title{color:#1f2a44;font-size:24px;font-weight:700;margin:0 0 6px}.pwd-meta{color:#6c757d;display:flex;flex-wrap:wrap;font-size:13px;gap:16px;margin:0 0 8px}.pwd-description{color:#4b5563;font-size:14px;line-height:1.5;margin:0;max-width:720px}.pwd-section{background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000000f;padding:20px}.pwd-section-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.pwd-section-header h3{color:#1f2a44;font-size:16px;font-weight:700;margin:0}.pwd-form{background:#f9fafc;border-radius:8px;margin-bottom:16px;padding:16px}.pwd-field{margin-bottom:14px}.pwd-field label{color:#1f2a44;display:block;font-size:12px;font-weight:600;margin-bottom:4px}.pwd-field select{background:#fff;border:1px solid #d1d5db;border-radius:6px;font-size:14px;padding:8px 10px;width:100%}.pwd-hint{color:#6c757d;font-size:12px;margin:6px 0 0}.pwd-tf-grid{grid-gap:6px;display:grid;gap:6px;grid-template-columns:repeat(auto-fill,minmax(140px,1fr))}.pwd-tf-chip{align-items:center;background:#fff;border:1px solid #d1d5db;border-radius:6px;cursor:pointer;display:flex;font-size:12px;gap:6px;padding:6px 10px}.pwd-tf-chip-selected{background:#f0f4fb;border-color:#234580;color:#234580;font-weight:600}.pwd-actions{display:flex;gap:8px;margin-top:4px}.pwd-btn-primary{background-color:#234580;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:600;padding:8px 16px}.pwd-btn-primary:disabled{cursor:not-allowed;opacity:.5}.pwd-btn-secondary{border:1px solid #234580;border-radius:6px;color:#234580}.pwd-btn-danger,.pwd-btn-secondary{background-color:#fff;cursor:pointer;font-weight:600;padding:6px 12px}.pwd-btn-danger{border:1px solid #b91c1c;border-radius:6px;color:#b91c1c}.pwd-empty{color:#6c757d;margin:16px 0}.pwd-empty-inline{color:#9ca3af;font-size:12px;font-style:italic}.pwd-table{border-collapse:collapse;margin-top:8px;width:100%}.pwd-table th{background:#f5f6fa;border-bottom:1px solid #e1e4eb;color:#6c757d;font-size:11px;letter-spacing:.5px;padding:12px 14px;text-align:left;text-transform:uppercase}.pwd-table td{border-bottom:1px solid #eef0f4;color:#1f2a44;font-size:14px;padding:12px 14px;vertical-align:top}.pwd-code{color:#234580;font-family:Courier New,monospace;font-weight:700}.pwd-desc{font-size:12px}.pwd-desc,.pwd-meta-row{color:#6c757d;margin-top:2px}.pwd-meta-row{font-size:11px}.pwd-tf-chips{display:flex;flex-wrap:wrap;gap:6px}.pwd-tf-chip-static{align-items:center;background:#f0f4fb;border-radius:4px;color:#234580;display:inline-flex;font-size:12px;font-weight:600;gap:6px;padding:4px 8px}.pwd-tf-remove{background:none;border:none;color:#234580;cursor:pointer;font-size:14px;font-weight:700;line-height:1;padding:0}.pwd-tf-remove:hover{color:#b91c1c}.hl-container{margin:0 auto;max-width:1200px;padding:28px 32px}.hl-header{align-items:flex-start;display:flex;gap:20px;justify-content:space-between;margin-bottom:24px}.hl-title{color:#1f2a44;font-size:28px;font-weight:800;letter-spacing:-.3px;margin:0 0 6px}.hl-sub{color:#6c757d;font-size:14px;line-height:1.5;margin:0;max-width:720px}.hl-link-btn{background:none;border:none;color:#234580;cursor:pointer;font-size:13px;font-weight:700;margin-top:10px;padding:0}.hl-link-btn:hover{text-decoration:underline}.hl-btn-primary{background-color:#234580;border:none;border-radius:8px;box-shadow:0 1px 2px #23458026;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:11px 20px;transition:background-color .15s,transform .1s;white-space:nowrap}.hl-btn-primary:hover{background-color:#1d3a6b}.hl-btn-secondary{background-color:#fff;border:1px solid #234580;border-radius:6px;color:#234580;cursor:pointer;font-size:13px;font-weight:600;padding:8px 16px;transition:background-color .15s}.hl-btn-secondary:hover{background-color:#f0f4fb}.hl-empty{color:#6c757d;font-size:14px;margin-top:24px}.hl-empty-state{color:#6c757d;margin-top:64px;text-align:center}.hl-empty-state p{font-size:15px;margin-bottom:16px}.hl-table{background:#fff;border-collapse:collapse;border-radius:10px;box-shadow:0 1px 3px #0000000f,0 1px 2px #0000000a;overflow:hidden;width:100%}.hl-table th{background:#f5f6fa;border-bottom:1px solid #e1e4eb;color:#6c757d;font-size:11px;font-weight:700;letter-spacing:.6px;padding:14px 20px;text-align:left;text-transform:uppercase}.hl-table td{border-bottom:1px solid #eef0f4;color:#1f2a44;font-size:14px;padding:18px 20px;vertical-align:middle}.hl-table tbody tr:last-child td{border-bottom:none}.hl-row{cursor:pointer;transition:background-color .12s}.hl-row:hover{background-color:#f9fafc}.hl-name{color:#1f2a44;font-size:15px;font-weight:700;letter-spacing:-.1px}.hl-contact-name{color:#1f2a44;font-size:14px;font-weight:600;margin-bottom:2px}.hl-desc{color:#6c757d;font-size:12px;margin-top:1px}.hl-badge{border-radius:999px;display:inline-block;font-size:11px;font-weight:700;letter-spacing:.4px;padding:4px 12px;text-transform:uppercase}.hl-badge-active{background:#d1fae5;color:#065f46}.hl-badge-pending{background:#fef3c7;color:#92400e}.hl-stats-panel{background:#fff;border-radius:10px;box-shadow:0 1px 3px #0000000f,0 1px 2px #0000000a;margin-top:28px;padding:22px 26px 26px}.hl-stats-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:18px}.hl-stats-title{color:#1f2a44;display:flex;flex-direction:column;font-size:18px;font-weight:700;gap:2px;margin:0}.hl-stats-subtitle{color:#6c757d;font-size:12px;font-weight:500}.hl-stats-toggle{background-color:#f5f6fa;border:1px solid #e1e4eb;border-radius:6px;color:#1f2a44;cursor:pointer;font-size:12px;font-weight:600;padding:7px 14px;transition:background-color .15s,border-color .15s}.hl-stats-toggle:hover{background-color:#eef0f4;border-color:#d1d5db}.hl-stat-tiles{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));margin-bottom:22px}.hl-stat-tile{background:#f9fafc;border:1px solid #e1e4eb;border-radius:8px;padding:16px 18px}.hl-stat-tile-primary{background:linear-gradient(135deg,#234580,#3a5fa3);border-color:#234580}.hl-stat-tile-primary .hl-stat-label{color:#ffffffd9}.hl-stat-tile-primary .hl-stat-value{color:#fff}.hl-stat-tile-primary .hl-stat-sub{color:#ffffffbf}.hl-stat-label{color:#6c757d;font-size:11px;font-weight:700;letter-spacing:.6px;margin-bottom:6px;text-transform:uppercase}.hl-stat-value{color:#234580;font-size:28px;font-weight:800;letter-spacing:-.5px;line-height:1}.hl-stat-sub{color:#6c757d;font-size:12px;margin-top:4px}.hl-chart{margin-top:8px}.hl-chart-title{color:#6c757d;font-size:13px;font-weight:700;letter-spacing:.5px;margin:0 0 12px;text-transform:uppercase}.hl-chart-rows{display:flex;flex-direction:column;gap:8px}.hl-chart-row{grid-gap:12px;align-items:center;display:grid;font-size:13px;gap:12px;grid-template-columns:minmax(140px,200px) 1fr 50px}.hl-chart-label{color:#1f2a44;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hl-chart-track{background:#f0f4fb;border-radius:6px;height:12px;overflow:hidden}.hl-chart-bar{background:linear-gradient(90deg,#234580,#3a5fa3);border-radius:6px;height:100%;min-width:4px;transition:width .4s ease}.hl-chart-value{color:#234580;font-family:Courier New,monospace;font-weight:700;text-align:right}.ar-container{display:flex;flex-direction:column;font-family:Urbanist,sans-serif;gap:18px}.ar-header{align-items:flex-start;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between}.ar-back{background:none;border:none;color:#234580;cursor:pointer;font-size:13px;font-weight:600;margin-bottom:6px;padding:0}.ar-back:hover{text-decoration:underline}.ar-title{color:#1f2a44;font-size:24px;font-weight:800;margin:0}.ar-sub{color:#6c757d;font-size:13px;margin:4px 0 0;max-width:620px}.ar-toolbar{align-items:flex-end;display:flex;flex-wrap:wrap;gap:10px}.ar-month{display:flex;flex-direction:column;gap:4px}.ar-month-label{color:#6c757d;font-size:11px;font-weight:700;letter-spacing:.4px;text-transform:uppercase}.ar-select{background:#fff;border:1px solid #cdd5e0;border-radius:10px;color:#1f2a44;cursor:pointer;font-family:inherit;font-size:13px;font-weight:600;padding:8px 12px}.ar-select:hover{border-color:#234580}.ar-export{background:#234580;border:none;border-radius:10px;color:#fff;cursor:pointer;font-family:inherit;font-size:13px;font-weight:700;padding:9px 16px;transition:background-color .12s ease}.ar-export:hover:not(:disabled){background:#1b3766}.ar-export:disabled{cursor:default;opacity:.5}.ar-tiles{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(4,1fr)}.ar-tile{background:#fff;border:1px solid #e6eaf1;border-radius:12px;display:flex;flex-direction:column;gap:4px;padding:16px 18px}.ar-tile-primary{background:linear-gradient(135deg,#234580,#3a5fa3);border-color:#0000}.ar-tile-primary .ar-tile-label,.ar-tile-primary .ar-tile-sub{color:#ffffffd9}.ar-tile-primary .ar-tile-value{color:#fff}.ar-tile-label{color:#6c757d;font-size:11px;font-weight:700;letter-spacing:.5px;text-transform:uppercase}.ar-tile-value{color:#1f2a44;font-size:30px;font-weight:800;line-height:1.05}.ar-tile-sub{color:#6c757d;font-size:12px}.ar-list-head{align-items:baseline;display:flex;justify-content:space-between;margin-top:6px}.ar-list-title{color:#6c757d;font-size:13px;font-weight:700;letter-spacing:.5px;margin:0;text-transform:uppercase}.ar-list-count{color:#9ca3af;font-size:12px}.ar-table{display:flex;flex-direction:column;gap:6px}.ar-row,.ar-thead{grid-gap:12px;align-items:center;display:grid;gap:12px;grid-template-columns:26px minmax(120px,1.6fr) 72px 96px minmax(130px,1fr)}.ar-thead{padding:0 12px 4px}.ar-th{color:#9ca3af;font-size:11px;font-weight:700;letter-spacing:.4px;text-transform:uppercase}.ar-th-rank{text-align:right}.ar-th-num{text-align:center}.ar-row{background:#fff;border:1px solid #eef0f4;border-radius:9px;padding:8px 12px}.ar-rank{color:#9ca3af;font-size:12px;font-weight:700;text-align:right}.ar-name{color:#1f2a44;font-size:14px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ar-seat{color:#1f2a44;font-size:15px;text-align:center}.ar-seat strong{font-weight:800}.ar-seat-total{color:#9ca3af;font-size:13px;font-weight:600}.ar-activ{align-items:center;display:flex;gap:10px}.ar-track{background:#eef3fb;border-radius:6px;flex:1 1;height:12px;overflow:hidden}.ar-bar{background:linear-gradient(90deg,#234580,#3a5fa3);border-radius:6px;height:100%;min-width:3px;transition:width .35s ease}.ar-value{color:#1f2a44;font-size:15px;font-weight:800;min-width:34px;text-align:right}.ar-empty{color:#6c757d;font-size:14px;padding:16px 0}.ar-error{color:#991b1b}@media (max-width:820px){.ar-tiles{grid-template-columns:repeat(2,1fr)}}@media (max-width:680px){.ar-thead{display:none}.ar-row{gap:8px;grid-template-columns:20px 1fr 52px 56px 48px}.ar-track{display:none}.ar-activ{justify-content:flex-end}}.pse-container{background:#fafbfc;border:1px solid #e1e4eb;border-radius:8px;padding:14px 16px}.pse-container.pse-editing{background:#f6f9ff;border-color:#234580}.pse-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px}.pse-title{color:#1f2a44;font-size:13px;font-weight:700;letter-spacing:.6px;margin:0;text-transform:uppercase}.pse-actions,.pse-template-row{display:flex;gap:8px}.pse-template-row{align-items:center;color:#6c757d;font-size:12px;margin-bottom:12px}.pse-template-row select{background:#fff;border:1px solid #d1d5db;border-radius:5px;font-size:12px;padding:5px 10px}.pse-empty{background:#fff;border:1px dashed #d1d5db;border-radius:6px;color:#6c757d;font-size:13px;margin:8px 0;padding:10px 12px}.pse-empty-inline{color:#9ca3af;font-size:12px;font-style:italic}.pse-instruments{display:flex;flex-direction:column;gap:10px;list-style:none;margin:0 0 12px;padding:0}.pse-instrument-row{background:#fff;border:1px solid #e1e4eb;border-radius:7px;padding:12px 14px}.pse-instrument-head{align-items:center;display:flex;gap:10px;margin-bottom:10px}.pse-instrument-code{background:#eff4fa;border-radius:4px;color:#234580;font-family:Courier New,monospace;font-size:12px;font-weight:700;letter-spacing:.4px;padding:3px 8px}.pse-instrument-name{color:#1f2a44;flex:1 1;font-size:13px;font-weight:600}.pse-instrument-remove{background:none;border:1px solid #fca5a5;border-radius:4px;color:#b91c1c;cursor:pointer;font-size:11px;font-weight:600;padding:4px 10px;transition:background-color .15s}.pse-instrument-remove:hover{background:#fef2f2}.pse-tf-grid{display:flex;flex-wrap:wrap;gap:6px}.pse-tf-cell{background:#f3f4f6;border:1px solid #e5e7eb;border-radius:4px;color:#9ca3af;cursor:not-allowed;font-family:Courier New,monospace;font-size:11px;font-weight:700;letter-spacing:.4px;padding:5px 10px;text-transform:uppercase;transition:background-color .12s,border-color .12s,color .12s}.pse-tf-cell.pse-tf-editable{background:#fff;color:#6c757d;cursor:pointer}.pse-tf-cell.pse-tf-editable:hover:not(.pse-tf-on){background:#eff4fa;border-color:#234580;color:#234580}.pse-tf-cell.pse-tf-on{background:#234580;border-color:#234580;color:#fff}.pse-tf-cell.pse-tf-on.pse-tf-editable:hover{background:#1d3a6b}.pse-add-area{margin-top:4px}.pse-add-btn{font-size:13px;padding:8px 14px}.pse-add-form{background:#fff;border:1px dashed #234580;border-radius:7px;padding:14px 16px}.pse-add-instrument,.pse-add-tfs{margin-bottom:12px}.pse-add-instrument label,.pse-add-tfs label{color:#1f2a44;display:block;font-size:12px;font-weight:700;letter-spacing:.4px;margin-bottom:6px;text-transform:uppercase}.pse-add-instrument select{background:#fff;border:1px solid #d1d5db;border-radius:6px;box-sizing:border-box;cursor:pointer;font-size:13px;padding:9px 12px;width:100%}.pse-add-instrument select:focus{border-color:#234580;box-shadow:0 0 0 3px #2345801a;outline:none}.pse-add-actions{display:flex;gap:8px;margin-top:10px}.pse-btn-primary{background-color:#234580;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:13px;font-weight:600;padding:8px 16px;transition:background-color .15s}.pse-btn-primary:hover{background-color:#1d3a6b}.pse-btn-primary:disabled{cursor:not-allowed;opacity:.5}.pse-btn-secondary{background-color:#fff;border:1px solid #234580;border-radius:6px;color:#234580;cursor:pointer;font-size:13px;font-weight:600;padding:8px 14px;transition:background-color .15s}.pse-btn-secondary:hover{background-color:#f0f4fb}.pse-btn-secondary:disabled{cursor:not-allowed;opacity:.5}.pse-dirty-hint{color:#b58105;font-size:12px;font-style:italic;margin:10px 0 0}.stp-row{grid-gap:14px;display:grid;gap:14px;grid-template-columns:1fr 1fr;margin-bottom:14px}.stp-field label{color:#1f2a44;display:block;font-size:12px;font-weight:700;letter-spacing:.5px;margin-bottom:6px;text-transform:uppercase}.stp-field select{background:#fff;border:1px solid #d1d5db;border-radius:7px;box-sizing:border-box;cursor:pointer;font-size:14px;padding:10px 14px;transition:border-color .15s,box-shadow .15s;width:100%}.stp-field select:focus{border-color:#234580;box-shadow:0 0 0 3px #2345801a;outline:none}.stp-view{color:#1f2a44;display:inline-block;font-size:14px}.stp-empty{color:#9ca3af;font-size:13px;font-style:italic}.hn-container{margin:0 auto;max-width:920px;padding:28px 32px 96px}.hn-back{background:none;border:none;color:#234580;cursor:pointer;font-size:13px;font-weight:600;margin-bottom:14px;padding:0}.hn-back:hover{text-decoration:underline}.hn-title{color:#1f2a44;font-size:28px;font-weight:800;letter-spacing:-.3px;margin:0 0 6px}.hn-sub{color:#6c757d;font-size:14px;line-height:1.5;margin:0 0 28px;max-width:660px}.hn-section{background:#fff;border-radius:10px;box-shadow:0 1px 3px #0000000f,0 1px 2px #0000000a;margin-bottom:16px;padding:24px 28px}.hn-section-title{color:#1f2a44;display:flex;font-size:17px;gap:12px;letter-spacing:-.1px;margin:0 0 18px}.hn-section-title,.hn-step{align-items:center;font-weight:700}.hn-step{background:#234580;border-radius:50%;color:#fff;display:inline-flex;flex-shrink:0;font-size:14px;height:30px;justify-content:center;width:30px}.hn-field{margin-bottom:16px}.hn-field-tight{margin-bottom:0;margin-top:14px}.hn-field-row{grid-gap:14px;display:grid;gap:14px;grid-template-columns:1fr 1fr}.hn-field label{color:#1f2a44;display:block;font-size:12px;font-weight:700;letter-spacing:.5px;margin-bottom:6px;text-transform:uppercase}.hn-field input[type=email],.hn-field input[type=text],.hn-field textarea{border:1px solid #d1d5db;border-radius:7px;box-sizing:border-box;font-family:inherit;font-size:14px;padding:10px 14px;transition:border-color .15s,box-shadow .15s;width:100%}.hn-field input:focus,.hn-field textarea:focus{border-color:#234580;box-shadow:0 0 0 3px #2345801a;outline:none}.hn-field input:disabled{background:#f5f6fa;color:#9ca3af;cursor:not-allowed}.hn-hint{color:#6c757d;font-size:12px;line-height:1.45;margin:6px 0 0}.hn-skip{align-items:center;background:#f5f6fa;border:1px solid #e1e4eb;border-radius:6px;color:#1f2a44;cursor:pointer;display:flex;font-size:13px;font-weight:500;gap:8px;margin-bottom:14px;padding:8px 12px}.hn-skip:hover{background:#eef0f4}.hn-skip input[type=checkbox]{margin:0}.hn-contact-fields.hn-disabled{opacity:.5}.hn-empty{background:#f9fafc;border-left:3px solid #d1d5db;border-radius:4px;color:#6c757d;font-size:13px;font-style:italic;margin:8px 0 12px;padding:12px 16px}.hn-codes{display:flex;flex-direction:column;gap:14px}.hn-code-card{background:#f9fafc;border:1px solid #e1e4eb;border-radius:8px;padding:18px 20px}.hn-code-header{align-items:center;border-bottom:1px solid #eef0f4;display:flex;justify-content:space-between;margin-bottom:14px;padding-bottom:10px}.hn-code-index{color:#234580;font-size:13px;font-weight:700;letter-spacing:.6px;text-transform:uppercase}.hn-code-remove{background:none;border:1px solid #fca5a5;border-radius:5px;color:#b91c1c;cursor:pointer;font-size:12px;font-weight:600;padding:5px 10px;transition:background-color .15s}.hn-code-remove:hover{background:#fef2f2}.hn-btn-primary{background-color:#234580;border:none;border-radius:7px;box-shadow:0 1px 2px #23458026;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:11px 22px;transition:background-color .15s}.hn-btn-primary:hover{background-color:#1d3a6b}.hn-btn-primary:disabled{cursor:not-allowed;opacity:.5}.hn-btn-secondary{background-color:#fff;border:1px solid #234580;border-radius:7px;color:#234580;cursor:pointer;font-size:13px;font-weight:600;padding:9px 16px;transition:background-color .15s}.hn-btn-secondary:hover{background-color:#f0f4fb}.hn-footer{background:#fff;border-top:1px solid #e1e4eb;bottom:0;box-shadow:0 -2px 12px #0000000f;margin:24px -28px -24px;padding:16px 28px;position:sticky}.hn-footer-actions{display:flex;gap:8px;justify-content:flex-end}.hn-error{background:#fef2f2;border-left:3px solid #b91c1c;border-radius:6px;color:#991b1b;font-size:13px;margin:0 0 12px;padding:12px 14px}.hn-logo-row{align-items:center;display:flex;gap:16px;margin-top:6px}.hn-logo-preview{border:1px solid #e1e4eb;border-radius:10px;object-fit:contain;padding:8px}.hn-logo-placeholder,.hn-logo-preview{background:#f8fafc;height:96px;width:96px}.hn-logo-placeholder{align-items:center;border:1px dashed #d1d5db;border-radius:10px;color:#9ca3af;display:flex;font-size:12px;justify-content:center}.hn-logo-actions{display:flex;flex-wrap:wrap;gap:8px}.hn-logo-toggle{align-items:center;color:#1f2a44;cursor:pointer;display:flex;font-size:13px;gap:8px;margin-top:10px}.hn-logo-toggle input[type=checkbox]:disabled+span{color:#9ca3af}.hn-option-block{background:#fafbfd;border:1px solid #eef0f4;border-radius:8px;margin-bottom:12px;margin-top:12px;padding:14px}.hn-option-block-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px}.hn-option-block-title{color:#4a5568;font-size:12px;font-weight:700;letter-spacing:.5px;text-transform:uppercase}.ent-intro{color:#6c757d;font-size:13px;line-height:1.5;margin:0 0 14px;max-width:680px}.ent-error{color:#b91c1c;font-size:13px;margin:8px 0}.ent-muted{color:#6b7280;font-size:13px}.ent-list{display:flex;flex-direction:column;gap:8px}.ent-row{align-items:flex-start;background:#fff;border:1px solid #e3e6ec;border-radius:8px;cursor:pointer;display:flex;gap:10px;padding:12px 14px}.ent-row:hover{border-color:#c7cedb}.ent-row input[type=checkbox]{flex-shrink:0;margin-top:2px}.ent-row-body{display:flex;flex-direction:column;min-width:0}.ent-row-title{color:#1f2a44;font-size:13px;font-weight:600}.ent-row-desc{color:#6b7280;font-size:12px;line-height:1.45;margin-top:3px}.hd-container{max-width:1080px;padding:16px 20px}.hd-back{background:none;border:none;color:#234580;cursor:pointer;font-size:12px;margin-bottom:8px;padding:0}.hd-header{border-bottom:1px solid #e1e4eb;margin-bottom:16px;padding-bottom:12px}.hd-title{color:#1f2a44;font-size:20px;margin:0 0 4px}.hd-meta{color:#4b5563;font-size:12px}.hd-badge{border-radius:10px;display:inline-block;font-size:10px;font-weight:700;letter-spacing:.3px;margin-left:6px;padding:1px 7px;text-transform:uppercase}.hd-badge-active{background:#d1fae5;color:#065f46}.hd-badge-pending{background:#fef3c7;color:#92400e}.hd-badge-inactive{background:#f3f4f6;color:#6b7280}.hd-header-actions{flex-wrap:wrap;margin-top:8px}.hd-header-actions .hd-link-btn{background:#0000;border:none;color:#003769;cursor:pointer;font-size:12px;font-weight:600;padding:0;text-decoration:underline}.hd-header-actions .hd-link-btn:disabled{color:#9ca3af;cursor:not-allowed;text-decoration:none}.hd-edit-form{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr 1fr;margin:4px 0 12px;max-width:720px}.hd-edit-form .hd-edit-row{display:flex;flex-direction:column;gap:4px}.hd-edit-form .hd-edit-row.hd-edit-row-wide{grid-column:1/-1}.hd-edit-form label{color:#6b7280;font-size:11px;font-weight:600;letter-spacing:.4px;text-transform:uppercase}.hd-edit-form input{background:#f5f7fb;border:1px solid #0000;border-radius:6px;color:#1f2a44;font-family:inherit;font-size:14px;padding:8px 10px;transition:border-color .15s ease,background-color .15s ease}.hd-edit-form input:focus{background:#fff;border-color:#003769;outline:none}.hd-edit-actions{display:flex;gap:8px;grid-column:1/-1;margin-top:4px}.hd-resend-toast{color:#065f46;font-size:12px;margin-top:6px}.hd-resend-toast.hd-resend-toast-error{color:#b91c1c}.hd-section{background:#fff;border-radius:6px;box-shadow:0 1px 2px #0000000d;padding:14px 16px}.hd-section-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px}.hd-section-header h2{color:#1f2a44;font-size:14px;font-weight:700;letter-spacing:.5px;margin:0;text-transform:uppercase}.hd-empty{color:#6c757d;font-size:13px;margin:12px 0}.hd-codes{display:flex;flex-direction:column;gap:10px}.hd-code-card{background:#f9fafc;border:1px solid #e1e4eb;border-radius:6px;padding:12px}.hd-code-row{justify-content:space-between;margin-bottom:8px}.hd-code-main,.hd-code-row{align-items:center;display:flex}.hd-code-main{gap:8px}.hd-code-value{color:#234580;font-family:Courier New,monospace;font-size:14px;font-weight:700;letter-spacing:1px}.hd-btn-copy{background:none;border:1px solid #d1d5db;border-radius:3px;color:#234580;cursor:pointer;font-size:12px;padding:1px 7px}.hd-code-fields{grid-gap:4px 12px;border-bottom:1px solid #eef0f4;border-top:1px solid #eef0f4;color:#1f2a44;display:grid;font-size:12px;gap:4px 12px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));margin-bottom:10px;padding:6px 0}.hd-field-label{color:#6c757d;font-weight:600;margin-right:4px}.hd-prom-section{margin-top:6px}.hd-saving{color:#b58105;font-size:11px;margin:0 0 6px}.hd-new-code-card{background:#f0f4fb;border:1px solid #234580;border-radius:6px;margin-bottom:12px;padding:14px}.hd-new-code-card h3{color:#234580;font-size:12px;font-weight:700;letter-spacing:.5px;margin:0 0 10px;text-transform:uppercase}.hd-new-code-actions{display:flex;gap:6px;margin-top:10px}.hd-license-custom,.hd-license-select{background:#fff;border:1px solid #d1d5db;border-radius:5px;box-sizing:border-box;font-family:inherit;font-size:13px;padding:6px 10px;width:100%}.hd-license-custom{margin-top:6px}.hd-license-hint{color:#6c757d;font-size:11px;font-style:italic;margin:6px 0 0}.hd-field{margin-bottom:10px}.hd-field-tight{margin-bottom:0;margin-top:8px}.hd-field label{color:#1f2a44;display:block;font-size:11px;font-weight:600;letter-spacing:.4px;margin-bottom:3px;text-transform:uppercase}.hd-field input[type=text]{border:1px solid #d1d5db;border-radius:5px;box-sizing:border-box;font-size:13px;padding:6px 10px;width:100%}.hd-btn-primary{background-color:#234580;border-radius:5px;font-size:12px;font-weight:600;padding:7px 14px}.hd-btn-primary:disabled{cursor:not-allowed;opacity:.5}.hd-btn-secondary{border:1px solid #234580;border-radius:5px;color:#234580}.hd-btn-danger,.hd-btn-secondary{background-color:#fff;font-size:12px;font-weight:600;padding:5px 12px}.hd-btn-danger{border:1px solid #b91c1c;border-radius:5px;color:#b91c1c;cursor:pointer}.hd-title-row{align-items:center;display:flex;gap:12px}.hd-title-logo{background:#f8fafc;border:1px solid #e1e4eb;border-radius:6px;height:36px;max-width:80px;object-fit:contain;padding:4px}.hd-logo-row{align-items:center;display:flex;gap:14px;margin-top:4px}.hd-logo-preview{border:1px solid #e1e4eb;border-radius:8px;object-fit:contain;padding:6px}.hd-logo-placeholder,.hd-logo-preview{background:#f8fafc;height:80px;width:80px}.hd-logo-placeholder{align-items:center;border:1px dashed #d1d5db;border-radius:8px;color:#9ca3af;display:flex;font-size:11px;justify-content:center;padding:4px;text-align:center}.hd-logo-actions{display:flex;flex-wrap:wrap;gap:6px}.hd-logo-toggle{align-items:center;color:#1f2a44;cursor:pointer;display:flex;font-size:12px;gap:8px;margin-top:8px}.hd-logo-toggle input[type=checkbox]:disabled+span{color:#9ca3af}.hd-qr-overlay{align-items:center;background:#0f172a8c;display:flex;inset:0;justify-content:center;position:fixed;z-index:1000}.hd-qr-modal{background:#fff;border-radius:12px;box-shadow:0 20px 50px #0f172a40;overflow:hidden;width:min(420px,calc(100vw - 32px))}.hd-qr-header{align-items:center;border-bottom:1px solid #eef0f4;display:flex;justify-content:space-between;padding:14px 18px}.hd-qr-title{color:#1f2a44;font-size:15px;font-weight:700;margin:0}.hd-qr-close{background:#0000;border:none;color:#4a5568;cursor:pointer;font-size:24px;line-height:1;padding:0 6px}.hd-qr-close:hover{color:#1f2a44}.hd-qr-body{align-items:center;display:flex;flex-direction:column;gap:12px;padding:20px}.hd-qr-canvas{background:#fff;border:1px solid #eef0f4;border-radius:8px;padding:12px}.hd-qr-code-text{color:#234580;font-family:Roboto Mono,Courier New,monospace;font-size:14px;font-weight:700;letter-spacing:.5px;margin:0}.hd-qr-hint{color:#4a5568;font-size:12px;line-height:1.5;margin:0;text-align:center}.hd-qr-actions{display:flex;gap:8px;margin-top:6px}.hd-option-block{background:#fafbfd;border:1px solid #eef0f4;border-radius:8px;margin-bottom:12px;margin-top:12px;padding:14px}.hd-option-block-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px}.hd-option-block-title{color:#4a5568;font-size:12px;font-weight:700;letter-spacing:.5px;text-transform:uppercase}.hd-option-chip-row{display:inline-flex;flex-wrap:wrap;gap:6px}.hd-option-chip{background:#eaf0f9;border-radius:8px;color:#234580;display:inline-block;font-size:12px;font-weight:600;padding:3px 10px;white-space:nowrap}.hd-option-prom{border-top:1px dashed #eef0f4;margin-top:14px;padding-top:12px}.hd-option-prom:first-child{border-top:none;margin-top:0;padding-top:0}.hd-option-prom-label{color:#4a5568;font-size:12px;font-weight:700;letter-spacing:.5px;margin:0 0 8px;text-transform:uppercase}.cl-container{margin:0 auto;max-width:1280px;padding:20px 24px 80px}.cl-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:4px}.cl-title{color:#1f2a44;font-size:26px;font-weight:800;margin:0}.cl-sub{color:#6c757d;font-size:13px;margin:4px 0 18px}.cl-btn-primary{background-color:#234580;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:13px;font-weight:600;padding:9px 16px}.cl-filters{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px}.cl-filters input,.cl-filters select{background:#fff;border:1px solid #d1d5db;border-radius:6px;font-family:inherit;font-size:13px;padding:7px 10px}.cl-filters input{flex:1 1;min-width:200px}.cl-empty{color:#6c757d;font-size:13px;margin:24px 0}.cl-error{color:#b91c1c;font-size:13px;margin:8px 0}.cl-table{background:#fff;border-collapse:collapse;border-radius:8px;box-shadow:0 1px 2px #0000000a;overflow:hidden;width:100%}.cl-table thead th{background:#f5f7fb;border-bottom:1px solid #e1e4eb;color:#6b7280;font-size:11px;font-weight:700;letter-spacing:.4px;padding:10px 12px;text-align:left;text-transform:uppercase}.cl-table tbody td{border-bottom:1px solid #eef0f4;color:#1f2a44;font-size:13px;padding:11px 12px;vertical-align:middle}.cl-table tbody tr:last-child td{border-bottom:none}.cl-row{cursor:pointer;transition:background-color .1s ease}.cl-row:hover{background:#f9fafc}.cl-title-cell{display:flex;flex-direction:column;font-weight:600}.cl-subtitle{color:#6b7280;font-size:11px;font-weight:400;margin-top:2px}.cl-surg-cell{color:#4b5563;font-size:12px;max-width:220px}.cl-date-cell{color:#6b7280;font-size:12px}.cl-actions-cell{text-align:right}.cl-badge{border-radius:999px;font-size:10px;font-weight:700;letter-spacing:.3px;padding:3px 8px;text-transform:uppercase}.cl-badge-active{background:#d1fae5;color:#065f46}.cl-badge-draft{background:#fef3c7;color:#92400e}.cl-btn-link{background:none;border:none;cursor:pointer;font-family:inherit;font-size:12px;font-weight:600;padding:0;text-decoration:underline}.cl-btn-danger{color:#b91c1c}.es-container{margin:0 auto;max-width:1280px;padding:20px 24px 80px}.es-header{align-items:flex-start;display:flex;gap:16px;justify-content:space-between;margin-bottom:4px}.es-title{color:#1f2a44;font-size:26px;font-weight:800;margin:0}.es-sub{color:#6c757d;font-size:13px;line-height:1.5;margin:4px 0 18px;max-width:720px}.es-btn,.es-btn-primary{border-radius:6px;cursor:pointer;font-family:inherit;font-size:13px;font-weight:600;padding:9px 16px}.es-btn-primary{background-color:#234580;border:none;color:#fff}.es-btn-primary:disabled{cursor:default;opacity:.6}.es-btn{background:#fff;border:1px solid #d1d5db;color:#1f2a44}.es-btn-danger{background:#fff;border:1px solid #f0c9c9;color:#b91c1c}.es-head-actions{align-items:center;display:flex;flex-shrink:0;gap:8px}.es-filters{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px}.es-filters input,.es-filters select{background:#fff;border:1px solid #d1d5db;border-radius:6px;font-family:inherit;font-size:13px;padding:7px 10px}.es-filters input{flex:1 1;min-width:200px}.es-empty{color:#6c757d;font-size:13px;margin:24px 0}.es-error{color:#b91c1c;font-size:13px;margin:8px 0}.es-warn{background:#fef3c7;border-radius:6px;color:#92400e;font-size:13px;margin:8px 0 14px;padding:9px 12px}.es-muted{color:#6b7280;font-size:13px}.es-table{background:#fff;border-collapse:collapse;border-radius:8px;box-shadow:0 1px 2px #0000000a;overflow:hidden;width:100%}.es-table thead th{background:#f5f7fb;border-bottom:1px solid #e1e4eb;color:#6b7280;font-size:11px;font-weight:700;letter-spacing:.4px;padding:10px 12px;text-align:left;text-transform:uppercase}.es-table tbody td{border-bottom:1px solid #eef0f4;color:#1f2a44;font-size:13px;padding:11px 12px;vertical-align:middle}.es-table tbody tr:last-child td{border-bottom:none}.es-row{cursor:pointer;transition:background-color .1s ease}.es-row:hover{background:#f9fafc}.es-name{font-weight:600}.es-badge{border-radius:999px;font-size:10px;font-weight:700;letter-spacing:.3px;padding:3px 8px;text-transform:uppercase;white-space:nowrap}.es-badge-ok{background:#d1fae5;color:#065f46}.es-badge-draft{background:#fef3c7;color:#92400e}.es-badge-missing{background:#fee2e2;color:#991b1b}.es-badge-neutral{background:#eef1f6;color:#4b5563}.es-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));margin-bottom:16px}.es-card{background:#fff;border-radius:8px;box-shadow:0 1px 2px #0000000a;padding:18px}.es-card-title{color:#1f2a44;font-size:15px;font-weight:700;margin:0 0 14px}.es-field{display:block;margin-bottom:14px}.es-field>span{color:#4b5563;display:block;font-size:12px;font-weight:600;margin-bottom:5px}.es-input{background:#fff;border:1px solid #d1d5db;border-radius:6px;box-sizing:border-box;font-family:inherit;font-size:13px;padding:8px 10px;width:100%}.es-hint{color:#6b7280;display:block;font-size:11px;line-height:1.45;margin-top:5px}.es-checkbox{color:#1f2a44;cursor:pointer;font-size:13px;font-weight:600;gap:8px}.es-checkbox,.es-items-head{align-items:center;display:flex}.es-items-head{gap:12px;justify-content:space-between;margin-bottom:12px}.es-picker{background:#f7f8fa;border:1px solid #e3e6ec;border-radius:8px;margin-bottom:16px;padding:12px}.es-picker-results{display:flex;flex-direction:column;gap:4px;margin-top:8px;max-height:320px;overflow-y:auto}.es-picker-row{align-items:center;background:#fff;border:1px solid #0000;border-radius:6px;cursor:pointer;display:flex;font:inherit;font-size:13px;gap:12px;justify-content:space-between;padding:8px 10px;text-align:left;width:100%}.es-picker-row:hover{border-color:#234580}.es-picker-title{flex:1 1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.es-items{display:flex;flex-direction:column;gap:6px;list-style:none;margin:0;padding:0}.es-item,.es-items-legend{grid-gap:10px;align-items:center;display:grid;gap:10px;grid-template-columns:28px minmax(0,1fr) 62px 62px 62px 112px}.es-items-legend{padding:0 12px 6px}.es-legend-dose{color:#9aa3b0;font-size:10px;font-weight:700;letter-spacing:.4px;text-align:center;text-transform:uppercase}.es-legend-spacer{grid-column:1/span 2}.es-legend-actions{grid-column:6}.es-item{background:#fff;border:1px solid #e8eaef;border-radius:8px;padding:9px 12px}.es-item:hover{border-color:#d3d8e0}.es-item-pos{align-items:center;background:#234580;border-radius:50%;color:#fff;display:inline-flex;flex:0 0 28px;font-size:13px;font-weight:700;height:28px;justify-content:center}.es-item-body{flex:1 1;min-width:0}.es-item-title{color:#1f2a44;font-size:13px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.es-item-meta{align-items:center;color:#8a92a0;display:flex;font-size:11px;gap:8px;margin-top:3px;min-width:0}.es-item-file{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.es-item-cfs{border-left:1px solid #e8eaef;flex-shrink:0;padding-left:8px}.es-item-actions{display:flex;gap:4px;justify-content:flex-end}.es-icon-hidden{pointer-events:none;visibility:hidden}.es-icon-btn{background:#fff;border:1px solid #d1d5db;border-radius:6px;color:#4b5563;cursor:pointer;font-family:inherit;font-size:12px;height:28px;line-height:1;width:28px}.es-icon-btn:hover{background:#f5f7fb}.es-icon-danger{border-color:#f0c9c9;color:#b91c1c}@media (max-width:860px){.es-grid{grid-template-columns:1fr}.es-header{flex-direction:column}.es-items-legend{display:none}.es-item{grid-template-columns:28px minmax(0,1fr) auto}.es-item-body{grid-column:2/span 2}.es-dose-input{grid-row:2;width:68px}.es-item-actions{grid-row:2}}.es-dose-input{font-feature-settings:"tnum";background:#fbfcfd;border:1px solid #e0e4ea;border-radius:6px;box-sizing:border-box;color:#1f2a44;font-family:inherit;font-size:13px;font-variant-numeric:tabular-nums;padding:6px 4px;text-align:center;width:100%}.es-dose-input:focus{background:#fff;border-color:#234580;outline:none}.es-dose-input::placeholder{color:#c2c8d2;font-weight:400}.es-dose-set{background:#eef3fb;border-color:#b9c8e4;font-weight:700}.es-dose-input::-webkit-inner-spin-button,.es-dose-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.es-dose-input[type=number]{-webkit-appearance:textfield;appearance:textfield}.et-container{margin:0 auto;max-width:1440px;padding:20px 24px 80px}.et-header{align-items:flex-start;display:flex;gap:16px;justify-content:space-between}.et-title{color:#1f2a44;font-size:26px;font-weight:800;margin:0}.et-sub{color:#6c757d;font-size:13px;line-height:1.5;margin:4px 0 18px;max-width:820px}.et-warn{background:#fef3c7;border-radius:6px;color:#92400e;font-size:13px;line-height:1.45;margin-bottom:14px;padding:10px 12px}.et-error{color:#b91c1c;font-size:13px;margin:8px 0}.et-ok{background:#d1fae5;color:#065f46;font-size:13px;margin-bottom:12px;padding:8px 12px}.et-note,.et-ok{border-radius:6px}.et-note{background:#eef1f6;color:#4b5563;font-size:12px;line-height:1.45;margin-bottom:14px;padding:9px 12px}.et-muted{color:#6b7280;font-size:12px}.et-empty{color:#6c757d;font-size:13px;padding:24px 4px}.et-layout{grid-gap:18px;align-items:start;display:grid;gap:18px;grid-template-columns:minmax(280px,380px) 1fr}.et-edit-pane,.et-list-pane{background:#fff;border-radius:8px;box-shadow:0 1px 2px #0000000a;padding:14px}.et-filters{display:flex;flex-direction:column;gap:8px;margin-bottom:12px}.et-input{background:#fff;border:1px solid #d1d5db;border-radius:6px;box-sizing:border-box;font-family:inherit;font-size:13px;padding:8px 10px;width:100%}.et-list{gap:3px;list-style:none;margin:0;max-height:62vh;overflow-y:auto;padding:0}.et-list,.et-list-row{display:flex;flex-direction:column}.et-list-row{background:none;border:1px solid #0000;border-radius:6px;cursor:pointer;font:inherit;gap:5px;padding:9px 10px;text-align:left;width:100%}.et-list-row:hover{background:#f9fafc}.et-list-row-active{background:#f5f7fb;border-color:#234580}.et-list-title{color:#1f2a44;font-size:13px;font-weight:600}.et-list-meta{display:flex;flex-wrap:wrap;gap:6px}.et-edit-head{align-items:flex-start;display:flex;gap:16px;justify-content:space-between;margin-bottom:14px}.et-edit-title{color:#1f2a44;font-size:17px;font-weight:700;margin:0 0 6px}.et-edit-meta{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.et-key{background:#f5f7fb;border-radius:4px;color:#6b7280;font-size:11px;padding:2px 6px}.et-btn-primary{background-color:#234580;border:none;border-radius:6px;color:#fff;cursor:pointer;flex-shrink:0;font-family:inherit;font-size:13px;font-weight:600;padding:9px 16px}.et-btn-primary:disabled{cursor:default;opacity:.6}.et-lang-head,.et-pair-inputs{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr 1fr}.et-lang-head{margin:4px 0 6px;padding-left:0}.et-lang-head>span{color:#9aa3b0;font-size:10px;font-weight:700;letter-spacing:.5px;text-transform:uppercase}.et-pair{margin-bottom:12px}.et-pair-label{color:#4b5563;font-size:12px;font-weight:600;margin-bottom:5px}.et-input::placeholder{color:#b6bcc7;font-style:italic}.et-pair-cell{display:flex;flex-direction:column;min-width:0}.et-pair-lang{color:#9aa3b0;display:none;font-size:10px;font-weight:700;letter-spacing:.5px;margin-bottom:3px;text-transform:uppercase}@media (max-width:1100px){.et-lang-head{display:none}.et-pair-inputs{gap:8px;grid-template-columns:1fr}.et-pair-lang{display:block}}.et-badge{border-radius:999px;font-size:10px;font-weight:700;letter-spacing:.3px;padding:3px 8px;text-transform:uppercase;white-space:nowrap}.et-badge-ok{background:#d1fae5;color:#065f46}.et-badge-warn{background:#fef3c7;color:#92400e}.et-badge-missing{background:#fee2e2;color:#991b1b}@media (max-width:900px){.et-layout{grid-template-columns:1fr}.et-list{max-height:40vh}}.sa-container{margin:0 auto;max-width:1440px;padding:20px 24px 80px}.sa-header{align-items:flex-start;display:flex;gap:16px;justify-content:space-between}.sa-title{color:#1f2a44;font-size:26px;font-weight:800;margin:0}.sa-sub{color:#6c757d;font-size:13px;line-height:1.5;margin:4px 0 18px;max-width:820px}.sa-btn,.sa-btn-danger,.sa-btn-primary{border-radius:6px;cursor:pointer;flex-shrink:0;font-family:inherit;font-size:13px;font-weight:600;padding:9px 16px}.sa-btn-primary{background-color:#234580;border:none;color:#fff}.sa-btn{background:#fff;border:1px solid #d1d5db;color:#1f2a44}.sa-btn-danger{background:#fff;border:1px solid #f0c9c9;color:#b91c1c}.sa-btn-danger:disabled,.sa-btn-primary:disabled,.sa-btn:disabled{cursor:default;opacity:.6}.sa-error{color:#b91c1c;font-size:13px;line-height:1.45;margin:8px 0 12px}.sa-ok{background:#d1fae5;color:#065f46;margin-bottom:12px;padding:8px 12px}.sa-ok,.sa-warn{border-radius:6px;font-size:13px}.sa-warn{background:#fef3c7;color:#92400e;line-height:1.45;margin-bottom:14px;padding:10px 12px}.sa-note{background:#eef1f6;border-radius:6px;color:#4b5563;font-size:12px;line-height:1.45;margin-top:4px;padding:9px 12px}.sa-muted{color:#6b7280;font-size:12px}.sa-empty{color:#6c757d;font-size:13px;line-height:1.5;padding:24px 4px}.sa-layout{grid-gap:18px;align-items:start;display:grid;gap:18px;grid-template-columns:minmax(300px,400px) 1fr}.sa-edit-pane,.sa-list-pane{background:#fff;border-radius:8px;box-shadow:0 1px 2px #0000000a;padding:14px}.sa-filters{display:flex;flex-direction:column;gap:6px;margin-bottom:12px}.sa-filter-note{color:#6b7280;font-size:11px;line-height:1.45}.sa-input{background:#fff;border:1px solid #d1d5db;border-radius:6px;box-sizing:border-box;font-family:inherit;font-size:13px;padding:8px 10px;width:100%}.sa-input::placeholder{color:#b6bcc7;font-style:italic}.sa-input:disabled,.sa-input[readonly]{background:#f5f7fb;color:#6b7280}.sa-list{display:flex;flex-direction:column;gap:3px;list-style:none;margin:0;max-height:66vh;overflow-y:auto;padding:0}.sa-row{align-items:center;border:1px solid #0000;border-radius:6px;display:flex;gap:6px;padding-right:6px}.sa-row:hover{background:#f9fafc}.sa-row-selected{background:#f5f7fb;border-color:#234580}.sa-row-child .sa-row-main{padding-left:26px}.sa-row-child .sa-row-label:before{color:#b6bcc7;content:"└ "}.sa-row-inactive .sa-row-label{color:#9aa3b0}.sa-row-main{background:none;border:none;border-radius:6px;cursor:pointer;display:flex;flex:1 1;flex-direction:column;font:inherit;gap:4px;min-width:0;padding:9px 10px;text-align:left}.sa-row-label{color:#1f2a44;font-size:13px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sa-row-meta{align-items:center;display:flex;flex-wrap:wrap;gap:6px}.sa-row-order{display:flex;flex-direction:column;flex-shrink:0;gap:2px}.sa-code{background:#f5f7fb;border-radius:4px;color:#6b7280;font-size:11px;padding:2px 6px}.sa-badge{border-radius:999px;font-size:10px;font-weight:700;letter-spacing:.3px;padding:3px 8px;text-transform:uppercase;white-space:nowrap}.sa-badge-ok{background:#d1fae5;color:#065f46}.sa-badge-off{background:#eef1f6;color:#4b5563}.sa-icon-btn{background:#fff;border:1px solid #d1d5db;border-radius:6px;color:#4b5563;cursor:pointer;font-family:inherit;font-size:10px;height:22px;line-height:1;padding:0;width:24px}.sa-icon-btn:hover:enabled{background:#f5f7fb}.sa-icon-btn:disabled{cursor:default;opacity:.35}.sa-edit-head{align-items:flex-start;display:flex;gap:16px;justify-content:space-between;margin-bottom:14px}.sa-edit-title{color:#1f2a44;font-size:17px;font-weight:700;margin:0 0 6px}.sa-edit-meta{flex-wrap:wrap}.sa-edit-meta,.sa-head-actions{align-items:center;display:flex;gap:8px}.sa-head-actions{flex-shrink:0}.sa-card{border:1px solid #e8eaef;border-radius:8px;margin-bottom:16px;padding:16px 18px}.sa-card:last-child{margin-bottom:0}.sa-card-title{color:#1f2a44;font-size:15px;font-weight:700;margin:0 0 14px}.sa-fields{grid-gap:12px 16px;display:grid;gap:12px 16px;grid-template-columns:1fr 1fr}.sa-field{display:block;margin-bottom:14px;min-width:0}.sa-fields .sa-field{margin-bottom:0}.sa-field>span{color:#4b5563;display:block;font-size:12px;font-weight:600;margin-bottom:5px}.sa-hint{color:#6b7280;display:block;font-size:11px;line-height:1.45;margin-top:5px}.sa-checkbox{align-items:center;color:#1f2a44;cursor:pointer;display:flex;font-size:13px;font-weight:600;gap:8px}.sa-usage{grid-gap:8px 16px;display:grid;gap:8px 16px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));list-style:none;margin:0 0 14px;padding:0}.sa-usage-row{align-items:baseline;display:flex;font-size:13px;gap:8px}.sa-usage-count{font-feature-settings:"tnum";color:#1f2a44;font-variant-numeric:tabular-nums;font-weight:700;min-width:22px;text-align:right}.sa-usage-label{color:#6b7280}.sa-actions{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:10px}@media (max-width:1100px){.sa-fields{grid-template-columns:1fr}.sa-fields .sa-field{margin-bottom:12px}}@media (max-width:900px){.sa-layout{grid-template-columns:1fr}.sa-list{max-height:40vh}.sa-header{flex-direction:column}}.sr-container{margin:0 auto;max-width:1440px;padding:20px 24px 80px}.sr-header{align-items:flex-start;display:flex;gap:16px;justify-content:space-between}.sr-title{color:#1f2a44;font-size:26px;font-weight:800;margin:0}.sr-sub{color:#6c757d;font-size:13px;line-height:1.5;margin:4px 0 18px;max-width:820px}.sr-btn,.sr-btn-danger,.sr-btn-primary{border-radius:6px;cursor:pointer;display:inline-block;flex-shrink:0;font-family:inherit;font-size:13px;font-weight:600;padding:9px 16px;text-align:center;text-decoration:none}.sr-btn-primary{background-color:#234580;border:none;color:#fff}.sr-btn{background:#fff;border:1px solid #d1d5db;color:#1f2a44}.sr-btn-danger{background:#fff;border:1px solid #f0c9c9;color:#b91c1c}.sr-btn-danger:disabled,.sr-btn-primary:disabled,.sr-btn:disabled{cursor:default;opacity:.6}.sr-error{color:#b91c1c;font-size:13px;line-height:1.45;margin:8px 0 12px}.sr-ok{background:#d1fae5;color:#065f46;margin-bottom:12px;padding:8px 12px}.sr-ok,.sr-warn{border-radius:6px;font-size:13px}.sr-warn{background:#fef3c7;color:#92400e;line-height:1.45;margin-bottom:14px;padding:10px 12px}.sr-note{background:#eef1f6;border-radius:6px;color:#4b5563;font-size:12px;line-height:1.45;margin-top:4px;padding:9px 12px}.sr-muted{color:#6b7280;font-size:12px}.sr-empty{color:#6c757d;font-size:13px;line-height:1.5;padding:24px 4px}.sr-layout{grid-gap:18px;align-items:start;display:grid;gap:18px;grid-template-columns:minmax(300px,400px) 1fr}.sr-edit-pane,.sr-list-pane{background:#fff;border-radius:8px;box-shadow:0 1px 2px #0000000a;padding:14px}.sr-filters{display:flex;flex-direction:column;gap:6px;margin-bottom:12px}.sr-filter-note{color:#6b7280;font-size:11px;line-height:1.45}.sr-input{background:#fff;border:1px solid #d1d5db;border-radius:6px;box-sizing:border-box;font-family:inherit;font-size:13px;padding:8px 10px;width:100%}.sr-input::placeholder{color:#b6bcc7;font-style:italic}.sr-input:disabled,.sr-input[readonly]{background:#f5f7fb;color:#6b7280}.sr-list{display:flex;flex-direction:column;gap:3px;list-style:none;margin:0;max-height:66vh;overflow-y:auto;padding:0}.sr-row{align-items:center;border:1px solid #0000;border-radius:6px;display:flex;gap:6px;padding-right:6px}.sr-row:hover{background:#f9fafc}.sr-row-selected{background:#f5f7fb;border-color:#234580}.sr-row-inactive .sr-row-label{color:#9aa3b0}.sr-row-main{background:none;border:none;border-radius:6px;cursor:pointer;display:flex;flex:1 1;flex-direction:column;font:inherit;gap:4px;min-width:0;padding:9px 10px;text-align:left}.sr-row-label{color:#1f2a44;font-size:13px;font-weight:600}.sr-row-label,.sr-row-main .sr-muted{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sr-row-meta{align-items:center;display:flex;flex-wrap:wrap;gap:6px}.sr-badge{border-radius:999px;font-size:10px;font-weight:700;letter-spacing:.3px;padding:3px 8px;text-transform:uppercase;white-space:nowrap}.sr-badge-ok{background:#d1fae5;color:#065f46}.sr-badge-off{background:#eef1f6;color:#4b5563}.sr-badge-alert{background:#fef3c7;color:#92400e}.sr-badge-new{background:#234580;color:#fff}.sr-pager{align-items:center;display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.sr-edit-head{align-items:flex-start;display:flex;gap:16px;justify-content:space-between;margin-bottom:14px}.sr-edit-title{color:#1f2a44;font-size:17px;font-weight:700;margin:0 0 6px;overflow-wrap:anywhere}.sr-edit-meta{flex-wrap:wrap}.sr-edit-meta,.sr-head-actions{align-items:center;display:flex;gap:8px}.sr-head-actions{flex-shrink:0}.sr-card{border:1px solid #e8eaef;border-radius:8px;margin-bottom:16px;padding:16px 18px}.sr-card:last-child{margin-bottom:0}.sr-card-title{color:#1f2a44;font-size:15px;font-weight:700;margin:0 0 14px}.sr-fields{grid-gap:12px 16px;display:grid;gap:12px 16px;grid-template-columns:1fr 1fr}.sr-field{display:block;margin-bottom:14px;min-width:0}.sr-fields .sr-field{margin-bottom:0}.sr-field>span{color:#4b5563;display:block;font-size:12px;font-weight:600;margin-bottom:5px}.sr-hint{color:#6b7280;display:block;font-size:11px;line-height:1.45;margin-top:5px}.sr-actions{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:10px}@media (max-width:1100px){.sr-fields{grid-template-columns:1fr}.sr-fields .sr-field{margin-bottom:12px}}@media (max-width:900px){.sr-layout{grid-template-columns:1fr}.sr-list{max-height:40vh}.sr-header{flex-direction:column}}.tiptap-wrapper{background:#fff;border:1px solid #d1d5db;border-radius:6px}.tiptap-toolbar{align-items:center;background:#f8fafc;border-bottom:1px solid #e5e7eb;border-radius:6px 6px 0 0;display:flex;flex-wrap:wrap;gap:4px;padding:6px 8px}.tiptap-btn{background:#0000;border:1px solid #0000;border-radius:4px;color:#1f2a44;cursor:pointer;font-family:inherit;font-size:13px;min-width:28px;padding:4px 8px}.tiptap-btn:hover{background:#e5e7eb}.tiptap-btn:disabled{cursor:default;opacity:.35}.tiptap-btn:disabled:hover{background:#0000}.tiptap-btn-active{background:#003769;color:#fff}.tiptap-btn-active:hover{background:#002b51}.tiptap-sep{background:#e5e7eb;height:20px;margin:0 4px;width:1px}.tiptap-content .ProseMirror{color:#1f2a44;font-size:14px;line-height:1.55;min-height:280px;outline:none;padding:14px 16px}.tiptap-content .ProseMirror:focus{outline:none}.tiptap-content .ProseMirror p.is-editor-empty:first-child:before{color:#9ca3af;content:attr(data-placeholder);float:left;height:0;pointer-events:none}.tiptap-content h1{font-size:22px;margin:16px 0 8px}.tiptap-content h2{font-size:18px;margin:14px 0 6px}.tiptap-content h3{font-size:15px;font-weight:700;margin:12px 0 4px}.tiptap-content p{margin:6px 0}.tiptap-content ol,.tiptap-content ul{margin:6px 0;padding-left:22px}.tiptap-content li{margin:2px 0}.tiptap-content a{color:#003769;text-decoration:underline}.tiptap-content img,.tiptap-content img.tiptap-image{border-radius:6px;display:block;height:auto;margin:12px 0;max-width:100%}.tiptap-content table,.tiptap-content table.tiptap-table{border-collapse:collapse;margin:14px 0;overflow:hidden;table-layout:fixed;width:100%}.tiptap-content td,.tiptap-content th{border:1px solid #d1d5db;box-sizing:border-box;min-width:60px;padding:6px 8px;position:relative;vertical-align:top}.tiptap-content th{background:#f3f4f6;font-weight:600;text-align:left}.tiptap-content .selectedCell:after{background:#00376914;content:"";inset:0;pointer-events:none;position:absolute}.tiptap-content .column-resize-handle{background:#003769;bottom:-2px;pointer-events:none;position:absolute;right:-2px;top:0;width:4px}.tiptap-content .ProseMirror.resize-cursor{cursor:col-resize}.ce-container{margin:0 auto;max-width:1280px;padding:20px 24px 80px}.ce-back-row{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px}.ce-back{background:none;border:none;color:#234580;cursor:pointer;font-size:13px;font-weight:600;padding:0}.ce-back:hover{text-decoration:underline}.ce-status-badge{border-radius:999px;font-size:11px;font-weight:700;letter-spacing:.5px;padding:4px 10px;text-transform:uppercase}.ce-status-draft{background:#fef3c7;color:#92400e}.ce-status-published{background:#d1fae5;color:#065f46}.ce-title{color:#1f2a44;font-size:26px;font-weight:800;margin:0 0 24px}.ce-empty{color:#6c757d;font-size:13px}.ce-layout{grid-gap:28px;align-items:flex-start;display:grid;gap:28px;grid-template-columns:1fr 320px}@media (max-width:1080px){.ce-layout{grid-template-columns:1fr}}.ce-main,.ce-sidebar{display:flex;flex-direction:column;gap:18px}.ce-sidebar{position:sticky;top:16px}.ce-side-section{background:#fff;border:1px solid #e1e4eb;border-radius:8px;padding:14px 16px}.ce-side-section h3{color:#1f2a44;font-size:12px;font-weight:700;letter-spacing:.5px;margin:0 0 10px;text-transform:uppercase}.ce-field{display:flex;flex-direction:column;gap:4px;margin-bottom:10px}.ce-field label{color:#6b7280;font-size:11px;font-weight:600;letter-spacing:.4px;text-transform:uppercase}.ce-field input[type=text],.ce-field select,.ce-field textarea{background:#f5f7fb;border:1px solid #0000;border-radius:6px;color:#1f2a44;font-family:inherit;font-size:14px;padding:8px 10px;transition:border-color .15s ease,background-color .15s ease}.ce-field input[type=text]:focus,.ce-field select:focus,.ce-field textarea:focus{background:#fff;border-color:#003769;outline:none}.ce-field textarea{min-height:56px;resize:vertical}.ce-hint{color:#6c757d;font-size:11px;font-style:italic;margin:4px 0 0}.ce-thumb-row{align-items:center;display:flex;flex-wrap:wrap;gap:12px}.ce-thumb-placeholder,.ce-thumb-preview{border-radius:8px;height:96px;object-fit:contain;width:96px}.ce-thumb-preview{background:#f8fafc;border:1px solid #e1e4eb;padding:6px}.ce-thumb-placeholder{align-items:center;background:#f8fafc;border:1px dashed #d1d5db;color:#9ca3af;display:flex;font-size:11px;justify-content:center;padding:6px;text-align:center}.ce-checkbox-list{display:flex;flex-direction:column;gap:4px;max-height:220px;overflow-y:auto;padding-right:4px}.ce-checkbox-row{align-items:center;color:#1f2a44;cursor:pointer;display:flex;font-size:12px;gap:6px;padding:2px 0}.ce-checkbox-row-sub{color:#4b5563;padding-left:18px}.ce-tag-picker{display:flex;flex-direction:column;gap:6px}.ce-tag-chips{display:flex;flex-wrap:wrap;gap:4px}.ce-tag-chip{align-items:center;background:#003769;border-radius:999px;color:#fff;display:inline-flex;font-size:11px;gap:4px;padding:3px 4px 3px 10px}.ce-tag-chip button{background:#0000;border:none;color:#fff;cursor:pointer;font-size:14px;line-height:1;padding:0 4px}.ce-tag-picker input[type=text]{background:#f5f7fb;border:1px solid #0000;border-radius:6px;font-size:13px;padding:6px 10px}.ce-tag-picker input[type=text]:focus{background:#fff;border-color:#003769;outline:none}.ce-tag-suggestions{background:#fff;border:1px solid #e1e4eb;border-radius:6px;display:flex;flex-direction:column;max-height:180px;overflow-y:auto}.ce-tag-suggestion{background:#fff;border:none;border-bottom:1px solid #f3f4f6;color:#1f2a44;cursor:pointer;font-family:inherit;font-size:12px;padding:6px 10px;text-align:left}.ce-tag-suggestion:last-child{border-bottom:none}.ce-tag-suggestion:hover{background:#f5f7fb}.ce-tag-create{color:#003769;font-style:italic}.ce-actions{display:flex;gap:8px;justify-content:flex-end;margin-top:22px}.ce-btn-primary{background-color:#234580;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:13px;font-weight:600;padding:9px 16px}.ce-btn-primary:disabled{cursor:not-allowed;opacity:.5}.ce-btn-secondary{background-color:#fff;border:1px solid #234580;border-radius:6px;color:#234580;cursor:pointer;font-size:13px;font-weight:600;padding:9px 16px}.ce-btn-secondary:disabled{cursor:not-allowed;opacity:.5}.ce-btn-danger{background-color:#fff;border:1px solid #b91c1c;border-radius:6px;cursor:pointer;font-weight:600;padding:9px 16px}.ce-btn-danger,.ce-error{color:#b91c1c;font-size:13px}.ce-error{margin-top:12px;text-align:right}.ce-optional-collapsed{margin:8px 0 16px}.ce-optional-add{background:#0000;border:1px dashed #cdd5e0;border-radius:8px;color:#234580;cursor:pointer;font-family:inherit;font-size:13px;font-weight:600;padding:10px 14px;transition:background-color .12s ease,border-color .12s ease;width:100%}.ce-optional-add:hover{background:#f4f7fc;border-color:#234580;border-style:solid}.ce-optional-open{background:#fafbfd;border:1px solid #eef0f4;border-radius:8px;margin:8px 0 16px;padding:12px 14px 14px}.ce-optional-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:6px}.ce-optional-remove{background:#0000;border:1px solid #0000;border-radius:6px;color:#b91c1c;cursor:pointer;font-family:inherit;font-size:12px;font-weight:600;padding:4px 10px}.ce-optional-remove:hover{background:#fef2f2;border-color:#fee2e2}.hd-container{margin:0 auto;max-width:1280px;padding:24px 32px}.hd-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:8px}.hd-header-actions{display:flex;gap:8px}.hd-title{color:#003769;font-size:28px;font-weight:700;margin:0}.hd-sub{color:#4c5980;font-size:14px;margin:0 0 20px}.hd-btn-primary{background:#003769;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;padding:8px 16px}.hd-btn-primary:hover{background:#002952}.hd-btn-secondary{background:#fff;border:1px solid #003769;border-radius:6px;color:#003769;cursor:pointer;font-size:14px;padding:8px 16px}.hd-filters{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.hd-filters input,.hd-filters select{background:#fff;border:1px solid #d0d4de;border-radius:6px;font-size:14px;padding:6px 10px}.hd-table{background:#fff;border:1px solid #e6e9ef;border-collapse:collapse;border-radius:8px;overflow:hidden;width:100%}.hd-table td,.hd-table th{border-bottom:1px solid #e6e9ef;font-size:14px;padding:12px 16px;text-align:left}.hd-table th{background:#f4f6fa;color:#2d3142;font-weight:600}.hd-row:hover{background:#fafbfd;cursor:pointer}.hd-pill{border-radius:999px;display:inline-block;font-size:12px;font-weight:600;padding:2px 10px}.hd-pill-published{background:#e6f5ec;color:#1f7a4a}.hd-pill-draft{background:#fff4e5;color:#b76e00}.hd-btn-link{background:none;border:none;color:#003769;cursor:pointer;font-size:13px;padding:4px 8px}.hd-btn-link:hover{text-decoration:underline}.hd-btn-danger{color:#c0392b}.hd-empty{color:#6b7280;padding:32px;text-align:center}.hd-error{background:#fdecea;border-radius:6px;color:#c0392b;padding:8px 12px}.hde-container{margin:0 auto;max-width:1280px;padding:24px 32px}.hde-header{align-items:center;display:flex;gap:12px;margin-bottom:16px}.hde-back{background:none;border:none;color:#003769;cursor:pointer;font-size:14px;padding:6px 8px}.hde-title{color:#003769;font-size:24px;font-weight:700;margin:0}.hde-grid{grid-gap:24px;align-items:start;display:grid;gap:24px;grid-template-columns:1fr 300px}@media (max-width:900px){.hde-grid{grid-template-columns:1fr}}.hde-main{min-width:0}.hde-rail{background:#fff;border:1px solid #e6e9ef;border-radius:8px;padding:16px;position:sticky;top:16px}.hde-label{color:#2d3142;display:block;font-size:13px;font-weight:600;margin-bottom:4px}.hde-required{color:#c0392b}.hde-input{background:#fff;border:1px solid #d0d4de;border-radius:6px;box-sizing:border-box;font-size:14px;padding:8px 10px;width:100%}.hde-hint{color:#6b7280;font-size:12px;margin:4px 0 8px}.hde-status{background:#f4f6fa;border-radius:6px;font-size:13px;margin-top:16px;padding:8px 12px}.hde-published{color:#1f7a4a;font-weight:600}.hde-draft{color:#b76e00;font-weight:600}.hde-actions{display:flex;flex-direction:column;gap:8px;margin-top:16px}.hde-btn-primary{background:#003769;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:10px 16px}.hde-btn-primary:hover{background:#002952}.hde-btn-primary:disabled{cursor:not-allowed;opacity:.5}.hde-btn-secondary{background:#fff;border:1px solid #003769;border-radius:6px;color:#003769;cursor:pointer;font-size:14px;font-weight:600;padding:10px 16px}.hde-btn-secondary:disabled{cursor:not-allowed;opacity:.5}.hde-error{background:#fdecea;border-radius:6px;color:#c0392b;font-size:14px;margin-bottom:12px;padding:8px 12px}.hdg-container{margin:0 auto;max-width:1024px;padding:24px 32px}.hdg-header{align-items:center;display:flex;gap:12px;margin-bottom:6px}.hdg-back{background:none;border:none;color:#003769;cursor:pointer;font-size:14px}.hdg-title{color:#003769;font-size:24px;font-weight:700;margin:0}.hdg-sub{color:#4c5980;font-size:14px;margin:0 0 20px}.hdg-error{background:#fdecea;border-radius:6px;color:#c0392b;font-size:14px;margin-bottom:12px;padding:8px 12px}.hdg-new{background:#fff;border:1px solid #e6e9ef;border-radius:8px;margin-bottom:16px;padding:16px}.hdg-new h2{color:#2d3142;font-size:16px;margin:0 0 8px}.hdg-new-row{display:flex;flex-wrap:wrap;gap:8px}.hdg-new-row input{background:#fff;border:1px solid #d0d4de;border-radius:6px;flex:1 1;font-size:14px;min-width:100px;padding:6px 10px}.hdg-btn-primary{background:#003769;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;padding:6px 16px}.hdg-table{background:#fff;border:1px solid #e6e9ef;border-collapse:collapse;border-radius:8px;overflow:hidden;width:100%}.hdg-table td,.hdg-table th{border-bottom:1px solid #e6e9ef;font-size:14px;padding:10px 14px;text-align:left}.hdg-table th{background:#f4f6fa;color:#2d3142;font-weight:600}.hdg-table input{border:1px solid #d0d4de;border-radius:4px;box-sizing:border-box;font-size:13px;padding:4px 8px;width:100%}.hdg-pill-active{background:#e6f5ec;color:#1f7a4a}.hdg-pill-active,.hdg-pill-inactive{border-radius:999px;display:inline-block;font-size:12px;font-weight:600;padding:2px 8px}.hdg-pill-inactive{background:#eceef3;color:#6b7280}.hdg-btn-link{background:none;border:none;color:#003769;cursor:pointer;font-size:13px;padding:4px 8px}.hdg-btn-danger{color:#c0392b}.hdg-empty{color:#6b7280;padding:24px;text-align:center}.hdg-groups{display:flex;flex-direction:column;gap:16px}.hdg-group-card{background:#fff;border:1px solid #e6e9ef;border-radius:8px;padding:16px}.hdg-group-header{align-items:flex-end;border-bottom:1px solid #e6e9ef;display:flex;gap:16px;justify-content:space-between;padding-bottom:12px}.hdg-group-fields{align-items:flex-end;display:flex;flex-wrap:wrap;gap:12px}.hdg-group-fields label{color:#4c5980;display:flex;flex-direction:column;font-size:12px;gap:4px}.hdg-group-fields label input{background:#fff;border:1px solid #d0d4de;border-radius:6px;font-size:14px;padding:6px 10px}.hdg-group-actions{display:flex;gap:4px}.hdg-cats{padding-top:12px}.hdg-cats-title{color:#2d3142;font-size:14px;letter-spacing:.5px;margin:0 0 8px;text-transform:uppercase}.hdg-cats-empty{color:#6b7280;font-size:13px;margin:0 0 8px}.hdg-cats-table{border-collapse:collapse;font-size:13px;margin-bottom:8px;width:100%}.hdg-cats-table td,.hdg-cats-table th{border-bottom:1px solid #e6e9ef;padding:6px 8px;text-align:left}.hdg-cats-table th{color:#4c5980;font-size:12px;font-weight:600;letter-spacing:.3px;text-transform:uppercase}.hdg-cats-table input{border:1px solid #d0d4de;border-radius:4px;box-sizing:border-box;font-size:13px;padding:4px 8px;width:100%}.hdg-cats-add{display:flex;gap:8px;margin-top:8px}.hdg-cats-add input{background:#fff;border:1px solid #d0d4de;border-radius:6px;flex:1 1;font-size:13px;padding:6px 10px}:root{--hp-blue:#003769;--hp-blue-dark:#002952;--hp-orange:#ffa000;--hp-tuna:#2d3142;--hp-dusk:#4c5980;--hp-smoke:#f4f6fa;--hp-border:#e6e9ef;--hp-shadow:0 1px 2px #0037690a,0 4px 14px #0037690f;--hp-shadow-hover:0 2px 4px #0037690f,0 8px 24px #00376914}.hp-root{background:#f4f6fa;background:var(--hp-smoke);color:#2d3142;color:var(--hp-tuna);display:flex;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,sans-serif;min-height:100vh}.hp-hero{background:radial-gradient(circle at 80% 10%,#ffa0002e 0,#0000 50%),linear-gradient(135deg,#003769,#002952);background:radial-gradient(circle at 80% 10%,#ffa0002e 0,#0000 50%),linear-gradient(135deg,var(--hp-blue) 0,var(--hp-blue-dark) 100%);color:#fff;padding:28px 0 36px}.hp-hero-inner{margin:0 auto;max-width:960px;padding:0 24px}.hp-brandbar{align-items:center;display:flex;margin-bottom:36px}.hp-brand{align-items:center;display:inline-flex;text-decoration:none;transition:opacity .12s}.hp-brand:hover{opacity:.85}.hp-brand-logo{display:block;height:22px;width:auto}.hp-hero-eyebrow{color:#ffa000;color:var(--hp-orange);font-size:12px;font-weight:600;letter-spacing:1.5px;margin-bottom:10px;text-transform:uppercase}.hp-title{font-size:40px;font-weight:700;letter-spacing:-.5px;line-height:1.15;margin:0 0 12px}.hp-sub{color:#ffffffd1;font-size:17px;line-height:1.5;margin:0 0 28px;max-width:640px}.hp-search{max-width:520px;position:relative}.hp-search-input{background:#fffffff5;border:1px solid #ffffff40;border-radius:12px;box-shadow:0 8px 28px #0000001a;box-sizing:border-box;color:#2d3142;color:var(--hp-tuna);font-size:15px;padding:14px 18px 14px 44px;width:100%}.hp-search-input:focus{border-color:#ffa000;border-color:var(--hp-orange);box-shadow:0 0 0 3px #ffa00040,0 8px 28px #0000001a;outline:none}.hp-search-icon{color:#4c5980;color:var(--hp-dusk);font-size:18px;left:16px;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%)}.hp-main{box-sizing:border-box;flex:1 1;margin:0 auto;max-width:960px;padding:28px 24px 56px;width:100%}.hp-tab-card{background:#fff;border-radius:14px;box-shadow:0 1px 2px #0037690a,0 4px 14px #0037690f;box-shadow:var(--hp-shadow);margin-bottom:24px;padding:4px;position:sticky;top:12px;z-index:10}.hp-tabs{-webkit-overflow-scrolling:touch;display:flex;gap:4px;overflow-x:auto}.hp-tab{background:none;border:none;border-radius:10px;color:#4c5980;color:var(--hp-dusk);cursor:pointer;font-size:14px;font-weight:600;padding:12px 18px;transition:background .12s,color .12s;white-space:nowrap}.hp-tab:hover{background:#f4f6fa;background:var(--hp-smoke);color:#003769;color:var(--hp-blue)}.hp-tab-active{background:#003769;background:var(--hp-blue);color:#fff}.hp-tab-active:hover{background:#002952;background:var(--hp-blue-dark);color:#fff}.hp-muted{color:#4c5980;color:var(--hp-dusk);padding:12px 4px}.hp-error{background:#fdecea;border-radius:10px;color:#c0392b;padding:12px 16px}.hp-sections{display:flex;flex-direction:column;gap:32px}.hp-section-header{align-items:baseline;border-bottom:1px solid #e6e9ef;border-bottom:1px solid var(--hp-border);display:flex;gap:10px;margin:0 0 12px;padding-bottom:8px}.hp-section-title{color:#003769;color:var(--hp-blue);font-size:20px;font-weight:700;letter-spacing:-.1px;margin:0}.hp-section-count{background:#f4f6fa;background:var(--hp-smoke);border-radius:999px;color:#4c5980;color:var(--hp-dusk);font-size:12px;font-weight:600;padding:3px 10px}.hp-accordion{display:flex;flex-direction:column;gap:8px}.hp-item{background:#fff;border-radius:12px;box-shadow:0 1px 2px #0037690a,0 4px 14px #0037690f;box-shadow:var(--hp-shadow);overflow:hidden;transition:box-shadow .16s ease,transform .16s ease}.hp-item-open,.hp-item:hover{box-shadow:0 2px 4px #0037690f,0 8px 24px #00376914;box-shadow:var(--hp-shadow-hover)}.hp-q{align-items:center;background:none;border:none;color:#2d3142;color:var(--hp-tuna);cursor:pointer;display:flex;font-size:16px;font-weight:600;gap:16px;justify-content:space-between;line-height:1.4;padding:18px 22px;text-align:left;width:100%}.hp-q:hover{color:#003769;color:var(--hp-blue)}.hp-q:focus-visible{box-shadow:inset 0 0 0 3px #00376926;outline:none}.hp-chev{align-items:center;background:#f4f6fa;background:var(--hp-smoke);border-radius:999px;color:#003769;color:var(--hp-blue);display:inline-flex;flex-shrink:0;font-size:18px;font-weight:700;height:28px;justify-content:center;transition:background .12s,color .12s;width:28px}.hp-item-open .hp-chev{background:#003769;background:var(--hp-blue);color:#fff}.hp-a{border-top:1px solid #e6e9ef;border-top:1px solid var(--hp-border);color:#2d3142;color:var(--hp-tuna);font-size:15.5px;line-height:1.65;margin-top:0;padding:16px 22px 22px}.hp-a p{margin:0 0 12px}.hp-a p:last-child{margin-bottom:0}.hp-a h1,.hp-a h2,.hp-a h3{color:#003769;color:var(--hp-blue);font-weight:700;margin:18px 0 8px}.hp-a ol,.hp-a ul{margin:8px 0 12px;padding-left:22px}.hp-a li{margin:4px 0}.hp-a a{color:#003769;color:var(--hp-blue);text-decoration:underline;text-underline-offset:2px}.hp-a img{border-radius:10px;box-shadow:0 1px 2px #0037690a,0 4px 14px #0037690f;box-shadow:var(--hp-shadow);display:block;height:auto;margin:16px 0;max-width:100%}.hp-a blockquote{border-left:3px solid #ffa000;border-left:3px solid var(--hp-orange);color:#4c5980;color:var(--hp-dusk);font-style:italic;margin:12px 0;padding:4px 0 4px 14px}.hp-a code{background:#f4f6fa;background:var(--hp-smoke);border-radius:4px;font-size:.92em;padding:1px 6px}.hp-empty{background:#fff;border:1px dashed #e6e9ef;border:1px dashed var(--hp-border);border-radius:12px;color:#4c5980;color:var(--hp-dusk);padding:32px 24px;text-align:center}.hp-empty-icon{color:#003769;color:var(--hp-blue);display:block;font-size:32px;margin-bottom:8px;opacity:.6}.hp-empty-strong{color:#2d3142;color:var(--hp-tuna);display:block;font-weight:600;margin-bottom:4px}.hp-empty a{color:#003769;color:var(--hp-blue)}.hp-footer{background:#fff;border-top:1px solid #e6e9ef;border-top:1px solid var(--hp-border);margin-top:48px;padding:32px 0}.hp-footer-inner{grid-gap:28px;color:#4c5980;color:var(--hp-dusk);display:grid;font-size:13px;gap:28px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));line-height:1.6;margin:0 auto;max-width:960px;padding:0 24px}.hp-footer-block strong{color:#2d3142;color:var(--hp-tuna);display:block;font-size:11px;font-weight:700;letter-spacing:1px;margin-bottom:6px;text-transform:uppercase}.hp-footer-block a{color:#003769;color:var(--hp-blue);text-decoration:none}.hp-footer-block a:hover{text-decoration:underline}.hp-footer-block em{font-style:normal}.hp-footer-block em,.hp-sla-note{color:#4c5980;color:var(--hp-dusk);font-size:12px}.hp-sla-note{line-height:1.5;margin:10px 0 0}.hp-notruf{background:#fdecea;border-radius:10px;flex:1 1;min-width:280px;padding:16px 20px}.hp-notruf,.hp-notruf strong{color:#c0392b}.hp-notruf-list{display:flex;flex-direction:column;gap:4px;list-style:none;margin:12px 0 0;padding:0}.hp-notruf-list li{color:#c0392b;font-size:13px}.hp-notruf-list strong{display:inline-block;font-size:13px;font-weight:700;letter-spacing:.5px;margin:0 6px 0 0;text-transform:none}@media (max-width:700px){.hp-hero{padding:20px 0 28px}.hp-brandbar{margin-bottom:28px}.hp-title{font-size:30px}.hp-sub{font-size:15px}.hp-search-input{font-size:14px;padding:12px 16px 12px 40px}.hp-main{padding:20px 16px 40px}.hp-hero-inner{padding:0 16px}.hp-tab-card{padding:4px}.hp-tab{font-size:13px;padding:10px 14px}.hp-section-title{font-size:17px}.hp-q{font-size:15px;padding:16px 18px}.hp-a{font-size:14.5px;padding:14px 18px 18px}.hp-footer-inner{gap:20px;padding:0 16px}}.ld-index{margin:0 auto;max-width:760px;padding:24px 16px 64px}.ld-intro{color:#475569;margin-bottom:20px}.ld-index-list{grid-gap:10px;display:grid;gap:10px;list-style:none;margin:0;padding:0}.ld-index-link{background:#fff;border:1px solid #e2e8f0;border-radius:12px;color:#1f3a5f;display:block;font-weight:600;padding:16px 18px;text-decoration:none;transition:border-color .15s,box-shadow .15s}.ld-index-link:hover{border-color:#1f3a5f;box-shadow:0 2px 10px #1f3a5f14}.ld-doc{margin:0 auto;max-width:820px;padding:24px 16px 64px}.ld-title{color:#1f3a5f;font-size:26px;margin:0 0 6px}.ld-meta{color:#64748b;font-size:14px;margin:0 0 24px}.ld-body{color:#1f2937;line-height:1.7}.ld-body h1,.ld-body h2,.ld-body h3{color:#1f3a5f;margin-top:1.4em}.ld-body p{margin:.8em 0}.ld-body ol,.ld-body ul{padding-left:1.4em}.ld-body table{border-collapse:collapse;display:block;font-size:15px;margin:1.2em 0;overflow-x:auto;width:100%}.ld-body td,.ld-body th{border:1px solid #d1d5db;padding:8px 10px;text-align:left;vertical-align:top}.ld-body th{background:#f3f4f6;font-weight:600}.ld-body tr:nth-child(2n) td{background:#fafafa}.ld-back{font-size:14px;margin-top:36px}.ld-back a{color:#1f3a5f;font-weight:600;text-decoration:none}.ld-back a:hover{text-decoration:underline}.ob-fullpage{background:radial-gradient(ellipse at top,#eef2f8 0,#f4f6f9 50%,#f4f6f9 100%);display:flex;flex-direction:column;inset:0;overflow:hidden;position:fixed;z-index:50}.ob-topbar{align-items:center;background:#fff;border-bottom:1px solid #eef0f4;display:flex;flex-shrink:0;gap:16px;justify-content:space-between;padding:12px 24px}.ob-topbar-back{background:#0000;border:1px solid #0000;border-radius:6px;color:#234580;cursor:pointer;font-family:inherit;font-size:13px;font-weight:600;padding:6px 12px;transition:background-color .12s ease,border-color .12s ease}.ob-topbar-back:hover{background:#eaf0f9;border-color:#cdd5e0}.ob-topbar-title{color:#1f2a44;font-family:Urbanist,sans-serif;font-size:18px;font-weight:700;letter-spacing:.2px;margin:0}.ob-topbar-close{align-items:center;background:#0000;border:1px solid #0000;border-radius:50%;color:#6c757d;cursor:pointer;display:flex;font-size:22px;height:32px;justify-content:center;line-height:1;transition:background-color .12s ease,border-color .12s ease;width:32px}.ob-topbar-close:hover{background:#eef0f4;border-color:#cdd5e0;color:#1f2a44}.ob-page{display:flex;flex:1 1;flex-direction:column;gap:16px;min-width:0;overflow-y:auto;padding:18px 24px 24px}.ob-subheader{align-items:flex-end;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between}.ob-header{display:none}.ob-header-text{display:flex;flex:1 1;flex-direction:column;gap:4px;min-width:0}.ob-filter-group{align-items:flex-end;display:flex;flex-direction:column;gap:4px}.ob-filter-label{color:#6c757d;font-size:11px;font-weight:600;letter-spacing:.4px;text-transform:uppercase}.ob-filter-select{appearance:none;-webkit-appearance:none;background-color:#fff;background-image:linear-gradient(45deg,#0000 50%,#6c757d 0),linear-gradient(135deg,#6c757d 50%,#0000 0);background-position:calc(100% - 14px) 50%,calc(100% - 9px) 50%;background-repeat:no-repeat;background-size:5px 5px,5px 5px;border:1px solid #cdd5e0;border-radius:5px;color:#1f2a44;cursor:pointer;font-family:inherit;font-size:13px;min-width:240px;padding:7px 28px 7px 12px}.ob-filter-select:focus{border-color:#234580;box-shadow:0 0 0 2px #2345801f;outline:none}.ob-title{color:#1f2a44;font-family:Urbanist,sans-serif;font-size:22px;font-weight:700;margin:0}.ob-subtitle{color:#6c757d;font-size:13px;margin:0}.ob-layout{grid-gap:20px;display:grid;flex:1 1;gap:20px;grid-template-columns:240px 1fr;min-height:0}.ob-sidebar{background:#fff;border:1px solid #1f2a440f;border-radius:12px;box-shadow:0 1px 2px #1f2a440a,0 4px 12px #1f2a440a;display:flex;flex-direction:column;gap:4px;max-height:70vh;overflow-y:auto;padding:16px 14px}.ob-sidebar-title{color:#234580;font-size:12px;font-weight:700;letter-spacing:.6px;margin:0 0 6px;text-transform:uppercase}.ob-instrument{display:flex;flex-direction:column}.ob-instrument-row{align-items:center;background:#0000;border:1px solid #0000;border-radius:8px;color:#1f2a44;cursor:pointer;display:flex;font-family:inherit;font-size:13px;font-weight:500;gap:8px;justify-content:space-between;padding:10px 12px;text-align:left;transition:background-color .15s ease,color .15s ease,border-color .15s ease}.ob-instrument-row:hover{background:#2345800d}.ob-instrument-active .ob-instrument-row{background:linear-gradient(135deg,#f0f5fc,#eaf0f9);border-color:#2345802e;box-shadow:0 1px 3px #23458014;color:#234580;font-weight:600}.ob-instrument-name{flex:1 1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ob-instrument-count{background:#1f2a440f;border-radius:11px;color:#6c757d;font-family:Urbanist,sans-serif;font-size:11px;font-weight:700;letter-spacing:.2px;min-width:26px;padding:2px 9px;text-align:center}.ob-instrument-active .ob-instrument-count{background:#fff;box-shadow:0 1px 2px #2345801a;color:#234580}.ob-subscales{border-left:2px solid #2345801a;display:flex;flex-direction:column;gap:2px;list-style:none;margin:6px 0 10px 14px;padding-left:14px}.ob-subscale{align-items:center;background:#0000;border:none;border-radius:6px;color:#4a5568;cursor:pointer;display:flex;font-family:inherit;font-size:12px;font-weight:500;gap:8px;letter-spacing:.2px;padding:6px 12px;position:relative;text-align:left;transition:background-color .15s ease,color .15s ease;width:100%}.ob-subscale:before{background:#cdd5e0;border-radius:50%;content:"";flex-shrink:0;height:6px;transition:background-color .15s ease,transform .15s ease;width:6px}.ob-subscale:hover{background:#2345800d;color:#234580}.ob-subscale:hover:before{background:#234580}.ob-subscale.ob-subscale-active,.ob-subscale.ob-subscale-active:focus,.ob-subscale.ob-subscale-active:hover{background:linear-gradient(135deg,#2d5fa3,#234580);box-shadow:0 2px 6px #23458040;color:#fff;font-weight:700;letter-spacing:.4px}.ob-subscale.ob-subscale-active:before{background:#fff;box-shadow:0 0 0 2px #ffffff40;transform:scale(1.4)}.ob-main{display:flex;flex-direction:column;gap:14px;min-width:0}.ob-demographics{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1.2fr 1fr 1fr}.ob-demo-card{background:#fff;border:1px solid #1f2a440f;border-radius:12px;box-shadow:0 1px 2px #1f2a440a,0 4px 12px #1f2a440a;display:flex;flex-direction:column;gap:10px;min-height:148px;padding:16px 18px;position:relative;transition:box-shadow .2s ease,transform .2s ease}.ob-demo-card:before{border-radius:12px 12px 0 0;content:"";height:3px;inset:0 0 auto 0;opacity:.85;position:absolute}.ob-demo-tone-navy:before{background:linear-gradient(90deg,#234580,#3a5fa3)}.ob-demo-tone-teal:before{background:linear-gradient(90deg,#0e7490,#3aa6a0)}.ob-demo-tone-amber:before{background:linear-gradient(90deg,#b56e84,#e9adba)}.ob-demo-card:hover{box-shadow:0 1px 2px #1f2a440f,0 8px 24px #1f2a4414}.ob-demo-title{color:#6c757d;font-size:11px;font-weight:700;letter-spacing:.6px;text-transform:uppercase}.ob-demo-body{display:flex;flex:1 1;flex-direction:column;justify-content:center}.ob-kpi-headline{align-items:baseline;color:#1f2a44;display:flex;font-family:Urbanist,sans-serif;font-size:36px;font-weight:700;gap:8px;line-height:1}.ob-kpi-headline-unit{color:#6c757d;font-size:13px;font-weight:500}.ob-kpi-substats{align-items:center;display:flex;gap:14px;margin-top:14px}.ob-kpi-substat{display:flex;flex-direction:column;gap:2px}.ob-kpi-substat-value{color:#1f2a44;font-family:Urbanist,sans-serif;font-size:18px;font-weight:700;line-height:1}.ob-kpi-substat-label{color:#6c757d;font-size:10px;font-weight:600;letter-spacing:.4px;text-transform:uppercase}.ob-kpi-substat-divider{background:#eef0f4;height:28px;width:1px}.ob-bars-vertical{display:flex;flex-direction:column;height:108px}.ob-bars-row{display:flex;gap:8px;height:100%}.ob-bar-col{align-items:center;display:flex;flex:1 1;flex-direction:column;height:100%;min-width:0}.ob-bar-count{color:#1f2a44;flex-shrink:0;font-family:Urbanist,sans-serif;font-size:10px;font-weight:700;height:14px;line-height:14px;margin-bottom:2px}.ob-bar-track{background:#1f2a440a;flex:1 1;overflow:hidden;position:relative}.ob-bar-fill,.ob-bar-track{border-radius:3px 3px 0 0;width:100%}.ob-bar-fill{bottom:0;left:0;min-height:4px;position:absolute;transition:filter .12s ease,height .2s ease}.ob-bar-fill:hover{filter:brightness(1.08)}.ob-bar-fill-teal{background:linear-gradient(180deg,#5cbcb0,#0e7490)}.ob-bar-fill-navy{background:linear-gradient(180deg,#4f72b8,#234580)}.ob-bar-fill-amber{background:linear-gradient(180deg,#f3a847,#c66e0c)}.ob-bar-fill-rose{background:linear-gradient(180deg,#e9adba,#b56e84)}.ob-bar-fill-grey{background:linear-gradient(180deg,#cdd5e0,#9aa3b6)}.ob-bar-label{color:#6c757d;flex-shrink:0;font-size:10px;font-weight:600;letter-spacing:.2px;margin-top:4px;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ob-empty-mini{color:#cdd5e0;font-size:12px;margin:0}.ob-chart-card{background:#fff;border:1px solid #1f2a440f;border-radius:12px;box-shadow:0 1px 2px #1f2a440a,0 4px 12px #1f2a440a;display:flex;flex-direction:column;gap:16px;min-width:0;padding:22px 26px}.ob-chart-header{align-items:center;display:flex;flex-wrap:wrap;gap:14px;justify-content:space-between}.ob-chart-title{color:#1f2a44;font-family:Urbanist,sans-serif;font-size:16px;font-weight:700;margin:0}.ob-chart-meta{color:#6c757d;font-size:12px}.ob-chart{width:100%}.ob-chart-wrap{position:relative;width:100%}.ob-chart-edge-label{font-size:10px;font-weight:700;letter-spacing:.6px;pointer-events:none;position:absolute;right:36px;z-index:2}.ob-chart-edge-better{color:#0e7490;top:28px}.ob-chart-edge-worse{bottom:30px;color:#b91c1c}.ob-age-legend{align-items:center;background:#fbfcfd;border:1px solid #eef0f4;border-radius:6px;color:#4a5568;display:flex;flex-wrap:wrap;font-size:11px;gap:12px 16px;margin-top:10px;padding:8px 12px}.ob-age-legend-label{color:#6c757d;font-size:10px;font-weight:700;letter-spacing:.5px;margin-right:4px;text-transform:uppercase}.ob-age-legend-item{align-items:center;display:inline-flex;gap:5px}.ob-age-legend-dot{border:1px solid #fff;border-radius:50%;box-shadow:0 0 0 1px #cdd5e0;display:inline-block;height:10px;width:10px}.ob-view-toggle{background:#f4f6f9;border:1px solid #eef0f4;border-radius:6px;display:inline-flex;gap:0;padding:2px}.ob-view-toggle button{background:#0000;border:none;border-radius:4px;color:#6c757d;cursor:pointer;font-family:inherit;font-size:12px;font-weight:600;padding:6px 12px;transition:background-color .12s ease,color .12s ease}.ob-view-toggle button:hover{color:#1f2a44}.ob-view-toggle .ob-toggle-active{background:#fff;box-shadow:0 1px 2px #1f2a4414;color:#234580}@media (max-width:1100px){.ob-demographics{grid-template-columns:1fr 1fr}.ob-demo-card:last-child{grid-column:span 2}}@media (max-width:700px){.ob-demographics{grid-template-columns:1fr}.ob-demo-card:last-child{grid-column:auto}}.ob-stats-strip{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));margin-top:4px}.ob-stat-card{background:#fbfcfd;border:1px solid #1f2a440f;border-radius:10px;display:flex;flex-direction:column;gap:6px;padding:12px 14px;transition:border-color .12s ease,box-shadow .12s ease}.ob-stat-card:hover{border-color:#1f2a441f;box-shadow:0 2px 6px #1f2a440d}.ob-stat-card-header{align-items:baseline;display:flex;gap:8px;justify-content:space-between}.ob-stat-card-tf{color:#1f2a44;font-size:12px;font-weight:700;letter-spacing:.4px;text-transform:uppercase}.ob-stat-card-n{color:#6c757d;font-size:11px;font-weight:600}.ob-stat-card-mean{align-items:baseline;color:#234580;display:flex;font-family:Urbanist,sans-serif;font-size:26px;font-weight:700;gap:4px;line-height:1}.ob-stat-card-mean-unit{color:#6c757d;font-size:12px;font-weight:500}.ob-stat-card-spread{color:#4a5568;display:flex;font-size:11px;gap:8px;justify-content:space-between}.ob-stat-card-spread span{color:#1f2a44;display:flex;flex-direction:column;font-weight:700;gap:1px}.ob-stat-card-spread em{color:#9aa3b6;font-size:9px;font-style:normal;font-weight:600;letter-spacing:.4px;text-transform:uppercase}.ob-empty{font-style:italic}.ob-empty,.ob-loading{color:#6c757d;font-size:13px}.ob-error{background:#fef2f2;border:1px solid #fecaca;border-radius:5px;color:#b91c1c;font-size:13px;padding:10px 12px}.ob-tooltip{background:#fff;border:1px solid #cdd5e0;border-radius:5px;box-shadow:0 2px 8px #00000014;display:flex;flex-direction:column;font-size:12px;gap:2px;padding:8px 10px}.ob-tooltip-row{display:flex;gap:10px}.ob-tooltip-row span:first-child{color:#6c757d;min-width:70px}.ob-tooltip-row span:last-child{color:#1f2a44;font-weight:600}.tech-board-wrapper{margin:0 auto;max-width:1500px;padding:32px 36px 80px}.tech-board-pageheader{margin-bottom:32px}.tech-board-pagetitle{color:#1f2a44;font-family:Urbanist,Figtree,system-ui,sans-serif;font-size:26px;font-weight:700;letter-spacing:-.02em;line-height:1.15;margin:0 0 6px}.tech-board-pagesub{align-items:center;color:#64748b;display:inline-flex;flex-wrap:wrap;font-size:13px;gap:8px;margin:0}.tech-board-pagesub-divider{color:#cbd5e1}.tech-board-pagesub-anon{color:#0e7490;font-weight:600}.tech-board-section{margin-bottom:40px}.tech-board-section-head{align-items:baseline;display:flex;gap:24px;justify-content:space-between;margin-bottom:18px}.tech-board-section-title{color:#1f2a44;font-family:Urbanist,sans-serif;font-size:19px;font-weight:700;letter-spacing:-.01em;margin:0}.tech-board-section-summary{align-items:baseline;color:#94a3b8;display:inline-flex;flex-wrap:wrap;font-size:12px;gap:6px}.tech-board-section-summary strong{color:#1f2a44;font-family:Urbanist,sans-serif;font-weight:700}.tech-board-section-sep{color:#cbd5e1}.tech-board-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(360px,1fr))}.tech-board-tile{-webkit-appearance:none;appearance:none;background:#fff;border:1px solid #1f2a440f;border-radius:14px;box-shadow:0 1px 2px #0f172a08,0 4px 14px #0f172a0a;cursor:pointer;display:flex;flex-direction:column;font-family:inherit;gap:18px;padding:22px 24px 20px;text-align:left;transition:transform .08s ease,box-shadow .15s ease,border-color .15s ease}.tech-board-tile:hover:not(.tech-board-tile-empty){border-color:#2345802e;box-shadow:0 1px 2px #0f172a0d,0 14px 32px #0f172a1a;transform:translateY(-2px)}.tech-board-tile:focus-visible{outline:2px solid #234580;outline-offset:2px}.tech-board-tile-head{align-items:flex-start;display:flex;gap:12px}.tech-board-tile-titleblock{flex:1 1 auto;min-width:0}.tech-board-tile-title{color:#1f2a44;font-family:Urbanist,sans-serif;font-size:18px;font-weight:700;letter-spacing:-.01em;line-height:1.25;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tech-board-tile-sub{align-items:center;color:#94a3b8;display:flex;flex-wrap:wrap;font-size:11px;gap:6px;margin-top:4px}.tech-board-tile-sub-sep{color:#cbd5e1}.tech-board-tile-sub-mono{color:#94a3b8;font-family:Courier New,monospace;letter-spacing:.05em}.tech-board-tile-trend{align-items:baseline;background:#0e74901a;border-radius:999px;color:#0e7490;display:inline-flex;flex:0 0 auto;font-family:Urbanist,sans-serif;font-size:13px;font-weight:700;gap:2px;letter-spacing:.01em;padding:4px 10px}.tech-board-tile-trend-label{font-size:9px;font-weight:700;letter-spacing:.5px;opacity:.7}.tech-board-tile-stats{display:flex;gap:32px}.tech-board-tile-stat{display:flex;flex-direction:column;gap:2px}.tech-board-tile-stat-value{color:#234580;font-family:Urbanist,sans-serif;font-size:28px;font-weight:700;letter-spacing:-.02em;line-height:1.05}.tech-board-tile-stat-value-amber{color:#b45309}.tech-board-tile-stat-label{color:#94a3b8;font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.tech-board-tile-hist{display:flex;flex-direction:column;gap:8px}.tech-board-tile-hist-bars{align-items:flex-end;display:flex;gap:5px;height:56px;position:relative}.tech-board-tile-hist-col{background:rgba(31,42,68,.025);border-radius:3px;cursor:pointer;display:flex;flex:1 1;flex-direction:column;height:100%;justify-content:flex-end;min-height:4px;overflow:hidden;transition:background .12s ease}.tech-board-tile-hist-col-hover{background:#23458014}.tech-board-tile-hist-bar{transition:opacity .15s ease;width:100%}.tech-board-tile-hist-bar-pending{background:#23458021}.tech-board-tile-hist-bar-completed{background:linear-gradient(180deg,#0e7490,#234580);border-radius:0 0 3px 3px}.tech-board-tile:hover .tech-board-tile-hist-bar-completed{opacity:.92}.tech-board-tile-hist-tip{background:#1f2a44;border-radius:8px;bottom:calc(100% + 8px);box-shadow:0 6px 20px #0f172a33;color:#fff;display:flex;flex-direction:column;font-size:12px;gap:4px;padding:10px 12px;pointer-events:none;position:absolute;width:160px;z-index:5}.tech-board-tile-hist-tip:after{border-left:6px solid #0000;border-right:6px solid #0000;border-top:6px solid #1f2a44;content:"";height:0;left:50%;position:absolute;top:100%;transform:translateX(-50%);width:0}.tech-board-tile-hist-tip-tf{font-family:Urbanist,sans-serif;font-size:13px;font-weight:700;letter-spacing:-.005em;margin-bottom:2px}.tech-board-tile-hist-tip-row{grid-gap:6px;align-items:center;display:grid;font-size:11px;gap:6px;grid-template-columns:10px 1fr auto}.tech-board-tile-hist-tip-label{color:#ffffffc7}.tech-board-tile-hist-tip-value{color:#fff;font-family:Urbanist,sans-serif;font-size:12px;font-weight:700}.tech-board-tile-hist-tip-dot{border-radius:2px;height:8px;width:8px}.tech-board-tile-hist-tip-dot-completed{background:linear-gradient(180deg,#0e7490,#6da9c2)}.tech-board-tile-hist-tip-dot-pending{background:#ffffff38;border:1px solid #ffffff59}.tech-board-tile-hist-tip-foot{border-top:1px solid #ffffff1f;color:#ffffffb3;font-size:10px;letter-spacing:.02em;margin-top:4px;padding-top:4px}.tech-board-tile-hist-axis{color:#94a3b8;display:flex;font-size:10px;font-weight:600;justify-content:space-between;letter-spacing:.02em}.tech-board-tile-empty{background:#f8fafc;box-shadow:none;cursor:default;opacity:.92}.tech-board-tile-empty:hover{transform:none}.tech-board-tile-empty .tech-board-tile-title{color:#64748b}.tech-board-tile-empty-state{color:#94a3b8;font-size:12px;font-style:italic;line-height:1.5;padding:10px 0 0}.tech-board-empty-dept{background:#f8fafc;border:1px dashed #1f2a441f;border-radius:12px;padding:22px 24px}.tech-board-empty-dept p{color:#64748b;font-size:13px;line-height:1.5;margin:0}.tech-board-loading-card{align-items:center;background:#fff;border:1px solid #1f2a440f;border-radius:12px;color:#64748b;display:flex;flex-direction:column;gap:10px;padding:40px}.tech-board-empty{background:#fff;border:1px dashed #1f2a441f;border-radius:12px;padding:40px;text-align:center}.tech-board-empty h3{color:#1f2a44;font-family:Urbanist,sans-serif;margin:0 0 6px}.tech-board-empty p{color:#64748b;font-size:13px;line-height:1.5;margin:0}.tech-board-error{background:#be123c0f;border:1px solid #be123c2e;border-radius:10px;color:#be123c;font-size:13px;margin-bottom:16px;padding:12px 16px}.tech-board-toolbar{align-items:center;background:#fff;border:1px solid #1f2a440f;border-radius:10px;display:flex;gap:12px;margin-bottom:16px;padding:12px 16px}.tech-board-back-btn{-webkit-appearance:none;appearance:none;background:#2345800f;border:1px solid #23458033;border-radius:8px;color:#234580;cursor:pointer;font-family:inherit;font-size:13px;font-weight:600;padding:6px 14px}.tech-board-back-btn:hover{background:#2345801f}.tech-board-toolbar-context{align-items:baseline;display:flex;flex:1 1;gap:10px;min-width:0}.tech-board-toolbar-dept{color:#1f2a44;font-family:Urbanist,sans-serif;font-size:16px;font-weight:700}.tech-board-toolbar-clinic{color:#64748b;font-size:12px}.tech-board-anonchip{background:#0e74901a;border:1px solid #0e74902e;border-radius:999px;color:#0e7490;display:inline-block;font-size:10px;font-weight:700;letter-spacing:.5px;margin-left:auto;padding:4px 10px;text-transform:uppercase}.resend-wrapper{align-items:center;display:flex;padding-top:1.84rem;padding-top:calc(1.6rem*var(--ms-scale));width:100%}@media screen and (max-width:600px){.resend-wrapper{padding-top:.805rem;padding-top:calc(.7rem*var(--ms-scale))}}.login-heading{padding-bottom:.805rem;padding-bottom:calc(.7rem*var(--ms-scale))}@media screen and (max-width:600px){.login-heading{color:#fff;color:var(--ms-bg-white)}}.enter-email-wrapper{padding-top:2.76rem;padding-top:calc(2.4rem*var(--ms-scale))}@media screen and (max-width:600px){.enter-email-wrapper{padding-top:1.38rem;padding-top:calc(1.2rem*var(--ms-scale))}}.forgot-password-wrapper{display:flex;justify-content:flex-end;padding-top:.69rem;padding-top:calc(.6rem*var(--ms-scale));width:100%}.content-buttons-wrapper{padding-top:2.3rem;padding-top:calc(2rem*var(--ms-scale));width:100%}@media screen and (max-width:600px){.content-buttons-wrapper{padding-top:1.38rem;padding-top:calc(1.2rem*var(--ms-scale))}}.pdf-button,.primary-button,.primary-disabled-button{background-color:#003769;background-color:var(--ms-bg-blue);border:none;border-radius:1.15rem;border-radius:var(--ms-input-border-radius);cursor:pointer;display:flex;justify-content:space-between;outline:none;padding:.92rem 1.61rem;padding:calc(.8rem*var(--ms-scale)) calc(1.4rem*var(--ms-scale));width:100%}@media screen and (max-width:600px){.pdf-button,.primary-button,.primary-disabled-button{background-color:#fff;background-color:var(--ms-bg-white);color:#003769;color:var(--ms-bg-blue)}}.pdf-button span,.primary-button span,.primary-disabled-button span{color:#fff!important;color:var(--ms-bg-white)!important;font-size:.92rem;font-size:calc(.8rem*var(--ms-scale));font-weight:500;letter-spacing:.0115rem;letter-spacing:calc(.01rem*var(--ms-scale));line-height:1.035rem;line-height:calc(.9rem*var(--ms-scale))}@media screen and (max-width:600px){.pdf-button span,.primary-button span,.primary-disabled-button span{color:#003769!important;color:var(--ms-bg-blue)!important;font-weight:700}}.primary-disabled-button{background:#f4f6fa!important;background:var(--ms-bg-gray)!important}.primary-disabled-button span{color:#003769!important;color:var(--ms-bg-blue)!important;font-weight:700}.primary-disabled-button img{filter:brightness(0) saturate(100%) invert(15%) sepia(19%) saturate(7499%) hue-rotate(191deg) brightness(94%) contrast(102%)}.pdf-button{background:#fff!important;background:var(--ms-bg-white)!important}.pdf-button span{color:#ffa000!important;color:var(--ms-bg-yellow)!important;font-weight:700}.pdf-button img{filter:brightness(0) saturate(100%) invert(59%) sepia(87%) saturate(1429%) hue-rotate(0deg) brightness(103%) contrast(105%)}.image-secondary-button,.secondary-button{background-color:#f4f6fa;background-color:var(--ms-bg-gray);border:none;border-radius:1.15rem;border-radius:var(--ms-input-border-radius);cursor:pointer;outline:none;padding:1.15rem;padding:calc(1rem*var(--ms-scale));width:100%}@media screen and (max-width:600px){.image-secondary-button,.secondary-button{width:150px}}.image-secondary-button span,.secondary-button span{color:#003769!important;color:var(--ms-bg-blue)!important;font-size:.92rem;font-size:calc(.8rem*var(--ms-scale));font-weight:700;letter-spacing:.0115rem;letter-spacing:calc(.01rem*var(--ms-scale));line-height:1.035rem;line-height:calc(.9rem*var(--ms-scale))}.tertiary-button{background-color:#ffa000;background-color:var(--ms-bg-yellow);border:none;border-radius:1.15rem;border-radius:var(--ms-input-border-radius);cursor:pointer;outline:none;padding:1.15rem;padding:calc(1rem*var(--ms-scale));width:100%}.tertiary-button span{color:#fff!important;color:var(--ms-bg-white)!important;font-size:.92rem;font-size:calc(.8rem*var(--ms-scale));font-weight:700;letter-spacing:.0115rem;letter-spacing:calc(.01rem*var(--ms-scale));line-height:1.035rem;line-height:calc(.9rem*var(--ms-scale))}.image-secondary-button{align-items:center;display:flex;gap:.46rem;gap:calc(.4rem*var(--ms-scale));justify-content:space-between}.image-secondary-button img{filter:brightness(0) saturate(100%) invert(15%) sepia(19%) saturate(7499%) hue-rotate(191deg) brightness(94%) contrast(102%)}.transparent-button{background:#0000;border:none;cursor:pointer;outline:none;text-align:left;width:fit-content}.transparent-button span{color:#003769;color:var(--ms-bg-blue);font-size:.92rem;font-size:calc(.8rem*var(--ms-scale));font-weight:700;letter-spacing:.023rem;letter-spacing:calc(.02rem*var(--ms-scale));line-height:1.15rem;line-height:calc(1rem*var(--ms-scale))}@media screen and (max-width:600px){.transparent-button span{color:#fff;color:var(--ms-bg-white)}}.transparent-button p{color:#003769;color:var(--ms-bg-blue);font-size:.92rem;font-size:calc(.8rem*var(--ms-scale));font-weight:700;letter-spacing:.023rem;letter-spacing:calc(.02rem*var(--ms-scale));line-height:1.15rem;line-height:calc(1rem*var(--ms-scale));margin:0}.transparent-button:disabled{cursor:not-allowed}.transparent-button:disabled span{color:#9c9eb9!important;color:var(--ms-bg-dark-gray)!important}.transparent-button:disabled img{filter:brightness(0) saturate(100%) invert(66%) sepia(5%) saturate(1034%) hue-rotate(198deg) brightness(95%) contrast(95%)}.sidebar-button{align-items:center;background-color:#fff;background-color:var(--ms-bg-white);border:none;border-radius:1.15rem;border-radius:var(--ms-input-border-radius);box-sizing:border-box;cursor:pointer;display:flex;gap:1.495rem;gap:calc(1.3rem*var(--ms-scale));outline:none;padding:.69rem 1.725rem;padding:calc(.6rem*var(--ms-scale)) calc(1.5rem*var(--ms-scale));text-align:left}.sidebar-button span{font-size:.92rem;font-size:calc(.8rem*var(--ms-scale));font-weight:500;letter-spacing:.023rem;letter-spacing:calc(.02rem*var(--ms-scale));line-height:.92rem;line-height:calc(.8rem*var(--ms-scale))}.sidebar-badge{align-items:center;background-color:#d92d20;border-radius:999px;box-sizing:border-box;color:#fff!important;display:inline-flex;font-size:.7475rem!important;font-size:calc(.65rem*var(--ms-scale))!important;font-weight:700!important;height:1.3225rem;height:calc(1.15rem*var(--ms-scale));justify-content:center;line-height:1!important;margin-left:auto;min-width:1.3225rem;min-width:calc(1.15rem*var(--ms-scale));padding:0 .4025rem;padding:0 calc(.35rem*var(--ms-scale))}.sidebar-button:hover{background-color:#003769;background-color:var(--ms-bg-blue)}.sidebar-button:hover span{color:#fff!important;color:var(--ms-bg-white)!important}.sidebar-button:hover img{filter:brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(39%) hue-rotate(69deg) brightness(109%) contrast(99%)}.footer-button{background-color:#ffa0001a;background-color:var(--ms-bg-light-yellow);border:none;border-radius:1.15rem;border-radius:var(--ms-input-border-radius);box-sizing:border-box;cursor:pointer;outline:none;padding:.69rem 1.725rem;padding:calc(.6rem*var(--ms-scale)) calc(1.5rem*var(--ms-scale))}.footer-button span{color:#ffa000!important;color:var(--ms-bg-yellow)!important;font-size:.92rem;font-size:calc(.8rem*var(--ms-scale));font-weight:500;letter-spacing:.023rem;letter-spacing:calc(.02rem*var(--ms-scale));line-height:.92rem;line-height:calc(.8rem*var(--ms-scale))}.exit-button{align-items:center;background:#fff;background:var(--ms-bg-white);border:none;border-radius:.575rem;border-radius:var(--ms-input-border-radius-sm);color:#003769;color:var(--ms-bg-blue);cursor:pointer;display:flex;height:fit-content;justify-content:center;outline:none;position:absolute;right:2.3rem;right:calc(2rem*var(--ms-scale));top:2.3rem;top:calc(2rem*var(--ms-scale));width:fit-content;z-index:3}.exit-button img{filter:brightness(0) saturate(100%) invert(15%) sepia(19%) saturate(7499%) hue-rotate(191deg) brightness(94%) contrast(102%)}.exit-button span{color:#003769!important;color:var(--ms-bg-blue)!important;font-size:1.035rem;font-size:calc(.9rem*var(--ms-scale));font-weight:700;letter-spacing:.0115rem;letter-spacing:calc(.01rem*var(--ms-scale));line-height:1.035rem;line-height:calc(.9rem*var(--ms-scale))}.form-wrapper{box-sizing:border-box;max-height:80dvh;overflow-y:auto;padding-right:10%;text-align:left;width:100%}@media screen and (max-width:600px){.form-wrapper{padding-right:0}}.input-group{align-items:center;display:flex;gap:1.15rem;gap:calc(1rem*var(--ms-scale));padding-top:1.955rem;padding-top:calc(1.7rem*var(--ms-scale))}@media screen and (max-width:600px){.input-group{padding-top:.805rem;padding-top:calc(.7rem*var(--ms-scale))}}.input-group input,.input-group select{-webkit-appearance:none;appearance:none;background:#f4f6fa;background:var(--ms-bg-gray);border:none;border-radius:1.15rem;border-radius:var(--ms-input-border-radius);font-size:1.15rem;font-size:calc(1rem*var(--ms-scale));height:3.795rem;height:calc(3.3rem*var(--ms-scale));outline:none;padding-left:1.38rem;padding-left:calc(1.2rem*var(--ms-scale));padding-right:1.725rem;padding-right:calc(1.5rem*var(--ms-scale));width:100%}.input-group .dropdown-icon{margin-left:auto;margin-right:1.15rem;margin-right:calc(1rem*var(--ms-scale));transition:transform .3s ease}.input-group.open .dropdown-icon{transform:rotate(180deg)}.dropdown-input-wrapper{align-items:center;background:#f4f6fa;background:var(--ms-bg-gray);border:none;border-radius:1.15rem;border-radius:var(--ms-input-border-radius);display:flex;height:3.795rem;height:calc(3.3rem*var(--ms-scale));outline:none;width:100%}.dropdown-input-wrapper select{color:#4c5980!important;color:var(--ms-primary-color)!important}.lh-lg{line-height:1.725rem!important;line-height:calc(1.5rem*var(--ms-scale))!important}.bold{font-weight:700!important}.primary-text{color:#4c5980;color:var(--ms-primary-color);font-size:1.15rem;font-size:calc(1rem*var(--ms-scale));font-weight:500;letter-spacing:.023rem;letter-spacing:calc(.02rem*var(--ms-scale));line-height:1.84rem;line-height:calc(1.6rem*var(--ms-scale))}@media screen and (max-width:600px){.primary-text{color:#fff;color:var(--ms-bg-white)}}.larger-text{font-size:1.725rem!important;font-size:calc(1.5rem*var(--ms-scale))!important;letter-spacing:.0115rem!important;letter-spacing:calc(.01rem*var(--ms-scale))!important;line-height:2.3rem!important;line-height:calc(2rem*var(--ms-scale))!important}.large-text{font-size:1.15rem!important;font-size:calc(1rem*var(--ms-scale))!important;letter-spacing:.023rem!important;letter-spacing:calc(.02rem*var(--ms-scale))!important;line-height:1.725rem!important;line-height:calc(1.5rem*var(--ms-scale))!important}.smallest-text{font-size:.69rem;font-size:calc(.6rem*var(--ms-scale));font-weight:500;letter-spacing:.0115rem;letter-spacing:calc(.01rem*var(--ms-scale));line-height:.69rem;line-height:calc(.6rem*var(--ms-scale))}.medium-text{font-size:.92rem!important;font-size:calc(.8rem*var(--ms-scale))!important;letter-spacing:.023rem!important;letter-spacing:calc(.02rem*var(--ms-scale))!important;line-height:1.265rem!important;line-height:calc(1.1rem*var(--ms-scale))!important}.small-text{font-size:.805rem!important;font-size:calc(.7rem*var(--ms-scale))!important;letter-spacing:.0115rem!important;letter-spacing:calc(.01rem*var(--ms-scale))!important;line-height:1.38rem!important;line-height:calc(1.2rem*var(--ms-scale))!important}.container{height:100%;width:100%}.flex-center{align-items:center;display:flex;justify-content:center}.d-flex{display:flex}.wrap{flex-wrap:wrap}.box{box-sizing:border-box}.fd-row{flex-direction:row}.fd-col{flex-direction:column}.jc-sb{justify-content:space-between}.jc-c{justify-content:center}.jc-s{justify-content:flex-start}.as-c{align-self:center}.as-s{align-self:flex-start}.ta-c{text-align:center}.ta-l{text-align:left}.ai-c{align-items:center}.ai-fs{align-items:flex-start}.overflow{overflow:auto}.overflow-y{overflow-x:hidden;overflow-y:auto}.g-05{gap:.2875rem;gap:calc(.25rem*var(--ms-scale))}.g-1{gap:.575rem;gap:calc(.5rem*var(--ms-scale))}.g-2{gap:1.15rem;gap:calc(1rem*var(--ms-scale))}.g-3{gap:1.725rem;gap:calc(1.5rem*var(--ms-scale))}.g-4{gap:2.3rem;gap:calc(2rem*var(--ms-scale))}.g-5{gap:2.875rem;gap:calc(2.5rem*var(--ms-scale))}.g-6{gap:3.45rem;gap:calc(3rem*var(--ms-scale))}.m-0{margin:0}.m-1{margin:.575rem;margin:calc(.5rem*var(--ms-scale))}.m-2{margin:1.15rem;margin:calc(1rem*var(--ms-scale))}.m-3{margin:1.725rem;margin:calc(1.5rem*var(--ms-scale))}.m-4{margin:2.3rem;margin:calc(2rem*var(--ms-scale))}.m-t-b-1{margin:.575rem 0;margin:calc(.5rem*var(--ms-scale)) 0}.m-t-b-2{margin:1.15rem 0;margin:calc(1rem*var(--ms-scale)) 0}.p-0{padding:0}.p-05{padding:.2875rem;padding:calc(.25rem*var(--ms-scale))}.p-1{padding:.575rem;padding:calc(.5rem*var(--ms-scale))}.p-2{padding:1.15rem;padding:calc(1rem*var(--ms-scale))}.p-3{padding:1.725rem;padding:calc(1.5rem*var(--ms-scale))}.pb-1{padding-bottom:.575rem;padding-bottom:calc(.5rem*var(--ms-scale))}.pt-0{padding-top:0}.pt-1{padding-top:.575rem;padding-top:calc(.5rem*var(--ms-scale))}.pb-2{padding-bottom:1.15rem;padding-bottom:calc(1rem*var(--ms-scale))}.pb-3{padding-bottom:1.725rem;padding-bottom:calc(1.5rem*var(--ms-scale))}.p-4{padding:2.3rem;padding:calc(2rem*var(--ms-scale))}.p-6{padding:3.45rem;padding:calc(3rem*var(--ms-scale))}.w-100{width:100%}.w-90{width:90%}.w-80{width:80%}.w-70{width:70%}.w-50{width:50%}.w-40{width:40%}.w-20{width:20%}.h-100{height:100%}.h-10{height:10%}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.bg-primary{background-color:#fff;background-color:var(--ms-bg-white)}.bg-secondary{background-color:#003769;background-color:var(--ms-bg-blue)}.border{border:.115rem solid #efefefbf;border:calc(.1rem*var(--ms-scale)) solid var(--ms-border-color)}.border-rounded{border-radius:.575rem;border-radius:calc(.5rem*var(--ms-scale))}.b-r{border-radius:1.15rem;border-radius:var(--ms-input-border-radius)}.b-r-sm{border-radius:.575rem;border-radius:var(--ms-input-border-radius-sm)}.font-light{font-weight:300}.font-regular{font-weight:400}.font-bold{font-weight:700}.overflow-hidden,.text-truncate{overflow:hidden}.text-truncate{text-overflow:ellipsis;white-space:nowrap}.box-shadow-sm{box-shadow:0 0 1.15rem 0 #0037691a;box-shadow:0 0 calc(1rem*var(--ms-scale)) 0 var(--ms-box-shadow)}.box-shadow-lg{box-shadow:0 .46rem .92rem #0037691a;box-shadow:0 calc(.4rem*var(--ms-scale)) calc(.8rem*var(--ms-scale)) var(--ms-box-shadow)}.f-grow{flex-grow:1}.big-l-h{line-height:3.45rem;line-height:calc(3rem*var(--ms-scale))}.c-p{cursor:pointer}.table-container{overflow-x:auto;width:100%}table{background:#fff;background:var(--ms-bg-white);border:none;border-collapse:collapse;border-radius:1.15rem;border-radius:var(--ms-input-border-radius);width:100%}td,th{border-bottom:.0575rem solid #efefefbf;border-bottom:var(--ms-border-size) solid var(--ms-border-color);padding:.92rem 1.61rem;padding:calc(.8rem*var(--ms-scale)) calc(1.4rem*var(--ms-scale));text-align:left}th{font-size:.805rem;font-size:calc(.7rem*var(--ms-scale));font-weight:500;letter-spacing:.023rem;letter-spacing:calc(.02rem*var(--ms-scale));line-height:1.38rem;line-height:calc(1.2rem*var(--ms-scale))}td:first-child{font-weight:700}.align-center{text-align:center}.status-button{width:fit-content!important}.table-row-hover{cursor:pointer;transition:background-color .3s}.table-row-hover:hover{background:#5895c624;background:var(--ms-bg-light-blue);border-radius:.575rem;border-radius:var(--ms-input-border-radius-sm)}.card{background-color:#fff;background-color:var(--ms-bg-white);border-radius:1.15rem;border-radius:var(--ms-input-border-radius)}.card .card-header{background:#003769;background:var(--ms-bg-blue);border-top-left-radius:1.15rem;border-top-left-radius:var(--ms-input-border-radius);border-top-right-radius:1.15rem;border-top-right-radius:var(--ms-input-border-radius);padding:1.15rem;padding:calc(1rem*var(--ms-scale))}.card .card-header h3{color:#fff;color:var(--ms-bg-white)}.card.large{flex:1 1 65%;height:fit-content;max-width:calc(65% - 1.15rem);max-width:calc(65% - 1rem*var(--ms-scale))}.card-content{height:calc(100% - 5.75rem);height:calc(100% - 5rem*var(--ms-scale))}.small-card{align-items:flex-end;background-color:#003769;background-color:var(--ms-bg-blue);border-radius:1.15rem;border-radius:var(--ms-input-border-radius);display:flex;flex:0 0 calc(50% - 2.875rem);flex:0 0 calc(50% - 2.5rem*var(--ms-scale));gap:1.15rem;gap:calc(1rem*var(--ms-scale));height:15dvh;margin-bottom:1.15rem;margin-bottom:calc(1rem*var(--ms-scale));overflow:hidden;padding:1.15rem;padding:calc(1rem*var(--ms-scale));position:relative}.small-card-background{background-position:50%;background-size:cover;height:110%;left:-10px;margin-left:2.3rem;margin-left:calc(2rem*var(--ms-scale));opacity:1;position:absolute;top:-10px;transform:rotate(5deg);width:110%;z-index:0}.small-card-content{color:#fff;position:relative;text-align:left;width:100%;z-index:1}.small-card-content p{margin:0}.small-card-shadow{background:linear-gradient(180deg,#0000 0,#00000080);bottom:0;height:5.75rem;height:calc(5rem*var(--ms-scale));left:0;position:absolute;right:0;z-index:1}.small-card-heading{font-size:1.2em;margin:0;z-index:2}.small-card-read-time{font-size:.9em;z-index:2}.picture-card{border-radius:1.15rem;border-radius:var(--ms-input-border-radius);flex:0 0 calc(50% - 0.575rem);flex:0 0 calc(50% - 0.5rem*var(--ms-scale));gap:1.15rem;gap:calc(1rem*var(--ms-scale));height:13.8rem;height:calc(12rem*var(--ms-scale));margin-bottom:1.15rem;margin-bottom:calc(1rem*var(--ms-scale));overflow:hidden}.picture-card-image{background-position:50%;background-size:cover;cursor:pointer;height:70%;width:100%}.picture-card-footer{align-items:flex-start;background-color:#fff;background-color:var(--ms-bg-white);border-bottom-left-radius:1.15rem;border-bottom-left-radius:var(--ms-input-border-radius);border-bottom-right-radius:1.15rem;border-bottom-right-radius:var(--ms-input-border-radius);display:flex;justify-content:space-between}.picture-card-footer-left{display:flex;flex-direction:column}.content-card{align-items:center;color:#fff;display:flex;height:fit-content;justify-content:center;position:relative;text-align:left}.content-card.blue{background-color:#003769;background-color:var(--ms-bg-blue)}.content-card.yellow{background-color:#ffa000;background-color:var(--ms-bg-yellow)}.blue-card-content{align-items:flex-start;display:flex;flex-direction:column}.yellow-card-content{align-items:center;display:flex;flex-direction:column}.overlay-container{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:0}.overlay-img{height:25dvh;position:relative}.action-button,.biggest-text,.heading,.middle-text,.smaller-text,.smallest-text{z-index:1}.smallest-text{margin-bottom:1.15rem;margin-bottom:calc(1rem*var(--ms-scale))}.action-button{background-color:#fff;background-color:var(--ms-bg-white);border:none;cursor:pointer;height:3.45rem;height:calc(3rem*var(--ms-scale))}.action-button span{color:#003769!important;color:var(--ms-bg-blue)!important;font-size:.92rem;font-size:calc(.8rem*var(--ms-scale));font-weight:500;letter-spacing:.023rem;letter-spacing:calc(.02rem*var(--ms-scale));line-height:1.61rem;line-height:calc(1.4rem*var(--ms-scale))}@media screen and (max-width:1200px){.card.large{max-width:100%}}:root{--ms-bg-white:#fff;--ms-bg-gray:#f4f6fa;--ms-bg-dark-gray:#9c9eb9;--ms-bg-blue:#003769;--ms-bg-light-blue:#5895c624;--ms-bg-orange:#ffa00033;--ms-bg-yellow:#ffa000;--ms-bg-light-yellow:#ffa0001a;--ms-primary-color:#4c5980;--ms-box-shadow:#0037691a;--ms-scale:1.15;--ms-input-border-radius:calc(1rem*var(--ms-scale));--ms-input-border-radius-sm:calc(0.5rem*var(--ms-scale));--ms-border-color:#efefefbf;--ms-border-size:calc(0.05rem*var(--ms-scale));--ms-error-text:red}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;box-sizing:border-box;margin:0!important}h1,h2,h3,input,label,p,select,span,td,textarea,th{font-family:Urbanist,sans-serif}button{cursor:pointer}h1{font-size:2.875rem;font-size:calc(2.5rem*var(--ms-scale));line-height:2.53rem;line-height:calc(2.2rem*var(--ms-scale))}h1,h2{font-weight:500;margin:0}h2{font-size:2.185rem;font-size:calc(1.9rem*var(--ms-scale));line-height:2.415rem;line-height:calc(2.1rem*var(--ms-scale))}h3{font-size:1.38rem;font-size:calc(1.2rem*var(--ms-scale));font-weight:500;line-height:2.3rem;line-height:calc(2rem*var(--ms-scale));margin:0}.icon-h-w{height:1.61rem;height:calc(1.4rem*var(--ms-scale));width:1.61rem;width:calc(1.4rem*var(--ms-scale))}.icon-h-w-xl{height:11.5rem;height:calc(10rem*var(--ms-scale));width:9.2rem;width:calc(8rem*var(--ms-scale))}.icon-modal{height:auto;width:40%}.icon-h-w-sm{height:1.15rem;height:calc(1rem*var(--ms-scale));width:1.15rem;width:calc(1rem*var(--ms-scale))}.icon-h-w-s{height:.805rem;height:calc(.7rem*var(--ms-scale));width:.805rem;width:calc(.7rem*var(--ms-scale))}.icon-h-w-xs{height:.575rem;height:calc(.5rem*var(--ms-scale));opacity:0;transition:opacity .3s ease-in-out;width:.575rem;width:calc(.5rem*var(--ms-scale))}@media screen and (max-width:600px){.icon-h-w-xs{height:20px;width:20px}}.icon-h-w-xs.visible{opacity:1}.logo-icon{align-self:flex-start;height:2.3rem;height:calc(2rem*var(--ms-scale));width:6.9rem;width:calc(6rem*var(--ms-scale))}.d-none{display:none}.color-white{color:#fff!important;color:var(--ms-bg-white)!important}.color-gray{color:#f4f6fa!important;color:var(--ms-bg-gray)!important}.color-dark-gray{color:#9c9eb9!important;color:var(--ms-bg-dark-gray)!important}.color-yellow{color:#ffa000;color:var(--ms-bg-yellow)}.color-blue{color:#003769;color:var(--ms-bg-blue)}.bg-yellow{background:#ffa000;background:var(--ms-bg-yellow)}.bg-blue{background:#003769;background:var(--ms-bg-blue)}.bg-white{background:#fff;background:var(--ms-bg-white)}.bg-gray{background:#f4f6fa;background:var(--ms-bg-gray)}.filter-yellow{filter:brightness(0) saturate(100%) invert(59%) sepia(87%) saturate(1429%) hue-rotate(0deg) brightness(103%) contrast(105%)}.filter-blue{filter:brightness(0) saturate(100%) invert(15%) sepia(19%) saturate(7499%) hue-rotate(191deg) brightness(94%) contrast(102%)}.filter-white{filter:brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(39%) hue-rotate(69deg) brightness(109%) contrast(99%)}.filter-gray{filter:brightness(0) saturate(100%) invert(93%) sepia(82%) saturate(3399%) hue-rotate(180deg) brightness(111%) contrast(101%)}.filter-dark-gray{filter:brightness(0) saturate(100%) invert(66%) sepia(5%) saturate(1034%) hue-rotate(198deg) brightness(95%) contrast(95%)}.regex-wrapper{display:flex;justify-content:space-between;padding-top:1.84rem;padding-top:calc(1.6rem*var(--ms-scale));width:100%}@media screen and (max-width:600px){.regex-wrapper{flex-direction:column;padding-top:.92rem;padding-top:calc(.8rem*var(--ms-scale))}}.regex-wrapper .rule{display:flex;flex-wrap:wrap;width:50%}@media screen and (max-width:600px){.regex-wrapper .rule{width:auto}}.regex-wrapper .rule div{align-items:center;display:flex;gap:.575rem;gap:calc(.5rem*var(--ms-scale));width:50%}.regex-wrapper .rule div:nth-child(2) img,.regex-wrapper .rule div:nth-child(4) img{filter:brightness(0) saturate(100%) invert(59%) sepia(87%) saturate(1429%) hue-rotate(0deg) brightness(103%) contrast(105%)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media screen and (max-width:2200px){:root{--ms-scale:1.25!important}}@media screen and (max-width:2000px){:root{--ms-scale:1.2!important}}@media screen and (max-width:1800px){:root{--ms-scale:1.15!important}}@media screen and (max-width:1600px){:root{--ms-scale:1.1!important}}@media screen and (max-width:1400px){:root{--ms-scale:1!important}}@media screen and (max-width:1200px){:root{--ms-scale:0.95!important}}@media screen and (max-width:992px){:root{--ms-scale:0.90!important}}@media screen and (max-width:768px){:root{--ms-scale:0.85!important}}@media screen and (max-width:576px){:root{--ms-scale:0.80!important}}@media screen and (max-width:400px){:root{--ms-scale:0.75!important}}
/*# sourceMappingURL=main.dbf12a73.css.map*/