:root{--gp-bg:#f5f5f7;--gp-surface:#fbfbfd;--gp-surface-strong:#fff;--gp-text:#1d1d1f;--gp-muted:#6e6e73;--gp-border:#e5e5e7;--gp-accent:#0071e3;--gp-danger:#d70015;--gp-success:#15803d;--gp-warning:#b45309;--gp-radius:18px;--gp-radius-sm:12px;--gp-shadow:0 12px 40px rgba(0,0,0,.08);font-family:Inter,-apple-system,BlinkMacSystemFont,SF Pro Display,Segoe UI,sans-serif;color:var(--gp-text);background:var(--gp-bg)}*{box-sizing:border-box}body{margin:0;background:var(--gp-bg);color:var(--gp-text)}button,input,select{font:inherit}body{background:var(--gp-bg)}.layout{min-height:100vh;display:grid;grid-template-columns:220px 1fr}.layout>aside{background:#fff;border-right:1px solid var(--gp-border);padding:26px 16px;display:flex;flex-direction:column;gap:7px}.logo{font-size:20px;font-weight:800;margin:0 10px 24px}.logo span{font-weight:400;color:var(--gp-muted)}aside button{border:0;background:transparent;text-align:left;padding:12px 14px;border-radius:12px;color:var(--gp-muted)}aside button.active{background:#f1f1f3;color:var(--gp-text);font-weight:700}.layout>section{padding:34px;max-width:1180px;width:100%}header{display:flex;justify-content:space-between;gap:20px;align-items:end;margin-bottom:28px}h1{font-size:34px;letter-spacing:-.04em;margin:6px 0}header p{margin:0;color:var(--gp-muted)}.add{border:0;border-radius:999px;background:var(--gp-text);color:#fff;padding:11px 16px;font-weight:700}.cards{display:grid;gap:14px}.cards article{background:#fff;border:1px solid var(--gp-border);border-radius:20px;padding:20px;box-shadow:0 2px 8px #00000005}.row{display:flex;justify-content:space-between;align-items:start}.row h2{margin:0 0 4px;font-size:19px}.row span,dt{color:var(--gp-muted);font-size:12px}.online,.offline{font-size:12px;border-radius:999px;padding:6px 9px}.online{background:#eaf8ef;color:#15803d}.offline{background:#fff0f0;color:#b42318}dl{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:20px 0}dl div{background:#f7f7f8;border-radius:13px;padding:12px}dd{margin:4px 0 0;font-weight:650}article footer{display:flex;gap:8px;justify-content:flex-end}article footer button{border:0;border-radius:11px;background:#f1f1f3;padding:9px 12px}.redirect{background:#fff1e8!important;color:#a34a00}@media (max-width:760px){.layout{display:block}.layout>aside{display:none}.layout>section{padding:20px 14px}header{align-items:start;flex-direction:column}dl{grid-template-columns:1fr}article footer{justify-content:stretch}article footer button{flex:1}}
