:root{--color-primary: #cc785c;--color-primary-active: #a9583e;--color-primary-disabled: #e6dfd8;--color-ink: #141413;--color-body: #3d3d3a;--color-body-strong: #252523;--color-muted: #6c6a64;--color-muted-soft: #8e8b82;--color-hairline: #e6dfd8;--color-hairline-soft: #ebe6df;--color-canvas: #faf9f5;--color-surface-soft: #f5f0e8;--color-surface-card: #efe9de;--color-surface-cream-strong: #e8e0d2;--color-surface-dark: #181715;--color-surface-dark-elevated: #252320;--color-surface-dark-soft: #1f1e1b;--color-on-primary: #ffffff;--color-on-dark: #faf9f5;--color-on-dark-soft: #a09d96;--color-accent-teal: #5db8a6;--color-accent-amber: #e8a55a;--color-success: #5db872;--color-warning: #d4a017;--color-error: #c64545;--font-display: "Cormorant Garamond", "Tiempos Headline", Georgia, serif;--font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-mono: "JetBrains Mono", ui-monospace, monospace;--rounded-xs: 4px;--rounded-sm: 6px;--rounded-md: 8px;--rounded-lg: 12px;--rounded-xl: 16px;--rounded-pill: 9999px;--space-xxs: 4px;--space-xs: 8px;--space-sm: 12px;--space-md: 16px;--space-lg: 24px;--space-xl: 32px;--space-xxl: 48px;--space-section: 96px;--shadow-card: 0 1px 3px rgba(20, 20, 19, .08)}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;min-height:100vh;font-family:var(--font-body);font-size:16px;line-height:1.55;color:var(--color-body);background:var(--color-canvas);-webkit-font-smoothing:antialiased}body{display:flex;flex-direction:column}app-root{flex:1;display:flex;flex-direction:column}h1,h2,h3{font-family:var(--font-display);font-weight:400;color:var(--color-ink);letter-spacing:-.5px;margin:0 0 var(--space-md)}h1{font-size:36px;line-height:1.15}h2{font-size:28px;line-height:1.2}h3{font-size:22px;line-height:1.3}a{color:var(--color-primary);text-decoration:none}a:hover{text-decoration:underline}button{font-family:inherit;cursor:pointer;border:none;background:none}input,textarea,select{font-family:inherit;font-size:16px}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-thumb{background:var(--color-hairline);border-radius:6px}
