:root{--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-16:4rem;--space-20:5rem;--space-24:6rem;--radius-xs:4px;--radius-sm:6px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--radius-2xl:20px;--radius-pill:999px;--font-display:var(--font-sora), Sora, system-ui, sans-serif;--font-ui:var(--font-jakarta), Plus Jakarta Sans, system-ui, -apple-system, Segoe UI, Roboto, sans-serif;--font-code:var(--font-jbmono), JetBrains Mono, ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, monospace;--text-display-2xl:clamp(2.5rem, 1.9rem + 3vw, 3.5rem);--text-display-xl:clamp(2rem, 1.6rem + 2vw, 2.75rem);--text-h1:2rem;--text-h2:1.5rem;--text-h3:1.25rem;--text-h4:1.125rem;--text-lg:1.0625rem;--text-base:1rem;--text-sm:.875rem;--text-caption:.8125rem;--text-overline:.6875rem;--duration-fast:.12s;--duration-base:.2s;--duration-slow:.32s;--ease-standard:cubic-bezier(.2, .8, .2, 1);--ease-emphasized:cubic-bezier(.16, 1, .3, 1);--ease-exit:cubic-bezier(.4, 0, 1, 1);--z-dropdown:1000;--z-sticky:1100;--z-overlay:1200;--z-modal:1300;--z-tooltip:1400;--z-toast:1500;--viz-1:#1f53e5;--viz-2:#0ea5a4;--viz-3:#f5a524;--viz-4:#7c5cfc;--viz-5:#0e9f6e;--viz-6:#e5484d;--viz-7:#0ea5e9;--viz-8:#64748b}.rc-status{justify-content:center;align-items:center;min-height:60vh;padding:2rem 1rem;display:flex}.rc-status--standalone{background:var(--bg);flex-direction:column;justify-content:flex-start;align-items:stretch;min-height:100dvh;padding:0}.rc-status__topbar{justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 1.5rem;display:flex}@media (max-width:640px){.rc-status__topbar{padding:1rem}}.rc-status__brand{border-radius:8px;text-decoration:none;display:inline-flex}.rc-status__brand:focus-visible{box-shadow:0 0 0 4px var(--surface),0 0 0 6px var(--ring);outline:none}.rc-status__body{flex:1;justify-content:center;align-items:center;padding:2rem 1rem 4rem;display:flex}.rc-status__card{text-align:center;flex-direction:column;align-items:center;max-width:480px;display:flex}.rc-status__glyph{border:1px solid #0000;border-radius:16px;justify-content:center;align-items:center;width:64px;height:64px;font-size:1.75rem;line-height:0;display:inline-flex}.rc-status__glyph--danger{background:var(--danger-soft);color:var(--danger-text);border-color:var(--danger-border)}.rc-status__glyph--warning{background:var(--warning-soft);color:var(--warning-text);border-color:var(--warning-border)}.rc-status__glyph--info{background:var(--info-soft);color:var(--info-text);border-color:var(--info-border)}.rc-status__glyph--neutral{background:var(--surface-sunken);color:var(--text-3);border-color:var(--border)}.rc-status__code{font-family:var(--font-code);letter-spacing:.02em;color:var(--text-3);margin-top:1.25rem;font-size:.8125rem;font-weight:500}.rc-status__code--danger{color:var(--danger-text)}.rc-status__code--warning{color:var(--warning-text)}.rc-status__code--info{color:var(--info-text)}.rc-status__title{font-family:var(--font-display);letter-spacing:-.02em;color:var(--text-1);margin-top:.75rem;font-size:clamp(1.25rem,1.3rem + 1vw,1.5rem);font-weight:700;line-height:1.2}.rc-status__text{color:var(--text-3);margin-top:.75rem;font-size:1rem;line-height:1.6}.rc-status__text b{color:var(--text-2);font-weight:600}.rc-status__actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem;margin-top:1.5rem;display:flex}.rc-status__help{color:var(--text-4);margin-top:1rem;font-size:.8125rem;line-height:1.6}.rc-status__help a{color:var(--primary-text);text-decoration:none}.rc-status__help a:hover{text-decoration:underline}.rc-status__spinner{border:3px solid var(--border);border-top-color:var(--primary);border-radius:999px;width:34px;height:34px;animation:.75s linear infinite rc-status-spin}@media (prefers-reduced-motion:reduce){.rc-status__spinner{border-top-color:var(--primary);opacity:.7;animation:none}}.rc-status__detail{background:var(--surface-sunken);border:1px dashed var(--border-strong);font-family:var(--font-code);color:var(--text-3);word-break:break-all;-webkit-user-select:all;user-select:all;border-radius:8px;margin-top:1.25rem;padding:.75rem 1rem;font-size:.8125rem}@keyframes rc-status-spin{to{transform:rotate(360deg)}}
