@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&family=Plus+Jakarta+Sans:wght@300;400;500;600;700&display=swap";:root{--font-title:"Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-body:"Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--bg-base:#070a13;--bg-surface:#10162aa6;--bg-surface-hover:#192340cc;--border-color:#ffffff14;--border-focus:#06b6d480;--text-primary:#f8fafc;--text-secondary:#94a3b8;--text-muted:#64748b;--primary:#06b6d4;--primary-hover:#0891b2;--primary-glow:#06b6d426;--success:#10b981;--success-glow:#10b98126;--warning:#f59e0b;--error:#ef4444;--card-shadow:0 8px 32px 0 #0000005e;--sidebar-width:260px;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-base);color:var(--text-primary);font-family:var(--font-body);-webkit-font-smoothing:antialiased;font-size:14px;line-height:1.5;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-title);color:var(--text-primary);letter-spacing:-.02em;font-weight:600}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg-base)}::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.glass-card{background:var(--bg-surface);-webkit-backdrop-filter:blur(12px);border:1px solid var(--border-color);box-shadow:var(--card-shadow);border-radius:16px;padding:24px;transition:all .3s cubic-bezier(.4,0,.2,1)}.glass-card:hover{border-color:#ffffff26;box-shadow:0 12px 40px #00000080}.app-container{width:100vw;min-height:100vh;display:flex}.main-content{flex:1;height:100vh;padding:32px;position:relative;overflow-y:auto}@media (width<=1024px){.app-container{flex-direction:column;overflow-x:hidden}}select,input,button{border:1px solid var(--border-color);color:var(--text-primary);font-family:var(--font-body);background:#0f172acc;border-radius:8px;outline:none;padding:10px 16px;font-size:14px;transition:all .2s}select:focus,input:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-glow)}button{cursor:pointer;font-weight:500}button.btn-primary{background:var(--primary);border-color:var(--primary);color:#070a13}button.btn-primary:hover{background:var(--primary-hover);border-color:var(--primary-hover)}button.btn-secondary{border-color:var(--border-color);background:0 0}button.btn-secondary:hover{background:#ffffff0d}.sidebar.svelte-12qhfyh{width:var(--sidebar-width);border-right:1px solid var(--border-color);background:#0a0f1ef2;flex-direction:column;flex-shrink:0;height:100vh;padding:24px 16px;display:flex}.sidebar-header.svelte-12qhfyh{align-items:center;gap:12px;margin-bottom:32px;padding:0 4px;display:flex}.logo-img.svelte-12qhfyh{object-fit:contain;width:auto;height:40px}.logo-text.svelte-12qhfyh h2:where(.svelte-12qhfyh){line-weight:700;font-size:17px;line-height:1.1}.logo-text.svelte-12qhfyh span:where(.svelte-12qhfyh){color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:10px;font-weight:500}.sidebar-nav.svelte-12qhfyh{flex-direction:column;flex:1;gap:8px;display:flex}.nav-item.svelte-12qhfyh{color:var(--text-secondary);border-radius:8px;align-items:center;gap:12px;padding:12px 16px;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.nav-item.svelte-12qhfyh:hover{color:var(--text-primary);background:#ffffff08}.nav-item.active.svelte-12qhfyh{color:var(--primary);background:var(--primary-glow);border:1px solid #06b6d440}.sidebar-footer.svelte-12qhfyh{border-top:1px solid var(--border-color);padding-top:16px}.profile-link.svelte-12qhfyh{color:inherit;border-radius:8px;text-decoration:none;transition:background-color .2s;display:block}.profile-link.svelte-12qhfyh:hover{background-color:#ffffff08}.user-profile.svelte-12qhfyh{align-items:center;gap:12px;padding:8px;display:flex}.avatar.svelte-12qhfyh{background:var(--primary);color:#070a13;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-weight:600;display:flex;overflow:hidden}.avatar.avatar-svg.svelte-12qhfyh{background:#06b6d41a;border:1px solid #06b6d433}.avatar.avatar-svg.svelte-12qhfyh svg{width:100%;height:100%}.user-details.svelte-12qhfyh{flex-direction:column;display:flex}.user-name.svelte-12qhfyh{font-size:13px;font-weight:600}.user-role.svelte-12qhfyh{color:var(--text-muted);font-size:11px}@media (width<=1024px){.app-container{flex-direction:column;width:100vw;height:100vh;overflow:hidden}.sidebar.svelte-12qhfyh{border-right:none;border-bottom:1px solid var(--border-color);flex-direction:row;flex-shrink:0;justify-content:space-between;align-items:center;width:100%;height:auto;padding:12px 18px}.sidebar-header.svelte-12qhfyh{margin-bottom:0;padding:0}.sidebar-nav.svelte-12qhfyh{flex-direction:row;flex:0;gap:8px}.nav-item.svelte-12qhfyh{gap:6px;padding:8px 12px;font-size:13px}.sidebar-footer.svelte-12qhfyh{display:none}.main-content.svelte-12qhfyh{flex:1;height:auto;padding:20px 16px;overflow-y:auto}}@media (width<=640px){.sidebar.svelte-12qhfyh{flex-direction:column;align-items:stretch;gap:12px;padding:12px 14px}.sidebar-header.svelte-12qhfyh{justify-content:center}.sidebar-nav.svelte-12qhfyh{justify-content:space-between;width:100%}.nav-item.svelte-12qhfyh{flex:1;justify-content:center;gap:4px;padding:8px 4px;font-size:11px}.main-content.svelte-12qhfyh{padding:16px 12px}}.logout-form.svelte-12qhfyh{width:100%;margin-top:12px}.btn-logout.svelte-12qhfyh{width:100%;color:var(--text-secondary);border-color:#ef444433;justify-content:center;align-items:center;gap:6px;padding:8px 12px;font-size:12px;transition:all .2s;display:flex}.btn-logout.svelte-12qhfyh:hover{color:#fca5a5;background:#ef444414;border-color:#ef444466}
