.converter.svelte-1mhodg7{max-width:600px;margin:0 auto}.search-section.svelte-1mhodg7{text-align:center;margin-bottom:2rem}.title.svelte-1mhodg7{font-size:1.75rem;font-weight:700;color:var(--color-text-primary);margin:0 0 .5rem}.subtitle.svelte-1mhodg7{color:var(--color-text-secondary);margin:0 0 1.5rem;font-size:1rem}.search-box.svelte-1mhodg7{display:flex;gap:.75rem}.search-input.svelte-1mhodg7{flex:1;padding:.875rem 1rem;border:1px solid var(--color-border);border-radius:var(--radius-lg);font-size:1rem;background:var(--color-surface);color:var(--color-text-primary);transition:border-color var(--transition-fast),box-shadow var(--transition-fast)}.search-input.svelte-1mhodg7:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px #4f46e51a}.search-input.error.svelte-1mhodg7{border-color:var(--color-error)}.search-input.svelte-1mhodg7:disabled{background:var(--color-bg);cursor:not-allowed}.search-button.svelte-1mhodg7{padding:.875rem 1.5rem;background:var(--color-primary);color:#fff;border:none;border-radius:var(--radius-lg);font-size:1rem;font-weight:600;cursor:pointer;transition:background-color var(--transition-fast);display:flex;align-items:center;justify-content:center;min-width:110px}.search-button.svelte-1mhodg7:hover:not(:disabled){background:var(--color-primary-hover)}.search-button.svelte-1mhodg7:disabled{opacity:.7;cursor:not-allowed}.spinner.svelte-1mhodg7{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:svelte-1mhodg7-spin .8s linear infinite}@keyframes svelte-1mhodg7-spin{to{transform:rotate(360deg)}}.error-message.svelte-1mhodg7{color:var(--color-error);font-size:.875rem;margin:.75rem 0 0;text-align:left}.results.svelte-1mhodg7{display:flex;flex-direction:column;gap:.75rem}.card.svelte-1mhodg7{display:flex;align-items:center;gap:1rem;padding:1rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);transition:box-shadow var(--transition-fast)}.card.svelte-1mhodg7:hover{box-shadow:var(--shadow-lg)}.card-image.svelte-1mhodg7{width:56px;height:56px;border-radius:var(--radius-md);overflow:hidden;flex-shrink:0;background:var(--color-bg)}.card-image.svelte-1mhodg7 img:where(.svelte-1mhodg7){width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.card-image-placeholder.svelte-1mhodg7{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f3f4f6,#e5e7eb)}.card-content.svelte-1mhodg7{flex:1;min-width:0}.track-name.svelte-1mhodg7{display:block;font-weight:600;color:var(--color-text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:.9375rem}.artist-name.svelte-1mhodg7{display:block;color:var(--color-text-secondary);font-size:.875rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.card-service.svelte-1mhodg7{display:flex;align-items:center;justify-content:center;flex-shrink:0}.card-actions.svelte-1mhodg7{display:flex;gap:.5rem;flex-shrink:0}.btn.svelte-1mhodg7{display:flex;align-items:center;justify-content:center;gap:.375rem;padding:.5rem .875rem;border-radius:var(--radius-md);font-size:.875rem;font-weight:500;cursor:pointer;transition:all var(--transition-fast);border:none}.btn-primary.svelte-1mhodg7{background:var(--color-primary);color:#fff}.btn-primary.svelte-1mhodg7:hover{background:var(--color-primary-hover)}.btn-secondary.svelte-1mhodg7{background:transparent;border:1px solid var(--color-border);color:var(--color-text-secondary);padding:.5rem}.btn-secondary.svelte-1mhodg7:hover{border-color:var(--color-border-hover);background:var(--color-bg)}.btn-secondary.copied.svelte-1mhodg7{border-color:var(--color-success);color:var(--color-success)}.skeleton.svelte-1mhodg7{pointer-events:none}.skeleton-image.svelte-1mhodg7{width:56px;height:56px;border-radius:var(--radius-md);background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:svelte-1mhodg7-shimmer 1.5s infinite}.skeleton-content.svelte-1mhodg7{flex:1;display:flex;flex-direction:column;gap:.5rem}.skeleton-line.svelte-1mhodg7{height:14px;border-radius:4px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:svelte-1mhodg7-shimmer 1.5s infinite}.skeleton-title.svelte-1mhodg7{width:70%}.skeleton-artist.svelte-1mhodg7{width:50%}.skeleton-actions.svelte-1mhodg7{display:flex;gap:.5rem}.skeleton-button.svelte-1mhodg7{width:36px;height:36px;border-radius:var(--radius-md);background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:svelte-1mhodg7-shimmer 1.5s infinite}@keyframes svelte-1mhodg7-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.no-results.svelte-1mhodg7{text-align:center;padding:2rem;color:var(--color-text-secondary)}.no-results.svelte-1mhodg7 p:where(.svelte-1mhodg7){font-size:1rem;margin:0 0 .5rem;color:var(--color-text-primary)}.no-results.svelte-1mhodg7 span:where(.svelte-1mhodg7){font-size:.875rem}@media (max-width: 640px){.title.svelte-1mhodg7{font-size:1.5rem}.search-box.svelte-1mhodg7{flex-direction:column}.search-button.svelte-1mhodg7{width:100%}.card.svelte-1mhodg7{flex-wrap:wrap;gap:.75rem}.card-content.svelte-1mhodg7{flex:1 1 calc(100% - 80px)}.card-service.svelte-1mhodg7{order:-1;position:absolute;top:1rem;right:1rem}.card.svelte-1mhodg7{position:relative;padding-right:3rem}.card-actions.svelte-1mhodg7{width:100%;justify-content:flex-end}}
