.song-template-show-cover{position:relative;box-sizing:border-box;width:100%;max-width:426px;aspect-ratio:1;font-family:var(--font-poppins, inherit)}.song-template-show-cover__frame{position:relative;width:100%;height:100%;border-radius:30px;overflow:hidden;box-shadow:0 10px 40px #621b9d26}.song-template-show-cover__image{display:block;width:100%;height:100%;object-fit:cover}.song-template-show-cover__white-overlay{position:absolute;inset:0;z-index:1;background:#ffffff1a;pointer-events:none}.song-template-show-cover__gradient{position:absolute;left:0;right:0;bottom:0;z-index:2;height:165px;background:linear-gradient(180deg,#6660 15%,#3a05ca80);pointer-events:none}.song-template-show-cover__cost{position:absolute;top:21px;right:17px;z-index:3;display:inline-flex;align-items:center;justify-content:center;gap:3px;min-width:57px;min-height:30px;padding:6px 4px;border-radius:20px;background:#fff;color:#080729;font-size:13px;font-weight:500;line-height:1.2;letter-spacing:.02em;white-space:nowrap}.song-template-show-cover__cost-icon{display:block;width:13px;height:18px;flex-shrink:0;color:#ffd353}.song-template-show-cover__footer{position:absolute;left:34px;right:34px;bottom:25px;z-index:3;display:flex;flex-direction:column;align-items:flex-start;gap:7px;pointer-events:none}.song-template-show-cover__mood{display:inline-flex;align-items:center;justify-content:center;min-height:24px;padding:4px 9px;border-radius:30px;background:#ff527b;color:#fff;font-size:11px;font-weight:600;line-height:1.09;text-transform:uppercase;white-space:nowrap}.song-template-show-cover__title{margin:0;color:#fff;font-weight:900;font-size:20px;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:1024px){.song-template-show-cover__cost{top:16px;right:14px;min-width:52px;min-height:28px;padding:5px 4px;font-size:12px}.song-template-show-cover__cost-icon{width:11px;height:16px}.song-template-show-cover__footer{left:24px;right:24px;bottom:20px;gap:6px}.song-template-show-cover__title{font-size:clamp(16px,4.6vw,20px)}.song-template-show-cover__mood{min-height:22px;padding:3px 8px;font-size:10px}.song-template-show-cover__gradient{height:38.73%}}.template-show-audio__player-wrap{display:flex;flex-direction:column;gap:12px;margin-top:55px}.template-show-audio__empty{margin:0;padding:12px 16px;border-radius:12px;background:#f1f0f7;color:#6b7280;font-size:14px;line-height:1.4}.template-show-audio__toggle{border:none;background:transparent;color:#7e5bee;line-height:1;cursor:pointer;padding:0;text-align:left}.template-show-audio__moods-wrap{display:grid;grid-template-rows:0fr;transition:grid-template-rows .35s ease}.template-show-audio__moods-wrap--open{grid-template-rows:1fr}.template-show-audio__moods{display:flex;flex-direction:column;gap:12px;overflow:hidden}@media(max-width:425px){.template-show-audio__player-wrap{margin-top:16px;gap:6px}.template-show-audio__moods{gap:6px}}.template-gallery-lightbox{position:fixed;inset:0;z-index:1200;display:flex;align-items:center;justify-content:center;padding:56px 72px 72px;box-sizing:border-box;background:#121214f5}.template-gallery-lightbox__close{position:absolute;top:20px;right:24px;z-index:2;width:44px;height:44px;border:0;border-radius:50%;background:transparent;color:#fff;font-size:36px;line-height:1;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;opacity:.9;transition:opacity .2s ease}.template-gallery-lightbox__close:hover{opacity:1}.template-gallery-lightbox__close:focus,.template-gallery-lightbox__close:focus-visible{outline:none;box-shadow:none}.template-gallery-lightbox__viewer{position:relative;display:inline-flex;align-items:center;justify-content:center;max-width:min(100%,720px);max-height:calc(100vh - 120px)}.template-gallery-lightbox__nav{position:absolute;top:50%;z-index:2;transform:translateY(-50%);width:32px;height:48px;padding:0;border:0;background:transparent;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;color:#ffffff8c;transition:color .2s ease}.template-gallery-lightbox__nav:hover{color:#ffffffeb}.template-gallery-lightbox__nav:focus,.template-gallery-lightbox__nav:focus-visible{outline:none;box-shadow:none}.template-gallery-lightbox__nav--prev{right:100%;margin-right:18px}.template-gallery-lightbox__nav--next{left:100%;margin-left:18px}.template-gallery-lightbox__nav-arrow{display:block;width:15px;height:24px;flex-shrink:0}.template-gallery-lightbox__nav-arrow--next{transform:scaleX(-1)}.template-gallery-lightbox__stage{display:flex;align-items:center;justify-content:center;max-width:min(100%,720px);max-height:calc(100vh - 120px)}.template-gallery-lightbox__image,.template-gallery-lightbox__video{display:block;max-width:100%;max-height:calc(100vh - 120px);width:auto;height:auto;object-fit:contain;border-radius:4px;-webkit-user-select:none;user-select:none}.template-gallery-lightbox__video{background:transparent}.template-gallery-lightbox__dots{position:absolute;left:50%;bottom:28px;transform:translate(-50%);display:flex;align-items:center;gap:10px}.template-gallery-lightbox__dot{width:8px;height:8px;padding:0;border:0;border-radius:50%;background:#ffffff59;cursor:pointer;transition:background-color .2s ease,transform .2s ease}.template-gallery-lightbox__dot--active{background:#fff;transform:scale(1.1)}.template-gallery-lightbox__dot:focus,.template-gallery-lightbox__dot:focus-visible{outline:none;box-shadow:none}.template-gallery-lightbox-fade-enter-active,.template-gallery-lightbox-fade-leave-active{transition:opacity .25s ease}.template-gallery-lightbox-fade-enter-from,.template-gallery-lightbox-fade-leave-to{opacity:0}@media(max-width:768px){.template-gallery-lightbox{padding:48px 12px 64px}.template-gallery-lightbox__nav{width:28px;height:44px}.template-gallery-lightbox__nav--prev{margin-right:12px}.template-gallery-lightbox__nav--next{margin-left:12px}.template-gallery-lightbox__nav-arrow{width:13px;height:21px}.template-gallery-lightbox__close{top:12px;right:12px}}.template-show{--catalog-card-ratio: 3 / 4;--template-main-width: 372px;--template-thumb-width: 86px}.template-show__gallery{display:grid;grid-template-columns:var(--template-thumb-width) var(--template-main-width);gap:7px;align-items:start;align-self:start;max-width:465px;overflow:visible}.template-show__gallery--single{grid-template-columns:minmax(0,var(--template-main-width));width:fit-content;max-width:min(var(--template-main-width),100%);justify-self:start}.template-show__main-image-wrap{position:relative;border-radius:16px;overflow:hidden;background:#f1f0f7;width:var(--template-main-width);max-width:100%;aspect-ratio:var(--catalog-card-ratio);transform-origin:center center;transition:transform .35s ease;isolation:isolate}.template-show__main-image-wrap--zoomable{cursor:pointer}@media(hover:hover){.template-show__main-image-wrap--zoomable:hover{z-index:5;transform:scale(1.06)}}.template-show__main-cost{position:absolute;top:12px;right:12px;z-index:10;display:inline-flex;align-items:center;justify-content:center;gap:3px;height:24px;padding:0 8px;border-radius:20px;background:#08072980;color:#fff;font-size:12px;font-weight:500;line-height:1;pointer-events:none}.template-show__main-cost-icon{display:block;width:12px;height:12px;flex-shrink:0;color:#ffd353}.template-show__expand{position:absolute;top:12px;left:12px;z-index:10;width:34px;height:34px;padding:0;border:0;border-radius:8px;background:#fff;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease,visibility .2s ease}@media(hover:hover){.template-show__main-image-wrap:hover .template-show__expand,.template-show__main-image-wrap:focus-within .template-show__expand{opacity:.6;visibility:visible;pointer-events:auto}.template-show__main-image-wrap:hover .template-show__expand:hover,.template-show__main-image-wrap:focus-within .template-show__expand:hover{opacity:.8}}.template-show__expand-icon{display:block;width:18px;height:18px;flex-shrink:0;color:#1c1c1e;pointer-events:none}.template-show__main-caption{position:absolute;left:0;right:0;bottom:0;z-index:3;margin:0;padding:10px 12px 12px;font-size:13px;font-weight:600;line-height:1.35;color:#fff;text-align:center;background:linear-gradient(180deg,#0000,#0000008c 40%,#000000b8);pointer-events:none}.template-show__main-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;pointer-events:none}.template-show__main-video-wrap{position:absolute;inset:0;width:100%;height:100%}.template-show__main-video{width:100%;height:100%;object-fit:cover;display:block;background:#000;pointer-events:none}.template-show__main-video-play{position:absolute;left:50%;top:50%;z-index:2;display:flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:50%;background:#f0c60b9c;transform:translate(-50%,-50%);pointer-events:none;box-shadow:0 2px 12px #0000004d}.template-show__main-video-play-icon{display:block;width:22px;height:22px;flex-shrink:0;color:#000}.template-show__main-audio-wrap{position:absolute;inset:0;box-sizing:border-box;width:100%;height:100%;min-height:200px;padding:24px 20px 20px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;background:linear-gradient(165deg,#ede9f7,#f1f0f7)}.template-show__main-audio-icon{display:block;width:48px;height:48px;flex-shrink:0;color:#6b5a9e}.template-show__main-audio{width:100%;max-width:100%}.template-show__thumbs-track{position:relative;z-index:0;box-sizing:border-box;width:var(--template-thumb-width);height:calc(var(--template-main-width) / .75);min-height:0;overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;display:flex;flex-direction:column;flex-wrap:nowrap;align-items:stretch;gap:7px;cursor:grab;touch-action:pan-y;scrollbar-width:none;-ms-overflow-style:none}.template-show__thumbs-track::-webkit-scrollbar{display:none}.template-show__thumbs-track--dragging{cursor:grabbing;-webkit-user-select:none;user-select:none}.template-show__thumbs-shell{position:relative;isolation:isolate;width:var(--template-thumb-width);height:calc(var(--template-main-width) / .75);overflow:hidden;background:#f8f7fc}.template-show__thumbs-shell:after{content:"";position:absolute;left:0;right:0;bottom:-74px;height:24%;z-index:1;pointer-events:none;background:linear-gradient(180.23deg,#0000 .2%,#f8f7fc 35.04%)}.template-show__thumb{box-sizing:border-box;flex:0 0 auto;border:0;border-radius:12px;overflow:hidden;padding:0;cursor:pointer;background:transparent;width:var(--template-thumb-width);aspect-ratio:var(--catalog-card-ratio)}.template-show__thumb-img,.template-show__thumb-video-wrap,.template-show__thumb-audio-wrap{box-sizing:border-box;width:100%;height:100%;border:1px solid #7a4df5;border-radius:12px;overflow:hidden}.template-show__thumb--active .template-show__thumb-img,.template-show__thumb--active .template-show__thumb-video-wrap,.template-show__thumb--active .template-show__thumb-audio-wrap{border-width:2px}.template-show__thumb-img{object-fit:cover;display:block}.template-show__thumb-video-wrap{position:relative}.template-show__thumb-video-wrap:before{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:#08072980}.template-show__thumb-video{width:100%;height:100%;object-fit:cover;display:block}.template-show__thumb-video-play{position:absolute;left:50%;top:50%;z-index:2;display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:#7a4df5bf;transform:translate(-50%,-50%);pointer-events:none;box-shadow:0 2px 8px #0003}.template-show__thumb-video-play-icon{display:block;width:14px;height:14px;flex-shrink:0;color:#fff}.template-show__thumb-audio-wrap{display:flex;align-items:center;justify-content:center;background:linear-gradient(145deg,#4a3f6b,#2d2640)}.template-show__thumb-audio-icon{display:block;width:36px;height:36px;color:#f0c60b}.template-show__thumbs-more{pointer-events:none;position:absolute;left:50%;bottom:8px;transform:translate(-50%);min-width:32px;height:20px;padding:0 7px;border-radius:3px;display:inline-flex;align-items:center;justify-content:center;line-height:1;color:#1c1c1e;background:#fffc;z-index:3;font-weight:700;font-style:Bold;font-size:14px;line-height:100%;letter-spacing:0%}@media(max-width:1024px){.template-show__gallery{width:100%;max-width:100%}.template-show__gallery--single{grid-template-columns:minmax(0,1fr);width:100%;max-width:100%}.template-show__main-image-wrap{width:100%;max-width:100%;aspect-ratio:var(--catalog-card-ratio)}.template-show__thumbs-track,.template-show__thumbs-shell{height:auto}}@media(max-width:767px){.template-show__mobile-slider{width:100%;min-width:0}.template-show__mobile-slider .swiper-pagination{position:relative;bottom:0;margin-top:10px}.template-show__mobile-slider .swiper-pagination-bullet{width:6px;height:6px;background:#08072940;opacity:1}.template-show__mobile-slider .swiper-pagination-bullet-active{background:#7a4df5}.template-show__mobile-slide{width:100%;height:auto}.template-show__mobile-slider .template-show__main-image-wrap{width:100%;max-width:100%}}@media(max-width:767px)and (hover:hover){.template-show__mobile-slider .template-show__main-image-wrap--zoomable:hover{transform:none}}.template-show__right{display:flex;flex-direction:column;gap:0;min-width:0}.template-show__head{display:flex;flex-direction:column;gap:0}.template-show__title{margin:0;font-weight:800;font-size:26px;line-height:20px;letter-spacing:0;color:#080729}.template-show__description{margin:18px 0 0;max-width:640px;font-weight:400;font-size:14px;line-height:20px;letter-spacing:0;color:#08072980;white-space:pre-line}.template-show__stats{display:flex;flex-wrap:wrap;align-items:center;gap:0;margin-top:23px;font-family:var(--font-poppins)}.template-show__stat{display:inline-flex;align-items:center;gap:6px}.template-show__stat-copy{display:inline-flex;align-items:baseline;gap:4px}.template-show__stat-value{font-weight:600;font-size:13px;line-height:20px;letter-spacing:0;color:#080729}.template-show__stat-label{font-weight:500;font-size:13px;line-height:20px;letter-spacing:0;color:#08072980}.template-show__stat-icon{flex-shrink:0;display:inline-block;box-sizing:border-box}.template-show__stat-icon--star{width:14px!important;height:14px!important;min-width:14px;min-height:14px;font-size:14px;color:#ffd353!important}.template-show__stat-icon--favorites{display:block;width:11px;height:10px;object-fit:contain}.template-show__stat-divider{flex-shrink:0;width:1px;height:16px;margin-left:21px;margin-right:32px;background:#0807291f}.template-show__actions{display:flex;align-items:center;gap:19px;margin-top:52px;margin-bottom:54px}.template-show__create{flex:0 0 auto;width:237px;height:56px;min-height:56px;padding:10px 24px 10px 22px;gap:7px;border:0;border-radius:22px;background:#5118e9b2!important;border-color:transparent!important;box-shadow:0 4px 12px #7648f566;font-weight:700;font-size:14px;line-height:20px;transition:box-shadow .2s ease}@media(hover:hover){.template-show__create:hover:not(:disabled){background:#5118e9b2!important;border-color:transparent!important;box-shadow:0 6px 16px #7648f688}}.template-show__create-icon{display:block;width:20px;height:21px;flex-shrink:0;object-fit:contain}.template-show__favorite.favorite-template-card-toggle--inline{flex-shrink:0;width:42px;height:42px;border:none;background:transparent!important;box-shadow:none!important}.template-show__favorite.favorite-template-card-toggle--inline:hover:not(:disabled){transform:none}.template-show__favorite.favorite-template-card-toggle--inline:not(.favorite-template-card-toggle--active):hover:not(:disabled) .favorite-template-card-toggle__icon--favorites-empty{color:#ef4444}.template-show__steps{display:flex;gap:35px;margin:0;padding:0;list-style:none}.template-show__step{display:flex;align-items:flex-start;gap:13px;min-width:0}.template-show__step-icon-wrap{box-sizing:border-box;display:inline-flex;flex-shrink:0;align-items:center;justify-content:center;width:50px;height:50px;border-radius:12px}.template-show__step-icon-wrap--sand{background:#f6e6ce;color:#8a7355}.template-show__step-icon-wrap--lavender{background:#eeebf6;color:#7a4df5}.template-show__step-icon-wrap--mint{background:#e7f5f1;color:#3d8b7a}.template-show__step-icon-wrap--framed .template-show__step-icon-frame{box-sizing:border-box;display:flex;align-items:center;justify-content:center;width:24px;height:24px}.template-show__step-icon-wrap--framed .template-show__step-icon--framed-heart{display:block;width:22px!important;height:22px!important;min-width:22px;min-height:22px;color:inherit}.template-show__step-icon{display:inline-block;box-sizing:border-box;width:20px!important;height:20px!important;min-width:20px;min-height:20px;font-size:20px;color:inherit;flex-shrink:0}.template-show__step-copy{display:flex;flex-direction:column;gap:2px;min-width:0}.template-show__step-title{font-weight:600;font-size:13px;line-height:18px;color:#080729;white-space:nowrap}.template-show__step-text{font-weight:400;font-size:13px;line-height:16px;color:#080729a6}.template-show__wish{margin-top:51px;padding:16px 20px;border:1px solid #eae7f3;border-radius:16px;background:#f8f7fc;-webkit-user-select:none;user-select:none}.template-show__wish.v-mini-accordion--open{-webkit-user-select:auto;user-select:auto}.template-show__wish-card{padding:0;border:0;background:transparent}.template-show__wish-card :deep(.greeting-text-card__actions){margin-top:12px}.template-show__wish-toggle-icon{width:16px;height:16px}@media(max-width:1024px){.template-show__steps{flex-direction:column;gap:16px}.template-show__title{font-size:22px;line-height:32px}}@media(max-width:767px){.template-show__title{font-weight:700;font-size:26px;line-height:1.2;letter-spacing:0;color:#080729e5}.template-show__description{font-weight:400;font-size:14px;line-height:1.2;letter-spacing:0;color:#08072999}.template-show__step{width:100%}.template-show__step-copy{flex:1 1 auto;width:100%}.template-show__step-title{white-space:normal}.template-show__step-text{width:100%}.template-show__step-text br{display:none}.template-show__actions .v-button-shell:has(.template-show__create){display:flex;width:304px;max-width:100%}.template-show__create{width:304px;max-width:100%;height:56px;padding:10px 24px 10px 22px;gap:7px;border-radius:22px}.template-show__wish{margin-top:24px;padding:16px;border-radius:18px}.template-show__wish .v-mini-accordion__title{font-weight:700;font-size:14px;line-height:20px;color:#080729}.template-show__wish .v-mini-accordion__toggle{color:#7a4df5;font-weight:500}.template-show__wish-card .greeting-text-card__textarea{margin-bottom:12px;font-size:14px;line-height:20px;color:#080729}}.template-show-related{margin-top:65px;padding-bottom:40px}.template-show-related__section+.template-show-related__section{margin-top:20px}.template-show-related__header{margin-bottom:38px}.template-show-related__title{margin:0;padding:0;font-weight:700;font-size:24px;line-height:100%;letter-spacing:0;text-transform:none;color:var(--p-surface-900)}.template-show-related__subtitle{margin:12px 0 0;font-weight:400;font-size:16px;line-height:1.4;color:#6b7280}.template-show-related__grid{display:grid;gap:18px;grid-template-columns:repeat(2,minmax(0,1fr))}@media(min-width:640px){.template-show-related__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:900px){.template-show-related__grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(min-width:1200px){.template-show-related__grid{grid-template-columns:repeat(5,minmax(0,1fr))}}.template-show-related__grid--song-similar{display:grid;gap:12px;grid-template-columns:repeat(5,minmax(0,1fr));align-items:stretch}@media(max-width:1199px)and (min-width:768px){.template-show-related__grid--song-similar{display:flex;flex-wrap:nowrap;gap:12px;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;padding-bottom:4px;-webkit-overflow-scrolling:touch}}@media(max-width:767px){.template-show-related__grid--song-similar{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));overflow:visible;padding-bottom:0}}@media(max-width:1199px)and (min-width:768px){.template-show-related__grid--song-similar .template-show-related__cell{flex:0 0 clamp(160px,19vw,200px);scroll-snap-align:start}}.template-show-related__cell{min-width:0}.template-show-related__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:32px 16px 40px;text-align:center;border-radius:16px;background:var(--color-surface-100, #f7f6fb)}.template-show-related__empty-icon{display:block;width:72px;height:auto;opacity:.85}.template-show-related__empty-text{margin:0;max-width:420px;font-size:16px;font-weight:500;line-height:1.4;color:var(--color-text-muted, #6b7280)}.template-show-related__empty-link{padding:12px 24px;border-radius:999px;font-size:14px;font-weight:600;line-height:1;text-decoration:none;color:var(--color-primary, #7a4df5);background:#fff;box-shadow:0 2px 12px #1e1b2e14}.template-show-related__empty-link:hover{color:var(--color-primary, #7a4df5);background:#fafafa}@media(max-width:425px){.template-show-related__title{font-size:22px}.template-show-related__subtitle{font-size:14px}}.template-show{padding-top:8px;padding-bottom:40px}.template-show__breadcrumbs{margin-top:-6px;margin-bottom:38px}.template-show__content{display:grid;grid-template-columns:minmax(0,max-content) minmax(0,1fr);gap:34px;align-items:start;overflow:visible}.template-show__content--single{grid-template-columns:minmax(0,1fr)}.template-show__audio-cover-wrap{width:426px;max-width:100%;padding-bottom:24px}@media(max-width:1024px){.template-show__content{grid-template-columns:1fr}.template-show__audio-cover-wrap{width:100%;max-width:426px}.template-show__gallery:not(.template-show__gallery--single){grid-template-columns:86px minmax(0,1fr)}.template-show__gallery:not(.template-show__gallery--single) .template-show__main-image-wrap{width:100%;max-width:372px;height:auto;aspect-ratio:3/4}.template-show__gallery--single .template-show__main-image-wrap{max-width:100%}}
