@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{--bg-primary: #0f0f0f;--bg-secondary: #1a1a1a;--bg-tertiary: #272727;--bg-hover: #3a3a3a;--text-primary: #f1f1f1;--text-secondary: #aaaaaa;--text-muted: #717171;--accent: #ff4444;--accent-hover: #ff6666;--accent-gradient: linear-gradient(135deg, #ff4b2b 0%, #ff416c 100%);--border: #333333;--shadow: rgba(0, 0, 0, .4);--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;--radius-full: 9999px}*{margin:0;padding:0;box-sizing:border-box}html,body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--bg-primary);color:var(--text-primary);line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none;font-family:inherit;color:inherit}input,textarea,select{font-family:inherit;color:inherit}img{display:block;max-width:100%}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:var(--bg-tertiary);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--bg-hover)}.header.svelte-1elxaub{position:fixed;top:0;left:0;right:0;height:56px;background:var(--bg-primary);border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;padding:0 16px;z-index:100;gap:16px}.header-left.svelte-1elxaub{display:flex;align-items:center;gap:16px;flex-shrink:0}.logo.svelte-1elxaub{display:flex;align-items:center;gap:8px}.logo-icon.svelte-1elxaub{width:32px;height:32px;background:var(--accent-gradient);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;flex-shrink:0}.logo-text.svelte-1elxaub{font-size:18px;font-weight:700;letter-spacing:-.5px}.search-bar.svelte-1elxaub{display:flex;max-width:600px;flex:1;min-width:0}.search-input.svelte-1elxaub{flex:1;min-width:0;height:40px;padding:0 16px;background:var(--bg-secondary);border:1px solid var(--border);border-right:none;border-radius:var(--radius-full) 0 0 var(--radius-full);font-size:14px;outline:none;transition:border-color .2s}.search-input.svelte-1elxaub:focus{border-color:#555}.search-btn.svelte-1elxaub{width:48px;flex-shrink:0;height:40px;background:var(--bg-tertiary);border:1px solid var(--border);border-radius:0 var(--radius-full) var(--radius-full) 0;display:flex;align-items:center;justify-content:center;color:var(--text-secondary);transition:background .2s}.search-btn.svelte-1elxaub:hover{background:var(--bg-hover)}.header-right.svelte-1elxaub{display:flex;align-items:center;gap:8px;flex-shrink:0;justify-content:flex-end}.icon-btn.svelte-1elxaub{width:40px;height:40px;border-radius:var(--radius-full);display:flex;align-items:center;justify-content:center;color:var(--text-primary);transition:background .2s}.icon-btn.svelte-1elxaub:hover{background:var(--bg-tertiary)}@media(max-width:640px){.logo-text.svelte-1elxaub{display:none}.search-btn.svelte-1elxaub{width:40px}}.sidebar.svelte-129hoe0{position:fixed;top:56px;left:0;bottom:0;width:240px;background:var(--bg-primary);overflow-y:auto;transition:width .2s ease;z-index:50;padding:8px 0}.sidebar.collapsed.svelte-129hoe0{width:72px}.nav-section.svelte-129hoe0{padding:0 8px}.nav-section-title.svelte-129hoe0{font-size:12px;font-weight:600;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;padding:12px 16px 8px}.nav-link.svelte-129hoe0{display:flex;align-items:center;gap:20px;padding:8px 16px;border-radius:var(--radius-lg);color:var(--text-primary);font-size:14px;font-weight:400;transition:background .15s;white-space:nowrap}.sidebar.collapsed.svelte-129hoe0 .nav-link:where(.svelte-129hoe0){flex-direction:column;gap:4px;padding:12px 4px;font-size:10px;text-align:center;justify-content:center}.nav-link.svelte-129hoe0:hover{background:var(--bg-tertiary)}.nav-link.active.svelte-129hoe0{background:var(--bg-tertiary);font-weight:600}.nav-divider.svelte-129hoe0{height:1px;background:var(--border);margin:8px 16px}@media(max-width:1024px){.sidebar.svelte-129hoe0{width:72px}.sidebar.collapsed.svelte-129hoe0{width:0;padding:0;overflow:hidden}}@media(max-width:640px){.sidebar.svelte-129hoe0{width:240px;transform:translate(-100%);transition:transform .2s ease,width .2s ease;z-index:50;border-right:1px solid var(--border)}.sidebar.svelte-129hoe0:not(.collapsed){transform:translate(0)}.sidebar.collapsed.svelte-129hoe0{width:240px;transform:translate(-100%);padding:8px 0;overflow:auto}}.app.svelte-12qhfyh{min-height:100vh}.main-content.svelte-12qhfyh{margin-top:56px;margin-left:240px;padding:0 24px 24px;transition:margin-left .2s ease}.main-content.sidebar-collapsed.svelte-12qhfyh{margin-left:72px}@media(max-width:1024px){.main-content.svelte-12qhfyh{margin-left:72px}.main-content.sidebar-collapsed.svelte-12qhfyh{margin-left:0}}@media(max-width:640px){.main-content.svelte-12qhfyh,.main-content.sidebar-collapsed.svelte-12qhfyh{margin-left:0;padding:0 12px 80px}}.sidebar-backdrop.svelte-12qhfyh{display:none}@media(max-width:640px){.sidebar-backdrop.svelte-12qhfyh{display:block;position:fixed;inset:56px 0 0;background:#0009;z-index:49}}
