: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}}*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:#f5f5f7;color:#1d1d1f}.app-container{display:flex;min-height:100vh}.sidebar{width:250px;background-color:#fff;border-right:1px solid #e5e5e7;display:flex;flex-direction:column}.main-content{flex:1;display:flex;flex-direction:column}.header{background-color:#fff;border-bottom:1px solid #e5e5e7;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.content{flex:1;padding:2rem;overflow-y:auto}.sidebar-header{padding:1.5rem;border-bottom:1px solid #e5e5e7}.sidebar-header h1{font-size:1.5rem;font-weight:600;color:#000}.sidebar-nav{flex:1;padding:1rem 0}.nav-item{display:flex;align-items:center;padding:.75rem 1.5rem;color:#666;text-decoration:none;transition:all .2s ease;border:none;background:none;width:100%;text-align:left;cursor:pointer;font-size:.9rem}.nav-item:hover{background-color:#f5f5f7;color:#000}.nav-item.active{background-color:#007aff;color:#fff}.nav-item svg{margin-right:.75rem;width:18px;height:18px}.header-left{display:flex;align-items:center;gap:1rem}.header-left h2{font-size:1.5rem;font-weight:600;color:#000}.header-right{display:flex;align-items:center;gap:1rem}.logout-btn{padding:.5rem 1rem;background-color:#ff3b30;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:.9rem;transition:background-color .2s ease}.logout-btn:hover{background-color:#d70015}.card{background-color:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #0000001a;margin-bottom:1.5rem}.card-header{display:flex;justify-content:between;align-items:center;margin-bottom:1rem}.card-title{font-size:1.25rem;font-weight:600;color:#000}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card{background-color:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #0000001a}.stat-value{font-size:2rem;font-weight:700;color:#007aff;margin-bottom:.5rem}.stat-label{font-size:.9rem;color:#666}.table-container{overflow-x:auto;background-color:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a}table{width:100%;border-collapse:collapse}th{background-color:#f5f5f7;padding:1rem;text-align:left;font-weight:600;color:#000;border-bottom:1px solid #e5e5e7}td{padding:1rem;border-bottom:1px solid #e5e5e7}tr:hover{background-color:#f5f5f7}.form-group{margin-bottom:1.5rem}.form-label{display:block;margin-bottom:.5rem;font-weight:500;color:#000}.form-input{width:100%;padding:.75rem;border:1px solid #d1d1d6;border-radius:8px;font-size:1rem;transition:border-color .2s ease}.form-input:focus{outline:none;border-color:#007aff}.form-select{width:100%;padding:.75rem;border:1px solid #d1d1d6;border-radius:8px;font-size:1rem;background-color:#fff;transition:border-color .2s ease}.form-select:focus{outline:none;border-color:#007aff}.btn{padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.btn-primary{background-color:#007aff;color:#fff}.btn-primary:hover{background-color:#0056cc}.btn-secondary{background-color:#f5f5f7;color:#000}.btn-secondary:hover{background-color:#e5e5e7}.btn-danger{background-color:#ff3b30;color:#fff}.btn-danger:hover{background-color:#d70015}.btn-success{background-color:#34c759;color:#fff}.btn-success:hover{background-color:#30a14e}.btn-sm{padding:.5rem 1rem;font-size:.8rem}.login-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2)}.login-card{background-color:#fff;border-radius:16px;padding:2.5rem;box-shadow:0 20px 40px #0000001a;width:100%;max-width:400px}.login-header{text-align:center;margin-bottom:2rem}.login-title{font-size:2rem;font-weight:700;color:#000;margin-bottom:.5rem}.login-subtitle{font-size:1rem;color:#666}.text-center{text-align:center}.flex-center{display:flex;justify-content:center;align-items:center}.min-h-screen{min-height:100vh}.text-muted{color:#666}.text-success{color:#34c759}.text-danger{color:#ff3b30}.text-warning{color:#ff9500}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:1rem}.mb-4{margin-bottom:1.5rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:1rem}.mt-4{margin-top:1.5rem}.flex{display:flex}.flex-between{justify-content:space-between}.flex-center{justify-content:center;align-items:center}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:1rem}.gap-4{gap:1.5rem}@media(max-width:768px){.app-container{flex-direction:column}.sidebar{width:100%;order:2}.main-content{order:1}.content{padding:1rem}.stats-grid{grid-template-columns:1fr}.login-card{margin:1rem}}
