/* Generated by es:build-legal-pages. Matches the marketing landing's design tokens. */
:root{
  --font:'Inter',ui-sans-serif,system-ui,-apple-system,'Segoe UI',sans-serif;
  --font-display:'Titillium Web','Inter',ui-sans-serif,system-ui,sans-serif;
  --mono:ui-monospace,SFMono-Regular,'SF Mono',Menlo,Consolas,monospace;
  --ink:#181a2e; --ink-2:#353a52; --muted:#6c7180; --faint:#9aa0b0;
  --line:#efe6da; --line-2:#e7ddcf; --bg:#fffaf3; --surface:#ffffff; --cream:#fff4e8;
  --orange:#E27D40; --pink:#D85F82; --gold:#EAA63C; --dusk-1:#243056;
  --sunset:linear-gradient(120deg,#EEAF45 0%,#E68249 52%,#D85F82 100%);
  --emblem:linear-gradient(135deg,#FFD60A 0%,#FF9500 48%,#FF3D81 100%);
  --shadow-sm:0 1px 2px rgba(24,16,30,.05);
  --shadow:0 6px 22px rgba(24,16,30,.07),0 1px 3px rgba(24,16,30,.04);
  --r:12px; --r-lg:18px;
}
*{box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
html{scroll-behavior:smooth;color-scheme:light;}
body{margin:0;font-family:var(--font);font-weight:400;font-size:16px;line-height:1.7;color:var(--ink-2);background:var(--bg);}
.l-wrap{width:100%;max-width:820px;margin:0 auto;padding:0 1.25rem;}

/* Header */
.l-nav{border-bottom:1px solid var(--line);background:rgba(255,250,243,.9);backdrop-filter:blur(8px);position:sticky;top:0;z-index:10;}
.l-nav-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;height:64px;max-width:1140px;}
.l-brand{display:inline-flex;align-items:center;gap:.55rem;color:var(--ink);font-weight:700;text-decoration:none;}
.l-back-arrow{font-size:1rem;line-height:1;transition:transform .15s;}
.l-brand:hover .l-back-arrow{transform:translateX(-2px);}
.l-brand-mark{width:22px;height:22px;border-radius:7px;box-shadow:var(--shadow-sm);display:block;}
.l-brand-name{font-family:var(--font-display);font-size:1.02rem;letter-spacing:-.01em;}
.l-crumb{display:flex;align-items:center;gap:.4rem;font-size:.9rem;white-space:nowrap;}
.l-crumb a{color:var(--ink-2);font-weight:600;text-decoration:none;padding:.35rem .5rem;border-radius:8px;}
.l-crumb a:hover{color:var(--ink);background:rgba(255,149,0,.1);}
.l-crumb-sep{color:var(--faint);}
.l-crumb-current{color:var(--ink);font-weight:600;padding:.35rem .5rem;}

/* Main + prose */
.l-main{padding:2.5rem 1.25rem 4rem;}
.l-prose{color:var(--ink-2);}
.l-prose h1{font-family:var(--font-display);font-weight:600;letter-spacing:normal;line-height:1.08;color:var(--ink);font-size:clamp(1.9rem,3vw+1rem,2.6rem);margin:0 0 1rem;}
.l-prose h2{font-family:var(--font-display);font-weight:600;letter-spacing:normal;color:var(--ink);font-size:1.5rem;margin:2.4rem 0 .9rem;padding-top:1.2rem;border-top:1px solid var(--line);}
.l-prose h3{font-family:var(--font-display);font-weight:600;color:var(--ink);font-size:1.18rem;margin:1.8rem 0 .6rem;}
.l-prose h4{font-weight:700;color:var(--ink);font-size:1rem;margin:1.4rem 0 .5rem;}
.l-prose p{margin:0 0 1rem;}
.l-prose a{color:var(--orange);text-decoration:underline;text-underline-offset:2px;}
.l-prose a:hover{color:var(--pink);}
.l-prose ul,.l-prose ol{margin:0 0 1rem;padding-left:1.35rem;}
.l-prose li{margin:.3rem 0;}
.l-prose strong{color:var(--ink);}
.l-prose hr{border:none;border-top:1px solid var(--line);margin:2rem 0;}
.l-prose code{font-family:var(--mono);font-size:.88em;background:var(--cream);padding:.12em .4em;border-radius:5px;color:var(--ink);}
.l-prose blockquote{margin:1.2rem 0;padding:.85rem 1.1rem;background:var(--cream);border-left:3px solid var(--gold);border-radius:0 var(--r) var(--r) 0;color:var(--ink-2);font-size:.95rem;}
.l-prose blockquote p:last-child{margin-bottom:0;}
/* Tables */
.l-prose table{width:100%;border-collapse:collapse;margin:1.2rem 0;font-size:.92rem;display:block;overflow-x:auto;}
.l-prose th,.l-prose td{border:1px solid var(--line-2);padding:.55rem .7rem;text-align:left;vertical-align:top;}
.l-prose thead th{background:#fff8f0;color:var(--ink);font-weight:700;}

/* Status banner. Draft is a warning (amber); in force is a statement of fact, so it
   sits back in the page's own palette rather than shouting at every reader. */
.l-draft{background:#fff6e5;border:1px solid #f4d29a;border-left:4px solid var(--gold);border-radius:var(--r);padding:.9rem 1.15rem;margin:0 0 2rem;color:#7a5a1e;font-size:.92rem;line-height:1.6;}
.l-draft strong{color:#5f4413;}
.l-inforce{background:var(--surface);border:1px solid var(--line-2);border-left:4px solid var(--orange);border-radius:var(--r);padding:.9rem 1.15rem;margin:0 0 2rem;color:var(--muted);font-size:.92rem;line-height:1.6;box-shadow:var(--shadow-sm);}
.l-inforce strong{color:var(--ink);}

/* Index cards */
.l-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1rem;margin-top:1.5rem;}
.l-card{display:block;padding:1.15rem 1.25rem;background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg);box-shadow:var(--shadow-sm);text-decoration:none;transition:transform .15s,box-shadow .15s,border-color .15s;}
.l-card:hover{transform:translateY(-3px);box-shadow:var(--shadow);border-color:var(--orange);}
.l-card h3{font-family:var(--font-display);font-weight:600;color:var(--ink);margin:0 0 .35rem;font-size:1.1rem;}
.l-card p{margin:0;color:var(--muted);font-size:.9rem;line-height:1.5;}

/* ---------------------------------------------------------------------------
   Footer. Values below are COPIED from the marketing footer in
   public/landing/index.html (.foot*), not approximated: padding, gaps, divider
   margin, colours, the starfield, the gradient hairline, and the 720px
   breakpoint with its overrides. A legal page is one click from the landing
   page, so a footer that is nearly-but-not-quite the same reads as a different
   site. If the landing footer changes, change these together.
   --------------------------------------------------------------------------- */
/* line-height is pinned to the landing page's 1.65. These pages set 1.7 on the
   body for long-form reading, and the footer was inheriting it — every row came
   out a pixel taller than the marketing footer. Spacing above the footer comes
   from .l-main's own bottom padding, not a margin here, so the footer block
   itself is identical to the landing one. */
.l-foot-top,.l-foot{line-height:1.65;}
.l-foot-top{height:3px;background:linear-gradient(90deg,transparent,var(--orange),var(--pink),transparent);opacity:.6;}
.l-foot{background:linear-gradient(180deg,#0b1028 0%,#070a1b 100%);color:#9aa2c8;position:relative;overflow:hidden;}
.l-foot::before{content:'';position:absolute;inset:0;pointer-events:none;opacity:.8;background:
  radial-gradient(1.4px 1.4px at 15% 30%,rgba(255,255,255,.6),transparent 60%),
  radial-gradient(1.2px 1.2px at 42% 18%,rgba(255,255,255,.45),transparent 60%),
  radial-gradient(1.5px 1.5px at 72% 40%,rgba(255,255,255,.5),transparent 60%),
  radial-gradient(1.2px 1.2px at 88% 22%,rgba(255,255,255,.4),transparent 60%);}
.l-foot-inner{position:relative;z-index:1;padding:3rem 1.25rem 2.5rem;max-width:1140px;}
.l-foot-row{display:flex;align-items:center;flex-wrap:wrap;gap:.85rem 2rem;}
.l-foot-row--main{justify-content:space-between;}
/* Legal links then copyright, both pushed to the right as one group. */
.l-foot-row--legal{justify-content:flex-end;}
.l-foot-brand-col{display:flex;flex-direction:column;align-items:flex-start;gap:.75rem;flex-shrink:0;}
.l-foot-brand,.l-foot-brand:hover{color:#fff;cursor:default;}
/* The footer wordmark is the landing page's 30px mark, not the 22px one the
   legal header uses next to its back-arrow. */
.l-foot-brand .l-brand-mark{width:30px;height:30px;border-radius:9px;box-shadow:0 3px 10px rgba(255,120,40,.28);}
.l-beta-pill{font-size:.62rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:#fff;background:var(--dusk-1);padding:3px 8px;border-radius:999px;}
.l-foot-links{display:flex;flex-wrap:wrap;gap:.5rem 1.65rem;}
.l-foot-links a,.l-foot-legal a{color:#9aa2c8;font-size:.9rem;padding:.3rem 0;display:inline-block;text-decoration:none;transition:color .15s ease;}
.l-foot-links a:hover,.l-foot-legal a:hover{color:#ffd9a8;}
.l-foot-divider{height:1px;background:rgba(255,255,255,.09);margin:1.75rem 0;}
.l-foot-legal{display:flex;flex-wrap:wrap;gap:.35rem 1.35rem;}
.l-foot-legal a{font-size:.82rem;color:#7f88b0;}
.l-foot-copy{color:#6f78a3;font-size:.82rem;white-space:nowrap;}

@media (max-width:720px){
  .l-foot-inner{padding:2.5rem 1.25rem 2.25rem;}
  .l-foot-row--main{flex-direction:column;text-align:center;gap:1.1rem;}
  .l-foot-brand-col{align-items:center;}
  .l-foot-links{justify-content:center;}
  .l-foot-divider{margin:1.5rem 0;}
  /* No room to justify right on a narrow screen — stack centred instead, legal
     links above the copyright line (their natural DOM order already). */
  .l-foot-row--legal{flex-direction:column;justify-content:center;text-align:center;gap:1.1rem;}
  .l-foot-legal{justify-content:center;}
}