@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&family=Inter:wght@300;400;500;600;700&display=swap";:root{--bg-gradient:linear-gradient(135deg, #f0f4f9 0%, #e1e7f0 50%, #d4def1 100%);--glass-bg:#ffffff6b;--glass-bg-hover:#ffffffa6;--glass-bg-solid:#ffffffd9;--glass-border:#ffffff59;--glass-border-active:#2563eb66;--primary:#2563eb;--primary-hover:#1d4ed8;--primary-light:#2563eb1a;--success:#10b981;--success-light:#10b9811a;--warning:#f59e0b;--warning-light:#f59e0b1a;--danger:#ef4444;--danger-light:#ef44441a;--text-main:#0f172a;--text-muted:#475569;--text-light:#64748b;--backdrop-blur:blur(20px) saturate(140%);--border-radius-lg:20px;--border-radius-md:12px;--border-radius-sm:8px;--shadow-sm:0 4px 12px 0 #0f172a08;--shadow-md:0 8px 32px 0 #0f172a0f;--shadow-lg:0 12px 40px 0 #0f172a17;--font-heading:"Outfit", "Inter", system-ui, sans-serif;--font-body:"Inter", system-ui, sans-serif}*{box-sizing:border-box;margin:0;padding:0;transition:background-color .25s,border-color .25s,box-shadow .25s,transform .2s}html,body,#root{height:100dvh;overflow:hidden}body{font-family:var(--font-body);color:var(--text-main);background:var(--bg-gradient);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-attachment:fixed}#root{width:100%;display:flex}.app-container{width:100%;height:100%;display:flex;overflow:hidden}.dashboard-main-section{grid-template-columns:2fr 1.25fr;gap:1.5rem;display:grid}@media (width<=1024px){.dashboard-main-section{grid-template-columns:1fr}}.main-content{flex:1;max-width:calc(100% - 280px);height:100%;margin-left:280px;padding:2.5rem;overflow-y:auto}.mobile-top-header{display:none}.sidebar-container{z-index:100;border-radius:24px;flex-direction:column;width:260px;height:calc(100vh - 3rem);padding:2rem 1.25rem;display:flex;position:fixed;top:1.5rem;bottom:1.5rem;left:1.5rem}.sidebar-brand{align-items:center;gap:.85rem;margin-bottom:2.5rem;padding-left:.5rem;display:flex}.sidebar-brand-icon{background:#2563eb14;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.sidebar-brand-title{color:var(--text-main);font-size:1.25rem;font-weight:700;line-height:1.1}.sidebar-brand-subtitle{color:var(--text-muted);font-size:.75rem;font-weight:500}.sidebar-nav{flex-direction:column;flex:1;gap:.5rem;display:flex}.sidebar-nav-item{cursor:pointer;text-align:left;background:0 0;border:1px solid #0000;border-radius:12px;align-items:center;gap:.85rem;width:100%;padding:.85rem 1rem;display:flex}.sidebar-nav-item.active{border-color:var(--glass-border);box-shadow:var(--shadow-sm);background:#ffffff8c}.sidebar-nav-label{font-family:var(--font-heading);color:var(--text-muted);font-size:.925rem;font-weight:500}.sidebar-nav-item.active .sidebar-nav-label{color:#2563eb;font-weight:600}.sidebar-footer{border-top:1px solid var(--glass-border);flex-direction:column;gap:1rem;padding-top:1.5rem;display:flex}.sidebar-user-card{align-items:center;gap:.75rem;padding:.5rem;display:flex}.sidebar-user-avatar{border:1px solid var(--glass-border);background:#fff9;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.sidebar-user-info{text-align:left;flex-direction:column;display:flex}.sidebar-user-name{color:var(--text-main);white-space:nowrap;text-overflow:ellipsis;max-width:140px;font-size:.9rem;font-weight:600;overflow:hidden}.sidebar-user-role{color:var(--text-light);font-size:.75rem;font-weight:500}.sidebar-logout-btn{width:100%;color:var(--text-muted);background:#fff3;padding:.65rem;font-size:.85rem}@media (width<=1024px){.main-content{max-width:100%;margin-left:0;padding:5rem 1rem 90px}.mobile-top-header{z-index:1000;border-top:none;border-left:none;border-right:none;border-radius:0 0 16px 16px;justify-content:space-between;align-items:center;height:64px;padding:0 1.25rem;display:flex;position:fixed;top:0;left:0;right:0}.mobile-brand{align-items:center;gap:.5rem;display:flex}.mobile-brand-icon{background:#2563eb14;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.mobile-brand h2{font-size:1.1rem;font-weight:700}.mobile-logout-btn{padding:.4rem .75rem;font-size:.8rem}.sidebar-container{border-bottom:none;border-left:none;border-right:none;border-radius:20px 20px 0 0;flex-direction:row;justify-content:space-around;align-items:center;width:100%;height:72px;padding:0 .5rem;top:auto;bottom:0;left:0;box-shadow:0 -4px 20px #0000000d}.sidebar-brand,.sidebar-footer{display:none}.sidebar-nav{flex-direction:row;justify-content:space-around;align-items:center;gap:0;width:100%}.sidebar-nav-item{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:.25rem;width:auto;padding:.5rem;box-shadow:none!important;background:0 0!important;border:none!important}.sidebar-nav-item.active{background:0 0!important}.sidebar-nav-label{font-size:.65rem}}.glass-panel{background:var(--glass-bg);-webkit-backdrop-filter:var(--backdrop-blur);border:1px solid var(--glass-border);box-shadow:var(--shadow-md);border-radius:var(--border-radius-lg)}.glass-card{background:var(--glass-bg);-webkit-backdrop-filter:var(--backdrop-blur);border:1px solid var(--glass-border);box-shadow:var(--shadow-sm);border-radius:var(--border-radius-md);padding:1.5rem;position:relative;overflow:hidden}.glass-card:hover{background:var(--glass-bg-hover);box-shadow:var(--shadow-md);transform:translateY(-2px)}.glass-input-group{text-align:left;flex-direction:column;gap:.5rem;margin-bottom:1.25rem;display:flex}.glass-label{font-family:var(--font-heading);color:var(--text-muted);font-size:.875rem;font-weight:500}.glass-input{border:1px solid var(--glass-border);border-radius:var(--border-radius-md);font-family:var(--font-body);color:var(--text-main);background:#ffffff4d;outline:none;width:100%;padding:.75rem 1rem;font-size:.95rem}.glass-input:focus{border-color:var(--primary);background:#fff9;box-shadow:0 0 0 3px #2563eb26}.glass-select{appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23475569' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-position:right 1rem center;background-repeat:no-repeat;background-size:1.25rem;padding-right:2.5rem}.glass-btn{font-family:var(--font-heading);border-radius:var(--border-radius-md);border:1px solid var(--glass-border);cursor:pointer;outline:none;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;text-decoration:none;display:inline-flex}.glass-btn-primary{background:var(--primary);color:#fff;border-color:#ffffff1a}.glass-btn-primary:hover{background:var(--primary-hover);box-shadow:0 4px 12px #2563eb4d}.glass-btn-secondary{color:var(--text-main);background:#ffffff59}.glass-btn-secondary:hover{background:#fff9}.glass-btn-danger{background:var(--danger);color:#fff;border-color:#ffffff1a}.glass-btn-danger:hover{background:#dc2626;box-shadow:0 4px 12px #ef44444d}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--text-main);letter-spacing:-.02em;font-weight:600}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#0f172a1f;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#0f172a40}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.35s cubic-bezier(.16,1,.3,1) forwards fadeIn}
