: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;flex-direction:column;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{--primary: #0a78a1;--accent: #f4c68a;--sidebar-bg: #085475;--bg-light: #e6eff7f9;--danger: #d9534f}body{margin:0;background:var(--bg-light);font-family:Arial,sans-serif}.banner{background-color:#1e40af;color:#fff;text-align:center;padding:1rem;font-size:1.5rem;font-weight:700}.navbar{display:flex;width:100%;justify-content:space-between;background-color:#fff;padding:1rem 2rem;box-shadow:0 2px 4px #0000000d;position:sticky;top:0}.login-container{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh}.login-box{width:320px;max-width:350px;background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 20px #0000001a}.input-field{width:100%;font-size:20px;font-weight:500;color:#065a79;padding:.7rem;margin-bottom:1rem;border:1px solid #ccc;border-radius:8px}.error-text{color:var(--danger);margin-bottom:1rem;font-size:.9rem}.primary-btn{width:100%;padding:.7rem;background:var(--primary);color:#fff;font-size:20px;font-weight:600;border:none;border-radius:8px;cursor:pointer}.sidebar{width:250px;background:var(--sidebar-bg);color:#fff;padding:2rem 1rem;min-height:100vh}.sidebar button{display:block;width:100%;padding:.7rem;margin-bottom:1rem;background:transparent;border:none;color:#fff;cursor:pointer;text-align:left;font-size:1rem;transition:.2s}.sidebar button:hover{background:#ffffff26;border-radius:6px}.title{text-align:center;font-size:1.8rem;margin-bottom:2rem}.layout{display:flex}.main-content{flex:1;padding:2rem}.page-header{background:var(--accent);padding:1rem;font-size:1.6rem;text-align:center;border-radius:8px;margin-bottom:2rem}.table-wrapper{overflow-x:auto}.custom-table{width:100%;border-collapse:collapse;background:#fff;border-radius:10px}.custom-table th,.custom-table td{border:1px solid #ccc;padding:.8rem}.table-header-row{background:var(--accent);font-weight:700}.action-btn{padding:.5rem 1rem;background:var(--primary);border:none;color:#fff;border-radius:6px}.login-form{display:flex;flex-direction:column;gap:16px}.form-group{display:flex;flex-direction:column}.login-box{width:350px;display:flex;flex-direction:column;align-items:center}.login-box input{width:100%;padding:10px;margin-top:4px;border-radius:6px;border:1px solid #ccc}.login-btn{width:100%;padding:12px;margin-top:10px;border:none;border-radius:8px;cursor:pointer}@media(max-width:768px){.layout{flex-direction:column}.sidebar{width:100%;min-height:auto}}#root{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}.login-logo{display:flex;flex-direction:column}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}.version{font-size:11px;margin-bottom:-20px;color:gray}.module-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}.module-box{min-height:220px;border:1px solid #ddd;border-radius:8px;padding:15px;background:#918585fa}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(prefers-reduced-motion:no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}
