:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:#3d2e4d;--lavender:#6b4d8a;--lilac:#9b7db8;--cream:#faf7f3;--border:#e5dec9;--muted:#7d6b8f;--danger:#b42318;--ok:#2f6b3a;background:radial-gradient(circle at 0 0,#e8d5f58c,#0000 40%),linear-gradient(#faf7f3 0%,#f3eee8 100%);font-family:DM Sans,Segoe UI,system-ui,sans-serif;font-weight:400;line-height:1.45}*{box-sizing:border-box}body{min-width:320px;margin:0}a{color:var(--lavender);text-decoration:none}h1,h2{color:var(--lavender);margin:0}h1{font-size:1.6rem}h2{font-size:1.1rem}code{font-size:.85em}.shell{min-height:100vh;padding-bottom:88px}.topbar{justify-content:space-between;align-items:center;gap:12px;padding:16px 16px 8px;display:flex}.brand{color:var(--lavender);margin:0;font-weight:700}.brand-sub{color:var(--muted);margin:0;font-size:.85rem}.topbar-user{color:var(--muted);align-items:center;gap:8px;font-size:.9rem;display:flex}.nav{gap:8px;padding:0 16px 12px;display:flex;overflow-x:auto}.nav a{border:1px solid var(--border);color:var(--muted);white-space:nowrap;background:#ffffff8c;border-radius:999px;padding:8px 14px}.nav a.active{background:var(--lavender);border-color:var(--lavender);color:#fff}.main{max-width:920px;margin:0 auto;padding:8px 16px 24px}.stack{flex-direction:column;gap:16px;display:flex}.stack-sm{flex-direction:column;gap:10px;display:flex}.row{align-items:center;display:flex}.row.gap{gap:8px}.row.between{justify-content:space-between;gap:12px}.grow{flex:1}.center{text-align:center}.card{border:1px solid var(--border);background:#ffffffd1;border-radius:18px;padding:16px;box-shadow:0 10px 30px #1f0f280f}.auth-page{place-items:center;min-height:100vh;padding:20px;display:grid}.auth-card{flex-direction:column;gap:12px;width:min(100%,420px);display:flex}label{flex-direction:column;gap:6px;font-size:.92rem;display:flex}input{border:1px solid var(--border);width:100%;font:inherit;background:#fff;border-radius:12px;padding:12px 14px}.btn{font:inherit;cursor:pointer;border:0;border-radius:999px;padding:11px 16px;font-weight:600}.btn:disabled{opacity:.55;cursor:not-allowed}.btn.primary{color:#fff;background:linear-gradient(90deg,#6b4d8a,#9b7db8)}.btn.danger{color:var(--danger);background:#fdecea}.btn.ghost{border:1px solid var(--border);color:var(--lavender);background:0 0}.muted{color:var(--muted)}.small{font-size:.82rem}.error{color:var(--danger);margin:0}.ok{color:var(--ok);margin:0}.stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.stat{color:inherit;flex-direction:column;gap:6px;text-decoration:none;display:flex}.stat strong{color:var(--lavender);font-size:1.8rem}.list{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.list li{border-bottom:1px solid #e5dec9b3;padding-bottom:12px}.list li:last-child{border-bottom:0;padding-bottom:0}.user-row{color:inherit;justify-content:space-between;gap:12px;display:flex}.badges{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:6px;display:flex}.badge{color:var(--lilac);background:#f5f0fa;border-radius:999px;padding:4px 8px;font-size:.75rem}.badge.ok{color:var(--ok);background:#eaf6ee}.badge.bad{color:var(--danger);background:#fdecea}.toggle-row{cursor:pointer;align-items:flex-start;gap:12px;display:flex}.toggle-row input{flex-shrink:0;width:18px;height:18px;margin-top:4px}.switcher-card{border:1px solid var(--border);background:#ffffffb8;border-radius:16px;justify-content:space-between;align-items:center;gap:16px;padding:14px 16px;transition:border-color .2s,background .2s;display:flex}.switcher-card.on{background:linear-gradient(135deg,#e8d5f58c,#fffc);border-color:#6b4d8a59}.switcher-copy{flex-direction:column;gap:4px;display:flex}.switch{cursor:pointer;background:#d8cfe3;border:0;border-radius:999px;flex-shrink:0;width:52px;height:30px;padding:0;transition:background .2s;position:relative}.switch.on{background:linear-gradient(90deg,#6b4d8a,#9b7db8)}.switch:disabled{opacity:.6;cursor:not-allowed}.switch-knob{background:#fff;border-radius:50%;width:24px;height:24px;transition:transform .2s;position:absolute;top:3px;left:3px;box-shadow:0 1px 4px #3d2e4d40}.switch.on .switch-knob{transform:translate(22px)}.switcher-legend{color:var(--muted);justify-content:space-between;font-size:.8rem;display:flex}.switcher-legend .active{color:var(--lavender);font-weight:600}.activity-detail{color:var(--text);white-space:pre-wrap;word-break:break-word;margin:4px 0}.error-msg{color:var(--danger);word-break:break-word;margin:6px 0}.error-stack{color:#f5eefc;white-space:pre-wrap;word-break:break-word;background:#2b2033;border-radius:10px;margin:8px 0 0;padding:10px;font-size:.75rem;overflow-x:auto}select{border:1px solid var(--border);color:inherit;font:inherit;background:#fff;border-radius:10px;padding:10px 12px}@media (width>=768px){.shell{padding-bottom:24px}.topbar,.nav,.main{padding-left:28px;padding-right:28px}h1{font-size:2rem}}
