:root { --ink:#121d40; --ink-soft:#344363; --gold:#ffc31b; --paper:#f8f6f0; --warm:#edeae0; --line:rgba(18,29,64,.15); --muted:#61708c; --display:"Manrope",Arial,sans-serif; --body:"DM Sans",Arial,sans-serif; --mono:"DM Mono",monospace; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; color:var(--ink); background:var(--paper); font-family:var(--body); font-size:16px; line-height:1.64; }
a { color:#334f96; text-underline-offset:3px; }
a:hover { color:#936500; }
.legal-shell { width:min(100% - 48px, 860px); margin:0 auto; }
.skip-link { position:absolute; top:-10rem; left:1rem; z-index:3; padding:.5rem .8rem; background:var(--gold); color:var(--ink); font-weight:700; text-decoration:none; }.skip-link:focus{top:1rem;}
.legal-header { border-bottom:1px solid var(--line); background:rgba(248,246,240,.94); }.header-inner{width:min(100% - 48px,1180px);min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:20px;}.brand{display:block;width:164px;line-height:0;}.brand img{display:block;width:100%;height:auto;}.return-link{color:var(--ink);font-size:.83rem;font-weight:700;text-decoration:none;}.return-link:hover{color:#936500;}
.legal-hero { padding:70px 0 28px; border-bottom:1px solid var(--line); }.eyebrow{display:flex;align-items:center;gap:8px;margin:0 0 13px;color:var(--ink-soft);font-family:var(--mono);font-size:.67rem;letter-spacing:.09em;text-transform:uppercase;}.eyebrow span{display:inline-block;width:22px;height:4px;background:var(--gold);}h1,h2{font-family:var(--display);letter-spacing:-.055em;}h1{margin:0;font-size:clamp(2.85rem,7vw,5rem);line-height:.94;}.effective-date{margin:21px 0 0;color:var(--muted);font-size:.88rem;}.effective-date strong{color:var(--ink);}
.review-notice { margin:32px 0 39px;padding:18px 20px;border-left:5px solid var(--gold);background:#fff2c4;color:#4e421b;font-size:.9rem;line-height:1.55; }.review-notice strong{color:var(--ink);}
.legal-content{padding-bottom:80px;}.legal-content>p:first-child{font-size:1.12rem;line-height:1.68;}.legal-content h2{margin:46px 0 14px;font-size:1.55rem;line-height:1.12;}.legal-content p{margin:0 0 17px;}.legal-content ul{margin:0 0 18px;padding-left:24px;}.legal-content li{margin:8px 0;}.legal-content table{width:100%;margin:18px 0;border-collapse:collapse;background:#fff;font-size:.9rem;}.legal-content th,.legal-content td{padding:13px;vertical-align:top;border:1px solid var(--line);text-align:left;}.legal-content th{width:32%;background:#f0f3f8;color:#2d3c60;font-family:var(--mono);font-size:.68rem;letter-spacing:.03em;text-transform:uppercase;}.placeholder{padding:16px 18px;border:1px dashed #b78605;background:#fff7d8;color:#604f1c;font-size:.91rem;}.placeholder-inline{padding:2px 5px;background:#fff0b4;color:#6b5200;font-family:var(--mono);font-size:.83em;font-weight:500;}code{padding:2px 4px;background:rgba(18,29,64,.07);font-family:var(--mono);font-size:.81em;}.legal-footer{padding:26px 0;background:var(--ink);color:#bdc7dc;font-size:.75rem;}.legal-footer>div{display:flex;align-items:center;justify-content:space-between;gap:18px;}.legal-footer p{margin:0;}.legal-footer nav{display:flex;gap:16px;}.legal-footer a{color:#fff;text-decoration:none;}.legal-footer a[aria-current="page"]{color:var(--gold);}
@media(max-width:650px){.legal-shell{width:min(100% - 32px,860px);}.header-inner{width:min(100% - 32px,1180px);min-height:72px;}.brand{width:136px;}.legal-hero{padding-top:48px;}.review-notice{margin-top:24px;padding:15px;}.legal-content h2{margin-top:36px;font-size:1.34rem;}.legal-content>p:first-child{font-size:1.02rem;}.legal-content th,.legal-content td{display:block;width:100%;}.legal-content th{border-bottom:0;}.legal-footer>div{display:block;}.legal-footer nav{margin-top:8px;}}
