@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Playfair+Display:wght@400;600;700&display=swap";:root{--color-primary:#e8722a;--color-primary-light:#f49d5c;--color-primary-dark:#c45a1a;--color-secondary:#2d7a3a;--color-secondary-light:#4a9e58;--color-secondary-dark:#1d5c28;--color-accent:#f5b731;--color-bg:#faf8f5;--color-bg-card:#fff;--color-bg-hover:#f5f0ea;--color-text:#2c1810;--color-text-secondary:#6b5b4e;--color-text-muted:#9c8b7e;--color-border:#e5ddd5;--color-border-light:#f0ebe5;--color-success:#2d7a3a;--color-warning:#e8a020;--color-error:#d63031;--color-info:#2980b9;--shadow-sm:0 1px 3px #2c181014;--shadow-md:0 4px 12px #2c18101a;--shadow-lg:0 8px 24px #2c18101f;--space-xs:.25rem;--space-sm:.5rem;--space-md:1rem;--space-lg:1.5rem;--space-xl:2rem;--space-2xl:3rem;--space-3xl:4rem;--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--radius-full:9999px;--font-body:"Inter", -apple-system, BlinkMacSystemFont, sans-serif;--font-heading:"Playfair Display", Georgia, serif;--font-mono:"JetBrains Mono", monospace;--text-xs:.75rem;--text-sm:.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:2rem;--text-4xl:2.5rem;--text-5xl:3.5rem}[data-theme=dark]{--color-bg:#1a1410;--color-bg-card:#2a2118;--color-bg-hover:#3a3028;--color-text:#f5ebe0;--color-text-secondary:#c4b5a5;--color-text-muted:#8a7b6e;--color-border:#3a3028;--color-border-light:#2a2118;--shadow-sm:0 1px 3px #0003;--shadow-md:0 4px 12px #00000040;--shadow-lg:0 8px 24px #0000004d}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px}body{font-family:var(--font-body);background-color:var(--color-bg);color:var(--color-text);min-height:100vh;line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--color-text);font-weight:600;line-height:1.2}h1{font-size:var(--text-5xl)}h2{font-size:var(--text-4xl)}h3{font-size:var(--text-3xl)}h4{font-size:var(--text-2xl)}h5{font-size:var(--text-xl)}h6{font-size:var(--text-lg)}a{color:var(--color-primary);text-decoration:none;transition:color .2s}a:hover{color:var(--color-primary-dark)}img{max-width:100%;height:auto;display:block}button{cursor:pointer;font-family:var(--font-body);background:0 0;border:none}input,textarea,select{font-family:var(--font-body);font-size:var(--text-base)}ul,ol{list-style:none}::selection{background-color:var(--color-primary);color:#fff}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--color-bg)}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--color-text-muted)}.container{max-width:1200px;padding:0 var(--space-lg);margin:0 auto}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@keyframes spin{to{transform:rotate(360deg)}}@media (width<=768px){h1{font-size:var(--text-3xl)}h2{font-size:var(--text-2xl)}h3{font-size:var(--text-xl)}}
