:root{--ao-color-primary: #2563eb;--ao-color-primary-hover: #1d4ed8;--ao-color-primary-soft: #dbeafe;--ao-color-primary-on: #ffffff;--ao-color-success: #22c55e;--ao-color-success-soft: #dcfce7;--ao-color-warning: #f59e0b;--ao-color-warning-soft: #fef3c7;--ao-color-danger: #ef4444;--ao-color-danger-hover: #dc2626;--ao-color-danger-soft: #fee2e2;--ao-color-info: #3b82f6;--ao-color-info-soft: #eff6ff;--ao-color-bg: #f5f5f7;--ao-color-surface: #ffffff;--ao-color-surface-alt: #f9fafb;--ao-color-overlay: rgba(15,23,42,.5);--ao-color-fg: #1d1d1f;--ao-color-fg-muted: #6b7280;--ao-color-fg-subtle: #9ca3af;--ao-color-fg-on-dark: #f2f2f4;--ao-color-border: #e5e7eb;--ao-color-border-strong: #d1d5db;--ao-color-border-soft: #f3f4f6;--ao-dot-online: var(--ao-color-success);--ao-dot-stale: var(--ao-color-warning);--ao-dot-offline: #9ca3af;--ao-font-sans: "Geist", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--ao-font-mono: "Geist Mono", "SF Mono", "Cascadia Code", Menlo, Consolas, "Liberation Mono", monospace;--ao-text-xs: .72rem;--ao-text-sm: .85rem;--ao-text-md: 1rem;--ao-text-lg: 1.125rem;--ao-text-xl: 1.25rem;--ao-text-2xl: 1.5rem;--ao-weight-normal: 400;--ao-weight-medium: 500;--ao-weight-semibold: 600;--ao-weight-bold: 700;--ao-space-1: .25rem;--ao-space-2: .5rem;--ao-space-3: .75rem;--ao-space-4: 1rem;--ao-space-5: 1.25rem;--ao-space-6: 1.5rem;--ao-space-8: 2rem;--ao-space-12: 3rem;--ao-radius-sm: 6px;--ao-radius-md: 8px;--ao-radius-lg: 12px;--ao-radius-xl: 16px;--ao-radius-pill: 9999px;--ao-shadow-sm: 0 1px 2px rgba(0,0,0,.04);--ao-shadow-md: 0 1px 3px rgba(0,0,0,.06), 0 1px 2px rgba(0,0,0,.04);--ao-shadow-lg: 0 4px 16px rgba(0,0,0,.08);--ao-shadow-xl: 0 12px 32px rgba(0,0,0,.12);--ao-transition-fast: .12s ease;--ao-transition-base: .18s ease;--ao-container-narrow: 720px;--ao-container-default: 1100px;--ao-container-wide: 1400px;--ao-z-toast: 1000;--ao-z-modal: 900;--ao-z-drawer: 800}[data-theme=dark],html.dark{--ao-color-bg: #0a0e1a;--ao-color-surface: #111827;--ao-color-surface-alt: #0f172a;--ao-color-overlay: rgba(0,0,0,.65);--ao-color-fg: #f2f2f4;--ao-color-fg-muted: #8b949e;--ao-color-fg-subtle: #6b7280;--ao-color-border: #1e293b;--ao-color-border-strong: #334155;--ao-color-border-soft: #0f172a;--ao-color-primary-soft: rgba(37,99,235,.15);--ao-color-success-soft: rgba(34,197,94,.15);--ao-color-warning-soft: rgba(245,158,11,.15);--ao-color-danger-soft: rgba(239,68,68,.15);--ao-color-info-soft: rgba(59,130,246,.15);--ao-shadow-sm: 0 1px 2px rgba(0,0,0,.3);--ao-shadow-md: 0 1px 3px rgba(0,0,0,.5), 0 1px 2px rgba(0,0,0,.3);--ao-shadow-lg: 0 4px 16px rgba(0,0,0,.5);--ao-shadow-xl: 0 12px 32px rgba(0,0,0,.7)}.ao-card{background:var(--ao-color-surface);border:1px solid var(--ao-color-border);border-radius:var(--ao-radius-lg);padding:var(--ao-space-5);box-shadow:var(--ao-shadow-md)}.ao-btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--ao-space-2);padding:.5rem 1rem;font-family:var(--ao-font-sans);font-size:var(--ao-text-sm);font-weight:var(--ao-weight-semibold);border-radius:var(--ao-radius-md);border:1px solid transparent;cursor:pointer;transition:background var(--ao-transition-fast),border-color var(--ao-transition-fast),opacity var(--ao-transition-fast);text-decoration:none;white-space:nowrap}.ao-btn:disabled{opacity:.5;cursor:not-allowed}.ao-btn-primary{background:var(--ao-color-primary);color:var(--ao-color-primary-on);border-color:var(--ao-color-primary)}.ao-btn-primary:hover:not(:disabled){background:var(--ao-color-primary-hover)}.ao-btn-secondary{background:var(--ao-color-surface);color:var(--ao-color-fg);border-color:var(--ao-color-border-strong)}.ao-btn-secondary:hover:not(:disabled){background:var(--ao-color-surface-alt)}.ao-btn-danger{background:var(--ao-color-surface);color:var(--ao-color-danger);border-color:var(--ao-color-danger-soft)}.ao-btn-danger:hover:not(:disabled){background:var(--ao-color-danger-soft);border-color:var(--ao-color-danger)}.ao-input{padding:.5rem .75rem;border:1px solid var(--ao-color-border-strong);border-radius:var(--ao-radius-md);background:var(--ao-color-surface);color:var(--ao-color-fg);font-family:var(--ao-font-sans);font-size:var(--ao-text-sm);width:100%}.ao-input:focus{outline:none;border-color:var(--ao-color-primary);box-shadow:0 0 0 3px var(--ao-color-primary-soft)}.ao-tag{display:inline-flex;align-items:center;padding:2px 8px;border-radius:var(--ao-radius-pill);background:var(--ao-color-primary-soft);color:var(--ao-color-primary);border:1px solid var(--ao-color-primary-soft);font-size:var(--ao-text-xs);font-weight:var(--ao-weight-semibold);text-transform:lowercase;letter-spacing:.02em}.ao-dot{display:inline-block;width:8px;height:8px;border-radius:50%;flex-shrink:0;box-shadow:0 0 0 2px var(--ao-color-surface)}.ao-dot-online{background:var(--ao-dot-online);box-shadow:0 0 0 3px #22c55e33}.ao-dot-stale{background:var(--ao-dot-stale)}.ao-dot-offline{background:var(--ao-dot-offline)}.ao-mono{font-family:var(--ao-font-mono)}@media (max-width: 767px){body{font-size:15px}table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch;white-space:nowrap;max-width:100%}table thead,table tbody{display:table;width:max-content;min-width:100%}table tr{display:table-row}table th,table td{display:table-cell}.page,.device-detail,.settings,.dashboard{max-width:100%!important;padding:0 .6rem!important}.header-row,.page-header,.toolbar{flex-wrap:wrap!important;gap:.5rem!important}.filter-pills{flex-wrap:wrap!important}.device-grid,.grid-cards,.card-grid{grid-template-columns:1fr!important}.modal,.ao-empty{max-width:calc(100vw - 2rem)!important;padding:1rem!important}.invite-row,.toolbar-field,.add-row{flex-wrap:wrap!important}.invite-email,.input-uid,.serial-input{min-width:100%!important}aside.sidebar,.sidebar{display:none!important}main{margin-left:0!important;padding:.5rem!important}.toast-stack{top:auto!important;bottom:1rem!important;right:0!important;left:0!important;margin:0 auto!important;max-width:calc(100vw - 1rem)!important;padding:0 .5rem!important}.mono.uid,.uid,code.mono{word-break:break-all!important;white-space:normal!important}}@media (max-width: 479px){table .col-secondary,table .col-hide-mobile{display:none!important}h2{font-size:1.15rem!important}h3{font-size:.95rem!important}}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,Inter,sans-serif;background:#f5f5f7;color:#1d1d1f;-webkit-font-smoothing:antialiased}.ld.svelte-12qhfyh{display:flex;align-items:center;justify-content:center;height:100vh}.ld-spin.svelte-12qhfyh{width:28px;height:28px;border:3px solid #e5e5e5;border-top-color:#333;border-radius:50%;animation:svelte-12qhfyh-sp .7s linear infinite}@keyframes svelte-12qhfyh-sp{to{transform:rotate(360deg)}}.shell.svelte-12qhfyh{display:flex;height:100vh}.sb.svelte-12qhfyh{width:224px;background:#fff;border-right:1px solid #e5e7eb;display:flex;flex-direction:column;padding:0;flex-shrink:0;transition:width .2s ease;overflow:hidden}.sb.collapsed.svelte-12qhfyh{width:68px}.sb-logo.svelte-12qhfyh{display:flex;align-items:center;justify-content:center;padding:20px 16px 16px;border-bottom:1px solid #e5e7eb}.logo-lg.svelte-12qhfyh{height:46px;width:auto}.logo-sm.svelte-12qhfyh{height:26px;width:auto}.logo-light.svelte-12qhfyh{display:block}.logo-dark.svelte-12qhfyh{display:none}.sb-label.svelte-12qhfyh{font-size:.62rem;font-weight:600;color:#9ca3af;letter-spacing:.1em;text-transform:uppercase;padding:14px 16px 4px}.sb-nav.svelte-12qhfyh{display:flex;flex-direction:column;gap:1px;padding:2px 8px}.sb-nav.svelte-12qhfyh a:where(.svelte-12qhfyh){display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:8px;color:#6b7280;font-size:.85rem;font-weight:500;text-decoration:none;transition:all .12s;white-space:nowrap}.sb.collapsed.svelte-12qhfyh .sb-nav:where(.svelte-12qhfyh) a:where(.svelte-12qhfyh){justify-content:center;padding:10px}.sb-nav.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{background:#f3f4f6;color:#1d1d1f}.sb-nav.svelte-12qhfyh a.active:where(.svelte-12qhfyh){background:#1d1d1f;color:#fff}.sb-nav.svelte-12qhfyh a:where(.svelte-12qhfyh) svg:where(.svelte-12qhfyh),.icon.svelte-12qhfyh{width:24px;height:24px;flex-shrink:0}.sb-nav.svelte-12qhfyh a.active:where(.svelte-12qhfyh) svg:where(.svelte-12qhfyh){color:#fff}.sb-scroll.svelte-12qhfyh{flex:1 1 auto;min-height:0;overflow-y:auto;overflow-x:hidden}.sb-scroll.svelte-12qhfyh::-webkit-scrollbar{width:6px}.sb-scroll.svelte-12qhfyh::-webkit-scrollbar-thumb{background:#e5e7eb;border-radius:3px}.sb-scroll.svelte-12qhfyh::-webkit-scrollbar-thumb:hover{background:#d1d5db}html.dark .sb-scroll.svelte-12qhfyh::-webkit-scrollbar-thumb{background:#334155}html.dark .sb-scroll.svelte-12qhfyh::-webkit-scrollbar-thumb:hover{background:#475569}.sb-footer.svelte-12qhfyh{display:flex;align-items:center;justify-content:flex-end;padding:14px 14px 18px;gap:8px;border-top:1px solid #e5e7eb;margin-top:16px}.sb.collapsed.svelte-12qhfyh .sb-footer:where(.svelte-12qhfyh){justify-content:center;padding:14px 8px 18px}.sb-version.svelte-12qhfyh{font-size:.65rem;color:#9ca3af;margin-right:auto;padding-left:8px}.sb-collapse.svelte-12qhfyh{display:flex;align-items:center;justify-content:center;background:none;border:none;color:#9ca3af;cursor:pointer;padding:6px;border-radius:6px;transition:all .12s}.sb-collapse.svelte-12qhfyh:hover{background:#f3f4f6;color:#6b7280}.sb-collapse.svelte-12qhfyh .icon:where(.svelte-12qhfyh){width:20px;height:20px}.main-area.svelte-12qhfyh{flex:1;display:flex;flex-direction:column;min-width:0}.topbar.svelte-12qhfyh{height:52px;border-bottom:1px solid #e5e7eb;background:#ffffffe0;backdrop-filter:blur(12px);display:flex;align-items:center;padding:0 16px;flex-shrink:0}.topbar-right.svelte-12qhfyh{margin-left:auto;display:flex;align-items:center;gap:12px}.topbar-divider.svelte-12qhfyh{width:1px;height:20px;background:#e5e7eb}.topbar-user.svelte-12qhfyh{font-size:.8rem;color:#1d1d1f}.topbar-signout.svelte-12qhfyh{background:none;border:none;color:#6b7280;font-size:.8rem;cursor:pointer;padding:4px 10px;border-radius:999px;transition:all .12s}.topbar-signout.svelte-12qhfyh:hover{background:#f3f4f6;color:#1d1d1f}.toggle-switch.svelte-12qhfyh{position:relative;width:44px;height:18px;border-radius:999px;border:1px solid #e5e7eb;background:#ffffffe6;cursor:pointer;padding:0;display:flex;align-items:center;transition:all .2s}.toggle-switch.svelte-12qhfyh:hover{background:#f9fafb}.toggle-knob.svelte-12qhfyh{display:block;width:22px;height:14px;border-radius:999px;background:#1d1d1f;transition:transform .2s;transform:translate(1px)}.toggle-knob.toggle-dark.svelte-12qhfyh{transform:translate(19px)}.main.svelte-12qhfyh{flex:1;overflow-y:auto;overflow-x:hidden;padding:24px 28px;background:#f5f5f7}.verify-banner.svelte-12qhfyh{display:flex;align-items:center;gap:.75rem;background:#fef3c7;border-bottom:1px solid #fde68a;color:#92400e;padding:8px 16px;font-size:.85rem}.verify-icon.svelte-12qhfyh{flex-shrink:0;width:22px;height:22px;border-radius:50%;background:#f59e0b;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-weight:700;font-size:.85rem}.verify-text.svelte-12qhfyh{flex:1}.verify-status.svelte-12qhfyh{margin-left:.5rem;color:#65450b;font-style:italic}.verify-resend.svelte-12qhfyh{background:#fff;border:1px solid #fde68a;color:#92400e;padding:4px 12px;border-radius:6px;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .12s}.verify-resend.svelte-12qhfyh:hover:not(:disabled){background:#fef3c7}.verify-resend.svelte-12qhfyh:disabled{opacity:.6;cursor:not-allowed}.verify-close.svelte-12qhfyh{background:none;border:none;color:#92400e;cursor:pointer;font-size:1.2rem;line-height:1;padding:0 6px}.verify-close.svelte-12qhfyh:hover{color:#65450b}html.dark .verify-banner.svelte-12qhfyh{background:#f59e0b26;border-color:#f59e0b4d;color:#fbbf24}html.dark .verify-resend.svelte-12qhfyh{background:transparent;border-color:#f59e0b66;color:#fbbf24}html.dark .verify-resend.svelte-12qhfyh:hover:not(:disabled){background:#f59e0b1a}html.dark .verify-close.svelte-12qhfyh{color:#fbbf24}.toast-stack.svelte-12qhfyh{position:fixed;top:16px;right:16px;z-index:9999;display:flex;flex-direction:column;gap:8px;max-width:380px}.toast.svelte-12qhfyh{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:12px 16px;color:#1d1d1f;font-size:.85rem;display:flex;align-items:flex-start;gap:8px;box-shadow:0 4px 16px #00000014;animation:svelte-12qhfyh-si .2s ease}.toast-error.svelte-12qhfyh{border-color:#fca5a5;color:#dc2626}.toast-warning.svelte-12qhfyh{border-color:#fcd34d;color:#b45309}.toast-success.svelte-12qhfyh{border-color:#86efac;color:#15803d}.toast-info.svelte-12qhfyh{border-color:#bfdbfe;color:#1d4ed8}.toast-body.svelte-12qhfyh{display:flex;flex-direction:column;gap:2px}.toast-title.svelte-12qhfyh{font-weight:600}.toast-desc.svelte-12qhfyh{font-size:.78rem;opacity:.85}@keyframes svelte-12qhfyh-si{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.toast-x.svelte-12qhfyh{background:none;border:none;color:inherit;cursor:pointer;margin-left:auto;font-size:1rem;opacity:.6}.toast-x.svelte-12qhfyh:hover{opacity:1}.toast-action.svelte-12qhfyh{margin-left:auto;padding:4px 12px;background:#ffffffd9;color:#1d1d1f;border:1px solid rgba(0,0,0,.1);border-radius:6px;font-size:.78rem;font-weight:600;cursor:pointer}.toast-action.svelte-12qhfyh:hover{background:#fff}.toast-action.svelte-12qhfyh+.toast-x:where(.svelte-12qhfyh){margin-left:4px}html.dark .sb.svelte-12qhfyh{background:#0f172a;border-color:#1e293b}html.dark .sb-logo.svelte-12qhfyh{border-color:#1e293b}html.dark .sb-label.svelte-12qhfyh{color:#475569}html.dark .sb-nav.svelte-12qhfyh a:where(.svelte-12qhfyh){color:#94a3b8}html.dark .sb-nav.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{background:#1e293b;color:#f1f5f9}html.dark .sb-nav.svelte-12qhfyh a.active:where(.svelte-12qhfyh){background:#f1f5f9;color:#0f172a}html.dark .sb-footer.svelte-12qhfyh{border-color:#1e293b}html.dark .sb-collapse.svelte-12qhfyh{color:#475569}html.dark .sb-collapse.svelte-12qhfyh:hover{background:#1e293b;color:#94a3b8}html.dark .sb-version.svelte-12qhfyh{color:#475569}html.dark .main.svelte-12qhfyh,html.dark .main-area.svelte-12qhfyh{background:#0a0e1a}html.dark p.svelte-12qhfyh{color:#94a3b8}html.dark a.svelte-12qhfyh{color:#60a5fa}html.dark .panel.svelte-12qhfyh,html.dark .card.svelte-12qhfyh,html.dark .stat-card.svelte-12qhfyh,html.dark .device-card.svelte-12qhfyh,html.dark .recent-metric-card.svelte-12qhfyh,html.dark [class*=-card].svelte-12qhfyh,html.dark [class*=-panel].svelte-12qhfyh{background:#111827;border-color:#1e293b;color:#e2e8f0}html.dark [class*=-card].svelte-12qhfyh:hover{border-color:#334155}html.dark .muted.svelte-12qhfyh,html.dark [class*=muted].svelte-12qhfyh{color:#475569}html.dark .subtitle.svelte-12qhfyh,html.dark [class*=subtitle].svelte-12qhfyh{color:#64748b}html.dark [class*=label].svelte-12qhfyh{color:#94a3b8}html.dark [class*=value].svelte-12qhfyh,html.dark [class*=name].svelte-12qhfyh{color:#f1f5f9}html.dark [class*=mac].svelte-12qhfyh{color:#94a3b8}html.dark button.svelte-12qhfyh{color:#e2e8f0}html.dark .ghost-btn.svelte-12qhfyh{color:#94a3b8;border-color:#334155}html.dark .ghost-btn.svelte-12qhfyh:hover{background:#1e293b;color:#f1f5f9}html.dark [class*=filter].svelte-12qhfyh,html.dark [class*=pill].svelte-12qhfyh{background:#1e293b;color:#94a3b8;border-color:#334155}html.dark [class*=badge].svelte-12qhfyh{color:#e2e8f0}html.dark [class*=search].svelte-12qhfyh{background:#1e293b;border-color:#334155;color:#f1f5f9}html.dark [class*=toolbar].svelte-12qhfyh,html.dark [class*=header-row].svelte-12qhfyh{border-color:#1e293b}html.dark [class*=tab].svelte-12qhfyh:not(.active){color:#64748b}html.dark [class*=tab].active.svelte-12qhfyh{color:#3b82f6}html.dark [class*=tab-bar].svelte-12qhfyh{border-color:#1e293b}html.dark .recent-metric-card.svelte-12qhfyh{background:#1e293b;border-color:#334155}html.dark .metric-label.svelte-12qhfyh{color:#64748b}html.dark .recent-metric-value.svelte-12qhfyh{color:#f1f5f9}html.dark .card-footer.svelte-12qhfyh{border-color:#1e293b}html.dark .card-fw.svelte-12qhfyh,html.dark .card-seen-label.svelte-12qhfyh{color:#64748b}html.dark .card-mac-name.svelte-12qhfyh,html.dark .group-header.svelte-12qhfyh{color:#f1f5f9}html.dark .group-online.svelte-12qhfyh{color:#64748b}html.dark .section-title.svelte-12qhfyh{color:#94a3b8}html.dark .empty-state.svelte-12qhfyh{color:#475569}html.dark .topbar.svelte-12qhfyh{background:#0a0e1aeb;border-color:#1e293b}html.dark .topbar-user.svelte-12qhfyh{color:#e2e8f0}html.dark .topbar-signout.svelte-12qhfyh{color:#94a3b8}html.dark .topbar-signout.svelte-12qhfyh:hover{background:#1e293b;color:#f1f5f9}html.dark .topbar-divider.svelte-12qhfyh{background:#1e293b}html.dark .toggle-switch.svelte-12qhfyh{border-color:#ffffff1a;background:#0a0e1a}html.dark .toggle-switch.svelte-12qhfyh:hover{background:#0f1524}html.dark .toggle-knob.svelte-12qhfyh{background:#f1f5f9}html.dark .toast.svelte-12qhfyh{background:#1e293b;border-color:#334155;color:#f1f5f9;box-shadow:0 4px 16px #0000004d}html.dark .toast-error.svelte-12qhfyh{border-color:#7f1d1d;color:#fca5a5}html.dark .toast-warning.svelte-12qhfyh{border-color:#78350f;color:#fcd34d}html.dark .toast-success.svelte-12qhfyh{border-color:#14532d;color:#86efac}html.dark .toast-info.svelte-12qhfyh{border-color:#1e3a8a;color:#93c5fd}html.dark .ld.svelte-12qhfyh{background:#0a0e1a}html.dark .ld-spin.svelte-12qhfyh{border-color:#1e293b;border-top-color:#f1f5f9}html.dark .logo-light.svelte-12qhfyh{display:none}html.dark .logo-dark.svelte-12qhfyh{display:block}
