.demo-container.svelte-1hfkmxx{width:100%}.demo-tabs.svelte-1hfkmxx{position:relative;display:flex;justify-content:center;align-items:center;gap:3rem;height:4rem;border-bottom:1px solid rgba(255,255,255,.15);margin-bottom:1.5rem}[data-theme=light] .demo-tabs.svelte-1hfkmxx{border-bottom-color:#0000001a}.demo-tab.svelte-1hfkmxx{position:relative;padding:.75rem 0;background:none;border:none;color:var(--text-tertiary);font-size:1.2rem;font-weight:500;cursor:pointer;transition:color .2s;white-space:nowrap}.demo-tab.svelte-1hfkmxx:after{content:"";position:absolute;bottom:-1rem;left:0;right:0;height:2px;background:#4ecdc4;transform:scaleX(0);transition:transform .2s ease}[data-theme=light] .demo-tab.svelte-1hfkmxx:after{background:#0d9488}.demo-tab.svelte-1hfkmxx:hover{color:var(--text-primary)}.demo-tab.active.svelte-1hfkmxx{color:#4ecdc4}[data-theme=light] .demo-tab.active.svelte-1hfkmxx{color:#0d9488}.demo-tab.active.svelte-1hfkmxx:after{transform:scaleX(1)}.browser-frame.svelte-1hfkmxx{background:var(--bg-card);border-radius:12px;border:1px solid var(--border-color);overflow:hidden;box-shadow:0 4px 6px #0000000d,0 20px 50px #00000026}.browser-header.svelte-1hfkmxx{display:flex;align-items:center;padding:.75rem 1rem;background:var(--bg-secondary);border-bottom:1px solid var(--border-color)}.browser-dots.svelte-1hfkmxx{display:flex;gap:6px}.dot.svelte-1hfkmxx{width:12px;height:12px;border-radius:50%}.dot.red.svelte-1hfkmxx{background:#ff5f57}.dot.yellow.svelte-1hfkmxx{background:#ffbd2e}.dot.green.svelte-1hfkmxx{background:#28ca41}.browser-address.svelte-1hfkmxx{flex:1;text-align:center;font-size:.8rem;color:var(--text-tertiary);font-family:ui-monospace,monospace}.browser-spacer.svelte-1hfkmxx{width:54px}.app-container.svelte-1hfkmxx{display:flex;height:680px}.app-sidebar.svelte-1hfkmxx{width:220px;background:var(--bg-primary);border-right:1px solid var(--border-color);display:flex;flex-direction:column;flex-shrink:0;overflow:hidden}.sidebar-logo.svelte-1hfkmxx{display:flex;align-items:center;gap:.75rem;padding:1rem;border-bottom:1px solid var(--border-color)}.logo-img.svelte-1hfkmxx{width:32px;height:32px}.logo-text.svelte-1hfkmxx{font-size:1.1rem;font-weight:600;color:var(--text-primary)}.sidebar-nav.svelte-1hfkmxx{flex:1;padding:.5rem;overflow-y:auto}.nav-group.svelte-1hfkmxx{margin-bottom:.25rem}.nav-group-header.svelte-1hfkmxx{display:flex;align-items:center;gap:.625rem;padding:.5rem .75rem;border-radius:6px;color:var(--text-tertiary);font-size:.875rem;font-weight:500;cursor:pointer;transition:all .15s}.nav-group-header.svelte-1hfkmxx:hover{background:var(--bg-secondary);color:var(--text-secondary)}.nav-group-header.active.svelte-1hfkmxx{color:var(--text-primary)}.nav-group-header.svelte-1hfkmxx .chevron{margin-left:auto;transition:transform .2s}.nav-group.expanded.svelte-1hfkmxx .nav-group-header:where(.svelte-1hfkmxx) .chevron{transform:rotate(90deg)}.nav-group-items.svelte-1hfkmxx{padding-left:1rem;margin-top:.25rem}.nav-item.svelte-1hfkmxx{display:flex;align-items:center;gap:.5rem;padding:.375rem .75rem;border-radius:6px;color:var(--text-tertiary);font-size:.8rem;cursor:pointer;transition:all .15s}.nav-item.svelte-1hfkmxx:hover{background:var(--bg-secondary);color:var(--text-secondary)}.nav-item.active.svelte-1hfkmxx{background:#4ecdc426;color:#4ecdc4}[data-theme=light] .nav-item.active.svelte-1hfkmxx{background:#0d94881a;color:#0d9488}.nav-subgroup.svelte-1hfkmxx{margin-bottom:.25rem}.nav-subitems.svelte-1hfkmxx{padding-left:1.5rem;margin-top:.25rem}.nav-subitem.svelte-1hfkmxx{padding:.25rem .5rem;font-size:.75rem;color:var(--text-tertiary);cursor:pointer;border-radius:4px}.nav-subitem.svelte-1hfkmxx:hover{color:var(--text-secondary)}.nav-subitem.active.svelte-1hfkmxx{color:#4ecdc4}.app-main.svelte-1hfkmxx{flex:1;display:flex;flex-direction:column;overflow:hidden;background:var(--bg-primary);position:relative}.panel.svelte-1hfkmxx{flex:1;padding:1.25rem;overflow:hidden;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none;pointer-events:none}.panel.svelte-1hfkmxx::-webkit-scrollbar{display:none}.panel-title.svelte-1hfkmxx{font-size:1.25rem;font-weight:600;margin:0 0 1.25rem;color:var(--text-primary)}.controls-bar.svelte-1hfkmxx{display:flex;gap:.75rem;margin-bottom:1rem;align-items:center}.search-box.svelte-1hfkmxx{flex:1;display:flex;align-items:center;gap:.75rem;padding:.625rem 1rem;background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:20px;color:var(--text-tertiary)}.search-placeholder.svelte-1hfkmxx{font-size:.875rem}.control-buttons.svelte-1hfkmxx{display:flex;gap:.5rem}.control-btn.svelte-1hfkmxx{display:flex;align-items:center;gap:.5rem;padding:.625rem 1rem;background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:20px;color:var(--text-primary);font-size:.875rem;font-weight:500;cursor:pointer;white-space:nowrap}.results-header.svelte-1hfkmxx{margin-bottom:1rem}.results-count.svelte-1hfkmxx{font-size:.875rem;color:var(--text-tertiary);font-weight:500}.cover-grid.svelte-1hfkmxx{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;align-content:start;flex:1}.album-cover.svelte-1hfkmxx{aspect-ratio:1;border-radius:6px;overflow:hidden;background:var(--bg-secondary);box-shadow:0 2px 8px #00000026;transition:transform .2s,box-shadow .2s}.album-cover.svelte-1hfkmxx:hover{transform:scale(1.03);box-shadow:0 4px 16px #00000040}.album-cover.svelte-1hfkmxx img:where(.svelte-1hfkmxx){width:100%;height:100%;object-fit:cover}.modal-overlay.svelte-1hfkmxx{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:10}.modal-close.svelte-1hfkmxx{position:absolute;top:1rem;right:1rem;background:none;border:none;color:var(--text-tertiary);cursor:pointer}.stat-label.svelte-1hfkmxx{font-size:.7rem;color:var(--text-tertiary);text-transform:uppercase}.analyze-panel.svelte-1hfkmxx{display:flex;flex-direction:column;overflow-y:auto}.analyze-stats-panel.svelte-1hfkmxx,.analyze-value-panel.svelte-1hfkmxx{display:flex;flex-direction:column;gap:1.25rem;padding:0}.stats-top-row.svelte-1hfkmxx{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.stats-card.svelte-1hfkmxx{background:var(--bg-secondary);border-radius:10px;padding:1rem .75rem;display:flex;flex-direction:column;align-items:center;gap:.25rem}.stats-card.svelte-1hfkmxx .stats-icon{color:#4ecdc4;width:28px;height:28px}[data-theme=light] .stats-card.svelte-1hfkmxx .stats-icon{color:#0d9488}.stats-label.svelte-1hfkmxx{font-size:.6rem;color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.3px}.stats-value.svelte-1hfkmxx{font-size:2rem;font-weight:700;color:var(--text-primary);line-height:1.1}.stats-album-row.svelte-1hfkmxx{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.album-stat-card.svelte-1hfkmxx{background:var(--bg-secondary);border-radius:10px;padding:.75rem 1rem;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:.75rem}.album-stat-text.svelte-1hfkmxx{display:flex;flex-direction:column;gap:.125rem}.album-stat-label.svelte-1hfkmxx{font-size:.6rem;color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.3px}.album-stat-year.svelte-1hfkmxx{font-size:1.75rem;font-weight:700;color:var(--text-primary);line-height:1.1}.album-stat-thumb.svelte-1hfkmxx{width:50px;height:50px;border-radius:6px;object-fit:cover;flex-shrink:0}.stats-section.svelte-1hfkmxx{background:var(--bg-secondary);border-radius:10px;padding:1rem}.stats-section-header.svelte-1hfkmxx{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.stats-section.svelte-1hfkmxx h3:where(.svelte-1hfkmxx){font-size:.85rem;font-weight:600;color:var(--text-primary);margin:0}.growth-section.svelte-1hfkmxx{padding:1rem}.growth-chart.svelte-1hfkmxx{display:flex;flex-direction:column;gap:.5rem}.growth-svg.svelte-1hfkmxx{width:100%;height:160px}.growth-labels.svelte-1hfkmxx{display:flex;justify-content:space-between;font-size:.7rem;color:var(--text-tertiary);padding:0 .25rem}.decade-genre-section.svelte-1hfkmxx{padding:1rem}.decade-genre-chart.svelte-1hfkmxx{display:flex;flex-direction:column;gap:.75rem}.decade-genre-bars.svelte-1hfkmxx{display:flex;align-items:flex-end;justify-content:space-between;height:180px;gap:.5rem}.dg-bar-col.svelte-1hfkmxx{flex:1;display:flex;flex-direction:column;align-items:center;height:100%;justify-content:flex-end}.dg-bar-stack.svelte-1hfkmxx{width:100%;display:flex;flex-direction:column;border-radius:4px 4px 0 0;overflow:hidden}.dg-segment.svelte-1hfkmxx{width:100%}.dg-label.svelte-1hfkmxx{font-size:.75rem;color:var(--text-tertiary);margin-top:.375rem}.dg-legend.svelte-1hfkmxx{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.dg-legend-item.svelte-1hfkmxx{display:flex;align-items:center;gap:.375rem;font-size:.75rem;color:var(--text-secondary)}.dg-dot.svelte-1hfkmxx{width:10px;height:10px;border-radius:50%}.stats-donuts-row.svelte-1hfkmxx{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.stats-donut-card.svelte-1hfkmxx{background:var(--bg-secondary);border-radius:10px;padding:1rem}.stats-donut-card.svelte-1hfkmxx h3:where(.svelte-1hfkmxx){font-size:.85rem;font-weight:600;color:var(--text-primary);margin:0 0 .75rem}.donut-container.svelte-1hfkmxx{display:flex;align-items:center;gap:1rem}.donut-chart.svelte-1hfkmxx{width:100px;height:100px;border-radius:50%;position:relative;flex-shrink:0}.donut-chart.svelte-1hfkmxx:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:55px;height:55px;background:var(--bg-secondary);border-radius:50%}.donut-legend.svelte-1hfkmxx{display:flex;flex-direction:column;gap:.5rem}.legend-item.svelte-1hfkmxx{display:flex;align-items:center;gap:.5rem}.legend-dot.svelte-1hfkmxx{width:10px;height:10px;border-radius:50%;flex-shrink:0}.legend-text.svelte-1hfkmxx{font-size:.75rem;color:var(--text-secondary)}.value-header-row.svelte-1hfkmxx{background:var(--bg-secondary);border-radius:10px;padding:1rem}.value-total.svelte-1hfkmxx{margin-bottom:.75rem}.value-amount-wrap.svelte-1hfkmxx{display:flex;align-items:baseline}.value-dollar.svelte-1hfkmxx{font-size:1.75rem;font-weight:600;color:#4ecdc4}[data-theme=light] .value-dollar.svelte-1hfkmxx{color:#0d9488}.value-number.svelte-1hfkmxx{font-size:2.25rem;font-weight:700;color:var(--text-primary)}.value-subtitle.svelte-1hfkmxx{font-size:.75rem;color:var(--text-tertiary)}.value-breakdown.svelte-1hfkmxx{display:flex;gap:1.25rem;flex-wrap:wrap}.breakdown-item.svelte-1hfkmxx{display:flex;flex-direction:column}.breakdown-item.highlight.svelte-1hfkmxx .breakdown-value:where(.svelte-1hfkmxx){color:#4ecdc4}[data-theme=light] .breakdown-item.highlight.svelte-1hfkmxx .breakdown-value:where(.svelte-1hfkmxx){color:#0d9488}.breakdown-value.svelte-1hfkmxx{font-size:1rem;font-weight:600;color:var(--text-primary)}.breakdown-label.svelte-1hfkmxx{font-size:.7rem;color:var(--text-tertiary)}.value-section.svelte-1hfkmxx{background:var(--bg-secondary);border-radius:10px;padding:1rem}.value-section.svelte-1hfkmxx h3:where(.svelte-1hfkmxx){font-size:.9rem;font-weight:600;color:var(--text-primary);margin:0 0 .75rem}.value-two-col.svelte-1hfkmxx{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.rarity-list.svelte-1hfkmxx{display:flex;flex-direction:column;gap:.625rem}.rarity-item.svelte-1hfkmxx{display:flex;align-items:center;gap:.5rem}.rarity-dot.svelte-1hfkmxx{width:12px;height:12px;border-radius:50%;flex-shrink:0}.rarity-name.svelte-1hfkmxx{width:80px;font-size:.85rem;color:var(--text-secondary)}.rarity-bar-track.svelte-1hfkmxx{flex:1;height:14px;background:var(--bg-primary);border-radius:7px;overflow:hidden}.rarity-bar-fill.svelte-1hfkmxx{height:100%;border-radius:7px}.rarity-count.svelte-1hfkmxx{width:36px;font-size:.85rem;font-weight:600;color:var(--text-primary);text-align:right}.value-bars.svelte-1hfkmxx{display:flex;flex-direction:column;gap:.625rem}.vbar-row.svelte-1hfkmxx{display:flex;align-items:center;gap:.5rem}.vbar-label.svelte-1hfkmxx{width:50px;font-size:.8rem;color:var(--text-tertiary)}.vbar-track.svelte-1hfkmxx{flex:1;height:16px;background:var(--bg-primary);border-radius:8px;overflow:hidden}.vbar-fill.svelte-1hfkmxx{height:100%;background:linear-gradient(90deg,#4ecdc4,#3dbdb5);border-radius:8px}.vbar-fill.genre.svelte-1hfkmxx{background:none}[data-theme=light] .vbar-fill.svelte-1hfkmxx:not(.genre){background:linear-gradient(90deg,#0d9488,#0f766e)}.vbar-value.svelte-1hfkmxx{width:60px;font-size:.8rem;font-weight:600;color:var(--text-primary);text-align:right}.insights-row.svelte-1hfkmxx{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem}.insight-item.svelte-1hfkmxx{background:var(--bg-primary);border-radius:8px;overflow:hidden;display:flex;flex-direction:column}.insight-img.svelte-1hfkmxx{width:100%;aspect-ratio:1;object-fit:cover}.insight-type.svelte-1hfkmxx{font-size:.65rem;color:var(--text-tertiary);text-transform:uppercase;padding:.5rem .5rem .125rem}.insight-name.svelte-1hfkmxx{font-size:.75rem;color:var(--text-primary);font-weight:500;padding:0 .5rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.insight-stat.svelte-1hfkmxx{font-size:.85rem;font-weight:600;color:#4ecdc4;padding:.125rem .5rem .5rem}[data-theme=light] .insight-stat.svelte-1hfkmxx{color:#0d9488}.market-section.svelte-1hfkmxx{margin-top:0}.market-grid.svelte-1hfkmxx{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}.market-card.svelte-1hfkmxx{background:var(--bg-primary);border-radius:8px;padding:1rem;text-align:center}.market-number.svelte-1hfkmxx{display:block;font-size:1.5rem;font-weight:700;color:var(--text-primary)}.market-desc.svelte-1hfkmxx{font-size:.75rem;color:var(--text-tertiary)}.viz-panel.svelte-1hfkmxx{display:flex;flex-direction:column}.flow-diagram.svelte-1hfkmxx{flex:1;display:flex;align-items:center;justify-content:center}.flow-svg.svelte-1hfkmxx{width:100%;max-width:700px;height:auto}.heatmap-container.svelte-1hfkmxx{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}.heatmap-grid.svelte-1hfkmxx{display:grid;grid-template-columns:repeat(12,1fr);gap:3px;width:100%;max-width:600px}.heatmap-cell.svelte-1hfkmxx{aspect-ratio:1;border-radius:3px}.heatmap-labels.svelte-1hfkmxx{display:flex;justify-content:space-between;width:100%;max-width:600px;font-size:.7rem;color:var(--text-tertiary)}.heatmap-legend.svelte-1hfkmxx{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:var(--text-tertiary)}.legend-scale.svelte-1hfkmxx{display:flex;gap:2px}.legend-scale.svelte-1hfkmxx div:where(.svelte-1hfkmxx){width:14px;height:14px;border-radius:2px}@media (max-width: 1100px){.app-container.svelte-1hfkmxx{height:560px}.app-sidebar.svelte-1hfkmxx{width:60px}.sidebar-logo.svelte-1hfkmxx{padding:.75rem;justify-content:center}.logo-text.svelte-1hfkmxx{display:none}.nav-group-header.svelte-1hfkmxx span:where(.svelte-1hfkmxx),.nav-item.svelte-1hfkmxx span:where(.svelte-1hfkmxx){display:none}.nav-group-header.svelte-1hfkmxx .chevron,.nav-group-items.svelte-1hfkmxx,.nav-subitems.svelte-1hfkmxx{display:none}}@media (max-width: 768px){.demo-tabs.svelte-1hfkmxx{gap:1.5rem;height:3rem}.demo-tab.svelte-1hfkmxx{font-size:.8rem}.demo-tab.svelte-1hfkmxx:after{bottom:-.75rem}.app-container.svelte-1hfkmxx{height:480px}.app-sidebar.svelte-1hfkmxx,.control-buttons.svelte-1hfkmxx{display:none}.cover-grid.svelte-1hfkmxx{grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:.5rem}}@media (max-width: 480px){.app-container.svelte-1hfkmxx{height:380px}}.demo-cursor.svelte-1hfkmxx{position:absolute;z-index:20;pointer-events:none;color:#fff;filter:drop-shadow(0 2px 4px rgba(0,0,0,.4));transition:left 1s cubic-bezier(.4,0,.2,1),top 1s cubic-bezier(.4,0,.2,1),opacity .2s ease;opacity:0;visibility:hidden}.demo-cursor.visible.svelte-1hfkmxx{opacity:1;visibility:visible}.demo-cursor.clicking.svelte-1hfkmxx svg:where(.svelte-1hfkmxx){transform:scale(.85);transition:transform .1s ease}.click-ripple.svelte-1hfkmxx{position:absolute;top:0;left:0;width:40px;height:40px;border-radius:50%;background:#4ecdc466;animation:svelte-1hfkmxx-ripple .4s ease-out forwards}@keyframes svelte-1hfkmxx-ripple{0%{transform:translate(-8px,-8px) scale(0);opacity:1}to{transform:translate(-8px,-8px) scale(1.5);opacity:0}}.animate-fade-in.svelte-1hfkmxx{animation:svelte-1hfkmxx-fadeIn .25s ease-out}.animate-scale-in.svelte-1hfkmxx{animation:svelte-1hfkmxx-scaleIn .3s cubic-bezier(.34,1.56,.64,1)}@keyframes svelte-1hfkmxx-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes svelte-1hfkmxx-scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.album-cover.svelte-1hfkmxx{position:relative;transition:transform .3s ease,box-shadow .3s ease,opacity .3s ease}.album-cover.featured.svelte-1hfkmxx{position:relative}.album-cover.focused.svelte-1hfkmxx{transform:scale(1.08);box-shadow:0 8px 32px #0006;z-index:10}.album-cover.faded.svelte-1hfkmxx{opacity:.4;transform:scale(.98)}.album-badge-rare.svelte-1hfkmxx{position:absolute;top:6px;left:6px;background:#a855f7e6;color:#fff;font-size:.6rem;font-weight:600;padding:3px 8px;border-radius:4px}.album-badge-price.svelte-1hfkmxx{position:absolute;top:6px;right:6px;background:#4ecdc4;color:#fff;font-size:.6rem;font-weight:600;padding:3px 8px;border-radius:4px}[data-theme=light] .album-badge-price.svelte-1hfkmxx{background:#0d9488}.album-badge-vinyl.svelte-1hfkmxx{position:absolute;bottom:6px;left:50%;transform:translate(-50%);background:#000000bf;color:#fff;font-size:.55rem;padding:3px 10px;border-radius:12px;display:flex;align-items:center;gap:4px;white-space:nowrap}.album-badge-vinyl.blue-marbled.svelte-1hfkmxx{background:linear-gradient(135deg,#3b82f6d9,#6366f1d9)}.album-hover-overlay.svelte-1hfkmxx{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.95) 0%,rgba(0,0,0,.7) 50%,transparent 100%);display:flex;flex-direction:column;justify-content:flex-end;padding:10px;animation:svelte-1hfkmxx-slideUp .3s ease-out}@keyframes svelte-1hfkmxx-slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.hover-title.svelte-1hfkmxx{font-size:1.4rem;font-weight:700;color:#fff;line-height:1;margin-bottom:2px}.hover-artist.svelte-1hfkmxx{font-size:.75rem;color:#fffc;margin-bottom:6px}.hover-chips.svelte-1hfkmxx{display:flex;gap:4px;flex-wrap:wrap}.hover-chip.svelte-1hfkmxx{background:#fff3;color:#fff;font-size:.55rem;padding:2px 6px;border-radius:3px}.control-btn.icon-only.svelte-1hfkmxx{padding:.625rem}.control-btn.active.svelte-1hfkmxx{background:#4ecdc426;border-color:#4ecdc4;color:#4ecdc4}[data-theme=light] .control-btn.active.svelte-1hfkmxx{background:#0d94881a;border-color:#0d9488;color:#0d9488}.detail-modal.svelte-1hfkmxx{background:var(--bg-card);border-radius:16px;width:95%;max-width:540px;height:85%;max-height:500px;overflow:hidden;display:flex;flex-direction:column;position:relative}.detail-header.svelte-1hfkmxx{display:flex;gap:1rem;padding:1.25rem;border-bottom:1px solid var(--border-color);position:relative}.detail-cover.svelte-1hfkmxx{width:100px;height:100px;border-radius:8px;overflow:hidden;flex-shrink:0}.detail-cover.svelte-1hfkmxx img:where(.svelte-1hfkmxx){width:100%;height:100%;object-fit:cover}.detail-info.svelte-1hfkmxx{flex:1;min-width:0}.detail-title-row.svelte-1hfkmxx{display:flex;align-items:center;gap:.5rem;margin-bottom:2px}.detail-title-row.svelte-1hfkmxx h2:where(.svelte-1hfkmxx){font-size:1.1rem;font-weight:600;margin:0;color:var(--text-primary)}.discogs-link.svelte-1hfkmxx{font-size:.65rem;color:var(--text-tertiary);text-decoration:none;display:flex;align-items:center;gap:2px;padding:2px 6px;background:var(--bg-tertiary);border-radius:4px}.detail-artist.svelte-1hfkmxx{font-size:.85rem;color:var(--text-secondary);margin:0 0 6px}.detail-stats-row.svelte-1hfkmxx{display:flex;gap:.75rem;margin-bottom:6px;flex-wrap:wrap}.detail-stat.svelte-1hfkmxx{display:flex;align-items:center;gap:3px;font-size:.65rem;color:var(--text-tertiary)}.detail-stat.svelte-1hfkmxx svg{color:#4ecdc4}.detail-stat.svelte-1hfkmxx svg.want{color:#ec4899}.detail-chips.svelte-1hfkmxx{display:flex;gap:4px;flex-wrap:wrap;margin-bottom:4px}.detail-chip.svelte-1hfkmxx{background:var(--bg-tertiary);color:var(--text-secondary);font-size:.6rem;padding:2px 6px;border-radius:4px}.detail-genre-chips.svelte-1hfkmxx{display:flex;gap:4px}.genre-chip.svelte-1hfkmxx{background:#4ecdc426;color:#4ecdc4;font-size:.6rem;padding:2px 6px;border-radius:4px}[data-theme=light] .genre-chip.svelte-1hfkmxx{background:#0d94881a;color:#0d9488}.detail-nav.svelte-1hfkmxx{position:absolute;top:1.25rem;right:3rem;display:flex;gap:.25rem}.nav-btn.svelte-1hfkmxx{background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:50%;width:28px;height:28px;display:flex;align-items:center;justify-content:center;color:var(--text-secondary);cursor:pointer}.detail-modal.svelte-1hfkmxx .modal-close:where(.svelte-1hfkmxx){position:absolute;top:1.25rem;right:1rem}.detail-tabs.svelte-1hfkmxx{display:flex;border-bottom:1px solid var(--border-color);padding:0 1.25rem;overflow-x:auto}.detail-tab.svelte-1hfkmxx{background:none;border:none;padding:.75rem 1rem;font-size:.75rem;color:var(--text-tertiary);cursor:pointer;position:relative;white-space:nowrap}.detail-tab.svelte-1hfkmxx:hover{color:var(--text-secondary)}.detail-tab.active.svelte-1hfkmxx{color:#4ecdc4}.detail-tab.active.svelte-1hfkmxx:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:2px;background:#4ecdc4}[data-theme=light] .detail-tab.active.svelte-1hfkmxx{color:#0d9488}[data-theme=light] .detail-tab.active.svelte-1hfkmxx:after{background:#0d9488}.detail-content.svelte-1hfkmxx{flex:1;overflow-y:auto;padding:1rem 1.25rem;min-height:200px}.detail-content.svelte-1hfkmxx h3:where(.svelte-1hfkmxx){font-size:.85rem;font-weight:600;color:var(--text-primary);margin:0 0 .75rem}.detail-content.svelte-1hfkmxx h3:where(.svelte-1hfkmxx):not(:first-child){margin-top:1.25rem}.related-albums.svelte-1hfkmxx{display:flex;gap:.75rem;margin-bottom:1rem}.related-album.svelte-1hfkmxx{display:flex;flex-direction:column;gap:.25rem;flex:1}.related-album.svelte-1hfkmxx img:where(.svelte-1hfkmxx){width:100%;aspect-ratio:1;object-fit:cover;border-radius:6px}.related-title.svelte-1hfkmxx{font-size:.75rem;font-weight:500;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.related-year.svelte-1hfkmxx{font-size:.65rem;color:var(--text-tertiary)}.similar-artists.svelte-1hfkmxx{display:flex;gap:.75rem}.similar-artist.svelte-1hfkmxx{display:flex;flex-direction:column;align-items:center;gap:.375rem;flex:1}.similar-artist.svelte-1hfkmxx img:where(.svelte-1hfkmxx){width:100%;aspect-ratio:1;object-fit:cover;border-radius:6px}.similar-artist.svelte-1hfkmxx span:where(.svelte-1hfkmxx){font-size:.7rem;color:var(--text-secondary);text-align:center}.info-grid.svelte-1hfkmxx{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}.info-item.svelte-1hfkmxx{display:flex;flex-direction:column;gap:2px}.info-label.svelte-1hfkmxx{font-size:.55rem;color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.5px}.info-value.svelte-1hfkmxx{font-size:.8rem;color:var(--text-primary)}.collection-info.svelte-1hfkmxx{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.info-item.with-badge.svelte-1hfkmxx{position:relative}.pro-badge.svelte-1hfkmxx{position:absolute;top:0;right:0;background:#4ecdc426;color:#4ecdc4;font-size:.5rem;padding:2px 4px;border-radius:3px;font-weight:600}.community-stats.svelte-1hfkmxx{display:flex;gap:.5rem}.community-stat.svelte-1hfkmxx{flex:1;background:var(--bg-secondary);border-radius:8px;padding:.75rem;text-align:center}.community-stat.svelte-1hfkmxx .stat-number:where(.svelte-1hfkmxx){display:flex;align-items:center;justify-content:center;gap:2px;font-size:1rem;font-weight:600;color:var(--text-primary)}.community-stat.svelte-1hfkmxx .stat-label:where(.svelte-1hfkmxx){font-size:.6rem;color:var(--text-tertiary)}.community-stat.rarity.svelte-1hfkmxx{background:#4ecdc426}.community-stat.rarity.svelte-1hfkmxx .stat-number:where(.svelte-1hfkmxx){color:#4ecdc4}.tracklist.svelte-1hfkmxx{display:flex;flex-direction:column;gap:2px}.track-row.svelte-1hfkmxx{display:flex;align-items:center;padding:.4rem .5rem;background:var(--bg-secondary);border-radius:4px;font-size:.75rem}.track-pos.svelte-1hfkmxx{width:28px;color:var(--text-tertiary);font-weight:500}.track-title.svelte-1hfkmxx{flex:1;color:var(--text-primary)}.track-duration.svelte-1hfkmxx{color:var(--text-tertiary);font-size:.7rem}.format-details.svelte-1hfkmxx{margin-bottom:.5rem}.format-chips.svelte-1hfkmxx{display:flex;flex-wrap:wrap;gap:.375rem}.format-chip.svelte-1hfkmxx{background:var(--bg-secondary);color:var(--text-secondary);font-size:.65rem;padding:4px 8px;border-radius:4px}.format-chip.highlight.svelte-1hfkmxx{background:linear-gradient(135deg,#3b82f64d,#6366f14d);color:#93c5fd}[data-theme=light] .format-chip.highlight.svelte-1hfkmxx{background:linear-gradient(135deg,#3b82f633,#6366f133);color:#2563eb}.identifiers-grid.svelte-1hfkmxx{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}.identifier-card.svelte-1hfkmxx{background:var(--bg-secondary);border-radius:6px;padding:.5rem .625rem;display:flex;flex-direction:column;gap:2px}.identifier-type.svelte-1hfkmxx{font-size:.55rem;color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.5px}.identifier-value.svelte-1hfkmxx{font-size:.7rem;color:var(--text-primary);font-family:monospace;word-break:break-all}.identifier-note.svelte-1hfkmxx{font-size:.55rem;color:var(--text-tertiary);font-style:italic}.condition-grid.svelte-1hfkmxx{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}.condition-item.svelte-1hfkmxx{display:flex;justify-content:space-between;padding:.5rem .75rem;background:var(--bg-secondary);border-radius:6px}.condition-item.default.svelte-1hfkmxx{background:#4ecdc426}.condition-grade.svelte-1hfkmxx{font-size:.7rem;color:var(--text-secondary)}.condition-price.svelte-1hfkmxx{font-size:.75rem;font-weight:600;color:var(--text-primary)}.condition-item.default.svelte-1hfkmxx .condition-price:where(.svelte-1hfkmxx){color:#4ecdc4}.market-stats.svelte-1hfkmxx{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.market-stat.svelte-1hfkmxx{background:var(--bg-secondary);border-radius:8px;padding:.75rem}.market-label.svelte-1hfkmxx{display:block;font-size:.55rem;color:var(--text-tertiary);text-transform:uppercase;margin-bottom:4px}.market-value.svelte-1hfkmxx{font-size:1.1rem;font-weight:600;color:var(--text-primary)}.buy-links.svelte-1hfkmxx{display:flex;flex-direction:column;gap:.5rem}.buy-link.svelte-1hfkmxx{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:var(--bg-secondary);border-radius:8px;text-decoration:none;color:var(--text-primary)}.buy-icon.svelte-1hfkmxx{width:32px;height:32px;background:var(--bg-tertiary);border-radius:6px;background-size:20px;background-position:center;background-repeat:no-repeat}.buy-icon.bandcamp.svelte-1hfkmxx{background-color:#1da0c3;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M0 18.75l7.437-13.5H24l-7.438 13.5H0z'/%3E%3C/svg%3E")}.buy-icon.discogs.svelte-1hfkmxx{background-color:#333;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Ccircle cx='12' cy='12' r='10' fill='none' stroke='white' stroke-width='2'/%3E%3Ccircle cx='12' cy='12' r='4' fill='white'/%3E%3C/svg%3E")}.buy-info.svelte-1hfkmxx{flex:1}.buy-name.svelte-1hfkmxx{display:block;font-size:.85rem;font-weight:500}.buy-desc.svelte-1hfkmxx{font-size:.7rem;color:var(--text-tertiary)}.buy-link.svelte-1hfkmxx svg{color:var(--text-tertiary)}.hero.svelte-jhuur8{position:relative;min-height:100vh;display:flex;flex-direction:column;overflow:hidden}.hero-gradient.svelte-jhuur8{position:absolute;top:-50%;left:50%;transform:translate(-50%);width:150%;height:100%;background:radial-gradient(ellipse at center,rgba(78,205,196,.08) 0%,transparent 60%);pointer-events:none}[data-theme=light] .hero-gradient.svelte-jhuur8{background:radial-gradient(ellipse at center,rgba(13,148,136,.06) 0%,transparent 60%)}.hero-nav.svelte-jhuur8{position:relative;display:flex;justify-content:space-between;align-items:center;padding:1.5rem 32px;max-width:1440px;width:100%;margin:0 auto;box-sizing:border-box}.nav-links.svelte-jhuur8{position:absolute;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:.5rem}.nav-link.svelte-jhuur8{position:relative;color:var(--text-secondary);text-decoration:none;font-size:.9rem;font-weight:500;padding:.5rem .875rem;border-radius:8px;transition:color .2s,background .2s}.nav-link.svelte-jhuur8:after{content:"";position:absolute;bottom:.25rem;left:.875rem;right:.875rem;height:2px;background:#4ecdc4;border-radius:1px;transform:scaleX(0);transition:transform .2s ease}[data-theme=light] .nav-link.svelte-jhuur8:after{background:#0d9488}.nav-link.svelte-jhuur8:hover{color:var(--text-primary);background:var(--bg-secondary)}.nav-link.svelte-jhuur8:hover:after{transform:scaleX(1)}.nav-logo.svelte-jhuur8{display:flex;align-items:center;gap:.75rem}.nav-logo-img.svelte-jhuur8{height:40px;width:auto}.nav-logo-text.svelte-jhuur8{font-size:1.5rem;font-weight:700;color:var(--text-primary);letter-spacing:-.02em}.beta-badge.svelte-jhuur8{font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;padding:.25rem .5rem;background:#4ecdc426;color:#4ecdc4;border-radius:4px;margin-left:.25rem}.theme-wrapper.svelte-jhuur8{position:relative}.theme-wrapper.svelte-jhuur8 .theme-dropdown{bottom:auto;top:calc(100% + .5rem);left:auto;right:0}.hero-content.svelte-jhuur8{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;max-width:800px;margin:0 auto;padding:0 32px 2rem}.hero-badge.svelte-jhuur8{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:100px;font-size:.875rem;color:var(--text-secondary);margin-bottom:1.5rem}.badge-dot.svelte-jhuur8{width:8px;height:8px;background:#4ecdc4;border-radius:50%;animation:svelte-jhuur8-pulse 2s ease-in-out infinite}[data-theme=light] .badge-dot.svelte-jhuur8{background:#0d9488}.hero-badge.alert.svelte-jhuur8{border-color:#fb923c4d;background:#fb923c1a}.hero-badge.alert.svelte-jhuur8 .badge-dot:where(.svelte-jhuur8){background:#fb923c}[data-theme=light] .hero-badge.alert.svelte-jhuur8 .badge-dot:where(.svelte-jhuur8){background:#ea580c}@keyframes svelte-jhuur8-pulse{0%,to{opacity:1}50%{opacity:.5}}h1.svelte-jhuur8{font-size:4rem;font-weight:700;line-height:1.1;margin:0 0 1.5rem;color:var(--text-primary);letter-spacing:-.03em}.gradient-text.svelte-jhuur8{background:linear-gradient(135deg,#4ecdc4,#44a8b3,#3d8b9a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}[data-theme=light] .gradient-text.svelte-jhuur8{background:linear-gradient(135deg,#0d9488,#0f766e,#115e59);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle.svelte-jhuur8{font-size:1.25rem;line-height:1.7;color:var(--text-secondary);max-width:600px;margin:0 0 2.5rem}.hero-ctas.svelte-jhuur8{display:flex;gap:1rem;margin-bottom:1.5rem}.btn.svelte-jhuur8{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.75rem;font-size:1rem;font-weight:600;border-radius:10px;text-decoration:none;border:none;cursor:pointer;transition:all .2s ease}.btn.svelte-jhuur8:disabled{opacity:.6;cursor:not-allowed}.btn-primary.svelte-jhuur8{background:linear-gradient(135deg,#4ecdc4,#3dbdb5);color:#000;box-shadow:0 4px 14px #4ecdc44d}[data-theme=light] .btn-primary.svelte-jhuur8{background:linear-gradient(135deg,#0d9488,#0f766e);color:#fff;box-shadow:0 4px 14px #0d94884d}.btn-primary.svelte-jhuur8:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #4ecdc466}[data-theme=light] .btn-primary.svelte-jhuur8:hover:not(:disabled){box-shadow:0 6px 20px #0d948866}.btn-secondary.svelte-jhuur8{background:var(--bg-secondary);color:var(--text-primary);border:1px solid var(--border-color)}.btn-secondary.svelte-jhuur8:hover:not(:disabled){background:var(--bg-tertiary);border-color:var(--border-color-strong)}.hero-tertiary.svelte-jhuur8{min-height:40px;display:flex;align-items:center;justify-content:center}.btn-text.svelte-jhuur8{display:inline-flex;align-items:center;gap:.375rem;background:none;border:none;color:var(--text-tertiary);font-size:.9rem;cursor:pointer;padding:.5rem;transition:color .2s}.btn-text.svelte-jhuur8:hover{color:var(--text-secondary)}.public-input-inline.svelte-jhuur8{display:flex;align-items:center;gap:.5rem}.public-input.svelte-jhuur8{padding:.5rem .875rem;font-size:.9rem;border-radius:8px;border:1px solid var(--border-color);background:var(--bg-primary);color:var(--text-primary);width:200px}.public-input.svelte-jhuur8:focus{outline:none;border-color:#4ecdc4}.btn-small.svelte-jhuur8{padding:.5rem .875rem;font-size:.9rem;background:var(--text-primary);color:var(--bg-primary);border-radius:8px}.btn-text-close.svelte-jhuur8{background:none;border:none;color:var(--text-muted);font-size:1.25rem;cursor:pointer;padding:.25rem .5rem;line-height:1}.btn-text-close.svelte-jhuur8:hover{color:var(--text-secondary)}.hero-showcase.svelte-jhuur8{position:relative;width:100%;max-width:1440px;margin:0 auto;padding:0 32px 4rem;box-sizing:border-box}.showcase-glow.svelte-jhuur8{position:absolute;bottom:0;left:50%;transform:translate(-50%);width:80%;height:200px;background:radial-gradient(ellipse at center,rgba(78,205,196,.15) 0%,transparent 70%);pointer-events:none;z-index:-1}[data-theme=light] .showcase-glow.svelte-jhuur8{background:radial-gradient(ellipse at center,rgba(13,148,136,.1) 0%,transparent 70%)}.scroll-to-top.svelte-jhuur8{position:fixed;bottom:2rem;right:2rem;width:44px;height:44px;border-radius:12px;background:var(--bg-secondary);border:1px solid var(--border-color);color:var(--text-secondary);cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transform:translateY(10px);transition:all .3s ease;box-shadow:0 4px 12px #00000026;z-index:100}.scroll-to-top.visible.svelte-jhuur8{opacity:1;visibility:visible;transform:translateY(0)}.scroll-to-top.svelte-jhuur8:hover{background:var(--bg-tertiary);border-color:#4ecdc4;color:#4ecdc4;transform:translateY(-2px);box-shadow:0 6px 16px #4ecdc433}[data-theme=light] .scroll-to-top.svelte-jhuur8:hover{border-color:#0d9488;color:#0d9488;box-shadow:0 6px 16px #0d948833}@media (max-width: 768px){.nav-links.svelte-jhuur8{display:none}.hero-nav.svelte-jhuur8{padding:1.5rem 1rem}.hero-content.svelte-jhuur8{padding:2rem 1rem}h1.svelte-jhuur8{font-size:2.25rem}.hero-subtitle.svelte-jhuur8{font-size:1rem;margin-bottom:2rem}.hero-ctas.svelte-jhuur8{flex-direction:column;width:100%}.btn.svelte-jhuur8{width:100%;justify-content:center}.public-input-inline.svelte-jhuur8{flex-direction:column;width:100%}.public-input.svelte-jhuur8{width:100%}.hero-showcase.svelte-jhuur8{padding:0 1rem 2rem}.scroll-to-top.svelte-jhuur8{bottom:1.5rem;right:1.5rem;width:40px;height:40px}}.features-section.svelte-1iahnli{padding:0 2rem 3rem;background:var(--bg-primary)}.features-container.svelte-1iahnli{max-width:1100px;margin:0 auto}.section-header.svelte-1iahnli{text-align:center;margin-bottom:4rem}.section-header.svelte-1iahnli h2:where(.svelte-1iahnli){font-size:2.75rem;font-weight:700;line-height:1.2;margin:0 0 1rem;color:var(--text-primary);letter-spacing:-.02em}.gradient-text.svelte-1iahnli{background:linear-gradient(135deg,#4ecdc4,#44a8b3,#3d8b9a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}[data-theme=light] .gradient-text.svelte-1iahnli{background:linear-gradient(135deg,#0d9488,#0f766e,#115e59);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-header.svelte-1iahnli p:where(.svelte-1iahnli){font-size:1.125rem;color:var(--text-secondary);max-width:500px;margin:0 auto}.bento-grid.svelte-1iahnli{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.bento-card.svelte-1iahnli{position:relative;background:var(--bg-card);border:1px solid var(--border-color);border-radius:16px;overflow:hidden;display:flex;flex-direction:column;transition:transform .3s ease,box-shadow .3s ease}.bento-card.svelte-1iahnli:hover{transform:translateY(-4px);box-shadow:0 12px 40px #00000026}[data-theme=light] .bento-card.svelte-1iahnli:hover{box-shadow:0 12px 40px #0000001a}.bento-card.large.svelte-1iahnli{grid-column:span 1}.card-content.svelte-1iahnli{padding:1.75rem;flex-shrink:0}.card-icon.svelte-1iahnli{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:12px;margin-bottom:1rem;background:var(--bg-secondary);color:var(--text-secondary)}.accent-teal.svelte-1iahnli .card-icon:where(.svelte-1iahnli){background:#4ecdc426;color:#4ecdc4}.accent-purple.svelte-1iahnli .card-icon:where(.svelte-1iahnli){background:#8b5cf626;color:#8b5cf6}.accent-gold.svelte-1iahnli .card-icon:where(.svelte-1iahnli){background:#ffd70026;color:gold}.accent-blue.svelte-1iahnli .card-icon:where(.svelte-1iahnli){background:#3b82f626;color:#3b82f6}.accent-orange.svelte-1iahnli .card-icon:where(.svelte-1iahnli){background:#f9731626;color:#f97316}.accent-pink.svelte-1iahnli .card-icon:where(.svelte-1iahnli){background:#ec489926;color:#ec4899}[data-theme=light] .accent-teal.svelte-1iahnli .card-icon:where(.svelte-1iahnli){background:#0d94881a;color:#0d9488}[data-theme=light] .accent-purple.svelte-1iahnli .card-icon:where(.svelte-1iahnli){background:#7c3aed1a;color:#7c3aed}[data-theme=light] .accent-gold.svelte-1iahnli .card-icon:where(.svelte-1iahnli){background:#d977061a;color:#d97706}[data-theme=light] .accent-blue.svelte-1iahnli .card-icon:where(.svelte-1iahnli){background:#2563eb1a;color:#2563eb}[data-theme=light] .accent-orange.svelte-1iahnli .card-icon:where(.svelte-1iahnli){background:#ea580c1a;color:#ea580c}[data-theme=light] .accent-pink.svelte-1iahnli .card-icon:where(.svelte-1iahnli){background:#db27771a;color:#db2777}.card-content.svelte-1iahnli h3:where(.svelte-1iahnli){font-size:1.25rem;font-weight:600;margin:0 0 .5rem;color:var(--text-primary);display:flex;align-items:center;gap:.5rem}.pro-badge.svelte-1iahnli{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:.2rem .5rem;border-radius:4px;background:linear-gradient(135deg,gold,#fa0);color:#000}.card-content.svelte-1iahnli p:where(.svelte-1iahnli){font-size:.95rem;line-height:1.5;color:var(--text-secondary);margin:0}.card-image.svelte-1iahnli{flex:1;min-height:200px;padding:0 1rem 1rem}.card-image.svelte-1iahnli img:where(.svelte-1iahnli){width:100%;height:100%;object-fit:cover;border-radius:8px;border:1px solid var(--border-color)}.image-placeholder.svelte-1iahnli{width:100%;height:100%;min-height:180px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;background:linear-gradient(135deg,var(--bg-secondary) 0%,var(--bg-tertiary) 100%);border:2px dashed var(--border-color-strong);border-radius:8px}.placeholder-dimensions.svelte-1iahnli{font-size:1.25rem;font-weight:600;color:var(--text-tertiary)}.placeholder-path.svelte-1iahnli{font-size:.7rem;color:var(--text-muted);font-family:monospace}.card-glow.svelte-1iahnli{position:absolute;bottom:0;left:0;right:0;height:150px;pointer-events:none;opacity:0;transition:opacity .3s ease}.bento-card.svelte-1iahnli:hover .card-glow:where(.svelte-1iahnli){opacity:1}.accent-teal.svelte-1iahnli .card-glow:where(.svelte-1iahnli){background:linear-gradient(to top,rgba(78,205,196,.1),transparent)}.accent-purple.svelte-1iahnli .card-glow:where(.svelte-1iahnli){background:linear-gradient(to top,rgba(139,92,246,.1),transparent)}.accent-gold.svelte-1iahnli .card-glow:where(.svelte-1iahnli){background:linear-gradient(to top,rgba(255,215,0,.1),transparent)}.accent-blue.svelte-1iahnli .card-glow:where(.svelte-1iahnli){background:linear-gradient(to top,rgba(59,130,246,.1),transparent)}.accent-orange.svelte-1iahnli .card-glow:where(.svelte-1iahnli){background:linear-gradient(to top,rgba(249,115,22,.1),transparent)}.accent-pink.svelte-1iahnli .card-glow:where(.svelte-1iahnli){background:linear-gradient(to top,rgba(236,72,153,.1),transparent)}@media (max-width: 768px){.features-section.svelte-1iahnli{padding:0 1rem 3rem}.section-header.svelte-1iahnli h2:where(.svelte-1iahnli){font-size:2rem}.bento-grid.svelte-1iahnli{grid-template-columns:1fr}.bento-card.large.svelte-1iahnli{grid-column:span 1}.card-content.svelte-1iahnli{padding:1.25rem}.card-image.svelte-1iahnli{min-height:160px}}.comparison-section.svelte-1y5l1lk{padding:3rem 2rem;background:var(--bg-secondary)}.comparison-container.svelte-1y5l1lk{max-width:900px;margin:0 auto}.section-header.svelte-1y5l1lk{text-align:center;margin-bottom:3rem}.section-header.svelte-1y5l1lk h2:where(.svelte-1y5l1lk){font-size:2.5rem;font-weight:700;margin:0 0 .5rem;color:var(--text-primary)}.section-header.svelte-1y5l1lk p:where(.svelte-1y5l1lk){font-size:1.125rem;color:var(--text-secondary);margin:0}.cards-wrapper.svelte-1y5l1lk{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;align-items:start}.plan-card.svelte-1y5l1lk{position:relative;background:var(--bg-card);border:1px solid var(--border-color);border-radius:16px;padding:2rem;display:flex;flex-direction:column;box-sizing:border-box}.plan-card.svelte-1y5l1lk :where(.svelte-1y5l1lk){box-sizing:border-box}.pro-card.svelte-1y5l1lk{border-color:#ffd70066;box-shadow:0 0 0 1px #ffd70033,0 8px 32px #ffd7001a}.popular-badge.svelte-1y5l1lk{position:absolute;top:-12px;left:50%;transform:translate(-50%);display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .875rem;background:linear-gradient(135deg,gold,#fa0);color:#000;font-size:.75rem;font-weight:600;border-radius:100px;white-space:nowrap}.card-header.svelte-1y5l1lk{margin-bottom:.5rem}.plan-name.svelte-1y5l1lk{display:block;font-size:1rem;font-weight:600;color:var(--text-secondary);margin-bottom:.25rem}.plan-price.svelte-1y5l1lk{display:flex;align-items:baseline;gap:.25rem}.price.svelte-1y5l1lk{font-size:3rem;font-weight:700;color:var(--text-primary);line-height:1}.price.pro-price.svelte-1y5l1lk{font-size:3rem;color:gold}[data-theme=light] .price.pro-price.svelte-1y5l1lk{color:#d97706}.period.svelte-1y5l1lk{font-size:1rem;color:var(--text-tertiary)}.plan-description.svelte-1y5l1lk{font-size:.95rem;color:var(--text-secondary);margin:0 0 1.5rem}.feature-list.svelte-1y5l1lk{list-style:none;padding:0;margin:0 0 1.5rem;flex:1}.feature-list.svelte-1y5l1lk li:where(.svelte-1y5l1lk){display:flex;align-items:flex-start;gap:.75rem;padding:.625rem 0;font-size:.95rem;color:var(--text-secondary);border-bottom:1px solid var(--border-color)}.feature-list.svelte-1y5l1lk li:where(.svelte-1y5l1lk):last-child{border-bottom:none}.check-icon.svelte-1y5l1lk{flex-shrink:0;color:#4ecdc4;margin-top:2px}[data-theme=light] .check-icon.svelte-1y5l1lk{color:#0d9488}.pro-card.svelte-1y5l1lk .check-icon:where(.svelte-1y5l1lk){color:gold}[data-theme=light] .pro-card.svelte-1y5l1lk .check-icon:where(.svelte-1y5l1lk){color:#d97706}.btn.svelte-1y5l1lk{display:block;width:100%;padding:.875rem;font-size:1rem;font-weight:600;text-align:center;text-decoration:none;border-radius:10px;border:none;cursor:pointer;transition:all .2s ease;box-sizing:border-box}.btn-secondary.svelte-1y5l1lk{margin-top:auto;background:var(--bg-secondary);color:var(--text-primary);border:1px solid var(--border-color)}.btn-secondary.svelte-1y5l1lk:hover{background:var(--bg-tertiary);border-color:var(--border-color-strong)}.price-buttons.svelte-1y5l1lk{display:flex;flex-direction:column;gap:.625rem;margin-top:auto;width:100%;max-width:100%}.price-buttons.svelte-1y5l1lk .btn:where(.svelte-1y5l1lk){max-width:100%}.btn-price.svelte-1y5l1lk{position:relative;display:flex;align-items:center;justify-content:center;gap:.25rem;padding:.875rem 1rem;background:var(--bg-secondary);border:1px solid var(--border-color);font-size:.95rem;width:100%;box-sizing:border-box;text-decoration:none;border-radius:10px;transition:all .2s ease}.btn-price.svelte-1y5l1lk:hover{background:var(--bg-tertiary);border-color:var(--border-color-strong)}.btn-price.monthly.svelte-1y5l1lk{border-color:#ffd7004d;background:#ffd7000d}.btn-price.monthly.svelte-1y5l1lk:hover{border-color:#ffd70080;background:#ffd7001a}.btn-price.monthly.svelte-1y5l1lk .btn-price-amount:where(.svelte-1y5l1lk){color:gold}[data-theme=light] .btn-price.monthly.svelte-1y5l1lk{border-color:#b4820066;background:#ffc80026}[data-theme=light] .btn-price.monthly.svelte-1y5l1lk:hover{border-color:#b4820099;background:#ffc80040}[data-theme=light] .btn-price.monthly.svelte-1y5l1lk .btn-price-amount:where(.svelte-1y5l1lk){color:#b45309}.btn-price.featured.svelte-1y5l1lk{background:linear-gradient(135deg,gold,#fa0);border-color:transparent;box-shadow:0 4px 14px #ffd7004d}.btn-price.featured.svelte-1y5l1lk:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ffd70066}.btn-price.featured.svelte-1y5l1lk .btn-price-amount:where(.svelte-1y5l1lk),.btn-price.featured.svelte-1y5l1lk .btn-price-period:where(.svelte-1y5l1lk){color:#000}.btn-price.lifetime.svelte-1y5l1lk{background:#4ecdc41a;border-color:#4ecdc44d}.btn-price.lifetime.svelte-1y5l1lk:hover{background:#4ecdc433;border-color:#4ecdc4}.btn-price.lifetime.svelte-1y5l1lk .btn-price-amount:where(.svelte-1y5l1lk){color:#4ecdc4}.btn-price-amount.svelte-1y5l1lk{font-weight:700;color:var(--text-primary)}.btn-price-period.svelte-1y5l1lk{color:var(--text-secondary);font-weight:400}.btn-badge-inline.svelte-1y5l1lk{font-size:.65rem;font-weight:700;padding:.2rem .5rem;background:#0000004d;color:#fff;border-radius:4px;text-transform:uppercase;letter-spacing:.5px;margin-left:.5rem}.pricing-note.svelte-1y5l1lk{text-align:center;font-size:.75rem;color:var(--text-tertiary);margin:1rem 0 0;line-height:1.4}@media (max-width: 768px){.comparison-section.svelte-1y5l1lk{padding:3rem 1rem}.section-header.svelte-1y5l1lk h2:where(.svelte-1y5l1lk){font-size:2rem}.cards-wrapper.svelte-1y5l1lk{grid-template-columns:1fr}.pro-card.svelte-1y5l1lk{order:-1}.plan-card.svelte-1y5l1lk{padding:1.5rem}.price.svelte-1y5l1lk{font-size:2.5rem}}.footer.svelte-2xnmn1{border-top:1px solid var(--border-color);padding:4rem 2rem 2rem}.footer-container.svelte-2xnmn1{max-width:960px;margin:0 auto}.footer-top.svelte-2xnmn1{display:flex;justify-content:space-between;gap:4rem;margin-bottom:3rem}.footer-brand.svelte-2xnmn1{flex-shrink:0;max-width:350px}.brand-header.svelte-2xnmn1{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.footer-logo.svelte-2xnmn1{height:32px;width:auto}.brand-name.svelte-2xnmn1{font-size:1.25rem;font-weight:700;color:var(--text-primary);letter-spacing:-.02em}.brand-tagline.svelte-2xnmn1{font-size:.9rem;line-height:1.6;color:var(--text-secondary);margin:0 0 .75rem}.brand-note.svelte-2xnmn1{font-size:.85rem;color:var(--text-tertiary);margin:0;font-style:italic}.footer-links.svelte-2xnmn1{display:flex;gap:4rem}.link-column.svelte-2xnmn1 h4:where(.svelte-2xnmn1){font-size:.875rem;font-weight:600;color:var(--text-primary);margin:0 0 1rem;text-transform:uppercase;letter-spacing:.05em}.link-column.svelte-2xnmn1 ul:where(.svelte-2xnmn1){list-style:none;padding:0;margin:0}.link-column.svelte-2xnmn1 li:where(.svelte-2xnmn1){margin-bottom:.75rem}.link-column.svelte-2xnmn1 a:where(.svelte-2xnmn1){color:var(--text-secondary);text-decoration:none;font-size:.9rem;transition:color .2s}.link-column.svelte-2xnmn1 a:where(.svelte-2xnmn1):hover{color:var(--text-primary)}.footer-bottom.svelte-2xnmn1{border-top:1px solid var(--border-color);padding-top:2rem;text-align:center}.footer-bottom.svelte-2xnmn1 p:where(.svelte-2xnmn1){color:var(--text-tertiary);font-size:.875rem;margin:0}@media (max-width: 768px){.footer.svelte-2xnmn1{padding:3rem 1rem 1.5rem}.footer-top.svelte-2xnmn1{flex-direction:column;gap:2rem}.footer-links.svelte-2xnmn1{flex-wrap:wrap;gap:2rem}.link-column.svelte-2xnmn1{min-width:120px}}.landing-page.svelte-1uha8ag{min-height:100vh}.error-banner.svelte-1uha8ag{position:fixed;top:0;left:0;right:0;z-index:100;background:#dc2626f2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:1rem 2rem}.error-content.svelte-1uha8ag{max-width:960px;margin:0 auto;text-align:center}.error-banner.svelte-1uha8ag h3:where(.svelte-1uha8ag){color:#fff;font-size:1rem;font-weight:600;margin:0 0 .25rem}.error-banner.svelte-1uha8ag p:where(.svelte-1uha8ag){color:#ffffffe6;font-size:.9rem;margin:0}
