:root{--color-bg-primary: #f9fafb;--color-bg-secondary: #ffffff;--color-bg-tertiary: #f3f4f6;--color-bg-hover: #e5e7eb;--color-bg-active: #eef2ff;--color-text-primary: #111827;--color-text-secondary: #374151;--color-text-muted: #6b7280;--color-text-placeholder: #9ca3af;--color-border: #e5e7eb;--color-border-focus: #3b82f6;--color-accent: #4f46e5;--color-accent-hover: #4338ca;--color-accent-light: #eef2ff;--color-success: #059669;--color-warning: #f59e0b;--color-danger: #dc2626;--color-info: #3b82f6;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--radius-sm: .375rem;--radius-md: .5rem;--radius-lg: .75rem;--radius-xl: 1rem;--transition-fast: .15s ease-in-out;--transition-normal: .2s ease-in-out;--transition-slow: .3s ease-in-out}:root.dark{--color-bg-primary: #111827;--color-bg-secondary: #1f2937;--color-bg-tertiary: #374151;--color-bg-hover: #4b5563;--color-bg-active: #312e81;--color-text-primary: #f9fafb;--color-text-secondary: #e5e7eb;--color-text-muted: #9ca3af;--color-text-placeholder: #6b7280;--color-border: #374151;--color-border-focus: #6366f1;--color-accent: #6366f1;--color-accent-hover: #818cf8;--color-accent-light: #312e81;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .3);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .3), 0 2px 4px -1px rgba(0, 0, 0, .2);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .3), 0 4px 6px -2px rgba(0, 0, 0, .2)}@media(prefers-color-scheme:dark){:root:not(.light){--color-bg-primary: #111827;--color-bg-secondary: #1f2937;--color-bg-tertiary: #374151;--color-bg-hover: #4b5563;--color-bg-active: #312e81;--color-text-primary: #f9fafb;--color-text-secondary: #e5e7eb;--color-text-muted: #9ca3af;--color-text-placeholder: #6b7280;--color-border: #374151;--color-border-focus: #6366f1;--color-accent: #6366f1;--color-accent-hover: #818cf8;--color-accent-light: #312e81;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .3);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .3), 0 2px 4px -1px rgba(0, 0, 0, .2);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .3), 0 4px 6px -2px rgba(0, 0, 0, .2)}}*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;overflow-x:hidden;background-color:var(--color-bg-primary);color:var(--color-text-primary);transition:background-color var(--transition-normal),color var(--transition-normal)}:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}:focus:not(:focus-visible){outline:none}.loading-screen.svelte-12qhfyh{min-height:100vh;display:flex;align-items:center;justify-content:center;background-color:var(--color-bg-primary)}.loading-spinner.svelte-12qhfyh{display:inline-block;width:3rem;height:3rem;border:3px solid var(--color-border);border-bottom-color:var(--color-accent);border-radius:50%;animation:svelte-12qhfyh-spin .8s linear infinite}@keyframes svelte-12qhfyh-spin{to{transform:rotate(360deg)}}@keyframes svelte-12qhfyh-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes svelte-12qhfyh-slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.main-content.svelte-12qhfyh{min-height:100vh;background-color:var(--color-bg-primary);animation:svelte-12qhfyh-fadeIn var(--transition-normal)}.navigation.svelte-12qhfyh{background-color:var(--color-bg-secondary);box-shadow:var(--shadow-sm);border-bottom:1px solid var(--color-border);position:sticky;top:0;z-index:40}.nav-container.svelte-12qhfyh{max-width:1200px;margin:0 auto;padding:0 1rem}.nav-header.svelte-12qhfyh{display:flex;justify-content:space-between;align-items:center;height:4rem}.nav-brand.svelte-12qhfyh{display:flex;align-items:center;gap:2rem}.brand-title.svelte-12qhfyh{font-size:1.25rem;font-weight:700;color:var(--color-text-primary);margin:0;letter-spacing:-.025em}.nav-links.svelte-12qhfyh{display:none;gap:.5rem}@media(min-width:768px){.nav-links.svelte-12qhfyh{display:flex}}.nav-link.svelte-12qhfyh{color:var(--color-text-secondary);text-decoration:none;padding:.5rem .875rem;border-radius:var(--radius-md);font-size:.875rem;font-weight:500;transition:all var(--transition-fast)}.nav-link.svelte-12qhfyh:hover{color:var(--color-text-primary);background-color:var(--color-bg-tertiary)}.nav-link.active.svelte-12qhfyh{color:var(--color-accent);background-color:var(--color-accent-light)}.nav-actions.svelte-12qhfyh{display:flex;align-items:center}.user-menu-container.svelte-12qhfyh{position:relative}.user-menu-button.svelte-12qhfyh{display:flex;align-items:center;gap:.25rem;color:var(--color-text-secondary);background:none;border:none;padding:.5rem;border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-fast)}.user-menu-button.svelte-12qhfyh:hover{background-color:var(--color-bg-tertiary);color:var(--color-text-primary)}.user-icon.svelte-12qhfyh{width:1.5rem;height:1.5rem}.chevron-icon.svelte-12qhfyh{width:1rem;height:1rem;transition:transform var(--transition-fast)}.user-menu-button[aria-expanded=true].svelte-12qhfyh .chevron-icon:where(.svelte-12qhfyh){transform:rotate(180deg)}.user-dropdown.svelte-12qhfyh{position:absolute;right:0;margin-top:.5rem;width:14rem;background-color:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);z-index:50;animation:svelte-12qhfyh-slideUp var(--transition-fast)}.dropdown-item.svelte-12qhfyh{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;color:var(--color-text-secondary);text-decoration:none;font-size:.875rem;background:none;border:none;text-align:left;cursor:pointer;transition:all var(--transition-fast)}.dropdown-item.svelte-12qhfyh:hover{background-color:var(--color-bg-tertiary);color:var(--color-text-primary)}.dropdown-item.svelte-12qhfyh:first-child{border-radius:var(--radius-lg) var(--radius-lg) 0 0}.dropdown-item.svelte-12qhfyh:last-child{border-radius:0 0 var(--radius-lg) var(--radius-lg)}.dropdown-icon.svelte-12qhfyh{width:1.25rem;height:1.25rem;color:var(--color-text-muted)}.dropdown-divider.svelte-12qhfyh{height:1px;background-color:var(--color-border);margin:.25rem 0}.logout-item.svelte-12qhfyh{color:var(--color-danger)}.logout-item.svelte-12qhfyh .dropdown-icon:where(.svelte-12qhfyh){color:var(--color-danger)}.mobile-menu-button.svelte-12qhfyh{display:flex;align-items:center;justify-content:center;padding:.5rem;background:none;border:none;border-radius:var(--radius-md);cursor:pointer;color:var(--color-text-secondary);transition:all var(--transition-fast)}.mobile-menu-button.svelte-12qhfyh:hover{background-color:var(--color-bg-tertiary);color:var(--color-text-primary)}.mobile-menu-button.svelte-12qhfyh svg:where(.svelte-12qhfyh){width:1.5rem;height:1.5rem}@media(min-width:768px){.mobile-menu-button.svelte-12qhfyh{display:none}}.mobile-menu-container.svelte-12qhfyh{position:fixed;top:0;left:0;right:0;bottom:0;z-index:100;display:flex}.mobile-menu-overlay.svelte-12qhfyh{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#00000080;animation:svelte-12qhfyh-fadeIn var(--transition-fast)}.mobile-menu-panel.svelte-12qhfyh{position:relative;background-color:var(--color-bg-secondary);width:280px;max-width:85%;height:100%;box-shadow:var(--shadow-lg);animation:svelte-12qhfyh-slideIn var(--transition-slow) ease-out;display:flex;flex-direction:column}@keyframes svelte-12qhfyh-slideIn{0%{transform:translate(-100%)}to{transform:translate(0)}}.mobile-menu-header.svelte-12qhfyh{display:flex;align-items:center;justify-content:space-between;padding:1rem;border-bottom:1px solid var(--color-border)}.mobile-menu-title.svelte-12qhfyh{font-size:1.125rem;font-weight:600;color:var(--color-text-primary);margin:0}.mobile-menu-close.svelte-12qhfyh{display:flex;align-items:center;justify-content:center;padding:.5rem;background:none;border:none;border-radius:var(--radius-md);cursor:pointer;color:var(--color-text-muted);transition:all var(--transition-fast)}.mobile-menu-close.svelte-12qhfyh:hover{background-color:var(--color-bg-tertiary);color:var(--color-text-primary)}.mobile-menu-close.svelte-12qhfyh svg:where(.svelte-12qhfyh){width:1.25rem;height:1.25rem}.mobile-menu-nav.svelte-12qhfyh{flex:1;overflow-y:auto;padding:.5rem}.mobile-nav-link.svelte-12qhfyh{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;color:var(--color-text-secondary);text-decoration:none;border-radius:var(--radius-md);transition:all var(--transition-fast);font-size:.9375rem;background:none;border:none;width:100%;text-align:left;cursor:pointer}.mobile-nav-link.svelte-12qhfyh:hover{background-color:var(--color-bg-tertiary);color:var(--color-text-primary)}.mobile-nav-link.active.svelte-12qhfyh{background-color:var(--color-accent-light);color:var(--color-accent)}.mobile-nav-link.active.svelte-12qhfyh .mobile-nav-icon:where(.svelte-12qhfyh){color:var(--color-accent)}.mobile-nav-icon.svelte-12qhfyh{width:1.25rem;height:1.25rem;color:var(--color-text-muted)}.mobile-menu-divider.svelte-12qhfyh{height:1px;background-color:var(--color-border);margin:.5rem 0}.mobile-logout.svelte-12qhfyh{color:var(--color-danger)}.mobile-logout.svelte-12qhfyh .mobile-nav-icon:where(.svelte-12qhfyh){color:var(--color-danger)}
