*{margin:0;padding:0;box-sizing:border-box}body{font-family:Roboto,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5}#root{width:100%;min-height:100vh}.app-container{display:flex;min-height:100vh}.sidebar{width:280px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;transition:width .3s ease}.sidebar.collapsed{width:70px}.main-content{flex:1;display:flex;flex-direction:column;overflow:hidden}.header{background:white;box-shadow:0 2px 4px #0000001a;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.content{flex:1;padding:2rem;overflow-y:auto}.card{background:white;border-radius:8px;box-shadow:0 2px 8px #0000001a;padding:1.5rem;margin-bottom:1.5rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card{background:white;border-radius:8px;padding:1.5rem;box-shadow:0 2px 8px #0000001a;display:flex;align-items:center;gap:1rem}.stat-icon{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem}.stat-content h3{font-size:2rem;font-weight:600;margin-bottom:.5rem}.stat-content p{color:#666;font-size:.9rem}.form-container{max-width:500px;margin:2rem auto;padding:2rem;background:white;border-radius:8px;box-shadow:0 4px 12px #0000001a}.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%)}.login-card{background:white;padding:3rem;border-radius:12px;box-shadow:0 8px 32px #0003;width:100%;max-width:400px}.logo{text-align:center;margin-bottom:2rem}.logo h1{color:#1976d2;font-size:2rem;font-weight:600}.logo p{color:#666;margin-top:.5rem}@media (max-width: 768px){.sidebar{width:100%;position:fixed;top:0;left:-100%;z-index:1000;transition:left .3s ease}.sidebar.open{left:0}.main-content{margin-left:0}.stats-grid{grid-template-columns:1fr}.content{padding:1rem}}
