:root{font-family:Inter,Segoe UI,Arial,sans-serif;color:#eff1ec;background:#101212;font-synthesis:none;font-weight:400;--muted:#858b88;--line:#292e2b;--lime:#c5f16c;--panel:#171a18}*{box-sizing:border-box}body{margin:0}button,input,textarea{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.65}button,a,input,textarea{-webkit-tap-highlight-color:transparent}button{transition:background .18s,transform .18s,color .18s}button:focus-visible,input:focus-visible,textarea:focus-visible{outline:2px solid var(--lime);outline-offset:4px}button:active:not(:disabled){transform:translateY(1px)}button svg{flex-shrink:0}button{color:inherit}h1,h2,h3,p{margin:0}svg{vertical-align:middle;flex-shrink:0}h1{letter-spacing:-1.6px;font-weight:550}h2,h3{font-weight:550}p{color:var(--muted);line-height:1.7}input,textarea{width:100%;background:#111411;border:1px solid #353a34;color:#f1f3ee;border-radius:9px;padding:14px 15px;transition:border .2s}input::placeholder,textarea::placeholder{color:#636a64}input:focus,textarea:focus{border-color:var(--lime)}label{display:block;font-size:13px;font-weight:500;margin:22px 0 9px}textarea{min-height:110px;resize:vertical;line-height:1.6}.brand{display:flex;align-items:center;gap:10px;font-size:19px;letter-spacing:-.5px;font-weight:650;white-space:nowrap}.brand-icon{width:35px;height:35px;border-radius:10px;background:var(--lime);color:#1a2913;display:grid;place-items:center}.brand .muted{color:#b4bbb3;font-weight:400}.muted{color:var(--muted)}.eyebrow{font-size:10px;letter-spacing:2px;font-weight:600;color:#929b90}.primary-button,.wake-button{border:0;background:var(--lime);color:#1f3015;border-radius:9px;font-weight:650;display:flex;align-items:center;justify-content:center;gap:10px;min-height:49px;padding:13px 20px}.primary-button{width:100%;margin-top:26px;font-size:14px}.primary-button:hover:not(:disabled),.wake-button:hover:not(:disabled){background:#d2fc84;box-shadow:0 0 26px #bff46115}.primary-button svg:last-child{margin-left:auto}.primary-button svg:first-child{margin-left:0}.primary-button.compact{margin:0;width:auto;min-height:40px;font-size:12px}.secondary-button{border:1px solid var(--line);background:transparent;width:100%;padding:13px;margin-top:10px;border-radius:9px}.private-badge{border:1px solid #30372e;border-radius:7px;display:inline-flex;align-items:center;gap:8px;padding:8px 11px;font-size:11px;color:#b0b7ab;white-space:nowrap}.auth-page{min-height:100svh;display:flex;flex-direction:column;max-width:1600px;margin:auto}.auth-page>header{display:flex;justify-content:space-between;align-items:center;padding:34px 5.5%}.auth-main{flex:1;display:grid;grid-template-columns:1fr 440px;align-items:center;gap:90px;padding:60px 11% 90px;position:relative}.auth-story{position:relative;isolation:isolate}.auth-story h1{font-size:clamp(50px,5.2vw,78px);line-height:1.06;letter-spacing:-4px;margin:26px 0}.auth-story h1 span{color:var(--lime)}.auth-story>p{font-size:14px;line-height:1.85}.tiny-line{display:inline-block;width:22px;height:1px;vertical-align:middle;background:var(--lime);margin-right:7px}.story-bottom{display:flex;gap:13px;margin-top:65px;align-items:center;color:#a5ad9f;font-size:12px;line-height:1.7}.story-bottom svg{color:var(--lime)}.story-bottom strong{font-weight:400;color:#6f786e}.auth-orbit{position:absolute;z-index:-1;left:-150px;top:-120px;width:650px;height:650px;border:1px solid #c5f16c06;border-radius:50%;background:radial-gradient(ellipse,#86af5210,transparent 68%);pointer-events:none}.auth-card{background:linear-gradient(140deg,#1c201b,#171a17 70%);border:1px solid #30362c;border-radius:19px;padding:38px 35px;box-shadow:0 24px 100px #0002;z-index:1}.auth-icon{display:grid;place-items:center;width:53px;height:53px;border:1px solid #45503c;border-radius:14px;background:#293321;color:var(--lime);margin-bottom:29px}.auth-card .eyebrow{font-size:9px;letter-spacing:1.5px;color:#909a88}.auth-card h2{font-size:25px;letter-spacing:-.8px;margin:10px 0}.auth-card>p{font-size:12px}.password-field{position:relative}.password-field input{padding-right:47px}.password-field button{border:0;background:transparent;position:absolute;right:10px;top:12px;color:#92998e;padding:3px}.auth-card-footer{display:flex;gap:8px;align-items:center;justify-content:center;padding-top:26px;margin-top:28px;border-top:1px solid var(--line);font-size:10px;color:#838d7c}.auth-card-footer svg{color:#9bad8b}.auth-logout{margin:20px auto 0}.binding-help{display:flex;align-items:flex-start;gap:9px;margin-top:16px;color:var(--muted)}.binding-help p{font-size:11px}.auth-page>footer{margin:0 5.5%;padding:24px 0;border-top:1px solid #222821;font-size:10px}.auth-page>footer>span:last-child{font-size:9px;letter-spacing:1.4px}.error{background:#a0383818;border:1px solid #a749494f;color:#ffb4aa;border-radius:8px;padding:12px 15px;margin:16px 0;font-size:12px;line-height:1.6}.notice{padding:12px;border:1px solid var(--line);border-radius:8px}.loading-screen{min-height:100svh;display:flex;gap:24px;align-items:center;justify-content:center;flex-direction:column}.spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.app-shell{display:flex;min-height:100svh}.sidebar{width:234px;flex-shrink:0;background:#131613;border-right:1px solid var(--line);padding:30px 20px 20px;position:fixed;inset:0 auto 0 0;display:flex;flex-direction:column}.sidebar .brand{margin:0 10px 55px;font-size:18px}.workspace-label{font-size:9px;letter-spacing:1.5px;color:#6f796a;padding:0 13px;margin-bottom:16px}.sidebar nav{display:flex;flex-direction:column;gap:7px}.nav-item{padding:13px;display:flex;gap:12px;align-items:center;background:transparent;border:1px solid transparent;border-radius:8px;font-size:12px;color:#959e8f;text-align:left}.nav-item:hover{background:#222820}.nav-item.active{background:#27331e;border-color:#37452a;color:#c5f16c}.nav-dot{display:none;width:5px;height:5px;background:var(--lime);border-radius:50%;margin-left:auto}.active .nav-dot{display:block}.nav-count{margin-left:auto;background:#2c3329;color:#a8b29f;font-size:10px;border-radius:4px;padding:2px 5px}.sidebar-bottom{margin-top:auto}.security-note{display:flex;align-items:center;gap:10px;border:1px solid #2c3527;border-radius:9px;padding:14px 12px;font-size:11px;margin-bottom:22px;color:#c0cbb6}.security-note>svg{color:#a7c784}.security-note span{display:block;font-size:9px;color:#78856e;margin-top:4px}.profile{display:flex;align-items:center;gap:10px;padding-top:20px;border-top:1px solid var(--line);font-size:12px}.avatar{height:33px;width:33px;display:grid;place-items:center;background:#30392a;color:#cbd8bf;border:1px solid #49553d;border-radius:50%;font-size:11px}.profile>div:nth-child(2){min-width:0;overflow-wrap:anywhere}.profile span{display:block;font-size:10px;color:#78826f;margin-top:4px}.profile button{margin-left:auto}.icon-button{padding:8px;border:1px solid transparent;background:transparent;border-radius:7px;color:#909b86;display:inline-grid;place-items:center}.icon-button:hover{border-color:#404b38;background:#283021;color:#d9e2d2}.main-shell{margin-left:234px;flex:1;min-width:0}.topbar{height:75px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 42px;gap:15px}.breadcrumb{display:flex;align-items:center;gap:12px;color:#67705f;font-size:11px}.breadcrumb span{color:#b0b9a6}.secure-tag{display:flex;align-items:center;gap:7px;font-size:10px;color:#a6b19a}.dot{width:6px;height:6px;border-radius:50%;background:#858f7e;display:inline-block;flex-shrink:0}.secure-tag .dot{background:#b7e871;box-shadow:0 0 8px #b7e833}.main-content{max-width:1210px;padding:43px 42px 0;margin:auto}.page-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:31px;gap:20px}.page-heading h1{font-size:34px;margin:10px 0 8px}.page-heading p{font-size:12px}.page-heading .eyebrow{font-size:9px}.dashboard-grid{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(250px,1fr);gap:22px}.wake-card{border:1px solid #343d2d;background:radial-gradient(ellipse at 50% 37%,#29352177,transparent 61%),#171b16;border-radius:14px;padding:22px 25px 0;overflow:hidden}.card-top{display:flex;justify-content:space-between;align-items:center;gap:12px}.small-label{font-size:9px;font-weight:500;letter-spacing:1.3px;color:#9ba78f}.status-pill{display:flex;gap:6px;align-items:center;white-space:nowrap;border:1px solid #384032;border-radius:20px;padding:6px 9px;font-size:9px;color:#a9b09f;background:#22281e}.status-pill.online{color:var(--lime)}.status-pill.online .dot{background:var(--lime)}.computer-scene{height:214px;position:relative;display:grid;place-items:center;margin-top:5px}.orbit{position:absolute;border:1px solid #a8cf6010;border-radius:50%;width:204px;height:204px}.orbit-two{width:286px;height:286px;border-color:#a8cf6009}.monitor-illustration{position:relative;margin-top:15px;filter:drop-shadow(0 10px 16px #0003)}.monitor-screen{position:relative;overflow:hidden;height:110px;width:174px;background:linear-gradient(140deg,#293421,#10150f);border:5px solid #45503c;border-bottom:9px solid #45503c;border-radius:9px;display:flex;align-items:center;justify-content:center;flex-direction:column;color:var(--lime);box-shadow:inset 0 0 25px #0004,0 0 30px #baf06a06}.screen-lines{position:absolute;inset:0;background:linear-gradient(90deg,transparent 49%,#baf06a06 50%,transparent 51%),linear-gradient(transparent 49%,#baf06a06 50%,transparent 51%);background-size:22px 22px}.monitor-screen>span{font-size:5px;letter-spacing:2px;margin-top:6px;color:#8da673}.monitor-neck{width:16px;height:23px;background:linear-gradient(#2e3827,#454f3d);margin:auto}.monitor-foot{width:70px;height:5px;border-radius:5px 5px 2px 2px;background:#505b45;margin:auto}.scene-spark{position:absolute;left:calc(50% + 61px);top:150px;width:31px;height:31px;border-radius:9px;border:3px solid #1c2418;background:var(--lime);color:#2d411c;display:grid;place-items:center;transform:rotate(-8deg)}.computer-title{text-align:center;margin:0 0 23px}.computer-title h2{font-size:26px;letter-spacing:-.8px}.computer-title p{font-size:11px;margin-top:5px}.wake-button{width:min(100%,304px);margin:auto;height:49px;font-size:14px;box-shadow:0 4px 18px #c5f16c0d}.wake-button svg:last-child:not(:first-child){margin-left:auto}.wake-button svg:first-child{margin-right:auto}.wake-button.sent{background:#293b1f;color:#c6ef99;border:1px solid #58743d}.wake-caption{font-size:10px;text-align:center;min-height:20px;margin:12px 0 27px}.last-wake{border-top:1px solid #303929;display:flex;align-items:center;gap:7px;color:#7e8a73;font-size:9px;padding:17px 0}.last-wake strong{margin-left:auto;color:#b5bfac;font-weight:400;text-align:right;font-size:9px}.side-cards{display:flex;flex-direction:column;gap:18px}.info-card{border:1px solid var(--line);border-radius:13px;padding:23px;background:#171a17}.card-icon{display:grid;place-items:center;background:#27351d;border:1px solid #3c4b30;color:#bfe48c;border-radius:10px;width:39px;height:39px;margin-bottom:20px}.card-icon.neutral{color:#aab698;background:#242c1f;border-color:#343e2d}.device-card>.small-label{font-size:8px}.info-card h3{font-size:18px;letter-spacing:-.4px;margin:9px 0}.info-card p{font-size:11px}.device-current{display:flex;align-items:center;gap:10px;font-size:11px;margin:20px 0;padding:13px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);color:#bdc6b2}.device-current div{min-width:0;overflow-wrap:anywhere}.device-current span{display:block;color:#758168;font-size:9px;margin-top:4px}.device-current>svg:last-child{margin-left:auto;color:var(--lime)}.text-link{background:transparent;border:0;padding:0;color:#bfdb9f;display:flex;align-items:center;gap:7px;font-size:10px}.text-link:hover{color:var(--lime)}.how-card{flex:1}.how-card .card-icon{float:left;margin:0 11px 10px 0;width:32px;height:32px;border-radius:8px}.how-card h3{font-size:14px;margin:7px 0 16px}.how-card p{clear:both}.connection-path{display:flex;align-items:center;gap:8px;margin:19px 0 12px;color:#a7bd8d}.connection-path>span:first-child{font-size:9px;border:1px solid #3b4830;border-radius:4px;padding:4px 7px}.path-line{flex:1;border-top:1px dashed #424d37}.how-card small{font-size:9px;color:#7f8b70}.activity-panel{border:1px solid var(--line);border-radius:13px;background:#151915;padding:21px 24px;margin-top:23px}.section-title{display:flex;justify-content:space-between;align-items:center;gap:15px;margin-bottom:13px}.section-title h2{font-size:15px;letter-spacing:-.2px}.section-title p{font-size:11px;margin-top:8px}.event-row{display:flex;align-items:center;gap:12px;padding:14px 0;border-bottom:1px solid #262e22}.event-row:last-child{border:0;padding-bottom:3px}.event-icon{display:grid;place-items:center;width:31px;height:31px;border-radius:8px;border:1px solid #354329;background:#25321c;color:#b4cf96}.event-icon.failed{color:#ddb396;background:#352b20;border-color:#56412a}.event-row>div{flex:1}.event-row strong{font-weight:400;font-size:11px;display:block;color:#c9d0c1}.event-row div>span{font-size:9px;color:#78876b;display:block;margin-top:4px}.event-row time{font-size:9px;color:#869279;text-align:right}.inline-badge{display:inline-block;border:1px solid #3a4a2d;background:#28381d;color:#bad59c;font-size:9px;padding:3px 7px;border-radius:5px;font-weight:400;margin-left:8px}.event-badge{min-width:53px;text-align:center}.inline-badge.revoked{color:#cfab9a;background:#392b23;border-color:#584134}.empty-state{padding:30px;text-align:center;color:#69795b;font-size:12px}.empty-state p{margin-top:12px}footer{display:flex;justify-content:space-between;gap:18px;color:#68765c;font-size:9px;padding:26px 0;margin-top:8px}footer>span:first-child{display:flex;gap:7px;align-items:center}.footer-dot{padding:0 9px;color:#45543b}.management-panel{background:#171b16;border:1px solid var(--line);border-radius:13px;padding:25px}.count-badge{font-size:10px;padding:3px 7px;background:#2b3822;color:#bad59d;border-radius:5px;margin-left:6px}.device-row{display:flex;align-items:center;gap:15px;padding:23px 0;border-bottom:1px solid var(--line)}.device-row-icon{width:46px;height:46px;background:#252f1e;border:1px solid #35432b;border-radius:10px;display:grid;place-items:center;color:#b8c8a9}.device-details{flex:1;min-width:0;overflow-wrap:anywhere}.device-details h3{font-size:14px;margin-bottom:7px}.device-details p{font-size:10px;line-height:1.8}.device-actions{display:flex;gap:4px}.danger-icon:hover{color:#f6b49e;background:#432e22;border-color:#724d39}.subtle-note{display:flex;align-items:center;gap:10px;color:#97a985;padding:21px 0}.subtle-note p{font-size:11px}.forget-link{margin-top:8px}.activity-panel.full{margin-top:0}.full .section-title>.muted{font-size:10px}dialog{position:fixed;border:1px solid #46523b;border-radius:17px;background:#1b2118;color:#e8edde;max-width:440px;width:calc(100% - 32px);padding:32px;box-shadow:0 30px 100px #0008}dialog::backdrop{background:#080b08bb;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.modal-close{position:absolute;right:12px;top:12px}.modal-icon{width:46px;height:46px;background:#2d3f20;border:1px solid #465e31;color:var(--lime);border-radius:11px;display:grid;place-items:center;margin-bottom:22px}dialog h2{font-size:23px;letter-spacing:-.6px;margin-bottom:12px}dialog>p{font-size:12px}.key-output{display:block;overflow-wrap:anywhere;white-space:pre-wrap;-webkit-user-select:all;user-select:all;background:#10170b;color:#d0efae;border:1px dashed #50683b;border-radius:8px;padding:17px;margin-top:22px;font-size:14px;line-height:1.8}.modal-hint{font-size:11px;margin-top:18px;margin-bottom:15px}.warning{color:#eac490!important;margin-top:12px}@media(min-width:1500px){.main-content{padding-top:55px}.computer-scene{height:238px}.scene-spark{top:165px}.wake-caption{margin-bottom:33px}}@media(max-width:1150px){.auth-main{padding:50px 7%;gap:45px;grid-template-columns:1fr 410px}.sidebar{width:210px;padding-left:13px;padding-right:13px}.main-shell{margin-left:210px}.main-content{padding:32px 25px 0}.topbar{padding:0 25px}.dashboard-grid{gap:16px;grid-template-columns:minmax(0,1.45fr) minmax(230px,1fr)}.wake-card{padding:20px 18px 0}.info-card{padding:19px}.last-wake{flex-wrap:wrap}.last-wake strong{width:100%;margin-left:22px;text-align:left}.card-top{align-items:flex-start;flex-direction:column;gap:9px}.computer-scene{height:205px}}@media(max-width:850px){.sidebar{width:185px}.sidebar .brand{font-size:16px;margin-left:4px;gap:7px}.sidebar .brand-icon{width:29px;height:29px}.main-shell{margin-left:185px}.main-content{padding:28px 20px 0}.topbar{padding:0 20px}.page-heading .private-badge{display:none}.dashboard-grid{grid-template-columns:1fr}.side-cards{display:grid;grid-template-columns:1fr 1fr;gap:16px}.card-top{flex-direction:row}.computer-scene{height:200px}.last-wake{flex-wrap:nowrap}.last-wake strong{width:auto;margin-left:auto;text-align:right}.auth-main{gap:30px;padding:40px 5%;grid-template-columns:1fr 370px}.auth-story h1{font-size:55px}.auth-card{padding:30px 25px}.auth-story>p{font-size:12px}.management-panel .section-title{align-items:flex-start;flex-direction:column}.device-row{gap:10px;flex-wrap:wrap}.device-actions{margin-left:auto}.event-badge{display:none}}@media(max-width:640px){.auth-page>header{padding:23px 22px}.auth-page>header .private-badge{font-size:9px;padding:7px}.auth-page>header .brand{font-size:16px;gap:7px}.auth-main{display:block;padding:20px 22px 35px}.auth-story{display:none}.auth-card{max-width:430px;margin:auto;padding:31px 26px}.auth-card h2{font-size:24px}.auth-page>footer{margin:0 22px;display:block;line-height:2}.auth-page>footer>span:last-child{display:none}.sidebar{position:static;width:100%;padding:19px 18px 0;border-right:0;border-bottom:1px solid var(--line);display:block}.app-shell{display:block}.sidebar .brand{font-size:18px;margin:0 0 22px}.sidebar .brand-icon{width:32px;height:32px}.workspace-label,.sidebar-bottom .security-note{display:none}.sidebar nav{flex-direction:row;gap:7px}.nav-item{font-size:11px;gap:7px;justify-content:center;flex:1;border-radius:8px 8px 0 0;padding:13px 8px}.nav-item svg{width:16px}.nav-count{font-size:8px;padding:1px 4px;margin-left:0}.nav-dot{display:none!important}.sidebar-bottom{position:absolute;right:17px;top:19px}.profile{border:0;padding:0;gap:9px}.profile>div:nth-child(2){display:none}.profile .avatar{height:30px;width:30px;font-size:10px}.main-shell{margin:0}.topbar{height:49px;padding:0 20px}.breadcrumb{font-size:9px;gap:6px}.secure-tag{font-size:9px}.main-content{padding:27px 18px 0}.page-heading{margin-bottom:24px}.page-heading h1{font-size:29px;letter-spacing:-1px}.page-heading p{font-size:11px;max-width:300px}.page-heading .eyebrow{font-size:8px;letter-spacing:1.5px}.wake-card{padding:20px 18px 0}.computer-scene{height:200px}.computer-title h2{font-size:25px}.wake-button{height:51px;max-width:100%;width:100%}.wake-caption{font-size:9px;margin-bottom:24px}.side-cards{gap:12px}.info-card{padding:17px 14px}.info-card h3{font-size:15px}.info-card p{font-size:10px}.device-current{font-size:10px;margin:14px 0}.device-current>svg{width:16px}.device-current span{font-size:8px}.how-card h3{font-size:13px;margin-top:0}.how-card .card-icon{float:none;margin-bottom:16px;width:34px;height:34px}.card-icon{width:34px;height:34px;margin-bottom:17px}.how-card small{font-size:8px}.text-link{font-size:9px}.activity-panel{padding:19px 16px}.section-title h2{font-size:14px}.event-row{gap:9px}.event-row strong{font-size:10px}.event-row time{font-size:8px;max-width:85px;line-height:1.6}.event-icon{width:28px;height:28px}.event-row div>span{font-size:8px}footer{font-size:8px;padding:22px 0}.management-panel{padding:20px 16px}.device-details h3{font-size:13px}.inline-badge{font-size:8px;margin-left:5px}.device-row-icon{width:38px;height:38px}.device-details p{font-size:9px}.device-actions{padding-left:45px;width:100%;justify-content:flex-end}.device-actions .icon-button{border-color:var(--line);padding:10px}.subtle-note{align-items:flex-start}.subtle-note p{font-size:10px}.full .section-title{align-items:flex-start;flex-direction:column;gap:8px}dialog{padding:28px 24px}}@media(max-width:480px){.side-cards{grid-template-columns:1fr}.info-card{padding:22px}.info-card h3{font-size:18px}.info-card p{font-size:12px}.info-card .small-label{font-size:9px}.device-current{font-size:12px}.device-current span{font-size:10px}.how-card .card-icon{float:left;margin:0 12px 16px 0}.how-card h3{margin-top:7px}.how-card small{font-size:10px}.side-cards .text-link{font-size:11px}.connection-path{max-width:250px}.auth-card-footer{font-size:10px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}
