@import "https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";:root{--color-background:#fafbfc;--color-surface:#fff;--color-primary:#1b365d;--color-secondary:#9caf88;--color-text:#1b365d;--color-text-secondary:#64748b;--color-border:#e2e8f0;--color-overlay:#1b365d66;--color-accent:#ff6b35}[data-theme=dark],:root[data-theme=dark]{--color-background:#121212;--color-surface:#1e1e1e;--color-primary:#ff8a65;--color-secondary:#9e9e9e;--color-text:#fff;--color-text-secondary:#b0b0b0;--color-border:#333;--color-overlay:#0009;--color-accent:gold}.text-xs{font-size:clamp(.75rem,.7rem + .25vw,.875rem)}.text-sm{font-size:clamp(.875rem,.8rem + .375vw,1rem)}.text-base{font-size:clamp(1rem,.9rem + .5vw,1.125rem)}.text-lg{font-size:clamp(1.125rem,1rem + .625vw,1.25rem)}.text-xl{font-size:clamp(1.25rem,1.1rem + .75vw,1.5rem)}.text-2xl{font-size:clamp(1.5rem,1.3rem + 1vw,1.875rem)}.text-3xl{font-size:clamp(1.875rem,1.6rem + 1.375vw,2.25rem)}.text-4xl{font-size:clamp(2.25rem,1.9rem + 1.75vw,3rem)}.text-5xl{font-size:clamp(3rem,2.5rem + 2.5vw,3.75rem)}.text-6xl{font-size:clamp(3.75rem,3rem + 3.75vw,4.5rem)}*{box-sizing:border-box}html{font-feature-settings:"cv11","ss01";font-variation-settings:"slnt" 0}body{font-optical-sizing:auto;background-color:var(--color-background);color:var(--color-text);margin:0;padding:0;font-family:Inter Variable,Inter,-apple-system,BlinkMacSystemFont,San Francisco,Helvetica Neue,Arial,sans-serif;transition:background-color .3s,color .3s}html{scroll-behavior:smooth}*{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{max-width:100%;height:auto}