:root{--ink:#1c2033;--muted:#73788e;--line:#e8e9f2;--surface:#fff;--canvas:#f6f7fb;--primary:#5b5cf0;--primary-dark:#4748d9;--danger:#e55065;--success:#1fa879;--shadow:0 18px 55px rgba(31,35,70,.08);--radius:20px}*{box-sizing:border-box}html{min-height:100%;background:var(--canvas)}body{margin:0;min-height:100vh;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--canvas);font-size:15px;line-height:1.5}button,input,select,textarea{font:inherit}button,a{transition:.18s ease}a{color:inherit;text-decoration:none}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(1.45rem,2vw,2rem);margin-bottom:0}h2{font-size:1.25rem;margin-bottom:.35rem}.muted{color:var(--muted)}.eyebrow{margin:0 0 5px;color:#9498aa;font-size:.69rem;font-weight:800;letter-spacing:.14em}.eyebrow.light{color:rgba(255,255,255,.62)}
.app-shell{min-height:100vh}.sidebar{position:fixed;inset:0 auto 0 0;width:248px;padding:28px 20px;background:#17192a;color:#f7f7fb;z-index:50;display:flex;flex-direction:column}.brand{display:flex;align-items:center;gap:12px;padding:0 8px 32px}.brand-mark{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:linear-gradient(135deg,#7475ff,#4e4fe1);color:#fff;font-weight:900;box-shadow:0 8px 22px rgba(91,92,240,.35)}.brand strong,.brand small{display:block}.brand strong{font-size:.98rem}.brand small{font-size:.72rem;color:#989bad}.nav-list{display:grid;gap:7px}.nav-link{display:flex;align-items:center;gap:13px;padding:12px 14px;border-radius:12px;color:#aeb1c2;font-weight:650}.nav-link:hover{background:#222539;color:#fff}.nav-link.active{background:linear-gradient(135deg,#5b5cf0,#6b61e8);color:#fff;box-shadow:0 10px 25px rgba(40,42,110,.35)}.nav-icon{width:18px;height:18px;border:2px solid currentColor;border-radius:5px;opacity:.88}.nav-icon[data-icon=clock]{border-radius:50%}.nav-icon[data-icon=chart]{border-width:0 0 2px 2px;border-radius:0;position:relative}.nav-icon[data-icon=chart]:after{content:"";position:absolute;inset:2px;border-left:3px solid currentColor;border-right:3px solid currentColor}.nav-icon[data-icon=user]{border-radius:50%;height:12px;box-shadow:0 8px 0 -2px currentColor}.nav-icon[data-icon=spark]{transform:rotate(45deg);border-radius:50% 0}.nav-icon[data-icon=shield]{border-radius:8px 8px 10px 10px}.sidebar-user{margin-top:auto;padding:16px 8px 0;border-top:1px solid #2a2d40;display:flex;align-items:center;gap:11px}.sidebar-user strong,.sidebar-user small{display:block;max-width:135px;overflow:hidden;text-overflow:ellipsis}.sidebar-user small{color:#969aac;font-size:.73rem}.avatar{display:grid;place-items:center;flex:0 0 36px;width:36px;height:36px;border-radius:50%;background:#343752;color:#fff;font-weight:800}.avatar.large{width:46px;height:46px;background:#efefff;color:var(--primary)}
.content-shell{margin-left:248px;min-height:100vh}.topbar{height:98px;padding:22px clamp(22px,4vw,54px);display:flex;align-items:center;justify-content:space-between;background:rgba(246,247,251,.92);backdrop-filter:blur(14px);position:sticky;top:0;z-index:30;border-bottom:1px solid rgba(232,233,242,.75)}.top-actions{display:flex;gap:10px}.menu-button{display:none}.page-content{padding:28px clamp(22px,4vw,54px) 45px;max-width:1540px;margin:auto}.footer{padding:0 54px 28px;color:#a0a4b4;font-size:.75rem;text-align:right}
.hero-card{background:linear-gradient(125deg,#252946,#31365d);color:#fff;border-radius:24px;padding:28px 32px;display:flex;align-items:center;justify-content:space-between;gap:25px;box-shadow:var(--shadow);overflow:hidden;position:relative}.hero-card:after{content:"";position:absolute;width:280px;height:280px;border-radius:50%;background:rgba(110,112,255,.18);right:-85px;top:-145px}.hero-card h2{font-size:1.55rem}.hero-card p:not(.eyebrow){color:#c7cada;margin-bottom:0}.timer-action{display:flex;align-items:center;gap:18px;z-index:1}.live-time{font-size:1.35rem;font-weight:800;font-variant-numeric:tabular-nums}.start-button,.danger-button,.primary-button,.ghost-button{border:0;border-radius:11px;padding:11px 17px;min-height:44px;font-weight:750;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:9px}.start-button,.primary-button{background:var(--primary);color:#fff;box-shadow:0 8px 20px rgba(91,92,240,.23)}.start-button{background:#fff;color:#272b49;padding:14px 25px}.primary-button:hover,.start-button:hover{transform:translateY(-1px);filter:brightness(.98)}.danger-button{background:var(--danger);color:#fff}.ghost-button{border:1px solid var(--line);background:#fff;color:#555b70}.topbar .ghost-button{background:transparent}.wide{width:100%}.button-symbol{font-size:.7rem}
.stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin:20px 0}.stats-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.stat-card{background:#fff;border:1px solid #eeeef5;border-radius:17px;padding:20px;box-shadow:0 8px 25px rgba(38,41,75,.035);position:relative}.stat-card p{color:var(--muted);font-size:.78rem;font-weight:700;margin:0 0 10px}.stat-card strong{display:block;font-size:1.55rem;line-height:1.1}.stat-card small{display:block;margin-top:8px;color:#9b9eae}.stat-dot{position:absolute;right:18px;top:18px;width:9px;height:9px;border-radius:50%}.stat-dot.violet{background:#706ef7;box-shadow:0 0 0 6px #efefff}.stat-dot.green{background:#27b889;box-shadow:0 0 0 6px #e9faf4}.stat-dot.blue{background:#4d96e8;box-shadow:0 0 0 6px #edf6ff}.stat-dot.orange{background:#ef9b50;box-shadow:0 0 0 6px #fff4e9}
.panel{background:#fff;border:1px solid #ebecf3;border-radius:var(--radius);box-shadow:0 9px 30px rgba(39,43,78,.04);padding:24px;margin-bottom:20px}.panel-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px}.panel-heading h2{margin:0}.text-link{color:var(--primary);font-weight:750;font-size:.83rem}.table-wrap{overflow:auto;margin:0 -24px -24px}.table-wrap table{width:100%;border-collapse:collapse;min-width:680px}th,td{text-align:left;padding:14px 24px;border-top:1px solid #eeeef4}th{font-size:.7rem;letter-spacing:.08em;text-transform:uppercase;color:#969aac;background:#fbfbfd}td{color:#606579;font-size:.86rem}td strong{color:#303448}.table-subtext{display:block;color:#a0a4b4;margin-top:2px}.duration-pill,.role-badge,.count-badge,.current-pill,.status-badge{display:inline-block;padding:5px 9px;background:#f0f0ff;color:#5557d9;border-radius:20px;font-size:.73rem;font-weight:750}.count-badge{background:#f3f4f8;color:#74798a}.empty-state{text-align:center;padding:38px;color:#9a9eae}.empty-state strong,.empty-state span{display:block}.empty-state strong{color:#555a6c;margin-bottom:4px}.table-action{border:1px solid var(--line);background:#fff;padding:6px 10px;border-radius:8px;color:#5f6477;cursor:pointer;font-size:.76rem}.table-action.danger{color:var(--danger)}
.page-actions,.filter-bar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:20px}.filter-bar{background:#fff;border:1px solid var(--line);padding:16px 18px;border-radius:16px}.filter-form{display:flex;align-items:flex-end;gap:12px}.stack-form{display:grid;gap:15px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}label{display:grid;gap:6px;color:#555a6f;font-size:.79rem;font-weight:700}input,select,textarea{width:100%;border:1px solid #dfe1eb;border-radius:10px;padding:11px 12px;background:#fff;color:#25293c;outline:none;min-height:44px}input:focus,select:focus,textarea:focus{border-color:#8586f4;box-shadow:0 0 0 3px rgba(91,92,240,.1)}label small,.form-hint{color:#9a9eae;font-weight:500;font-size:.72rem}.modal{border:0;padding:0;background:transparent;max-width:560px;width:calc(100% - 28px)}.modal::backdrop{background:rgba(20,23,43,.55);backdrop-filter:blur(3px)}.modal-card{background:#fff;border-radius:20px;padding:25px;display:grid;gap:16px;box-shadow:0 25px 80px rgba(20,23,43,.25)}.modal-heading,.modal-actions{display:flex;justify-content:space-between;align-items:center}.modal-actions{justify-content:flex-end;gap:10px}.icon-button{border:0;background:transparent;cursor:pointer;font-size:1.35rem;color:#777c90}.alert{display:flex;justify-content:space-between;align-items:center;padding:13px 16px;border-radius:12px;margin-bottom:18px;font-weight:650}.alert.success{background:#eaf9f3;color:#167e5c;border:1px solid #c9efdf}.alert.error{background:#fff0f2;color:#bd4052;border:1px solid #ffd5dc}.alert button{background:none;border:0;color:inherit;font-size:1.2rem;cursor:pointer}
.billing-banner{background:linear-gradient(125deg,#5b5cf0,#7569de);color:#fff;border-radius:22px;padding:28px 30px;display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.billing-banner p{margin-bottom:0;color:#e3e2ff}.status-badge{background:rgba(255,255,255,.18);color:#fff;border:1px solid rgba(255,255,255,.3);padding:7px 13px}.plan-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:16px}.plan-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:22px;display:flex;flex-direction:column;min-height:375px}.plan-card.current{border:2px solid var(--primary);box-shadow:0 12px 35px rgba(91,92,240,.12)}.plan-top{display:flex;justify-content:space-between;min-height:28px}.plan-type{font-size:.65rem;letter-spacing:.1em;color:#9296a7;font-weight:800}.plan-duration{color:var(--muted)}.plan-card ul{list-style:none;padding:0;margin:12px 0 20px;display:grid;gap:10px}.plan-card li{font-size:.82rem}.plan-card li span{display:inline-grid;width:20px;color:var(--success);font-weight:900}.plan-card li.excluded{color:#aaaebb}.store-note{font-size:.76rem;color:#85899b;margin-top:auto}.plan-card .ghost-button{margin-top:auto}.info-panel{margin-top:18px;padding:18px 20px;background:#edf7ff;border:1px solid #d5ebfb;border-radius:14px;color:#37637e}.info-panel p{margin:4px 0 0;font-size:.82rem}
.settings-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(300px,.85fr);gap:20px}.settings-column{display:grid;align-content:start;gap:0}.panel hr{border:0;border-top:1px solid var(--line);margin:20px 0}.danger-zone summary{color:var(--danger);font-weight:750;cursor:pointer}.danger-zone p{color:var(--muted);font-size:.8rem}.danger-zone form{display:grid;gap:10px}.inline-admin-form{display:flex;align-items:center;gap:8px}.inline-admin-form select{min-height:34px;padding:5px 8px;width:auto}.switch input{display:none}.switch span{display:block;width:36px;height:21px;background:#ccd0da;border-radius:20px;position:relative;cursor:pointer}.switch span:after{content:"";position:absolute;width:15px;height:15px;background:#fff;border-radius:50%;top:3px;left:3px;transition:.2s}.switch input:checked+span{background:var(--success)}.switch input:checked+span:after{left:18px}.status-text{font-weight:750;font-size:.77rem}.status-text:before{content:"";display:inline-block;width:7px;height:7px;border-radius:50%;margin-right:6px}.status-text.online{color:#198763}.status-text.online:before{background:#20b47e}.status-text.offline{color:#a1a4b2}.status-text.offline:before{background:#adb0bb}
.auth-shell{min-height:100vh;display:grid;place-items:center;padding:28px;background:radial-gradient(circle at 10% 10%,#e7e8ff 0,transparent 32%),#f5f6fb}.auth-card{width:min(1040px,100%);min-height:640px;background:#fff;border-radius:28px;display:grid;grid-template-columns:1.05fr .95fr;overflow:hidden;box-shadow:0 30px 90px rgba(28,32,70,.14)}.auth-visual{padding:60px;display:flex;flex-direction:column;justify-content:flex-end;color:#fff;background:linear-gradient(145deg,#242746 0,#5355d8 75%,#7475f2 100%);position:relative;overflow:hidden}.auth-visual:before,.visual-orb{position:absolute;border-radius:50%}.auth-visual:before{content:"";width:420px;height:420px;right:-180px;top:-190px;border:70px solid rgba(255,255,255,.06)}.visual-orb{top:75px;left:72px;width:140px;height:140px;border:1px solid rgba(255,255,255,.24);display:grid;place-items:center;background:rgba(255,255,255,.07);box-shadow:0 0 0 30px rgba(255,255,255,.025),0 0 0 60px rgba(255,255,255,.018)}.visual-orb span{display:grid;place-items:center;width:58px;height:58px;background:#fff;color:var(--primary);border-radius:18px;font-size:1.8rem;font-weight:900;transform:rotate(-8deg)}.auth-visual h1{font-size:2.65rem;line-height:1.08;margin:7px 0 18px}.auth-visual>p:not(.eyebrow){color:#d4d6ee;max-width:420px}.feature-pills{display:flex;gap:8px;margin-top:12px}.feature-pills span{padding:6px 10px;border-radius:20px;background:rgba(255,255,255,.1);font-size:.71rem}.auth-panel{padding:54px 48px;display:flex;flex-direction:column;justify-content:center}.auth-panel h2{font-size:1.65rem;margin-bottom:5px}.auth-tabs{display:grid;grid-template-columns:1fr 1fr;border-bottom:1px solid var(--line);margin-bottom:32px}.auth-tabs button{border:0;background:none;padding:12px;color:#969aac;font-weight:750;cursor:pointer;border-bottom:2px solid transparent}.auth-tabs button.active{color:var(--primary);border-color:var(--primary)}.mobile-brand{display:none;align-items:center;gap:10px;margin-bottom:25px}
@media(max-width:1050px){.stats-grid{grid-template-columns:repeat(2,1fr)}.settings-grid{grid-template-columns:1fr}.sidebar{width:220px}.content-shell{margin-left:220px}}@media(max-width:760px){.sidebar{transform:translateX(-100%);transition:.22s}.sidebar.open{transform:translateX(0);box-shadow:30px 0 80px rgba(15,17,35,.25)}.content-shell{margin-left:0}.menu-button{display:block}.topbar{height:82px;padding:16px 18px}.topbar .eyebrow{display:none}.topbar h1{font-size:1.28rem}.top-actions .ghost-button{padding:8px 10px;min-height:38px}.page-content{padding:18px 14px 35px}.hero-card{padding:23px;display:block}.timer-action{margin-top:22px;justify-content:space-between}.stats-grid,.stats-grid.three{grid-template-columns:1fr 1fr;gap:10px}.stat-card{padding:16px}.stat-card strong{font-size:1.25rem}.panel{padding:18px;border-radius:16px}.table-wrap{margin:0 -18px -18px}.filter-bar,.page-actions{align-items:stretch;flex-direction:column}.filter-form{display:grid;grid-template-columns:1fr 1fr}.filter-form .primary-button{grid-column:1/-1}.form-grid{grid-template-columns:1fr}.auth-shell{padding:0}.auth-card{border-radius:0;min-height:100vh;grid-template-columns:1fr}.auth-visual{display:none}.auth-panel{padding:32px 24px}.mobile-brand{display:flex}.footer{padding:0 18px 20px}.plan-grid{grid-template-columns:1fr}.inline-admin-form{min-width:310px}}@media(max-width:430px){.stats-grid,.stats-grid.three{grid-template-columns:1fr}.timer-action{align-items:stretch;flex-direction:column}.live-time{text-align:center}.auth-panel{padding:25px 18px}.feature-pills{flex-wrap:wrap}}
