.song-template-catalog-card{position:relative;box-sizing:border-box;display:flex;flex-direction:column;width:100%;min-height:284px;padding:7px 7px 18px;border-radius:14px;overflow:hidden;background:#fff;box-shadow:0 4px 8px #7648f51a;font-family:var(--font-poppins, inherit)}.song-template-catalog-card__cover{position:relative;width:100%;aspect-ratio:1;border-radius:10px;overflow:hidden;background:var(--song-catalog-cover-fallback, #e5dcff)}.song-template-catalog-card__cover-image,.song-template-catalog-card__cover-fallback{display:block;width:100%;height:100%;object-fit:cover}.song-template-catalog-card__cost{position:absolute;top:14px;right:14px;z-index:2;display:inline-flex;align-items:center;justify-content:center;gap:2px;min-height:26px;padding:6px 10px 6px 7px;border-radius:999px;background:var(--song-preview-cost-bg, rgba(8, 7, 41, .6));color:var(--song-preview-cost-on, #ffffff);font-size:12px;font-weight:500;line-height:1.2;letter-spacing:.02em;white-space:nowrap}.song-template-catalog-card__cost-icon{display:block;width:11px;height:11px;flex-shrink:0;color:#ffd353}.song-template-catalog-card__play{position:absolute;inset:0;z-index:2;display:flex;align-items:center;justify-content:center;pointer-events:none}.song-template-catalog-card__play>*{pointer-events:auto}.song-template-catalog-card__badges{position:absolute;left:12px;right:12px;bottom:12px;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:8px;pointer-events:none}.song-template-catalog-card__badge{display:inline-flex;align-items:center;justify-content:center;min-height:20px;padding:2px 8px;border-radius:10px;font-size:11px;font-weight:400;line-height:1.45;white-space:nowrap}.song-template-catalog-card__badge--genre{background:var(--song-catalog-genre-bg, #e5dcff);color:var(--song-catalog-genre-on, #080729)}.song-template-catalog-card__badge--duration{margin-left:auto;background:#ffffffb3;color:#080729}.song-template-catalog-card__progress{position:absolute;left:0;right:0;bottom:0;z-index:3;height:3px;overflow:hidden;background:#08072924;pointer-events:none}.song-template-catalog-card__progress-value{display:block;height:100%;background:linear-gradient(90deg,#b37dff,#d97fff);transition:width .12s linear}.song-template-catalog-card__meta{margin:9px 8px 0}.song-template-catalog-card__mood{margin:0 0 3px;font-size:12px;font-weight:400;line-height:1.33;color:#7648f5;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;line-clamp:1;overflow:hidden;overflow-wrap:anywhere}.song-template-catalog-card__title{margin:0;color:#080729;font-weight:700;font-size:12px;line-height:1.5;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden;overflow-wrap:anywhere}@media(max-width:991px){.song-template-catalog-card{min-height:260px;border-radius:12px}.song-template-catalog-card__cost{top:10px;right:10px;min-height:24px;padding:4px 8px 4px 6px;font-size:11px}.song-template-catalog-card__badges{left:8px;right:8px;bottom:8px}.song-template-catalog-card__badge{min-height:18px;padding:1px 6px;font-size:10px}}.song-template-catalog-card-play{position:relative;z-index:2;box-sizing:border-box;flex-shrink:0;width:48px;height:48px;padding:0;border:none;border-radius:50%;background:#ffffffb3;color:#7648f5;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #0807290d;transition:background-color .15s ease}.song-template-catalog-card-play:hover:not(:disabled),.song-template-catalog-card-play:active:not(:disabled),.song-template-catalog-card-play--playing:not(:disabled){background:#fff}.song-template-catalog-card-play:disabled{opacity:.65;cursor:not-allowed}.song-template-catalog-card-play--loading{cursor:wait}.song-template-catalog-card-play__spinner{width:20px;height:20px;border-radius:50%;border:2px solid rgba(118,72,245,.2);border-top-color:#7648f5;animation:song-template-catalog-card-play-spin .75s linear infinite}.song-template-catalog-card-play__icon{width:21px;height:21px;margin-left:2px;color:#7648f5}@media(max-width:991px){.song-template-catalog-card-play{width:40px;height:40px}.song-template-catalog-card-play .song-template-catalog-card-play__icon{width:18px;height:18px}.song-template-catalog-card-play .song-template-catalog-card-play__spinner{width:16px;height:16px}}@keyframes song-template-catalog-card-play-spin{to{transform:rotate(360deg)}}.template-audio-card{--template-audio-card-width: 224px;position:relative;z-index:1;box-sizing:border-box;width:100%;min-width:0;max-width:var(--template-audio-card-width);margin:0 auto}.template-audio-card__surface{position:relative;display:flex;flex-direction:column;border-radius:14px;background:#fff;box-shadow:0 4px 8px #7648f51a;overflow:visible;transform:scale(1);transform-origin:center center;transition:transform .45s cubic-bezier(.22,1,.36,1)}.template-audio-card__link{display:block;color:inherit;text-decoration:none;cursor:pointer}.template-audio-card__placeholder{min-height:0;padding-bottom:9px;border-radius:0;background:transparent;box-shadow:none}.template-audio-card__footer{flex-shrink:0;padding:0 7px}.template-audio-card__footer-actions{display:flex;align-items:center;gap:8px;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .22s ease,visibility .22s ease}.template-audio-card:has(.favorite-template-card-toggle--active) .template-audio-card__footer-actions{opacity:1;visibility:visible;pointer-events:auto}.template-audio-card__create{flex:1 1 auto;min-width:0;pointer-events:auto}.template-audio-card__create :deep(.v-button-shell){display:block;width:100%}.template-audio-card__create :deep(.p-button){box-sizing:border-box;width:100%;min-height:40px;height:40px!important;padding:0 16px!important;border:none;border-radius:999px;white-space:nowrap;justify-content:center;background:#7a4df5!important;box-shadow:none;font-weight:500;font-size:14px;line-height:1}.template-audio-card__create :deep(.p-button:not(:disabled):hover){background:#6b3de8!important}.template-audio-card__favorite-btn{flex-shrink:0;pointer-events:auto}.template-audio-card__favorite-btn :deep(.favorite-template-card-toggle--inline){box-sizing:border-box;min-width:40px;min-height:40px;width:40px;height:40px;border-radius:50%;background:#fffffff5;color:var(--color-primary);border:2px solid var(--color-primary);box-shadow:0 2px 10px #00000026}.template-audio-card__favorite-btn :deep(.favorite-template-card-toggle--inline.favorite-template-card-toggle--active){color:#f54e48;border-color:#f54e48}@media(hover:hover)and (pointer:fine){.template-audio-card__footer{min-height:52px;padding-bottom:12px}.template-audio-card__footer-actions{min-height:40px}.template-audio-card:not(.template-audio-card--no-hover-scale):hover{z-index:10}.template-audio-card:not(.template-audio-card--no-hover-scale):hover .template-audio-card__surface{transform:scale(1.1)}}.template-audio-card:hover .template-audio-card__footer-actions,.template-audio-card:focus-within .template-audio-card__footer-actions{opacity:1;visibility:visible;pointer-events:auto}@media(hover:hover)and (pointer:fine){.template-audio-card--no-hover-scale:hover{z-index:auto}.template-audio-card--no-hover-scale:hover .template-audio-card__surface{transform:scale(1)}}@media(max-width:991px){.template-audio-card__surface{border-radius:12px}.template-audio-card__footer{min-height:52px;padding-bottom:12px}.template-audio-card__footer-actions{min-height:40px}}.song-template-preview-card{position:relative;box-sizing:border-box;display:flex;flex-direction:column;width:100%;height:100%;min-height:246px;padding:20px;border-radius:24px;overflow:hidden;background:var(--song-preview-bg);font-family:var(--font-poppins, inherit)}.song-template-preview-card__cost{position:absolute;top:16px;right:16px;z-index:1;display:inline-flex;align-items:center;justify-content:center;gap:4px;flex-shrink:0;min-height:24px;padding:4px 10px;border-radius:999px;background:var(--song-preview-cost-bg);color:var(--song-preview-cost-on);font-size:11px;font-weight:600;line-height:1;white-space:nowrap}.song-template-preview-card__cost-icon{display:block;width:11px;height:11px;flex-shrink:0;color:#ffd353}.song-template-preview-card__occasion{margin:0;padding-right:52px;font-weight:800;font-size:22px;line-height:1.05;letter-spacing:.02em;text-transform:uppercase;color:var(--song-preview-theme);display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden;overflow-wrap:anywhere}.song-template-preview-card__player-block{margin-top:16px}.song-template-preview-card__player{display:flex;align-items:center;gap:10px}.song-template-preview-card__waveform-wrap{position:relative;flex:1 1 auto;min-width:0;height:32px}.song-template-preview-card__waveform{display:block;width:100%;height:100%}.song-template-preview-card__meta{margin:8px 0 0;font-size:11px;font-weight:500;line-height:1.25;color:var(--song-preview-meta);display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;line-clamp:1;overflow:hidden}.song-template-preview-card__title{color:var(--song-preview-title);font-weight:700;font-size:14px;line-height:1.3;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden;overflow-wrap:anywhere}@media(max-width:991px){.song-template-preview-card{min-height:220px;padding:16px;border-radius:20px}.song-template-preview-card__cost{top:14px;right:14px;min-height:22px;padding:3px 8px}.song-template-preview-card__occasion{padding-right:48px;font-size:18px}.song-template-preview-card__player-block{margin-top:12px}.song-template-preview-card__waveform-wrap{height:28px}.song-template-preview-card__meta{margin-top:6px;padding-left:46px;font-size:10px}.song-template-preview-card__title{padding-top:10px;font-size:13px}}.song-template-preview-card-play{position:relative;z-index:2;box-sizing:border-box;flex-shrink:0;width:48px;height:48px;padding:0;border:none;border-radius:50%;background:#ffffff61;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);color:#7a4df5;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 10px #7c65bf1f}.song-template-preview-card-play:disabled{opacity:.65;cursor:not-allowed}.song-template-preview-card-play--loading{cursor:wait}.song-template-preview-card-play__spinner{width:16px;height:16px;border-radius:50%;border:2px solid rgba(122,77,245,.2);border-top-color:#7a4df5;animation:song-template-preview-card-play-spin .75s linear infinite}.song-template-preview-card-play__icon{width:16px;height:16px;margin-left:2px;color:#7a4df5;opacity:1}@media(max-width:991px){.song-template-preview-card-play{width:36px;height:36px}.song-template-preview-card-play .song-template-preview-card-play__icon,.song-template-preview-card-play .song-template-preview-card-play__spinner{width:14px;height:14px}}@keyframes song-template-preview-card-play-spin{to{transform:rotate(360deg)}}.song-template-preview-card-progress{position:absolute;left:0;right:0;bottom:0;z-index:1;height:3px;border-radius:999px;overflow:hidden;background:#08072924;pointer-events:none}.song-template-preview-card-progress__value{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#b37dff,#d97fff);transition:width .12s linear}.template-audio-similar-card{position:relative;box-sizing:border-box;width:100%;min-width:0}.template-audio-similar-card__link{display:block;height:100%;color:inherit;text-decoration:none;cursor:pointer}.template-audio-similar-card__placeholder{height:100%}
