@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{min-height:100vh;line-height:1.6}img,svg{display:block;max-width:100%}button{cursor:pointer;border:none;background:none;font:inherit;color:inherit}a{text-decoration:none;color:inherit}ul,ol{list-style:none}input,textarea,select{font:inherit;color:inherit}:root{--color-bg: #ffffff;--color-bg-alt: #f8f9fa;--color-surface: #ffffff;--color-surface-hover: #f1f3f5;--color-border: #e9ecef;--color-text: #1b2d45;--color-text-muted: #868e96;--color-primary: #1b2d45;--color-accent: #c8913a;--color-accent-light: #d9a85c;--color-accent-dark: #a87525;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .08);--shadow-md: 0 4px 12px rgba(0, 0, 0, .1);--shadow-lg: 0 8px 30px rgba(0, 0, 0, .12);--nav-bg: rgba(255, 255, 255, .95);--modal-overlay: rgba(0, 0, 0, .5)}[data-theme=dark]{--color-bg: #0f1923;--color-bg-alt: #1a2937;--color-surface: #1a2937;--color-surface-hover: #243545;--color-border: #243545;--color-text: #e1e8ef;--color-text-muted: #8899aa;--color-primary: #e1e8ef;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .2);--shadow-md: 0 4px 12px rgba(0, 0, 0, .3);--shadow-lg: 0 8px 30px rgba(0, 0, 0, .4);--nav-bg: rgba(15, 25, 35, .95);--modal-overlay: rgba(0, 0, 0, .7)}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;color:var(--color-text);background-color:var(--color-bg);transition:background-color .25s ease,color .25s ease}::selection{background-color:var(--color-accent);color:#fff}:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}
