@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap";:root{--primary:#1a1a5e;--primary-light:#2a2a7e;--accent:#ed1c24;--accent-dark:#c1121f;--bg-main:#f8fafc;--bg-card:#fffc;--text-main:#1e293b;--text-muted:#64748b;--border:#e2e8f0;--sidebar-width:280px;--glass-border:#ffffff4d;--glass-shadow:#1f268712}[data-theme=dark]{--primary:#818cf8;--primary-light:#a5b4fc;--bg-main:#0f172a;--bg-card:#1e293bb3;--text-main:#f1f5f9;--text-muted:#94a3b8;--border:#334155;--glass-border:#ffffff0d;--glass-shadow:#0000004d}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-main);color:var(--text-main);font-family:Outfit,sans-serif;transition:background-color .3s,color .3s;overflow-x:hidden}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}.glass{background:var(--bg-card);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border);box-shadow:0 8px 32px 0 var(--glass-shadow);transition:background .3s,border .3s,box-shadow .3s}.btn-primary{background:var(--primary);color:#fff;border-radius:8px;padding:10px 20px;font-weight:500;transition:all .3s}.btn-primary:hover{background:var(--primary-light);transform:translateY(-1px)}.btn-accent{background:var(--accent);color:#fff;border-radius:8px;padding:10px 20px;font-weight:500;transition:all .3s}.btn-accent:hover{background:var(--accent-dark);transform:translateY(-1px)}@media (width<=600px){.overlay{justify-content:flex-end!important}.form-drawer,.view-drawer{border-radius:0!important;width:100%!important;max-width:100%!important;height:100%!important}.drawer-header,.drawer-content{padding:20px!important}.form-row{grid-template-columns:1fr!important;gap:15px!important}}.sidebar.svelte-129hoe0{height:100vh;width:var(--sidebar-width);z-index:50;border-right:1px solid #ffffff1a;flex-direction:column;transition:width .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;left:0}.collapsed.svelte-129hoe0{width:80px}.sidebar-header.svelte-129hoe0{align-items:center;gap:12px;padding:30px 20px;display:flex}.sidebar-header.svelte-129hoe0 img:where(.svelte-129hoe0){height:40px}.sidebar-header.svelte-129hoe0 span:where(.svelte-129hoe0){color:var(--primary);font-size:1.2rem;font-weight:700}nav.svelte-129hoe0{flex:1;padding:0 12px;overflow-y:auto}ul.svelte-129hoe0{flex-direction:column;gap:4px;list-style:none;display:flex}a.svelte-129hoe0{color:var(--text-muted);border-radius:12px;align-items:center;gap:12px;padding:12px 16px;transition:all .2s;display:flex}a.svelte-129hoe0:hover{color:var(--primary);background:#1a1a5e0d}a.active.svelte-129hoe0{background:var(--primary);color:#fff;box-shadow:0 4px 12px #1a1a5e33}.sidebar-footer.svelte-129hoe0{border-top:1px solid #0000000d;padding:20px}button.svelte-129hoe0{color:#ef4444;border-radius:12px;align-items:center;gap:12px;width:100%;padding:12px 16px;font-weight:500;transition:all .2s;display:flex}button.svelte-129hoe0:hover{background:#ef44440d}@media (width<=768px){.sidebar.svelte-129hoe0{z-index:50;transition:transform .3s cubic-bezier(.4,0,.2,1);transform:translate(-100%);width:var(--sidebar-width)!important}.layout:not(.sidebar-collapsed) .sidebar.svelte-129hoe0{transform:translate(0)}}header.svelte-1elxaub{z-index:40;justify-content:space-between;align-items:center;height:70px;margin-bottom:30px;padding:0 30px;display:flex;position:sticky;top:0}.header-left.svelte-1elxaub{align-items:center;gap:20px;display:flex}.toggle-btn.svelte-1elxaub{color:var(--text-muted)}.breadcrumb.svelte-1elxaub h1:where(.svelte-1elxaub){color:var(--primary);font-size:1.2rem;font-weight:600}.header-right.svelte-1elxaub{align-items:center;gap:20px;display:flex}.icon-btn.svelte-1elxaub{color:var(--text-muted);position:relative}.badge.svelte-1elxaub{background:var(--accent);border:2px solid #fff;border-radius:50%;width:8px;height:8px;position:absolute;top:0;right:0}.user-profile.svelte-1elxaub{border-left:1px solid var(--border);cursor:pointer;align-items:center;gap:12px;padding-left:20px;display:flex;position:relative}.user-info.svelte-1elxaub{text-align:right}.user-info.svelte-1elxaub .name:where(.svelte-1elxaub){font-size:.9rem;font-weight:600}.user-info.svelte-1elxaub .role:where(.svelte-1elxaub){color:var(--text-muted);font-size:.75rem}.avatar.svelte-1elxaub{background:var(--primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex;overflow:hidden}.avatar.svelte-1elxaub img:where(.svelte-1elxaub){object-fit:cover;width:100%;height:100%}.profile-dropdown.svelte-1elxaub{border-radius:12px;flex-direction:column;gap:2px;width:180px;padding:8px;display:flex;position:absolute;top:calc(100% + 15px);right:0;box-shadow:0 10px 25px #0000001a}.profile-dropdown.svelte-1elxaub a:where(.svelte-1elxaub),.profile-dropdown.svelte-1elxaub button:where(.svelte-1elxaub){color:var(--text-main);border-radius:8px;align-items:center;gap:10px;padding:10px 12px;font-size:.85rem;transition:all .2s;display:flex}.profile-dropdown.svelte-1elxaub a:where(.svelte-1elxaub):hover,.profile-dropdown.svelte-1elxaub button:where(.svelte-1elxaub):hover{background:#1a1a5e0d}.profile-dropdown.svelte-1elxaub button.logout:where(.svelte-1elxaub){color:#ef4444}.profile-dropdown.svelte-1elxaub button.logout:where(.svelte-1elxaub):hover{background:#ef44440d}@media (width<=600px){.user-info.svelte-1elxaub{display:none}header.svelte-1elxaub{margin-bottom:15px;padding:0 15px}.user-profile.svelte-1elxaub{padding-left:10px}.breadcrumb.svelte-1elxaub h1:where(.svelte-1elxaub){font-size:1rem}}.layout.svelte-12qhfyh{min-height:100vh;display:flex}main.svelte-12qhfyh{min-width:0;padding-left:var(--sidebar-width);flex:1;transition:padding-left .3s cubic-bezier(.4,0,.2,1)}.sidebar-collapsed.svelte-12qhfyh main:where(.svelte-12qhfyh){padding-left:80px}.sidebar-backdrop.svelte-12qhfyh{display:none}.content.svelte-12qhfyh{max-width:1600px;margin:0 auto;padding:0 30px 30px}.loading-screen.svelte-12qhfyh{height:100vh;color:var(--text-muted);background:var(--bg-main);flex-direction:column;justify-content:center;align-items:center;gap:20px;font-size:1.1rem;display:flex}.loader.svelte-12qhfyh{border:4px solid #1a1a5e1a;border-top:4px solid var(--primary);border-radius:50%;width:40px;height:40px;animation:1s linear infinite svelte-12qhfyh-spin}@keyframes svelte-12qhfyh-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (width<=768px){main.svelte-12qhfyh,.sidebar-collapsed.svelte-12qhfyh main:where(.svelte-12qhfyh){padding-left:0}.sidebar-backdrop.svelte-12qhfyh{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:45;background:#0006;display:block;position:fixed;inset:0}.content.svelte-12qhfyh{padding:0 15px 15px}}
