body{margin:0;padding:0;background:var(--color-bg);color:var(--color-text)}.app-layout.svelte-12qhfyh{display:flex;height:100vh;width:100vw;overflow:hidden}.landing-layout.svelte-12qhfyh{display:block;height:auto;overflow:visible}.sidebar-left.svelte-12qhfyh{width:60px;background:var(--color-surface);border-right:1px solid var(--color-border);display:flex;flex-direction:column;justify-content:space-between;align-items:center;padding:var(--spacing-md) 0;z-index:20;transition:width var(--transition-normal);flex-shrink:0}.sidebar-left.expanded.svelte-12qhfyh{width:240px;align-items:flex-start}.sidebar-content.svelte-12qhfyh{width:100%;display:flex;flex-direction:column;align-items:center;flex:1}.sidebar-left.expanded.svelte-12qhfyh .sidebar-content:where(.svelte-12qhfyh){align-items:stretch;padding:0 var(--spacing-md)}.logo-area.svelte-12qhfyh{font-weight:800;color:var(--color-accent-start);margin-bottom:var(--spacing-xl);font-size:1.2rem;height:40px;display:flex;align-items:center;justify-content:center;width:100%}.sidebar-left.expanded.svelte-12qhfyh .logo-area:where(.svelte-12qhfyh){justify-content:flex-start;padding-left:var(--spacing-xs)}.logo-text.svelte-12qhfyh{margin-left:var(--spacing-sm);white-space:nowrap;overflow:hidden;animation:svelte-12qhfyh-fade-in var(--transition-normal)}.main-nav.svelte-12qhfyh{display:flex;flex-direction:column;gap:var(--spacing-md);width:100%;align-items:center}.sidebar-left.expanded.svelte-12qhfyh .main-nav:where(.svelte-12qhfyh){align-items:stretch}.nav-item.svelte-12qhfyh{display:flex;justify-content:center;align-items:center;width:40px;height:40px;border-radius:var(--radius-md);color:var(--color-text-secondary);text-decoration:none;transition:all var(--transition-fast)}.sidebar-left.expanded.svelte-12qhfyh .nav-item:where(.svelte-12qhfyh){width:100%;justify-content:flex-start;padding:0 var(--spacing-sm)}.nav-item.svelte-12qhfyh:hover{background:var(--color-surface-alt);color:var(--color-text)}.nav-item.active.svelte-12qhfyh{background:var(--color-accent-start);color:#fff}.nav-item.nav-disabled.svelte-12qhfyh{opacity:.35;cursor:not-allowed;pointer-events:none}.resource-link-right.svelte-12qhfyh,a.profile-btn.svelte-12qhfyh{text-decoration:none}.icon.svelte-12qhfyh{font-size:1.2rem;display:flex;justify-content:center;width:24px}.label.svelte-12qhfyh{margin-left:var(--spacing-sm);white-space:nowrap;font-size:var(--font-size-sm);font-weight:500;animation:svelte-12qhfyh-fade-in var(--transition-normal)}.sidebar-footer.svelte-12qhfyh{width:100%;border-top:1px solid var(--color-border);padding:var(--spacing-sm) 0;cursor:pointer;transition:background-color var(--transition-fast)}.sidebar-footer.svelte-12qhfyh:hover{background-color:var(--color-surface-alt)}.toggle-row.svelte-12qhfyh{width:100%;height:48px;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;color:var(--color-text-secondary);transition:all var(--transition-fast);padding:0;justify-content:center;pointer-events:none}.sidebar-left.expanded.svelte-12qhfyh .toggle-row:where(.svelte-12qhfyh){justify-content:flex-start;padding:0 var(--spacing-sm)}.sidebar-footer.svelte-12qhfyh:hover .toggle-row:where(.svelte-12qhfyh){color:var(--color-text)}@keyframes svelte-12qhfyh-fade-in{0%{opacity:0}to{opacity:1}}.main-content.svelte-12qhfyh{flex:1;overflow-y:auto;display:flex;flex-direction:column;position:relative}.mobile-topbar.svelte-12qhfyh,.mobile-backdrop.svelte-12qhfyh{display:none}@media(max-width:768px){.app-layout.svelte-12qhfyh{flex-direction:column}.mobile-topbar.svelte-12qhfyh{display:flex;align-items:center;height:52px;padding:0 var(--spacing-md);background:var(--color-surface);border-bottom:1px solid var(--color-border);z-index:30;gap:var(--spacing-sm);flex-shrink:0}.mobile-logo.svelte-12qhfyh{flex:1;font-weight:800;font-size:1rem;color:var(--color-accent-start);letter-spacing:-.01em}.hamburger.svelte-12qhfyh{width:36px;height:36px;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--color-text);border-radius:var(--radius-md);padding:0;flex-shrink:0}.hamburger.svelte-12qhfyh:hover{background:var(--color-surface-alt)}.mobile-avatar.svelte-12qhfyh{width:32px;height:32px;flex-shrink:0;text-decoration:none}.mobile-avatar.svelte-12qhfyh .avatar:where(.svelte-12qhfyh){width:32px;height:32px;background:var(--color-surface-alt);color:#fff;border-radius:50%;display:flex;justify-content:center;align-items:center;font-size:.9rem;font-weight:600;overflow:hidden}.mobile-avatar.svelte-12qhfyh .avatar:where(.svelte-12qhfyh) img:where(.svelte-12qhfyh){width:100%;height:100%;object-fit:cover;border-radius:50%}.mobile-backdrop.svelte-12qhfyh{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:40;animation:svelte-12qhfyh-backdrop-in .2s ease}@keyframes svelte-12qhfyh-backdrop-in{0%{opacity:0}to{opacity:1}}.sidebar-left.is-mobile.svelte-12qhfyh{position:fixed;top:0;left:0;height:100dvh;z-index:50;transform:translate(-100%);transition:transform .25s cubic-bezier(.4,0,.2,1);width:240px!important;align-items:flex-start}.sidebar-left.is-mobile.svelte-12qhfyh .sidebar-content:where(.svelte-12qhfyh){align-items:stretch;padding:0 var(--spacing-md)}.sidebar-left.is-mobile.svelte-12qhfyh .logo-area:where(.svelte-12qhfyh){justify-content:flex-start;padding-left:var(--spacing-xs)}.sidebar-left.is-mobile.svelte-12qhfyh .main-nav:where(.svelte-12qhfyh){align-items:stretch}.sidebar-left.is-mobile.svelte-12qhfyh .nav-item:where(.svelte-12qhfyh){width:100%;justify-content:flex-start;padding:0 var(--spacing-sm)}.sidebar-left.is-mobile.svelte-12qhfyh .label:where(.svelte-12qhfyh){display:block}.sidebar-left.is-mobile.svelte-12qhfyh .toggle-row:where(.svelte-12qhfyh){justify-content:flex-start;padding:0 var(--spacing-sm)}.sidebar-left.is-mobile.mobile-open.svelte-12qhfyh{transform:translate(0)}.mobile-left-tools.svelte-12qhfyh{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:var(--spacing-xs);width:100%;padding:var(--spacing-sm) var(--spacing-md);border-top:1px solid var(--color-border)}.sidebar-right.svelte-12qhfyh{display:none!important}}.sidebar-right.svelte-12qhfyh{width:60px;background:var(--color-surface);border-left:1px solid var(--color-border);display:flex;flex-direction:column;justify-content:space-between;align-items:center;padding:var(--spacing-md) 0;z-index:20}.bottom-tools.svelte-12qhfyh{display:flex;flex-direction:column;gap:var(--spacing-md);margin-top:auto}.tool-btn.svelte-12qhfyh{width:40px;height:40px;border-radius:var(--radius-full);border:1px solid transparent;background:transparent;cursor:pointer;display:flex;justify-content:center;align-items:center;font-size:1.2rem;transition:background var(--transition-fast);color:var(--color-text-secondary)}.tool-btn.svelte-12qhfyh:hover{background:var(--color-surface-alt);color:var(--color-text)}.asset-icon svg{width:24px;height:24px;fill:currentColor;display:block}.profile-btn.svelte-12qhfyh .avatar-wrapper:where(.svelte-12qhfyh){position:relative;width:32px;height:32px}.profile-btn.svelte-12qhfyh .avatar:where(.svelte-12qhfyh){width:32px;height:32px;background:var(--color-surface-alt);color:#fff;border-radius:50%;display:flex;justify-content:center;align-items:center;font-size:.9rem;font-weight:600;overflow:hidden}.profile-btn.svelte-12qhfyh .avatar:where(.svelte-12qhfyh) img:where(.svelte-12qhfyh){width:100%;height:100%;object-fit:cover;border-radius:50%;display:block}.profile-btn.svelte-12qhfyh .company-badge:where(.svelte-12qhfyh){position:absolute;bottom:-3px;right:-6px;width:17px;height:17px;border-radius:50%;background:var(--color-surface-alt);border:1.5px solid var(--color-surface);display:flex;justify-content:center;align-items:center;font-size:.55rem;font-weight:700;color:var(--color-text);overflow:hidden;line-height:1}.profile-btn.svelte-12qhfyh .company-badge:where(.svelte-12qhfyh) img:where(.svelte-12qhfyh){width:100%;height:100%;object-fit:cover;display:block}
