:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--grey-950:#0a0a0d;--grey-900:#111116;--grey-850:#17171c;--grey-800:#1d1d24;--grey-700:#2a2a34;--grey-600:#35353f;--grey-500:#4a4a56;--grey-400:#6b6b78;--grey-300:#9797a5;--grey-100:#ededf2;--accent:#2e7d32;--accent-strong:#1b8e3c;--accent-soft:#6fcf7a;--font-sans:"Space Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--font-mono:"Space Mono", "SF Mono", Menlo, monospace}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{background:var(--grey-950);color:var(--grey-100);font-family:var(--font-sans)}a{color:inherit}button{cursor:pointer;font-family:inherit}input,textarea,select{font-family:inherit}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:var(--grey-950)}::-webkit-scrollbar-thumb{background:var(--grey-600);border-radius:6px}.app-layout{flex-direction:column;height:100vh;display:flex}.app-shell{flex:1;min-height:0;display:flex}.watch-alert{color:#ffd666;background:#3d2a00;border-bottom:1px solid #6b4f00;justify-content:space-between;align-items:center;gap:12px;padding:10px 16px;font-size:13px;display:flex}.watch-alert-dismiss{color:#ffd666;background:0 0;border:1px solid #6b4f00;border-radius:6px;flex-shrink:0;padding:4px 10px;font-size:12px}.watch-alert-dismiss:hover{background:#4a3500}.connection-alert{border-bottom:1px solid;justify-content:center;align-items:center;gap:8px;padding:8px 16px;font-size:13px;display:flex}.connection-alert-checking{color:#8ec9ff;background:#1a2a3d;border-color:#2f4f6b}.connection-alert-offline{color:#ff8e8e;background:#3d1a1a;border-color:#6b2f2f}.sidebar{background:var(--grey-900);border-right:1px solid var(--grey-700);flex-direction:column;flex-shrink:0;width:220px;padding:20px 14px;transition:width .18s;display:flex;overflow:hidden}.sidebar.sidebar-collapsed{width:68px;padding:20px 10px;overflow:visible}.sidebar h1{margin:0 8px 4px;font-size:16px;font-weight:700}.sidebar-top{flex-shrink:0;justify-content:space-between;align-items:center;gap:8px;margin-bottom:8px;display:flex}.sidebar-scroll{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden auto}.sidebar.sidebar-collapsed .sidebar-top{justify-content:center}.sidebar-toggle{background:var(--grey-800);border:1px solid var(--grey-600);width:28px;height:28px;color:var(--grey-300);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.sidebar-toggle:hover{background:var(--grey-700);color:var(--grey-100)}.sidebar-brand{flex:1;min-width:0;padding:0 4px}.sidebar-brand img{width:100%;height:auto;display:block}.sidebar .subtitle{color:var(--grey-400);margin:0 8px 24px;font-size:11px}.nav-link{color:var(--grey-300);border-radius:10px;align-items:center;gap:10px;margin-bottom:4px;padding:10px 12px;font-size:14px;font-weight:500;text-decoration:none;display:flex;position:relative}.nav-link svg{flex-shrink:0}.nav-link:hover{background:var(--grey-800)}.nav-link.active{color:var(--accent-soft);background:#17301b}.sidebar-collapsed .nav-link{justify-content:center;padding:10px 0}.sidebar-collapsed .nav-link-text,.sidebar-collapsed .package-tier-card{display:none}.main{flex:1;padding:28px 36px;overflow-y:auto}.page-title{margin:0 0 4px;font-size:22px;font-weight:700}.page-subtitle{color:var(--grey-400);margin:0 0 24px;font-size:13px}.card{background:var(--grey-850);border:1px solid var(--grey-700);border-radius:14px;padding:18px 20px}.btn{color:#fff;background:var(--accent);border:none;border-radius:10px;padding:10px 18px;font-size:13px;font-weight:600}.btn:hover{background:var(--accent-strong)}.btn:disabled{opacity:.5;cursor:default}.btn-secondary{background:var(--grey-800);border:1px solid var(--grey-600);color:var(--grey-100)}.btn-secondary:hover{background:var(--grey-700)}.btn-with-spinner{align-items:center;gap:8px;display:inline-flex}.btn-spinner{border:2px solid var(--grey-500);border-top-color:var(--accent-soft);border-radius:50%;flex-shrink:0;width:14px;height:14px;animation:.7s linear infinite btn-spin}@keyframes btn-spin{to{transform:rotate(360deg)}}.btn-danger{color:#ff6b6b;background:0 0;border:1px solid #c62828}.btn-danger:hover{background:#2a0000}.input{background:var(--grey-950);border:1px solid var(--grey-600);color:var(--grey-100);border-radius:8px;width:100%;padding:10px 12px;font-size:13px}.input:focus{border-color:var(--accent);outline:none}textarea.input{font-family:var(--font-mono);resize:vertical;font-size:12px}.device-grid{grid-template-columns:repeat(auto-fill,minmax(290px,1fr));gap:16px;margin-top:18px;display:grid}.device-card{background:linear-gradient(160deg, var(--grey-850) 0%, var(--grey-800) 100%);border:1px solid var(--grey-700);cursor:default;border-radius:16px;padding:18px;transition:border-color .15s,transform .15s,box-shadow .15s;box-shadow:0 1px 2px #0000004d}.device-card:hover{border-color:var(--accent);transform:translateY(-2px);box-shadow:0 10px 24px #00000059}.device-card-muted{opacity:.82}.device-name{margin-bottom:4px;font-size:15px;font-weight:700}.device-id{font-family:var(--font-mono);color:var(--grey-400);word-break:break-all;font-size:11px}.device-display-name{color:var(--grey-400);margin-top:2px;font-size:11px;font-weight:400}.device-health{border-top:1px solid var(--grey-700);margin-top:12px;padding-top:12px}.device-health-head{justify-content:space-between;align-items:center;margin-bottom:4px;display:flex}.device-health-label{font-size:12px;font-weight:700}.device-health-healthy .device-health-label{color:#2ecc71}.device-health-warning .device-health-label{color:#f1c40f}.device-health-critical .device-health-label{color:#e74c3c}.device-health-setup .device-health-label{color:var(--grey-400)}.device-health-reason{color:var(--grey-300);margin:0;font-size:12px;line-height:1.45}.device-health-detail{color:var(--grey-400);margin:6px 0 0;font-size:11px;line-height:1.4}.device-health-foot{color:var(--grey-500);margin:8px 0 0;font-size:11px;line-height:1.4}.device-send-usage{margin-top:10px}.device-send-usage-meta{color:var(--grey-400);text-transform:uppercase;letter-spacing:.03em;justify-content:space-between;margin-bottom:4px;font-size:10px;display:flex}.device-send-bar{background:var(--grey-700);border-radius:999px;height:5px;overflow:hidden}.device-send-bar-fill{background:var(--accent);border-radius:999px;height:100%;transition:width .25s}.device-send-bar-fill-warn{background:#f1c40f}.device-send-bar-fill-critical{background:#e74c3c}.device-toolbar-summary{flex-wrap:wrap;gap:8px;margin-bottom:10px;display:flex}.device-toolbar-count{color:var(--grey-400);padding:4px 0;font-size:11px}.safe-mode-panel{background:var(--grey-850);border:1px solid var(--grey-700);border-radius:12px;justify-content:space-between;align-items:center;gap:16px;margin-top:14px;margin-bottom:14px;padding:14px 16px;display:flex}.safe-mode-panel-on{background:#1a1508;border-color:#6b4f00}.safe-mode-title{margin-bottom:4px;font-size:13px;font-weight:700}.safe-mode-desc{color:var(--grey-400);max-width:520px;font-size:12px;line-height:1.45}.warmth-badge{flex-direction:column;gap:4px;min-width:88px;display:flex}.warmth-badge-compact{border:1px solid var(--grey-600);border-radius:999px;padding:2px 8px;font-size:11px;font-weight:700;line-height:1.4;display:inline-block}.warmth-bar{background:var(--grey-700);border-radius:999px;height:4px;overflow:hidden}.warmth-bar-fill{border-radius:999px;height:100%}.warmth-badge-text{text-transform:uppercase;letter-spacing:.04em;font-size:10px;font-weight:600}.package-tier-card{background:var(--grey-900);border:1px solid var(--grey-700);border-radius:10px;margin:0 4px 18px;padding:12px}.package-tier-head{justify-content:space-between;align-items:center;gap:8px;margin-bottom:4px;display:flex}.package-tier-name{color:var(--accent-soft);font-size:13px;font-weight:700}.package-tier-badge{color:var(--grey-400);text-transform:uppercase;letter-spacing:.04em;font-size:10px;font-weight:700}.package-tier-project{color:var(--grey-400);margin-bottom:6px;font-size:11px}.package-tier-usage{color:var(--grey-300);margin-bottom:8px;font-size:12px}.package-tier-note{color:#f1c40f;margin-bottom:8px;font-size:11px;line-height:1.4}.package-tier-features{color:var(--grey-400);margin:0;padding-left:16px;font-size:11px;line-height:1.5}.pairing-terms-intro{color:var(--grey-400);margin:0 0 14px;font-size:13px;line-height:1.45}.pairing-terms-list{flex-direction:column;gap:12px;max-height:42vh;margin-bottom:14px;padding-right:4px;display:flex;overflow-y:auto}.pairing-terms-item{background:var(--grey-900);border:1px solid var(--grey-700);border-radius:8px;padding:10px 12px}.pairing-terms-title{margin-bottom:4px;font-size:12px;font-weight:700}.pairing-terms-item p{color:var(--grey-400);margin:0;font-size:12px;line-height:1.45}.pairing-terms-check{color:var(--grey-300);cursor:pointer;align-items:flex-start;gap:8px;font-size:12px;line-height:1.45;display:flex}.form-error{color:#ff6b6b;margin-bottom:8px;font-size:12px}.badge{letter-spacing:.03em;border-radius:20px;padding:3px 8px;font-size:10px;font-weight:700;display:inline-block}.badge-success{color:#6fcf7a;background:#123018}.badge-error{color:#ff6b6b;background:#340f0f}.badge-muted{background:var(--grey-800);color:var(--grey-400)}.badge-warning{color:#f1c40f;background:#3a2e10}.badge-target{color:#7eb8ff;background:#15263a}.filters-bar{margin-top:8px;margin-bottom:16px}.filters-row{flex-wrap:wrap;align-items:flex-end;gap:12px;display:flex}.filter-field{flex-direction:column;flex:1;gap:6px;min-width:160px;display:flex}.filter-field span{color:var(--grey-400);text-transform:uppercase;letter-spacing:.04em;font-size:11px}select.input{appearance:none;background-image:linear-gradient(45deg, transparent 50%, var(--grey-400) 50%), linear-gradient(135deg, var(--grey-400) 50%, transparent 50%);background-position:calc(100% - 16px) calc(50% - 2px),calc(100% - 11px) calc(50% - 2px);background-repeat:no-repeat;background-size:5px 5px,5px 5px;padding-right:28px}table{border-collapse:collapse;width:100%;font-size:13px}th{text-align:left;color:var(--grey-400);text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid var(--grey-700);padding:10px 12px;font-size:11px;font-weight:600}td{border-bottom:1px solid var(--grey-700);padding:12px}.modal-overlay{z-index:50;background:#0009;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal{background:var(--grey-850);border:1px solid var(--grey-600);border-radius:16px;width:420px;max-width:calc(100vw - 40px);max-height:calc(100vh - 40px);padding:24px;overflow-y:auto}.modal h2{margin:0 0 16px;font-size:17px}.modal-footer{justify-content:flex-end;gap:10px;margin-top:20px;display:flex}.qr-box{background:#fff;border-radius:12px;justify-content:center;margin:16px 0;padding:20px;display:flex}.pairing-status{background:var(--grey-850);border:1px solid var(--grey-600);border-radius:10px;align-items:flex-start;gap:12px;margin-bottom:12px;padding:14px 16px;display:flex}.pairing-status .btn-spinner{width:18px;height:18px;margin-top:2px}.pairing-status-title{color:var(--grey-100);margin-bottom:4px;font-size:13px;font-weight:600}.pairing-status-sub{color:var(--grey-400);font-size:12px;line-height:1.45}.empty-state{color:var(--grey-400);text-align:center;padding:40px 0;font-size:13px}.toggle-row{border-bottom:1px solid var(--grey-700);justify-content:space-between;align-items:center;gap:12px;padding:14px 0;display:flex}.toggle-row:last-child{border-bottom:none}.toggle-label{font-size:14px;font-weight:600}.toggle-hint{color:var(--grey-400);margin-top:4px;font-size:12px}.toggle-switch{flex-shrink:0;width:44px;height:24px;display:inline-block;position:relative}.toggle-switch input{opacity:0;width:0;height:0}.toggle-slider{background:var(--grey-600);cursor:pointer;border-radius:24px;transition:background .2s;position:absolute;inset:0}.toggle-slider:before{content:"";background:var(--grey-100);border-radius:50%;width:18px;height:18px;transition:transform .2s;position:absolute;bottom:3px;left:3px}.toggle-switch input:checked+.toggle-slider{background:var(--accent)}.toggle-switch input:checked+.toggle-slider:before{transform:translate(20px)}.notif-dot{width:8px;height:8px;box-shadow:0 0 0 2px var(--grey-900);background:#ff6b6b;border-radius:50%;position:absolute;top:10px;right:12px}.notif-panel{background:var(--grey-850);border:1px solid var(--grey-600);z-index:100;border-radius:12px;max-height:320px;position:absolute;bottom:calc(100% + 6px);left:0;right:0;overflow-y:auto;box-shadow:0 8px 24px #00000073}.sidebar-collapsed .notif-panel{width:260px;margin-left:8px;bottom:0;left:100%;right:auto}.notif-panel-header{border-bottom:1px solid var(--grey-700);color:var(--grey-100);justify-content:space-between;align-items:center;padding:10px 12px;font-size:12px;font-weight:600;display:flex}.notif-empty{color:var(--grey-400);text-align:center;padding:16px 12px;font-size:12px}.notif-item{text-align:left;border:none;border-bottom:1px solid var(--grey-700);width:100%;color:var(--grey-100);cursor:pointer;background:0 0;padding:10px 12px;display:block}.notif-item:hover{background:var(--grey-800)}.notif-item-title{margin-bottom:4px;font-size:13px;font-weight:600}.notif-item-preview{color:var(--grey-400);text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.notif-item-time{color:var(--grey-500);margin-top:4px;font-size:10px}.toast-stack{z-index:1000;flex-direction:column;gap:10px;max-width:340px;display:flex;position:fixed;bottom:20px;right:20px}.toast{background:var(--grey-850);border:1px solid var(--grey-600);cursor:pointer;border-radius:12px;align-items:flex-start;gap:10px;padding:12px 14px;animation:.2s toast-in;display:flex;box-shadow:0 8px 24px #00000073}@keyframes toast-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.toast-text{flex:1;min-width:0}.toast-title{color:var(--grey-100);font-size:13px;font-weight:600}.toast-message{color:var(--grey-400);text-overflow:ellipsis;white-space:nowrap;margin-top:2px;font-size:12px;overflow:hidden}.toast-dismiss{color:var(--grey-400);cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:2px;font-size:12px}.toast-dismiss:hover{color:var(--grey-100)}.package-tier-note-warn{color:#f1c40f}.device-limit-overlay{z-index:2000;background:#000000b8;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.device-limit-modal{background:var(--grey-800);border:1px solid var(--grey-600);border-radius:12px;width:100%;max-width:520px;max-height:90vh;padding:24px;overflow-y:auto}.device-limit-modal h2{margin:0 0 10px;font-size:18px}.device-limit-intro{color:var(--grey-400);margin:0 0 16px;font-size:13px;line-height:1.5}.device-limit-list{flex-direction:column;gap:8px;margin-bottom:12px;display:flex}.device-limit-item{border:1px solid var(--grey-600);cursor:pointer;border-radius:8px;align-items:flex-start;gap:10px;padding:12px;display:flex}.device-limit-item-selected{border-color:var(--accent);background:#2e7d3214}.device-limit-item-disabled{opacity:.45;cursor:not-allowed}.device-limit-item-title{font-size:14px;font-weight:600}.device-limit-item-sub{color:var(--grey-400);text-transform:capitalize;margin-top:2px;font-size:12px}.device-limit-foot{color:var(--grey-400);margin-bottom:12px;font-size:12px}.device-limit-item-preview{flex-shrink:0}.device-limit-item-video{background:var(--grey-950);width:48px;height:48px;color:var(--accent-soft);border-radius:6px;justify-content:center;align-items:center;font-size:10px;font-weight:700;display:flex}
