:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#334155;background-color:#f8fafc;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}body{min-width:320px;min-height:100vh}button{border:none;background:none;cursor:pointer;font-family:inherit}input,button,textarea,select{font:inherit}a{text-decoration:none}h1,h2,h3,h4,h5,h6,p{margin:0}ul,ol{list-style:none;padding:0;margin:0}img{max-width:100%;height:auto}input:focus,textarea:focus,select:focus{outline:none}html{box-sizing:border-box}@media (prefers-color-scheme: dark){:root{color:#f8fafc;background-color:#1e293b}}.responsive-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media (max-width: 768px){.responsive-grid{grid-template-columns:1fr}.reduced-padding{padding:.5rem!important}.reduced-font-size{font-size:.9rem!important}.user-avatar{width:100px!important;height:100px!important;font-size:2rem!important;margin-bottom:.5rem!important}.FormContainer{padding:1rem!important}.FormSection{padding:1rem!important;margin-bottom:1rem!important}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.spin{animation:spin 1s linear infinite}
