.modal-backdrop{position:fixed;z-index:80;inset:0;display:grid;place-items:center;padding:20px;background:#050c13b8;backdrop-filter:blur(4px)}.modal{width:min(100%,560px);max-height:calc(100vh - 40px);overflow:auto;padding:20px;border:1px solid var(--border);border-radius:14px;background:#172534;box-shadow:0 20px 70px #00000075}.modal>header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px}.modal h2{margin:0;font-size:20px}.modal>header button{display:grid;place-items:center;width:30px;height:30px;padding:0;border:0;border-radius:7px;color:var(--muted);background:transparent;cursor:pointer;font-size:24px;line-height:1}.modal>header button:hover{color:var(--text);background:var(--surface)}@media (max-width:600px){.modal-backdrop{align-items:end;padding:10px}.modal{max-height:calc(100vh - 20px);padding:16px;border-radius:14px}}.sidebar-nav p{margin:0 10px 8px;color:#71839a;font-size:11px;font-weight:760;letter-spacing:.1em}.sidebar-nav a{display:flex;align-items:center;gap:12px;padding:11px 12px;border-radius:10px;color:var(--muted)}.sidebar-nav a:hover{color:var(--text);background:var(--surface2)}.sidebar-nav a.active{color:var(--text);background:#7273f429}.sidebar-nav a span{width:16px;text-align:center}.profile em,.topbar em{display:grid;place-items:center;width:29px;height:29px;border-radius:50%;color:#392710;background:#ffbe74;font-size:13px;font-style:normal;font-weight:800}.topbar label{display:flex;align-items:center;gap:10px;width:min(440px,50vw);padding:9px 11px;border:1px solid #2b3e50;border-radius:10px;color:var(--muted);background:#1a2938}.topbar label>span{font-size:22px}.topbar input{flex:1;min-width:0;border:0;outline:0;color:var(--text);background:transparent}.topbar kbd{padding:3px 7px;border-radius:5px;background:#2b3c4e;font-size:11px}.topbar>div{display:flex;align-items:center;gap:15px}.topbar button{border:0;color:var(--text);background:transparent;cursor:pointer;font-weight:650}.topbar>div>i{width:1px;height:25px;background:var(--border)}.topbar>div>span{display:inline-flex;align-items:center;gap:8px;font-weight:650}@media (max-width:960px){.sidebar{flex-basis:215px}.content{padding:29px}}@media (max-width:680px){.sidebar{display:none}.topbar{height:70px;padding:0 16px}.topbar label{width:100%}.topbar>div{display:none}.content{padding:24px 16px 38px}}.current-user{display:flex;align-items:center;gap:10px;border-top:1px solid var(--border)}.current-user>div{min-width:0}.current-user strong,.current-user small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.current-user strong{font-size:13px}.current-user small{margin-top:2px;color:var(--muted);font-size:11px}.current-user__actions{display:flex;align-items:center;gap:6px;margin-left:auto}.current-user button{flex:none;padding:7px 9px;border:1px solid var(--border);border-radius:8px;color:var(--muted);background:transparent;cursor:pointer;font-size:12px;font-weight:650}.current-user button:hover{border-color:#445a70;color:var(--text);background:var(--surface2)}.sidebar-nav__groups{display:grid;gap:5px}.sidebar-nav__groups i{display:block;width:8px;height:8px;margin:4px;border-radius:50%}.admin-settings{display:grid;place-items:center;width:30px;height:30px;border:1px solid var(--border);border-radius:8px;color:#aaa7ff;background:#7273f41a;font-size:16px;line-height:1}.admin-settings:hover,.admin-settings.active{border-color:#6868dc;color:#cfceff;background:#7273f433}.logout-confirm p{margin:0;color:var(--muted);line-height:1.55}.logout-confirm footer{display:flex;justify-content:flex-end;gap:9px;margin-top:22px}.logout-confirm footer button{padding:9px 13px;border:1px solid var(--border);border-radius:8px;color:var(--muted);background:transparent;cursor:pointer;font-size:12px;font-weight:700}.logout-confirm footer .danger{border-color:#ff8f9b5c;color:#ffb2bb;background:#ff8f9b1a}.logout-confirm footer .danger:hover{background:#ff8f9b2e}.vpn-status{height:76px;padding:8px 9px;overflow:hidden;border:1px solid var(--border);border-radius:10px;background:#0f1c2866}.vpn-status header{display:flex;align-items:center;gap:8px}.vpn-status header>span{display:grid;place-items:center;flex:none;width:26px;height:26px;border-radius:8px;color:#b1b2c5;background:#8d9eb21f}.vpn-status header>span svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.vpn-status strong,.vpn-status small{display:block}.vpn-status strong{font-size:11px}.vpn-status small{margin-top:1px;overflow:hidden;color:var(--muted);font-size:10px;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.vpn-status header>div{min-width:0;flex:1}.vpn-status header>button{display:grid;place-items:center;width:24px;height:24px;padding:0;border:0;border-radius:7px;color:var(--muted);background:transparent;cursor:pointer;font-size:16px;line-height:1}.vpn-status header>button:hover{color:var(--text);background:var(--surface2)}.vpn-status header>button:disabled{cursor:wait;opacity:.55}.vpn-status--connected{border-color:#71d4a34d;background:linear-gradient(145deg,rgba(113,212,163,.08),transparent 70%)}.vpn-status--connected header>span{color:#9be5be;background:#71d4a321}.vpn-status__details{display:flex;justify-content:space-between;gap:8px;margin:6px 0 0;padding-top:6px;border-top:1px solid rgba(46,64,83,.7);color:var(--muted);font-size:10px}.vpn-status__details span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vpn-status__details b{flex:none;color:#9be5be;font-weight:700}.vpn-status__check{display:none}.auth-page{min-height:100vh;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at 70% 15%,rgba(113,115,244,.15),transparent 25%),var(--bg)}.auth-page input:focus{border-color:var(--accent)}.auth-page form>a{display:block;color:#b1afff;text-align:center;font-size:13px}.claude-placeholder{display:flex;align-items:flex-start;gap:18px;max-width:760px;padding:30px;border:1px solid var(--border);border-radius:16px;background:var(--surface)}.claude-placeholder>b{display:grid;place-items:center;flex:none;width:45px;height:45px;border-radius:13px;color:#bcbbff;background:#7273f433;font-size:22px}.breadcrumbs{display:flex;align-items:center;gap:10px;color:var(--muted);font-size:14px}.breadcrumbs a:hover{color:var(--text)}.breadcrumbs span{color:#71839a;font-size:22px;line-height:1}.breadcrumbs strong{color:var(--text);font-weight:500}.dashboard-hero{display:flex;align-items:end;justify-content:space-between;gap:20px;margin:20px 0 24px}.dashboard-hero h1{margin:7px 0 0;font-size:clamp(32px,4vw,46px);letter-spacing:-.06em}.dashboard-hero p:not(.eyebrow){margin:7px 0 0;color:var(--muted)}.dashboard-refresh{display:inline-flex;align-items:center;gap:8px;padding:10px 13px;border:1px solid var(--border);border-radius:10px;color:#c5c4ff;background:#7273f41a;cursor:pointer;font-size:12px;font-weight:700}.dashboard-refresh span{font-size:17px;line-height:1}.dashboard-refresh:hover{border-color:#7273f4;background:#7273f433}.dashboard-refresh:hover span{transform:rotate(180deg);transition:transform .35s ease}.dashboard-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.dashboard-stats article{position:relative;overflow:hidden;padding:17px;border:1px solid var(--border);border-radius:14px;background:linear-gradient(145deg,#1c2b3a,#172431)}.dashboard-stats article:after{position:absolute;right:-28px;bottom:-38px;width:110px;height:110px;border-radius:50%;background:#7273f41a;content:""}.dashboard-stats article:nth-child(2):after{background:#71d4a317}.dashboard-stats article i{display:grid;place-items:center;width:31px;height:31px;border-radius:10px;color:#cac9ff;background:#7273f429;font-style:normal}.dashboard-stats article:nth-child(2) i{color:#9be5be;background:#71d4a321}.dashboard-stats span,.dashboard-stats small{display:block;color:var(--muted);font-size:12px}.dashboard-stats span{margin-top:18px}.dashboard-stats strong{display:block;margin:5px 0 3px;font-size:31px;letter-spacing:-.055em}.dashboard-pulse{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(250px,.75fr);gap:12px;margin-top:12px}.dashboard-pulse__chart,.dashboard-pulse__signal,.dashboard-activity{border:1px solid var(--border);border-radius:14px;background:var(--surface)}.dashboard-pulse__chart{padding:18px}.dashboard-pulse__chart header,.dashboard-activity header{display:flex;align-items:start;justify-content:space-between;gap:16px}.dashboard-pulse h2,.dashboard-activity h2{margin:5px 0 0;font-size:19px}.dashboard-pulse__chart header>span{display:inline-flex;align-items:center;gap:6px;color:#a9b8c9;font-size:11px}.dashboard-pulse__chart header>span i{width:7px;height:7px;border-radius:50%;background:var(--ok);box-shadow:0 0 10px var(--ok);animation:dashboard-blink 1.7s ease-in-out infinite}.dashboard-bars{display:flex;align-items:end;gap:5px;height:154px;margin-top:24px;padding:0 4px;border-bottom:1px solid var(--border)}.dashboard-bars i{flex:1;min-width:4px;border-radius:5px 5px 0 0;background:linear-gradient(#aaa8ff,#615ed7);transform-origin:bottom;animation:dashboard-bar .65s cubic-bezier(.2,.8,.2,1) both}.dashboard-bars i:nth-child(3n){background:linear-gradient(#8ee0b3,#4fa77b)}.dashboard-pulse__chart footer{display:flex;justify-content:space-between;margin-top:9px;color:#62748a;font-size:10px}.dashboard-pulse__signal{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:250px;padding:20px;text-align:center;background:radial-gradient(circle at 50% 25%,rgba(114,115,244,.18),transparent 40%),var(--surface)}.signal-orbit{position:relative;width:82px;height:82px;margin-bottom:16px}.signal-orbit>i{position:absolute;inset:0;border:1px solid rgba(114,115,244,.45);border-radius:50%;animation:dashboard-orbit 5s linear infinite}.signal-orbit>i:nth-child(2){inset:13px;border-color:#71d4a380;animation-direction:reverse;animation-duration:3.5s}.signal-orbit b{position:absolute;inset:27px;display:grid;place-items:center;border-radius:50%;color:#d0cfff;background:#7273f4;box-shadow:0 0 22px #7273f480;font-size:15px}.dashboard-pulse__signal h2{font-size:22px;line-height:1.04}.dashboard-pulse__signal>span{margin-top:9px;color:var(--muted);font-size:12px;line-height:1.5}.dashboard-activity{margin-top:12px;padding:18px}.dashboard-activity header>span{padding:4px 7px;border-radius:999px;color:#99e3b8;background:#71d4a31f;font-size:10px;font-weight:800;letter-spacing:.08em}.dashboard-activity article{display:grid;grid-template-columns:28px minmax(0,1fr) auto;align-items:center;gap:10px;padding:12px 0;border-top:1px solid var(--border)}.dashboard-activity article:first-of-type{margin-top:14px}.dashboard-activity article i{display:grid;place-items:center;width:24px;height:24px;border-radius:8px;color:#c7c5ff;background:#7273f421;font-size:10px;font-style:normal;font-weight:800}.dashboard-activity article span{font-size:13px}.dashboard-activity article small{color:var(--muted);font-size:11px}@keyframes dashboard-bar{0%{transform:scaleY(.08);opacity:.2}to{transform:scaleY(1);opacity:1}}@keyframes dashboard-orbit{to{transform:rotate(360deg)}}@keyframes dashboard-blink{50%{opacity:.35;box-shadow:none}}@media (max-width:800px){.dashboard-stats{grid-template-columns:1fr 1fr}.dashboard-pulse{grid-template-columns:1fr}.dashboard-pulse__signal{min-height:220px}}@media (max-width:680px){.dashboard-hero{align-items:start;flex-direction:column;margin-top:0}.dashboard-refresh{width:100%;justify-content:center}.dashboard-stats{grid-template-columns:1fr}.dashboard-bars{height:120px;gap:3px}.dashboard-activity article{grid-template-columns:28px minmax(0,1fr)}.dashboard-activity article small{grid-column:2}}.admin-page{width:min(100%,960px)}.admin-section{padding:18px;border:1px solid var(--border);border-radius:14px;background:#1a28366b}.admin-section>header{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:14px}.admin-section h2{margin:4px 0 0;font-size:19px}.section-actions{display:flex;align-items:center;gap:10px}.section-actions>span{display:grid;place-items:center;min-width:28px;height:24px;padding:0 8px;border-radius:999px;color:#b9b7ff;background:#7273f429;font-size:12px;font-weight:700}.section-actions .primary{height:36px;padding:0 13px;border-radius:8px;font-size:12px}.admin-list{display:grid;gap:7px}.admin-row{display:grid;grid-template-columns:minmax(0,1fr) 80px;align-items:center;gap:14px;min-height:54px;padding:7px 13px;border:1px solid var(--border);border-radius:9px;background:var(--surface)}.admin-row strong{overflow:hidden;text-overflow:ellipsis;font-size:14px}.admin-row>button{padding:8px 0;border:0;color:#aaa7ff;background:transparent;cursor:pointer;font-size:12px;text-align:right}.admin-empty{margin:0;padding:16px 0;color:var(--muted);font-size:13px;text-align:center}.user-form{display:grid;gap:14px}.user-form>label{display:grid;gap:7px;color:var(--muted);font-size:12px}.user-form input,.user-form select{width:100%;height:40px;padding:0 12px;border:1px solid var(--border);border-radius:8px;outline:0;color:var(--text);background:var(--surface);font-size:14px}.user-form input:focus,.user-form select:focus{border-color:var(--accent)}.user-form label>small{color:var(--muted);font-size:11px;line-height:1.4}.employee-password{position:relative}.employee-password input{padding-right:74px}.employee-password button{position:absolute;right:9px;top:50%;transform:translateY(-50%);border:0;color:var(--muted);background:transparent;cursor:pointer;font-size:11px}.access-picker{display:grid;gap:8px;margin:0;padding:12px;border:1px solid var(--border);border-radius:9px}.access-picker legend{padding:0 6px;color:var(--muted);font-size:12px}.access-picker label{display:grid;grid-template-columns:10px minmax(0,1fr) minmax(180px,220px);align-items:center;gap:10px;min-height:40px}.access-picker label i{width:9px;height:9px;border-radius:50%}.access-picker label span{min-width:0;overflow-wrap:anywhere;color:var(--text);font-size:14px;line-height:1.35}.access-picker label select{height:38px;padding:0 46px 0 12px;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8'%3E%3Cpath d='m1 1 6 6 6-6' fill='none' stroke='%238d9eb2' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center}.access-picker p{margin:3px 0;color:var(--muted);font-size:12px}.user-form footer{display:flex;align-items:center;justify-content:flex-end;gap:10px;padding-top:4px}.user-form footer button{height:38px;padding:0 13px;border:0;border-radius:8px;color:var(--muted);background:transparent;cursor:pointer;font-size:12px}.user-form footer .danger{margin-right:auto;color:#ff8f9b}.user-form footer .primary{color:#fff;background:var(--accent)}@media (max-width:600px){.admin-section{padding:13px}.admin-section>header{align-items:start;flex-direction:column}.section-actions{width:100%;justify-content:space-between}.admin-row{grid-template-columns:minmax(0,1fr) 74px}.access-picker label{grid-template-columns:10px minmax(0,1fr)}.access-picker label select{grid-column:2;width:100%}.user-form footer{flex-wrap:wrap}.user-form footer .danger{margin-right:0}.user-form footer .primary{margin-left:auto}}.admin-tabs{display:flex;gap:4px;margin:18px 0 14px;padding:4px;border:1px solid var(--border);border-radius:10px;background:#1a28366b}.admin-tabs a{padding:8px 12px;border-radius:7px;color:var(--muted);font-size:13px}.admin-tabs a:hover{color:var(--text)}.admin-tabs a.active{color:var(--text);background:var(--surface)}@media (max-width:600px){.admin-tabs{margin-top:14px}.admin-tabs a{flex:1;text-align:center}}.group-manager{width:100%;margin-top:14px;padding:18px;border:1px solid var(--border);border-radius:14px;background:#1a28366b}.group-manager>header{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:14px}.group-manager h2{margin:4px 0 0;font-size:19px}.group-manager>header .primary{height:36px;padding:0 13px;border-radius:8px;font-size:12px}.group-manager__list{display:grid;gap:7px}.group-manager article{display:grid;grid-template-columns:14px minmax(0,1fr) 80px;align-items:center;gap:14px;min-height:54px;padding:7px 13px;border:1px solid var(--border);border-radius:9px;background:var(--surface)}.group-manager article i{width:12px;height:12px;border-radius:50%}.group-manager article>div{display:grid;min-width:0;gap:3px}.group-manager article strong,.group-manager article small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.group-manager article strong{font-size:14px}.group-manager article small,.groups-empty{color:var(--muted);font-size:11px}.group-manager article button{padding:8px 0;border:0;color:#aaa7ff;background:transparent;cursor:pointer;font-size:12px;text-align:right}.groups-empty{margin:0;padding:16px 0;text-align:center}.group-form{display:grid;gap:14px}.group-form>label{display:grid;gap:7px;color:var(--muted);font-size:12px}.group-form input{width:100%;height:40px;padding:0 12px;border:1px solid var(--border);border-radius:8px;outline:0;color:var(--text);background:var(--surface);font-size:14px}.group-form input:focus{border-color:var(--accent)}.color-picker{display:flex;align-items:center;gap:10px}.group-form .color-picker input{width:42px;padding:5px;cursor:pointer}.color-picker code{color:var(--muted);font-size:12px}.group-form footer{display:flex;align-items:center;justify-content:flex-end;gap:10px;padding-top:4px}.group-form footer button{height:38px;padding:0 13px;border:0;border-radius:8px;color:var(--muted);background:transparent;cursor:pointer;font-size:12px}.group-form footer .danger{margin-right:auto;color:#ff8f9b}.group-form footer .primary{color:#fff;background:var(--accent)}@media (max-width:600px){.group-manager{padding:13px}.group-manager>header{align-items:start;flex-direction:column}.group-manager>header .primary{width:100%}.group-form footer{flex-wrap:wrap}.group-form footer .danger{margin-right:0}.group-form footer .primary{margin-left:auto}}.group-page{max-width:760px;padding:22px;border-left:4px solid var(--accent)}.group-page__heading{max-width:760px}.group-page__access{padding:6px 9px;border-radius:999px;color:#c5c4ff;background:#7273f426;font-size:11px;font-weight:800}.group-page>header{display:flex;align-items:center;margin-bottom:4px}.group-page__color{display:block;width:11px;height:11px;border-radius:50%;box-shadow:0 0 0 5px #ffffff12}.group-page>p{margin:19px 0 0;color:var(--muted);line-height:1.55}.group-page__empty{display:flex;align-items:flex-start;gap:13px;margin:25px 0;padding:18px;border:1px dashed var(--border);border-radius:12px;background:#121e2a47}.group-page__empty>i{display:grid;place-items:center;flex:none;width:32px;height:32px;border-radius:10px;color:#c5c4ff;background:#7273f424;font-style:normal}.group-page__empty h2{margin:1px 0 5px;font-size:15px}.group-page__empty p{margin:0;color:var(--muted);font-size:13px;line-height:1.5}.group-page--status{display:grid;gap:15px;place-items:start;margin-top:22px;border-left-color:#6d7f95}.group-page--status h1,.group-page--status p{margin:0}.group-page--status p{color:var(--muted);line-height:1.5}@media (max-width:680px){.group-page__heading{align-items:start}.group-page__access{margin-top:8px}}.groups-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:14px}.groups-grid__item{display:block}.groups-grid article{display:flex;flex-direction:column;height:100%;min-height:184px;padding:20px;border:1px solid var(--border);border-left:4px solid var(--accent);border-radius:14px;background:var(--surface)}.groups-grid__item:hover article{border-color:#445a70;border-left-color:var(--accent);background:var(--surface2)}.group-card__meta{display:flex;align-items:center;justify-content:space-between;gap:12px}.group-card__color{display:flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%;background:#ffffff0f}.group-card__color i{width:10px;height:10px;border-radius:50%;box-shadow:0 0 0 3px #ffffff14}.group-card__access{padding:5px 8px;border-radius:999px;color:#bcbaff;background:#7273f426;font-size:11px;font-weight:700}.groups-grid h2{margin:20px 0 8px}.groups-grid p{margin:0;color:var(--muted);line-height:1.5}.groups-grid footer{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:18px;color:#aaa7ff;font-size:12px;font-weight:700}.groups-grid footer b{display:grid;place-items:center;width:25px;height:25px;border:1px solid var(--border);border-radius:50%;font-size:16px;line-height:1;transition:transform .18s ease,border-color .18s ease,background .18s ease}.groups-grid__item:hover footer b{border-color:#7273f4;background:#7273f429;transform:translate(3px)}.groups-empty{color:var(--muted)}.home-welcome{position:relative;display:grid;place-items:center;min-height:calc(100vh - 82px);overflow:hidden;text-align:center}.home-welcome__content{position:relative;z-index:1;max-width:620px}.home-welcome__content p{margin:0 0 15px;color:#aaa7ff;font-size:12px;font-weight:800;letter-spacing:.18em}.home-welcome__content h1{margin:0;font-size:clamp(38px,6vw,72px);line-height:.98;letter-spacing:-.065em}.home-welcome__content>span{display:block;max-width:430px;margin:22px auto 0;color:var(--muted);font-size:16px;line-height:1.6}.home-welcome__actions{display:flex;justify-content:center;gap:9px;margin-top:26px}.home-welcome__last{display:grid;grid-template-columns:12px minmax(0,1fr) 24px;grid-template-rows:auto auto;align-items:center;gap:3px 9px;max-width:390px;margin:18px auto 0;padding:11px 13px;text-align:left}.home-welcome__last>i{grid-column:1;grid-row:1 / span 2;width:10px;height:10px;border-radius:50%;box-shadow:0 0 0 4px #ffffff0f}.home-welcome__last span{grid-column:2;grid-row:1;margin:0;color:var(--muted);font-size:10px}.home-welcome__last strong{grid-column:2;grid-row:2;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}.home-welcome__last>b{grid-column:3;grid-row:1 / span 2;color:#b7b5ff;font-size:22px;line-height:1}.home-welcome__orbits{position:absolute;width:min(70vw,620px);aspect-ratio:1}.home-welcome__orbits i{position:absolute;inset:0;border:1px solid rgba(114,115,244,.18);border-radius:50%;animation:home-orbit 10s linear infinite}.home-welcome__orbits i:nth-child(2){inset:12%;border-color:#71d4a32e;animation-duration:7s;animation-direction:reverse}.home-welcome__orbits i:nth-child(3){inset:27%;border-color:#a9a7ff52;animation-duration:5s}.home-welcome__orbits i:after{position:absolute;top:50%;left:-4px;width:8px;height:8px;border-radius:50%;background:#a3a1ff;box-shadow:0 0 18px #7273f4;content:""}.home-welcome__orbits i:nth-child(2):after{background:var(--ok);box-shadow:0 0 18px var(--ok)}@keyframes home-orbit{to{transform:rotate(360deg)}}@media (max-width:680px){.home-welcome{min-height:calc(100vh - 100px)}.home-welcome__content h1{font-size:44px}.home-welcome__content>span{padding:0 12px;font-size:14px}.home-welcome__actions{flex-direction:column;padding:0 22px}.home-welcome__actions .ui-button{width:100%}.home-welcome__orbits{width:110vw}}.notifications{position:fixed;z-index:100;top:16px;right:16px;display:grid;gap:8px;width:min(360px,calc(100vw - 32px));pointer-events:none}.notice{display:grid;grid-template-columns:22px 1fr 20px;align-items:center;gap:9px;padding:11px 12px;border:1px solid var(--border);border-radius:10px;background:#1d2b3a;box-shadow:0 14px 38px #0000004d;font-size:13px;pointer-events:auto}.notice i{display:grid;place-items:center;width:22px;height:22px;border-radius:50%;color:#102219;background:var(--ok);font-style:normal;font-weight:800}.notice--error i{color:#321116;background:#ff8f9b}.notice button{border:0;color:var(--muted);background:transparent;cursor:pointer;font-size:18px}.notice span{line-height:1.35}@media (max-width:680px){.notifications{top:10px;right:10px;width:calc(100vw - 20px)}}:root{--bg:#121e2a;--sidebar:#1d2b3a;--surface:#1a2836;--surface2:#233548;--border:#2e4053;--text:#f5f7fb;--muted:#8d9eb2;--accent:#7273f4;--ok:#71d4a3;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:28px;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--shadow-card:0 14px 34px rgba(0,0,0,.16);--transition-fast:.18s ease}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{min-width:320px;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}button,input{font:inherit}button{color:inherit}.brand{display:inline-flex;align-items:center;gap:10px;font-size:22px;font-weight:760;letter-spacing:-.04em}.brand b,.claude-placeholder>b{display:grid;place-items:center;width:29px;height:29px;border-radius:10px;color:#fff;background:linear-gradient(135deg,#9694ff,#574fe8);font-size:16px}.app-shell{display:flex;min-height:100vh}.sidebar{display:flex;flex:0 0 265px;flex-direction:column;gap:26px;padding:25px 17px 16px;background:var(--sidebar);border-right:1px solid var(--border)}.workspace-card{display:flex;gap:11px;align-items:center;padding:14px;border:1px solid #33485c;border-radius:14px;background:#253649}.workspace-card i{display:grid;place-items:center;width:30px;height:30px;border-radius:9px;color:#c5c3ff;background:#7273f42e;font-style:normal}.workspace-card strong,.workspace-card small{display:block}.workspace-card strong{font-size:14px}.workspace-card small{margin-top:3px;color:var(--muted);font-size:12px}.sidebar-nav{display:grid;gap:5px}.sidebar-nav p,.eyebrow{margin:0;color:#a2a1ff;font-size:11px;font-weight:760;letter-spacing:.1em}.sidebar-nav p{margin:0 10px 8px;color:#71839a}.sidebar-nav__item{display:flex;align-items:center;gap:12px;padding:11px 12px;border-radius:10px;color:var(--muted)}.sidebar-nav__item:hover{color:var(--text);background:var(--surface2)}.sidebar-nav__item.active{color:var(--text);background:#7273f429}.sidebar-nav__item span{width:16px;text-align:center}.sidebar-footer{display:grid;gap:14px;margin-top:auto}.mvp-note{display:flex;gap:9px;padding:12px;border-radius:12px;color:var(--muted);background:#192737;font-size:12px}.mvp-note span{color:#a3a1ff}.mvp-note p{margin:0;line-height:1.5}.mvp-note strong{display:block;color:var(--text);font-size:13px}.profile{display:flex;align-items:center;gap:9px;padding:10px;border:0;border-top:1px solid var(--border);background:transparent;cursor:pointer;text-align:left}.profile em,.topbar__right em{display:grid;place-items:center;width:29px;height:29px;border-radius:50%;color:#392710;background:#ffbe74;font-size:13px;font-style:normal;font-weight:800}.profile>span{margin-left:auto;color:var(--muted)}.workspace{flex:1;min-width:0}.topbar{display:flex;align-items:center;justify-content:space-between;gap:18px;height:82px;padding:0 34px;border-bottom:1px solid var(--border)}.search-field{display:flex;align-items:center;gap:10px;width:min(440px,50vw);padding:9px 11px;border:1px solid #2b3e50;border-radius:10px;color:var(--muted);background:#1a2938}.search-field span{font-size:22px}.search-field input{flex:1;min-width:0;border:0;outline:0;color:var(--text);background:transparent}.search-field kbd{padding:3px 7px;border-radius:5px;background:#2b3c4e;font-size:11px}.topbar__right{display:flex;align-items:center;gap:15px}.topbar__right button{border:0;color:var(--text);background:transparent;cursor:pointer;font-weight:650}.topbar__right>i{width:1px;height:25px;background:var(--border)}.topbar__right>span{display:inline-flex;align-items:center;gap:8px;font-weight:650}.content{max-width:1420px;margin:0 auto;padding:34px 48px 55px}.breadcrumbs{color:var(--muted);font-size:14px}.breadcrumbs span{margin:0 8px;color:#5d7083}.heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin:26px 0 29px}.heading h1{margin:7px 0 0;font-size:clamp(30px,3.5vw,40px);letter-spacing:-.045em}.heading p:not(.eyebrow){margin:8px 0 0;color:var(--muted)}.primary{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:13px 17px;border:0;border-radius:10px;color:#fff;background:var(--accent);cursor:pointer;font-weight:750}.primary:hover{background:#88f}.metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.metrics article,.todo-card,.claude-placeholder{padding:20px;border:1px solid var(--border);border-radius:16px;background:var(--surface)}.metrics span{color:var(--muted);font-size:14px}.metrics strong{display:block;margin:12px 0 5px;font-size:30px;letter-spacing:-.04em}.metrics p{margin:0;color:#6f8298;font-size:12px}.metrics .ok{color:var(--ok);font-size:24px}.todo{margin-top:39px}.todo>header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:16px}.todo h2{margin:7px 0 0;font-size:21px}.todo>header button{border:0;color:#aaa7ff;background:transparent;cursor:pointer}.todo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.todo-card>div{display:flex;justify-content:space-between}.todo-card button{border:0;color:var(--muted);background:transparent;cursor:pointer}.status{padding:5px 8px;border-radius:999px;color:#a9b8c9;background:#2a3949;font-size:11px;font-weight:700}.status--\432-\440\430\431\43e\442\435 {color:#cac8ff;background:#7273f433}.status--\433\43e\442\43e\432\43e {color:#8be0b2;background:#71d4a321}.todo-card h3{margin:25px 0 8px;font-size:17px}.todo-card p{min-height:48px;margin:0;color:var(--muted);font-size:14px;line-height:1.5}.badge{padding:7px 10px;border-radius:999px;color:#b4b2ff;background:#7273f42e;font-size:13px;font-weight:700}.claude-placeholder{display:flex;align-items:flex-start;gap:18px;max-width:760px;padding:30px}.claude-placeholder>b{flex:none;width:45px;height:45px;background:#7273f433;color:#bcbbff;font-size:22px}.claude-placeholder h2{margin:2px 0 8px}.claude-placeholder p{margin:0;color:var(--muted);line-height:1.6}.landing{min-height:100vh;padding:26px clamp(20px,6vw,96px) 60px;background:radial-gradient(circle at 80% 15%,rgba(113,115,244,.13),transparent 25%),var(--bg)}.landing>header{display:flex;align-items:center;justify-content:space-between}.landing>header>a:last-child,.actions>a:last-child,.auth-page form>a{color:#b1afff;font-weight:650}.landing main{max-width:920px;padding-top:clamp(95px,16vh,180px)}.landing h1{margin:12px 0 18px;font-size:clamp(43px,6.8vw,82px);line-height:.98;letter-spacing:-.07em}.lead{max-width:580px;color:var(--muted);font-size:19px;line-height:1.55}.actions{display:flex;align-items:center;gap:24px;margin-top:32px}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:clamp(70px,12vh,130px)}.feature-grid article{padding:18px;border:1px solid var(--border);border-radius:14px;background:#1d2b3a8c}.feature-grid span{color:#9694ff;font-size:12px;font-weight:700}.feature-grid h2{margin:25px 0 8px;font-size:16px}.feature-grid p{margin:0;color:var(--muted);font-size:13px;line-height:1.5}.auth-page{display:grid;place-items:center;min-height:100vh;padding:24px;background:radial-gradient(circle at 70% 15%,rgba(113,115,244,.15),transparent 25%),var(--bg)}.auth-page>.brand{position:fixed;top:28px;left:34px}.auth-page form{width:min(100%,430px);padding:33px;border:1px solid var(--border);border-radius:18px;background:var(--surface);box-shadow:0 24px 70px #00000040}.auth-page h1{margin:10px 0;font-size:29px;line-height:1.12;letter-spacing:-.04em}.auth-page form>p:not(.eyebrow){margin:0 0 27px;color:var(--muted);line-height:1.5}.auth-page label{display:grid;gap:7px;margin:15px 0;color:#c5d0dc;font-size:13px;font-weight:650}.auth-page input{width:100%;padding:12px;outline:0;border:1px solid #33465a;border-radius:9px;color:var(--text);background:#14212e}.auth-page input:focus{border-color:var(--accent);box-shadow:0 0 0 3px #7173f424}.auth-page .primary{width:100%;margin:10px 0 18px}.auth-page form>a{display:block;text-align:center;font-size:13px}@media (max-width:960px){.sidebar{flex-basis:215px}.content{padding:29px}.todo-grid{grid-template-columns:1fr}.metrics{grid-template-columns:1fr 1fr}.todo-card p{min-height:auto}}@media (max-width:680px){.sidebar{display:none}.topbar{height:70px;padding:0 16px}.search-field{width:100%}.topbar__right{display:none}.content{padding:24px 16px 38px}.heading{flex-direction:column;align-items:stretch;margin:21px 0}.metrics{grid-template-columns:1fr}.landing{padding:22px 20px 42px}.landing main{padding-top:110px}.landing h1{font-size:48px}.lead{font-size:17px}.actions{align-items:flex-start;flex-direction:column;gap:17px}.feature-grid{grid-template-columns:1fr;margin-top:72px}.auth-page>.brand{position:static;align-self:start}.auth-page{align-content:center;gap:45px}.auth-page form{padding:26px 22px}}.auth-error{margin:-4px 0 14px;color:#ff8f9b;font-size:13px}.admin-row select{appearance:none;padding-right:42px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8'%3E%3Cpath d='m1 1 6 6 6-6' fill='none' stroke='%238d9eb2' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center}.admin-protected{color:var(--muted);font-size:13px}#root .sidebar{flex-basis:228px;gap:18px;padding:19px 13px 13px}#root .brand{font-size:19px}#root .brand b{width:26px;height:26px;border-radius:8px;font-size:14px}#root .sidebar-nav a{padding:9px 10px;font-size:14px}#root .sidebar-nav p{margin-bottom:5px}#root .content{padding:25px 32px 38px}#root .heading{margin:20px 0 22px}#root .heading h1{font-size:clamp(27px,3vw,35px)}#root .heading p:not(.eyebrow){margin-top:6px;font-size:14px}#root .eyebrow{font-size:10px}#root .breadcrumbs{font-size:13px}#root .metrics{gap:12px}#root .metrics article{padding:15px;border-radius:13px}#root .metrics strong{margin:8px 0 3px;font-size:26px}#root .metrics span,#root .metrics p{font-size:12px}#root .admin-create{gap:8px;margin-bottom:12px}#root .admin-create input,#root .admin-row select{padding:10px 11px;font-size:13px}#root .admin-row{gap:12px;padding:12px 14px;border-radius:10px}#root .group-manager{margin-top:30px}#root .group-manager h2{margin:5px 0 11px;font-size:19px}#root .group-manager form{gap:8px;margin-bottom:10px}#root .group-manager input{padding:10px;font-size:13px}#root .group-manager article{gap:8px;padding:9px 11px;border-radius:10px}#root .groups-grid{gap:11px}#root .groups-grid article{padding:16px;border-radius:12px}#root .groups-grid h2{margin:14px 0 6px;font-size:17px}#root .claude-placeholder{padding:22px;border-radius:13px}#root .current-user{padding:9px 3px}@media (max-width:680px){#root .content{padding:18px 14px 28px}#root .heading{margin:16px 0 18px}#root .heading h1{font-size:28px}#root .metrics{gap:9px}#root .sidebar{display:none}}.password-field>div{position:relative;display:flex;align-items:center}.password-field>div input{padding-right:82px}.password-field>div button{position:absolute;right:10px;border:0;color:var(--muted);background:transparent;cursor:pointer;font-size:12px}button,a,input,select{transition:color .18s ease,background-color .18s ease,border-color .18s ease,box-shadow .18s ease,transform .18s ease}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid rgba(114,115,244,.28);outline-offset:2px}.ui-card{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);box-shadow:var(--shadow-card)}.ui-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 13px;border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text);background:transparent;font-size:12px;font-weight:750}.ui-button:hover{border-color:#52667c;background:var(--surface2);transform:translateY(-1px)}.ui-button--primary{border-color:transparent;color:#fff;background:var(--accent);box-shadow:0 8px 18px #7273f43d}.ui-button--primary:hover{border-color:transparent;background:#8586ff}#root .sidebar-nav a span{display:grid;place-items:center;color:currentColor}#root .sidebar-nav a svg,.admin-settings svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.mobile-menu-toggle,.mobile-menu-backdrop{display:none}@media (prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;transition-duration:.01ms!important}}@media (max-width:680px){#root .content{padding:72px 14px 28px}#root .breadcrumbs{flex-wrap:wrap;gap:4px 7px}#root .breadcrumbs span{margin:0}#root .groups-grid{grid-template-columns:1fr}.group-card__meta{flex-wrap:wrap}.admin-tabs{overflow-x:auto}.mobile-menu-toggle{position:fixed;z-index:61;top:14px;left:14px;display:grid;gap:4px;width:38px;height:38px;padding:10px;border:1px solid var(--border);border-radius:10px;background:var(--sidebar);box-shadow:0 8px 22px #00000038;cursor:pointer}.mobile-menu-toggle i{display:block;width:16px;height:2px;border-radius:2px;background:var(--text)}.mobile-menu-toggle:hover{border-color:#52667c;background:var(--surface2)}.mobile-menu-toggle[aria-expanded=true]{visibility:hidden;pointer-events:none}.mobile-menu-backdrop{position:fixed;z-index:59;inset:0;display:block;border:0;background:#050c139e;backdrop-filter:blur(2px);cursor:pointer}#root .sidebar{position:fixed;z-index:60;top:0;bottom:0;left:0;display:flex;width:min(282px,calc(100vw - 36px));min-height:100dvh;overflow-y:auto;transform:translate(-105%);transition:transform .24s ease;visibility:hidden;pointer-events:none;box-shadow:14px 0 34px #0000004d}#root .sidebar.sidebar--open{transform:translate(0);visibility:visible;pointer-events:auto}}
