@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";:root{--color-primary: #1a6b3c;--color-primary-light: #2d9c5a;--color-primary-dark: #114d2b;--color-accent: #c8a84b;--color-accent-light: #e2c882;--color-bg: #ffffff;--color-bg-secondary: #f5f5f4;--color-bg-card: #ffffff;--color-border: #e2e8f0;--color-text: #1a1a1a;--color-text-muted: #64748b;--color-text-inverted: #f5f0e8;--color-row-alt: #f8fafc;--font-sans: "Inter", system-ui, -apple-system, sans-serif;--font-mono: ui-monospace, "Fira Code", monospace;--radius-sm: .25rem;--radius-md: .5rem;--radius-lg: 1rem;--radius-xl: 1.5rem;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--transition: .15s cubic-bezier(.4, 0, .2, 1)}[data-theme=dark],:root{--color-bg: #0d1117;--color-bg-secondary: #161b22;--color-bg-card: #1c2128;--color-border: #30363d;--color-text: #f5f0e8;--color-text-muted: #8b949e;--color-text-inverted: #1a1a1a;--color-row-alt: #21262d}[data-theme=light]{--color-bg: #ffffff;--color-bg-secondary: #f6f8fa;--color-bg-card: #ffffff;--color-border: #d0d7de;--color-text: #1a1a1a;--color-text-muted: #57606a;--color-text-inverted: #f5f0e8;--color-row-alt: #f6f8fa}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-sans);background-color:var(--color-bg);color:var(--color-text);line-height:1.6;transition:background-color var(--transition),color var(--transition)}a{color:var(--color-primary-light);text-decoration:none;transition:color var(--transition)}a:hover{color:var(--color-accent)}img,svg{display:block;max-width:100%}button{font-family:inherit;cursor:pointer}@keyframes fadeInUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes spin{to{transform:rotate(360deg)}}.animate-fade-in-up{animation:fadeInUp .4s ease both}.animate-fade-in{animation:fadeIn .3s ease both}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--color-bg-secondary)}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--color-text-muted)}.nav-hamburger{display:none}.nav-links-desktop{display:flex}@media (max-width: 640px){.nav-hamburger{display:flex}.nav-links-desktop{display:none!important}}
