@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{--primary-color: #474DFF;--secondary-color: #27EE76;--text-color: #333333;--text-light: #666666;--background-color: #FFFFFF;--background-light: #F8F9FA;--error-color: #F44336;--success-color: #4CAF50;--warning-color: #FF9800;--border-color: #E0E0E0}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:var(--text-color);background-color:var(--background-light);line-height:1.6}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2}a{color:var(--primary-color);text-decoration:none}a:hover{text-decoration:underline}button{cursor:pointer}.container{max-width:1200px;margin:0 auto;padding:0 1rem}
