:root { --ink:#0b1730; --muted:#5d687c; --wine:#5949ec; --paper:#f7f9fd; --soft:#edf2fb; --line:#dce3ef; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; color:var(--ink); background:var(--paper); font-family:Arial,"Helvetica Neue",sans-serif; }
a { color:inherit; text-decoration:none; }
a:focus-visible { outline:3px solid rgba(122,35,48,.25); outline-offset:4px; }
.legal-site-header { position:sticky; top:0; z-index:10; min-height:72px; padding:12px max(28px,calc((100vw - 1120px)/2)); display:flex; align-items:center; justify-content:space-between; gap:28px; background:rgba(252,251,250,.9); border-bottom:1px solid rgba(25,23,22,.09); backdrop-filter:blur(16px); }
.legal-brand { display:inline-flex; align-items:center; gap:10px; white-space:nowrap; }
.legal-brand-symbol { width:34px; height:34px; flex:0 0 34px; display:grid; place-items:center; color:#fff; background:#08172d; border-radius:10px; font-size:20px; font-weight:760; line-height:1; }
.legal-brand-word { display:inline-flex; align-items:flex-start; color:#08172d; font-size:22px; font-weight:720; line-height:1; letter-spacing:-.055em; }
.legal-brand-word sup { position:relative; top:-.18em; margin-left:5px; color:#6f6cf0; font-size:10px; font-weight:800; letter-spacing:.03em; }
.back-link { color:var(--wine); font-size:14px; font-weight:700; }
.legal-page { width:min(1120px,calc(100% - 56px)); margin:0 auto; padding:76px 0 110px; }
.legal-heading { max-width:930px; margin-bottom:52px; }
.legal-heading > p { margin:0 0 16px; color:var(--wine); font-size:11px; font-weight:800; letter-spacing:.14em; text-transform:uppercase; }
.legal-heading h1 { margin:0; font-size:clamp(42px,6vw,78px); line-height:.98; letter-spacing:-.065em; font-weight:650; }
.legal-heading > span { display:block; margin-top:26px; color:var(--muted); font-size:16px; }
.legal-document { padding:54px 64px; background:#fff; border:1px solid var(--line); border-radius:18px; box-shadow:0 24px 70px rgba(11,23,48,.07); font-family:Arial,"Helvetica Neue",sans-serif; font-size:16px; line-height:1.72; }
.legal-document h2 { margin:48px 0 20px; font-family:Arial,"Helvetica Neue",sans-serif; font-size:28px; line-height:1.15; letter-spacing:-.035em; }
.legal-document h2:first-child { margin-top:0; }
.legal-document p { margin:0 0 18px; }
.legal-document strong { color:#211c1a; }
.legal-document a { color:var(--wine); text-decoration:underline; text-underline-offset:3px; }
.legal-document table { width:100%; margin:25px 0; border-collapse:collapse; font-size:15px; }
.legal-document td,.legal-document th { padding:12px; border:1px solid var(--line); vertical-align:top; }
.legal-source-single { padding:0 0 12px; }
.legal-source-single + .legal-source-single { border-top:1px solid var(--line); padding-top:30px; }
.legal-source-grid { margin:28px 0; display:grid; grid-template-columns:minmax(190px,.65fr) 1.35fr; gap:0; border:1px solid var(--line); border-radius:10px; overflow:hidden; }
.legal-source-grid .legal-source-block { padding:20px; }
.legal-source-grid .legal-source-block + .legal-source-block { border-left:1px solid var(--line); }
.document-meta-line { margin:0!important; text-align:right; }
.document-title-line { margin:24px 0!important; text-align:center; font-family:Arial,"Helvetica Neue",sans-serif; font-weight:800; letter-spacing:.02em; }
.legal-footer { width:min(1120px,calc(100% - 56px)); min-height:150px; margin:0 auto; padding:34px 0; display:flex; align-items:center; gap:24px; border-top:1px solid var(--line); color:var(--muted); font-size:12px; }
.legal-footer .legal-brand { margin-right:auto; }
.legal-footer a:hover { color:var(--wine); }
@media (max-width:780px) {
  .legal-site-header { padding-inline:18px; }
  .legal-site-header .legal-brand-symbol { width:30px; height:30px; flex-basis:30px; font-size:18px; }
  .legal-site-header .legal-brand-word { font-size:17px; }
  .back-link { font-size:12px; }
  .legal-page { width:min(100% - 32px,1120px); padding:54px 0 76px; }
  .legal-heading h1 { font-size:42px; }
  .legal-document { padding:28px 20px; font-size:16px; border-radius:12px; }
  .legal-document h2 { margin-top:38px; font-size:24px; }
  .legal-source-grid { grid-template-columns:1fr; }
  .legal-source-grid .legal-source-block + .legal-source-block { border-left:0; border-top:1px solid var(--line); }
  .legal-footer { width:calc(100% - 32px); align-items:flex-start; flex-direction:column; }
  .legal-footer .legal-brand { margin:0 0 10px; }
}
