*{margin:0;padding:0;box-sizing:border-box}
body{background:#070a18;color:#eef0ff;font-family:'Segoe UI',system-ui,sans-serif;min-height:100vh}
.topbar{display:flex;align-items:center;justify-content:space-between;padding:16px 32px;border-bottom:1px solid #1b2140;flex-wrap:wrap;gap:12px}
.brand{display:flex;align-items:center;gap:12px;text-decoration:none;color:#eef0ff;font-weight:700}
.brand-logo{width:38px;height:38px;border-radius:10px;object-fit:cover}
.brand b{color:#8b7bff}.brand small{color:#9aa3c7;font-weight:400}
.topbar nav a{color:#c3c9e8;text-decoration:none;margin-left:20px;font-size:.85rem}
main{max-width:860px;margin:40px auto;padding:0 20px 80px}
h1{font-size:1.8rem;margin-bottom:10px}
.sub{color:#9aa3c7;line-height:1.7;margin-bottom:30px}
.sub b{color:#8b7bff}
.card{background:#0f1430;border:1px solid #1e2550;border-radius:16px;padding:26px;margin-bottom:20px}
.card h2{font-size:1.1rem;margin-bottom:14px}
.card p{color:#c3c9e8;font-size:.88rem;line-height:1.7;margin-bottom:12px}
pre{background:#0a0e22;border:1px solid #1b2140;border-radius:10px;padding:14px;overflow-x:auto;margin:12px 0}
code{font-family:'Cascadia Code',Consolas,monospace;font-size:.8rem;color:#7dd3fc}
p code,td code{color:#a5b4fc}
.note{background:#141b36;border-left:3px solid #8b5cf6;padding:10px 14px;border-radius:8px;font-size:.82rem;margin-top:12px}
.tag{padding:3px 10px;border-radius:12px;font-size:.65rem;font-weight:700;letter-spacing:1px}
.tag.ok{background:#0f2e1c;color:#4ade80}
.tag.no{background:#2e1214;color:#f87171}
.limits{width:100%;border-collapse:collapse;margin:12px 0}
.limits td,.limits th{padding:10px 12px;border-bottom:1px solid #1e2550;font-size:.85rem;text-align:left}
.limits th{color:#8b7bff}
.checks{list-style:none}
.checks li{padding:7px 0;color:#c3c9e8;font-size:.87rem;border-bottom:1px solid #1b2140}
.honest{border-color:#8b5cf6}
@media(max-width:640px){.topbar{padding:14px 16px}}
