:root{font-family:Inter,Segoe UI,system-ui,sans-serif;color:#0b1b33;background:#f8fafc;font-synthesis:none;--navy: #06172d;--navy-2: #0a2742;--emerald: #00a889;--emerald-dark: #07836f;--muted: #68768a;--border: #dbe3eb;--surface: #fff;--danger: #d84a52;--warning: #e87917;--blue: #2879db}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh}button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button:focus-visible,a:focus-visible,input:focus-visible{outline:3px solid rgba(0,168,137,.3);outline-offset:2px}.brand{display:flex;align-items:center;gap:18px;color:#fff;font-size:38px;font-weight:700;letter-spacing:-.03em;z-index:1}.brand__mark{width:72px;height:72px;position:relative;display:grid;place-items:center;color:#45dac1}.brand__mark>svg:first-child{width:62px;height:62px;stroke-width:1.8}.brand__spark{position:absolute;width:23px;height:23px;right:-2px;top:0;fill:currentColor}.brand--compact{font-size:24px;gap:10px;white-space:nowrap}.brand--compact .brand__mark{width:40px;height:40px}.brand--compact .brand__mark>svg:first-child{width:35px;height:35px}.brand--compact .brand__spark{width:14px;height:14px}.login-shell{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:54px;padding:48px 24px;overflow:hidden;position:relative;background:radial-gradient(circle at 50% 45%,#0a2742 0,var(--navy) 48%,#031021 100%)}.login-shell__lines{position:absolute;width:650px;height:650px;border:1px solid rgba(0,196,165,.25);border-radius:50%;opacity:.8}.login-shell__lines:before,.login-shell__lines:after{content:"";position:absolute;inset:80px;border:1px solid rgba(0,196,165,.22);border-radius:50%}.login-shell__lines:after{inset:180px}.login-shell__lines--left{left:-430px;top:170px}.login-shell__lines--right{right:-460px;top:250px;border-radius:0;transform:rotate(45deg)}.login-card{width:min(100%,560px);padding:48px 52px 52px;background:var(--surface);border-radius:15px;box-shadow:0 28px 85px #00000057;position:relative;z-index:1}.login-card__icon{display:none}.login-card h1{margin:0;text-align:center;font-size:40px;letter-spacing:-.04em;line-height:1.1}.login-card>p{margin:16px 0 38px;text-align:center;color:var(--muted);font-size:17px}.login-card label{display:block;margin:0 0 10px;font-weight:600;font-size:15px}.password-field{height:64px;display:flex;border:2px solid #aebbc9;border-radius:9px;transition:border-color .2s,box-shadow .2s}.password-field:focus-within{border-color:var(--emerald);box-shadow:0 0 0 4px #00a8891c}.password-field--error{border-color:var(--danger)}.password-field input{min-width:0;flex:1;border:0;outline:0;padding:0 18px;font-size:22px;background:transparent}.password-field button,.icon-button{border:0;background:none;color:#69778b;cursor:pointer;display:grid;place-items:center}.password-field button{width:58px}.password-field svg{width:23px}.https-note{display:flex;gap:10px;align-items:center;color:#d9e5ef;font-size:16px;z-index:1}.https-note svg{color:#36d6ba;width:21px}.button{min-height:46px;border:0;border-radius:7px;display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:0 18px;cursor:pointer;font-weight:600;font-size:14px;text-decoration:none;transition:transform .15s,background .2s,border-color .2s}.button:hover:not(:disabled){transform:translateY(-1px)}.button:disabled{opacity:.65;cursor:wait}.button svg{width:18px;height:18px}.button--wide{width:100%;margin-top:28px;min-height:60px;font-size:16px}.button--primary{background:var(--emerald);color:#fff;box-shadow:0 8px 20px #00a8892e}.button--primary:hover:not(:disabled){background:var(--emerald-dark)}.button--outline{border:1.5px solid var(--emerald);background:#fff;color:var(--emerald-dark)}.button--secondary{background:#eef8f6;color:#087866}.form-error{color:#bc333d!important;font-size:14px!important;text-align:left!important;margin:8px 0 -12px!important}.form-success{color:#087866;display:flex;gap:7px;align-items:center;font-size:14px}.form-success svg{width:18px}.app-loading{min-height:100vh;display:grid;place-content:center;justify-items:center;background:var(--navy);color:#fff}.app-loading span{width:42px;height:42px;border:3px solid rgba(255,255,255,.25);border-top-color:#43d9bf;border-radius:50%;animation:rotate .8s linear infinite}@keyframes rotate{to{transform:rotate(360deg)}}.spin{animation:rotate .8s linear infinite}.app-shell{min-height:100vh;display:grid;grid-template-columns:240px minmax(0,1fr);background:#f7f9fb}.sidebar{height:100vh;position:sticky;top:0;display:flex;flex-direction:column;padding:25px 14px 22px;color:#cbd8e5;background:linear-gradient(180deg,#071a30,#08233c)}.sidebar nav{display:flex;flex-direction:column;gap:8px;margin-top:38px}.sidebar nav a,.sidebar__logout{min-height:51px;display:flex;align-items:center;gap:14px;padding:0 15px;color:#cbd8e5;text-decoration:none;border:0;background:none;border-radius:7px;font-size:15px;cursor:pointer}.sidebar nav a svg,.sidebar__logout svg{width:20px}.sidebar nav a.active{color:#fff;background:#ffffff17;border-left:3px solid #28d5b5;padding-left:12px}.sidebar nav a.active svg{color:#2cd9ba}.sidebar__logout{margin-top:auto;border-top:1px solid rgba(255,255,255,.16);border-radius:0;padding-top:22px}.dashboard{min-width:0;padding:32px 32px 20px}.dashboard__header{display:flex;justify-content:space-between;align-items:center;max-width:1380px;margin:0 auto 26px}.dashboard__header h1{margin:0 0 5px;font-size:34px;letter-spacing:-.04em}.dashboard__header p{margin:0;color:var(--muted)}.refresh-button{border:1px solid var(--border);background:#fff;border-radius:7px;padding:9px 13px;display:flex;gap:8px;align-items:center;color:#415169;cursor:pointer;font-size:13px}.refresh-button svg{width:16px}.dashboard__primary{max-width:1380px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr .92fr;gap:20px;align-items:stretch}.feature-panel,.health-panel,.activity-panel{background:var(--surface);border:1px solid var(--border);border-radius:8px}.feature-panel{min-height:390px;padding:28px 24px 24px;display:flex;flex-direction:column;position:relative}.feature-panel__heading{display:flex;gap:15px;align-items:flex-start}.feature-panel__heading h2{margin:2px 0 10px;font-size:20px;letter-spacing:-.025em}.feature-icon{width:40px;height:40px;flex:0 0 40px;display:grid;place-items:center;color:var(--emerald);border:1px solid #bfe9e1;border-radius:10px;font-weight:700}.feature-icon svg{width:23px}.feature-icon--openai{border-radius:50%;font-size:12px}.status{display:inline-flex;align-items:center;gap:7px;min-height:27px;padding:0 9px;border-radius:5px;font-size:12px;background:#f2f5f8;color:#647286}.status i{width:7px;height:7px;border-radius:2px;background:currentColor}.status--connected{color:#087c68;background:#eaf8f5}.status--pending{color:#be620e;background:#fff4e9}.status--disconnected,.status--error{color:#c43d47;background:#fff0f1}.feature-panel__copy{color:#596980;line-height:1.55;max-width:340px;margin:30px 0}.feature-panel__actions{margin-top:auto}.secret-summary{margin:28px 0 20px;display:grid;gap:17px}.secret-summary div{min-width:0}.secret-summary dt{color:#6b7a8e;font-size:13px}.secret-summary dd{margin:6px 0 0;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;overflow:hidden;text-overflow:ellipsis;color:#33445b}.quota{margin:27px 0 0;padding-bottom:25px;border-bottom:1px solid #e4e9ef}.quota>div:first-child{display:flex;justify-content:space-between;font-size:14px}.quota__track{height:9px;border-radius:6px;background:#e7ecf1;overflow:hidden;margin:16px 0 10px}.quota__track i{display:block;height:100%;background:var(--emerald);border-radius:inherit}.quota small{color:var(--muted)}.quota-empty{margin:42px 0;text-align:center;color:#748195}.quota-empty svg{width:38px;height:38px;opacity:.55}.helper{display:flex;gap:9px;color:#68768a;font-size:12px;line-height:1.45;margin-top:auto}.helper svg{width:17px;flex:0 0 17px}.device-login{position:absolute;inset:18px;padding:38px 26px 25px;border:1px solid #bde5de;background:#fafffefa;border-radius:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;box-shadow:0 14px 35px #06172d1f;z-index:2}.device-login__close{position:absolute;top:10px;right:10px}.icon-button{width:36px;height:36px;border-radius:50%}.icon-button:hover{background:#edf2f5}.icon-button svg{width:19px}.device-login strong{font-size:20px}.device-login p{color:var(--muted);line-height:1.5}.device-login code{font-size:27px;letter-spacing:.14em;font-weight:700;padding:12px 18px;margin:0 0 20px;color:#072b44;background:#eaf5f3;border-radius:7px}.device-login small{max-width:340px;color:#718095;margin-top:15px;line-height:1.45}.dashboard__secondary{max-width:1380px;margin:20px auto 0;display:grid;grid-template-columns:.85fr 1.45fr;gap:20px}.health-panel,.activity-panel{padding:23px}.health-panel h2,.activity-panel h2{margin:0 0 20px;display:flex;align-items:center;gap:10px;font-size:17px}.health-panel h2 svg,.activity-panel h2 svg{width:20px;color:#8290a2}.health-list{display:grid;gap:10px}.health-row{min-height:58px;display:grid;grid-template-columns:26px 1fr auto 18px;align-items:center;gap:10px;padding:0 15px;border:1px solid var(--border);border-radius:7px}.health-row>svg{width:19px;color:#657489}.health-row>svg:last-child{width:15px;color:#9ba7b5}.health-row strong{font-size:14px}.activity-row{display:flex;gap:13px;align-items:flex-start;padding:14px 2px;border-bottom:1px solid #e4e9ef}.activity-row:last-child{border:0}.activity-row .dot{margin-top:6px}.activity-row div{display:grid;gap:4px}.activity-row strong{font-size:13px}.activity-row span{color:var(--muted);font-size:12px}.dot{width:8px;height:8px;border-radius:2px;background:#758397}.dot--connected{background:var(--emerald)}.dot--pending{background:var(--warning)}.dot--error,.dot--disconnected{background:var(--danger)}.dashboard footer{max-width:1380px;margin:24px auto 0;padding-top:18px;text-align:center;border-top:1px solid var(--border);color:#8290a2;font-size:12px}.modal-backdrop{position:fixed;inset:0;z-index:20;display:grid;place-items:center;padding:20px;background:#020e1bb8;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal{width:min(100%,520px);position:relative;padding:35px 38px 38px;background:#fff;border-radius:12px;box-shadow:0 30px 100px #00000059}.modal__close{position:absolute;right:14px;top:14px}.modal__icon{width:45px;height:45px;display:grid;place-items:center;color:var(--emerald);background:#e9f8f5;border-radius:10px}.modal__icon svg{width:23px}.modal h2{margin:18px 0 8px;font-size:25px}.modal>p{margin:0 0 24px;color:var(--muted);line-height:1.5}.modal label{display:grid;gap:7px;margin:15px 0;font-weight:600;font-size:13px}.modal input{min-height:48px;padding:0 13px;border:1.5px solid #b8c4d0;border-radius:7px;outline:0}.modal input:focus{border-color:var(--emerald);box-shadow:0 0 0 3px #00a8891a}.text-button{border:0;padding:4px 0;background:none;color:#3c5773;display:flex;gap:7px;align-items:center;cursor:pointer;font-size:13px}.text-button svg{width:16px}@media(max-width:1180px){.dashboard__primary{grid-template-columns:1fr 1fr}.feature-panel--usage{grid-column:1 / -1;min-height:auto}.dashboard__secondary{grid-template-columns:1fr}}@media(max-width:780px){.app-shell{display:block}.sidebar{height:auto;position:static;padding:14px 18px;flex-direction:row;align-items:center}.sidebar .brand{font-size:19px}.sidebar nav{margin:0 0 0 auto;flex-direction:row}.sidebar nav a{width:42px;min-height:42px;padding:0;justify-content:center}.sidebar nav a span,.sidebar nav a:not(.active){font-size:0}.sidebar nav a{font-size:0}.sidebar nav a.active{padding:0;border-left:0;border-bottom:2px solid #28d5b5}.sidebar__logout{margin:0 0 0 7px;padding:0;width:42px;min-height:42px;border:0;justify-content:center;font-size:0}.dashboard{padding:24px 16px}.dashboard__primary,.dashboard__secondary{grid-template-columns:1fr}.feature-panel--usage{grid-column:auto}.feature-panel{min-height:355px}.dashboard__header h1{font-size:29px}.refresh-button{font-size:0;width:42px;height:42px;justify-content:center}}@media(max-width:560px){.login-shell{gap:35px;padding:30px 16px}.login-shell>.brand{font-size:28px}.login-shell>.brand .brand__mark{width:50px;height:50px}.login-shell>.brand .brand__mark>svg:first-child{width:43px;height:43px}.login-card{padding:36px 23px}.login-card h1{font-size:31px}.login-card>p{font-size:15px;margin-bottom:28px}.sidebar .brand span:last-child{display:none}.sidebar .brand__mark{width:35px}.sidebar nav{gap:2px}.dashboard__header p{font-size:14px}.feature-panel,.health-panel,.activity-panel{padding:20px}.modal{padding:30px 22px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;transition-duration:.01ms!important}}
