
:root{color-scheme:light;--ink:#10213a;--muted:#607086;--line:#dce4ec;--blue:#125b91;--soft:#f3f7fa;--good:#087443}*{box-sizing:border-box}body{margin:0;background:var(--soft);color:var(--ink);font:16px/1.5 system-ui,-apple-system,"Segoe UI",sans-serif}.host-shell{width:min(920px,calc(100% - 32px));margin:0 auto;padding:32px 0 48px}.host-top{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:28px}.host-brand{font-size:24px;font-weight:900}.host-badge{border:1px solid #bcd5e7;border-radius:999px;padding:6px 10px;background:#fff;color:var(--blue);font-size:12px;font-weight:800}.host-card{border:1px solid var(--line);border-radius:18px;background:#fff;padding:clamp(22px,5vw,42px);box-shadow:0 18px 50px rgba(16,33,58,.08)}.host-card h1{font-size:clamp(28px,5vw,42px);line-height:1.08;margin:0 0 10px}.host-card p{color:var(--muted);max-width:650px}.host-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:28px 0}.host-status{border:1px solid var(--line);border-radius:12px;padding:14px}.host-status small{display:block;color:var(--muted);font-weight:700}.host-status strong{display:block;margin-top:5px}.host-actions{display:flex;gap:10px;flex-wrap:wrap}.host-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:10px 16px;border-radius:9px;text-decoration:none;font-weight:800;background:var(--blue);color:#fff}.host-actions a.secondary{background:#fff;color:var(--blue);border:1px solid #9bbdd4}.host-message{min-height:24px;color:var(--muted);margin-bottom:12px}.host-message.error{color:#b42318}:focus-visible{outline:3px solid #2e90fa;outline-offset:3px}@media(max-width:680px){.host-shell{width:min(100% - 24px,920px);padding-top:20px}.host-top{align-items:flex-start}.host-grid{grid-template-columns:1fr}.host-actions a{width:100%}}