:root{--color-bg: #f8fafc;--color-surface: #ffffff;--color-border: #e2e8f0;--color-text: #0f172a;--color-text-muted: #64748b;--color-primary: #6366f1;--color-primary-hover: #4f46e5;--color-primary-soft: #eef2ff;--color-success: #10b981;--color-success-soft: #ecfdf5;--color-danger: #ef4444;--color-danger-soft: #fef2f2;--color-warning: #f59e0b;--color-warning-soft: #fffbeb;--color-info: #3b82f6;--color-info-soft: #eff6ff;--sidebar-width: 260px;--sidebar-bg: #1e293b;--sidebar-text: #94a3b8;--sidebar-text-active: #ffffff;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 16px;--radius-full: 9999px;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--transition: all .2s cubic-bezier(.4, 0, .2, 1)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,system-ui,-apple-system,sans-serif;background-color:var(--color-bg);color:var(--color-text);line-height:1.5;-webkit-font-smoothing:antialiased}button,input,select,textarea{font-family:inherit}a{text-decoration:none;color:inherit}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}@keyframes fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fadeIn .3s ease-out}.dropdown-container.svelte-1fd3ybn{position:relative;display:inline-block}.trigger.svelte-1fd3ybn{background:transparent;border:none;padding:0;cursor:pointer;color:inherit;display:flex;align-items:center}.menu.svelte-1fd3ybn{position:absolute;top:calc(100% + .5rem);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);min-width:160px;z-index:50;padding:.5rem;display:flex;flex-direction:column;gap:.25rem}.left.svelte-1fd3ybn{left:0}.right.svelte-1fd3ybn{right:0}.dropdown-item{padding:.5rem .75rem;border-radius:var(--radius-sm);font-size:.875rem;color:var(--color-text);transition:var(--transition);display:flex;align-items:center;gap:.5rem;width:100%;text-align:left;background:transparent;border:none;cursor:pointer}.dropdown-item:hover{background:var(--color-bg)}.dropdown-item.danger{color:var(--color-danger)}.dropdown-item.danger:hover{background:var(--color-danger-soft)}.toast-container.svelte-1d5pagq{position:fixed;top:2rem;right:2rem;z-index:10000;display:flex;flex-direction:column;gap:.75rem;width:calc(100% - 4rem);max-width:400px;pointer-events:none}.toast-item.svelte-1d5pagq{pointer-events:auto;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;border-radius:var(--radius-md);overflow:hidden}@media(max-width:640px){.toast-container.svelte-1d5pagq{top:1rem;right:1rem;left:1rem;width:auto}}.layout.svelte-12qhfyh{display:flex;height:100vh;overflow:hidden}.layout.no-nav.svelte-12qhfyh main:where(.svelte-12qhfyh){padding:0}.layout.no-nav.svelte-12qhfyh .container:where(.svelte-12qhfyh){max-width:none;margin:0}aside.svelte-12qhfyh{width:var(--sidebar-width);background:var(--sidebar-bg);color:var(--sidebar-text);display:flex;flex-direction:column;flex-shrink:0;box-shadow:var(--shadow-lg);z-index:20;transition:width .3s cubic-bezier(.4,0,.2,1)}.layout.collapsed.svelte-12qhfyh aside:where(.svelte-12qhfyh){width:80px}.brand.svelte-12qhfyh{padding:1.5rem;display:flex;align-items:center;gap:.75rem;color:#fff;font-weight:700;overflow:hidden;white-space:nowrap}.logo-icon.svelte-12qhfyh{width:32px;height:32px;background:var(--color-primary);border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:1.25rem;flex-shrink:0}nav.svelte-12qhfyh{flex:1;padding:0 .75rem;display:flex;flex-direction:column;gap:1.5rem;overflow-y:auto}.nav-group.svelte-12qhfyh{display:flex;flex-direction:column;gap:.25rem}.group-label.svelte-12qhfyh{padding:0 1rem;font-size:.7rem;font-weight:700;text-transform:uppercase;color:#fff6;letter-spacing:.05em;margin-bottom:.5rem}.layout.collapsed.svelte-12qhfyh .group-label:where(.svelte-12qhfyh),.layout.collapsed.svelte-12qhfyh .nav-label:where(.svelte-12qhfyh),.layout.collapsed.svelte-12qhfyh .brand-name:where(.svelte-12qhfyh){opacity:0;visibility:hidden;width:0;margin:0;padding:0}.brand-name.svelte-12qhfyh{transition:opacity .2s,width .2s;flex:1}nav.svelte-12qhfyh a:where(.svelte-12qhfyh){display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-radius:var(--radius-md);transition:var(--transition);font-size:.9rem;font-weight:500;color:#ffffffb3;text-decoration:none}nav.svelte-12qhfyh a:where(.svelte-12qhfyh) svg:where(.svelte-12qhfyh){width:1.25rem;height:1.25rem;opacity:.7;flex-shrink:0}nav.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{background:#ffffff0d;color:#fff}nav.svelte-12qhfyh a.active:where(.svelte-12qhfyh){background:var(--color-primary);color:#fff}.aside-footer.svelte-12qhfyh{padding:1rem .75rem;border-top:1px solid rgba(255,255,255,.1)}.toggle-btn.svelte-12qhfyh{width:100%;display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:transparent;border:none;color:var(--sidebar-text);cursor:pointer;transition:var(--transition);border-radius:var(--radius-md)}.toggle-btn.svelte-12qhfyh:hover{background:#ffffff0d}.toggle-btn.svelte-12qhfyh svg:where(.svelte-12qhfyh){width:1.25rem;height:1.25rem;flex-shrink:0;opacity:.7}.layout.collapsed.svelte-12qhfyh .toggle-btn:where(.svelte-12qhfyh){justify-content:center;padding:.75rem 0}.content-wrapper.svelte-12qhfyh{flex:1;display:flex;flex-direction:column;overflow:hidden}header.svelte-12qhfyh{height:64px;background:var(--color-surface);border-bottom:1px solid var(--color-border);display:flex;align-items:center;justify-content:space-between;padding:0 1.5rem}.header-left.svelte-12qhfyh{display:flex;align-items:center;gap:1rem}.mobile-toggle.svelte-12qhfyh{display:none;background:transparent;border:none;cursor:pointer;color:var(--color-text);padding:.5rem;margin-left:-.5rem;border-radius:8px;z-index:50;flex-shrink:0}.mobile-toggle.svelte-12qhfyh svg:where(.svelte-12qhfyh){width:1.5rem;height:1.5rem}.mobile-toggle.svelte-12qhfyh:hover{background:var(--color-bg)}.welcome-box.svelte-12qhfyh{display:flex;flex-direction:column;line-height:1.2}.welcome-text.svelte-12qhfyh{font-size:.875rem;color:var(--color-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:150px}.live-clock.svelte-12qhfyh{font-size:.7rem;color:var(--color-primary);font-weight:700;padding-top:.15rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;white-space:nowrap}.header-right.svelte-12qhfyh{display:flex;align-items:center;gap:1rem}.profile-trigger.svelte-12qhfyh{display:flex;align-items:center;gap:.5rem;cursor:pointer;padding:.25rem;border-radius:var(--radius-md);transition:var(--transition)}.profile-info.svelte-12qhfyh{display:none;flex-direction:column;line-height:1.2}@media(min-width:640px){.profile-info.svelte-12qhfyh{display:flex}.welcome-text.svelte-12qhfyh{max-width:none}}.profile-trigger.svelte-12qhfyh:hover{background:var(--color-bg)}.chevron-icon.svelte-12qhfyh{width:1rem;height:1rem;color:var(--color-text-muted);transition:var(--transition)}.avatar.svelte-12qhfyh{width:32px;height:32px;background:var(--sidebar-bg);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700}.profile-name.svelte-12qhfyh{font-size:.85rem;font-weight:600}.profile-role.svelte-12qhfyh{font-size:.65rem;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em}.dropdown-menu.svelte-12qhfyh{min-width:160px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);padding:.5rem 0;margin-top:.5rem}.dropdown-item.svelte-12qhfyh{width:100%;padding:.75rem 1rem;text-align:left;background:none;border:none;cursor:pointer;font-size:.9rem;display:flex;align-items:center;color:var(--color-text);transition:var(--transition)}.dropdown-item.svelte-12qhfyh:hover{background:var(--color-bg)}.text-danger.svelte-12qhfyh{color:var(--color-danger)!important}main.svelte-12qhfyh{flex:1;padding:1.5rem;overflow-y:auto;background-color:var(--color-bg)}.container.svelte-12qhfyh{max-width:1200px;margin:0 auto}.mobile-backdrop.svelte-12qhfyh{position:fixed;inset:0;background:#0f172a80;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:40;animation:fadeIn .2s ease-out}@media(max-width:1024px){.mobile-toggle.svelte-12qhfyh{display:block}aside.svelte-12qhfyh{position:fixed;left:calc(-1 * var(--sidebar-width));height:100vh;z-index:100;transition:left .3s cubic-bezier(.4,0,.2,1)}.layout.mobile-open.svelte-12qhfyh aside:where(.svelte-12qhfyh){left:0}header.svelte-12qhfyh{padding:0 1rem}main.svelte-12qhfyh{padding:1rem}}
