﻿*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{font-size:100%;scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:"Inter",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:1rem;font-weight:400;line-height:1.6;color:#0f172a;background-color:#f8fafc;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,picture,svg,video{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}ul,ol{list-style:none}a{color:inherit;text-decoration:none}table{border-collapse:collapse;border-spacing:0}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.25;color:#0f172a}h1{font-size:1.875rem}h2{font-size:1.5rem}h3{font-size:1.25rem}h4{font-size:1.125rem}h5,h6{font-size:1rem}p{line-height:1.6}.text-xs{font-size:.75rem}.text-sm{font-size:.875rem}.text-lg{font-size:1.125rem}.text-muted{color:#64748b}.text-danger{color:#dc2626}.text-success{color:#16a34a}.text-primary{color:#2563eb}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}code,pre{font-family:"JetBrains Mono","Fira Code","Cascadia Code",monospace;font-size:.875rem}code{background:#f8fafc;border:1px solid #e2e8f0;border-radius:.25rem;padding:.1em .4em}pre{background:#1e293b;color:#e2e8f0;border-radius:.5rem;padding:1rem;overflow-x:auto}pre::-webkit-scrollbar{width:6px;height:6px}pre::-webkit-scrollbar-track{background:rgba(0,0,0,0)}pre::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}pre::-webkit-scrollbar-thumb:hover{background:#64748b}pre code{background:none;border:none;padding:0;color:inherit}.container{width:100%;max-width:1200px;margin-inline:auto;padding-inline:1rem}.layout-main{display:flex;flex-direction:column;min-height:100vh}.layout-main .main-content{flex:1;padding-block:2rem}.layout-admin{display:flex;min-height:100vh}.layout-admin .admin-sidebar{width:240px;flex-shrink:0;position:fixed;top:60px;left:0;bottom:0;overflow-y:auto;z-index:90}.layout-admin .admin-sidebar::-webkit-scrollbar{width:6px;height:6px}.layout-admin .admin-sidebar::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.layout-admin .admin-sidebar::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.layout-admin .admin-sidebar::-webkit-scrollbar-thumb:hover{background:#64748b}.layout-admin .admin-main{flex:1;margin-left:240px;padding:2rem}@media(max-width: 992px){.layout-admin .admin-main{margin-left:0}}.layout-auth{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:1rem;background:#f8fafc}.auth-card{background:#fff;border:1px solid #e2e8f0;border-radius:.5rem;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);width:100%;max-width:420px;padding:2rem}.auth-card .auth-logo{text-align:center;margin-bottom:2rem}.auth-card .auth-logo img{height:40px;margin-inline:auto}.auth-card .auth-logo .auth-logo-text{font-size:1.5rem;font-weight:700;color:#2563eb;margin-top:.5rem}.auth-card .auth-title{font-size:1.25rem;font-weight:600;margin-bottom:1.5rem;text-align:center}.page-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;gap:1rem;flex-wrap:wrap;align-items:center}.page-header .page-title,.page-header__title{font-size:1.5rem;font-weight:700;margin:0}.page-header .page-actions,.page-header__actions{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;align-items:center}.page-header__back{display:inline-flex;align-items:center;gap:.25rem;font-size:.875rem;color:#64748b;text-decoration:none;transition:all .15s ease}.page-header__back svg{width:16px;height:16px}.page-header__back:hover{color:#0f172a}.page-header__subtitle{font-size:.875rem;color:#64748b;margin-top:.25rem;width:100%}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}@media(max-width: 768px){.grid-2{grid-template-columns:1fr}}.grid-3{display:grid;grid-template-columns:repeat(3, 1fr);gap:1.5rem}@media(max-width: 992px){.grid-3{grid-template-columns:1fr 1fr}}@media(max-width: 576px){.grid-3{grid-template-columns:1fr}}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(180px, 1fr));gap:1rem;margin-bottom:2rem}.stat-card{background:#fff;border:1px solid #e2e8f0;border-radius:.5rem;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);padding:1rem 1.25rem;display:flex;align-items:center;gap:1rem}.stat-card .stat-value,.stat-card__value{font-size:1.875rem;font-weight:700;color:#2563eb;line-height:1.2}.stat-card .stat-label,.stat-card__label{font-size:.875rem;color:#64748b;margin-top:.25rem}.stat-card__icon{width:48px;height:48px;border-radius:.5rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.stat-card__icon svg{width:24px;height:24px}.stat-card__icon--blue{background:#dbeafe;color:#2563eb}.stat-card__icon--yellow{background:#fef3c7;color:#d97706}.stat-card__icon--green{background:#dcfce7;color:#16a34a}.stat-card__icon--purple{background:rgba(139,92,246,.12);color:#7c3aed}.stat-card__icon--red{background:#fee2e2;color:#dc2626}.stat-card__body{flex:1;min-width:0}.page-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem;flex-wrap:wrap}.page-header__back{display:inline-flex;align-items:center;gap:.25rem;color:#64748b;font-size:.875rem;transition:all .15s ease}.page-header__back svg{width:16px;height:16px}.page-header__back:hover{color:#2563eb}.page-header__title{flex:1;font-size:1.5rem;font-weight:700;margin:0}.page-header__subtitle{width:100%;font-size:.875rem;color:#64748b;margin-top:-0.75rem}.page-header__actions{display:flex;gap:.5rem;align-items:center}.filter-bar{display:flex;gap:.75rem;flex-wrap:wrap;align-items:flex-end;margin-bottom:1.5rem}.filter-bar__group{flex:1;min-width:160px;max-width:240px}.empty-state{text-align:center;padding:3rem 1.5rem;color:#64748b}.empty-state__icon{width:48px;height:48px;margin:0 auto 1rem;opacity:.4}.empty-state p{margin-bottom:1rem}.dashboard__grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}@media(max-width: 768px){.dashboard__grid{grid-template-columns:1fr}}.dashboard__section{height:100%}.dashboard__actions{display:flex;gap:.75rem;flex-wrap:wrap}.measure-list{display:flex;flex-direction:column}.measure-list__item{display:flex;flex-wrap:wrap;align-items:baseline;gap:.5rem;padding:.5rem 0;border-bottom:1px solid #e2e8f0}.measure-list__item:last-child{border-bottom:none}.measure-list__link{display:flex;align-items:center;gap:.5rem;flex:1;min-width:0}.measure-list__title{font-size:.875rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#0f172a}.measure-list__meta{font-size:.75rem;color:#64748b;width:100%}.measure-list__due{font-size:.75rem;color:#64748b}.measure-list__due--overdue{color:#dc2626;font-weight:500}.static-page{max-width:800px;padding-block:2rem}.static-page h1{font-size:1.5rem;font-weight:700;margin-bottom:1rem}.static-page h2{font-size:1.125rem;font-weight:600;margin-top:2rem;margin-bottom:.75rem}.static-page p,.static-page li{font-size:1rem;line-height:1.8;margin-bottom:.75rem;color:#0f172a}.static-page ul{padding-left:1.5rem}.static-page a{color:#2563eb}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.d-inline{display:inline}.text-danger{color:#dc2626}.text-muted{color:#64748b;font-size:.875rem}.divider{border:none;border-top:1px solid #e2e8f0;margin:1.25rem 0}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.gap-4{gap:1rem}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.w-full{width:100%}.hidden{display:none !important}.nav{position:sticky;top:0;left:0;right:0;height:60px;background:#fff;border-bottom:1px solid #e2e8f0;z-index:100;box-shadow:0 1px 2px 0 rgba(0,0,0,.05)}.nav__inner{display:flex;align-items:center;justify-content:space-between;height:100%;max-width:1200px;margin-inline:auto;padding-inline:1rem}.nav__brand{display:flex;align-items:center;gap:.5rem;font-size:1.125rem;font-weight:700;color:#2563eb;text-decoration:none;flex-shrink:0}.nav__brand img{height:28px}.nav__links{display:flex;align-items:center;gap:.25rem}@media(max-width: 768px){.nav__links{display:none}.nav__links.is-open{display:flex;flex-direction:column;position:fixed;top:60px;left:0;right:0;bottom:0;background:#fff;padding:1rem;z-index:100;overflow-y:auto;align-items:stretch;gap:.25rem}}.nav__link{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.875rem;font-weight:500;color:#64748b;border-radius:.375rem;transition:all .15s ease;white-space:nowrap}.nav__link:hover,.nav__link.active{color:#2563eb;background:#dbeafe}.nav__link.active{font-weight:600}.nav__actions{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.nav__notification{position:relative;display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:9999px;color:#64748b;transition:all .15s ease;cursor:pointer}.nav__notification:hover{background:#f8fafc;color:#2563eb}.nav__notification .badge-dot{position:absolute;top:6px;right:6px;width:8px;height:8px;background:#dc2626;border-radius:9999px;border:2px solid #fff}.nav__avatar{width:36px;height:36px;border-radius:9999px;object-fit:cover;cursor:pointer;border:2px solid #e2e8f0;transition:all .15s ease}.nav__avatar:hover{border-color:#2563eb}.nav__dropdown{position:relative}.nav__dropdown-menu{position:absolute;top:calc(100% + .5rem);right:0;min-width:200px;background:#fff;border:1px solid #e2e8f0;border-radius:.5rem;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);padding:.25rem;z-index:101;display:none}.nav__dropdown-menu.is-open{display:block}.nav__dropdown-item{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.875rem;color:#0f172a;border-radius:.375rem;cursor:pointer;transition:all .15s ease}.nav__dropdown-item:hover{background:#f8fafc;color:#2563eb}.nav__dropdown-item.danger:hover{background:#fee2e2;color:#dc2626}.nav__dropdown-divider{height:1px;background:#e2e8f0;margin:.25rem}.nav__dropdown-header{padding:.5rem .75rem;font-size:.75rem;color:#64748b;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.nav__toggle{display:none;align-items:center;justify-content:center;width:36px;height:36px;border:none;background:none;cursor:pointer;color:#0f172a;border-radius:.375rem;transition:all .15s ease}.nav__toggle:hover{background:#f8fafc}@media(max-width: 768px){.nav__toggle{display:flex}}.footer{background:#fff;border-top:1px solid #e2e8f0;padding-block:1.5rem;margin-top:auto}.footer__inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;max-width:1200px;margin-inline:auto;padding-inline:1rem}.footer__copy{font-size:.875rem;color:#64748b}.footer__links{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.footer__links a{font-size:.875rem;color:#64748b;transition:all .15s ease}.footer__links a:hover{color:#2563eb}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;font-family:"Inter",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.5;border:1px solid rgba(0,0,0,0);border-radius:.375rem;cursor:pointer;text-decoration:none;transition:all .15s ease;white-space:nowrap}.btn:focus-visible{outline:2px solid #2563eb;outline-offset:2px}.btn:disabled{opacity:.65;cursor:not-allowed;pointer-events:none}.btn--primary{background:#2563eb;color:#fff;border-color:#2563eb}.btn--primary:hover:not(:disabled){background:#1d4ed8;border-color:#1d4ed8}.btn--secondary{background:#fff;color:#0f172a;border-color:#e2e8f0}.btn--secondary:hover:not(:disabled){background:#f8fafc;border-color:#cbd5e1}.btn--danger{background:#dc2626;color:#fff;border-color:#dc2626}.btn--danger:hover:not(:disabled){background:#b91c1c;border-color:#b91c1c}.btn--success{background:#16a34a;color:#fff;border-color:#16a34a}.btn--success:hover:not(:disabled){background:#15803d}.btn--ghost{background:rgba(0,0,0,0);color:#64748b;border-color:rgba(0,0,0,0)}.btn--ghost:hover:not(:disabled){background:#f8fafc;color:#0f172a}.btn--link{background:rgba(0,0,0,0);color:#2563eb;border-color:rgba(0,0,0,0);padding-inline:0}.btn--link:hover:not(:disabled){text-decoration:underline}.btn--sm{padding:.25rem .75rem;font-size:.75rem}.btn--lg{padding:.75rem 1.5rem;font-size:1rem}.btn--full{width:100%}.btn--icon{width:36px;height:36px;padding:0;border-radius:.375rem}.btn--xs{padding:.25rem .5rem;font-size:.75rem}.btn__icon{width:16px;height:16px;flex-shrink:0}.form-group{margin-bottom:1rem}.form-group:last-child{margin-bottom:0}.form-label{display:block;font-size:.875rem;font-weight:500;color:#0f172a;margin-bottom:.25rem}.form-label .required{color:#dc2626;margin-left:.25rem}.form-input,.form-select,.form-textarea{display:block;width:100%;padding:.5rem .75rem;font-size:1rem;font-family:"Inter",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.6;color:#0f172a;background:#fff;border:1px solid #e2e8f0;border-radius:.375rem;transition:border-color all .15s ease,box-shadow all .15s ease;appearance:none}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,.15)}.form-input::placeholder,.form-select::placeholder,.form-textarea::placeholder{color:#94a3b8}.form-input:disabled,.form-select:disabled,.form-textarea:disabled{background:#f8fafc;cursor:not-allowed;opacity:.7}.form-textarea{resize:vertical;min-height:100px}.form-select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%2364748b' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;padding-right:2rem;cursor:pointer}.form-hint{font-size:.75rem;color:#64748b;margin-top:.25rem}.form-error{font-size:.75rem;color:#dc2626;margin-top:.25rem}.form-error:empty{display:none}.form-input.is-invalid,.form-select.is-invalid,.form-textarea.is-invalid{border-color:#dc2626}.form-input.is-invalid:focus,.form-select.is-invalid:focus,.form-textarea.is-invalid:focus{box-shadow:0 0 0 3px rgba(220,38,38,.15)}.form-check{display:flex;align-items:flex-start;gap:.5rem;cursor:pointer}.form-check input[type=checkbox],.form-check input[type=radio]{width:16px;height:16px;flex-shrink:0;margin-top:.125rem;accent-color:#2563eb;cursor:pointer}.form-check__label{font-size:.875rem;color:#0f172a;line-height:1.5}.input-group{position:relative;display:flex;align-items:center}.input-group .input-icon{position:absolute;left:.75rem;color:#64748b;pointer-events:none;z-index:1}.input-group .form-input{padding-left:2.5rem}.input-group .input-suffix{position:absolute;right:.75rem;color:#64748b}.form-actions{display:flex;align-items:center;gap:.75rem;margin-top:1.5rem;padding-top:1rem;border-top:1px solid #e2e8f0}.form-actions--right{justify-content:flex-end}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media(max-width: 576px){.form-row{grid-template-columns:1fr}}.otp-input{display:block;width:100%;padding:.5rem .75rem;font-size:1rem;font-family:"Inter",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.6;color:#0f172a;background:#fff;border:1px solid #e2e8f0;border-radius:.375rem;transition:border-color all .15s ease,box-shadow all .15s ease;appearance:none}.otp-input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,.15)}.otp-input::placeholder{color:#94a3b8}.otp-input:disabled{background:#f8fafc;cursor:not-allowed;opacity:.7}.otp-input{text-align:center;font-size:1.5rem;font-weight:700;letter-spacing:.5em;font-family:"JetBrains Mono","Fira Code","Cascadia Code",monospace}.form-control{display:block;width:100%;padding:.5rem .75rem;font-size:1rem;font-family:"Inter",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.6;color:#0f172a;background:#fff;border:1px solid #e2e8f0;border-radius:.375rem;transition:border-color all .15s ease,box-shadow all .15s ease;appearance:none}.form-control:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,.15)}.form-control::placeholder{color:#94a3b8}.form-control:disabled{background:#f8fafc;cursor:not-allowed;opacity:.7}.form-control-file{display:block;width:100%;font-size:.875rem;color:#0f172a;padding:.5rem 0;cursor:pointer}.form-control--narrow{max-width:160px}.form-label--required::after{content:" *";color:#dc2626}.form-row.form-row--3{grid-template-columns:1fr 1fr 1fr}@media(max-width: 768px){.form-row.form-row--3{grid-template-columns:1fr 1fr}}@media(max-width: 576px){.form-row.form-row--3{grid-template-columns:1fr}}.form-help{font-size:.75rem;color:#64748b;margin-top:.25rem}.form-check{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.form-check__input{width:16px;height:16px;accent-color:#2563eb;flex-shrink:0;cursor:pointer}.form-check__label{font-size:.875rem;color:#0f172a;cursor:pointer;user-select:none}.toggle-wrap{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.toggle-wrap__label{font-size:.875rem;cursor:pointer;user-select:none}.toggle{position:relative;display:inline-block;width:44px;height:24px;flex-shrink:0}.toggle input{opacity:0;width:0;height:0}.toggle__slider{position:absolute;inset:0;background:#cbd5e1;border-radius:24px;cursor:pointer;transition:all .15s ease}.toggle__slider::before{content:"";position:absolute;width:18px;height:18px;left:3px;top:3px;background:#fff;border-radius:9999px;transition:all .15s ease}.toggle input:checked+.toggle__slider{background:#2563eb}.toggle input:checked+.toggle__slider::before{transform:translateX(20px)}.recovery-codes{list-style:none;display:grid;grid-template-columns:repeat(auto-fill, minmax(120px, 1fr));gap:.5rem;margin:.75rem 0;padding:0}.recovery-codes__item code{display:block;font-family:"JetBrains Mono","Fira Code","Cascadia Code",monospace;font-size:.875rem;background:hsla(0,0%,100%,.7);border:1px solid #e2e8f0;border-radius:.375rem;padding:.25rem .5rem;letter-spacing:.1em}.tfa-setup__qr{margin:1rem 0;display:inline-block;padding:.5rem;background:#fff;border:1px solid #e2e8f0;border-radius:.375rem}.tfa-setup__secret{font-family:"JetBrains Mono","Fira Code","Cascadia Code",monospace;font-size:.875rem;background:#f8fafc;padding:.25rem .5rem;border-radius:.375rem;border:1px solid #e2e8f0;word-break:break-all}.avatar-preview{margin-bottom:1rem}.avatar-preview__img{width:80px;height:80px;border-radius:9999px;object-fit:cover;border:3px solid #e2e8f0}.avatar-preview__placeholder{width:80px;height:80px;border-radius:9999px;background:#dbeafe;color:#2563eb;font-size:1.5rem;font-weight:700;display:inline-flex;align-items:center;justify-content:center;border:3px solid #e2e8f0}.banner-preview{margin-bottom:1rem;border-radius:.375rem;overflow:hidden}.banner-preview__img{width:100%;height:120px;object-fit:cover;display:block}.settings-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;align-items:start}@media(max-width: 992px){.settings-grid{grid-template-columns:1fr}}.form-actions{align-items:center;flex-wrap:wrap}.form-actions__delete{margin-left:auto}.card{background:#fff;border:1px solid #e2e8f0;border-radius:.5rem;box-shadow:0 1px 2px 0 rgba(0,0,0,.05)}.card--hoverable{transition:box-shadow all .15s ease,border-color all .15s ease}.card--hoverable:hover{box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);border-color:#cbd5e1}.card--form{max-width:720px}.card__header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid #e2e8f0}.card__header .card__title{font-size:1.125rem;font-weight:600}.card__header .card__actions{display:flex;align-items:center;gap:.5rem}.card__body{padding:1.25rem}.card__footer{padding:1rem 1.25rem;border-top:1px solid #e2e8f0;background:#f8fafc;border-radius:0 0 .5rem .5rem}.empty-state{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:.75rem;padding:4rem 1rem;text-align:center;color:#64748b}.empty-state svg{width:48px;height:48px;opacity:.4}.empty-state__title{font-size:1.125rem;font-weight:500;color:#0f172a}.empty-state__description{font-size:.875rem;max-width:320px}.modal-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:199;display:none}.modal-backdrop.is-open{display:block}.modal{position:fixed;inset:0;z-index:200;display:none;align-items:center;justify-content:center;padding:1rem}.modal.is-open{display:flex}.modal__dialog{background:#fff;border:1px solid #e2e8f0;border-radius:.5rem;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);width:100%;max-width:520px;max-height:90vh;overflow-y:auto;animation:modal-in .2s ease}.modal__dialog::-webkit-scrollbar{width:6px;height:6px}.modal__dialog::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.modal__dialog::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.modal__dialog::-webkit-scrollbar-thumb:hover{background:#64748b}.modal__header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid #e2e8f0}.modal__header .modal__title{font-size:1.125rem;font-weight:600}.modal__close{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;font-family:"Inter",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.5;border:1px solid rgba(0,0,0,0);border-radius:.375rem;cursor:pointer;text-decoration:none;transition:all .15s ease;white-space:nowrap}.modal__close:focus-visible{outline:2px solid #2563eb;outline-offset:2px}.modal__close:disabled{opacity:.65;cursor:not-allowed;pointer-events:none}.modal__close{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;font-family:"Inter",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.5;border:1px solid rgba(0,0,0,0);border-radius:.375rem;cursor:pointer;text-decoration:none;transition:all .15s ease;white-space:nowrap}.modal__close:focus-visible{outline:2px solid #2563eb;outline-offset:2px}.modal__close:disabled{opacity:.65;cursor:not-allowed;pointer-events:none}.modal__close{width:32px;height:32px;padding:0;border-radius:.375rem;color:#64748b;background:rgba(0,0,0,0);border:none}.modal__close:hover{background:#f8fafc;color:#0f172a}.modal__body{padding:1.25rem}.modal__footer{display:flex;align-items:center;gap:.75rem;justify-content:flex-end;padding:1rem 1.25rem;border-top:1px solid #e2e8f0;background:#f8fafc}.modal--sm .modal__dialog{max-width:360px}.modal--lg .modal__dialog{max-width:720px}@keyframes modal-in{from{opacity:0;transform:scale(0.95) translateY(-8px)}to{opacity:1;transform:scale(1) translateY(0)}}.table-wrapper{width:100%;overflow-x:auto}.table-wrapper::-webkit-scrollbar{width:6px;height:6px}.table-wrapper::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.table-wrapper::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.table-wrapper::-webkit-scrollbar-thumb:hover{background:#64748b}.table{width:100%;border-collapse:collapse;font-size:.875rem}.table th,.table td{padding:.75rem 1rem;text-align:left;vertical-align:middle;border-bottom:1px solid #e2e8f0}.table th{font-weight:600;color:#64748b;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;background:#f8fafc;white-space:nowrap}.table tbody tr{transition:all .15s ease}.table tbody tr:hover{background:#f8fafc}.table tbody tr:last-child td{border-bottom:none}.table td{color:#0f172a}.table--striped tbody tr:nth-child(even){background:#f8fafc}.table .col-actions{width:1%;white-space:nowrap;text-align:right}.table .col-narrow{width:1%;white-space:nowrap}.table-wrap{width:100%;overflow-x:auto}.table-wrap::-webkit-scrollbar{width:6px;height:6px}.table-wrap::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.table-wrap::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.table-wrap::-webkit-scrollbar-thumb:hover{background:#64748b}.table--admin .table__col--actions,.table--admin .col-actions{width:1%;white-space:nowrap;text-align:right}.table__col--actions{width:1%;white-space:nowrap;text-align:right}.pagination{display:flex;align-items:center;gap:.25rem;justify-content:center;flex-wrap:wrap;margin-top:1.5rem}.pagination__item{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;font-family:"Inter",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.5;border:1px solid rgba(0,0,0,0);border-radius:.375rem;cursor:pointer;text-decoration:none;transition:all .15s ease;white-space:nowrap}.pagination__item:focus-visible{outline:2px solid #2563eb;outline-offset:2px}.pagination__item:disabled{opacity:.65;cursor:not-allowed;pointer-events:none}.pagination__item{min-width:36px;height:36px;padding:0 .5rem;border:1px solid #e2e8f0;border-radius:.375rem;font-size:.875rem;color:#0f172a;background:#fff}.pagination__item:hover:not(:disabled){background:#f8fafc;border-color:#cbd5e1}.pagination__item.active{background:#2563eb;border-color:#2563eb;color:#fff;font-weight:600;pointer-events:none}.pagination__item:disabled{opacity:.4}.badge{display:inline-flex;align-items:center;padding:.2em .6em;font-size:.75rem;font-weight:600;border-radius:9999px;white-space:nowrap}.badge--primary{background:#dbeafe;color:#1d4ed8}.badge--success{background:#dcfce7;color:#15803d}.badge--warning{background:#fef3c7;color:#b45309}.badge--danger{background:#fee2e2;color:#b91c1c}.badge--secondary{background:#f1f5f9;color:#64748b}.badge--info{background:#cffafe;color:#0e7490}.badge--open{background:#dbeafe;color:#1d4ed8}.badge--in_progress{background:#fef3c7;color:#b45309}.badge--review{background:#cffafe;color:#0e7490}.badge--done{background:#dcfce7;color:#15803d}.badge--cancelled{background:#f1f5f9;color:#64748b;text-decoration:line-through}.badge--resolved{background:#dcfce7;color:#15803d}.badge--closed{background:#f1f5f9;color:#64748b}.badge--low{background:#f1f5f9;color:#64748b}.badge--medium{background:#dbeafe;color:#1d4ed8}.badge--high{background:#fef3c7;color:#b45309}.badge--critical{background:#fee2e2;color:#b91c1c}.badge--neutral{background:#f1f5f9;color:#64748b}.badge--blue{background:#cffafe;color:#0e7490}.badge--purple{background:#faf5ff;color:#7c3aed}.badge--lg{font-size:.875rem;padding:.3em .75em}.status-badge{display:inline-flex;align-items:center;padding:.2em .6em;font-size:.75rem;font-weight:600;border-radius:9999px;white-space:nowrap}.status-badge--open{background:#dbeafe;color:#1d4ed8}.status-badge--in_progress{background:#fef3c7;color:#b45309}.status-badge--review{background:#cffafe;color:#0e7490}.status-badge--done{background:#dcfce7;color:#15803d}.status-badge--cancelled{background:#f1f5f9;color:#64748b;text-decoration:line-through}.priority-badge{display:inline-flex;align-items:center;padding:.2em .6em;font-size:.75rem;font-weight:600;border-radius:9999px;white-space:nowrap}.priority-badge--low{background:#f1f5f9;color:#64748b}.priority-badge--medium{background:#dbeafe;color:#1d4ed8}.priority-badge--high{background:#fef3c7;color:#b45309}.priority-badge--critical{background:#fee2e2;color:#b91c1c}.role-badge{display:inline-flex;align-items:center;padding:.2em .6em;font-size:.75rem;font-weight:600;border-radius:9999px;white-space:nowrap}.role-badge--user{background:#f1f5f9;color:#64748b}.role-badge--moderator{background:#cffafe;color:#0e7490}.role-badge--administrator{background:#faf5ff;color:#7c3aed}.alert{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem 1rem;border-radius:.5rem;border:1px solid rgba(0,0,0,0);font-size:.875rem;line-height:1.5}.alert__icon{flex-shrink:0;margin-top:1px;width:18px;height:18px;min-width:18px}.alert__content{flex:1}.alert__close{flex-shrink:0;background:none;border:none;cursor:pointer;color:inherit;opacity:.6;padding:0;line-height:1;transition:all .15s ease}.alert__close:hover{opacity:1}.alert--success{background:#dcfce7;border-color:#86efac;color:#15803d}.alert--error{background:#fee2e2;border-color:#fca5a5;color:#b91c1c}.alert--warning{background:#fef3c7;border-color:#fcd34d;color:#b45309}.alert--info{background:#cffafe;border-color:#67e8f9;color:#0e7490}.flash-messages{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.sidebar{background:#1e293b;color:#cbd5e1;height:100%;display:flex;flex-direction:column}.sidebar::-webkit-scrollbar{width:6px;height:6px}.sidebar::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.sidebar::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.sidebar::-webkit-scrollbar-thumb:hover{background:#64748b}.sidebar__section{padding:1rem .5rem;border-bottom:1px solid hsla(0,0%,100%,.08)}.sidebar__section-title{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#64748b;padding:0 .75rem .5rem}.sidebar__link{display:flex;align-items:center;gap:.75rem;padding:.5rem .75rem;font-size:.875rem;color:#cbd5e1;border-radius:.375rem;transition:all .15s ease;text-decoration:none}.sidebar__link svg{width:18px;height:18px;flex-shrink:0;opacity:.7}.sidebar__link:hover{background:#334155;color:#fff}.sidebar__link:hover svg{opacity:1}.sidebar__link.active{background:#2563eb;color:#fff;font-weight:500}.sidebar__link.active svg{opacity:1}.sidebar__footer{margin-top:auto;padding:1rem .5rem;border-top:1px solid hsla(0,0%,100%,.08)}.avatar{display:inline-flex;align-items:center;justify-content:center;border-radius:9999px;background:#dbeafe;color:#2563eb;font-weight:600;object-fit:cover;flex-shrink:0;overflow:hidden}.avatar--xs{width:24px;height:24px;font-size:.75rem}.avatar--sm{width:32px;height:32px;font-size:.75rem}.avatar--md{width:48px;height:48px;font-size:1rem}.avatar--lg{width:80px;height:80px;font-size:1.25rem}.avatar--xl{width:120px;height:120px;font-size:1.5rem}.avatar img{width:100%;height:100%;object-fit:cover;border-radius:9999px}.user-line{display:flex;align-items:center;gap:.5rem}.user-line .user-line__info{display:flex;flex-direction:column;min-width:0}.user-line .user-line__name{font-size:.875rem;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-line .user-line__meta{font-size:.75rem;color:#64748b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-banner{position:relative;height:180px;background:linear-gradient(135deg, #2563eb, #1d4ed8);border-radius:.5rem .5rem 0 0;overflow:hidden}.profile-banner img{width:100%;height:100%;object-fit:cover}.profile-header{background:#fff;border:1px solid #e2e8f0;border-radius:.5rem;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);overflow:hidden}.profile-header__body{padding:1.25rem;display:flex;gap:1rem;align-items:flex-end;margin-top:-3rem}@media(max-width: 576px){.profile-header__body{flex-direction:column;align-items:flex-start;margin-top:-2rem}}.profile-header__avatar-wrap{flex-shrink:0;border:4px solid #fff;border-radius:9999px;background:#fff}.profile-header__info{flex:1;min-width:0;padding-bottom:.25rem}.profile-header__name{font-size:1.25rem;font-weight:700}.profile-header__bio{font-size:.875rem;color:#64748b;margin-top:.25rem}.profile-header__actions{flex-shrink:0;display:flex;align-items:center;gap:.5rem;align-self:flex-end}@media(max-width: 576px){.profile-header__actions{align-self:flex-start}}.profile{max-width:900px}.profile__banner{border-radius:.5rem .5rem 0 0;overflow:hidden;height:200px;background:linear-gradient(135deg, #2563eb, #1d4ed8)}.profile__banner-img{width:100%;height:100%;object-fit:cover;display:block}.profile__banner-placeholder{width:100%;height:100%}.profile__body{display:flex;flex-direction:column;gap:1rem}.profile__header{background:#fff;border:1px solid #e2e8f0;border-radius:.5rem;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);padding:1.25rem;display:flex;gap:1rem;align-items:flex-end;margin-top:-3rem;flex-wrap:wrap}@media(max-width: 576px){.profile__header{flex-direction:column;align-items:flex-start;margin-top:-2rem}}.profile__avatar-wrap{flex-shrink:0;border:4px solid #fff;border-radius:9999px;background:#fff}.profile__avatar{width:96px;height:96px;border-radius:9999px;object-fit:cover;display:block}.profile__avatar--placeholder{width:96px;height:96px;border-radius:9999px;background:#dbeafe;color:#2563eb;font-size:1.5rem;font-weight:700;display:inline-flex;align-items:center;justify-content:center}.profile__info{flex:1;min-width:0;padding-bottom:.25rem;display:flex;flex-direction:column;gap:.5rem}.profile__username{font-size:1.25rem;font-weight:700;margin:0}.profile__actions{flex-shrink:0;align-self:flex-end}@media(max-width: 576px){.profile__actions{align-self:flex-start}}.profile__bio{background:#fff;border:1px solid #e2e8f0;border-radius:.5rem;box-shadow:0 1px 2px 0 rgba(0,0,0,.05)}.profile__meta{background:#fff;border:1px solid #e2e8f0;border-radius:.5rem;box-shadow:0 1px 2px 0 rgba(0,0,0,.05)}.measure-list{display:flex;flex-direction:column;gap:.75rem}.measure-card{background:#fff;border:1px solid #e2e8f0;border-radius:.5rem;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);transition:box-shadow all .15s ease,border-color all .15s ease}.measure-card:hover{box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);border-color:#cbd5e1}.measure-card{padding:1rem 1.25rem;display:flex;gap:1rem;align-items:flex-start}@media(max-width: 576px){.measure-card{flex-direction:column;gap:.75rem}}.measure-card__main{flex:1;min-width:0}.measure-card__title{font-size:1rem;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.measure-card__title a{color:#0f172a;transition:all .15s ease}.measure-card__title a:hover{color:#2563eb}.measure-card__meta{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;margin-top:.5rem;font-size:.75rem;color:#64748b}.measure-card__assignees{display:flex;align-items:center;gap:-0.25rem;margin-top:.5rem}.measure-card__assignees .avatar{border:2px solid #fff}.measure-card__actions{display:flex;align-items:center;gap:.25rem;flex-shrink:0}.measure-card__due{font-size:.75rem;color:#64748b}.measure-card__due.overdue{color:#dc2626;font-weight:500}.measure-detail{display:grid;grid-template-columns:1fr 320px;gap:1.5rem;align-items:start}@media(max-width: 992px){.measure-detail{grid-template-columns:1fr}}.measure-body{background:#fff;border:1px solid #e2e8f0;border-radius:.5rem;box-shadow:0 1px 2px 0 rgba(0,0,0,.05)}.measure-body__header{padding:1.25rem;border-bottom:1px solid #e2e8f0}.measure-body__title{font-size:1.5rem;font-weight:700;margin-bottom:.75rem}.measure-body__badges{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.measure-body__description{padding:1.25rem;line-height:1.8;color:#0f172a;white-space:pre-wrap}.measure-sidebar-card{background:#fff;border:1px solid #e2e8f0;border-radius:.5rem;box-shadow:0 1px 2px 0 rgba(0,0,0,.05)}.measure-sidebar-card__section{padding:1rem;border-bottom:1px solid #e2e8f0}.measure-sidebar-card__section:last-child{border-bottom:none}.measure-sidebar-card__label{font-size:.75rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.measure-sidebar-card__value{font-size:.875rem;color:#0f172a}.comments{background:#fff;border:1px solid #e2e8f0;border-radius:.5rem;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);margin-top:1.5rem}.comments__header{padding:1rem 1.25rem;border-bottom:1px solid #e2e8f0;font-size:1rem;font-weight:600}.comments__list{padding:1rem 1.25rem;display:flex;flex-direction:column;gap:1rem}.comments__item{display:flex;gap:.75rem}.comments__item.internal{background:#fef3c7;border-radius:.375rem;padding:.75rem;margin-inline:-0.5rem}.comments__item.internal .comments__bubble{background:#fff}.comments__bubble{flex:1;background:#f8fafc;border-radius:.5rem;padding:.75rem 1rem}.comments__meta{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:#64748b;margin-bottom:.25rem}.comments__text{font-size:.875rem;line-height:1.8;white-space:pre-wrap}.comments__form{padding:1rem 1.25rem;border-top:1px solid #e2e8f0;background:#f8fafc}.status-history{display:flex;flex-direction:column;gap:.5rem;font-size:.875rem}.status-history__item{display:flex;align-items:center;gap:.5rem;color:#64748b}.status-history__item::before{content:"›";color:#cbd5e1}.measure-cards{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.measure-card__header{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.5rem}.measure-card__badges{display:flex;gap:.5rem;flex-wrap:wrap}.measure-card__link{display:block;color:#0f172a;font-weight:600;font-size:1rem;transition:all .15s ease;margin-bottom:.25rem}.measure-card__link:hover{color:#2563eb}.measure-card__description{font-size:.875rem;color:#64748b;margin-bottom:.75rem;line-height:1.6}.measure-card__footer{display:flex;align-items:center;justify-content:space-between;gap:.5rem;flex-wrap:wrap}.measure-card__due{font-size:.75rem;color:#64748b}.measure-card__due--overdue{color:#dc2626;font-weight:500}.measure-card__updated{font-size:.75rem;color:#64748b}.measure-detail__layout{display:grid;grid-template-columns:1fr 320px;gap:1.5rem;align-items:start}@media(max-width: 992px){.measure-detail__layout{grid-template-columns:1fr}}.measure-detail__main{display:flex;flex-direction:column;gap:1.5rem}.measure-detail__sidebar{display:flex;flex-direction:column;gap:1rem}.measure-detail__header{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.measure-detail__title{font-size:1.5rem;font-weight:700;flex:1}.measure-detail__badges{display:flex;gap:.5rem;flex-wrap:wrap;align-items:center}.measure-detail__description{line-height:1.8;white-space:pre-wrap;color:#0f172a}.measure-detail__status-change .status-form{margin:0}.measure-detail__section-title{font-size:1.125rem;font-weight:600;margin-bottom:1rem}.measure-detail__comments{display:flex;flex-direction:column;gap:1rem}.status-form .form-row--inline{display:flex;gap:.75rem;align-items:center;flex-wrap:wrap}.status-form .form-row--inline .form-control{flex:1;min-width:160px;max-width:240px}.comments-list{display:flex;flex-direction:column;gap:1rem}.comment{display:flex;gap:.75rem}.comment--internal{background:#fef3c7;border-radius:.375rem;padding:.75rem;margin-inline:-0.75rem}.comment__author{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:.5rem;flex-wrap:wrap}.comment__avatar{width:36px;height:36px;border-radius:9999px;flex-shrink:0;object-fit:cover}.comment__avatar--placeholder{display:inline-flex;align-items:center;justify-content:center;background:#dbeafe;color:#2563eb;font-weight:600;font-size:.875rem}.comment__username{font-weight:500;font-size:.875rem;color:#0f172a}.comment__username:hover{color:#2563eb}.comment__time{font-size:.75rem;color:#64748b;margin-left:.5rem}.comment__body{flex:1;font-size:.875rem;line-height:1.8;white-space:pre-wrap;color:#0f172a}.comment-form{border-top:1px solid #e2e8f0;padding-top:1rem;margin-top:1rem}.comment-form__title{font-size:1rem;font-weight:600;margin-bottom:.75rem}.definition-list__row{display:flex;gap:.75rem;padding:.5rem 0;border-bottom:1px solid #e2e8f0;font-size:.875rem}.definition-list__row:last-child{border-bottom:none}.definition-list__row dt{flex-shrink:0;width:140px;color:#64748b;font-weight:400}.definition-list__row dd{flex:1;color:#0f172a;margin:0}.assignee{display:flex;gap:.5rem;align-items:center;font-size:.875rem;margin-bottom:.5rem}.assignee__label{color:#64748b}.measure-assign-form{margin-top:.75rem}.measure-assign-form summary{cursor:pointer;list-style:none}.measure-assign-form summary::-webkit-details-marker{display:none}.measure-assign-form .assign-form{margin-top:.75rem;padding-top:.75rem;border-top:1px solid #e2e8f0}.attachments-list{display:flex;flex-direction:column;gap:.5rem;font-size:.875rem}.attachments-list__item{display:flex;flex-direction:column;gap:.25rem;padding:.5rem 0;border-bottom:1px solid #e2e8f0}.attachments-list__item:last-child{border-bottom:none}.attachments-list__link{color:#2563eb;font-weight:500}.measure-filters{background:#fff;border:1px solid #e2e8f0;border-radius:.5rem;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);padding:1rem;margin-bottom:1rem;display:flex;gap:.75rem;flex-wrap:wrap;align-items:flex-end}.measure-filters .form-group{margin-bottom:0;min-width:160px}.admin-stats{display:grid;grid-template-columns:repeat(auto-fit, minmax(200px, 1fr));gap:1rem;margin-bottom:2rem}.admin-stat{background:#fff;border:1px solid #e2e8f0;border-radius:.5rem;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);padding:1.25rem}.admin-stat__icon{width:40px;height:40px;border-radius:.5rem;display:flex;align-items:center;justify-content:center;margin-bottom:.75rem}.admin-stat__icon--primary{background:#dbeafe;color:#2563eb}.admin-stat__icon--success{background:#dcfce7;color:#16a34a}.admin-stat__icon--warning{background:#fef3c7;color:#d97706}.admin-stat__icon--danger{background:#fee2e2;color:#dc2626}.admin-stat__value{font-size:1.875rem;font-weight:700;line-height:1.2}.admin-stat__label{font-size:.875rem;color:#64748b;margin-top:.25rem}.table-actions{display:flex;align-items:center;gap:.25rem;justify-content:flex-end}.user-status{display:inline-flex;align-items:center;padding:.2em .6em;font-size:.75rem;font-weight:600;border-radius:9999px;white-space:nowrap}.user-status--active{background:#dcfce7;color:#15803d}.user-status--suspended{background:#fee2e2;color:#b91c1c}.audit-entry{display:flex;gap:.75rem;padding:.75rem 0;border-bottom:1px solid #e2e8f0;font-size:.875rem}.audit-entry:last-child{border-bottom:none}.audit-entry__time{flex-shrink:0;width:120px;color:#64748b;font-size:.75rem}.audit-entry__action{font-weight:500;color:#2563eb;font-family:"JetBrains Mono","Fira Code","Cascadia Code",monospace;font-size:.75rem;flex-shrink:0;width:160px}.audit-entry__detail{flex:1;color:#64748b}.audit-entry__user{flex-shrink:0;width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.settings-section{background:#fff;border:1px solid #e2e8f0;border-radius:.5rem;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);margin-bottom:1.5rem}.settings-section__header{padding:1rem 1.25rem;border-bottom:1px solid #e2e8f0}.settings-section__header h3{font-size:1rem;font-weight:600}.settings-section__header p{font-size:.875rem;color:#64748b;margin-top:.25rem}.settings-section__body{padding:1.25rem}.settings-section__title{font-size:1rem;font-weight:600;margin-bottom:.75rem}.admin-section{max-width:1200px}.admin-quick-links{display:grid;grid-template-columns:repeat(auto-fill, minmax(160px, 1fr));gap:1rem;margin-top:1.5rem}.admin-quick-link{background:#fff;border:1px solid #e2e8f0;border-radius:.5rem;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);transition:box-shadow all .15s ease,border-color all .15s ease}.admin-quick-link:hover{box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);border-color:#cbd5e1}.admin-quick-link{padding:1.25rem 1rem;display:flex;flex-direction:column;align-items:center;gap:.75rem;text-align:center;font-size:.875rem;font-weight:500;color:#0f172a;transition:all .15s ease}.admin-quick-link:hover{color:#2563eb}.admin-quick-link__icon{width:36px;height:36px;color:#2563eb}.search-bar{display:flex;gap:.75rem;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap}.search-bar__input-wrap{flex:1;min-width:200px}.search-bar__input{width:100%}.user-cell{display:flex;align-items:center;gap:.75rem}.user-cell__avatar{width:32px;height:32px;border-radius:9999px;object-fit:cover;flex-shrink:0}.user-cell__avatar--placeholder{display:inline-flex;align-items:center;justify-content:center;background:#dbeafe;color:#2563eb;font-size:.75rem;font-weight:600}.user-cell__name{font-weight:500;color:#0f172a;font-size:.875rem}.user-cell__name:hover{color:#2563eb}.user-select-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(180px, 1fr));gap:.5rem;max-height:400px;overflow-y:auto;border:1px solid #e2e8f0;border-radius:.375rem;padding:.75rem}.user-select-grid::-webkit-scrollbar{width:6px;height:6px}.user-select-grid::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.user-select-grid::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.user-select-grid::-webkit-scrollbar-thumb:hover{background:#64748b}.user-select-item{display:flex;align-items:center;gap:.5rem;padding:.5rem;border-radius:.375rem;cursor:pointer;transition:all .15s ease;user-select:none}.user-select-item:hover{background:#f8fafc}.user-select-item--checked{background:#dbeafe}.user-select-item--checked:hover{background:rgb(204.1135135135,225.3162162162,253.5864864865)}.user-select-item__checkbox{flex-shrink:0;accent-color:#2563eb;width:16px;height:16px;cursor:pointer}.user-select-item__info{display:flex;align-items:center;gap:.5rem;min-width:0}.user-select-item__avatar{width:24px;height:24px;border-radius:9999px;object-fit:cover;flex-shrink:0}.user-select-item__avatar--placeholder{display:inline-flex;align-items:center;justify-content:center;background:#dbeafe;color:#2563eb;font-size:10px;font-weight:600}.user-select-item__name{font-size:.875rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.audit-action{font-family:"JetBrains Mono","Fira Code","Cascadia Code",monospace;font-size:.75rem;padding:2px .5rem;border-radius:.375rem;background:#f8fafc;color:#64748b}.audit-action--success{background:#dcfce7;color:#15803d}.audit-action--danger{background:#fee2e2;color:#b91c1c}.audit-action--default{background:#f8fafc;color:#64748b}.table__cell--nowrap{white-space:nowrap}.table__link{color:#0f172a;font-weight:500}.table__link:hover{color:#2563eb}.sidebar-toggle{display:none;position:fixed;bottom:1.25rem;right:1.25rem;width:48px;height:48px;border-radius:9999px;background:#2563eb;color:#fff;border:none;cursor:pointer;align-items:center;justify-content:center;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);z-index:199}@media(max-width: 768px){.sidebar-toggle{display:flex}}.support-page .filter-bar,.support-create .filter-bar,.support-detail .filter-bar{margin-bottom:1rem}.ticket-thread{display:flex;flex-direction:column;gap:1rem}.ticket-message{border-radius:.5rem;padding:1rem;border:1px solid #e2e8f0;transition:box-shadow all .15s ease}.ticket-message--user{background:#fff}.ticket-message--staff{background:#eff6ff;border-color:#bfdbfe}.ticket-message__meta{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem;flex-wrap:wrap}.ticket-message__avatar{width:32px;height:32px;border-radius:9999px;object-fit:cover;flex-shrink:0}.ticket-message__avatar .avatar{width:32px;height:32px;font-size:.75rem}.ticket-message__author{font-weight:600;font-size:.875rem;color:#0f172a;display:flex;align-items:center;gap:.5rem}.ticket-message__time{font-size:.75rem;color:#64748b;margin-left:auto}@media(max-width: 576px){.ticket-message__time{margin-left:0;width:100%}}.ticket-message__body{font-size:.875rem;line-height:1.8;white-space:pre-wrap;color:#0f172a;word-break:break-word}.detail-list dt{font-size:.75rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin-top:1rem}.detail-list dt:first-child{margin-top:0}.detail-list dd{font-size:.875rem;color:#0f172a;margin:.25rem 0 .75rem;padding-bottom:.75rem;border-bottom:1px solid #e2e8f0}.detail-list dd:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}@media(max-width: 768px){.nav__links{display:none}.nav__toggle{display:flex}.layout-admin .admin-sidebar{transform:translateX(-100%);transition:transform all .25s ease}.layout-admin .admin-sidebar.is-open{transform:translateX(0)}.layout-admin .admin-main{margin-left:0;padding:1rem}}@media(max-width: 576px){.page-header{flex-direction:column;align-items:flex-start}.stats-grid{grid-template-columns:1fr 1fr}.auth-card{padding:1.25rem}h1{font-size:1.5rem}h2{font-size:1.25rem}.table th,.table td{padding:.5rem .75rem}}@media(max-width: 400px){.stats-grid{grid-template-columns:1fr}.btn{font-size:.75rem}}@media print{.nav,.sidebar,.footer,.btn,.form-actions{display:none !important}.layout-admin .admin-main{margin-left:0;padding:0}body{background:#fff;color:#000}}
