@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap";
:root{--bg-primary:#0b0f19;--bg-secondary:#131c2e;--bg-tertiary:#1e293b;--accent-orange:#f97316;--accent-orange-hover:#ea580c;--accent-purple:#6366f1;--accent-purple-hover:#4f46e5;--text-white:#fff;--text-gray:#94a3b8;--text-muted:#64748b;--border-color:#ffffff14;--light-bg:#f8fafc;--light-card:#fff;--light-text:#0f172a;--light-text-gray:#475569;--light-border:#e2e8f0;--font-title:"Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-body:"Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;--shadow-premium:0 20px 25px -5px #0000004d, 0 8px 10px -6px #0000004d;--shadow-orange:0 4px 20px #f973164d;--header-height:80px;--sidebar-width:260px;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-full:9999px}[data-theme=light]{--bg-primary:#f8fafc;--bg-secondary:#fff;--bg-tertiary:#f1f5f9;--text-white:#0f172a;--text-gray:#475569;--text-muted:#94a3b8;--border-color:#0000001a}*{box-sizing:border-box;margin:0;padding:0}html,body{background-color:var(--bg-primary);width:100%;min-height:100vh;color:var(--text-white);font-family:var(--font-body);-webkit-font-smoothing:antialiased;scroll-behavior:smooth;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-title);letter-spacing:-.02em;font-weight:700}a{color:inherit;text-decoration:none;transition:all .2s}button,input,select,textarea{font-family:inherit;font-size:inherit;outline:none}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:var(--bg-tertiary);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}.glass{background:var(--bg-secondary);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid var(--border-color)}.glass-card{background:var(--bg-secondary);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--border-color);border-radius:var(--radius-lg);transition:transform .3s,border-color .3s,box-shadow .3s}.glass-card:hover{border-color:#f9731666;transform:translateY(-4px);box-shadow:0 12px 30px #0006}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.4s forwards fadeIn}.form-input{background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:var(--radius-md);width:100%;color:var(--text-white);padding:12px 16px;transition:border-color .2s,box-shadow .2s}.form-input:focus{border-color:var(--accent-orange);box-shadow:0 0 0 3px #f9731626}.form-label{color:var(--text-gray);margin-bottom:8px;font-size:14px;font-weight:500;display:block}.dashboard-container{background-color:var(--light-bg);min-height:100vh;color:var(--light-text);font-family:var(--font-body);display:flex}.dashboard-sidebar{width:var(--sidebar-width);background:var(--bg-primary);color:var(--text-white);border-right:1px solid var(--border-color);flex-direction:column;display:flex}.dashboard-main{flex:1;padding:40px;overflow-y:auto}.dashboard-table{border-collapse:collapse;background:var(--light-card);border-radius:var(--radius-lg);width:100%;box-shadow:var(--shadow-sm);margin-top:20px;overflow:hidden}.dashboard-table th{text-align:left;color:var(--light-text-gray);border-bottom:2px solid var(--light-border);background:#f1f5f9;padding:16px 24px;font-weight:600}.dashboard-table td{border-bottom:1px solid var(--light-border);color:var(--light-text-gray);padding:16px 24px}.dashboard-table tr:last-child td{border-bottom:none}.dashboard-table tr:hover td{background:#f8fafc}
