:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}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}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}#root{max-width:100%;width:100%;margin:0;padding:0;text-align:left}.app-container{min-height:100vh;width:100%;display:flex;flex-direction:column}.loading-container{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;color:#f5f5f5}.loading-spinner{width:50px;height:50px;border:5px solid #333;border-top:5px solid #646cff;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.logo,.card,.read-the-docs{display:none}.login-container{display:flex;justify-content:center;align-items:center;min-height:100vh}.login-form-wrapper{background-color:#2a2a2a;padding:2rem;border-radius:8px;box-shadow:0 4px 8px #0003;width:100%;max-width:400px}.login-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group input{padding:.75rem;border-radius:4px;border:1px solid #444;background-color:#333;color:#fff;font-size:1rem}.login-form button{background-color:#646cff;color:#fff;padding:.75rem;border-radius:4px;border:none;font-size:1rem;cursor:pointer;margin-top:1rem}.login-form button:hover{background-color:#535bf2}.login-form button:disabled{background-color:#555;cursor:not-allowed}.error-message{color:#ff6b6b;font-size:.9rem;text-align:center}.dashboard-container{max-width:1200px;margin:0 auto;padding:2rem;color:#f5f5f5}.dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;border-bottom:1px solid #444;padding-bottom:1rem}.logout-button{background-color:#ff6b6b;color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer}.logout-button:hover{background-color:#ff5252}.dashboard-content{background-color:#2a2a2a;border-radius:8px;padding:1.5rem;box-shadow:0 4px 8px #0003}.user-info{background-color:#333;padding:1rem;border-radius:4px;margin-bottom:1.5rem}.dashboard-panel{margin-top:1.5rem}.admin-panel,.user-panel{background-color:#333;padding:1.5rem;border-radius:4px;margin-top:1.5rem}.admin-panel h3,.user-panel h3{color:#646cff;margin-bottom:1rem}.admin-panel ul,.user-panel ul{padding-left:1.5rem;margin-bottom:1rem}.admin-panel li,.user-panel li{margin-bottom:.5rem}.secret-section{background-color:#422;padding:1rem;border-radius:4px;border:1px dashed #f88;margin-top:1.5rem}.secret-section h4{color:#ff6b6b;margin-bottom:.5rem}.secret-section code{display:block;padding:.5rem;background-color:#333;border-radius:4px;margin-top:.5rem;color:#f88}.verification-error{text-align:center;color:#ff6b6b;padding:2rem}
