:root{font-family:Inter,PingFang SC,Microsoft YaHei,system-ui,sans-serif;color:#172033;background:#f5f7fb;font-synthesis:none;--blue: #246bfe;--blue-dark: #1556d7;--line: #e5e9f1;--muted: #6f7889;--red: #e14b4b;--green: #1e9e69;--orange: #dc8a22}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:#f5f7fb}button,input{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.58}.login-page{min-height:100vh;display:grid;place-items:center;padding:28px;background:radial-gradient(circle at 80% 10%,#e9f1ff 0,transparent 35%),linear-gradient(150deg,#f9fbff,#eef3fb)}.login-card{width:min(100%,430px);padding:42px;border:1px solid rgba(223,229,240,.9);border-radius:28px;background:#fffffff0;box-shadow:0 30px 80px #213e701f;text-align:center}.login-brand-mark{width:66px;height:66px;margin:0 auto 20px;border-radius:20px;display:grid;place-items:center;color:#fff;background:linear-gradient(145deg,#347aff,#1558dc);box-shadow:0 14px 28px #246bfe47}.eyebrow{margin:0 0 5px;color:var(--blue);letter-spacing:.13em;font-size:11px;font-weight:800}.login-card h1{margin:0;font-size:29px}.login-subtitle{margin:10px auto 30px;color:var(--muted);font-size:14px;line-height:1.7}.login-form{text-align:left;display:grid;gap:17px}label{display:grid;gap:8px;color:#3c4659;font-size:14px;font-weight:650}label small{color:var(--muted);font-size:12px;font-weight:400}input{width:100%;height:44px;padding:0 13px;border:1px solid #dce2ec;border-radius:11px;color:#182238;background:#fff;outline:none;transition:.2s}input:focus{border-color:var(--blue);box-shadow:0 0 0 3px #246bfe1c}.input-with-icon{height:47px;display:flex;align-items:center;padding-left:13px;border:1px solid #dce2ec;border-radius:12px;color:#7b8597;transition:.2s}.input-with-icon:focus-within{border-color:var(--blue);box-shadow:0 0 0 3px #246bfe1c}.input-with-icon input{border:0;box-shadow:none;height:43px}.primary-button,.secondary-button{min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 17px;border-radius:10px;font-weight:700;border:1px solid transparent}.primary-button{color:#fff;background:var(--blue);box-shadow:0 6px 14px #246bfe2b}.primary-button:hover{background:var(--blue-dark)}.secondary-button{color:#354157;background:#fff;border-color:#dfe4ed}.secondary-button:hover{background:#f7f9fc}.login-button{width:100%;height:48px;margin-top:5px}.login-tip{margin:22px 0 0;color:#9098a8;font-size:12px}.form-error{display:flex;gap:7px;align-items:center;color:#c63f3f;background:#fff1f1;border:1px solid #ffd8d8;border-radius:9px;padding:10px 12px;font-size:13px;font-weight:500}.spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.admin-shell{min-height:100vh;display:grid;grid-template-columns:245px 1fr}aside{position:fixed;z-index:30;inset:0 auto 0 0;width:245px;display:flex;flex-direction:column;padding:25px 17px 17px;background:#fff;border-right:1px solid var(--line)}.sidebar-brand{display:flex;align-items:center;gap:12px;padding:0 8px 27px}.sidebar-brand>span{width:42px;height:42px;display:grid;place-items:center;border-radius:13px;color:#fff;background:var(--blue)}.sidebar-brand svg{width:22px}.sidebar-brand div{display:grid;gap:3px}.sidebar-brand strong{font-size:16px}.sidebar-brand small,.sidebar-admin small{color:var(--muted);font-size:11px}aside nav{display:grid;gap:7px}aside nav button{height:45px;display:flex;align-items:center;gap:12px;padding:0 13px;border:0;border-radius:11px;color:#657086;background:transparent;font-weight:650;text-align:left}aside nav button svg{width:19px}aside nav button:hover{background:#f5f8fd;color:#31415d}aside nav button.active{color:var(--blue);background:#edf3ff}.nav-badge{min-width:20px;height:20px;display:inline-grid;place-items:center;margin-left:auto;padding:0 6px;border-radius:99px;color:#fff;background:var(--red);font-size:10px;font-weight:800}.sidebar-admin{margin-top:auto;display:grid;grid-template-columns:38px 1fr 30px;align-items:center;gap:9px;padding:13px 8px 2px;border-top:1px solid var(--line)}.avatar{width:36px;height:36px;flex:none;display:grid;place-items:center;border-radius:50%;color:#fff;background:linear-gradient(145deg,#5b86e5,#36a1d4);font-weight:800}.sidebar-admin div{min-width:0;display:grid;gap:2px}.sidebar-admin strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}.sidebar-admin button{border:0;color:#8c95a4;background:transparent;padding:5px}.sidebar-admin button svg{width:18px}.admin-main{grid-column:2;min-width:0}.topbar{position:sticky;z-index:20;top:0;height:70px;display:flex;align-items:center;justify-content:space-between;padding:0 32px;background:#ffffffe6;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.topbar>div:first-of-type{display:none}.topbar-status{display:flex;align-items:center;gap:8px;color:#596579;font-size:13px}.online-dot{width:8px;height:8px;border-radius:50%;background:#27b37b;box-shadow:0 0 0 4px #e8f7f1}.menu-button{display:none;border:0;background:transparent}.content{padding:28px 32px 45px}.stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:28px}.stat-card{min-height:127px;display:flex;align-items:center;gap:15px;padding:20px;border:1px solid var(--line);border-radius:17px;background:#fff;box-shadow:0 6px 20px #1f305009}.stat-icon{width:45px;height:45px;flex:none;display:grid;place-items:center;border-radius:13px;color:var(--blue);background:#eaf1ff}.stat-card.green .stat-icon{color:var(--green);background:#e8f7f0}.stat-card.orange .stat-icon{color:var(--orange);background:#fff4e3}.stat-card.red .stat-icon{color:var(--red);background:#fff0f0}.stat-icon svg{width:22px}.stat-card>div:last-child{display:grid;gap:3px}.stat-card span{color:var(--muted);font-size:12px}.stat-card strong{font-size:27px;line-height:1.1}.stat-card small{color:#9aa1ae;font-size:11px}.page-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin:0 0 19px}.page-heading h1{margin:0;font-size:25px;letter-spacing:-.02em}.page-heading>div>p:last-child{margin:7px 0 0;color:var(--muted);font-size:13px}.panel{border:1px solid var(--line);border-radius:17px;background:#fff;box-shadow:0 8px 24px #1e2e4b09;overflow:hidden}.table-toolbar{display:flex;align-items:center;gap:13px;padding:17px;border-bottom:1px solid var(--line)}.search-box{min-width:220px;height:40px;display:flex;align-items:center;gap:7px;padding-left:11px;border:1px solid #dfe4ed;border-radius:10px;color:#8992a2}.search-box input{height:37px;border:0;box-shadow:none;padding-left:3px}.status-tabs{display:flex;gap:3px;padding:3px;border-radius:10px;background:#f3f5f8}.status-tabs button{height:31px;padding:0 11px;border:0;border-radius:8px;color:#707a8c;background:transparent;font-size:12px}.status-tabs button.active{color:var(--blue);background:#fff;box-shadow:0 2px 6px #28375217;font-weight:700}.icon-button{width:38px;height:38px;display:grid;place-items:center;padding:0;border:1px solid #dfe4ed;border-radius:9px;color:#697488;background:#fff}.table-toolbar>.icon-button{margin-left:auto}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse;min-width:920px}th{height:44px;padding:0 15px;color:#778194;background:#fafbfc;font-size:11px;font-weight:700;text-align:left;white-space:nowrap}td{min-height:62px;padding:12px 15px;border-top:1px solid #edf0f5;color:#4c576a;font-size:12px;white-space:nowrap}tbody tr:hover{background:#fbfcfe}.user-cell{display:flex;align-items:center;gap:10px}.user-cell .avatar{width:34px;height:34px;font-size:13px}.user-cell div{display:grid;gap:2px}.user-cell strong{color:#263147;font-size:13px}.user-cell small{color:#939baa;font-size:10px}code{padding:3px 6px;border-radius:5px;color:#44516a;background:#f2f4f8;font-family:ui-monospace,monospace}.status-badge{display:inline-flex;align-items:center;min-height:24px;padding:0 9px;border-radius:99px;font-size:11px;font-weight:700}.status-badge.active{color:#14764d;background:#e6f7ef}.status-badge.expiring{color:#a6630c;background:#fff1d9}.status-badge.expired{color:#c54242;background:#ffe9e9}.status-badge.disabled{color:#6f7785;background:#edf0f4}.actions-column{width:170px}.row-actions{display:flex;gap:5px}.row-actions button{width:31px;height:31px;display:grid;place-items:center;padding:0;border:1px solid #e0e5ed;border-radius:8px;color:#69758a;background:#fff}.row-actions button:hover{color:var(--blue);border-color:#b9cdfb;background:#f4f7ff}.row-actions button.danger:hover{color:var(--red);border-color:#f3baba;background:#fff5f5}.empty-state{min-height:170px;display:flex;align-items:center;justify-content:center;gap:9px;color:#8a94a5;font-size:14px}.meeting-number{color:#2d3a53;letter-spacing:.05em}.lock-note{margin-left:7px;color:#8d6670;font-size:10px}.muted-copy{color:var(--muted);font-size:12px}.error-table{min-width:1280px}.error-table td{vertical-align:top}.error-table td>strong,.error-table td>small{display:block}.error-table td>small{max-width:190px;margin-top:4px;color:var(--muted);line-height:1.55;white-space:normal}.error-message{width:360px;max-width:360px;white-space:normal;line-height:1.55}.error-message>strong{color:#344057;overflow-wrap:anywhere}.error-message details{margin-top:7px}.error-message summary{color:var(--blue);cursor:pointer;font-size:11px}.error-message pre{max-height:220px;overflow:auto;padding:10px;border-radius:8px;color:#44516a;background:#f5f7fa;font-size:10px;white-space:pre-wrap;overflow-wrap:anywhere}.compact-button{min-height:32px;padding:0 10px;font-size:11px;white-space:nowrap}.dialog-backdrop{position:fixed;z-index:100;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:20px;background:#111b2e73;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.dialog{width:min(100%,510px);padding:25px;border-radius:20px;background:#fff;box-shadow:0 30px 80px #08142a38}.dialog.compact{max-width:450px}.dialog header{display:flex;align-items:start;justify-content:space-between;margin-bottom:20px}.dialog h2{margin:0;font-size:20px}.dialog form{display:grid;gap:15px}.dialog footer{display:flex;justify-content:flex-end;gap:9px;margin-top:6px}.warning-copy{margin:0;padding:10px 12px;border-radius:9px;color:#965f16;background:#fff5e4;font-size:12px;line-height:1.6}.toast{position:fixed;z-index:150;right:25px;bottom:24px;display:flex;align-items:center;gap:9px;padding:13px 17px;border-radius:11px;color:#fff;background:#172236;box-shadow:0 14px 36px #111d323d;font-size:13px;animation:slide-in .25s ease}.toast svg{width:18px;color:#57d699}@keyframes slide-in{0%{opacity:0;transform:translateY(10px)}}.settings-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:18px}.settings-card{padding:24px}.settings-title{display:flex;gap:13px;align-items:flex-start;margin-bottom:22px}.settings-title>svg{color:var(--blue)}.settings-title h2{margin:0 0 5px;font-size:17px}.settings-title p{margin:0;color:var(--muted);font-size:12px}.settings-card form{display:grid;gap:14px}.settings-card form .primary-button{justify-self:start;margin-top:5px}.health-list{list-style:none;padding:0;margin:0;display:grid;gap:14px}.health-list li{display:flex;gap:9px;align-items:center;color:#596579;font-size:13px}.health-list svg{width:18px;color:var(--green)}.health-list li:last-child svg{color:var(--orange)}.nav-backdrop{display:none}@media (max-width: 1100px){.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.status-tabs{overflow-x:auto;max-width:440px}}@media (max-width: 760px){.admin-shell{display:block}aside{transform:translate(-102%);transition:transform .22s ease;box-shadow:15px 0 40px #14223826}aside.open{transform:translate(0)}.nav-backdrop{position:fixed;z-index:25;top:0;right:0;bottom:0;left:0;display:block;border:0;background:#10192a59}.admin-main{min-width:0}.topbar{height:62px;padding:0 17px}.menu-button{display:grid;place-items:center;padding:5px}.topbar>div:first-of-type{display:grid;gap:1px;margin-right:auto;margin-left:12px}.topbar>div:first-of-type span{color:var(--muted);font-size:10px}.topbar>div:first-of-type strong{font-size:14px}.topbar-status{font-size:11px}.content{padding:19px 14px 35px}.stats-grid{grid-template-columns:1fr 1fr;gap:10px;margin-bottom:22px}.stat-card{min-height:105px;padding:14px;gap:10px}.stat-icon{width:38px;height:38px}.stat-card strong{font-size:22px}.stat-card small{display:none}.page-heading{align-items:center}.page-heading h1{font-size:21px}.page-heading>div>p:last-child{display:none}.table-toolbar{flex-wrap:wrap}.search-box{width:calc(100% - 52px)}.status-tabs{order:2;width:100%;max-width:100%}.status-tabs button{flex:1;white-space:nowrap}.settings-grid{grid-template-columns:1fr}.dialog{padding:20px}}@media (max-width: 480px){.login-page{padding:14px}.login-card{padding:30px 22px;border-radius:22px}.stats-grid{grid-template-columns:1fr}.stat-card{min-height:92px}.page-heading .primary-button{padding:0 12px;font-size:12px}}
