:root{--bg: #ffffff;--ink: #1a1a1a;--ink-muted: #5a5a5a;--hairline: #e6e6e6;--precision: #9c5b8a;--precision-tint: #f3eaef;--gap: 24px;--measure: 640px}@media (prefers-color-scheme: dark){:root{--bg: #111111;--ink: #ededed;--ink-muted: #9a9a9a;--hairline: #2a2a2a;--precision-tint: #2a1f27}}*{box-sizing:border-box}html,body{margin:0;padding:0;background:var(--bg);color:var(--ink);font-family:Inter,system-ui,-apple-system,sans-serif;font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased}main{max-width:960px;margin:0 auto;padding:32px 24px 96px}@media (max-width: 767px){main{padding:20px 16px 64px}}h1,h2,h3{font-family:Georgia,Times New Roman,serif;font-weight:400;letter-spacing:-.01em;margin:0 0 12px}h1{font-size:32px;line-height:1.2}h2{font-size:22px;line-height:1.3;margin-top:32px}h3{font-size:17px;line-height:1.35}@media (max-width: 767px){h1{font-size:24px}h2{font-size:18px;margin-top:24px}}p{margin:0 0 12px}a{color:var(--precision);text-decoration:none}a:hover{text-decoration:underline}button{font:inherit;background:var(--ink);color:var(--bg);border:none;padding:10px 20px;cursor:pointer;border-radius:0;letter-spacing:.02em}button:hover{opacity:.85}button.ghost{background:transparent;color:var(--ink);border:1px solid var(--hairline)}input,select{font:inherit;background:transparent;border:none;border-bottom:1px solid var(--hairline);padding:8px 0;color:var(--ink);width:100%}input:focus,select:focus{outline:none;border-bottom-color:var(--precision)}.muted{color:var(--ink-muted);font-size:14px}.divider{border:0;border-top:1px solid var(--hairline);margin:24px 0}.stack{display:flex;flex-direction:column;gap:var(--gap)}.row{display:flex;gap:24px;flex-wrap:wrap}.measure{max-width:var(--measure)}.mono{font-family:ui-monospace,SFMono-Regular,monospace;font-size:13px}.brandmark{font-family:Georgia,serif;font-weight:400;font-size:18px;letter-spacing:-.005em;line-height:1}.brandmark .modifier{text-transform:uppercase;font-size:13px;letter-spacing:.12em;margin-left:6px;color:var(--precision)}@media (max-width: 767px){table.stack-on-phone{display:block;width:100%}table.stack-on-phone thead{display:none}table.stack-on-phone tbody,table.stack-on-phone tr{display:block;width:100%}table.stack-on-phone tr{border-bottom:1px solid var(--hairline);padding:12px 0}table.stack-on-phone td{display:flex;justify-content:space-between;padding:4px 0;border-bottom:none}table.stack-on-phone td:before{content:attr(data-label);color:var(--ink-muted);font-size:13px;margin-right:16px}}.phase-strip{display:flex;gap:6px;flex-wrap:wrap;overflow-x:auto;-webkit-overflow-scrolling:touch}@media (max-width: 767px){.phase-strip{flex-wrap:nowrap;padding-bottom:4px}.phase-strip>*{flex-shrink:0}}
