:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:#ffffffde;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;background-color:#242424;font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;font-weight:400;line-height:1.5}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (prefers-color-scheme:light){:root{color:#213547;background-color:#fff}}*{box-sizing:border-box;margin:0;padding:0}body{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.app{min-height:100vh}.navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex;box-shadow:0 2px 20px #0000001a}.nav-brand a{color:#4f46e5;font-size:1.5rem;font-weight:700;text-decoration:none}.nav-links{align-items:center;gap:1.5rem;display:flex}.nav-links a{color:#374151;font-weight:500;text-decoration:none;transition:color .2s}.nav-links a:hover{color:#4f46e5}.logout-btn{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:6px;padding:.5rem 1rem;font-weight:500}.auth-container{justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.auth-card{background:#fff;border-radius:16px;width:100%;max-width:400px;padding:2.5rem;box-shadow:0 20px 25px -5px #0000001a}.auth-card h1{text-align:center;color:#1f2937;margin-bottom:1rem}.auth-hint{text-align:center;color:#6b7280;margin-bottom:1.5rem;font-size:.9rem}.error,.success{text-align:center;border-radius:6px;margin-bottom:1rem;padding:.75rem;font-weight:500}.error{color:#dc2626;background:#fef2f2;border:1px solid #fecaca}.success{color:#16a34a;background:#f0fdf4;border:1px solid #bbf7d0}.auth-card input{border:1px solid #d1d5db;border-radius:8px;width:100%;margin-bottom:1rem;padding:.875rem;font-size:1rem}.auth-card input:focus{border-color:#4f46e5;outline:none;box-shadow:0 0 0 3px #4f46e51a}.auth-card button{color:#fff;cursor:pointer;background:#4f46e5;border:none;border-radius:8px;width:100%;padding:.875rem;font-size:1rem;font-weight:600;transition:background .2s}.auth-card button:hover:not(:disabled){background:#3730a3}.auth-card button:disabled{opacity:.6;cursor:not-allowed}.switch-auth{text-align:center;color:#6b7280;margin-top:1.5rem}.switch-auth a{color:#4f46e5;font-weight:600;text-decoration:none}.dashboard-container{max-width:1400px;min-height:calc(100vh - 80px);margin:0 auto;padding:2rem}.dashboard-grid{grid-template-columns:2fr 1fr;gap:2rem;margin-top:1rem;display:grid}.loading{color:#6b7280;justify-content:center;align-items:center;min-height:200px;font-size:1.1rem;display:flex}.courses-container{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 10px 15px -3px #0000001a}.courses-container h1{color:#1f2937;margin-bottom:.5rem}.courses-subtitle{color:#6b7280;margin-bottom:2rem}.courses-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;display:grid}.course-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;transition:transform .2s,box-shadow .2s;overflow:hidden}.course-card:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px #0000001a}.course-image{object-fit:cover;width:100%;height:180px}.course-info{padding:1.5rem}.course-info h3{color:#1f2937;margin-bottom:.5rem}.course-info p{color:#6b7280;margin-bottom:1rem;line-height:1.5}.course-price{color:#059669;margin-bottom:1rem;font-size:1.25rem;font-weight:700}.add-to-cart-btn{color:#fff;cursor:pointer;background:#10b981;border:none;border-radius:8px;width:100%;padding:.75rem;font-weight:600;transition:background .2s}.add-to-cart-btn:hover{background:#059669}.cart-container,.cart-section{background:#fff;border-radius:16px;height:fit-content;padding:2rem;box-shadow:0 10px 15px -3px #0000001a}.cart-empty{text-align:center;color:#6b7280;padding:3rem 2rem}.cart-empty h2{color:#374151;margin-bottom:.5rem}.cart-items{margin-bottom:2rem}.cart-item{border-bottom:1px solid #e5e7eb;gap:1rem;padding:1.5rem 0;display:flex}.cart-item-image{object-fit:cover;border-radius:6px;width:80px;height:60px}.cart-item-details h3{color:#1f2937;margin-bottom:.25rem}.cart-item-details p{color:#6b7280;font-size:.9rem}.cart-item-price{color:#059669;margin-top:.25rem;font-weight:700}.cart-item-controls{flex-direction:column;align-items:flex-end;gap:.5rem;margin-left:auto;display:flex}.quantity-controls{background:#f3f4f6;border-radius:6px;align-items:center;gap:.5rem;padding:.25rem .5rem;display:flex}.quantity-controls button{color:#fff;cursor:pointer;background:#4f46e5;border:none;border-radius:4px;width:28px;height:28px;font-weight:700}.remove-btn{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:4px;padding:.25rem .75rem;font-size:.8rem}.item-total{color:#374151;font-size:1.1rem;font-weight:700}.cart-summary{border-top:2px solid #e5e7eb;flex-direction:column;gap:1rem;padding-top:1.5rem;display:flex}.total{text-align:right;color:#1f2937;font-size:1.5rem;font-weight:700}.clear-cart-btn,.checkout-btn{cursor:pointer;border:none;border-radius:8px;padding:.875rem;font-weight:600;transition:all .2s}.clear-cart-btn{color:#fff;background:#6b7280}.clear-cart-btn:hover{background:#4b5563}.checkout-btn{color:#fff;background:#10b981}.checkout-btn:hover:not(:disabled){background:#059669}.checkout-btn:disabled{opacity:.6;cursor:not-allowed}@media (width<=768px){.dashboard-grid{grid-template-columns:1fr;gap:1rem}.navbar{flex-direction:column;gap:1rem;padding:1rem}.nav-links{flex-wrap:wrap;justify-content:center}}
