*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;width:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:root{--background-color: #ffffff;--text-color: #121212;--card-background: #ffffff;--border-color: rgba(0, 0, 0, .1);--shadow-color: rgba(0, 0, 0, .1);--primary-color: #2196f3;--primary-hover: #1976d2;--error-color: #d32f2f;--success-color: #4caf50;--input-background: #ffffff;--input-border: #dddddd}@media (prefers-color-scheme: dark){:root{--background-color: #121212;--text-color: #ffffff;--card-background: #1e1e1e;--border-color: rgba(255, 255, 255, .1);--shadow-color: rgba(0, 0, 0, .3);--primary-color: #2196f3;--primary-hover: #1976d2;--error-color: #ef5350;--success-color: #66bb6a;--input-background: #333333;--input-border: #444444}}body{background-color:var(--background-color);color:var(--text-color)}h1,h2,h3,h4,h5,h6{margin-bottom:.5em;font-weight:600}p{margin-bottom:1em}a{color:var(--primary-color);text-decoration:none}a:hover{text-decoration:underline}input,button,textarea,select{font-family:inherit;font-size:1rem}button{cursor:pointer}.text-center{text-align:center}.full-width{width:100%}.full-height{height:100%}
