:root{color-scheme:dark;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:#0f172a;color:#e2e8f0;display:flex;align-items:flex-start;justify-content:center}#root{width:100%;max-width:480px;padding:48px 20px}.brand{display:flex;align-items:center;gap:8px;font-size:20px;font-weight:700;color:#fff;margin-bottom:4px}.brand .dot{width:10px;height:10px;border-radius:50%;background:#22d3ee}.subtitle{color:#64748b;font-size:13px;margin:0 0 28px 18px}.card{background:#1e293b;border:1px solid #334155;border-radius:12px;padding:24px}.card h2{margin:0 0 4px;font-size:16px;color:#fff}.card p.hint{margin:0 0 18px;font-size:13px;color:#94a3b8}label{display:block;font-size:12px;color:#94a3b8;margin:14px 0 6px}input{width:100%;padding:10px 12px;border-radius:8px;background:#0f172a;border:1px solid #334155;color:#e2e8f0;font-size:14px}input:focus{outline:none;border-color:#22d3ee}button{width:100%;margin-top:20px;padding:11px 12px;border:none;border-radius:8px;background:#06b6d4;color:#042f2e;font-weight:600;font-size:14px;cursor:pointer}button:hover{background:#22d3ee}button:disabled{background:#334155;color:#64748b;cursor:not-allowed}.row{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.who{font-size:13px;color:#cbd5e1}.linkbtn{width:auto;margin:0;padding:4px 8px;background:transparent;color:#94a3b8;font-weight:500;font-size:12px}.linkbtn:hover{background:#334155;color:#fff}.msg{margin-top:16px;padding:12px;border-radius:8px;font-size:13px;line-height:1.5}.msg.ok{background:#10b9811f;border:1px solid rgba(16,185,129,.4);color:#6ee7b7}.msg.err{background:#ef44441f;border:1px solid rgba(239,68,68,.4);color:#fca5a5}.denied{text-align:center;padding:40px 0}.denied h2{color:#fca5a5}.denied p{color:#94a3b8;font-size:14px}select,textarea{width:100%;padding:10px 12px;border-radius:8px;background:#0f172a;border:1px solid #334155;color:#e2e8f0;font-size:14px;font-family:inherit}select:focus,textarea:focus{outline:none;border-color:#22d3ee}textarea{resize:vertical}#root.wide-host,.wide{max-width:100%}.wide{width:100%}body:has(.wide) #root{max-width:1180px}.dash{width:100%}.dash-head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:18px}.dash-head h2{margin:0;font-size:18px;color:#fff}.dash-head .hint{font-size:12px;color:#64748b}.head-actions{display:flex;align-items:center;gap:10px}button.secondary{width:auto;margin:0;padding:8px 14px;background:#1e293b;border:1px solid #334155;color:#e2e8f0;font-size:13px}button.secondary:hover{background:#334155}button.navbtn{width:auto;flex:0 0 auto;margin:0;padding:8px 18px;background:#1e293b;border:1px solid #334155;color:#e2e8f0;font-size:13px}button.navbtn:hover{background:#334155}button.navbtn.active{background:#06b6d4;border-color:#06b6d4;color:#042f2e}button.navbtn.active:hover{background:#22d3ee}button.danger{background:#b91c1c;color:#fee2e2}button.danger:hover{background:#dc2626}.toolbar{display:flex;gap:10px;align-items:center;margin-bottom:14px}.toolbar .search{flex:1}.toolbar select{width:auto;min-width:130px}.dash-body{display:flex;gap:16px;align-items:flex-start}.table-wrap{flex:1;min-width:0}.dash-body.with-drawer .table-wrap{max-width:calc(100% - 360px)}.table{width:100%;border-collapse:collapse;font-size:13px}.table th{text-align:left;padding:8px 10px;color:#94a3b8;font-weight:600;font-size:11px;text-transform:uppercase;letter-spacing:.04em;border-bottom:1px solid #334155;cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap}.table th.num{text-align:right}.table td{padding:9px 10px;border-bottom:1px solid #1e293b;vertical-align:middle}.table td.num{text-align:right;font-variant-numeric:tabular-nums}.table td.muted{color:#94a3b8;white-space:nowrap}.table tbody tr{cursor:pointer}.table tbody tr:hover{background:#1e293b}.table tbody tr.sel{background:#1e293b;box-shadow:inset 3px 0 #22d3ee}.table .empty{text-align:center;color:#64748b;padding:28px 0}.cell-user{display:flex;align-items:center;gap:8px}.cell-name{color:#e2e8f0;font-weight:500}.cell-email{color:#64748b;font-size:11px}.pager{display:flex;align-items:center;justify-content:space-between;margin-top:12px;font-size:12px;color:#94a3b8}.pager .linkbtn{display:inline-block}.badge{display:inline-block;padding:2px 8px;border-radius:999px;font-size:11px;font-weight:600;white-space:nowrap;border:1px solid transparent}.badge-comp{background:#10b98124;color:#6ee7b7;border-color:#10b98166}.badge-stripe{background:#8b5cf629;color:#c4b5fd;border-color:#8b5cf666}.badge-demo{background:#06b6d429;color:#67e8f9;border-color:#06b6d466}.badge-founding{background:#eab30829;color:#fde047;border-color:#eab30866}.badge-paused{background:#f9731629;color:#fdba74;border-color:#f9731666}.badge-canceled{background:#ef444424;color:#fca5a5;border-color:#ef444466}.badge-inactive,.badge-status{background:#1e293b;color:#94a3b8;border-color:#334155}.live-dot{width:8px;height:8px;border-radius:50%;display:inline-block;flex:none}.live-on{background:#22c55e;box-shadow:0 0 0 2px #22c55e33}.live-off{background:#475569}.countdown{font-size:11px;margin-left:4px}.cd-ok{color:#94a3b8}.cd-soon{color:#fdba74}.cd-expired{color:#fca5a5}.drawer{width:344px;flex:none;background:#1e293b;border:1px solid #334155;border-radius:12px;padding:18px;position:sticky;top:20px;max-height:calc(100vh - 40px);overflow-y:auto}.drawer-head{display:flex;align-items:flex-start;justify-content:space-between}.drawer-title{display:flex;align-items:center;gap:8px;font-size:15px;font-weight:600;color:#fff}.drawer-sub{font-size:12px;color:#64748b;margin-top:2px}.drawer-badges{display:flex;flex-wrap:wrap;gap:6px;margin:12px 0 6px}.drawer h4{margin:18px 0 8px;font-size:11px;text-transform:uppercase;letter-spacing:.05em;color:#64748b;border-bottom:1px solid #334155;padding-bottom:4px}.field{display:flex;justify-content:space-between;gap:12px;padding:4px 0;font-size:13px}.field-label{color:#94a3b8;flex:none}.field-value{color:#e2e8f0;text-align:right;word-break:break-all}.warn-inline{color:#fdba74}.action-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:4px}.action-grid button{width:100%;margin:0;padding:9px;font-size:13px}.modal-backdrop{position:fixed;inset:0;background:#020617b3;display:flex;align-items:center;justify-content:center;padding:20px;z-index:50}.modal{width:100%;max-width:440px;background:#1e293b;border:1px solid #334155;border-radius:12px;padding:22px}.modal-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}.modal-head h3{margin:0;font-size:16px;color:#fff}.modal .hint{font-size:13px;color:#94a3b8;margin:0 0 6px;line-height:1.5}.modal code{background:#0f172a;padding:1px 5px;border-radius:4px;font-size:12px;color:#cbd5e1}.warn{margin:12px 0;padding:12px;border-radius:8px;font-size:12px;line-height:1.5;background:#f973161a;border:1px solid rgba(249,115,22,.4);color:#fdba74}.warn p{margin:0 0 8px}.check{display:flex;align-items:center;gap:8px;font-size:12px;color:#fdba74;margin:0}.check input{width:auto}.toast{position:fixed;bottom:22px;left:50%;transform:translate(-50%);background:#10b98129;border:1px solid rgba(16,185,129,.5);color:#6ee7b7;padding:12px 18px;border-radius:10px;font-size:13px;z-index:60;max-width:90%}
