:root{--color-bg:#0c0c0b;--color-surface:#141413;--color-surface-raised:#1a1a18;--color-border:#1e1e1c;--color-border-mid:#2a2a28;--color-text-primary:#ede9e3;--color-text-secondary:#888780;--color-text-muted:#444441;--color-accent:#b8955a;--color-accent-dark:#0c0c0b;--color-success:#1d9e75;--font-family:"Inter", system-ui, sans-serif;--font-weight-regular:400;--font-weight-medium:500;--font-size-hero:38px;--font-size-section:22px;--font-size-body:15px;--font-size-small:14px;--font-size-label:12px;--font-size-eyebrow:11px;--radius-default:8px;--radius-card:12px;--border-thin:.5px solid var(--color-border);--border-mid:.5px solid var(--color-border-mid)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;height:100%}body{font-family:var(--font-family);font-weight:var(--font-weight-regular);font-size:var(--font-size-body);background-color:var(--color-bg);color:var(--color-text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5}#root{flex-direction:column;height:100%;display:flex}input,button,textarea{font-family:inherit;font-size:inherit}button{cursor:pointer;background:0 0;border:none}a{color:inherit;text-decoration:none}ul,ol{list-style:none}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:var(--color-bg)}::-webkit-scrollbar-thumb{background:var(--color-border-mid);border-radius:2px}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fade-in{animation:.3s forwards fadeIn}.fade-slide-up{animation:.3s forwards fadeSlideUp}@keyframes spin{to{transform:rotate(360deg)}}.spinner{border:1.5px solid var(--color-border-mid);border-top-color:var(--color-accent);border-radius:50%;width:16px;height:16px;animation:.7s linear infinite spin;display:inline-block}
