:root{color-scheme:dark;--bg:#080b12;--card:#101620;--line:#263142;--text:#f6f8fb;--muted:#91a0b5;--blue:#27a7ff;--green:#49e5a5;--red:#ff6b78}*{box-sizing:border-box}body{margin:0;background:radial-gradient(circle at 15% 0,#112944 0,transparent 35%),var(--bg);color:var(--text);font:15px/1.5 Inter,system-ui,sans-serif;min-height:100vh}.shell{max-width:1180px;margin:auto;padding:38px 24px 70px}header{display:flex;justify-content:space-between;align-items:center;margin-bottom:34px}h1,h2,p{margin-top:0}h1{font-size:30px;margin-bottom:0}h1 span{color:var(--blue)}h2{font-size:22px;margin-bottom:10px}.eyebrow,.step{text-transform:uppercase;letter-spacing:.17em;font-size:11px;color:var(--muted);font-weight:800;margin-bottom:7px}.card,.host,.status-grid article{background:linear-gradient(145deg,rgba(20,28,41,.97),rgba(13,18,28,.97));border:1px solid var(--line);border-radius:18px}.auth{max-width:480px;margin:10vh auto;padding:30px}.auth p:not(.step){color:var(--muted)}form{display:grid;gap:13px}label{display:grid;gap:7px;color:#cbd5e3;font-weight:650;font-size:13px}input{width:100%;background:#0a0f17;border:1px solid #35435a;border-radius:10px;padding:12px 13px;color:white;font:inherit}input:focus{outline:2px solid #168dd6;border-color:transparent}button,.api-link{border:0;border-radius:10px;padding:11px 14px;background:linear-gradient(135deg,#159fea,#4e7cff);color:white;font-weight:800;cursor:pointer;text-decoration:none;text-align:center}.ghost{background:#172131;border:1px solid #34435a}.danger{background:#331a22;color:#ff9daa}.full{width:100%}.alert{padding:13px 16px;border-radius:12px;margin-bottom:20px}.success{background:#123326;color:#79edbd}.error{background:#3a1920;color:#ffa4ad}.status-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:28px}.status-grid article{padding:18px}.status-grid span{display:block;color:var(--muted);font-size:12px}.status-grid strong{display:block;font-size:24px;margin-top:6px}.status-grid .small{font-size:12px}.layout{display:grid;grid-template-columns:minmax(0,1fr) 350px;gap:24px}.section-title{display:flex;align-items:end;justify-content:space-between;margin-bottom:14px}.host{display:flex;justify-content:space-between;align-items:center;padding:17px;margin-bottom:10px}.host.disabled{opacity:.5}.host-main{display:flex;align-items:center;gap:12px}.dot{width:10px;height:10px;border-radius:50%;background:var(--green);box-shadow:0 0 18px var(--green)}.disabled .dot{background:#738095;box-shadow:none}.host-name{font-weight:850;font-size:16px}.host-name em{font-style:normal;font-size:10px;padding:4px 7px;background:#17382c;color:#66eeb5;border-radius:99px;margin-left:8px}code{color:#8ecdf8;font-size:12px}.actions{display:flex;gap:8px}.actions form{display:block}.editor{padding:22px;position:sticky;top:20px;height:max-content}.check{display:flex;grid-template-columns:18px auto;align-items:center}.check input{width:16px}.empty{border:1px dashed #34435a;color:var(--muted);padding:30px;text-align:center;border-radius:16px}@media(max-width:800px){.layout{grid-template-columns:1fr}.editor{position:static}.status-grid{grid-template-columns:1fr}.host{align-items:flex-start;gap:18px;flex-direction:column}.actions{width:100%}.actions>*{flex:1}.actions button{width:100%}}
