:root{--color-primary:#ff715b;--color-primary-hover:#d85845;--color-text-main:#222;--color-text-secondary:#8a8a8a;--color-text-tertiary:#b0b0b0;--color-background:#fff;--color-surface:#f7f7f7;--color-border:#ddd;--color-border-hover:#222;--color-success:#74d19c;--color-error:#d85845;--layout-max-width:1280px;--font-family-base:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;--font-size-xs:.75rem;--font-size-sm:.875rem;--font-size-md:1rem;--font-size-lg:1.125rem;--font-size-xl:2rem;--font-size-2xl:2.4rem;--font-weight-regular:400;--font-weight-medium:500;--font-weight-bold:600;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-6:24px;--space-8:32px;--space-12:48px;--space-16:64px;--radius-sm:8px;--radius-md:12px;--radius-lg:24px;--radius-pill:9999px;--shadow-sm:0 1px 2px #00000014;--shadow-md:0 6px 16px #00000014;--shadow-lg:0 12px 24px #00000014;--transition-fast:.2s cubic-bezier(.2,0,0,1)}
*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-family-base);color:var(--color-text-main);background-color:var(--color-background);font-size:var(--font-size-md);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.25}h1,h2,h3,h4,h5,h6{font-weight:var(--font-weight-bold);letter-spacing:-.02em;margin-bottom:var(--space-2)}a{color:inherit;text-decoration:none}button{font-family:inherit}.animate-fade-in{opacity:0;animation:.4s cubic-bezier(.2,0,0,1) forwards fadeIn;transform:translateY(10px)}@keyframes fadeIn{to{opacity:1;transform:translateY(0)}}
