:root{--djay-font-sans:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--djay-ink:#171a1f;--djay-forest-900:#173f35;--djay-green-700:#126149;--djay-green-800:#0d4d3a;--djay-green-100:#dceee7;--djay-accent:#f2c14e;--djay-canvas:#f4f6f5;--djay-surface:#ffffff;--djay-border:#d9dfdc;--djay-muted:#626b67;--djay-danger:#b43832;--djay-danger-soft:#fff1f0;--djay-warning:#b17a12;--djay-warning-soft:#fff8e6;--djay-focus:#79c9ae;--djay-radius-control:6px}html{scroll-behavior:smooth}:where(a,button,input,select,textarea,summary):focus-visible{outline:3px solid var(--djay-focus);outline-offset:2px}@media (prefers-reduced-motion:reduce){*,:after,:before{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.recovery-page{min-height:100vh;display:grid;grid-template-rows:auto 1fr;background:var(--djay-canvas);color:var(--djay-ink)}.recovery-header{min-height:68px;display:flex;align-items:center;gap:10px;padding:14px clamp(20px,5vw,64px);border-bottom:1px solid var(--djay-border);background:var(--djay-surface);font-size:14px}.recovery-mark{width:34px;height:34px;display:grid;place-items:center;flex:0 0 auto;border-radius:var(--djay-radius-control);background:var(--djay-accent);color:var(--djay-ink);font-weight:900}.recovery-realm{margin-left:auto;color:var(--djay-muted)}.recovery-content{width:min(680px,calc(100% - 40px));margin:auto;padding:64px 0}.recovery-kicker{margin:0 0 12px;color:var(--djay-green-700);font-size:12px;font-weight:900;text-transform:uppercase}.recovery-content h1{margin:0;font-size:clamp(34px,6vw,58px);line-height:1.05}.recovery-copy{max-width:610px;margin:20px 0 28px;color:var(--djay-muted);font-size:16px;line-height:1.6}.recovery-actions{display:flex;flex-wrap:wrap;align-items:center;gap:12px 18px}.recovery-page button,.recovery-primary{width:auto;min-height:44px;display:inline-flex;align-items:center;justify-content:center;margin:0;border:0;border-radius:var(--djay-radius-control);padding:0 16px;background:var(--djay-green-700);color:#fff;font:inherit;font-weight:800;text-decoration:none;cursor:pointer}.recovery-secondary{color:var(--djay-green-700);font-weight:800;text-underline-offset:3px}.recovery-page button:hover,.recovery-primary:hover{background:var(--djay-green-800)}.recovery-page button:focus-visible,.recovery-primary:focus-visible,.recovery-secondary:focus-visible{outline:3px solid var(--djay-focus);outline-offset:3px}@media (max-width:520px){.recovery-header{align-items:flex-start}.recovery-realm{max-width:120px;text-align:right}.recovery-actions{align-items:stretch}.recovery-page button,.recovery-primary{width:100%}}:root{font-family:var(--djay-font-sans);color:var(--djay-ink);background:var(--djay-canvas)}*{box-sizing:border-box}body{min-width:320px;margin:0}.api-page{min-height:100vh;display:grid;grid-template-rows:auto 1fr}.api-header{min-height:68px;display:flex;align-items:center;gap:10px;padding:14px clamp(20px,5vw,64px);border-bottom:1px solid var(--djay-border);background:var(--djay-surface);font-size:14px}.api-mark{width:34px;height:34px;display:grid;place-items:center;border-radius:var(--djay-radius-control);background:var(--djay-accent);font-weight:900}.api-header span:last-child{margin-left:auto;color:var(--djay-muted)}.api-content{width:min(720px,calc(100% - 40px));margin:auto;padding:64px 0}.api-content>p:first-child{margin:0 0 12px;color:var(--djay-green-700);font-size:12px;font-weight:900;text-transform:uppercase}.api-content h1{margin:0;font-size:clamp(34px,6vw,58px);line-height:1.05}.api-copy{max-width:620px;margin:20px 0 28px;color:var(--djay-muted);font-size:16px;line-height:1.6}.api-link{min-height:44px;display:inline-flex;align-items:center;padding:0 16px;border-radius:var(--djay-radius-control);background:var(--djay-green-700);color:#fff;font-weight:800;text-decoration:none}.api-link:hover{background:var(--djay-green-800)}