:root{font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;font-weight:400;line-height:1.5}*{box-sizing:border-box}body{color:#333;background-color:#f5f5f5;min-width:320px;min-height:100vh;margin:0}#root{min-height:100vh}a{color:#00243d;font-weight:500;text-decoration:none}a:hover{color:#004d7a}h1,h2,h3,h4,h5,h6{margin-top:0}button{cursor:pointer;border:1px solid #0000;border-radius:4px;padding:.6em 1.2em;font-family:inherit;font-size:1em;font-weight:500;transition:all .2s}input,select,textarea{font-family:inherit;font-size:inherit}.app-container{flex-direction:column;min-height:100vh;display:flex}.app-header{color:#fff;background-color:#00243d;justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex}.app-header h1{margin:0;font-size:1.5rem}.user-info{align-items:center;gap:1rem;display:flex}.logout-btn{color:#fff;cursor:pointer;background-color:#0000;border:1px solid #fff;border-radius:4px;padding:.5rem 1rem;transition:background-color .2s}.logout-btn:hover{background-color:#ffffff1a}.app-main{box-sizing:border-box;flex:1;width:100%;max-width:1200px;margin:0 auto;padding:2rem}.loading{color:#666;justify-content:center;align-items:center;height:100vh;font-size:1.2rem;display:flex}.error-message{color:#dc2626;text-align:center;background-color:#fee2e2;border-radius:4px;margin-bottom:1rem;padding:1rem}.registration-container{background:linear-gradient(135deg,#00243d 0%,#004d7a 100%);justify-content:center;align-items:center;display:flex}.registration-form{text-align:center;background:#fff;border-radius:8px;width:100%;max-width:400px;padding:2.5rem;box-shadow:0 4px 20px #00000026}.registration-form h1{color:#00243d;margin-bottom:.5rem;font-size:1.8rem}.registration-form p{color:#666;margin-bottom:1.5rem}.form-group{text-align:left;margin-bottom:1.25rem}.form-group label{color:#333;margin-bottom:.5rem;font-weight:500;display:block}.form-group input{box-sizing:border-box;border:1px solid #ddd;border-radius:4px;width:100%;padding:.75rem;font-size:1rem;transition:border-color .2s}.form-group input:focus{border-color:#00243d;outline:none}.registration-form button[type=submit]{color:#fff;cursor:pointer;background-color:#00243d;border:none;border-radius:4px;width:100%;padding:.75rem;font-size:1rem;transition:background-color .2s}.registration-form button[type=submit]:hover{background-color:#003a5c}.registration-form button[type=submit]:disabled{cursor:not-allowed;background-color:#999}.dashboard h2{color:#00243d;margin-bottom:1.5rem}.user-card{text-align:left;background:#fff;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:2rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a}.user-card h3{color:#00243d;margin:0 0 1rem}.user-card p{color:#555;margin:.5rem 0}.data-sections{text-align:left;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem;box-shadow:0 1px 3px #0000001a}.data-sections h3{color:#00243d;margin:0 0 1rem}.data-sections ul{margin:0;padding:0;list-style:none}.data-sections li{border-bottom:1px solid #eee;padding:.75rem 0}.data-sections li:last-child{border-bottom:none}.data-sections a{color:#00243d;font-weight:500;text-decoration:none}.data-sections a:hover{color:#004d7a;text-decoration:underline}
