*{margin:0;padding:0;box-sizing:border-box}#root{width:100%;min-height:100vh}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{text-decoration:none;color:inherit}button{outline:none;border:0px;background:inherit;color:inherit;font-size:1rem}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background:none;border:none;outline:none;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;line-height:1.5;cursor:pointer}option{background:#fff;color:#1f2937;padding:8px}.section-title{font-size:20px;font-weight:600;line-height:28px}.section-card{background-color:#fff;border-width:1px;border-color:#e5e7eb;border-radius:10px;padding:25px}.grid{display:grid;grid-template-columns:1fr;gap:20px}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-colspan-2{grid-column:span 2 / span 2}.grid-rowspan-2{grid-row:span 2 / span 2}.flex{display:flex;flex-direction:row;gap:20px}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}
