@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Outfit:wght@400;500;600;700&display=swap";
:root{--bg-primary:#f8fafc;--bg-secondary:#fff;--bg-surface:#00000005;--bg-glass:#ffffffb3;--text-primary:#0f172a;--text-secondary:#64748b;--text-muted:#94a3b8;--accent-primary:#2563eb;--accent-secondary:#7c3aed;--accent-glow:#2563eb26;--border:#00000014;--border-focus:#2563eb4d;--success:#10b981;--warning:#f59e0b;--error:#ef4444;--space-xs:4px;--space-sm:8px;--space-md:16px;--space-lg:24px;--space-xl:32px;--shadow-sm:0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a;--shadow-md:0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;--blur:10px;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--transition:all .2s cubic-bezier(.4, 0, .2, 1)}*{box-sizing:border-box;border-style:solid;border-width:0;border-color:var(--border);margin:0;padding:0}html,body{background-color:var(--bg-primary);height:100%;color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,system-ui,-apple-system,sans-serif;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:Outfit,sans-serif;font-weight:600}.glass{background:var(--bg-glass);-webkit-backdrop-filter:blur(var(--blur));border:1px solid var(--border)}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#cbd5e1}.container{max-width:1200px;padding:0 var(--space-md);margin:0 auto}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-sm{gap:var(--space-sm)}.gap-md{gap:var(--space-md)}.gap-lg{gap:var(--space-lg)}.card{background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius-md);padding:var(--space-lg);transition:var(--transition);box-shadow:var(--shadow-sm)}.card:hover{border-color:var(--border-focus);box-shadow:var(--shadow-md);transform:translateY(-2px)}button{cursor:pointer;transition:var(--transition);font-family:inherit}.btn-primary{background:linear-gradient(135deg, var(--accent-primary), var(--accent-secondary));color:#fff;padding:var(--space-sm) var(--space-lg);border-radius:var(--radius-sm);box-shadow:0 4px 14px 0 var(--accent-glow);font-weight:500}.btn-primary:hover{filter:brightness(1.1);box-shadow:0 6px 20px 0 var(--accent-glow);transform:translateY(-1px)}
.layout-module__L5FxyW__sidebar{background:var(--bg-secondary);border-right:1px solid var(--border);width:280px;height:100vh;padding:var(--space-xl) var(--space-md);z-index:100;flex-direction:column;display:flex;position:fixed;top:0;left:0;box-shadow:4px 0 24px #00000003}.layout-module__L5FxyW__logoArea{align-items:center;gap:var(--space-sm);margin-bottom:var(--space-xl);padding:0 var(--space-sm);text-decoration:none;display:flex}.layout-module__L5FxyW__logoText{color:var(--text-primary);letter-spacing:-.5px;font-family:Outfit,sans-serif;font-size:1.25rem;font-weight:700}.layout-module__L5FxyW__navSection{margin-bottom:var(--space-xl);flex-direction:column;gap:4px;display:flex}.layout-module__L5FxyW__navSectionTitle{text-transform:uppercase;color:var(--text-muted);letter-spacing:.1em;padding:0 var(--space-md);margin-bottom:var(--space-sm);opacity:.8;font-size:.7rem;font-weight:700}.layout-module__L5FxyW__navLink{padding:10px var(--space-md);border-radius:var(--radius-md);color:var(--text-secondary);align-items:center;gap:14px;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex;position:relative}.layout-module__L5FxyW__navLink:hover{color:var(--text-primary);background:#6366f10a;padding-left:20px}.layout-module__L5FxyW__navLinkActive{color:var(--accent-primary);background:#6366f114;font-weight:600}.layout-module__L5FxyW__navLinkActive:before{content:"";background:linear-gradient(to bottom, var(--accent-primary), var(--accent-secondary));border-radius:0 4px 4px 0;width:4px;height:60%;position:absolute;top:20%;left:0}.layout-module__L5FxyW__navIconActive{color:var(--accent-primary)}.layout-module__L5FxyW__navLinkLogout{padding:10px var(--space-md);border-radius:var(--radius-md);color:var(--text-secondary);margin-top:var(--space-sm);opacity:.8;align-items:center;gap:14px;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex;position:relative}.layout-module__L5FxyW__navLinkLogout:hover{color:var(--error);opacity:1;background:#ef44440d}.layout-module__L5FxyW__header{height:72px;padding:0 var(--space-xl);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);z-index:90;background:#fffc;justify-content:space-between;align-items:center;display:flex;position:fixed;top:0;left:280px;right:0}.layout-module__L5FxyW__searchContainer{background:var(--bg-primary);border:1px solid var(--border);border-radius:var(--radius-md);width:320px;transition:var(--transition);align-items:center;padding:8px 16px;display:flex}.layout-module__L5FxyW__searchContainer:focus-within{border-color:var(--accent-primary);box-shadow:0 0 0 3px var(--accent-glow);width:360px}.layout-module__L5FxyW__searchIcon{color:var(--text-muted);margin-right:10px}.layout-module__L5FxyW__searchInput{color:var(--text-primary);background:0 0;border:none;outline:none;width:100%;font-size:.85rem}.layout-module__L5FxyW__headerActions{align-items:center;gap:var(--space-md);display:flex}.layout-module__L5FxyW__iconButton{background:var(--bg-primary);border:1px solid var(--border);color:var(--text-secondary);width:38px;height:38px;transition:var(--transition);border-radius:10px;justify-content:center;align-items:center;display:flex;position:relative}.layout-module__L5FxyW__iconButton:hover{color:var(--accent-primary);border-color:var(--accent-primary);background:#fff;transform:translateY(-1px)}.layout-module__L5FxyW__notificationDot{background:var(--error);border:2px solid #fff;border-radius:50%;width:7px;height:7px;position:absolute;top:8px;right:8px}.layout-module__L5FxyW__userProfile{cursor:pointer;transition:var(--transition);border:1px solid #0000;border-radius:12px;align-items:center;gap:12px;padding:6px 12px;display:flex}.layout-module__L5FxyW__userProfile:hover{background:var(--bg-primary);border-color:var(--border)}.layout-module__L5FxyW__userInfo{flex-direction:column;display:flex}.layout-module__L5FxyW__userName{color:var(--text-primary);font-size:.85rem;font-weight:600}.layout-module__L5FxyW__userRole{color:var(--text-muted);font-size:.75rem}.layout-module__L5FxyW__userChevron{color:var(--text-muted)}.layout-module__L5FxyW__avatar{background:linear-gradient(135deg, var(--accent-primary), var(--accent-secondary));width:36px;height:36px;box-shadow:0 4px 10px var(--accent-glow);border-radius:10px}.layout-module__L5FxyW__mainContent{padding:var(--space-xl);background-color:var(--bg-primary);min-height:calc(100vh - 72px);margin-top:72px;margin-left:280px}
