:root{--bg:#f6f7f9;--panel:#fff;--text:#25231f;--muted:#667085;--line:#dde3ea;--accent:#0f766e;--accent-2:#eab308;--danger:#dc2626}*{box-sizing:border-box}body{background:var(--bg);color:var(--text);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}.shell{max-width:1120px;margin:0 auto;padding:32px 20px 56px}.topbar{justify-content:space-between;align-items:center;gap:16px;margin-bottom:36px;display:flex}.brand{align-items:center;gap:10px;font-weight:800;display:flex}.brand-mark{background:var(--accent);color:#fff;border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;display:inline-flex}.nav{color:var(--muted);gap:14px;font-size:14px;display:flex}.hero{grid-template-columns:minmax(0,1.1fr) minmax(300px,.9fr);align-items:center;gap:28px;display:grid}.eyebrow{color:var(--accent);margin-bottom:10px;font-size:14px;font-weight:700}h1{margin:0 0 18px;font-size:52px;line-height:1.04}.lead{color:var(--muted);margin:0 0 24px;font-size:18px;line-height:1.7}.compact-lead{margin:8px 0 0;font-size:14px}.actions{flex-wrap:wrap;gap:12px;display:flex}.button{background:var(--panel);border:1px solid var(--line);color:var(--text);cursor:pointer;border-radius:8px;align-items:center;gap:8px;min-height:44px;padding:0 16px;font-weight:700;display:inline-flex}.button:disabled{cursor:not-allowed;opacity:.58}.button.primary{background:var(--accent);border-color:var(--accent);color:#fff}.device-preview{color:#fff;background:#20201d;border:10px solid #2c2b27;border-radius:18px;min-height:320px;padding:18px;box-shadow:0 24px 80px #00000029}.screen{color:var(--text);background:linear-gradient(#fdf8e7,#e6f5ef);border-radius:10px;min-height:260px;padding:14px}.pet-face{background:#fff;border:2px solid #27231f;border-radius:50%;justify-content:center;align-items:center;width:150px;height:150px;margin:22px auto 16px;font-size:72px;display:flex}.touch-row{grid-template-columns:repeat(4,1fr);gap:8px;display:grid}.touch-row span{border:1px solid var(--line);text-align:center;background:#fffc;border-radius:8px;padding:8px 0;font-size:12px}.section{margin-top:48px}.grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.card{background:var(--panel);border:1px solid var(--line);border-radius:8px;padding:18px}.card h3{margin:0 0 8px}.card p{color:var(--muted);margin:0;line-height:1.6}.console-head{justify-content:space-between;align-items:end;gap:20px;margin-bottom:24px;display:flex}.console-layout{grid-template-columns:minmax(260px,.8fr) minmax(0,1.2fr);gap:16px;margin-bottom:16px;display:grid}.panel{background:var(--panel);border:1px solid var(--line);border-radius:8px;padding:18px}.panel-title{color:var(--muted);letter-spacing:0;margin-bottom:12px;font-size:13px;font-weight:800}.list{gap:10px;display:grid}.list-row{border:1px solid var(--line);border-radius:8px;justify-content:space-between;align-items:center;gap:12px;padding:12px;display:flex}.list-row span{color:var(--muted);margin-top:4px;font-size:13px;display:block}.status-dot{border-radius:999px;padding:5px 9px;font-weight:800;color:#fff!important;margin-top:0!important;font-size:12px!important;display:inline-flex!important}.status-dot.online,.status-dot.bound{background:var(--accent)}.status-dot.offline{background:var(--muted)}.status-dot.disabled{background:var(--danger)}.pet-panel{min-height:286px}.pet-console-face{border:2px solid #27231f;border-radius:50%;justify-content:center;align-items:center;width:142px;height:142px;margin-bottom:14px;font-size:70px;display:flex}.status-text{color:var(--muted);min-height:28px}.tool-row{flex-wrap:wrap;gap:10px;display:flex}.stats-grid{margin-top:0}.stat-value{font-size:28px;font-weight:800;color:var(--text)!important}@media (max-width:820px){.hero,.grid,.console-layout{grid-template-columns:1fr}.console-head{flex-direction:column;align-items:start}h1{font-size:38px}.nav{display:none}}
