@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap";:root{font-family:Montserrat,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;--glass-bg: rgba(15, 23, 42, .65);--glass-border: rgba(148, 163, 184, .3);--text-color: #f8fafc;--muted-color: #94a3b8;--primary: #7c3aed;--primary-soft: rgba(124, 58, 237, .15);--shadow-soft: 0 10px 30px rgba(15, 23, 42, .4);--app-background: linear-gradient(135deg, #0b1120, #020617 80%)}[data-theme=light]{--glass-bg: rgba(255, 255, 255, .7);--glass-border: rgba(15, 23, 42, .12);--text-color: #0f172a;--muted-color: #475569;--primary: #6366f1;--primary-soft: rgba(99, 102, 241, .12);--shadow-soft: 0 10px 25px rgba(15, 23, 42, .15)}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:var(--app-background);color:var(--text-color);font-family:inherit;transition:background .6s ease}#root{min-height:100vh}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}button{font-family:inherit}.glass-panel{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:20px;box-shadow:var(--shadow-soft);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.primary-btn{border:none;border-radius:999px;padding:.9rem 1.6rem;background:linear-gradient(120deg,#9333ea,#38bdf8);color:#fff;font-weight:600;cursor:pointer;transition:transform .2s ease}.primary-btn:disabled{opacity:.6;cursor:not-allowed}.primary-btn:not(:disabled):hover{transform:translateY(-1px)}.primary-btn.ghost{background:transparent;border:1px solid rgba(255,255,255,.3);color:var(--text-color)}.secondary-btn{width:100%;padding:.75rem 1rem;border-radius:12px;border:1px solid var(--glass-border);background:#94a3b81a;color:var(--text-color);cursor:pointer}.icon-button{border:none;background:#94a3b81a;padding:.65rem;border-radius:12px;color:inherit;cursor:pointer}.screen-center{min-height:100vh;display:grid;place-items:center;color:var(--text-color)}.auth-wrapper{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem}.auth-card{width:min(420px,100%);padding:2.5rem;display:flex;flex-direction:column;gap:1.25rem;color:var(--text-color)}.auth-header h1{margin:0;font-size:1.9rem}.auth-field{display:flex;flex-direction:column;gap:.4rem;font-size:.95rem;color:var(--muted-color)}.auth-field input{border-radius:14px;border:1px solid var(--glass-border);padding:.9rem 1rem;background:#0f172a59;color:var(--text-color)}[data-theme=light] .auth-field input{background:#ffffffd9}.auth-actions{text-align:right;font-size:.9rem}.auth-footer{text-align:center;color:var(--muted-color);font-size:.9rem}.reset-token-card{margin-top:1rem;padding:1rem;border-radius:16px;background:#38bdf814;font-family:JetBrains Mono,Consolas,monospace}.reset-token-card span{display:block;word-break:break-all;margin-top:.35rem}.app-shell{display:grid;grid-template-columns:240px 1fr;min-height:100vh;gap:1.5rem;padding:1.5rem}.app-shell.sidebar-collapsed{grid-template-columns:88px 1fr}.app-main{display:flex;flex-direction:column;gap:1.25rem}.app-header,.app-footer{padding:1.25rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.footer-links{display:flex;gap:1rem;font-size:.9rem}.footer-links a{color:var(--muted-color)}.header-left{display:flex;align-items:center;gap:1rem}.brand{display:flex;align-items:center;gap:.4rem;font-weight:600}.brand-mark{width:36px;height:36px;border-radius:12px;background:var(--primary-soft);display:grid;place-items:center}.header-nav{display:flex;gap:1.5rem;font-size:.95rem}.header-nav a{color:var(--muted-color);padding-bottom:.2rem;border-bottom:2px solid transparent}.header-nav a.active{color:var(--text-color);border-color:var(--primary)}.header-right{display:flex;align-items:center;gap:.75rem}.background-select{border-radius:12px;border:1px solid var(--glass-border);padding:.5rem;background:#0f172a33;color:inherit}.user-menu{position:relative}.user-menu summary{list-style:none;cursor:pointer}.user-menu summary::-webkit-details-marker{display:none}.user-menu img{width:40px;height:40px;border-radius:50%;border:2px solid rgba(255,255,255,.2)}.user-menu[open] .user-dropdown{opacity:1;pointer-events:auto}.user-dropdown{position:absolute;right:0;margin-top:.75rem;padding:1rem;width:220px;opacity:0;pointer-events:none;transition:opacity .2s ease}.app-sidebar{padding:1.5rem 1rem;display:flex;flex-direction:column;gap:1rem}.app-sidebar.collapsed .sidebar-label{display:none}.sidebar-toggle{align-self:flex-end;border:none;background:#94a3b81a;border-radius:12px;padding:.4rem .6rem;color:inherit;cursor:pointer}.sidebar-items{display:flex;flex-direction:column;gap:.5rem}.sidebar-icon{font-size:1.2rem}.sidebar-item{display:flex;align-items:center;gap:.75rem;padding:.9rem 1rem;border-radius:16px;color:inherit;font-weight:500}.sidebar-item.active{background:var(--primary-soft);color:var(--text-color)}.main-content{flex:1}.dashboard{display:flex;flex-direction:column;gap:1.25rem}.section-header{display:flex;align-items:center;justify-content:space-between}.eyebrow{text-transform:uppercase;letter-spacing:.2em;font-size:.75rem;color:var(--muted-color)}.kpi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.kpi-card{padding:1.5rem}.kpi-label{margin:0;font-size:.95rem;color:var(--muted-color)}.kpi-value{font-size:2rem;font-weight:600;margin:.4rem 0}.kpi-trend{color:#34d399;font-weight:600}.dashboard-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem}.dashboard-panel{padding:1.5rem}.chart-placeholder{height:180px;border-radius:16px;border:1px dashed rgba(255,255,255,.2);display:grid;place-items:center;color:var(--muted-color);margin-top:1rem}.muted{color:var(--muted-color)}.task-list{list-style:none;padding:0;margin:1rem 0 0;display:flex;flex-direction:column;gap:.75rem}.task-list li{display:flex;justify-content:space-between;align-items:center;padding:.85rem 1rem;border-radius:14px;background:#0f172a40}.task-title{margin:0;font-weight:600}.task-meta{margin:0;font-size:.85rem;color:var(--muted-color)}.task-status{font-size:.85rem;padding:.4rem .8rem;border-radius:999px;background:#3b82f626}.page-card{padding:1.5rem;margin-top:1rem}@media(max-width:960px){.app-shell{grid-template-columns:1fr;padding:1rem}.app-sidebar{flex-direction:row;overflow-x:auto}.app-header,.app-footer{flex-direction:column;align-items:flex-start}.header-nav{width:100%;justify-content:space-between}}
