:root{
      --primary:#1273ea;
      --text:#0f172a;
      --muted:#475569;
      --bg:#f8fafc;
      --card:#ffffff;
      --radius:14px;
      --shadow:0 12px 30px rgba(2,6,23,.08);
    }
    *{box-sizing:border-box}
    body{margin:0;background:var(--bg);color:var(--text);
      font:16px/1.6 system-ui,-apple-system,Segoe UI,Roboto,Inter,Arial,sans-serif}
    a{color:var(--primary);text-decoration:none}
    .container{max-width:1100px;margin:0 auto;padding:28px}
    .topbar{background:#ffffff;position:sticky;top:0;z-index:50;border-bottom:1px solid #e5e7eb}
    .nav{display:flex;align-items:center;gap:18px;justify-content:space-between;padding:12px 18px;max-width:1170px;margin:0 auto}
    .brand{display:flex;align-items:center;gap:10px;font-weight:800;color:var(--primary)}
    .brand svg{width:26px;height:26px}
    .menu{display:flex;gap:18px;flex-wrap:wrap;align-items:center}
    .menu a{font-weight:600;color:var(--text);opacity:.9}
    .menu .cta{padding:10px 14px;border-radius:12px;background:var(--primary);color:#fff;font-weight:800}
    .notice{background:#0b5fff;color:#fff;text-align:center;padding:10px 14px;font-weight:700}
    .notice a{color:#fff;text-decoration:underline;font-weight:800}
    .card{background:var(--card);border-radius:var(--radius);box-shadow:var(--shadow);padding:26px;margin:18px 0}
    h1{text-align:center;color:var(--primary);margin:12px 0 18px;font-size:40px}
    .date{font-size:14px;color:#475569;text-align:center;margin-bottom:22px}
    .legal-text{white-space:pre-wrap;text-align:justify;font-size:15px;color:#1f2937;line-height:1.75}
    .legal-text a.anchor-link{color:var(--primary);text-decoration:underline;font-weight:700}
    .legal-text a.anchor-link:hover{text-decoration:none}
    .anchor-target{display:inline-block;scroll-margin-top:120px}
