@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;font-size:16px}body{color:#1f2937;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f9fafb;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;line-height:1.6}a{color:#20389d;text-decoration:none}a:hover{text-decoration:underline}button{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}img,svg{max-width:100%;display:block}input,textarea,select{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}ul,ol{list-style:none}#root{flex-direction:column;min-height:100vh;display:flex}.form-input{color:#1f2937;background:#fff;border:1.5px solid #e5e7eb;border-radius:.5rem;outline:none;width:100%;padding:.75rem 1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.875rem;transition:border-color .15s,box-shadow .15s}.form-input::placeholder{color:#9ca3af}.form-input:focus{border-color:#20389d;box-shadow:0 0 0 3px #20389d1f}.form-input:disabled{color:#9ca3af;cursor:not-allowed;background:#f9fafb}.form-field{flex-direction:column;justify-content:flex-start;align-items:stretch;gap:.5rem;display:flex}.form-field label{color:#374151;font-size:.875rem;font-weight:500}.form-field input,.form-field textarea{color:#1f2937;background:#fff;border:1.5px solid #e5e7eb;border-radius:.5rem;outline:none;width:100%;padding:.75rem 1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.875rem;transition:border-color .15s,box-shadow .15s}.form-field input::placeholder,.form-field textarea::placeholder{color:#9ca3af}.form-field input:focus,.form-field textarea:focus{border-color:#20389d;box-shadow:0 0 0 3px #20389d1f}.form-field input:disabled,.form-field textarea:disabled{color:#9ca3af;cursor:not-allowed;background:#f9fafb}.form-field__hint{color:#9ca3af;font-size:.75rem}.form-field--error input{border-color:#ef4444}.form-field__error{color:#ef4444;font-size:.75rem}.input-wrapper{flex-direction:row;justify-content:flex-start;align-items:center;display:flex;position:relative}.input-wrapper input{padding-right:2.5rem}.input-wrapper--icon-left input{padding-left:2.75rem}.input-wrapper__toggle{cursor:pointer;color:#9ca3af;background:0 0;border:none;justify-content:center;align-items:center;padding:.25rem;display:flex;position:absolute;right:.75rem}.input-wrapper__toggle:hover{color:#4b5563}.input-wrapper__icon-left{color:#9ca3af;pointer-events:none;justify-content:center;align-items:center;display:flex;position:absolute;left:.75rem}.form-select{color:#1f2937;appearance:none;cursor:pointer;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") right .75rem center no-repeat;border:1.5px solid #e5e7eb;border-radius:.5rem;outline:none;width:100%;padding:.75rem 2.5rem .75rem 1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.875rem;transition:border-color .15s,box-shadow .15s}.form-select:focus{border-color:#20389d;box-shadow:0 0 0 3px #20389d1f}.form-select:disabled{color:#9ca3af;cursor:not-allowed;background-color:#f9fafb}.textarea--resize-v{resize:vertical}.btn{cursor:pointer;white-space:nowrap;border:none;border-radius:.5rem;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .15s;display:flex}.btn:disabled{opacity:.55;cursor:not-allowed}.btn--primary{color:#fff;background:#20389d}.btn--primary:hover:not(:disabled){background:#1a2d7e}.btn--secondary{color:#374151;background:#f3f4f6}.btn--secondary:hover:not(:disabled){background:#e5e7eb}.btn--danger{color:#fff;background:#ef4444}.btn--danger:hover:not(:disabled){background:#ec1e1e}.btn--outline{color:#20389d;background:0 0;border:1.5px solid #20389d}.btn--outline:hover:not(:disabled){background:#e8ebf7}.btn--full{justify-content:center;width:100%}.btn--lg{padding:1rem 2rem;font-size:1rem}.btn--sm{padding:.5rem 1rem;font-size:.75rem}.btn--success{color:#fff;background:#3ed5b0}.btn--success:hover:not(:disabled){background:#2ac09b}.btn--ghost{color:#4b5563;background:0 0}.btn--ghost:hover:not(:disabled){background:#f3f4f6}.btn--warning{color:#fff;background:#d97706}.btn--warning:hover:not(:disabled){background:#b45309}.alert{border-radius:.5rem;flex-direction:row;justify-content:flex-start;align-items:flex-start;gap:.75rem;padding:1rem;font-size:.875rem;line-height:1.5;display:flex}.alert--error{color:#991b1b;background:#fef2f2;border:1px solid #fecaca}.alert--success{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0}.alert--info{color:#1e40af;background:#e8ebf7;border:1px solid #bfdbfe}.alert--warning{color:#92400e;background:#fffbeb;border:1px solid #fde68a}.alert--mb{margin-bottom:1.25rem}.alert__close{cursor:pointer;color:inherit;opacity:.6;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;margin-left:auto;padding:2px;display:flex}.alert__close:hover{opacity:1}.form-grid{gap:1rem;display:grid}.form-grid--2col{grid-template-columns:1fr 1fr}@media (width<=640px){.form-grid--2col{grid-template-columns:1fr}}.form-grid .col-span-2{grid-column:1/-1}.form-section{margin-bottom:1.5rem}.form-section--top{margin-top:1rem}.form-section-title{color:#374151;margin-bottom:1rem;font-size:.875rem;font-weight:600}.form-section-title--spaced{margin-top:1.5rem;margin-bottom:.75rem}.required-mark{color:#ef4444}.form-label{color:#374151;margin-bottom:2px;font-size:.875rem;font-weight:500;display:block}.form-required{color:#ef4444}.spinner{border:3px solid #e5e7eb;border-top-color:#20389d;border-radius:50%;flex-shrink:0;width:40px;height:40px;animation:.8s linear infinite spin;display:inline-block}.spinner--sm{border-width:2px;width:16px;height:16px}.spinner--white{border-color:#fff #fff6 #fff6}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.password-strength{background:linear-gradient(#fff 0%,#f9fafb 100%);border:1px solid #e5e7eb;border-radius:.5rem;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:.5rem;margin-top:.5rem;padding:.75rem;display:flex}.password-strength__bar{flex-direction:row;justify-content:flex-start;align-items:center;gap:.25rem;display:flex}.password-strength__bar span{background:#e5e7eb;border-radius:9999px;flex:1;height:6px;transition:background .25s,transform .25s}.password-strength__summary{flex-flow:wrap;justify-content:space-between;align-items:center;gap:.75rem;display:flex}.password-strength__label{color:#374151;font-size:.875rem;font-weight:600}.password-strength__status{color:#6b7280;font-size:.75rem}.password-strength__rules{flex-direction:column;justify-content:flex-start;align-items:stretch;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.password-strength__rule{color:#6b7280;flex-direction:row;justify-content:flex-start;align-items:center;gap:.5rem;font-size:.75rem;line-height:1.4;display:flex}.password-strength__rule--passed{color:#166534}.password-strength__rule-icon{color:#4b5563;background:#e5e7eb;border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;font-size:.625rem;font-weight:700;display:flex}.password-strength[data-strength="1"] .password-strength__bar span:first-child{background:#ef4444}.password-strength[data-strength="2"] .password-strength__bar span:nth-child(-n+2){background:#f59e0b}.password-strength[data-strength="3"]{background:linear-gradient(#fff 0%,#f0fdf4 100%);border-color:#10b9814d}.password-strength[data-strength="3"] .password-strength__bar span{background:#3ed5b0}.password-strength .password-strength__rule--passed .password-strength__rule-icon{color:#166534;background:#10b98129}.code-input{flex-direction:row;justify-content:center;align-items:center;gap:.75rem;display:flex}.code-input input{text-align:center;letter-spacing:0;color:#1f2937;background:#fff;border:1.5px solid #e5e7eb;border-radius:.5rem;outline:none;width:100%;height:56px;padding:.75rem 1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.875rem;font-weight:700;transition:border-color .15s,box-shadow .15s}.code-input input::placeholder{color:#9ca3af}.code-input input:focus{border-color:#20389d;box-shadow:0 0 0 3px #20389d1f}.code-input input:disabled{color:#9ca3af;cursor:not-allowed;background:#f9fafb}.code-input input{padding:0}.auth-layout{flex-direction:row;justify-content:stretch;align-items:stretch;min-height:100vh;display:flex}.auth-layout__brand{background:radial-gradient(circle at 100% 0,#ffffff0f 0 18%,#0000 18%),radial-gradient(circle at 0 100%,#ffffff0d 0 16%,#0000 16%),linear-gradient(135deg,#20389d 0%,#1e40af 100%);flex-direction:column;flex:0 0 42%;justify-content:center;align-items:center;padding:3rem;display:flex;position:relative;overflow:hidden}@media (width<=768px){.auth-layout__brand{display:none}}.auth-layout__brand:before{content:"";background:#ffffff0a;border-radius:50%;width:400px;height:400px;position:absolute;top:-100px;right:-100px}.auth-layout__brand:after{content:"";background:#ffffff0d;border-radius:50%;width:300px;height:300px;position:absolute;bottom:-80px;left:-80px}.auth-layout__brand-logo{z-index:1;border-radius:14px;flex-direction:row;justify-content:flex-start;align-items:center;gap:.75rem;margin-bottom:2rem;padding:.7rem .9rem;display:flex;position:relative}.auth-layout__brand-logo img{max-width:250px;display:block}.auth-layout__brand-logo span{color:#123b63;letter-spacing:-.5px;font-size:1.5rem;font-weight:700}.auth-layout__brand-title{color:#fff;z-index:1;margin-bottom:1rem;font-size:1.875rem;font-weight:700;line-height:1.3;position:relative}.auth-layout__brand-sub{color:#f0f9ffd6;z-index:1;font-size:1rem;line-height:1.7;position:relative}.auth-layout__content{background:#fff;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:2rem;display:flex;position:relative}@media (width<=768px){.auth-layout__content{background:radial-gradient(circle at 100% 0,#2563eb14 0 18%,#0000 18%),linear-gradient(#f8fbff 0%,#fff 28%)}}@media (width<=640px){.auth-layout__content{padding:1.5rem 1rem}}.auth-layout__form-wrap{width:100%;max-width:420px}.auth-layout__mobile-brand{display:none}@media (width<=768px){.auth-layout__mobile-brand{justify-content:center;margin-bottom:2rem;padding-top:1rem;display:flex}}.auth-layout__mobile-brand-logo{display:none}@media (width<=768px){.auth-layout__mobile-brand-logo{background:#fffffff5;border:1px solid #bfdbfee6;border-radius:14px;padding:.7rem .9rem;display:block;box-shadow:0 12px 32px #2563eb1a}}.auth-layout__mobile-brand-logo img{max-width:210px;display:block}.auth-form__header{margin-bottom:2rem}.auth-form__header h1{color:#111827;letter-spacing:-.5px;margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.auth-form__header p{color:#6b7280;font-size:.875rem;line-height:1.6}.auth-form__body{flex-direction:column;justify-content:flex-start;align-items:stretch;gap:1.25rem;display:flex}.auth-form__forgot{text-align:right;margin-top:-.5rem}.auth-form__forgot a{color:#20389d;font-size:.875rem;font-weight:500}.auth-form__forgot a:hover{text-decoration:underline}.auth-form__footer{text-align:center;color:#6b7280;margin-top:1.5rem;font-size:.875rem}.auth-form__footer-link{color:#20389d;flex-direction:row;justify-content:center;align-items:center;gap:.25rem;font-weight:500;display:inline-flex}.auth-form__footer-link:hover{text-decoration:underline}.auth-form__divider{color:#9ca3af;flex-direction:row;justify-content:center;align-items:center;gap:.75rem;margin:.5rem 0;font-size:.75rem;display:flex}.auth-form__divider:before,.auth-form__divider:after{content:"";background:#e5e7eb;flex:1;height:1px}.back-link{color:#6b7280;cursor:pointer;background:0 0;border:none;flex-direction:row;justify-content:flex-start;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:0;font-size:.875rem;display:flex}.back-link:hover{color:#1f2937}.unit-picker{flex-direction:column;justify-content:flex-start;align-items:stretch;gap:.5rem;display:flex}.unit-picker__option{cursor:pointer;background:#fff;border:1.5px solid #e5e7eb;border-radius:.5rem;flex-direction:row;justify-content:flex-start;align-items:center;gap:.75rem;padding:.875rem 1rem;transition:all .15s;display:flex}.unit-picker__option--selected{background:#e8ebf7;border-color:#20389d}.unit-picker__option input[type=radio]{accent-color:#20389d}.unit-picker__option-content{flex-direction:row;flex:1;justify-content:flex-start;align-items:center;gap:.5rem;display:flex}.unit-picker__option-content svg{color:#20389d;flex-shrink:0}.unit-picker__option-content strong{color:#111827;font-size:.875rem}.auth-success{text-align:center;padding:2rem 0}.auth-success__icon{color:#3ed5b0;justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.auth-success__title{color:#111827;margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.auth-success__text{color:#6b7280;margin-bottom:2rem}.sig-val{background:#f9fafb;justify-content:center;align-items:center;min-height:100vh;padding:1.5rem 1rem;display:flex}.sig-val__card{background:#fff;border-radius:.75rem;flex-direction:column;gap:1.5rem;width:100%;max-width:680px;padding:2rem;display:flex;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.sig-val__header{flex-direction:row;justify-content:flex-start;align-items:flex-start;gap:1rem;display:flex}.sig-val__header-icon{color:#20389d;flex-shrink:0;margin-top:2px}.sig-val__title{color:#111827;margin:0 0 4px;font-size:1.5rem;font-weight:700}.sig-val__subtitle{color:#6b7280;margin:0;font-size:.875rem}.sig-val__form{flex-direction:column;gap:.5rem;display:flex}.sig-val__input-row{flex-direction:row;justify-content:flex-start;align-items:stretch;gap:.5rem;display:flex}.sig-val__input-row .form-input{flex:1}.sig-val__result{border-radius:.5rem;flex-direction:row;justify-content:flex-start;align-items:flex-start;gap:.75rem;padding:1rem;font-size:.875rem;display:flex}.sig-val__result--valid{color:#29b896;background:#d4f7ef;border:1px solid #3ed5b0}.sig-val__result--invalid{color:#b91c1c;background:#fee2e2;border:1px solid #fca5a5}.sig-val__result-title{margin:0 0 2px;font-weight:700}.sig-val__result-desc{opacity:.85;margin:0}.sig-val__sections{flex-direction:column;gap:.75rem;display:flex}.sig-val__section{border:1px solid #e5e7eb;border-radius:.5rem;overflow:hidden}.sig-val__section-header{text-transform:uppercase;letter-spacing:.05em;color:#4b5563;background:#f9fafb;border-bottom:1px solid #e5e7eb;flex-direction:row;justify-content:flex-start;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.75rem;font-weight:700;display:flex}.sig-val__doc-card{background:#e8ebf7;border:1px solid #20389d33;border-radius:.5rem;flex-direction:row;justify-content:flex-start;align-items:center;gap:.75rem;padding:.75rem;display:flex}.sig-val__doc-icon{color:#20389d;flex-shrink:0}.sig-val__doc-info{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.sig-val__doc-name{color:#1f2937;white-space:nowrap;text-overflow:ellipsis;font-size:.875rem;font-weight:600;overflow:hidden}.sig-val__doc-type{color:#6b7280;font-size:.75rem}.sig-val__row{border-bottom:1px solid #f3f4f6;flex-direction:row;justify-content:space-between;align-items:baseline;gap:.75rem;padding:.5rem .75rem;font-size:.875rem;display:flex}.sig-val__row:last-child{border-bottom:none}.sig-val__row-label{color:#6b7280;white-space:nowrap;flex-shrink:0;min-width:140px}.sig-val__row-value{color:#1f2937;word-break:break-all;text-align:right}.spin{animation:1s linear infinite spin}.admin-layout{background:#f9fafb;grid-template-rows:1fr;grid-template-columns:260px 1fr;min-height:100vh;transition:grid-template-columns .25s;display:grid}.admin-layout.collapsed{grid-template-columns:70px 1fr}@media (width<=1024px){.admin-layout,.admin-layout.collapsed{grid-template-columns:1fr}}.admin-main{flex-direction:column;min-height:100vh;display:flex;overflow:hidden}.admin-header{z-index:50;background:#fff;border-bottom:1px solid #f3f4f6;flex-direction:row;justify-content:space-between;align-items:center;gap:1rem;height:64px;padding:0 1.5rem;display:flex;position:sticky;top:0}@media (width<=640px){.admin-header{padding:0 1rem}}.admin-header__left{flex-direction:row;justify-content:flex-start;align-items:center;gap:1rem;display:flex}.admin-header__right{flex-direction:row;justify-content:flex-end;align-items:center;gap:.75rem;display:flex}.admin-header__mobile-toggle{cursor:pointer;color:#6b7280;background:0 0;border:none;border-radius:.375rem;justify-content:center;align-items:center;padding:.5rem;display:flex}.admin-header__mobile-toggle:hover{background:#f3f4f6}@media (width>=1024px){.admin-header__mobile-toggle{display:none}}.admin-header__breadcrumb{color:#6b7280;flex-direction:row;justify-content:flex-start;align-items:center;gap:.5rem;font-size:.875rem;display:flex}.admin-header__breadcrumb span{color:#1f2937;font-weight:500}.admin-header__breadcrumb .sep{color:#d1d5db}.admin-header__breadcrumb-root{color:#9ca3af!important;font-weight:400!important}.admin-header__icon-btn{cursor:pointer;color:#6b7280;background:0 0;border:none;border-radius:.375rem;justify-content:center;align-items:center;padding:.5rem;display:flex;position:relative}.admin-header__icon-btn:hover{color:#374151;background:#f3f4f6}.admin-header__icon-btn .badge{background:#ef4444;border:2px solid #fff;border-radius:50%;width:8px;height:8px;position:absolute;top:4px;right:4px}.page-content{flex:1;padding:2rem;overflow-y:auto}@media (width<=640px){.page-content{padding:1rem}}.page-header{flex-flow:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:2rem;display:flex}.page-header__text{flex:1;min-width:0}.page-header h1{color:#111827;letter-spacing:-.5px;margin-bottom:.25rem;font-size:1.5rem;font-weight:700}.page-header p{color:#6b7280;font-size:.875rem}.route-loading{justify-content:center;align-items:center;min-height:100vh;display:flex}.sidebar{z-index:100;background:#fff;border-right:1px solid #f3f4f6;flex-direction:column;width:260px;height:100vh;transition:width .25s;display:flex;position:sticky;top:0;overflow:hidden}.collapsed .sidebar{width:70px}@media (width<=1024px){.sidebar{width:260px;transition:transform .25s;position:fixed;top:0;left:0;transform:translate(-100%);box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.sidebar.mobile-open{transform:translate(0)}.collapsed .sidebar{width:260px}}.sidebar::-webkit-scrollbar{width:6px}.sidebar::-webkit-scrollbar-track{background:0 0}.sidebar::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:9999px}.sidebar::-webkit-scrollbar-thumb:hover{background:#9ca3af}.sidebar__header{border-bottom:1px solid #f3f4f6;flex-direction:row;justify-content:space-between;align-items:center;min-height:64px;padding:1.25rem 1rem;display:flex;overflow:hidden}.sidebar__logo{flex-direction:row;flex:1;justify-content:flex-start;align-items:center;gap:.75rem;display:flex;overflow:hidden}.sidebar__logo .logo-icon{color:#fff;border-radius:.5rem;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:36px;font-size:.875rem;font-weight:700;display:flex}.sidebar__logo .logo-text{color:#111827;white-space:nowrap;opacity:1;font-size:.875rem;font-weight:700;transition:opacity .25s;overflow:hidden}.collapsed .sidebar__logo .logo-text{opacity:0}.sidebar__toggle{cursor:pointer;color:#9ca3af;background:0 0;border:none;border-radius:.375rem;flex-shrink:0;justify-content:center;align-items:center;padding:.25rem;display:flex}.sidebar__toggle:hover{color:#374151;background:#f3f4f6}@media (width<=1024px){.sidebar__toggle{display:none}}.sidebar__nav{flex:1;padding:1rem .5rem;overflow-y:auto}.sidebar__nav::-webkit-scrollbar{width:6px}.sidebar__nav::-webkit-scrollbar-track{background:0 0}.sidebar__nav::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:9999px}.sidebar__nav::-webkit-scrollbar-thumb:hover{background:#9ca3af}.sidebar__section-title{color:#9ca3af;text-transform:uppercase;letter-spacing:.08em;white-space:nowrap;opacity:1;margin-bottom:.25rem;padding:.5rem .75rem;font-size:.75rem;font-weight:600;transition:opacity .25s;overflow:hidden}.collapsed .sidebar__section-title{opacity:0}.sidebar__section-title--admin{margin-top:1rem}.sidebar__item{color:#4b5563;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:.5rem;flex-direction:row;justify-content:flex-start;align-items:center;gap:.75rem;width:100%;margin-bottom:.25rem;padding:.75rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.875rem;text-decoration:none;transition:all .15s;display:flex;overflow:hidden}.sidebar__item:hover{color:#111827;background:#f9fafb;text-decoration:none}.sidebar__item.active{color:#20389d;background:#e8ebf7;font-weight:600;text-decoration:none}.sidebar__item.active .sidebar__item-icon{color:#20389d}.sidebar__item--danger{color:#ef4444;margin-top:.25rem}.sidebar__item--danger:hover{background:#fef2f2}.sidebar__item-icon{flex-shrink:0;justify-content:center;align-items:center;display:flex}.sidebar__item-label{opacity:1;transition:opacity .25s}.collapsed .sidebar__item-label{opacity:0}.sidebar__footer{border-top:1px solid #f3f4f6;padding:1rem .5rem}.sidebar__user{cursor:pointer;border-radius:.5rem;flex-direction:row;justify-content:flex-start;align-items:center;gap:.75rem;padding:.75rem;display:flex;overflow:hidden}.sidebar__user:hover{background:#f9fafb}.sidebar__avatar{color:#fff;background:linear-gradient(135deg,#20389d,#7c3aed);border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:.875rem;font-weight:600;display:flex;overflow:hidden}.sidebar__avatar-img{object-fit:cover;border-radius:9999px;width:100%;height:100%;display:block}.sidebar__user-info{opacity:1;transition:opacity .25s;overflow:hidden}.collapsed .sidebar__user-info{opacity:0}.sidebar__user-info .name{color:#1f2937;text-overflow:ellipsis;white-space:nowrap;font-size:.875rem;font-weight:600;overflow:hidden}.sidebar__user-info .role{color:#9ca3af;text-overflow:ellipsis;white-space:nowrap;font-size:.75rem;overflow:hidden}.sidebar__user-meta{flex-direction:column;justify-content:flex-start;align-items:stretch;gap:.25rem;margin-top:.5rem;display:flex}.sidebar__meta-pill{color:#6b7280;white-space:nowrap;text-overflow:ellipsis;background:#f3f4f6;border-radius:9999px;flex-direction:row;justify-content:flex-start;align-items:center;gap:.25rem;width:fit-content;max-width:100%;padding:.2rem .45rem;font-size:.68rem;font-weight:600;display:flex;overflow:hidden}.sidebar__meta-pill--unit{color:#20389d;background:#e8ebf7}.sidebar__meta-pill--clickable{cursor:pointer;border:none;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;transition:background .15s,opacity .15s}.sidebar__meta-pill--clickable:hover:not(:disabled){background:#d1d7ef}.sidebar__meta-pill--clickable:disabled{opacity:.6;cursor:not-allowed}.sidebar__meta-pill--clickable.open .sidebar__unit-chevron{transform:rotate(180deg)}.sidebar__unit-chevron{flex-shrink:0;margin-left:.25rem;transition:transform .15s}.sidebar__unit-dropdown{z-index:200;background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;min-width:180px;max-width:260px;padding:.25rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.sidebar__unit-option{color:#374151;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:.375rem;flex-direction:row;justify-content:flex-start;align-items:center;gap:.5rem;width:100%;padding:.5rem .75rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.75rem;font-weight:500;transition:background .15s;display:flex}.sidebar__unit-option:hover{background:#f9fafb}.sidebar__unit-option.active{color:#20389d;background:#e8ebf7;font-weight:600}.sidebar__unit-option-name{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.sidebar__unit-option-check{color:#20389d;flex-shrink:0}.sidebar-overlay{z-index:99;background:#00000080;display:none;position:fixed;inset:0}@media (width<=1024px){.sidebar-overlay.visible{display:block}}.content-card{background:#fff;border-radius:1rem;margin-bottom:1.5rem;padding:1.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.content-card__header{flex-direction:row;justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.content-card__header h2{color:#111827;font-size:1.125rem;font-weight:600}.content-card__header-meta{color:#6b7280;font-size:.75rem}.catalog-tabs{flex-flow:wrap;justify-content:flex-start;align-items:center;gap:.5rem;margin-bottom:1.25rem;display:flex}.catalog-tabs__btn{color:#4b5563;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;flex-direction:row;justify-content:center;align-items:center;gap:.5rem;min-height:38px;padding:.5rem 1rem;font-size:.875rem;font-weight:600;transition:all .15s;display:flex}.catalog-tabs__btn:hover{color:#20389d;background:#e8ebf7;border-color:#20389d}.catalog-tabs__btn--active{color:#fff;background:#20389d;border-color:#20389d}.catalog-header{border-bottom:1px solid #f3f4f6;flex-flow:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.25rem;padding-bottom:1.25rem;display:flex}.catalog-header__title{flex-direction:row;justify-content:flex-start;align-items:center;gap:.75rem;min-width:0;display:flex}.catalog-header__title>svg{color:#20389d;flex-shrink:0}.catalog-header__title h2{color:#111827;margin:0 0 2px;font-size:1.125rem}.catalog-header__title p{color:#6b7280;margin:0;font-size:.875rem}.catalog-search-actions{flex-flow:row;justify-content:flex-start;align-items:center;gap:.5rem;max-width:100%;display:flex}.catalog-search-actions .table-toolbar__search{min-width:260px;margin-bottom:0}.catalog-search-actions .btn{white-space:nowrap;flex-shrink:0}@media (width<=640px){.catalog-search-actions{width:100%}.catalog-search-actions .table-toolbar__search{flex:1;min-width:0}}.catalog-form{display:block}.table-scroll{overflow-x:auto}.data-table{border-collapse:collapse;width:100%}.data-table th,.data-table td{text-align:left;border-bottom:1px solid #f3f4f6;padding:1rem;font-size:.875rem}.data-table th{color:#6b7280;text-transform:uppercase;letter-spacing:.05em;background:#f9fafb;font-size:.75rem;font-weight:600}.data-table td{color:#374151}.data-table tbody tr:hover{background:#f9fafb}.td--bold{font-weight:500}.td--muted{color:#9ca3af;font-size:.875rem}.td--mono{font-family:monospace}.badge-status{white-space:nowrap;border-radius:9999px;align-items:center;gap:.25rem;padding:.25rem .75rem;font-size:.75rem;font-weight:600;display:inline-flex}.badge-status:before{content:"";border-radius:50%;width:6px;height:6px}.badge-status--active{color:#166534;background:#f0fdf4}.badge-status--active:before{background:#3ed5b0}.badge-status--inactive{color:#6b7280;background:#f3f4f6}.badge-status--inactive:before{background:#9ca3af}.badge-status--pending{color:#92400e;background:#fffbeb}.badge-status--pending:before{background:#f59e0b}.table-toolbar{flex-flow:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:1.25rem;display:flex}.table-toolbar__count{color:#6b7280;font-size:.875rem}.table-toolbar__search{color:#9ca3af;background:#fff;border:1.5px solid #e5e7eb;border-radius:.5rem;flex-direction:row;justify-content:flex-start;align-items:center;gap:.5rem;min-width:min(320px,100%);padding:.5rem .75rem;display:flex}.table-toolbar__search:focus-within{border-color:#20389d;box-shadow:0 0 0 3px #e8ebf7}.table-toolbar__search input{color:#1f2937;background:0 0;border:0;outline:0;width:100%;min-width:0;font-size:.875rem}.table-toolbar__search input::placeholder{color:#9ca3af}.pagination{flex-direction:row;justify-content:center;align-items:center;gap:.5rem;margin-top:1.5rem;display:flex}.pagination__btn{cursor:pointer;color:#4b5563;background:#fff;border:1px solid #e5e7eb;border-radius:.375rem;justify-content:center;align-items:center;width:36px;height:36px;font-size:.875rem;transition:all .15s;display:flex}.pagination__btn:hover:not(:disabled){color:#20389d;background:#e8ebf7;border-color:#20389d}.pagination__btn:disabled{opacity:.4;cursor:not-allowed}.pagination__btn--active{color:#fff;background:#20389d;border-color:#20389d}.pagination__info{color:#6b7280;margin:0 .5rem;font-size:.875rem}.action-btn{cursor:pointer;background:0 0;border:none;border-radius:.375rem;justify-content:center;align-items:center;width:32px;height:32px;transition:all .15s;display:flex}.action-btn--edit{color:#20389d}.action-btn--edit:hover{background:#e8ebf7}.action-btn--delete{color:#ef4444}.action-btn--delete:hover{background:#fef2f2}.table-actions{flex-direction:row;justify-content:flex-start;align-items:center;gap:.25rem;display:flex}.table-logo{object-fit:contain;background:#f9fafb;border:1px solid #e5e7eb;border-radius:.375rem;width:44px;height:44px;padding:.25rem}.empty-state{color:#9ca3af;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;padding:4rem 2rem;display:flex}.empty-state svg{color:#d1d5db}.empty-state p{font-size:.875rem}.empty-state--tall{min-height:300px;padding:2rem}.empty-state--padded{padding:3rem}.permissions-layout{grid-template-columns:340px 1fr;align-items:start;gap:1.5rem;display:grid}@media (width<=1024px){.permissions-layout{grid-template-columns:1fr}}.perm-sidebar{background:#fff;border-radius:1rem;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.perm-sidebar__search{border-bottom:1px solid #f3f4f6;flex-direction:row;justify-content:flex-start;align-items:center;gap:.5rem;padding:1rem 1.25rem;display:flex}.perm-sidebar__search-icon{color:#9ca3af;flex-shrink:0}.perm-sidebar__search-input{color:#1f2937;background:0 0;border:none;outline:none;flex:1;min-width:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.875rem}.perm-sidebar__search-input::placeholder{color:#9ca3af}.perm-sidebar__unit-filter{border-bottom:1px solid #f3f4f6;flex-direction:row;justify-content:flex-start;align-items:center;gap:.5rem;padding:.75rem 1.25rem;display:flex}.perm-sidebar__unit-select{color:#374151;cursor:pointer;appearance:none;background:0 0;border:none;outline:none;flex:1;min-width:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.875rem}.perm-sidebar__unit-select:focus{color:#20389d}.perm-sidebar__section{padding:1rem 1.25rem}.perm-sidebar__section-label{color:#9ca3af;text-transform:uppercase;letter-spacing:.06em;margin-bottom:.75rem;font-size:.75rem;font-weight:600;display:block}.perm-sidebar__divider{background:#f3f4f6;height:1px;margin:0 1.25rem}.perm-sidebar__loading{justify-content:center;align-items:center;padding:1.5rem;display:flex}.perm-sidebar__empty{color:#9ca3af;flex-direction:row;justify-content:flex-start;align-items:center;gap:.5rem;padding:.75rem .5rem;font-size:.875rem;display:flex}.perm-user-list{flex-direction:column;justify-content:flex-start;align-items:stretch;gap:2px;max-height:300px;display:flex;overflow-y:auto}.perm-user-list::-webkit-scrollbar{width:6px}.perm-user-list::-webkit-scrollbar-track{background:0 0}.perm-user-list::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:9999px}.perm-user-list::-webkit-scrollbar-thumb:hover{background:#9ca3af}.perm-user-item{cursor:pointer;text-align:left;background:0 0;border:none;border-radius:.5rem;flex-direction:row;justify-content:flex-start;align-items:center;gap:.75rem;width:100%;padding:.75rem .5rem;transition:background .15s;display:flex}.perm-user-item:hover{background:#f9fafb}.perm-user-item--active{background:#e8ebf7}.perm-user-item--active .perm-user-item__avatar{color:#fff;background:#20389d}.perm-user-item--active .perm-user-item__name{color:#20389d}.perm-user-item__avatar{color:#4b5563;letter-spacing:.02em;background:#f3f4f6;border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:.75rem;font-weight:700;transition:background .15s,color .15s;display:flex}.perm-user-item__info{flex-direction:column;flex:1;justify-content:flex-start;align-items:flex-start;gap:2px;min-width:0;display:flex}.perm-user-item__name{color:#1f2937;white-space:nowrap;text-overflow:ellipsis;max-width:100%;font-size:.875rem;font-weight:500;transition:color .15s;overflow:hidden}.perm-user-item__email{color:#9ca3af;white-space:nowrap;text-overflow:ellipsis;max-width:100%;font-size:.75rem;overflow:hidden}.perm-unit-list{flex-direction:column;justify-content:flex-start;align-items:stretch;gap:2px;display:flex}.perm-unit-item{cursor:pointer;text-align:left;color:#374151;background:0 0;border:none;border-radius:.5rem;flex-direction:row;justify-content:flex-start;align-items:center;gap:.5rem;width:100%;padding:.75rem .5rem;font-size:.875rem;transition:background .15s;display:flex}.perm-unit-item:hover{background:#f9fafb}.perm-unit-item--active{color:#20389d;background:#e8ebf7;font-weight:600}.perm-unit-item--active .perm-unit-item__icon{color:#20389d}.perm-unit-item__icon{color:#9ca3af;flex-shrink:0;transition:color .15s}.perm-unit-item__label{white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;overflow:hidden}.perm-card-subtitle{color:#9ca3af;margin-top:2px;font-size:.875rem}.permissions-module{margin-bottom:1.5rem}.permissions-module:last-child{margin-bottom:0}.permissions-module__title{color:#9ca3af;text-transform:uppercase;letter-spacing:.07em;border-bottom:1px solid #f3f4f6;margin-bottom:.75rem;padding-bottom:.5rem;font-size:.75rem;font-weight:600}.permissions-grid{grid-template-columns:repeat(auto-fill,minmax(185px,1fr));gap:.75rem;display:grid}.permission-item{cursor:pointer;background:#fff;border:1.5px solid #e5e7eb;border-radius:.5rem;flex-direction:row;justify-content:flex-start;align-items:flex-start;gap:.75rem;padding:1rem;transition:all .15s;display:flex}.permission-item:hover,.permission-item--checked{background:#e8ebf7;border-color:#20389d}.permission-item--checked .permission-item__name{color:#20389d;font-weight:600}.permission-item--loading{opacity:.6;cursor:wait}.permission-item input[type=checkbox]{accent-color:#20389d;cursor:pointer;flex-shrink:0;width:16px;height:16px;margin-top:2px}.permission-item__info{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:.25rem;display:flex}.permission-item__name{color:#1f2937;font-size:.875rem;line-height:1.4}.permission-item__desc{color:#6b7280;font-size:.75rem}.unit-assignment{border:1.5px solid #e5e7eb;border-radius:.5rem;margin-bottom:.75rem;padding:1rem}.unit-assignment__header{color:#374151;flex-direction:row;justify-content:space-between;align-items:center;margin-bottom:.75rem;font-size:.875rem;font-weight:600;display:flex}.unit-assignment__types{flex-flow:wrap;justify-content:flex-start;align-items:center;gap:.5rem;display:flex}.unit-assignment__type-chip{cursor:pointer;background:#fff;border:1.5px solid #e5e7eb;border-radius:9999px;flex-direction:row;justify-content:center;align-items:center;gap:.25rem;padding:.25rem .75rem;font-size:.75rem;transition:all .15s;display:flex}.unit-assignment__type-chip--selected{color:#20389d;background:#e8ebf7;border-color:#20389d;font-weight:600}.unit-assignment__empty{color:#9ca3af;font-size:.75rem}.unit-picker-row{flex-direction:row;justify-content:flex-start;align-items:center;gap:.5rem;margin-bottom:1rem;display:flex}.unit-picker-row .form-select{flex:1}.unit-picker-row--mb{margin-top:.5rem;margin-bottom:1rem}.units-empty-msg{color:#9ca3af;margin-bottom:1rem;font-size:.875rem}.modal-error{margin-bottom:1rem}.modal-loading{justify-content:center;align-items:center;padding:2rem;display:flex}.unit-checkbox-list{border:1px solid #e5e7eb;border-radius:.5rem;flex-direction:column;gap:4px;max-height:180px;padding:.5rem;display:flex;overflow-y:auto}.unit-checkbox-list::-webkit-scrollbar{width:6px}.unit-checkbox-list::-webkit-scrollbar-track{background:0 0}.unit-checkbox-list::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:9999px}.unit-checkbox-list::-webkit-scrollbar-thumb:hover{background:#9ca3af}.unit-checkbox-item{cursor:pointer;color:#374151;-webkit-user-select:none;user-select:none;border-radius:.375rem;flex-direction:row;justify-content:flex-start;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.875rem;transition:background .15s;display:flex}.unit-checkbox-item:hover{background:#f9fafb}.unit-checkbox-item--checked{color:#20389d;background:#e8ebf7;font-weight:500}.unit-checkbox-item input[type=checkbox]{accent-color:#20389d;cursor:pointer;flex-shrink:0;width:15px;height:15px}.unit-type-list{flex-direction:column;gap:.5rem;display:flex}.unit-type-row{grid-template-columns:minmax(0,1fr) minmax(180px,.8fr) auto;align-items:center;gap:.5rem;display:grid}.unit-type-row .action-btn{flex-shrink:0}.user-unit-summary{flex-direction:column;gap:4px;display:flex}.user-unit-summary__item{flex-direction:column;gap:1px;font-size:.75rem;display:flex}.user-unit-summary__item strong{color:#1f2937;font-weight:600}.user-unit-summary__item small{color:#6b7280}.ws-debug-panel{z-index:9999;color:#fff;pointer-events:none;background:#0f172aed;border-radius:.5rem;min-width:260px;max-width:340px;padding:.75rem 1rem;font-size:.75rem;position:fixed;bottom:1rem;right:1rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.ws-debug-panel__title{text-transform:uppercase;letter-spacing:.07em;color:#ffffff80;margin-bottom:.5rem;font-size:10px;font-weight:700}.ws-debug-panel__item{border-top:1px solid #ffffff12;flex-direction:row;justify-content:flex-start;align-items:center;gap:.5rem;padding:.25rem 0;display:flex}.ws-debug-panel__item:first-of-type{border-top:none}.ws-debug-panel__badge{text-transform:uppercase;border-radius:9999px;flex-shrink:0;padding:1px 6px;font-size:10px;font-weight:700}.ws-debug-panel__badge--permissions{color:#fff;background:#0ea5e9}.ws-debug-panel__badge--user{color:#fff;background:#8b5cf6}.ws-debug-panel__summary{color:#ffffffd9;white-space:nowrap;text-overflow:ellipsis;flex:1;overflow:hidden}.ws-debug-panel__time{color:#fff6;flex-shrink:0;font-size:10px}.unit-image-preview{object-fit:contain;background:#f9fafb;border:1px solid #e5e7eb;border-radius:.375rem;width:100%;max-width:180px;height:100px;margin-bottom:.75rem;padding:.35rem}.unit-image-preview--wide{max-width:240px}.placeholder-card{text-align:center;padding:4rem 2rem}.placeholder-card__icon{margin-bottom:1rem;font-size:3rem}.placeholder-card__title{color:#374151;margin-bottom:.5rem}.placeholder-card__text{color:#6b7280;font-size:.875rem}.settings-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem;display:grid}.settings-card{color:inherit;background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;flex-direction:row;justify-content:flex-start;align-items:center;gap:1rem;padding:1.25rem;text-decoration:none;transition:border-color .15s,box-shadow .15s,transform .15s;display:flex;box-shadow:0 1px 2px #0000000d}.settings-card:hover{border-color:#20389d;transform:translateY(-1px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.settings-card__icon{color:#20389d;background:#e8ebf7;border-radius:.5rem;flex-direction:row;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.settings-card__body{min-width:0}.settings-card__body h2{color:#111827;margin:0 0 .25rem;font-size:1.125rem}.settings-card__body p{color:#6b7280;margin:0;font-size:.875rem;line-height:1.5}.settings-card__arrow{color:#9ca3af;flex-shrink:0;margin-left:auto}.media-unit-selector{border-bottom:1px solid #f3f4f6;flex-direction:row;justify-content:flex-start;align-items:center;gap:.75rem;padding-bottom:1.25rem;display:flex}.media-unit-selector__label{color:#6b7280;text-transform:uppercase;letter-spacing:.06em;white-space:nowrap;flex-shrink:0;font-size:.875rem;font-weight:600}.unit-combobox{flex:1;min-width:280px;max-width:420px;position:relative}.unit-combobox__trigger{cursor:pointer;text-align:left;background:#fff;border:1.5px solid #e5e7eb;border-radius:.5rem;flex-direction:row;justify-content:flex-start;align-items:center;gap:.5rem;width:100%;padding:.5rem .75rem;font-size:.875rem;transition:border-color .15s,box-shadow .15s;display:flex}.unit-combobox__trigger:hover,.unit-combobox__trigger--open{border-color:#20389d;box-shadow:0 0 0 3px #e8ebf7}.unit-combobox__icon{color:#9ca3af;flex-shrink:0}.unit-combobox__chevron{color:#9ca3af;flex-shrink:0;margin-left:auto}.unit-combobox__label{text-overflow:ellipsis;white-space:nowrap;color:#1f2937;flex:1;min-width:0;overflow:hidden}.unit-combobox__label--placeholder{color:#9ca3af}.unit-combobox__clear{color:#9ca3af;cursor:pointer;border-radius:.375rem;flex-shrink:0;margin-left:auto;padding:2px}.unit-combobox__clear:hover{color:#374151;background:#f3f4f6}.unit-combobox__dropdown{z-index:50;background:#fff;border:1.5px solid #20389d;border-radius:.5rem;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow:hidden;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.unit-combobox__search-wrap{border-bottom:1px solid #f3f4f6;padding:.5rem .75rem}.unit-combobox__search{color:#1f2937;background:0 0;border:none;outline:none;width:100%;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.875rem}.unit-combobox__search::placeholder{color:#9ca3af}.unit-combobox__list{max-height:220px;margin:0;padding:.25rem 0;list-style:none;overflow-y:auto}.unit-combobox__list::-webkit-scrollbar{width:6px}.unit-combobox__list::-webkit-scrollbar-track{background:0 0}.unit-combobox__list::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:9999px}.unit-combobox__list::-webkit-scrollbar-thumb:hover{background:#9ca3af}.unit-combobox__item{color:#374151;cursor:pointer;padding:.5rem 1rem;font-size:.875rem;transition:background .15s}.unit-combobox__item:hover{background:#f9fafb}.unit-combobox__item--active{color:#20389d;background:#e8ebf7;font-weight:600}.unit-combobox__empty{color:#9ca3af;text-align:center;padding:.75rem 1rem;font-size:.875rem}.media-hint{color:#6b7280;margin-bottom:1.25rem;font-size:.875rem}.media-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem;display:grid}.media-card{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;transition:box-shadow .15s;position:relative;overflow:hidden;box-shadow:0 1px 2px #0000000d}.media-card:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.media-card__thumb{color:#9ca3af;background:#f3f4f6;justify-content:center;align-items:center;height:140px;display:flex;position:relative;overflow:hidden}.media-card__video-preview,.media-card__img-preview{object-fit:cover;width:100%;height:100%;display:block}.media-card__play-overlay{color:#fff;pointer-events:none;background:#00000059;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.media-card__fallback{color:#9ca3af}.media-card__info{padding:.75rem 1rem}.media-card__name{color:#1f2937;white-space:nowrap;text-overflow:ellipsis;margin-bottom:.25rem;font-size:.875rem;font-weight:500;overflow:hidden}.media-card__meta{color:#6b7280;flex-flow:wrap;justify-content:flex-start;align-items:center;gap:.5rem;font-size:.75rem;display:flex}.media-card__type{flex-direction:row;justify-content:flex-start;align-items:center;gap:3px;font-size:.75rem;font-weight:600;display:flex}.media-card__type--video{color:#7c3aed}.media-card__type--image{color:#0e7490}.media-card__thumb--clickable{cursor:pointer}.media-card__thumb--clickable:hover .media-card__zoom-hint{opacity:1}.media-card__thumb--clickable:hover .media-card__video-preview,.media-card__thumb--clickable:hover .media-card__img-preview{filter:brightness(.85)}.media-card__zoom-hint{color:#fff;opacity:0;pointer-events:none;background:#0003;justify-content:center;align-items:center;transition:opacity .15s;display:flex;position:absolute;inset:0}.media-card__delete{background:#ffffffe6;border-radius:.5rem;position:absolute;top:.5rem;right:.5rem;box-shadow:0 1px 2px #0000000d}.media-preview-overlay{z-index:1000;background:#000000d9;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.media-preview-modal{flex-direction:column;justify-content:center;align-items:center;gap:.75rem;width:100%;max-width:min(92vw,960px);max-height:90vh;display:flex;position:relative}.media-preview-modal__content{justify-content:center;align-items:center;max-width:100%;max-height:75vh;display:flex}.media-preview-modal__video{background:#000;border-radius:.75rem;max-width:100%;max-height:75vh;box-shadow:0 8px 40px #0009}.media-preview-modal__img{object-fit:contain;border-radius:.75rem;max-width:100%;max-height:75vh;box-shadow:0 8px 40px #0009}.media-preview-modal__fallback{color:#9ca3af;justify-content:center;align-items:center;width:200px;height:200px;display:flex}.media-preview-modal__close{color:#fff;background:#ffffff26;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:background .15s;display:flex;position:absolute;top:-2.5rem;right:0}.media-preview-modal__close:hover{background:#ffffff4d}.media-preview-modal__nav{color:#fff;z-index:1;background:#ffffff26;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:background .15s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.media-preview-modal__nav:hover{background:#ffffff4d}.media-preview-modal__nav--prev{left:-3.5rem}.media-preview-modal__nav--next{right:-3.5rem}@media (width<=768px){.media-preview-modal__nav--prev{left:.5rem}.media-preview-modal__nav--next{right:.5rem}}.media-preview-modal__footer{flex-direction:row;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:0 .5rem;display:flex}.media-preview-modal__name{color:#ffffffd9;white-space:nowrap;text-overflow:ellipsis;max-width:70%;font-size:.875rem;font-weight:500;overflow:hidden}.media-preview-modal__counter{color:#fff9;white-space:nowrap;font-size:.75rem}.dashboard-home{flex-direction:column;justify-content:flex-start;align-items:stretch;gap:1.5rem;display:flex}.dashboard-home__simple-hero{color:#fff;background:radial-gradient(circle at 100% 0,#ffffff2e 0,#fff0 32%),linear-gradient(135deg,#1a2d7e 0%,#20389d 58%,#3ed5b0 100%);border-radius:1rem;padding:2rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}@media (width<=640px){.dashboard-home__simple-hero{padding:1.25rem}}.dashboard-home__simple-hero h1{color:#fff;margin-bottom:.75rem;font-size:clamp(2rem,3vw,3rem);line-height:1.05}.dashboard-home__simple-hero p{color:#ffffffe0;max-width:560px;font-size:1rem;line-height:1.7}.dashboard-home__simple-kicker{letter-spacing:.04em;text-transform:uppercase;background:#ffffff24;border:1px solid #ffffff2e;border-radius:9999px;flex-direction:row;justify-content:flex-start;align-items:center;gap:.5rem;width:fit-content;margin-bottom:1rem;padding:.5rem .75rem;font-size:.75rem;font-weight:600;display:flex}.dashboard-home__simple-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem;display:grid}@media (width<=1280px){.dashboard-home__simple-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=768px){.dashboard-home__simple-grid{grid-template-columns:1fr}}.dashboard-home__simple-grid--two{grid-template-columns:repeat(2,minmax(0,1fr))}@media (width<=768px){.dashboard-home__simple-grid--two{grid-template-columns:1fr}}.dashboard-home__simple-card{background:linear-gradient(#fff 0%,#f8fbff 100%);border:1px solid #2563eb14;border-radius:1rem;min-height:180px;padding:1.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}@media (width<=640px){.dashboard-home__simple-card{padding:1.25rem}}.dashboard-home__simple-card--tips{grid-column:span 3}@media (width<=1280px){.dashboard-home__simple-card--tips{grid-column:span 2}}@media (width<=768px){.dashboard-home__simple-card--tips{grid-column:span 1}}.dashboard-home__simple-card-head{color:#20389d;flex-direction:row;justify-content:flex-start;align-items:center;gap:.5rem;margin-bottom:1rem;font-weight:600;display:flex}.dashboard-home__simple-value{color:#111827;margin-bottom:.75rem;font-size:clamp(1.4rem,2vw,2rem);line-height:1.2;display:block}.dashboard-home__simple-value span{color:#4b5563;margin-left:.5rem;font-size:1rem;font-weight:500;display:inline-block}.dashboard-home__simple-text{color:#6b7280;font-size:.875rem;line-height:1.7}.dashboard-home__tips-list{flex-direction:column;justify-content:flex-start;align-items:stretch;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.dashboard-home__tips-list li{color:#4b5563;padding-left:1.25rem;line-height:1.7;position:relative}.dashboard-home__tips-list li:before{content:"";background:linear-gradient(135deg,#3ed5b0 0%,#20389d 100%);border-radius:9999px;width:8px;height:8px;position:absolute;top:.68rem;left:0}.modal-overlay{z-index:1000;background:#00000073;justify-content:center;align-items:center;padding:1rem;animation:.15s modal-fade-in;display:flex;position:fixed;inset:0}.modal{background:#fff;border-radius:1rem;flex-direction:column;width:100%;max-height:calc(100vh - 3rem);animation:.25s modal-slide-up;display:flex;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.modal--sm{max-width:440px}.modal--md{max-width:600px}.modal--lg{max-width:820px}.modal--xl{max-width:1240px}.modal__header{border-bottom:1px solid #f3f4f6;flex-direction:row;flex-shrink:0;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.modal__header h3{color:#111827;font-size:1.125rem;font-weight:600}.modal__header-close{cursor:pointer;color:#9ca3af;background:0 0;border:none;border-radius:.375rem;justify-content:center;align-items:center;padding:.25rem;transition:all .15s;display:flex}.modal__header-close:hover{color:#374151;background:#f3f4f6}.modal__body{flex:1;padding:1.5rem;overflow-y:auto}.modal__body::-webkit-scrollbar{width:6px}.modal__body::-webkit-scrollbar-track{background:0 0}.modal__body::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:9999px}.modal__body::-webkit-scrollbar-thumb:hover{background:#9ca3af}.modal__footer{border-top:1px solid #f3f4f6;flex-direction:row;flex-shrink:0;justify-content:flex-end;align-items:center;gap:.75rem;padding:1rem 1.5rem;display:flex}@keyframes modal-fade-in{0%{opacity:0}to{opacity:1}}@keyframes modal-slide-up{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.signature-canvas{background:#9ca3af;border-radius:6px 6px 0 0;justify-content:center;align-items:center;width:100%;padding:1rem;display:flex;overflow:hidden}.signature-canvas canvas{cursor:crosshair;touch-action:none;background:#fff;border-radius:6px;width:100%;max-width:100%;display:block;box-shadow:inset 0 0 0 1px #e5e7eb}@media (width<=640px){.signature-canvas canvas{width:100%}}.signature-block{margin-bottom:1.5rem}.signature-block__clear{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:0 0 6px 6px;width:100%;padding:.5rem 0;font-size:.875rem;font-weight:500;transition:background .15s}.signature-block__clear:hover{background:#ec1e1e}.signature-block__upload{margin-top:1rem}.signature-block__label{color:#374151;margin-bottom:.5rem;font-size:.875rem;font-weight:500}.signature-block__preview{object-fit:contain;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;max-width:100%;margin-bottom:.5rem;display:block}.signature-block__preview--signature{width:auto;max-height:120px;padding:.25rem}.signature-block__preview--avatar{width:100%;height:160px;padding:.25rem}.signature-block__none{color:#9ca3af;margin-bottom:.5rem;font-size:.75rem}.confirm-message{color:#374151;font-size:.9rem;line-height:1.6}.queue-layout{grid-template-columns:1fr 1fr;align-items:stretch;gap:1rem;display:grid}@media (width<=900px){.queue-layout{grid-template-columns:1fr}}.queue-panel{background:#fff;border:1.5px solid #e5e7eb;border-radius:.5rem;overflow:hidden}.queue-panel__header{border-bottom:1px solid #f3f4f6;flex-direction:row;justify-content:space-between;align-items:center;gap:.5rem;padding:1rem;display:flex}.queue-panel__header h2{color:#111827;margin:0;font-size:.875rem;font-weight:700}.queue-panel__badge{color:#20389d;white-space:nowrap;background:#e8ebf7;border-radius:9999px;align-items:center;padding:2px .5rem;font-size:.75rem;font-weight:600;display:inline-flex}.queue-panel__empty{color:#9ca3af;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;padding:2rem 1rem;font-size:.875rem;display:flex}.queue-panel__footer{border-top:1px solid #f3f4f6;padding:.75rem 1rem}@media (width<=700px){.queue-panel{-webkit-overflow-scrolling:touch;overflow-x:auto}}.queue-table{border-collapse:collapse;width:100%}.queue-table th{text-align:left;color:#6b7280;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap;background:#f9fafb;border-bottom:1px solid #f3f4f6;padding:.5rem .75rem;font-size:.75rem;font-weight:600}.queue-table td{color:#374151;vertical-align:middle;border-bottom:1px solid #f9fafb;padding:.5rem .75rem;font-size:.875rem}.queue-table tr:last-child td{border-bottom:none}.queue-table tr:hover td{background:#f9fafb}.queue-table--dark-header th{color:#fff;text-transform:none;letter-spacing:0;background:#1a5c2e;border-bottom:none;font-size:.875rem;font-weight:600}@media (width<=700px){.queue-table{min-width:620px}}.queue-cell-stack{flex-direction:column;gap:1px;display:flex}.queue-cell-sub{color:#9ca3af;font-size:.75rem}.ticket{color:#111827;letter-spacing:.05em;background:#f3f4f6;border-radius:.375rem;padding:2px .5rem;font-family:Courier New,monospace;font-size:.875rem;font-weight:700;display:inline-block}.queue-actions{white-space:nowrap;flex-direction:row;justify-content:flex-end;align-items:center;gap:.25rem;display:flex}.pagination--sm{justify-content:center}.pagination--sm .pagination__info{font-size:.75rem}.page-header__actions{flex-flow:wrap;flex-shrink:0;justify-content:flex-end;align-items:center;gap:.5rem;display:flex}@media (width<=640px){.page-header__actions{justify-content:stretch;width:100%}.page-header__actions .btn{flex:100%;justify-content:center}}.call-modal{flex-direction:column;gap:1rem;display:flex}.call-modal__label{color:#374151;margin-bottom:-.5rem;font-size:.875rem;font-weight:600}.call-modal__tipo-row{flex-direction:row;justify-content:flex-start;align-items:center;gap:.5rem;display:flex}@media (width<=420px){.call-modal__tipo-row{flex-direction:column;align-items:stretch}}.call-modal__tipo-btn{color:#4b5563;cursor:pointer;text-align:center;background:#fff;border:2px solid #e5e7eb;border-radius:.5rem;flex:1;padding:.75rem;font-size:.875rem;font-weight:500;transition:all .15s}.call-modal__tipo-btn:hover{color:#20389d;border-color:#20389d}.call-modal__tipo-btn--active{color:#20389d;background:#e8ebf7;border-color:#20389d;font-weight:600}.call-modal__tipo-btn--pref{color:#92400e;background:#fffbeb;border-color:#fde68a}.call-modal__tipo-btn--active-pref{color:#92400e;background:#fef3c7;border-color:#d97706}.call-modal__guiche-wrap{flex-direction:column;gap:.5rem;display:flex}.call-modal__guiche-input{color:#111827;text-align:center;-moz-appearance:textfield;border:1.5px solid #e5e7eb;border-radius:.5rem;outline:none;width:100%;padding:.5rem .75rem;font-size:1.5rem;font-weight:700;transition:border-color .15s}.call-modal__guiche-input:focus{border-color:#20389d}.call-modal__guiche-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.call-modal__guiche-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.call-modal__guiche-shortcuts{flex-flow:wrap;justify-content:flex-start;align-items:center;gap:.25rem;display:flex}.call-modal__guiche-shortcut{color:#4b5563;cursor:pointer;background:#fff;border:1.5px solid #e5e7eb;border-radius:.5rem;justify-content:center;align-items:center;width:36px;height:36px;font-size:.875rem;font-weight:500;transition:all .15s;display:flex}.call-modal__guiche-shortcut:hover{color:#20389d;background:#e8ebf7;border-color:#20389d}.call-modal__guiche-shortcut--active{color:#fff;background:#20389d;border-color:#20389d;font-weight:700}.call-modal__actions{border-top:1px solid #f3f4f6;flex-direction:row;justify-content:flex-end;align-items:center;gap:.5rem;padding-top:.5rem;display:flex}.calling-banner{color:#fff;background:#20389d;border-radius:.5rem;flex-flow:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:1rem;padding:.75rem 1rem;animation:.25s banner-slide-in;display:flex}.calling-banner--preferencial{background:#d97706}.calling-banner__left{flex-direction:row;flex:1;justify-content:flex-start;align-items:center;gap:.75rem;min-width:0;display:flex}.calling-banner__icon{opacity:.9;flex-shrink:0}.calling-banner__label{opacity:.85;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:600}.calling-banner__patient{white-space:nowrap;text-overflow:ellipsis;font-size:.875rem;font-weight:600;overflow:hidden}.calling-banner__ticket{letter-spacing:.05em;flex-shrink:0;font-family:Courier New,monospace;font-size:2rem;font-weight:700}.calling-banner__guiche{background:#ffffff26;border-radius:.5rem;flex-direction:row;flex-shrink:0;justify-content:flex-start;align-items:center;gap:.5rem;padding:.5rem .75rem;display:flex}.calling-banner__guiche-label{opacity:.8;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;display:block}.calling-banner__guiche-num{font-size:1.125rem;font-weight:700;display:block}.calling-banner__close{color:#fff;cursor:pointer;opacity:.7;background:0 0;border:none;flex-shrink:0;padding:0 .25rem;font-size:1.5rem;line-height:1}.calling-banner__close:hover{opacity:1}@keyframes banner-slide-in{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.gae-filter-tabs{border-bottom:1px solid #f3f4f6;flex-flow:wrap;justify-content:flex-start;align-items:center;gap:.5rem;margin-bottom:1.25rem;padding-bottom:.75rem;display:flex}.gae-filter-tab{color:#6b7280;cursor:pointer;background:0 0;border:1.5px solid #0000;border-radius:9999px;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:all .15s}.gae-filter-tab:hover{color:#374151;background:#f9fafb}.gae-filter-tab--active{color:#20389d;background:#e8ebf7;border-color:#20389d;font-weight:600}.gae-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem;display:grid}.gae-card{background:#fff;border:1.5px solid #e5e7eb;border-radius:.5rem;flex-direction:column;gap:.75rem;padding:1rem;transition:box-shadow .15s;display:flex}.gae-card:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.gae-card--yellow{border-left:4px solid #f59e0b}.gae-card--blue{border-left:4px solid #20389d}.gae-card--green{border-left:4px solid #3ed5b0}.gae-card--gray{border-left:4px solid #d1d5db}.gae-card__header{flex-flow:row;justify-content:space-between;align-items:center;gap:.5rem;display:flex}.gae-card__patient{flex-direction:row;flex:1;justify-content:flex-start;align-items:center;gap:.5rem;min-width:0;display:flex;overflow:hidden}.gae-card__avatar{color:#20389d;background:#e8ebf7;border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:.875rem;font-weight:700;display:flex}.gae-card__patient-info{flex:1;min-width:0;overflow:hidden}.gae-card__name{color:#111827;white-space:nowrap;text-overflow:ellipsis;max-width:100%;font-size:.875rem;font-weight:600;display:block;overflow:hidden}.gae-card__cpf{color:#9ca3af;font-size:.75rem;display:block}.gae-card__tags{flex-flow:wrap;justify-content:flex-start;align-items:center;gap:.5rem;display:flex}.gae-card__footer{flex-direction:row;justify-content:space-between;align-items:center;gap:.5rem;display:flex}.gae-card__time{color:#9ca3af;flex-direction:row;justify-content:flex-start;align-items:center;gap:4px;font-size:.75rem;display:flex}.gae-card__actions{flex-direction:row;justify-content:flex-end;align-items:center;gap:.25rem;display:flex}.gae-status{white-space:nowrap;border-radius:9999px;flex-shrink:0;align-items:center;padding:2px .75rem;font-size:.75rem;font-weight:600;display:inline-flex}.gae-status--yellow{color:#92400e;background:#fefce8}.gae-status--blue{color:#20389d;background:#e8ebf7}.gae-status--green{color:#166534;background:#f0fdf4}.gae-status--gray{color:#6b7280;background:#f3f4f6}.gae-tag{color:#4b5563;background:#f3f4f6;border-radius:.375rem;align-items:center;padding:2px .5rem;font-size:11px;font-weight:500;display:inline-flex}.gae-tag--accent{color:#92400e;background:#fef3c7}.btn--xs{gap:3px;padding:.25rem .75rem;font-size:.75rem}.gae-modal-steps{flex-direction:row;justify-content:flex-start;align-items:center;margin-bottom:1.25rem;display:flex}@media (width<=520px){.gae-modal-steps{align-items:stretch}}.gae-modal-step-indicator{color:#9ca3af;background:#f3f4f6;border-radius:9999px;padding:.5rem 1rem;font-size:.875rem;font-weight:600}.gae-modal-step-indicator.active{color:#fff;background:#20389d}.gae-modal-step-indicator.done{color:#166534;background:#f0fdf4}@media (width<=520px){.gae-modal-step-indicator{text-align:center;flex:1;padding:.5rem;font-size:.75rem}}.gae-modal-step-divider{background:#f3f4f6;flex:1;height:2px;margin:0 .5rem}.patient-step{flex-direction:column;gap:.75rem;display:flex}.patient-step__hint{color:#6b7280;font-size:.875rem}.patient-step__search-row{flex-direction:row;justify-content:flex-start;align-items:center;gap:.5rem;display:flex}@media (width<=520px){.patient-step__search-row{flex-direction:column;align-items:stretch}}.patient-step__search-row input{border:1px solid #e5e7eb;border-radius:.5rem;outline:none;flex:1;padding:.5rem .75rem;font-size:.875rem;transition:border-color .15s}.patient-step__search-row input:focus{border-color:#20389d}.patient-step__loading{justify-content:center;align-items:center;padding:.75rem;display:flex}.patient-step__empty{color:#9ca3af;text-align:center;padding:.75rem;font-size:.875rem}.patient-step__divider{color:#d1d5db;text-transform:uppercase;letter-spacing:.05em;flex-direction:row;justify-content:center;align-items:center;gap:.5rem;font-size:.75rem;display:flex}.patient-step__divider:before,.patient-step__divider:after{content:"";background:#f3f4f6;flex:1;height:1px}.patient-step__register{justify-content:center;align-items:center;padding-top:.5rem;display:flex}.patient-step__back{color:#20389d;cursor:pointer;background:0 0;border:none;align-self:flex-start;padding:0;font-size:.875rem}.patient-step__back:hover{text-decoration:underline}.patient-step__save-row{flex-direction:row;justify-content:flex-end;align-items:center;margin-top:1rem;display:flex}.patient-list{flex-direction:column;gap:2px;max-height:220px;display:flex;overflow-y:auto}.patient-list::-webkit-scrollbar{width:6px}.patient-list::-webkit-scrollbar-track{background:0 0}.patient-list::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:9999px}.patient-list::-webkit-scrollbar-thumb:hover{background:#9ca3af}.patient-item{cursor:pointer;text-align:left;background:0 0;border:1px solid #0000;border-radius:.5rem;flex-direction:row;justify-content:flex-start;align-items:center;gap:.75rem;width:100%;padding:.75rem;transition:all .15s;display:flex}.patient-item:hover{background:#f9fafb;border-color:#e5e7eb}.patient-item--highlight{background:#e8ebf7;border-color:#20389d}.patient-item__avatar{color:#4b5563;background:#f3f4f6;border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:.875rem;font-weight:700;display:flex}.patient-item__info{flex-direction:column;flex:1;justify-content:flex-start;align-items:flex-start;gap:2px;min-width:0;display:flex}.patient-item__name{color:#1f2937;white-space:nowrap;text-overflow:ellipsis;font-size:.875rem;font-weight:500;overflow:hidden}.patient-item__cpf{color:#9ca3af;font-size:.75rem}.patient-item__arrow{color:#9ca3af;flex-shrink:0}.gae-step{flex-direction:column;gap:.75rem;display:flex}.gae-step__patient-banner{background:#e8ebf7;border-radius:.5rem;flex-direction:row;justify-content:flex-start;align-items:center;gap:.75rem;margin-bottom:.5rem;padding:.75rem;display:flex}.gae-step__patient-avatar{color:#fff;background:#20389d;border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:.875rem;font-weight:700;display:flex}.gae-step__patient-name{color:#111827;font-size:.875rem;font-weight:600}.gae-step__patient-cpf{color:#6b7280;font-size:.75rem}.gae-step__change{color:#20389d;cursor:pointer;background:0 0;border:none;margin-left:auto;font-size:.75rem}.gae-step__change:hover{text-decoration:underline}.gae-step__accident-toggle{padding:.75rem 0}.gae-step__submit-row{border-top:1px solid #f3f4f6;flex-direction:row;justify-content:flex-end;align-items:center;margin-top:1rem;padding-top:1rem;display:flex}.radio-grid{grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:.5rem;display:grid}.radio-grid--3{grid-template-columns:repeat(3,1fr)}@media (width<=520px){.radio-grid,.radio-grid--3{grid-template-columns:1fr}}.radio-card{cursor:pointer;color:#374151;background:#fff;border:1.5px solid #e5e7eb;border-radius:.5rem;flex-direction:row;justify-content:flex-start;align-items:center;gap:.5rem;padding:.75rem;font-size:.875rem;transition:all .15s;display:flex}.radio-card:hover{background:#e8ebf7;border-color:#20389d}.radio-card--selected{color:#20389d;background:#e8ebf7;border-color:#20389d;font-weight:600}.radio-card input[type=radio]{accent-color:#20389d;flex-shrink:0}.toggle-label{cursor:pointer;color:#374151;flex-direction:row;justify-content:flex-start;align-items:center;gap:.5rem;font-size:.875rem;display:flex}.toggle-label input[type=checkbox]{accent-color:#20389d;cursor:pointer;width:16px;height:16px}.form-textarea{color:#1f2937;resize:vertical;border:1px solid #e5e7eb;border-radius:.5rem;outline:none;width:100%;padding:.75rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.875rem;transition:border-color .15s}.form-textarea:focus{border-color:#20389d}.form-textarea::placeholder{color:#9ca3af}.med-section-label{text-transform:uppercase;letter-spacing:.08em;color:#6b7280;margin-bottom:.75rem;font-size:.75rem;font-weight:700}.med-color-grid{flex-wrap:wrap;gap:.75rem;margin-bottom:1.25rem;display:flex}.med-color-card{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;flex-direction:row;flex:1;justify-content:flex-start;align-items:center;gap:.75rem;min-width:130px;padding:.75rem 1rem;display:flex;box-shadow:0 1px 2px #0000000d}.med-color-card__circle{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:1rem;font-weight:700;display:flex}.med-color-card__label{color:#1f2937;font-size:.875rem;font-weight:600;line-height:1.25}.med-color-card__sublabel{color:#6b7280;margin-top:1px;font-size:.75rem}.med-table{border-collapse:collapse;width:100%;font-size:.875rem}.med-table thead tr{color:#fff;background:#1e3a8a}.med-table th{text-align:left;letter-spacing:.04em;white-space:nowrap;padding:.75rem 1rem;font-size:.75rem;font-weight:600}.med-table td{color:#374151;vertical-align:middle;border-bottom:1px solid #f3f4f6;padding:.75rem 1rem}.med-table tbody tr:hover{background:#f9fafb}.med-table__empty,.med-table__loading{text-align:center;color:#9ca3af;flex-direction:row;justify-content:center;align-items:center;gap:.5rem;display:flex;padding:1.5rem!important}.med-table--queue thead tr{background:#1e3a8a}.med-patient-cell{flex-direction:row;justify-content:flex-start;align-items:center;gap:.5rem;display:flex}.med-patient-cell__name{color:#1f2937;font-weight:500;display:block}.med-patient-cell__color{font-size:.75rem;font-weight:500;display:block}.med-wristband-dot{border-radius:50%;flex-shrink:0;width:10px;height:10px;display:inline-block}.med-sub-section+.med-sub-section{margin-top:2rem}.med-sub-section__title{color:#1f2937;margin-bottom:.75rem;font-size:1rem;font-weight:600}.atd-header{background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;flex-direction:column;gap:.75rem;margin-bottom:1rem;padding:1rem 1.25rem;display:flex}.atd-header__top{flex-flow:wrap;justify-content:space-between;align-items:center;gap:.75rem;display:flex}.atd-header__back{color:#4b5563;cursor:pointer;background:#f3f4f6;border:none;border-radius:.5rem;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;padding:.5rem;transition:all .15s;display:flex}.atd-header__back:hover{color:#111827;background:#e5e7eb}.atd-header__title-block{flex-direction:column;flex:1;gap:1px;min-width:0;display:flex}.atd-header__title{text-transform:uppercase;letter-spacing:.06em;color:#9ca3af;margin:0;font-size:.75rem;font-weight:600}.atd-header__patient-name{color:#111827;white-space:nowrap;text-overflow:ellipsis;font-size:1.125rem;font-weight:700;overflow:hidden}.atd-header .atd-view-mode{color:#4b5563;background:#f3f4f6;border-radius:9999px;align-self:flex-start;margin-top:.25rem;padding:2px .5rem;font-size:.75rem;font-weight:600;display:inline-flex}.atd-header__top-actions{flex-flow:wrap;flex-shrink:0;justify-content:flex-end;align-items:center;gap:.5rem;display:flex}.atd-header__bottom{border-top:1px solid #f3f4f6;flex-flow:wrap;justify-content:space-between;align-items:center;gap:.75rem;padding-top:.75rem;display:flex}.atd-header__patient-meta{flex-flow:wrap;justify-content:flex-start;align-items:center;gap:.5rem;display:flex}.atd-header__view-btns{flex-flow:wrap;flex-shrink:0;justify-content:flex-end;align-items:center;gap:.5rem;display:flex}@media (width<=640px){.atd-header{padding:.75rem 1rem}.atd-header__top-actions{justify-content:stretch;width:100%}.atd-header__top-actions .btn{flex:1;justify-content:center}.atd-header__bottom{flex-direction:column;align-items:flex-start}.atd-header__view-btns{width:100%}.atd-header__view-btns .btn{flex:1;justify-content:center}}.atd-save-ok{color:#3ed5b0;white-space:nowrap;flex-direction:row;justify-content:flex-start;align-items:center;gap:4px;font-size:.75rem;font-weight:600;display:flex}.atd-meta-chip{color:#4b5563;white-space:nowrap;background:#f3f4f6;border-radius:9999px;align-items:center;gap:.25rem;padding:2px .5rem;font-size:.75rem;display:inline-flex}.atd-meta-chip--wristband{gap:.25rem}.atd-meta-wristband{border-radius:50%;flex-shrink:0;width:8px;height:8px;display:inline-block}.atd-form-card{margin-bottom:1rem}.atd-form-grid{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}@media (width<=860px){.atd-form-grid{grid-template-columns:1fr}}.atd-form-col{flex-direction:column;gap:1rem;display:flex}.atd-field{flex-direction:column;gap:.25rem;display:flex}.atd-bottom-grid{grid-template-columns:200px 1fr;align-items:flex-start;gap:1rem;margin-bottom:1rem;display:grid}@media (width<=768px){.atd-bottom-grid{grid-template-columns:1fr}}.atd-bottom-grid--single{grid-template-columns:1fr}.atd-actions-card{flex-direction:column;display:flex}.atd-actions-list{flex-direction:column;gap:.5rem;display:flex}.atd-actions-list .btn{justify-content:flex-start}@media (width<=768px){.atd-actions-list{flex-flow:wrap}.atd-actions-list .btn{flex:auto;justify-content:center}}.atd-alta-card{flex-direction:column;gap:0;display:flex}.atd-alta-header{flex-flow:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.75rem;display:flex}.atd-alta-header .med-section-label{margin:0}.atd-alta-grid{grid-template-columns:repeat(5,1fr);gap:.5rem;margin-bottom:1rem;display:grid}@media (width<=640px){.atd-alta-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=380px){.atd-alta-grid{grid-template-columns:repeat(2,1fr)}}.atd-alta-btn{cursor:pointer;color:#4b5563;text-align:center;background:#f9fafb;border:1.5px solid #e5e7eb;border-radius:.5rem;flex-direction:column;justify-content:center;align-items:center;gap:.25rem;min-height:72px;padding:.75rem .5rem;font-size:11px;font-weight:500;line-height:1.3;transition:all .15s;display:flex}.atd-alta-btn:hover:not(:disabled){color:#20389d;background:#e8ebf7;border-color:#20389d}.atd-alta-btn:disabled{opacity:.45;cursor:not-allowed}.atd-docs-header{flex-direction:row;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}.atd-observation-card{background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;flex-direction:row;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;padding:1rem 1.25rem;display:flex}.atd-observation-card .med-section-label{margin-bottom:.25rem}.atd-observation-card__text{color:#6b7280;margin:0;font-size:.875rem}.atd-observation-card .btn{white-space:nowrap}@media (width<=640px){.atd-observation-card{flex-direction:column;align-items:stretch}.atd-observation-card .btn{justify-content:center;width:100%}}.atd-footer{background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;flex-direction:row;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:1rem;padding:1rem 1.25rem;display:flex}@media (width<=480px){.atd-footer{flex-direction:column;gap:.5rem}.atd-footer .btn{justify-content:center;width:100%}}.upload-modal{flex-direction:column;gap:.75rem;display:flex}.upload-drop{cursor:pointer;text-align:center;-webkit-user-select:none;user-select:none;border:2px dashed #e5e7eb;border-radius:.5rem;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;padding:2rem 1rem;transition:all .15s;display:flex}.upload-drop:hover{background:#e8ebf7;border-color:#20389d}.upload-drop--selected,.upload-drop--selected:hover{background:#d4f7ef;border-color:#3ed5b0}.upload-drop__icon{color:#9ca3af}.upload-drop__icon--file{color:#3ed5b0}.upload-drop__hint{color:#374151;font-size:.875rem;font-weight:600}.upload-drop__sub{color:#9ca3af;font-size:.75rem}.upload-drop__filename{color:#1f2937;word-break:break-all;font-size:.875rem;font-weight:600}.upload-drop__size{color:#6b7280;font-size:.75rem}.upload-drop__change{color:#20389d;margin-top:2px;font-size:.75rem}.doc-form{flex-direction:column;gap:1rem;display:flex}.doc-form__patient{color:#1e40af;background:#e8ebf7;border:1px solid #bfdbfe;border-radius:.5rem;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem;padding:.75rem;font-size:.75rem;display:grid}@media (width<=560px){.doc-form__patient{grid-template-columns:1fr}}.doc-form__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;display:grid}@media (width<=640px){.doc-form__grid{grid-template-columns:1fr}}.doc-form__field{flex-direction:column;gap:.25rem;min-width:0;display:flex}.doc-form__wide{grid-column:1/-1}.doc-form__input,.doc-form__textarea{color:#1f2937;background:#fff;border:1.5px solid #e5e7eb;border-radius:.5rem;outline:none;width:100%;padding:.75rem 1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.875rem;transition:border-color .15s,box-shadow .15s}.doc-form__input::placeholder,.doc-form__textarea::placeholder{color:#9ca3af}.doc-form__input:focus,.doc-form__textarea:focus{border-color:#20389d;box-shadow:0 0 0 3px #20389d1f}.doc-form__input:disabled,.doc-form__textarea:disabled{color:#9ca3af;cursor:not-allowed;background:#f9fafb}.doc-form__input,.doc-form__textarea{width:100%;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.doc-form__textarea{resize:vertical}.doc-form__select{padding-top:.5rem;padding-bottom:.5rem}.doc-form__signature{border-top:1px solid #f3f4f6;flex-wrap:wrap;align-items:center;gap:1rem;padding-top:.75rem;display:flex}.doc-form__signature .form-label{width:100%}.doc-form__signature label:not(.form-label){color:#4b5563;flex-direction:row;justify-content:flex-start;align-items:center;gap:.5rem;font-size:.875rem;display:flex}.doc-form__secondary{flex-direction:column;gap:.5rem;display:flex}.doc-form__secondary-row{grid-template-columns:1fr 90px;gap:.5rem;display:grid}@media (width<=560px){.doc-form__secondary-row{grid-template-columns:1fr}}.doc-form__add{color:#20389d;cursor:pointer;background:0 0;border:none;align-self:flex-start;padding:2px 0;font-size:.75rem}.doc-form__repeater{flex-direction:column;gap:.75rem;display:flex}.doc-form__repeater-head{flex-flow:wrap;justify-content:flex-start;align-items:center;gap:1rem;display:flex}.doc-form__prescription{border:1px solid #f3f4f6;border-radius:.5rem;grid-template-columns:minmax(280px,4fr) minmax(170px,2fr) minmax(120px,1.6fr) 120px auto;align-items:start;gap:.5rem;padding:.75rem;display:grid}@media (width<=1000px){.doc-form__prescription{grid-template-columns:1fr 1fr}}.doc-form__prescription-note{grid-column:1/-2}.doc-form__procedure{grid-template-columns:1fr auto;align-items:center;gap:.5rem;display:grid}.doc-form__remove{color:#ef4444;cursor:pointer;background:0 0;border:none;border-radius:.5rem;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.doc-form__remove:hover{background:#fef2f2}.doc-list{flex-direction:column;gap:.5rem;display:flex}.doc-list__loading{justify-content:center;align-items:center;padding:1rem;display:flex}.doc-list__empty{color:#9ca3af;text-align:center;padding:.5rem 0;font-size:.75rem}.doc-item{background:#f9fafb;border:1px solid #f3f4f6;border-radius:.5rem;flex-direction:row;justify-content:flex-start;align-items:center;gap:.5rem;padding:.5rem .75rem;display:flex}.doc-item__icon{color:#ef4444;flex-shrink:0}.doc-item__info{flex-direction:column;flex:1;gap:1px;min-width:0;display:flex}.doc-item__name{color:#1f2937;white-space:nowrap;text-overflow:ellipsis;font-size:.875rem;font-weight:500;overflow:hidden}.doc-item__meta{color:#9ca3af;white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}.doc-item__actions{flex-direction:row;flex-shrink:0;justify-content:flex-end;align-items:center;gap:.25rem;display:flex}@media (width<=480px){.doc-item{flex-wrap:wrap}.doc-item__actions{justify-content:flex-end;width:100%}}.dx-select{flex-direction:column;gap:.25rem;display:flex}.dx-select__wrapper{position:relative}.dx-select__input{color:#1f2937;border:1px solid #e5e7eb;border-radius:.5rem;outline:none;width:100%;padding:.5rem .75rem;font-size:.875rem;transition:border-color .15s}.dx-select__input:focus{border-color:#20389d}.dx-select__input::placeholder{color:#9ca3af}.dx-select__dropdown{z-index:100;background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;max-height:220px;position:absolute;top:calc(100% + 2px);left:0;right:0;overflow-y:auto;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.dx-select__dropdown::-webkit-scrollbar{width:6px}.dx-select__dropdown::-webkit-scrollbar-track{background:0 0}.dx-select__dropdown::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:9999px}.dx-select__dropdown::-webkit-scrollbar-thumb:hover{background:#9ca3af}.dx-select__loading,.dx-select__empty{color:#9ca3af;text-align:center;justify-content:center;align-items:center;padding:.75rem;font-size:.875rem;display:flex}.dx-select__item{text-align:left;cursor:pointer;background:0 0;border:none;border-bottom:1px solid #f9fafb;align-items:center;gap:.5rem;width:100%;padding:.5rem .75rem;transition:background .15s;display:flex}.dx-select__item:last-child{border-bottom:none}.dx-select__item:hover{background:#e8ebf7}.dx-select__item-code{color:#20389d;white-space:nowrap;flex-shrink:0;min-width:60px;font-family:Courier New,monospace;font-size:.75rem;font-weight:700}.dx-select__item-name{color:#374151;white-space:nowrap;text-overflow:ellipsis;font-size:.875rem;overflow:hidden}.dx-select__selected{background:#e8ebf7;border:1px solid #20389d;border-radius:.5rem;flex-direction:row;justify-content:flex-start;align-items:center;gap:.5rem;padding:.5rem .75rem;display:flex}.dx-select__code{color:#20389d;flex-shrink:0;font-family:Courier New,monospace;font-size:.75rem;font-weight:700}.dx-select__name{color:#374151;white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:.875rem;overflow:hidden}.dx-select__clear{color:#9ca3af;cursor:pointer;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;padding:2px;transition:all .15s;display:flex}.dx-select__clear:hover{color:#ef4444;background:#ef44441a}.triage-modal{flex-direction:column;gap:1rem;display:flex}.triage-modal__loading{justify-content:center;align-items:center;padding:2rem;display:flex}.triage-modal__empty{color:#9ca3af;text-align:center;padding:1.5rem;font-size:.875rem}.triage-modal__wristband{background:#f9fafb;border-radius:.5rem;flex-direction:row;justify-content:flex-start;align-items:center;gap:.5rem;padding:.5rem .75rem;display:flex}.triage-modal__wristband-dot{border-radius:50%;flex-shrink:0;width:14px;height:14px;display:inline-block}.triage-modal__wristband-label{color:#1f2937;font-size:.875rem;font-weight:600}.triage-modal__vitals{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.5rem;display:grid}.triage-modal__vital{background:#f9fafb;border-radius:.375rem;flex-direction:column;gap:2px;padding:.5rem .75rem;display:flex}.triage-modal__vital-label{color:#6b7280;text-transform:uppercase;letter-spacing:.04em;font-size:11px;font-weight:600}.triage-modal__vital-value{color:#111827;font-size:.875rem;font-weight:600}.triage-modal__classification{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.5rem;display:grid}.triage-modal__field{flex-direction:column;gap:4px;display:flex}.triage-modal__field-label{text-transform:uppercase;letter-spacing:.05em;color:#6b7280;font-size:.75rem;font-weight:700}.triage-modal__field-value{color:#374151;background:#f9fafb;border-radius:.375rem;margin:0;padding:.5rem .75rem;font-size:.875rem;line-height:1.5}.triage-modal__date{color:#9ca3af;text-align:right;margin:0;font-size:.75rem}.history-layout{grid-template-columns:minmax(240px,.8fr) minmax(340px,1.2fr);gap:1rem;display:grid}@media (width<=780px){.history-layout{grid-template-columns:1fr}}.history-list{flex-direction:column;gap:.5rem;max-height:360px;display:flex;overflow-y:auto}.history-list::-webkit-scrollbar{width:6px}.history-list::-webkit-scrollbar-track{background:0 0}.history-list::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:9999px}.history-list::-webkit-scrollbar-thumb:hover{background:#9ca3af}.history-item{text-align:left;cursor:pointer;background:#f9fafb;border:1px solid #f3f4f6;border-radius:.5rem;flex-direction:column;gap:.75rem;width:100%;padding:.75rem;transition:border-color .15s,background .15s;display:flex}.history-item:hover,.history-item--selected{background:#e8ebf7;border-color:#20389d}.history-item__header{flex-direction:row;justify-content:space-between;align-items:center;gap:.75rem;width:100%;display:flex}.history-item__left{flex-direction:row;justify-content:flex-start;align-items:center;gap:.5rem;min-width:0;display:flex}.history-item__dot{border-radius:50%;flex-shrink:0;width:10px;height:10px;display:inline-block}.history-item__date{color:#1f2937;font-size:.875rem;font-weight:500;display:block}.history-item__type{color:#9ca3af;font-size:.75rem;display:block}.history-item__details{border-top:1px solid #e5e7eb;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem;width:100%;padding-top:.5rem;display:grid}.history-item__details div{flex-direction:column;gap:2px;min-width:0;display:flex}.history-item__details strong{color:#6b7280;font-size:.75rem}.history-item__details span{color:#374151;font-size:.75rem;line-height:1.45}@media (width<=640px){.history-item__details{grid-template-columns:1fr}}.history-details{flex-direction:column;gap:.75rem;max-height:520px;padding-right:.25rem;display:flex;overflow-y:auto}.history-details::-webkit-scrollbar{width:6px}.history-details::-webkit-scrollbar-track{background:0 0}.history-details::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:9999px}.history-details::-webkit-scrollbar-thumb:hover{background:#9ca3af}.history-details__header{border-bottom:1px solid #e5e7eb;flex-direction:row;justify-content:space-between;align-items:center;gap:.75rem;padding-bottom:.75rem;display:flex}.history-details__header h3{color:#1f2937;margin:0 0 2px;font-size:1rem}.history-details__header p{color:#6b7280;margin:0;font-size:.75rem}.history-details__label{margin:.5rem 0 0}.gae-log{flex-direction:column;gap:.75rem;max-height:560px;padding-right:.25rem;display:flex;overflow-y:auto}.gae-log::-webkit-scrollbar{width:6px}.gae-log::-webkit-scrollbar-track{background:0 0}.gae-log::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:9999px}.gae-log::-webkit-scrollbar-thumb:hover{background:#9ca3af}.gae-log-entry{background:#f9fafb;border:1px solid #f3f4f6;border-radius:.5rem;flex-direction:column;gap:.5rem;padding:.75rem 1rem;display:flex}.gae-log-entry__meta{flex-direction:row;justify-content:flex-start;align-items:center;gap:.75rem;display:flex}.gae-log-entry__date{color:#6b7280;font-size:.75rem}.gae-log-entry__body{flex-direction:column;gap:4px;display:flex}.gae-log-entry__label{color:#1f2937;flex-direction:row;justify-content:flex-start;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;display:flex}.gae-log-entry__dot{border-radius:50%;flex-shrink:0;width:10px;height:10px;display:inline-block}.gae-log-entry__line{color:#374151;margin:0;font-size:.75rem;line-height:1.5}.gae-log-entry__line strong{color:#6b7280;margin-right:4px;font-weight:500}.gae-log-tag{border-radius:99px;align-items:center;padding:2px 8px;font-size:.75rem;font-weight:600;line-height:1.6;display:inline-flex}.gae-log-tag--blue{color:#20389d;background:#e8ebf7}.gae-log-tag--yellow{color:#a16207;background:#fef9c3}.gae-log-tag--green,.gae-log-tag--teal{color:#29b896;background:#d4f7ef}.gae-log-tag--gray{color:#4b5563;background:#f3f4f6}.cancel-modal{flex-direction:column;gap:.75rem;display:flex}.cancel-modal__hint{color:#4b5563;margin:0;font-size:.875rem}.discharge-modal{flex-direction:column;gap:.5rem;display:flex}.discharge-modal__option{color:#374151;cursor:pointer;border:1px solid #e5e7eb;border-radius:.5rem;flex-direction:row;justify-content:flex-start;align-items:center;gap:.5rem;padding:.75rem;font-size:.875rem;display:flex}.discharge-modal__option:hover{background:#f9fafb}.discharge-modal__option input{accent-color:#20389d}.modal__footer-actions{flex-direction:row;justify-content:flex-end;align-items:center;gap:.5rem;display:flex}.evolution-modal{flex-direction:column;gap:1rem;display:flex}.evolution-modal__hint{color:#4b5563;margin:0;font-size:.875rem}.evolution-history{border-top:1px solid #e5e7eb;flex-direction:column;gap:.5rem;max-height:300px;padding-top:1rem;display:flex;overflow-y:auto}.evolution-history::-webkit-scrollbar{width:6px}.evolution-history::-webkit-scrollbar-track{background:0 0}.evolution-history::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:9999px}.evolution-history::-webkit-scrollbar-thumb:hover{background:#9ca3af}.evolution-item{background:#f9fafb;border:1px solid #e5e7eb;border-radius:.5rem;padding:.75rem}.evolution-item__header{color:#6b7280;flex-direction:row;justify-content:flex-start;align-items:center;gap:.75rem;margin-bottom:.5rem;font-size:.75rem;display:flex}.evolution-item__header .btn{margin-left:auto}.evolution-item p{color:#374151;margin:0 0 4px;font-size:.875rem;line-height:1.45}.evolution-item p:last-child{margin-bottom:0}.med-color-card--critical{border-color:#ef4444;box-shadow:0 0 0 1px #ef444440}.med-color-card--critical .med-color-card__label{color:#b91c1c}.med-row--critical{background:#fff8f8!important}.med-row--critical td{border-bottom-color:#fecaca}.med-wait-cell{flex-direction:row;justify-content:flex-start;align-items:center;gap:.25rem;display:flex}.med-wait-cell__alert{color:#ef4444;flex-shrink:0}.med-wait-cell__time--critical{color:#b91c1c;font-weight:600}.referral-badge{color:#20389d;background:#e8ebf7;border-radius:99px;align-items:center;margin-left:.25rem;padding:1px 6px;font-size:10px;font-weight:600;display:inline-flex}.referral-modal{flex-direction:column;gap:1rem;padding-bottom:1rem;display:flex}.referral-wizard{flex-direction:column;gap:1rem;display:flex}.referral-wizard__progress{grid-template-columns:repeat(5,minmax(0,1fr));gap:.5rem;display:grid}@media (width<=640px){.referral-wizard__progress{grid-template-columns:repeat(2,minmax(0,1fr))}}.referral-wizard__dot{color:#6b7280;background:#f9fafb;border:1px solid #e5e7eb;border-radius:.5rem;flex-direction:row;justify-content:flex-start;align-items:center;gap:.5rem;min-height:40px;padding:.5rem .75rem;font-size:.875rem;font-weight:600;display:flex}.referral-wizard__dot strong{color:#374151;background:#e5e7eb;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;font-size:.75rem;display:flex}.referral-wizard__dot--active{color:#20389d;background:#e8ebf7;border-color:#20389d}.referral-wizard__dot--active strong{color:#fff;background:#20389d}.catalog-select{flex:1;width:100%;min-width:220px;position:relative}.catalog-select .form-input{color:#1f2937;background:#fff;border:1.5px solid #e5e7eb;border-radius:.5rem;outline:none;width:100%;height:42px;padding:0 .75rem;font-size:.875rem;transition:border-color .15s,box-shadow .15s}.catalog-select .form-input:focus{border-color:#20389d;box-shadow:0 0 0 3px #20389d1f}.catalog-select__menu{z-index:100;background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;max-height:240px;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow-y:auto;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.catalog-select__option{text-align:left;cursor:pointer;background:#fff;border:0;border-bottom:1px solid #f3f4f6;flex-direction:column;align-items:flex-start;gap:2px;width:100%;padding:.5rem .75rem;display:flex}.catalog-select__option:hover{background:#e8ebf7}.catalog-select__option strong{color:#1f2937;font-size:.75rem;line-height:1.3}.catalog-select__option span{color:#6b7280;font-family:monospace;font-size:11px}.catalog-select__empty{color:#6b7280;padding:.75rem;font-size:.75rem}.referral-order{flex-direction:column;gap:.5rem;display:flex}.referral-order__item{cursor:grab;background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;flex-direction:row;justify-content:flex-start;align-items:center;gap:.5rem;padding:.75rem;transition:border-color .15s,box-shadow .15s,transform .15s;display:flex}.referral-order__item:active{cursor:grabbing}.referral-order__item--dragging{opacity:.55;transform:scale(.995)}.referral-order__item--over{border-color:#20389d;box-shadow:0 0 0 3px #20389d1f}.referral-order__drag{color:#9ca3af;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;display:flex}.referral-order__info{flex-direction:column;flex:1;min-width:0;display:flex}.referral-order__info strong{color:#1f2937;font-size:.875rem}.referral-order__info span{color:#6b7280;font-size:.75rem}.referral-after-all{flex-direction:column;gap:.5rem;display:flex}.referral-after-all__options{flex-flow:wrap;justify-content:flex-start;align-items:center;gap:1rem;display:flex}.referral-after-all__option{cursor:pointer;flex-direction:row;justify-content:flex-start;align-items:center;gap:.5rem;font-size:.875rem;display:flex}.referral-after-all__option input{accent-color:#20389d}.referral-steps-builder{flex-direction:column;gap:.75rem;display:flex}.referral-builder-step{background:#f9fafb;border:1px solid #e5e7eb;border-radius:.5rem;overflow:hidden}.referral-builder-step--linear{overflow:visible}.referral-builder-step__header{background:#fff;border-bottom:1px solid #f3f4f6;flex-flow:wrap;justify-content:flex-start;align-items:center;gap:.5rem;padding:.5rem .75rem;display:flex}.referral-builder-step__order-btns{flex-direction:row;justify-content:flex-start;align-items:center;gap:.25rem;display:flex}.referral-builder-step__num{color:#6b7280;text-align:center;min-width:16px;font-size:.75rem;font-weight:700}.referral-builder-step__type{min-width:140px}.referral-builder-items{flex-direction:column;gap:.5rem;padding:.75rem;display:flex}.referral-builder-item{flex-direction:column;gap:.5rem;display:flex}.referral-builder-item__code--locked{cursor:not-allowed!important;color:#6b7280!important;background:#f3f4f6!important;border-color:#e5e7eb!important}.referral-builder-item__row{grid-template-columns:minmax(0,1fr) minmax(120px,180px) 36px;align-items:start;gap:.5rem;display:grid}@media (width<=720px){.referral-builder-item__row{grid-template-columns:minmax(0,1fr) 36px}.referral-builder-item__row .referral-builder-item__code{grid-area:2/1/auto/-1}}.referral-builder-item__row .form-input,.referral-builder-item__presc .form-input,.referral-builder-item__presc .form-select,.referral-builder-item__presc .form-textarea{color:#1f2937;background:#fff;border:1.5px solid #e5e7eb;border-radius:.5rem;outline:none;width:100%;min-width:0;font-size:.875rem;transition:border-color .15s,box-shadow .15s}.referral-builder-item__row .form-input:focus,.referral-builder-item__presc .form-input:focus,.referral-builder-item__presc .form-select:focus,.referral-builder-item__presc .form-textarea:focus{border-color:#20389d;box-shadow:0 0 0 3px #20389d1f}.referral-builder-item__row .form-input,.referral-builder-item__presc .form-input,.referral-builder-item__presc .form-select{height:42px;padding:0 .75rem}.referral-builder-item__presc .form-select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-position:right .75rem center;background-repeat:no-repeat;padding-right:2.5rem}.referral-builder-item__code{max-width:none;font-family:monospace}.referral-builder-item__desc{resize:vertical;grid-column:1/-1;min-height:86px;padding:.75rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.4}.referral-builder-item__presc{grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem;padding-left:0;display:grid}@media (width<=900px){.referral-builder-item__presc{grid-template-columns:1fr}}.referral-builder-items__add{align-self:flex-start;margin-top:.25rem}.referral-add-step{align-self:flex-start}.referral-view{flex-direction:column;gap:.75rem;display:flex}.referral-view__meta{color:#4b5563;border-bottom:1px solid #f3f4f6;flex-flow:wrap;justify-content:flex-start;align-items:center;gap:.75rem;padding-bottom:.75rem;font-size:.875rem;display:flex}.referral-view__after{margin-left:auto;font-size:.875rem}.referral-step{background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;overflow:hidden}.referral-step--active{border-color:#20389d;box-shadow:0 0 0 3px #e8ebf7}.referral-step--concluido{opacity:.65}.referral-step__header{background:#f9fafb;border-bottom:1px solid #f3f4f6;flex-direction:row;justify-content:space-between;align-items:center;gap:.75rem;padding:.5rem .75rem;display:flex}.referral-step__left{flex-direction:row;justify-content:flex-start;align-items:center;gap:.5rem;display:flex}.referral-step__order{color:#374151;background:#e5e7eb;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;font-size:.75rem;font-weight:700;display:flex}.referral-step__type{color:#1f2937;font-size:.875rem;font-weight:600}.referral-step__counter{color:#6b7280;font-size:.75rem;font-style:italic}.referral-step__status{border-radius:99px;align-items:center;padding:2px 8px;font-size:.75rem;font-weight:600;display:inline-flex}.referral-step__status--aguardando{color:#a16207;background:#fef9c3}.referral-step__status--chamado{color:#20389d;background:#e8ebf7}.referral-step__status--concluido{color:#29b896;background:#d4f7ef}.referral-step__trace{color:#6b7280;margin:0;padding:2px .75rem 0;font-size:.75rem}.referral-step__trace--done{color:#29b896}.referral-step__call-btn{margin:.5rem .75rem 0}.referral-step__call-row{flex-flow:wrap;justify-content:flex-start;align-items:center;gap:.5rem;padding:.5rem .75rem;display:flex}.referral-step__call-row .form-input{flex:1;min-width:120px}.referral-items{flex-direction:column;gap:.5rem;margin:0;padding:.5rem .75rem .75rem;list-style:none;display:flex}.referral-item{background:#f9fafb;border:1px solid #f3f4f6;border-radius:.375rem;flex-flow:wrap;justify-content:space-between;align-items:flex-start;gap:.75rem;padding:.75rem;display:flex}.referral-item--done{opacity:.8;background:#d4f7ef;border-color:#3ed5b04d}.referral-item__check{color:#29b896;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;margin-top:2px;display:flex}.referral-item__circle{border:2px solid #d1d5db;border-radius:50%;width:12px;height:12px;display:block}.referral-item__info{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.referral-item__name{color:#1f2937;font-size:.875rem;font-weight:500}.referral-item__code{color:#6b7280;font-family:monospace;font-size:.75rem}.referral-item__meta{color:#6b7280;font-size:.75rem}.referral-item__by{color:#29b896;font-size:.75rem;font-style:italic}.referral-item__actions{border-top:1px solid #e5e7eb;flex-direction:row;justify-content:flex-start;align-items:center;gap:.5rem;width:100%;margin-top:.25rem;padding-top:.5rem;display:flex}.referral-item__actions .form-input{flex:1;min-width:0;height:40px;font-size:.875rem}.referral-item__actions .btn{white-space:nowrap}.encam-stats{flex-flow:wrap;justify-content:flex-start;align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.encam-stat{text-align:center;background:#fff;border:1.5px solid #e5e7eb;border-radius:.5rem;flex-direction:column;justify-content:center;align-items:center;gap:.25rem;min-width:120px;padding:.75rem 1.25rem;display:flex}.encam-stat__count{font-size:2rem;font-weight:700;line-height:1}.encam-stat__label{text-transform:uppercase;letter-spacing:.04em;color:#6b7280;font-size:.75rem;font-weight:600}.encam-stat--waiting{border-color:#fbbf24}.encam-stat--waiting .encam-stat__count{color:#b45309}.encam-stat--active{border-color:#e8ebf7}.encam-stat--active .encam-stat__count{color:#20389d}.encam-step-preview{background:#f9fafb;border:1px solid #e5e7eb;border-radius:.5rem;margin-bottom:1rem;padding:.75rem}.encam-step-preview__label{text-transform:uppercase;color:#6b7280;margin:0 0 .5rem;font-size:.75rem;font-weight:700}.encam-step-preview__list{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:.25rem;margin:0;padding:0;list-style:none;display:flex}.encam-step-preview__item{color:#374151;flex-direction:row;justify-content:flex-start;align-items:center;gap:.5rem;font-size:.875rem;display:flex}.encam-step-preview__dot{background:#20389d;border-radius:50%;flex-shrink:0;width:6px;height:6px}.encam-step-preview__code{color:#9ca3af;font-family:monospace;font-size:.75rem}.encam-check-list{flex-direction:column;justify-content:flex-start;align-items:stretch;gap:.5rem;margin:0 0 1rem;padding:0;list-style:none;display:flex}.encam-check-list--compact{margin-bottom:0}.encam-check-item{background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;flex-flow:wrap;justify-content:space-between;align-items:flex-start;gap:.75rem;padding:.75rem;transition:background .15s;display:flex}.encam-check-item--done{opacity:.8;background:#f0fdf4;border-color:#bbf7d0}.encam-check-item__info{flex-direction:row;flex:1;justify-content:flex-start;align-items:flex-start;gap:.5rem;min-width:0;display:flex}.encam-check-item__icon{color:#d1d5db;border:2px solid #d1d5db;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;display:flex}.encam-check-item__icon--done{color:#fff;background:#16a34a;border-color:#16a34a}.encam-check-item__name{color:#1f2937;font-size:.875rem;font-weight:600;display:block}.encam-check-item__code{color:#9ca3af;font-family:monospace;font-size:.75rem;display:block}.encam-check-item__meta{color:#6b7280;margin-top:2px;font-size:.75rem;display:block}.encam-check-item__by{color:#16a34a;margin-top:2px;font-size:.75rem;font-style:italic;display:block}.encam-check-item__actions{border-top:1px solid #f3f4f6;flex-direction:row;justify-content:flex-start;align-items:center;gap:.5rem;width:100%;margin-top:.25rem;padding-top:.5rem;display:flex}.encam-check-item__notes{flex:1;min-width:0;height:40px;font-size:.875rem}.encam-files{border-top:1px solid #e5e7eb;margin-top:.5rem;padding-top:.75rem}.encam-files__header{flex-flow:wrap;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.75rem;display:flex}.check-modal--step{flex-direction:column;gap:1rem;display:flex}.check-modal__patient{border:1px solid #20389d14;margin-bottom:0!important}.check-modal__section{background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;padding:1rem}.check-modal__section-title{color:#4b5563;letter-spacing:.08em;text-transform:uppercase;flex-direction:row;justify-content:flex-start;align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:.75rem;font-weight:800;display:flex}.check-modal__section-title svg{color:#20389d;flex-shrink:0}.check-modal__empty{color:#6b7280;text-align:center;background:#f9fafb;border-radius:.375rem;margin:0;padding:1rem;font-size:.875rem}.check-modal__check-form{grid-template-columns:minmax(0,1fr) max-content;align-items:center;gap:.75rem;margin-top:.75rem;display:grid}.check-modal__check-form .btn{white-space:nowrap;height:40px;min-height:40px;padding-inline:1rem}.check-modal__notes{resize:vertical;min-height:72px}.check-modal__notice{margin-top:.75rem}.check-modal__primary-actions{border-top:1px solid #f3f4f6;flex-direction:row;justify-content:flex-end;align-items:center;gap:.5rem;margin-top:0;padding:.75rem 1rem 0;display:flex}.check-modal__primary-actions .btn{height:40px;min-height:40px;padding-inline:1rem}.check-modal__footer{border-top:1px solid #f3f4f6;flex-direction:row;justify-content:space-between;align-items:center;gap:.5rem;padding-top:1rem;display:flex}.check-modal__footer .btn--primary{height:40px;min-height:40px;padding-inline:1rem}@media (width<=640px){.check-modal__section{padding:.75rem}.check-modal__check-form{grid-template-columns:1fr}.check-modal__primary-actions .btn,.check-modal__check-form .btn{justify-content:center;width:100%}.referral-item,.encam-check-item{align-items:stretch}.referral-item__actions,.encam-check-item__actions{flex-direction:column;width:100%;min-width:0}.referral-item__actions .form-input,.referral-item__actions .btn,.encam-check-item__actions .form-input,.encam-check-item__actions .btn{justify-content:center;width:100%}}.painel-root{background:#f3f4f6;flex-direction:row;width:100vw;height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:flex;overflow:hidden}.painel-left{flex-direction:column;flex:1.4;gap:1.25rem;padding:1.5rem;display:flex;position:relative;overflow:hidden}.painel-left__top{z-index:1;flex-direction:row;justify-content:space-between;align-items:flex-start;gap:1rem;width:100%;display:flex;position:relative}.painel-left__sector{color:#fff;text-align:left;text-transform:uppercase;letter-spacing:.08em;text-shadow:0 2px 8px #00000040;font-size:clamp(1.1rem,2vw,1.75rem);font-weight:800}.painel-left__unit{color:#ffffffbf;text-align:center;font-size:clamp(.9rem,1.5vw,1.1rem);font-weight:500}.painel-left__now{color:#fff;text-align:right;text-shadow:0 2px 8px #00000040;flex-direction:column;justify-content:flex-start;align-items:flex-end;gap:2px;display:flex}.painel-left__now span{font-variant-numeric:tabular-nums;font-size:clamp(1.3rem,2.4vw,2rem);font-weight:800;line-height:1}.painel-left__now small{color:#ffffffc7;text-transform:capitalize;max-width:240px;font-size:clamp(.75rem,1.1vw,.95rem);line-height:1.25}.painel-left__media{z-index:1;background:#00000047;border-radius:8px;flex:1;width:100%;min-height:0;position:relative;overflow:hidden;box-shadow:0 18px 50px #0000003d}.painel-left__media iframe{background:#111827;border:0;width:100%;height:100%;display:block}.painel-left__decoration{opacity:.18;border-radius:50%;width:260px;height:260px;position:absolute;bottom:-80px;right:-80px}.painel-right{background:#fff;flex-direction:column;flex:1;gap:0;min-width:420px;max-width:700px;display:flex;box-shadow:-4px 0 24px #00000014}.painel-current{text-align:center;flex-direction:column;flex:0 0 46vh;justify-content:center;align-items:center;gap:.5rem;min-height:430px;max-height:520px;padding:1.25rem 1.5rem;display:flex;position:relative;overflow:hidden}.painel-current:after{content:"";pointer-events:none;background:#ffffff0f;border-radius:50%;width:200px;height:200px;position:absolute;top:-60px;left:-60px}.painel-current__header{color:#ffffffb3;text-transform:uppercase;letter-spacing:.12em;margin-bottom:0;font-size:.75rem;font-weight:700}.painel-current__time{color:#fff9;font-variant-numeric:tabular-nums;margin-bottom:.25rem;font-size:.75rem}.painel-current__ticket-hero{background:#ffffff1f;border:2px solid #ffffff47;border-radius:8px;width:min(100%,420px);padding:.75rem 1rem;box-shadow:0 16px 36px #0003}.painel-current__ticket-hero span{color:#ffffffb8;text-transform:uppercase;letter-spacing:.16em;margin-bottom:.25rem;font-size:.75rem;font-weight:800;display:block}.painel-current__ticket-hero strong{color:#fbbf24;letter-spacing:.04em;text-shadow:0 4px 14px #00000047;overflow-wrap:anywhere;font-family:Courier New,monospace;font-size:clamp(3.4rem,6.6vw,5.6rem);font-weight:900;line-height:.95;display:block}.painel-current__label{color:#ffffff8c;text-transform:uppercase;letter-spacing:.1em;margin-top:.5rem;font-size:.75rem;font-weight:600}.painel-current__name{color:#fff;text-transform:uppercase;letter-spacing:.02em;font-size:clamp(1rem,2.2vw,1.45rem);font-weight:800;line-height:1.2}.painel-current__name--waiting{opacity:.5;text-transform:none;font-style:italic;font-weight:400}.painel-current__guiche{color:#fbbf24;text-shadow:0 2px 8px #0003;font-size:clamp(2rem,4.2vw,3.2rem);font-weight:900;line-height:1}.painel-current__tipo{color:#fff;font-size:clamp(1rem,2vw,1.3rem);font-weight:700}@media (width<=900px){.painel-root{flex-direction:column}.painel-left{flex:1;padding:1rem}.painel-right{flex:none;min-width:0;max-width:none}.painel-current{min-height:44vh}}.painel-reconfigure-btn{color:#fff;cursor:pointer;z-index:10;opacity:.3;background:#00000059;border:none;border-radius:9999px;justify-content:center;align-items:center;width:40px;height:40px;transition:opacity .15s;display:flex;position:absolute;bottom:1rem;right:1rem}.painel-reconfigure-btn:hover{opacity:1}.painel-setup-overlay{z-index:20;background:#000000b3;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.painel-setup-overlay__close{color:#fff;cursor:pointer;background:#ffffff26;border:none;border-radius:9999px;justify-content:center;align-items:center;width:40px;height:40px;transition:background .15s;display:flex;position:absolute;top:1.25rem;right:1.25rem}.painel-setup-overlay__close:hover{background:#ffffff40}.painel-setup{background:#f9fafb;justify-content:center;align-items:center;min-height:100vh;padding:1.5rem;display:flex}.painel-setup--error{color:#6b7280;flex-direction:column;gap:1rem;font-size:.875rem}.painel-setup__card{background:#fff;border:1.5px solid #e5e7eb;border-radius:.75rem;flex-direction:column;gap:1.5rem;width:100%;max-width:560px;padding:2rem;display:flex;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.painel-setup__header{text-align:center;color:#374151;flex-direction:column;align-items:center;gap:.75rem;display:flex}.painel-setup__header h1{color:#111827;margin:0;font-size:1.25rem;font-weight:800}.painel-setup__unit{color:#6b7280;margin:0;font-size:.875rem}.painel-setup__field{flex-direction:column;gap:.5rem;display:flex}.painel-setup__label{color:#374151;font-size:.875rem;font-weight:700}.painel-setup__hint{color:#6b7280;margin:0;font-size:.75rem;line-height:1.5}.painel-setup__options{flex-wrap:wrap;gap:.5rem;display:flex}.painel-setup__option{color:#4b5563;cursor:pointer;background:#fff;border:1.5px solid #e5e7eb;border-radius:9999px;padding:.5rem .75rem;font-size:.875rem;font-weight:500;transition:all .15s}.painel-setup__option:hover{color:#20389d;background:#e8ebf7;border-color:#20389d}.painel-setup__option--active{color:#fff;background:#20389d;border-color:#20389d;font-weight:600}.painel-setup__custom-input{color:#1f2937;border:1.5px solid #20389d;border-radius:.5rem;outline:none;width:100%;padding:.5rem .75rem;font-size:.875rem;transition:border-color .15s}.painel-setup__custom-input::placeholder{color:#9ca3af}.painel-setup__colors{gap:.75rem;display:flex}.painel-setup__color-btn{cursor:pointer;border:3px solid #0000;border-radius:9999px;flex-shrink:0;width:36px;height:36px;transition:all .15s}.painel-setup__color-btn--active{border-color:#111827;transform:scale(1.15)}.painel-setup__color-btn:hover:not(.painel-setup__color-btn--active){transform:scale(1.08)}.painel-setup__confirm{color:#fff;cursor:pointer;border:none;border-radius:.5rem;width:100%;padding:.75rem 1rem;font-size:1rem;font-weight:700;transition:filter .15s}.painel-setup__confirm:hover:not(:disabled){filter:brightness(1.1)}.painel-setup__confirm:disabled{opacity:.5;cursor:not-allowed}.painel-sections{background:#fff;flex-direction:row;flex:1;min-width:420px;max-width:700px;display:flex;overflow:hidden;box-shadow:-4px 0 24px #00000014}.painel-section{border-left:1px solid #0000000f;flex-direction:column;flex:1;min-width:0;display:flex}.painel-section:first-child{border-left:none}.painel-section__header{text-transform:uppercase;letter-spacing:.1em;color:#ffffffe6;text-align:center;padding:.5rem .75rem;font-size:.7rem;font-weight:800}.painel-current--compact{flex:0 0 36vh!important;min-height:240px!important;max-height:340px!important}.painel-current--compact .painel-current__ticket-hero strong{font-size:clamp(2.2rem,4vw,3.8rem)!important}.painel-recent{background:#fff;border-top:2px solid #f3f4f6;flex:auto;min-height:0;padding:1rem 1.25rem;overflow:hidden}.painel-recent__title{text-transform:uppercase;letter-spacing:.1em;margin-bottom:.75rem;font-size:.75rem;font-weight:800}.painel-recent__empty{color:#9ca3af;text-align:center;padding:1rem 0;font-size:.875rem}.painel-recent__list{flex-direction:column;gap:2px;max-height:calc(54vh - 4.5rem);display:flex;overflow:hidden}.painel-recent__item{background:#f9fafb;border-radius:.5rem;flex-direction:row;justify-content:space-between;align-items:center;gap:.5rem;min-height:54px;padding:.5rem .75rem;display:flex}.painel-recent__item--first{background:#f5f3ff}.painel-recent__item-left{flex-direction:column;flex:1;justify-content:flex-start;align-items:flex-start;gap:2px;min-width:0;display:flex;overflow:hidden}.painel-recent__item-name{color:#1f2937;white-space:nowrap;text-overflow:ellipsis;font-size:clamp(.82rem,1vw,.875rem);font-weight:600;overflow:hidden}.painel-recent__item-sub{color:#9ca3af;font-size:.75rem}.painel-recent__item-right{white-space:nowrap;flex-shrink:0;font-size:clamp(.82rem,1vw,.875rem);font-weight:700}.risk-create-box{background:#fff;border:1.5px solid #e5e7eb;border-radius:.5rem;margin-bottom:1rem;padding:1rem 1.25rem}.risk-create-box__title{color:#374151;margin:0 0 .75rem;font-size:.875rem;font-weight:700}.risk-create-box__form{flex-direction:row;justify-content:flex-start;align-items:center;gap:.75rem;display:flex}.risk-create-box__input{color:#1f2937;border:1.5px solid #e5e7eb;border-radius:.5rem;outline:none;flex:1;padding:.5rem .75rem;font-size:.875rem;transition:border-color .15s}.risk-create-box__input:focus{border-color:#20389d}.risk-create-box__input::placeholder{color:#9ca3af}.risk-legend{flex-flow:wrap;justify-content:flex-start;align-items:center;gap:.75rem;margin-bottom:1rem;font-size:.75rem;display:flex}.risk-legend__title{color:#4b5563;font-weight:600}.risk-legend__item{flex-direction:row;justify-content:flex-start;align-items:center;gap:.25rem;display:flex}.risk-badge{border-radius:9999px;flex-direction:row;justify-content:flex-start;align-items:center;gap:4px;padding:2px .5rem;font-size:.75rem;font-weight:600;display:flex}.risk-badge--black{color:#111827;background:#f3f4f6}.risk-badge--red{color:#991b1b;background:#fef2f2}.risk-badge--orange{color:#9a3412;background:#fff7ed}.risk-badge--yellow{color:#713f12;background:#fefce8}.risk-badge--green{color:#166534;background:#f0fdf4}.risk-color-dot{border-radius:9999px;flex-shrink:0;width:10px;height:10px;display:inline-block}.risk-list{flex-direction:column;gap:.75rem;display:flex}.risk-card{background:#fff;border:1.5px solid #e5e7eb;border-radius:.5rem;transition:box-shadow .15s;overflow:hidden}.risk-card:hover{box-shadow:0 1px 2px #0000000d}.risk-card__header{cursor:pointer;-webkit-user-select:none;user-select:none;border-bottom:1px solid #0000;flex-direction:row;justify-content:space-between;align-items:center;gap:.75rem;padding:1rem;transition:background .15s;display:flex}.risk-card__header:hover{background:#f9fafb}.risk-card__title-row{flex-direction:row;flex:1;justify-content:flex-start;align-items:center;gap:.5rem;min-width:0;display:flex}.risk-card__icon{color:#20389d;flex-shrink:0}.risk-card__title{color:#111827;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:1rem;font-weight:700;overflow:hidden}.risk-card__count{color:#6b7280;white-space:nowrap;background:#f3f4f6;border-radius:9999px;flex-shrink:0;padding:2px .5rem;font-size:.75rem;font-weight:500}.risk-card__actions{flex-direction:row;flex-shrink:0;justify-content:flex-end;align-items:center;gap:.5rem;display:flex}.risk-card__chevron{color:#9ca3af;flex-shrink:0}.risk-card__body{border-top:1px solid #f3f4f6;padding:1rem}.risk-card__empty{color:#9ca3af;text-align:center;padding:1rem 0;font-size:.875rem}.risk-symptoms-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.75rem;display:grid}.risk-color-group{flex-direction:column;gap:.5rem;display:flex}.risk-color-group__header{flex-direction:row;justify-content:flex-start;align-items:center;gap:.5rem;display:flex}.risk-color-group__label{color:#374151;text-transform:uppercase;letter-spacing:.04em;font-size:.75rem;font-weight:700}.risk-color-group__symptoms{flex-direction:column;gap:.25rem;display:flex}.risk-symptom-chip{color:#1f2937;background:#f9fafb;border:1px solid #e5e7eb;border-radius:.5rem;flex-direction:row;justify-content:space-between;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.875rem;display:flex}.risk-symptom-chip span{white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;overflow:hidden}.risk-symptom-chip__remove{color:#9ca3af;cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:0;font-size:1.1rem;line-height:1;transition:color .15s}.risk-symptom-chip__remove:hover{color:#ef4444}.risk-color-grid{grid-template-columns:1fr 1fr;gap:.5rem;margin-top:.5rem;display:grid}.risk-color-card{cursor:pointer;border:2px solid #e5e7eb;border-radius:.5rem;flex-direction:row;justify-content:flex-start;align-items:center;gap:.5rem;padding:.75rem;transition:all .15s;display:flex}.risk-color-card input[type=radio]{display:none}.risk-color-card:hover{background:#f9fafb;border-color:#9ca3af}.risk-color-card--selected{border-color:currentColor}.risk-color-card--selected:has(.risk-color-card__dot[style*=\#111827]){background:#f3f4f6;border-color:#111827}.risk-color-card--selected:has(.risk-color-card__dot[style*=\#ef4444]){background:#fef2f2;border-color:#ef4444}.risk-color-card--selected:has(.risk-color-card__dot[style*=\#f97316]){background:#fff7ed;border-color:#f97316}.risk-color-card--selected:has(.risk-color-card__dot[style*=\#eab308]){background:#fefce8;border-color:#eab308}.risk-color-card--selected:has(.risk-color-card__dot[style*=\#22c55e]){background:#f0fdf4;border-color:#22c55e}.risk-color-card__dot{border-radius:9999px;flex-shrink:0;width:14px;height:14px}.risk-color-card__label{color:#374151;font-size:.75rem;line-height:1.3}.call-modal__counter-input{color:#111827;border:1.5px solid #e5e7eb;border-radius:.5rem;outline:none;width:100%;padding:.5rem .75rem;font-size:1rem;font-weight:600;transition:border-color .15s}.call-modal__counter-input:focus{border-color:#20389d}.call-modal__counter-input::placeholder{color:#9ca3af;font-weight:400}.call-modal__counter-preset{color:#4b5563;cursor:pointer;white-space:nowrap;background:#fff;border:1.5px solid #e5e7eb;border-radius:9999px;padding:.25rem .75rem;font-size:.75rem;font-weight:500;transition:all .15s}.call-modal__counter-preset:hover{color:#20389d;background:#e8ebf7;border-color:#20389d}.call-modal__counter-preset--active{color:#fff;background:#20389d;border-color:#20389d;font-weight:600}.page-header__tabs{align-items:center;gap:.5rem;display:flex}@media (width<=480px){.page-header__tabs{flex-wrap:wrap}}.tab-btn{color:#4b5563;cursor:pointer;background:#fff;border:1.5px solid #e5e7eb;border-radius:9999px;flex-direction:row;justify-content:flex-start;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:all .15s;display:flex}.tab-btn:hover{color:#20389d;border-color:#20389d}.tab-btn--active{color:#fff;background:#20389d;border-color:#20389d;font-weight:600}.tab-btn__badge{color:#fff;text-align:center;background:#ef4444;border-radius:9999px;min-width:18px;padding:1px 6px;font-size:.7rem;font-weight:700}.triage-layout{gap:1rem;height:calc(100vh - 156px);min-height:480px;display:flex}@media (width<=768px){.triage-layout{height:auto;min-height:unset;flex-direction:column}}.triage-sidebar{background:#fff;border:1.5px solid #e5e7eb;border-radius:.5rem;flex-direction:column;flex-shrink:0;width:380px;display:flex;overflow:hidden}@media (width<=768px){.triage-sidebar{width:100%;max-height:460px}}.triage-sidebar__header{border-bottom:1px solid #f3f4f6;flex-direction:row;flex-shrink:0;justify-content:space-between;align-items:center;gap:.5rem;padding:.75rem 1rem;display:flex}.triage-sidebar__title{color:#374151;font-size:.875rem;font-weight:700}.triage-sidebar__filters{background:#f9fafb;border-bottom:1px solid #f3f4f6;flex-wrap:wrap;flex-shrink:0;gap:.25rem;padding:.5rem 1rem;display:flex}.triage-sidebar__filter-label{color:#9ca3af;text-transform:uppercase;letter-spacing:.04em;flex-direction:row;justify-content:flex-start;align-items:center;gap:4px;width:100%;margin-bottom:2px;font-size:.68rem;font-weight:700;display:flex}.triage-sidebar__search{color:#9ca3af;background:#fff;border:1.5px solid #e5e7eb;border-radius:.5rem;flex-direction:row;flex-shrink:0;justify-content:flex-start;align-items:center;gap:.5rem;margin:.75rem 1rem;padding:.5rem .75rem;display:flex}.triage-sidebar__search:focus-within{color:#20389d;border-color:#20389d;box-shadow:0 0 0 3px #20389d14}.triage-sidebar__search input{color:#1f2937;background:0 0;border:0;outline:0;flex:1;min-width:0;font-size:.875rem}.triage-sidebar__search input::placeholder{color:#9ca3af}.triage-sidebar__list{flex:1;overflow-y:auto}.triage-sidebar__loading{justify-content:center;padding:1.5rem;display:flex}.triage-sidebar__empty{color:#9ca3af;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;padding:1.5rem 1rem;font-size:.875rem;display:flex}.triage-filter-btn{color:#6b7280;cursor:pointer;white-space:nowrap;background:#fff;border:1.5px solid #e5e7eb;border-radius:9999px;flex-direction:row;justify-content:flex-start;align-items:center;gap:.25rem;padding:.25rem .5rem;font-size:.72rem;font-weight:500;transition:all .15s;display:flex}.triage-filter-btn:hover{color:#20389d;border-color:#20389d}.triage-filter-btn--active{color:#fff;background:#20389d;border-color:#20389d;font-weight:600}.triage-filter-btn__count{text-align:center;background:#0000001f;border-radius:9999px;min-width:16px;padding:0 5px;font-size:.68rem;font-weight:700}.triage-patient-item{cursor:pointer;text-align:left;background:0 0;border-top:none;border-bottom:1px solid #f9fafb;border-left:4px solid #0000;border-right:none;flex-direction:row;justify-content:flex-start;align-items:center;gap:.5rem;width:100%;padding:.75rem 1rem;transition:background .15s;display:flex}.triage-patient-item:hover{background:#f9fafb}.triage-patient-item--selected{background:#e8ebf7!important}.triage-patient-item--black{border-left-color:#111827}.triage-patient-item--red{border-left-color:#ef4444}.triage-patient-item--orange{border-left-color:#f97316}.triage-patient-item--yellow{border-left-color:#eab308}.triage-patient-item--green{border-left-color:#22c55e}.triage-patient-item__avatar{color:#20389d;background:#e8ebf7;border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:.875rem;font-weight:700;display:flex}.triage-patient-item__info{flex-direction:column;flex:1;justify-content:flex-start;align-items:flex-start;gap:2px;min-width:0;display:flex}.triage-patient-item__name{color:#1f2937;white-space:nowrap;text-overflow:ellipsis;max-width:100%;font-size:.875rem;font-weight:600;overflow:hidden}.triage-patient-item__meta{color:#9ca3af;flex-direction:row;justify-content:flex-start;align-items:center;gap:4px;font-size:.75rem;display:flex}.triage-patient-item__badge{white-space:nowrap;border-radius:9999px;flex-shrink:0;padding:2px .5rem;font-size:.68rem;font-weight:600}.triage-patient-item__badge--waiting{color:#713f12;background:#fef9c3}.triage-patient-item__badge--triage{color:#20389d;background:#e8ebf7}.triage-patient-item__badge--classified{color:#29b896;background:#d4f7ef}.triage-patient-item__arrow{color:#d1d5db;flex-shrink:0}.triage-content{background:#fff;border:1.5px solid #e5e7eb;border-radius:.5rem;flex:1;min-width:0;overflow-y:auto}@media (width<=768px){.triage-content{min-height:480px}}.triage-content__empty{color:#9ca3af;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;height:100%;min-height:300px;padding:1.5rem;font-size:.875rem;display:flex}.triage-panel{flex-direction:column;height:100%;min-height:100%;display:flex}.triage-panel__patient{background:#f9fafb;border-bottom:1px solid #f3f4f6;flex-flow:wrap;flex-shrink:0;justify-content:flex-start;align-items:center;gap:.75rem;padding:1rem 1.25rem;display:flex}.triage-panel__avatar{color:#20389d;background:#e8ebf7;border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.25rem;font-weight:700;display:flex}.triage-panel__patient-info{flex-direction:column;flex:1;justify-content:flex-start;align-items:flex-start;gap:2px;min-width:0;display:flex}.triage-panel__patient-name{color:#111827;font-size:1rem;font-weight:700}.triage-panel__patient-meta{color:#6b7280;font-size:.75rem}.triage-panel__call-section{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:.75rem;padding:1.5rem 1.25rem;display:flex}.triage-panel__call-hint{color:#4b5563;margin:0;font-size:.875rem}.triage-panel__counter-badge{background:#f9fafb;border:1.5px solid #e5e7eb;border-radius:.5rem;align-items:center;gap:.75rem;width:100%;padding:.5rem .75rem;display:flex}.triage-panel__counter-label{color:#374151;flex:1;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;display:flex}.triage-panel__classified{color:#6b7280;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;padding:2rem;display:flex}.triage-panel__classified-icon{color:#3ed5b0}.triage-panel__classified-sub{color:#9ca3af;margin:0;font-size:.75rem}.triage-panel__no-perm{color:#9ca3af;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;padding:1.5rem 1.25rem;font-size:.875rem;display:flex}.triage-panel__no-perm svg{color:#f59e0b}.triage-panel__no-perm p{margin:0}.triage-form{flex-direction:column;padding:1rem 1.25rem;display:flex}.triage-form__section-title{color:#6b7280;text-transform:uppercase;letter-spacing:.07em;margin:1.25rem 0 .5rem;font-size:.75rem;font-weight:700}.triage-form__section-title:first-child{margin-top:0}.triage-form__empty{color:#9ca3af;font-size:.875rem}.triage-form__footer{border-top:1px solid #f3f4f6;justify-content:flex-end;margin-top:1.25rem;padding-top:1rem;display:flex}.vitals-grid{grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:.5rem;display:grid}.vitals-grid__field{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:4px;display:flex}.vitals-grid__label{color:#4b5563;font-size:.75rem;font-weight:600}.vitals-grid__input{color:#1f2937;border:1.5px solid #e5e7eb;border-radius:.375rem;outline:none;width:100%;padding:.5rem;font-size:.875rem;transition:border-color .15s}.vitals-grid__input:focus{border-color:#20389d}.vitals-grid__input::placeholder{color:#d1d5db;font-size:.78rem}.pain-selector{flex-wrap:wrap;gap:.25rem;display:flex}.pain-selector__btn{color:#4b5563;cursor:pointer;background:#fff;border:1.5px solid #e5e7eb;border-radius:.375rem;justify-content:center;align-items:center;width:36px;height:36px;font-size:.875rem;font-weight:600;transition:all .15s;display:flex}.pain-selector__btn:hover{color:#20389d;border-color:#20389d}.pain-selector__btn--active{color:#fff;background:#20389d;border-color:#20389d}.pain-selector__hint{color:#9ca3af;margin:.25rem 0 0;font-size:.75rem}.classification-grid{flex-wrap:wrap;gap:.5rem;display:flex}.classification-btn{color:#4b5563;cursor:pointer;background:#fff;border:1.5px solid #e5e7eb;border-radius:9999px;padding:.5rem .75rem;font-size:.875rem;font-weight:500;transition:all .15s}.classification-btn:hover{color:#20389d;background:#e8ebf7;border-color:#20389d}.classification-btn--active{color:#fff;background:#20389d;border-color:#20389d;font-weight:600}.classification-combobox{width:100%;max-width:520px;position:relative}.classification-combobox__control{background:#fff;border:1.5px solid #e5e7eb;border-radius:.5rem;flex-direction:row;justify-content:flex-start;align-items:center;gap:.5rem;width:100%;min-height:44px;padding:0 .75rem;transition:border-color .15s,box-shadow .15s;display:flex}.classification-combobox__control:focus-within{border-color:#20389d;box-shadow:0 0 0 3px #e8ebf7}.classification-combobox__icon,.classification-combobox__chevron{color:#9ca3af;flex-shrink:0}.classification-combobox__chevron{margin-left:auto}.classification-combobox__input{color:#1f2937;background:0 0;border:0;outline:0;width:100%;min-width:0;font-size:.875rem;font-weight:500}.classification-combobox__input::placeholder{color:#9ca3af;font-weight:400}.classification-combobox__menu{z-index:20;background:#fff;border:1.5px solid #e5e7eb;border-radius:.5rem;max-height:260px;padding:.25rem;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow-y:auto;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.classification-combobox__option{color:#374151;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:.375rem;width:100%;padding:.5rem .75rem;font-size:.875rem;font-weight:500}.classification-combobox__option:hover,.classification-combobox__option--active{color:#20389d;background:#e8ebf7}.classification-combobox__empty{color:#6b7280;text-align:center;padding:.75rem;font-size:.875rem}.symptom-list{flex-direction:column;gap:.75rem;display:flex}.symptom-list__group{flex-direction:column;gap:.25rem;display:flex}.symptom-list__group-header{flex-direction:row;justify-content:flex-start;align-items:center;gap:.5rem;margin-bottom:2px;display:flex}.symptom-list__group-label{color:#4b5563;text-transform:uppercase;letter-spacing:.04em;font-size:.75rem;font-weight:700}.symptom-option{color:#374151;cursor:pointer;border:1.5px solid #e5e7eb;border-radius:.5rem;flex-direction:row;justify-content:flex-start;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.875rem;transition:all .15s;display:flex}.symptom-option input[type=radio]{display:none}.symptom-option:hover{background:#f9fafb;border-color:#9ca3af}.symptom-option--black{color:#111827;background:#f3f4f6;border-color:#111827;font-weight:600}.symptom-option--red{color:#991b1b;background:#fef2f2;border-color:#ef4444;font-weight:600}.symptom-option--orange{color:#9a3412;background:#fff7ed;border-color:#f97316;font-weight:600}.symptom-option--yellow{color:#713f12;background:#fefce8;border-color:#eab308;font-weight:600}.symptom-option--green{color:#166534;background:#f0fdf4;border-color:#22c55e;font-weight:600}.triage-selected-symptom{border-radius:.5rem;flex-direction:row;justify-content:flex-start;align-items:center;gap:.5rem;margin-top:.5rem;padding:.75rem;font-size:.875rem;display:flex}.triage-selected-symptom--black{color:#111827;background:#f3f4f6}.triage-selected-symptom--red{color:#991b1b;background:#fef2f2}.triage-selected-symptom--orange{color:#9a3412;background:#fff7ed}.triage-selected-symptom--yellow{color:#713f12;background:#fefce8}.triage-selected-symptom--green{color:#166534;background:#f0fdf4}.ticket--preferential{color:#92400e;background:#fef3c7}.action-btn--success{color:#3ed5b0;cursor:pointer;background:0 0;border:none;border-radius:.375rem;align-items:center;padding:.25rem;transition:all .15s;display:inline-flex}.action-btn--success:hover{color:#166534;background:#f0fdf4}.action-btn--success:disabled{opacity:.4;cursor:not-allowed}.totem-page{color:#111827;background:radial-gradient(circle at 0 0,#3ed5b038,#0000 34rem),linear-gradient(135deg,#e8ebf7 0%,#fff 48%,#f3f4f6 100%);flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:100vh;padding:clamp(1.5rem,4vw,4rem);display:flex}.totem-page--setup{background:#f3f4f6}.totem-card,.totem-setup{background:#fffffff5;border:1px solid #20389d1f;border-radius:1rem;width:min(100%,980px);box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.totem-card{flex-direction:column;justify-content:flex-start;align-items:stretch;gap:clamp(1.5rem,3vw,2.5rem);padding:clamp(1.5rem,4vw,4rem);display:flex}.totem-card__header{text-align:center}.totem-card__kicker{color:#20389d;letter-spacing:0;text-transform:uppercase;background:#e8ebf7;border-radius:9999px;justify-content:center;align-items:center;margin-bottom:.75rem;padding:.5rem 1rem;font-size:.875rem;font-weight:800;display:inline-flex}.totem-card h1{color:#111827;letter-spacing:0;margin:0;font-size:clamp(2rem,4vw,3.25rem);line-height:1.1}.totem-options{grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(1rem,2vw,1.5rem);display:grid}.totem-option{color:#20389d;cursor:pointer;background:#fff;border:3px solid #e5e7eb;border-radius:.75rem;flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:220px;transition:transform .15s,box-shadow .15s,border-color .15s,background .15s;display:flex}.totem-option svg{stroke-width:2.2px}.totem-option span{letter-spacing:0;font-size:clamp(1.75rem,3vw,2.5rem);font-weight:900}.totem-option:hover:not(:disabled),.totem-option--active{background:#e8ebf7;border-color:#20389d;transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.totem-option:disabled{cursor:wait;opacity:.76}.totem-option--preferential{color:#9a4b00}.totem-option--preferential:hover:not(:disabled),.totem-option--preferential.totem-option--active{background:#fffbeb;border-color:#f6c343}.totem-status{color:#4b5563;flex-direction:row;justify-content:center;align-items:center;gap:.5rem;font-size:1.125rem;font-weight:700;display:flex}.totem-result-text{color:#29b896;text-align:center;letter-spacing:0;flex-direction:row;justify-content:center;align-items:center;gap:.5rem;margin:0;font-size:clamp(1.25rem,2.2vw,1.75rem);font-weight:900;display:flex}.totem-result-text svg{stroke-width:2.4px;flex:none}.totem-setup{max-width:560px;padding:2rem}.totem-setup__icon{color:#20389d;background:#e8ebf7;border-radius:.75rem;flex-direction:row;justify-content:center;align-items:center;width:72px;height:72px;margin-bottom:1rem;display:flex}.totem-setup h1{letter-spacing:0;margin:0 0 .5rem;font-size:1.875rem}.totem-setup p{color:#4b5563;margin:0 0 1.5rem}.totem-setup__form{flex-direction:column;justify-content:flex-start;align-items:stretch;gap:.75rem;display:flex}.totem-setup__form label{color:#374151;font-size:.875rem;font-weight:800}.totem-setup__form input{color:#111827;border:1px solid #d1d5db;border-radius:.5rem;min-height:48px;padding:0 1rem;font-size:1rem}.totem-setup__form input:focus{border-color:#20389d;outline:none;box-shadow:0 0 0 3px #20389d1f}.totem-setup__form .btn{justify-content:center;min-height:48px}@media (width<=720px){.totem-options{grid-template-columns:1fr}.totem-option{min-height:170px}}
