@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{--bg-color: #ffffff;--bg-secondary: #f8f9fa;--text-color: #1a1a1a;--text-secondary: #6b7280;--primary-color: #4f46e5;--primary-hover: #4338ca;--border-color: #e5e7eb;--card-bg: #ffffff}[data-theme=dark]{--bg-color: #0f0f0f;--bg-secondary: #1a1a1a;--text-color: #f9fafb;--text-secondary: #9ca3af;--primary-color: #6366f1;--primary-hover: #818cf8;--border-color: #2d2d2d;--card-bg: #1a1a1a}*{box-sizing:border-box}html{scroll-behavior:smooth;height:100%;font-size:16px}body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:var(--bg-color);color:var(--text-color);line-height:1.6;transition:background-color .2s ease,color .2s ease;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{margin:0;font-weight:600;line-height:1.2;letter-spacing:-.02em}p{margin:0}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}input,textarea,select{font-family:inherit}img{max-width:100%;height:auto}
