:root{--gray-0:#0a0a0d;--gray-1:#101014;--gray-2:#17171d;--gray-3:#1d1d25;--gray-4:#26262f;--gray-5:#34343f;--gray-6:#4a4a56;--gray-7:#6c6c78;--gray-8:#9a9aa6;--gray-9:#c7c7d1;--gray-10:#e9e9ee;--gray-11:#f5f5f7;--violet-1:#1c1236;--violet-2:#2f1e5c;--violet-3:#4a2f92;--violet-4:#6c46c9;--violet-5:#8b63e8;--violet-6:#a480ff;--cyan:#5ee0ff;--green-solid:#78fcbb;--green-on:#00321d;--green-soft:#123021;--green-text:#62d19a;--amber-solid:#ffdb5f;--amber-on:#332800;--amber-soft:#30280c;--amber-text:#d4b549;--danger-solid:#ffd2cb;--danger-on:#4c100d;--danger-soft:#402622;--danger-text:#ff9689;--info-solid:#c7e1ff;--info-on:#002952;--info-soft:#182a3f;--info-text:#81bbff;--surface-bg:var(--gray-0);--surface-1:var(--gray-1);--surface-2:var(--gray-2);--surface-3:var(--gray-3);--surface-4:var(--gray-4);--surface-border:#ffffff14;--surface-border-strong:#ffffff24;--text-primary:var(--gray-11);--text-secondary:var(--gray-8);--text-muted:var(--gray-7);--font-display:Outfit, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-mono:"JetBrains Mono", "SFMono-Regular", Consolas, monospace;--radius-s:7px;--radius-m:10px;--radius-l:12px;--radius-xl:17px;--radius-pill:999px;--shadow-card:0 1px 2px #0006, 0 8px 24px #00000059;--shadow-modal:0 20px 60px #0000008c;--ease:cubic-bezier(.2, .8, .2, 1)}*{box-sizing:border-box}html{min-width:320px;min-height:100%}body,html{background:var(--surface-bg)}body{min-height:100vh;color:var(--text-primary);font-family:var(--font-display);-webkit-font-smoothing:antialiased;margin:0;font-size:15px;line-height:1.45}button,input,select,textarea{font:inherit}a,button{-webkit-tap-highlight-color:transparent;color:inherit}a{text-decoration:none}input,select,textarea{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--cyan);outline-offset:2px}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.admin-icon{flex:none;display:block}.mono{font-family:var(--font-mono);font-size:13px}.muted{color:var(--text-muted)}.admin-shell{min-height:100vh}.sidebar{z-index:40;background:var(--surface-1);border-right:1px solid var(--surface-border);flex-direction:column;width:264px;padding:20px 16px 18px;display:flex;position:fixed;inset:0 auto 0 0}.sidebar-top{justify-content:space-between;align-items:center;min-height:46px;display:flex}.auth-brand,.brand,.mobile-brand{align-items:center;gap:11px;display:flex}.brand>span:last-child{flex-direction:column;min-width:0;display:flex}.brand strong{letter-spacing:-.01em;font-size:16px;line-height:1.2}.brand small{color:var(--text-muted);letter-spacing:.06em;text-transform:uppercase;margin-top:2px;font-size:11px}.brand-mark{background:linear-gradient(145deg,var(--violet-5),var(--violet-3));color:#fff;border-radius:10px;flex:none;justify-content:center;align-items:center;width:34px;height:34px;font-weight:700;display:inline-flex;box-shadow:0 0 24px #8b63e83d}.brand-mark.large{border-radius:13px;width:44px;height:44px;font-size:19px}.environment-label{color:var(--text-muted);letter-spacing:.12em;text-transform:uppercase;align-items:center;gap:7px;margin:31px 10px 10px;font-size:10px;font-weight:600;display:flex}.environment-label>span{background:var(--cyan);border-radius:50%;width:6px;height:6px;box-shadow:0 0 10px #5ee0ffa6}.primary-nav{flex-direction:column;gap:5px;display:flex}.primary-nav a{border-radius:var(--radius-m);min-height:46px;color:var(--text-secondary);transition:.15s var(--ease);border:1px solid #0000;align-items:center;gap:11px;padding:0 12px;font-size:14px;font-weight:500;display:flex}.primary-nav a:hover{color:var(--text-primary);background:var(--surface-2)}.primary-nav a.active{color:#fff;background:linear-gradient(90deg,#8b63e847,#8b63e814);border-color:#8b63e852}.primary-nav a.active>.admin-icon:first-child{color:var(--violet-6)}.nav-chevron{opacity:.5;margin-left:auto}.sidebar-foot{border-top:1px solid var(--surface-border);margin-top:auto;padding-top:18px}.account-card{align-items:center;gap:10px;padding:0 5px 14px;display:flex}.account-avatar,.avatar{background:var(--violet-2);color:var(--violet-6);border-radius:50%;justify-content:center;align-items:center;font-weight:700;display:inline-flex}.account-avatar{width:34px;height:34px}.account-copy{flex-direction:column;min-width:0;display:flex}.account-copy strong{text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.account-copy small{color:var(--text-muted);font-size:11px;font-family:var(--font-mono)}.logout-button{border:1px solid var(--surface-border);border-radius:var(--radius-m);width:100%;min-height:40px;color:var(--text-secondary);cursor:pointer;background:0 0;justify-content:center;align-items:center;gap:8px;font-size:12px;font-weight:600;display:flex}.logout-button:hover{color:var(--text-primary);border-color:var(--surface-border-strong);background:var(--surface-2)}.logout-button:disabled{opacity:.55;cursor:wait}.admin-main{min-height:100vh;margin-left:264px;padding:40px clamp(24px,4vw,56px) 64px}.page-stack{flex-direction:column;gap:20px;width:100%;max-width:1280px;margin:0 auto;display:flex}.bottom-nav,.mobile-header,.nav-scrim,.sidebar-close{display:none}.page-header{justify-content:space-between;align-items:flex-end;gap:24px;min-height:86px;display:flex}.page-header h1{letter-spacing:-.025em;margin:3px 0 6px;font-size:clamp(28px,3.2vw,38px);line-height:1.1}.page-header p:not(.eyebrow){max-width:680px;color:var(--text-secondary);margin:0;font-size:15px}.eyebrow{color:var(--violet-6);letter-spacing:.12em;text-transform:uppercase;margin:0;font-size:10px;font-weight:700}.button{border-radius:var(--radius-m);cursor:pointer;min-height:44px;transition:background .15s var(--ease),border-color .15s var(--ease),color .15s var(--ease),transform .1s;border:1px solid #0000;justify-content:center;align-items:center;gap:8px;padding:0 17px;font-size:14px;font-weight:650;display:inline-flex}.button:active:not(:disabled){transform:scale(.99)}.button:disabled{opacity:.5;cursor:not-allowed}.button.primary{background:var(--violet-5);color:#fff}.button.primary:hover:not(:disabled){background:var(--violet-6)}.button.secondary{border-color:var(--surface-border-strong);background:var(--surface-3);color:var(--text-secondary)}.button.secondary:hover:not(:disabled){border-color:var(--violet-5);color:var(--text-primary)}.button.danger{background:var(--danger-solid);color:var(--danger-on);border-color:#ff96896b}.button.danger:hover:not(:disabled){filter:brightness(.95)}.button.danger-outline{background:var(--danger-soft);color:var(--danger-text);border-color:#ff968952}.button.danger-outline:hover:not(:disabled){border-color:var(--danger-text)}.button.compact{min-height:36px;padding:0 12px;font-size:12px}.button.full{width:100%}.text-button{color:var(--violet-6);cursor:pointer;background:0 0;border:0;align-self:center;padding:8px 12px;font-size:13px;font-weight:600}.text-button:disabled{color:var(--text-muted);cursor:default}.icon-button{border:1px solid var(--surface-border-strong);border-radius:var(--radius-m);background:var(--surface-3);width:38px;height:38px;color:var(--text-secondary);cursor:pointer;justify-content:center;align-items:center;display:inline-flex}.icon-button:hover{color:var(--text-primary);border-color:var(--violet-5)}.sidebar-close{display:none}.metric-grid{gap:12px;display:grid}.metric-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.metric-card{border:1px solid var(--surface-border);border-radius:var(--radius-l);background:var(--surface-2);min-height:135px;box-shadow:var(--shadow-card);flex-direction:column;padding:18px;display:flex;position:relative;overflow:hidden}.metric-card:before{content:"";background:var(--tile,var(--gray-6));height:3px;position:absolute;inset:0 0 auto}.metric-card:after{content:"";background:var(--glow,#ffffff08);filter:blur(4px);border-radius:50%;width:120px;height:120px;position:absolute;top:-60px;right:-55px}.metric-card.violet{--tile:var(--violet-5);--glow:#8b63e829}.metric-card.green{--tile:var(--green-solid);--glow:#78fcbb1a}.metric-card.neutral{--tile:var(--gray-6)}.metric-card>span{color:var(--text-secondary);letter-spacing:.08em;text-transform:uppercase;font-size:11px;font-weight:650}.metric-card strong{font:600 34px/1 var(--font-mono);margin-top:auto}.metric-card small{color:var(--text-muted);margin-top:7px}.event-card,.panel-card{border:1px solid var(--surface-border);border-radius:var(--radius-l);background:var(--surface-2);box-shadow:var(--shadow-card)}.panel-card{overflow:hidden}.filter-bar{border-bottom:1px solid var(--surface-border);background:#ffffff03;grid-template-columns:minmax(240px,1fr) 170px 220px;gap:10px;padding:14px;display:grid}.filter-bar.multi{border:0;grid-template-columns:minmax(240px,1.4fr) repeat(3,minmax(150px,.7fr)) repeat(2,minmax(135px,.55fr))}.field input,.field select,.field textarea,.filter-bar input,.filter-bar select{border:1px solid var(--surface-border-strong);border-radius:var(--radius-m);background:var(--surface-3);width:100%;min-height:42px;color:var(--text-primary);padding:0 12px}.field input::-moz-placeholder{color:var(--text-muted)}.field textarea::-moz-placeholder{color:var(--text-muted)}.filter-bar input::-moz-placeholder{color:var(--text-muted)}.field input::placeholder,.field textarea::placeholder,.filter-bar input::placeholder{color:var(--text-muted)}.field input:hover,.field select:hover,.field textarea:hover,.filter-bar input:hover,.filter-bar select:hover{border-color:var(--gray-6)}.field input:focus,.field select:focus,.field textarea:focus,.filter-bar input:focus,.filter-bar select:focus{border-color:var(--violet-5);outline:0;box-shadow:0 0 0 1px #8b63e840}.search-field{align-items:center;display:flex;position:relative}.search-field>.admin-icon{z-index:1;color:var(--text-muted);position:absolute;left:12px}.search-field input{padding-left:39px}.date-filter{color:var(--text-muted);letter-spacing:.07em;text-transform:uppercase;grid-template-columns:auto 1fr;align-items:center;gap:8px;font-size:11px;font-weight:600;display:grid}.responsive-table{overflow-x:auto}table{border-collapse:collapse;width:100%}th{color:var(--text-muted);text-align:left;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;padding:12px 15px;font-size:10px;font-weight:700}td,th{border-bottom:1px solid var(--surface-border)}td{color:var(--text-secondary);vertical-align:middle;padding:15px;font-size:13px}tbody tr:last-child td{border-bottom:0}tbody tr:hover{background:#ffffff03}.person-cell{align-items:center;gap:10px;min-width:210px;display:flex}.avatar{flex:none;width:34px;height:34px}.person-cell>span:nth-child(2){flex-direction:column;min-width:0;display:flex}.person-cell strong{color:var(--text-primary);font-size:14px}.person-cell small{max-width:190px;color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.person-cell .status-badge{margin-left:4px}.status-badge{border:1px solid var(--badge-edge,var(--surface-border-strong));border-radius:var(--radius-pill);background:var(--badge-bg,var(--surface-3));width:max-content;color:var(--badge-text,var(--text-secondary));letter-spacing:.07em;text-transform:uppercase;white-space:nowrap;align-items:center;gap:6px;padding:5px 8px;font-size:9px;font-weight:700;display:inline-flex}.status-dot{background:currentColor;border-radius:50%;width:5px;height:5px}.status-badge.is-success{--badge-edge:#78fcbb33;--badge-bg:var(--green-soft);--badge-text:var(--green-text)}.status-badge.is-warning{--badge-edge:#ffdb5f3d;--badge-bg:var(--amber-soft);--badge-text:var(--amber-text)}.status-badge.is-danger{--badge-edge:#ff96893d;--badge-bg:var(--danger-soft);--badge-text:var(--danger-text)}.status-badge.is-info{--badge-edge:#81bbff3d;--badge-bg:var(--info-soft);--badge-text:var(--info-text)}.tag-list{flex-wrap:wrap;gap:5px;max-width:260px;display:flex}.tag{background:var(--violet-1);max-width:160px;color:var(--violet-6);text-overflow:ellipsis;white-space:nowrap;border:1px solid #8b63e833;border-radius:6px;padding:4px 7px;font-size:10px;overflow:hidden}.pin-state{color:var(--text-secondary);align-items:center;gap:6px;display:inline-flex}.row-actions{justify-content:flex-end;gap:6px;display:flex}.row-actions .icon-button{width:34px;height:34px}.data-state{text-align:center;flex-direction:column;min-height:260px;padding:32px}.data-state,.data-state-icon{justify-content:center;align-items:center;display:flex}.data-state-icon{background:var(--surface-3);width:48px;height:48px;color:var(--text-muted);border-radius:50%}.data-state.is-error .data-state-icon{background:var(--danger-soft);color:var(--danger-text)}.data-state h3{margin:14px 0 4px;font-size:17px}.data-state p{max-width:410px;color:var(--text-muted);margin:0 0 15px;font-size:13px}.data-state.is-loading{min-height:180px;color:var(--text-muted);gap:12px}.loader{border:2px solid var(--surface-border-strong);border-top-color:var(--violet-5);border-radius:50%;width:24px;height:24px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(1turn)}}.inline-notice{border:1px solid var(--surface-border-strong);border-radius:var(--radius-m);background:var(--surface-3);min-height:42px;color:var(--text-secondary);align-items:center;gap:9px;padding:10px 13px;font-size:13px;display:flex}.inline-notice.success{background:var(--green-soft);color:var(--green-text);border-color:#78fcbb38}.inline-notice.danger{background:var(--danger-soft);color:var(--danger-text);border-color:#ff96893d}.inline-notice.warning{background:var(--amber-soft);color:var(--amber-text);border-color:#ffdb5f38}.modal-scrim{z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000b3;place-items:center;padding:20px;display:grid;position:fixed;inset:0;overflow-y:auto}.modal-panel{border:1px solid var(--surface-border-strong);border-radius:var(--radius-xl);background:var(--surface-2);width:100%;max-height:calc(100dvh - 40px);box-shadow:var(--shadow-modal);padding:24px;position:relative;overflow-y:auto}.modal-panel.is-small{max-width:460px}.modal-panel.is-medium{max-width:600px}.modal-panel.is-large{max-width:760px}.modal-close{width:34px;height:34px;position:absolute;top:16px;right:16px}.modal-header{margin-bottom:22px;padding-right:42px}.modal-header h2{letter-spacing:-.015em;margin:0;font-size:23px}.modal-header p{max-width:620px;color:var(--text-secondary);margin:6px 0 0;font-size:13px}.modal-enter-active,.modal-leave-active{transition:opacity .18s var(--ease)}.modal-enter-active .modal-panel,.modal-leave-active .modal-panel{transition:transform .18s var(--ease),opacity .18s var(--ease)}.modal-enter-from,.modal-leave-to{opacity:0}.modal-enter-from .modal-panel,.modal-leave-to .modal-panel{opacity:0;transform:translateY(10px)scale(.985)}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.form-stack{flex-direction:column;gap:16px;display:flex}.span-two{grid-column:1/-1}.field{border:0;flex-direction:column;gap:6px;min-width:0;margin:0;padding:0;display:flex}.field legend,.field>span{color:var(--text-secondary);letter-spacing:.08em;text-transform:uppercase;font-size:10px;font-style:normal;font-weight:700}.field em{margin-left:4px;font-style:normal;font-weight:500}.field em,.field small{color:var(--text-muted)}.field small{font-size:11px;line-height:1.45}.field textarea{resize:vertical;min-height:96px;padding-top:10px}.section-divider{color:var(--text-muted);letter-spacing:.1em;text-transform:uppercase;align-items:center;gap:10px;margin-top:4px;font-size:10px;font-weight:700;display:flex}.section-divider:after{content:"";background:var(--surface-border);flex:1;height:1px}.check-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.check-card{border:1px solid var(--surface-border);border-radius:var(--radius-m);background:var(--surface-3);cursor:pointer;align-items:flex-start;gap:9px;padding:11px;display:flex}.check-card:has(input:checked){background:var(--violet-1);border-color:#8b63e880}.check-card input{width:16px;height:16px;accent-color:var(--violet-5);margin:2px 0 0}.check-card>span{color:var(--text-primary);flex-direction:column;font-size:13px;font-weight:600;display:flex}.check-card small{color:var(--text-muted);font-size:11px;font-weight:400}.modal-actions{justify-content:flex-end;gap:9px;padding-top:5px;display:flex}.event-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.event-card{overflow:hidden}.event-card-head{border-bottom:1px solid var(--surface-border);align-items:center;gap:14px;padding:20px;display:flex;position:relative}.event-card-head>div:nth-child(2){min-width:0}.event-card-head .status-badge{margin-left:auto}.event-symbol{background:var(--violet-1);width:48px;height:48px;color:var(--violet-6);border:1px solid #8b63e840;border-radius:13px;flex:none;justify-content:center;align-items:center;display:flex}.event-card h2{margin:2px 0 1px;font-size:19px}.event-card h2,.event-card-head p:not(.eyebrow){text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.event-card-head p:not(.eyebrow){color:var(--text-muted);margin:0;font-size:12px}.event-facts{background:var(--surface-border);grid-template-columns:1.2fr .8fr 1fr;gap:1px;display:grid}.event-facts>div{background:var(--surface-2);flex-direction:column;min-width:0;padding:16px;display:flex}.event-facts span,.settings-band span{color:var(--text-muted);letter-spacing:.08em;text-transform:uppercase;font-size:9px;font-weight:700}.event-facts strong{text-overflow:ellipsis;white-space:nowrap;margin-top:5px;font-size:12px;overflow:hidden}.event-facts small{color:var(--text-muted);margin-top:3px;font-size:10px}.settings-band{background:var(--surface-1);grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;padding:14px;display:grid}.settings-caption{background:var(--surface-1);color:var(--text-muted);letter-spacing:.09em;text-transform:uppercase;margin:0;padding:13px 14px 0;font-size:9px;font-weight:700}.settings-band>div{border:1px solid var(--surface-border);border-radius:var(--radius-s);background:var(--surface-2);flex-direction:column;padding:10px;display:flex}.settings-band strong{font:600 17px/1.2 var(--font-mono);margin-top:5px}.event-card-foot{align-items:center;gap:14px;padding:16px 18px;display:flex}.toolkit-state{color:var(--text-muted);flex:1;align-items:center;gap:10px;display:flex}.toolkit-state.on{color:var(--amber-text)}.toolkit-state>span{flex-direction:column;display:flex}.toolkit-state strong{color:var(--text-secondary);font-size:12px}.toolkit-state small{color:var(--text-muted);margin-top:2px;font-size:10px}.event-danger-zone{background:color-mix(in srgb,var(--danger-soft) 55%,transparent);border-top:1px solid #ff96892e;align-items:center;gap:16px;padding:15px 18px;display:flex}.danger-zone-copy{flex:1;align-items:center;gap:10px;min-width:0;display:flex}.danger-zone-copy>span:last-child{flex-direction:column;min-width:0;display:flex}.danger-zone-copy strong{color:var(--danger-text);font-size:12px}.danger-zone-copy small{color:var(--text-muted);margin-top:2px;font-size:10px}.danger-zone-icon{background:var(--danger-soft);width:34px;height:34px;color:var(--danger-text);border:1px solid #ff968940;border-radius:10px;flex:none;place-items:center;display:grid}.danger-zone-icon.large{border-radius:13px;width:44px;height:44px}.cleanup-flow{flex-direction:column;gap:18px;display:flex}.cleanup-event-context{border-radius:var(--radius-m);background:color-mix(in srgb,var(--danger-soft) 60%,transparent);border:1px solid #ff968933;align-items:center;gap:12px;padding:13px;display:flex}.cleanup-event-context>div{min-width:0}.cleanup-event-context h3{text-overflow:ellipsis;white-space:nowrap;margin:2px 0;font-size:16px;overflow:hidden}.cleanup-event-context p:not(.eyebrow){color:var(--text-muted);margin:0;font-size:11px}.cleanup-impact{flex-direction:column;gap:10px;display:flex}.cleanup-count-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.cleanup-count-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.cleanup-count-grid>div{border:1px solid var(--surface-border);border-radius:var(--radius-m);background:var(--surface-3);flex-direction:column;gap:6px;min-width:0;padding:12px;display:flex}.cleanup-count-grid span{color:var(--text-muted);letter-spacing:.06em;text-transform:uppercase;font-size:9px;font-weight:700;line-height:1.35}.cleanup-count-grid strong{color:var(--text-primary);font:650 22px/1 var(--font-mono)}.cleanup-preserved{border-radius:var(--radius-m);background:var(--info-soft);color:var(--info-text);border:1px solid #81bbff33;align-items:flex-start;gap:10px;padding:13px;display:flex}.cleanup-preserved>.admin-icon{margin-top:1px}.cleanup-preserved p,.cleanup-preserved ul{color:inherit;margin:0;font-size:11px;line-height:1.55}.cleanup-preserved ul{padding-left:17px}.cleanup-preserved li+li{margin-top:5px}.cleanup-day-note{border:1px solid var(--surface-border);border-radius:var(--radius-s);background:var(--surface-3);color:var(--text-muted);padding:10px 12px;font-size:10px}.cleanup-confirmation{border-radius:var(--radius-m);background:color-mix(in srgb,var(--danger-soft) 35%,transparent);border:1px solid #ff96893d;flex-direction:column;gap:13px;padding:16px;display:flex}.field input.is-invalid{border-color:var(--danger-text);box-shadow:0 0 0 1px #ff96892e}.cleanup-complete{text-align:center;align-items:center;padding-top:2px}.cleanup-complete-icon{background:var(--green-soft);width:58px;height:58px;color:var(--green-text);border:1px solid #78fcbb3d;border-radius:18px;place-items:center;display:grid}.cleanup-complete-copy h3{margin:5px 0;font-size:21px}.cleanup-complete-copy>p:last-child{max-width:560px;color:var(--text-secondary);margin:0;font-size:12px}.cleanup-complete .cleanup-count-grid,.cleanup-complete .cleanup-preserved{text-align:left;width:100%}.cleanup-receipt-id{color:var(--text-muted);margin:0;font-size:10px}.cleanup-complete .modal-actions{width:100%}.toggle-card{border:1px solid var(--surface-border-strong);border-radius:var(--radius-m);background:var(--surface-3);cursor:pointer;align-items:flex-start;gap:12px;padding:14px;display:flex}.toggle-card>input{opacity:0;width:1px;height:1px;position:absolute}.toggle-track{border-radius:var(--radius-pill);background:var(--gray-5);flex:none;align-items:center;width:42px;height:24px;padding:3px;transition:background .16s;display:flex}.toggle-track>span{background:var(--gray-9);width:18px;height:18px;transition:transform .16s var(--ease);border-radius:50%}.toggle-card>input:checked+.toggle-track{background:var(--violet-5)}.toggle-card>input:checked+.toggle-track>span{background:#fff;transform:translate(18px)}.toggle-card>input:focus-visible+.toggle-track{outline:2px solid var(--cyan);outline-offset:2px}.toggle-card>span:last-child{flex-direction:column;display:flex}.toggle-card strong{font-size:13px}.toggle-card small{color:var(--text-muted);margin-top:3px;font-size:11px}.audit-filters{overflow:visible}.panel-heading{border-bottom:1px solid var(--surface-border);justify-content:space-between;align-items:flex-end;gap:14px;padding:18px 20px;display:flex}.panel-heading h2{margin:3px 0 0;font-size:19px}.panel-heading>span{font-size:11px}.audit-list{margin:0;padding:4px 20px 8px;list-style:none}.audit-entry{border-bottom:1px solid var(--surface-border);grid-template-columns:38px minmax(0,1fr);gap:13px;padding:16px 0;display:grid;position:relative}.audit-entry:last-child{border-bottom:0}.audit-entry:not(:last-child):before{content:"";background:var(--surface-border-strong);width:1px;position:absolute;top:45px;bottom:-8px;left:18px}.audit-marker{z-index:1;border:1px solid var(--surface-border);background:var(--surface-3);width:38px;height:38px;color:var(--text-muted);border-radius:50%;justify-content:center;align-items:center;display:flex}.audit-marker.is-success{background:var(--green-soft);color:var(--green-text)}.audit-marker.is-warning{background:var(--amber-soft);color:var(--amber-text)}.audit-marker.is-danger{background:var(--danger-soft);color:var(--danger-text)}.audit-marker.is-info{background:var(--info-soft);color:var(--info-text)}.audit-copy{min-width:0}.audit-top{justify-content:space-between;align-items:center;gap:12px;display:flex}.audit-top time{color:var(--text-muted);font:500 10px/1.3 var(--font-mono);white-space:nowrap}.audit-copy h3{margin:8px 0 3px;font-size:14px;line-height:1.4}.audit-copy>p{color:var(--text-secondary);margin:0;font-size:12px}.audit-copy>p strong{color:var(--text-primary)}.audit-copy>p span{color:var(--text-muted)}.change-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;margin:11px 0 0;display:grid}.change-list>div{border:1px solid var(--surface-border);border-radius:var(--radius-s);background:var(--surface-3);justify-content:space-between;align-items:center;gap:12px;min-width:0;padding:8px 10px;display:flex}.change-list dt{color:var(--text-muted);font-size:10px}.change-list dd{min-width:0;font:500 10px/1.3 var(--font-mono);align-items:center;gap:5px;margin:0;display:flex}.change-list dd span{color:var(--text-muted);text-decoration:line-through}.change-list dd span,.change-list dd strong{text-overflow:ellipsis;white-space:nowrap;max-width:100px;overflow:hidden}.change-list dd strong{color:var(--text-primary)}.pagination{border-top:1px solid var(--surface-border);color:var(--text-muted);justify-content:flex-end;align-items:center;gap:14px;padding:14px 20px;font-size:11px;display:flex}.pagination strong{color:var(--text-primary)}.secure-chip{border-radius:var(--radius-pill);background:var(--green-soft);color:var(--green-text);letter-spacing:.06em;text-transform:uppercase;border:1px solid #78fcbb2e;align-items:center;gap:5px;padding:5px 8px;font-size:9px;font-weight:700;display:inline-flex}.secure-chip.large{min-height:34px;padding:0 12px}.auth-page{background:radial-gradient(circle at 50% 15%,#8b63e824,transparent 38%),var(--surface-bg);place-items:center;min-height:100dvh;padding:24px;display:grid}.auth-panel{border:1px solid var(--surface-border-strong);border-radius:var(--radius-xl);width:100%;max-width:430px;box-shadow:var(--shadow-modal);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#17171deb;padding:26px}.auth-brand{font-size:19px;font-weight:700}.auth-hero{text-align:center;flex-direction:column;align-items:center;padding:35px 0 25px;display:flex}.auth-shield{background:var(--violet-1);width:58px;height:58px;color:var(--violet-6);border:1px solid #8b63e859;border-radius:18px;place-items:center;margin-bottom:15px;display:grid;box-shadow:0 0 30px #8b63e829}.auth-hero h1{letter-spacing:-.02em;margin:5px 0 7px;font-size:27px}.auth-hero>p:last-child{max-width:340px;color:var(--text-secondary);margin:0;font-size:13px}.auth-form{flex-direction:column;gap:16px;display:flex}.auth-links{flex-wrap:wrap;justify-content:center;align-items:center;gap:4px;display:flex}.input-with-icon{position:relative}.input-with-icon>.admin-icon{color:var(--text-muted);position:absolute;top:12px;left:12px}.input-with-icon input{padding-left:39px}.field.centered{text-align:center;align-items:center}.otp-input{text-align:center;letter-spacing:.35em;max-width:260px;height:56px;font:600 20px/1 var(--font-mono)}.auth-foot{border-top:1px solid var(--surface-border);color:var(--text-muted);letter-spacing:.05em;text-transform:uppercase;justify-content:center;align-items:center;gap:6px;margin:24px -26px -26px;padding:14px;font-size:10px;display:flex}@media (width<=1120px){.filter-bar.multi{grid-template-columns:repeat(3,minmax(0,1fr))}.filter-bar.multi .search-field{grid-column:span 2}.event-grid{grid-template-columns:minmax(0,1fr)}}@media (width<=900px){.mobile-header{z-index:35;border-bottom:1px solid var(--surface-border);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0a0a0de6;justify-content:space-between;align-items:center;min-height:62px;padding:0 16px;display:flex;position:sticky;top:0}.mobile-brand{font-size:14px;font-weight:700}.mobile-brand .brand-mark{border-radius:9px;width:30px;height:30px}.sidebar{width:min(300px,86vw);transition:transform .2s var(--ease);box-shadow:var(--shadow-modal);transform:translate(-102%)}.sidebar.open{transform:translate(0)}.sidebar-close{display:inline-flex}.nav-scrim{z-index:39;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0000009e;display:block;position:fixed;inset:0}.admin-main{margin-left:0;padding:28px 20px 92px}.bottom-nav{z-index:34;height:calc(64px + env(safe-area-inset-bottom));padding:7px 12px env(safe-area-inset-bottom);border-top:1px solid var(--surface-border);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#101014f0;grid-template-columns:repeat(3,1fr);display:grid;position:fixed;inset:auto 0 0}.bottom-nav a{color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;gap:3px;font-size:9px;font-weight:600;display:flex}.bottom-nav a.active{color:var(--violet-6)}}@media (width<=720px){.admin-main{padding:22px 14px 88px}.page-stack{gap:14px}.page-header{flex-direction:column;align-items:stretch;gap:16px;min-height:0}.page-header .button{width:100%}.page-header h1{font-size:28px}.metric-grid.three{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.metric-card{min-height:110px;padding:13px}.metric-card>span{font-size:9px}.metric-card strong{font-size:27px}.metric-card small{font-size:9px}.filter-bar,.filter-bar.multi{grid-template-columns:minmax(0,1fr)}.filter-bar.multi .search-field{grid-column:auto}.responsive-table{padding:8px;overflow:visible}table,tbody,td,th,thead,tr{display:block}thead{display:none}tbody{flex-direction:column;gap:8px;display:flex}tbody tr{border:1px solid var(--surface-border);border-radius:var(--radius-m);background:var(--surface-3);padding:13px}td{border-bottom:1px solid var(--surface-border);grid-template-columns:90px minmax(0,1fr);align-items:center;gap:10px;min-height:32px;padding:7px 0;display:grid}td:before{content:attr(data-label);color:var(--text-muted);letter-spacing:.07em;text-transform:uppercase;font-size:9px;font-weight:700}td:first-child{padding-top:0;display:block}td:first-child:before{display:none}td:last-child{border-bottom:0;padding-bottom:0}.person-cell{min-width:0}.person-cell .status-badge{margin-left:auto}.row-actions{justify-content:flex-start}.event-facts{grid-template-columns:minmax(0,1fr)}.settings-band{grid-template-columns:repeat(2,minmax(0,1fr))}.event-card-foot{flex-direction:column;align-items:stretch}.event-card-foot .button{width:100%}.event-danger-zone{flex-direction:column;align-items:stretch}.event-danger-zone .button{width:100%}.form-grid{grid-template-columns:minmax(0,1fr)}.span-two{grid-column:auto}.check-grid{grid-template-columns:minmax(0,1fr)}.modal-panel{padding:20px 16px}.modal-scrim{align-items:end;padding:10px}.modal-panel{border-radius:17px 17px 10px 10px;max-height:calc(100dvh - 20px)}.modal-actions{flex-direction:column-reverse}.modal-actions .button{width:100%}.cleanup-count-grid,.cleanup-count-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.cleanup-count-grid>div:last-child:nth-child(odd){grid-column:1/-1}.audit-list{padding:4px 14px 8px}.audit-entry{grid-template-columns:32px minmax(0,1fr);gap:10px}.audit-marker{width:32px;height:32px}.audit-entry:not(:last-child):before{top:39px;left:15px}.audit-top{flex-direction:column;align-items:flex-start;gap:6px}.change-list{grid-template-columns:minmax(0,1fr)}.pagination{justify-content:space-between}}@media (width<=410px){.mobile-header{padding:0 12px}.secure-chip{letter-spacing:0}.metric-grid.three{grid-template-columns:repeat(2,minmax(0,1fr))}.metric-card.neutral{grid-column:1/-1;min-height:94px}.event-card-head{align-items:flex-start;padding:16px}.event-symbol{width:42px;height:42px}.event-card-head .status-badge{margin:54px 0 0 56px;position:absolute}.event-card h2{padding-right:0;font-size:17px}.event-facts{margin-top:18px}.cleanup-count-grid,.cleanup-count-grid.two{grid-template-columns:minmax(0,1fr)}.cleanup-count-grid>div:last-child:nth-child(odd){grid-column:auto}.auth-page{place-items:stretch stretch;padding:0}.auth-panel{background:var(--surface-bg);max-width:none;min-height:100dvh;box-shadow:none;border:0;border-radius:0;flex-direction:column;justify-content:center;display:flex}.auth-foot{margin-top:auto}}@media (prefers-reduced-motion:reduce){*,:after,:before{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}@media (prefers-color-scheme:light){:root{--gray-0:#f6f6f9;--gray-1:#fff;--gray-2:#fff;--gray-3:#f2f2f6;--gray-4:#e8e8ef;--gray-5:#dcdce5;--gray-6:#c2c2ce;--gray-7:#7c7c8a;--gray-8:#5a5a67;--gray-9:#3a3a44;--gray-10:#20202a;--gray-11:#101014;--violet-1:#efe9ff;--violet-2:#ded2ff;--violet-6:#5b32c0;--surface-border:#1010141a;--surface-border-strong:#1010142e;--shadow-card:0 1px 2px #1010140f, 0 8px 24px #10101414;--shadow-modal:0 20px 60px #1010142e;--green-soft:#e5f8ed;--green-text:#116b44;--amber-soft:#fff7d6;--amber-text:#795b00;--danger-soft:#fff0ed;--danger-text:#9f3028;--info-soft:#e8f2ff;--info-text:#235e9f}input,select,textarea{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}.mobile-header{background:#f6f6f9e6}.bottom-nav{background:#fffffff0}.auth-panel{background:#ffffffeb}}
