.sticky-header.svelte-hv3zzy{z-index:50;width:100%;height:70px;position:sticky;top:0}.glass-header.svelte-hv3zzy{-webkit-backdrop-filter:blur(16px);background:#0a0e17d1;border-bottom:1px solid #ffffff14}.header-content.svelte-hv3zzy{justify-content:space-between;align-items:center;gap:2rem;height:100%;display:flex}.brand-logo.svelte-hv3zzy{font-family:var(--font-sans);letter-spacing:-.02em;align-items:center;gap:.65rem;font-size:1.25rem;font-weight:800;text-decoration:none;display:flex}.logo-symbol-wrapper.svelte-hv3zzy{justify-content:center;align-items:center;width:30px;height:30px;display:flex}.brand-logo-svg.svelte-hv3zzy{width:100%;height:100%;transition:transform .25s}.brand-logo.svelte-hv3zzy:hover .brand-logo-svg:where(.svelte-hv3zzy){transform:scale(1.12)}.radar-scan.svelte-hv3zzy{transform-box:view-box;transform-origin:18px 18px;animation:4s linear infinite svelte-hv3zzy-radar-spin}.pulse-ring.svelte-hv3zzy{animation:2.5s ease-in-out infinite svelte-hv3zzy-pulse-opacity}@keyframes svelte-hv3zzy-radar-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes svelte-hv3zzy-pulse-opacity{0%,to{opacity:.25}50%{opacity:.7}}@media (prefers-reduced-motion:reduce){.radar-scan.svelte-hv3zzy,.pulse-ring.svelte-hv3zzy{animation:none}}.logo-accent.svelte-hv3zzy{color:#10b981;margin-left:2px}.main-nav.svelte-hv3zzy{align-items:center;gap:1.75rem;display:none}@media (width>=768px){.main-nav.svelte-hv3zzy{display:flex}}.nav-link.svelte-hv3zzy{color:var(--text-secondary);transition:color var(--transition-fast);font-size:.95rem;font-weight:600}.nav-link.svelte-hv3zzy:hover{color:#10b981}.header-right.svelte-hv3zzy{align-items:center;gap:1rem;display:flex}.search-form.svelte-hv3zzy{align-items:center;display:flex;position:relative}.search-input.svelte-hv3zzy{background:var(--bg-surface-2);border:1px solid var(--border-subtle);border-radius:var(--radius-full);width:220px;color:var(--text-primary);transition:all var(--transition-fast);padding:.45rem 2.2rem .45rem .85rem;font-size:.85rem}@media (width>=1024px){.search-input.svelte-hv3zzy{width:280px}}.search-input.svelte-hv3zzy:focus{border-color:var(--border-accent);box-shadow:0 0 0 3px var(--accent-gold-subtle);outline:none;width:320px}.search-btn.svelte-hv3zzy{opacity:.6;transition:opacity var(--transition-fast);font-size:.85rem;position:absolute;right:.6rem}.search-btn.svelte-hv3zzy:hover{opacity:1}.desktop-only.svelte-hv3zzy{display:none}.header-repo-icon.svelte-hv3zzy{border-radius:var(--radius-md,8px);color:#a1a1aa;background:#ffffff0a;border:1px solid #ffffff14;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:inline-flex}.header-repo-icon.svelte-hv3zzy:hover{color:#fff;background:#ffffff1f;border-color:#fff3;transform:translateY(-1px)}.header-repo-icon.gitlab.svelte-hv3zzy:hover{background:#fc6d2626;border-color:#fc6d2666}@media (width>=768px){.desktop-only.svelte-hv3zzy{align-items:center;gap:.5rem;display:flex}}.mobile-menu-btn.svelte-hv3zzy{color:var(--text-primary);padding:.25rem;font-size:1.5rem;display:block}@media (width>=768px){.mobile-menu-btn.svelte-hv3zzy{display:none}}.mobile-menu.svelte-hv3zzy{-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border-subtle);background:#07080bf2;flex-direction:column;padding:1rem 1.5rem;display:flex;position:absolute;top:70px;left:0;right:0}.mobile-nav.svelte-hv3zzy{flex-direction:column;gap:1rem;display:flex}.mobile-nav-link.svelte-hv3zzy{color:var(--text-primary);border-bottom:1px solid var(--border-subtle);padding:.5rem 0;font-size:1.1rem;font-weight:600}.footer.svelte-7lfk2o{background:var(--bg-surface-1);border-top:1px solid var(--border-subtle);margin-top:5rem;padding:3rem 0}.footer-content.svelte-7lfk2o{flex-direction:column;justify-content:space-between;gap:1.5rem;display:flex}@media (width>=768px){.footer-content.svelte-7lfk2o{flex-direction:row;align-items:center}}.footer-brand.svelte-7lfk2o{color:var(--text-primary);font-size:1.1rem;font-weight:800}.accent.svelte-7lfk2o{color:var(--accent-gold)}.footer-tagline.svelte-7lfk2o{color:var(--text-tertiary);margin-top:.25rem;font-size:.85rem}.footer-meta.svelte-7lfk2o{color:var(--text-tertiary);flex-direction:column;gap:.35rem;font-size:.8rem;display:flex}.attribution.svelte-7lfk2o a:where(.svelte-7lfk2o){color:var(--text-secondary);text-decoration:underline}.attribution.svelte-7lfk2o a:where(.svelte-7lfk2o):hover{color:var(--accent-gold)}.toast.svelte-zemmny{border-radius:var(--radius-md);background:var(--bg-surface-glass);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid var(--border-subtle);color:var(--text-primary);box-shadow:var(--shadow-lg);pointer-events:auto;min-width:250px;padding:1rem 1.25rem;font-weight:500;animation:.3s cubic-bezier(.4,0,.2,1) svelte-zemmny-slide-in}.toast-success.svelte-zemmny{border-left:4px solid var(--color-success)}.toast-error.svelte-zemmny{border-left:4px solid var(--color-error)}.toast-info.svelte-zemmny{border-left:4px solid var(--accent-blue)}@keyframes svelte-zemmny-slide-in{0%{opacity:0;transform:translate(120%)}to{opacity:1;transform:translate(0)}}.toast-container.svelte-16oeye1{z-index:9999;pointer-events:none;flex-direction:column;gap:.75rem;display:flex;position:fixed;bottom:2rem;right:2rem}.palette-backdrop.svelte-xhxto7{z-index:300;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#07080bd9;justify-content:center;align-items:flex-start;padding-top:15vh;padding-left:1rem;padding-right:1rem;display:flex;position:fixed;inset:0}.palette-card.svelte-xhxto7{background:var(--bg-surface-1);border:1px solid var(--border-accent);border-radius:var(--radius-lg);flex-direction:column;width:100%;max-width:580px;max-height:70vh;display:flex;overflow:hidden;box-shadow:0 30px 60px -15px #000c}.palette-header.svelte-xhxto7{border-bottom:1px solid var(--border-subtle);flex-shrink:0;align-items:center;gap:.75rem;padding:1rem 1.25rem;display:flex}.search-icon.svelte-xhxto7{opacity:.7;font-size:1.1rem}.palette-input.svelte-xhxto7{color:var(--text-primary);background:0 0;border:none;outline:none;flex:1;font-size:1.05rem}.shortcut-badge.svelte-xhxto7{background:var(--bg-surface-2);border:1px solid var(--border-subtle);color:var(--text-tertiary);border-radius:4px;padding:.15rem .4rem;font-size:.7rem;font-weight:700}.palette-results.svelte-xhxto7{flex:1;padding:.5rem 0;overflow-y:auto}.result-section.svelte-xhxto7{margin-bottom:.5rem}.section-title.svelte-xhxto7{text-transform:uppercase;color:var(--text-tertiary);letter-spacing:.05em;padding:.5rem 1.25rem;font-size:.7rem;font-weight:700}.palette-item.svelte-xhxto7{cursor:pointer;width:100%;color:var(--text-primary);text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;padding:.75rem 1.25rem;transition:background .15s;display:flex}.palette-item.svelte-xhxto7:hover,.palette-item.svelte-xhxto7:focus{background:#ffffff0f;outline:none}.movie-item.svelte-xhxto7{justify-content:flex-start;gap:.75rem}.item-poster.svelte-xhxto7{object-fit:cover;border-radius:4px;flex-shrink:0;width:32px;height:48px}.item-poster.fallback.svelte-xhxto7{color:var(--text-tertiary);background:#ffffff1a;justify-content:center;align-items:center;font-size:.8rem;display:flex}.movie-meta.svelte-xhxto7{flex-direction:column;flex:1;min-width:0;display:flex}.item-label.svelte-xhxto7{white-space:nowrap;text-overflow:ellipsis;font-size:.95rem;font-weight:500;overflow:hidden}.item-category.svelte-xhxto7{color:var(--text-secondary);background:#ffffff1a;border-radius:99px;padding:.2rem .5rem;font-size:.75rem}.item-year.svelte-xhxto7{color:var(--text-tertiary);font-size:.75rem}.item-rating.svelte-xhxto7{color:#f59e0b;font-size:.8rem;font-weight:700}.empty-state.svelte-xhxto7{text-align:center;color:var(--text-secondary);padding:2rem;font-size:.9rem}.palette-footer.svelte-xhxto7{border-top:1px solid var(--border-subtle);color:var(--text-tertiary);text-align:right;flex-shrink:0;padding:.75rem 1.25rem;font-size:.75rem}kbd.svelte-xhxto7{background:var(--bg-surface-2);border:1px solid var(--border-subtle);border-radius:4px;padding:.15rem .3rem;font-family:inherit;font-size:.7rem}.app-layout.svelte-9bxzjc{flex-direction:column;min-height:100vh;display:flex}.main-content.svelte-9bxzjc{flex:1}
