@import"https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500;600&family=Inter:wght@400;500;600;700&display=swap";:root{--bg: #fbfaf2;--surface: #fffdf3;--surface-muted: #f5f2e7;--ink: #181816;--muted: #66645d;--soft: #908d84;--line: #dedbcf;--line-strong: #cfcbc0;--accent: #f6a821;--accent-dark: #11110f;--success-bg: #e8f5dc;--success: #14752b;--content-width: min(1160px, calc(100vw - 48px) );--mono: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;--sans: "Inter", "Helvetica Neue", Arial, sans-serif}*{box-sizing:border-box}html{min-height:100%;scroll-behavior:smooth}body{min-height:100%;margin:0;color:var(--ink);background:var(--bg);font-family:var(--sans);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}a{color:inherit;text-decoration:none}img,svg{display:block;max-width:100%}::selection{color:#fff;background:var(--ink)}.site-shell{min-height:100vh;overflow-x:hidden}.site-grid{position:fixed;inset:0;z-index:0;pointer-events:none;background-image:linear-gradient(to right,rgba(24,24,22,.018) 1px,transparent 1px);background-size:42px 42px}.topbar,.home-shell,.doc-page,.footer-note{position:relative;z-index:1;width:var(--content-width);margin-inline:auto}.topbar{min-height:112px;display:flex;align-items:center;justify-content:space-between;gap:24px;border-bottom:1px solid var(--line)}.topbar__brand,.topbar__nav,.section-kicker,.panel-kicker,.app-label,.status-pill,.button,.text-link,.access-card span,.home-footer,.doc-eyebrow,.prose-shell code{font-family:var(--mono)}.topbar__brand{font-size:1.1rem;font-weight:600;letter-spacing:.08em}.topbar__nav{display:flex;align-items:center;gap:clamp(18px,4vw,48px);color:var(--soft);font-size:1rem;letter-spacing:.12em}.topbar__nav a,.text-link{border-bottom:1px solid transparent;transition:border-color .16s ease,color .16s ease,background-color .16s ease}.topbar__nav a:hover,.topbar__nav a:focus-visible,.text-link:hover,.text-link:focus-visible{color:var(--ink);border-color:currentColor}.home-shell{padding:72px 0 40px}.home-section,.access-section{display:grid;gap:36px}.section-kicker,.panel-kicker,.doc-eyebrow{color:var(--soft);font-size:.9rem;font-weight:500;letter-spacing:.18em}.legal-card{min-height:390px;display:grid;grid-template-columns:minmax(0,1fr) 330px;align-items:center;gap:clamp(32px,7vw,96px);padding:clamp(32px,6vw,64px);border:1px solid var(--line-strong);border-radius:8px;background:#fffdf3b8;box-shadow:0 2px #18181617}.legal-card__body{max-width:660px}.legal-card__heading{display:flex;align-items:flex-end;flex-wrap:wrap;gap:18px;margin-bottom:28px}.app-label{display:block;margin-bottom:12px;color:var(--soft);font-size:.84rem;font-weight:500;letter-spacing:.16em}.legal-card h1{margin:0;font-size:clamp(2.1rem,4vw,3.4rem);line-height:1.04;letter-spacing:0}.status-pill{display:inline-flex;align-items:center;gap:8px;padding:7px 10px;border-radius:4px;color:var(--success);background:var(--success-bg);font-size:.88rem;letter-spacing:.08em}.status-pill span{width:8px;height:8px;border-radius:50%;background:#74d37f}.legal-card p{max-width:690px;margin:0;color:var(--muted);font-size:clamp(1rem,1.6vw,1.18rem);line-height:1.75}.legal-card__actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:40px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 24px;border:1px solid transparent;border-radius:7px;font-size:1rem;font-weight:600;letter-spacing:.04em}.button--primary{color:#10100e;background:var(--accent)}.button--secondary{color:var(--muted);border-color:var(--line)}.button:hover,.button:focus-visible{transform:translateY(-1px)}.stats-panel{padding:28px;border:1px solid var(--line-strong);border-radius:8px;background:var(--surface-muted)}.stats-panel dl{display:grid;gap:0;margin:0}.stats-panel dl div{padding:24px 0;border-top:1px solid var(--line-strong)}.stats-panel dl div:first-child{margin-top:18px}.stats-panel dt{margin:0 0 8px;color:var(--ink);font-family:var(--mono);font-size:1.08rem;font-weight:600;letter-spacing:.02em}.stats-panel dd{margin:0;overflow-wrap:anywhere;color:var(--soft);font-family:var(--mono);font-size:.9rem;line-height:1.5}.access-section{margin-top:128px}.access-section__header{display:flex;align-items:end;justify-content:space-between;gap:28px}.access-section h2{max-width:720px;margin:22px 0 0;color:var(--muted);font-size:clamp(1.05rem,2vw,1.35rem);font-weight:500;line-height:1.5;letter-spacing:0}.text-link{flex:none;color:var(--soft);font-size:1rem;letter-spacing:.08em}.access-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border:1px solid var(--line-strong);border-radius:8px;overflow:hidden;background:#fffdf3b8}.access-card{min-height:178px;display:grid;align-content:start;gap:16px;padding:28px 24px;border-right:1px solid var(--line-strong);transition:background-color .16s ease,color .16s ease}.access-card:last-child{border-right:0}.access-card:hover,.access-card:focus-visible{background:var(--accent-dark);color:var(--surface)}.access-card--muted:hover,.access-card--muted:focus-visible{background:#fffdf3b8;color:var(--ink)}.access-card span{font-size:.92rem;font-weight:600;letter-spacing:.08em}.access-card strong{font-size:1.08rem;letter-spacing:0}.access-card p{margin:0;color:var(--muted);font-size:.98rem;line-height:1.65}.access-card:hover p,.access-card:focus-visible p{color:#c8c4b8}.access-card--muted:hover p,.access-card--muted:focus-visible p{color:var(--muted)}.home-footer,.footer-note{display:flex;justify-content:space-between;gap:20px;margin-top:80px;padding-top:24px;border-top:1px solid var(--line);color:var(--soft);font-size:.78rem;letter-spacing:.14em}.page-doc .topbar{min-height:76px}.doc-page{display:grid;gap:18px;padding:28px 0 44px}.doc-hero,.doc-card{border:1px solid var(--line-strong);border-radius:8px;background:#fffdf3c7}.doc-hero{display:block}.doc-hero__brand{padding:clamp(22px,3vw,34px)}.doc-hero__brand{display:flex;flex-direction:column;justify-content:center;gap:12px}.doc-hero__brand h1{max-width:620px;margin:0;font-size:clamp(1.55rem,2.6vw,2.25rem);line-height:1.16;letter-spacing:0}.doc-hero__brand p{max-width:32rem;margin:0;color:var(--muted);font-size:.98rem;line-height:1.62}.doc-card{padding:clamp(24px,4vw,44px)}.prose-shell{color:#292824;font-size:.98rem;line-height:1.82}.prose-shell>:first-child{margin-top:0}.prose-shell h2,.prose-shell h3,.prose-shell h4{color:var(--ink);letter-spacing:0}.prose-shell h2{margin:2.1rem 0 .85rem;padding-top:1.25rem;border-top:1px solid var(--line);font-size:clamp(1.22rem,2.1vw,1.48rem)}.prose-shell h3{margin:1.55rem 0 .65rem;font-size:1.08rem}.prose-shell p,.prose-shell ul,.prose-shell ol{margin:0 0 1rem}.prose-shell ul,.prose-shell ol{padding-left:1.35rem}.prose-shell li{margin-bottom:.45rem}.prose-shell strong{color:var(--ink)}.prose-shell code{padding:.1rem .35rem;border:1px solid var(--line);border-radius:4px;background:var(--surface-muted);font-size:.9em}.prose-shell a{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:.16em}.prose-shell blockquote{margin:1.5rem 0;padding:1rem 1.2rem;border-left:3px solid var(--ink);background:var(--surface-muted)}.prose-shell hr{margin:2rem 0;border:0;border-top:1px solid var(--line)}@media(max-width:900px){:root{--content-width: min(100vw - 28px, 720px)}.topbar{min-height:92px}.legal-card,.access-grid{grid-template-columns:1fr}.access-card{min-height:0;border-right:0;border-bottom:1px solid var(--line-strong)}.access-card:last-child{border-bottom:0}}@media(max-width:640px){:root{--content-width: calc(100vw - 20px) }.site-grid{background-size:28px 28px}.topbar{align-items:flex-start;flex-direction:column;justify-content:center;gap:16px}.topbar__nav{width:100%;justify-content:space-between;gap:10px;font-size:.82rem;letter-spacing:.08em}.home-shell{padding-top:44px}.legal-card{padding:24px}.legal-card__heading{gap:12px;margin-bottom:22px}.legal-card__actions,.button,.access-section__header,.home-footer,.footer-note{width:100%}.button{padding-inline:16px}.access-section{margin-top:76px}.access-section__header,.home-footer,.footer-note{align-items:flex-start;flex-direction:column}.doc-page{padding-top:32px}}
