:root{color-scheme:light;--navy:#07162f;--green:#18ad62;--blue:#2869e8;--text:#101828;--muted:#607089;--line:#dce5f0;--page:#f3f7fc}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:linear-gradient(145deg,#edf7f2 0,#f5f8fd 42%,#eef4ff 100%);color:var(--text);font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.7}.legal-header{position:sticky;top:0;z-index:5;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:16px clamp(20px,5vw,72px);background:rgba(7,22,47,.97);box-shadow:0 10px 30px rgba(7,22,47,.14)}.brand{display:flex;align-items:center;gap:12px;color:#fff;text-decoration:none}.brand img{width:48px;height:48px;object-fit:contain;border-radius:13px;background:#fff}.brand span{display:flex;flex-direction:column;line-height:1.15}.brand strong{font-size:20px}.brand small{margin-top:4px;color:#c9d5e8}.home-link{padding:10px 17px;border:1px solid rgba(255,255,255,.24);border-radius:12px;color:#fff;font-weight:800;text-decoration:none}.home-link:hover{background:rgba(255,255,255,.1)}main{width:min(1120px,calc(100% - 40px));margin:42px auto}.legal-card{padding:clamp(26px,5vw,62px);border:1px solid var(--line);border-radius:28px;background:#fff;box-shadow:0 22px 60px rgba(21,44,81,.1)}.eyebrow{margin:0;color:var(--green);font-size:13px;font-weight:900;letter-spacing:.14em}h1{margin:5px 0 6px;font-size:clamp(36px,6vw,58px);line-height:1.08;letter-spacing:-.04em}.subtitle{max-width:800px;margin:0;color:var(--muted);font-size:18px}.updated{display:inline-block;margin:22px 0 12px;padding:7px 12px;border-radius:999px;background:#eaf8f0;color:#137642;font-size:13px;font-weight:800}.legal-content{margin-top:22px}.legal-content h3{margin:32px 0 8px;padding-top:24px;border-top:1px solid var(--line);font-size:22px;line-height:1.3}.legal-content p,.legal-content li{color:#43526a}.legal-content ul{padding-left:23px}.legal-content strong{color:var(--text)}footer{display:flex;align-items:center;justify-content:space-between;gap:24px;width:min(1120px,calc(100% - 40px));margin:0 auto 40px;padding:24px 28px;border-radius:22px;background:var(--navy);color:#d4deed}footer nav{display:flex;flex-wrap:wrap;gap:16px}footer a{color:#fff;font-weight:700;text-decoration:none}footer a:hover{text-decoration:underline}@media(max-width:680px){.legal-header{padding:13px 16px}.brand img{width:42px;height:42px}.brand strong{font-size:17px}.brand small{font-size:11px}.home-link{padding:8px 11px;font-size:13px}main{width:calc(100% - 24px);margin:20px auto}.legal-card{padding:24px 20px;border-radius:20px}.subtitle{font-size:16px}.legal-content h3{font-size:19px}footer{align-items:flex-start;flex-direction:column;width:calc(100% - 24px);margin-bottom:16px;padding:22px}}