.psf,.psf *,.psf *:before,.psf *:after{font-family:var(--font-body-family),sans-serif;box-sizing:border-box}.psf strong,.psf b{background:none!important;-webkit-text-fill-color:inherit!important;-webkit-background-clip:unset!important;background-clip:unset!important}.psf{color:#111;border-top:1px solid #f0eaff;padding-top:2.8rem;margin-top:1.2rem;display:flex;flex-direction:column;gap:2rem}.psf__head{display:flex;flex-direction:column;gap:.4rem}.psf__title{font-size:1.8rem;font-weight:700;color:#111;margin:0;line-height:1.3}.psf__subtitle{font-size:1.3rem;color:#a89bc0;margin:0;line-height:1.5}.psf__required-note{font-size:1.1rem;color:#aaa;margin:2px 0 0}.psf__error{background:#fff5f5;border:1.5px solid #e74c3c;border-radius:10px;padding:12px 16px;color:#c0392b;font-size:1.4rem;font-weight:500;line-height:1.4}.psf-btn-msg{margin-top:10px;padding:10px 14px;border-radius:10px;font-size:1.3rem;font-weight:500;line-height:1.45;text-align:center}.psf-btn-msg--error{background:#fff5f5;border:1.5px solid #e74c3c;color:#c0392b;-webkit-text-fill-color:#c0392b}.psf-btn-msg--warning{background:#f8f4ff;border:1.5px solid #9b59b6;color:#6c3483;-webkit-text-fill-color:#6c3483}.psf-sep{display:flex;align-items:center;gap:14px;margin:.4rem 0}.psf-sep__line{flex:1;height:1.5px;background:#e2d9f3;border-radius:2px}.psf-sep__label{color:#b07fd4;font-size:1.2rem;font-weight:700;text-transform:uppercase;letter-spacing:.14em;white-space:nowrap;flex-shrink:0}@supports (-webkit-background-clip: text){.psf-sep__label{background-image:linear-gradient(135deg,#e4c1f9,#ffbba0);background-color:transparent;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent;-webkit-box-decoration-break:clone;box-decoration-break:clone}}.psf-field{display:flex;flex-direction:column;gap:.6rem}.psf-label{display:block;font-size:1.4rem;font-weight:600;color:#111;line-height:1.4}.psf-label__required{color:#9b59b6}.psf-label__optional{font-size:.78em;color:#9aa0a6;font-weight:500;font-style:italic;margin-left:.2em}.psf-label--inline{flex:1}.psf-label--sub{font-size:1.3rem;font-weight:600;color:#111;margin-top:.4rem}.psf-label-row{display:flex;align-items:center;gap:.6rem}.psf-helper{font-size:1.2rem;color:#a89bc0;margin:0;line-height:1.4}.psf-required-star,.psf-label .psf-star,.psf__required-note .psf-star{color:#9b59b6;font-weight:700}@supports (-webkit-background-clip: text){.psf-required-star,.psf-label .psf-star,.psf__required-note .psf-star{display:inline-block;background-image:linear-gradient(135deg,#e4c1f9,#ffbba0);background-color:transparent;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent;-webkit-box-decoration-break:clone;box-decoration-break:clone}}.psf-price-tag{font-size:1.3rem;font-weight:600;color:#9b59b6}@supports (-webkit-background-clip: text){.psf-price-tag{display:inline-block;background-image:linear-gradient(135deg,#e4c1f9,#ffbba0);background-color:transparent;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent;-webkit-box-decoration-break:clone;box-decoration-break:clone}}.psf-btn-option--selected .psf-price-tag{background:none!important;-webkit-background-clip:unset!important;background-clip:unset!important;-webkit-text-fill-color:#fff!important}.psf-input{width:100%;border:1.5px solid #e8dff5;border-radius:10px;padding:1.2rem 1.4rem;font-size:16px;font-family:var(--font-body-family),sans-serif;color:#111;background:#fff;outline:none;transition:border-color .18s ease,box-shadow .18s ease;-webkit-appearance:none;appearance:none}.psf-input:focus,.psf-select:focus,.psf-textarea:focus{border-color:transparent!important;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(135deg,#e4c1f9,#ffbba0) border-box!important;border:1.5px solid transparent!important;box-shadow:none!important;outline:none!important}.psf-input--error{border-color:#e74c3c!important;box-shadow:0 0 0 3px #e74c3c1a!important}.psf-input::placeholder{color:#c8b8e0;font-style:italic}.psf-textarea{resize:vertical;min-height:12rem;line-height:1.6}.psf-textarea-footer{display:flex;justify-content:space-between;align-items:flex-start;gap:.8rem}.psf-charcount{font-size:1.2rem;color:#c8b8e0;text-align:right;white-space:nowrap;flex-shrink:0;transition:color .2s}.psf-select-wrap{position:relative}.psf-select{width:100%;border:1.5px solid #e8dff5;border-radius:10px;padding:1.2rem 4rem 1.2rem 1.4rem;font-size:16px;font-family:var(--font-body-family),sans-serif;color:#111;background:#fff;outline:none;cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease;-webkit-appearance:none;appearance:none}.psf-select--error{border-color:#e74c3c!important;box-shadow:0 0 0 3px #e74c3c1a!important}.psf-select-wrap:after{content:"";pointer-events:none;position:absolute;right:1.4rem;top:50%;transform:translateY(-50%);width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:6px solid #9b59b6}.psf-toggle-row{display:flex;align-items:center;justify-content:space-between;gap:1.2rem;flex-wrap:wrap}.psf-toggle{display:flex;align-items:center;gap:.8rem;cursor:pointer;-webkit-user-select:none;user-select:none;flex-shrink:0}.psf-toggle__input{position:absolute;opacity:0;width:0;height:0}.psf-toggle__track{position:relative;display:inline-block;width:5rem;height:2.8rem;background:#ddd;border-radius:50px;transition:background .22s ease;flex-shrink:0}.psf-toggle__input:checked~.psf-toggle__track{background-color:#e4c1f9;background:linear-gradient(135deg,#e4c1f9,#ffbba0)}.psf-toggle__thumb{position:absolute;top:.3rem;left:.3rem;width:2.2rem;height:2.2rem;background:#fff;border-radius:50%;box-shadow:0 1px 4px #0003;transition:left .22s ease}.psf-toggle__input:checked~.psf-toggle__track .psf-toggle__thumb{left:2.5rem}.psf-toggle__labels{font-size:1.4rem;color:#a89bc0;display:flex;align-items:center;gap:.4rem}.psf-toggle__val{font-size:1.4rem}.psf-toggle__input:focus-visible~.psf-toggle__track{outline:2px solid #9b59b6;outline-offset:2px}.psf-conditional,.psf-conditional--visible,.psf-conditional--hidden{border:none!important;outline:none!important;box-shadow:none!important}.psf-conditional{overflow:hidden;max-height:0;opacity:0;transition:max-height .32s ease,opacity .28s ease,margin-top .28s ease;pointer-events:none;margin-top:0}.psf-conditional--visible{max-height:30rem;opacity:1;pointer-events:auto;margin-top:.8rem}.psf-conditional--hidden{max-height:0;opacity:0;pointer-events:none;margin-top:0}.psf-btn-group{display:flex;flex-wrap:wrap;gap:.8rem}.psf-btn-group--error{outline:2px solid #e74c3c;outline-offset:4px;border-radius:12px}.psf-btn-option{background:linear-gradient(#fff,#fff) padding-box,linear-gradient(135deg,#e4c1f9,#ffbba0) border-box!important;border:1.5px solid transparent!important;color:#111!important;-webkit-text-fill-color:#111!important;border-radius:10px!important;padding:.9rem 1.6rem;font-size:1.4rem;font-family:var(--font-body-family),sans-serif;cursor:pointer;transition:background .15s ease,border-color .15s ease,box-shadow .15s ease;white-space:nowrap;line-height:1.3}.psf-btn-option:hover{border-color:#9b59b6;background:#faf5ff}.psf-btn-option:focus-visible{outline:2px solid #9b59b6;outline-offset:3px;border-color:#9b59b6!important}.psf-btn-option--selected{background-color:#e4c1f9!important;background:linear-gradient(135deg,#e4c1f9,#ffbba0) padding-box,linear-gradient(135deg,#e4c1f9,#ffbba0) border-box!important;border:1.5px solid transparent!important;color:#fff!important;-webkit-text-fill-color:#fff!important;font-weight:600!important;box-shadow:0 2px 8px #9b59b633}.psf-btn-option--selected:hover{border-color:transparent!important;background-color:#e4c1f9!important;background:linear-gradient(135deg,#e4c1f9,#ffbba0) padding-box,linear-gradient(135deg,#e4c1f9,#ffbba0) border-box!important;box-shadow:0 4px 12px #9b59b647!important}.psf-btn-option--selected *{-webkit-text-fill-color:#fff!important;-webkit-background-clip:unset!important;background-clip:unset!important}.psf-tooltip-wrap{position:relative;display:inline-flex;align-items:center}.psf-tooltip-btn{width:18px;height:18px;border-radius:50%;background-color:#e4c1f9;background:linear-gradient(135deg,#e4c1f9,#ffbba0);border:none;font-size:10px;font-weight:700;color:#fff;-webkit-text-fill-color:#fff;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;line-height:1;padding:0;position:relative}.psf-tooltip-btn:before{content:"";position:absolute;top:-13px;right:-13px;bottom:-13px;left:0;border-radius:50%}.psf-tooltip-btn:focus-visible{outline:2px solid #9b59b6;outline-offset:4px}.psf-tooltip-popover{display:none;position:absolute;top:calc(100% + 8px);left:0;transform:none;width:240px;max-width:80vw;background:#2d1b4e;color:#fff;-webkit-text-fill-color:#fff;padding:10px 14px;border-radius:10px;font-size:12px;line-height:1.5;z-index:9999;box-shadow:0 4px 16px #0000002e;text-align:left;pointer-events:none}.psf-tooltip-popover:before{content:"";position:absolute;top:-6px;left:10px;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:7px solid #2d1b4e}.psf-tooltip-popover--open{display:block}.psf-tooltip-popover--above{top:auto!important;bottom:calc(100% + 8px)!important}.psf-tooltip-popover--above:before{top:auto!important;bottom:-6px!important;border-left:6px solid transparent!important;border-right:6px solid transparent!important;border-bottom:none!important;border-top:7px solid #2d1b4e!important}.psf-suggestion{margin:1rem 0 0!important;padding:0!important;font-family:var(--font-body-family),"Poppins",sans-serif!important;font-size:1.3rem!important;font-style:italic!important;font-weight:500!important;line-height:1.4!important;background-image:linear-gradient(135deg,#b884e6,#e89b78)!important;background-color:transparent!important;-webkit-background-clip:text!important;background-clip:text!important;-webkit-text-fill-color:transparent!important;color:transparent!important;letter-spacing:.01em!important;opacity:0;transform:translateY(-4px);transition:opacity .25s ease,transform .25s ease;pointer-events:none}.psf-suggestion--visible{opacity:1;transform:translateY(0)}.psf-draft-banner{position:relative!important;display:block!important;background:linear-gradient(135deg,#fdf6ff,#fff8f5)!important;border:1px solid rgba(228,193,249,.4)!important;border-radius:14px!important;padding:1.5rem 1.8rem 1.4rem!important;margin-bottom:1.6rem!important;font-family:var(--font-body-family),"Poppins",sans-serif!important;box-shadow:0 4px 18px #e4c1f92e!important;opacity:0!important;transform:translateY(-12px)!important;transition:opacity .32s ease,transform .32s cubic-bezier(.16,1,.3,1)!important}.psf-draft-banner--visible{opacity:1!important;transform:translateY(0)!important}.psf-draft-banner--leaving{opacity:0!important;transform:translateY(-12px)!important}.psf-draft-banner__close{position:absolute!important;top:12px!important;right:12px!important;width:32px!important;height:32px!important;border:none!important;background:transparent!important;color:#9b59b6!important;-webkit-text-fill-color:#9b59b6!important;font-size:22px!important;line-height:1!important;cursor:pointer!important;border-radius:50%!important;transition:background .15s ease!important;font-family:inherit!important;padding:0!important}.psf-draft-banner__close:hover{background:#9b59b61f!important}.psf-draft-banner__head{display:flex!important;align-items:flex-start!important;gap:1rem!important;margin-bottom:.8rem!important;padding-right:36px!important}.psf-draft-banner__icon{font-size:26px!important;line-height:1!important;flex-shrink:0!important}.psf-draft-banner__head-text{flex:1!important;min-width:0!important}.psf-draft-banner__title{font-size:1.45rem!important;font-weight:600!important;line-height:1.3!important;color:#2d1b4e!important;-webkit-text-fill-color:#2d1b4e!important;margin-bottom:2px!important}.psf-draft-banner__title strong{background-image:linear-gradient(135deg,#e4c1f9,#ffbba0)!important;background-color:transparent!important;-webkit-background-clip:text!important;background-clip:text!important;-webkit-text-fill-color:transparent!important;color:transparent!important;font-weight:700!important}.psf-draft-banner__meta{font-size:1.15rem!important;color:#6b5b8a!important;-webkit-text-fill-color:#6b5b8a!important}.psf-draft-banner__quote{margin:0 0 .8rem!important;padding:.6rem 1rem!important;border-left:2px solid #e4c1f9!important;background:#e4c1f914!important;border-radius:0 6px 6px 0!important;font-style:italic!important;font-size:1.25rem!important;color:#4a3a6a!important;-webkit-text-fill-color:#4a3a6a!important;line-height:1.5!important;overflow-wrap:anywhere!important;word-break:break-word!important;white-space:normal!important}.psf-draft-banner__chips{display:flex!important;flex-wrap:wrap!important;gap:.5rem!important;margin:0 0 1rem!important;padding:0!important;list-style:none!important}.psf-draft-banner__chips li{display:inline-flex!important;align-items:center!important;gap:.3rem!important;background:#fff!important;border:1px solid rgba(228,193,249,.6)!important;border-radius:999px!important;padding:.35rem .8rem!important;font-size:1.1rem!important;font-weight:500!important;color:#4a3a6a!important;-webkit-text-fill-color:#4a3a6a!important;line-height:1.2!important}.psf-draft-banner__actions{display:flex!important;gap:.8rem!important;flex-wrap:wrap!important}.psf-draft-indicator{display:inline-flex!important;align-items:center!important;gap:.4rem!important;background:#f0fdf4!important;border:1px solid #bbf7d0!important;border-radius:999px!important;padding:.3rem .9rem!important;margin-bottom:.8rem!important;font-family:var(--font-body-family),"Poppins",sans-serif!important;font-size:1.1rem!important;font-weight:500!important;color:#15803d!important;-webkit-text-fill-color:#15803d!important;line-height:1.2!important;opacity:0!important;transform:scale(.92)!important;transition:opacity .22s ease,transform .22s ease,background .4s ease,border-color .4s ease,color .4s ease!important;pointer-events:none!important}.psf-draft-indicator--visible{opacity:1!important;transform:scale(1)!important}.psf-draft-indicator--idle{background:#f9fafb!important;border-color:#e5e7eb!important;color:#6b7280!important;-webkit-text-fill-color:#6b7280!important}.psf-draft-indicator__icon{font-size:1.2rem!important;line-height:1!important}.psf-draft-indicator__time{font-size:1.05rem!important;font-weight:400!important;opacity:.85!important}.psf-draft-banner__msg{flex:1!important;min-width:200px!important;font-size:1.4rem!important;line-height:1.4!important;color:#2d1b4e!important;-webkit-text-fill-color:#2d1b4e!important}.psf-draft-banner__msg strong{color:#7c3aed!important;-webkit-text-fill-color:#7c3aed!important;font-weight:700!important}.psf-draft-btn-yes{background:linear-gradient(135deg,#e4c1f9,#ffbba0)!important;color:#fff!important;-webkit-text-fill-color:#fff!important;border:none!important;padding:.9rem 1.6rem!important;border-radius:999px!important;font-weight:600!important;font-size:1.3rem!important;cursor:pointer!important;font-family:inherit!important;transition:transform .15s ease,box-shadow .15s ease!important;box-shadow:0 3px 12px #e4c1f959!important}.psf-draft-btn-yes:hover{transform:translateY(-1px)!important;box-shadow:0 5px 16px #e4c1f980!important}.psf-draft-btn-no{background:linear-gradient(#fff,#fff) padding-box,linear-gradient(135deg,#e4c1f9,#ffbba0) border-box!important;color:#6b5b8a!important;-webkit-text-fill-color:#6b5b8a!important;border:1.5px solid transparent!important;padding:.9rem 1.6rem!important;border-radius:999px!important;font-weight:500!important;font-size:1.3rem!important;cursor:pointer!important;font-family:inherit!important;transition:background .15s ease,color .15s ease,transform .15s ease!important}.psf-draft-btn-no:hover{background:linear-gradient(#e4c1f91f,#ffbba01f) padding-box,linear-gradient(135deg,#e4c1f9,#ffbba0) border-box!important;color:#2d1b4e!important;-webkit-text-fill-color:#2d1b4e!important;transform:translateY(-1px)!important}.psf-bonus-section{margin-top:1.4rem!important}@media(max-width:480px){.psf-bonus-section .psf-sep__label{font-size:.92rem!important;letter-spacing:.06em!important}}.psf-bonus-grid{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:1.2rem!important;margin-top:1.6rem!important}@media(max-width:480px){.psf-bonus-grid{gap:.5rem!important}}@media(max-width:380px){.psf-bonus-grid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr))!important;gap:.4rem!important}}.psf-bonus-shared-panel{margin-top:1rem!important;padding:1.2rem 1.3rem!important;background:#fff!important;border:1.5px solid #e4c1f9!important;border-radius:14px!important;box-shadow:0 2px 8px #e4c1f926!important;text-align:left!important;animation:psf-bonus-details-in .22s ease!important}@media(max-width:480px){.psf-bonus-shared-panel{padding:1rem!important;border-radius:12px!important}}.psf-bonus-card-wrap{display:flex!important;flex-direction:column!important;background:#fff!important;border:1.5px solid #e4c1f9!important;border-radius:14px!important;overflow:hidden!important;box-shadow:0 2px 8px #e4c1f926!important;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease!important}.psf-bonus-card-wrap:hover{transform:translateY(-3px)!important;box-shadow:0 8px 22px #e4c1f959!important;border-color:#c89bf5!important}.psf-bonus-card{position:relative!important;display:flex!important;flex-direction:column!important;align-items:center!important;gap:.7rem!important;padding:1.4rem 1rem 1.2rem!important;background:transparent!important;border:none!important;cursor:pointer!important;transition:background .18s ease!important;font-family:var(--font-body-family),"Poppins",sans-serif!important;text-align:center!important;width:100%!important;outline:none!important}.psf-bonus-card:focus-visible{background:#e4c1f91a!important}@media(max-width:480px){.psf-bonus-card{padding:1rem .6rem .9rem!important;gap:.5rem!important}}.psf-bonus-card__img{width:70px!important;height:70px!important;border-radius:12px!important;overflow:hidden!important;background:linear-gradient(135deg,#f8eeff,#fff0e8)!important;display:flex!important;align-items:center!important;justify-content:center!important;flex-shrink:0!important}.psf-bonus-card__img img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important}@media(max-width:480px){.psf-bonus-card__img{width:52px!important;height:52px!important;border-radius:10px!important}}.psf-bonus-card__title{font-size:1.4rem!important;font-weight:600!important;color:#2d1b4e!important;-webkit-text-fill-color:#2d1b4e!important;line-height:1.25!important}@media(max-width:480px){.psf-bonus-card__title{font-size:1.15rem!important}}.psf-bonus-card__price{font-size:1.3rem!important;font-weight:700!important;background-image:linear-gradient(135deg,#b884e6,#e89b78)!important;background-color:transparent!important;-webkit-background-clip:text!important;background-clip:text!important;-webkit-text-fill-color:transparent!important;color:transparent!important}@media(max-width:480px){.psf-bonus-card__price{font-size:1.1rem!important}}.psf-bonus-card__cta{margin-top:.3rem!important;padding:.55rem 1.1rem!important;border-radius:999px!important;font-size:1.2rem!important;font-weight:600!important;background:linear-gradient(135deg,#e4c1f9,#ffbba0)!important;color:#fff!important;-webkit-text-fill-color:#fff!important;transition:all .18s ease!important;white-space:nowrap!important}.psf-bonus-card__cta-added{display:none!important}@media(max-width:480px){.psf-bonus-card__cta{font-size:1.05rem!important;padding:.45rem .85rem!important}}.psf-bonus-card-wrap--added{background:linear-gradient(135deg,#f8eeff,#fff0e8)!important;border-color:#c89bf5!important}.psf-bonus-card-wrap--added .psf-bonus-card__cta{background:#fff!important;color:#7c3aed!important;-webkit-text-fill-color:#7c3aed!important;border:1.5px solid #c89bf5!important}.psf-bonus-card-wrap--added .psf-bonus-card__cta-add{display:none!important}.psf-bonus-card-wrap--added .psf-bonus-card__cta-added{display:inline!important}.psf-bonus-card--added .psf-bonus-card__cta-add{display:none!important}.psf-bonus-card--added .psf-bonus-card__cta-added{display:inline!important}.psf-bonus-details{border-top:1px dashed rgba(228,193,249,.5)!important;background:transparent!important}.psf-bonus-details__trigger{width:100%!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;padding:.7rem .6rem!important;background:transparent!important;border:none!important;font-family:var(--font-body-family),"Poppins",sans-serif!important;font-size:1.15rem!important;font-weight:600!important;color:#6b6b76!important;cursor:pointer!important;transition:background .18s,color .18s!important;letter-spacing:.02em!important}.psf-bonus-details__trigger:hover{background:#e4c1f914!important;color:#1a1a1a!important}.psf-bonus-details__trigger svg{width:13px!important;height:13px!important;transition:transform .2s ease!important}.psf-bonus-details__trigger.is-open svg{transform:rotate(180deg)!important}@media(max-width:480px){.psf-bonus-details__trigger{font-size:1.05rem!important;padding:.6rem .4rem!important}}.psf-bonus-details__panel{padding:.4rem 1rem 1.2rem!important;text-align:left!important;animation:psf-bonus-details-in .22s ease!important}@keyframes psf-bonus-details-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.psf-bonus-details__intro{margin:0 0 1rem!important;font-family:var(--font-body-family),"Poppins",sans-serif!important;font-size:1.2rem!important;line-height:1.55!important;color:#1a1a1a!important;-webkit-text-fill-color:#1a1a1a!important}.psf-bonus-details__section{margin-top:.8rem!important}.psf-bonus-details__label{display:block!important;margin-bottom:.5rem!important;font-family:var(--font-body-family),"Poppins",sans-serif!important;font-size:1rem!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:.06em!important;color:#6b6b76!important;-webkit-text-fill-color:#6b6b76!important}.psf-bonus-details__list{margin:0!important;padding:0!important;list-style:none!important;display:grid!important;gap:.5rem!important}.psf-bonus-details__list li{position:relative!important;padding-left:20px!important;font-family:var(--font-body-family),"Poppins",sans-serif!important;font-size:1.15rem!important;line-height:1.45!important;color:#1a1a1a!important;-webkit-text-fill-color:#1a1a1a!important}.psf-bonus-details__list li:before{content:""!important;position:absolute!important;left:0!important;top:6px!important;width:11px!important;height:11px!important;border-radius:999px!important;background:linear-gradient(135deg,#e4c1f9,#ffbba0)!important;box-shadow:0 1px 3px #e4c1f973!important}.psf-bonus-details__format{margin:.9rem 0 0!important;padding:.7rem .85rem!important;border-radius:10px!important;background:#e4c1f91a!important;font-family:var(--font-body-family),"Poppins",sans-serif!important;font-size:1.05rem!important;line-height:1.5!important;color:#6b6b76!important;-webkit-text-fill-color:#6b6b76!important}.psf-bonus-details__format strong{color:#1a1a1a!important;-webkit-text-fill-color:#1a1a1a!important;font-weight:600!important}.psf-bonus-modal{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:9998!important;display:flex!important;align-items:flex-end!important;justify-content:center!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important;transition:opacity .22s ease,visibility 0s linear .22s!important;font-family:var(--font-body-family),"Poppins",sans-serif!important}.psf-bonus-modal[hidden]{display:flex!important}.psf-bonus-modal--open{visibility:visible!important;opacity:1!important;pointer-events:auto!important;transition:opacity .22s ease,visibility 0s linear 0s!important}@media(min-width:768px){.psf-bonus-modal{align-items:center!important}}.psf-bonus-modal__overlay{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;background:#2d1b4ea6!important;cursor:pointer!important}@media(min-width:768px)and (hover:hover){.psf-bonus-modal__overlay{background:#2d1b4e8c!important;backdrop-filter:blur(4px)!important;-webkit-backdrop-filter:blur(4px)!important}}.psf-bonus-modal:not(.psf-bonus-modal--open){content-visibility:auto;contain-intrinsic-size:600px 800px}.psf-bonus-modal__container{position:relative!important;background:#fff!important;width:100%!important;max-width:540px!important;max-height:90vh!important;max-height:90dvh!important;overflow-y:auto!important;border-radius:20px 20px 0 0!important;padding:2.4rem 2rem!important;padding-bottom:calc(2.4rem + env(safe-area-inset-bottom,0))!important;box-shadow:0 -8px 40px #0000002e!important;transform:translateY(100%)!important;transition:transform .32s cubic-bezier(.16,1,.3,1)!important}.psf-bonus-modal--open .psf-bonus-modal__container{transform:translateY(0)!important}@media(min-width:768px){.psf-bonus-modal__container{border-radius:20px!important;box-shadow:0 24px 60px #00000038!important;transform:scale(.94)!important;transition:transform .24s cubic-bezier(.16,1,.3,1)!important}.psf-bonus-modal--open .psf-bonus-modal__container{transform:scale(1)!important}}.psf-bonus-modal__close{position:absolute!important;top:1.2rem!important;right:1.2rem!important;width:36px!important;height:36px!important;border-radius:50%!important;background:#f8eeff!important;color:#2d1b4e!important;border:none!important;font-size:22px!important;font-weight:400!important;line-height:1!important;cursor:pointer!important;display:flex!important;align-items:center!important;justify-content:center!important;transition:background .15s ease!important}.psf-bonus-modal__close:hover{background:#e4c1f9!important}.psf-bonus-modal__head{margin-bottom:1.6rem!important;padding-right:3rem!important}.psf-bonus-modal__title{font-size:2rem!important;font-weight:700!important;color:#1a1a1a!important;-webkit-text-fill-color:#1a1a1a!important;margin:0 0 .4rem!important}.psf-bonus-modal__subtitle{font-size:1.3rem!important;color:#5a5a5a!important;-webkit-text-fill-color:#5a5a5a!important;margin:0!important;line-height:1.4!important}.psf-bonus-modal .psf-label{color:#1a1a1a!important;-webkit-text-fill-color:#1a1a1a!important}.psf-bonus-modal .psf-helper{color:#5a5a5a!important;-webkit-text-fill-color:#5a5a5a!important}.psf-bonus-modal .psf-input,.psf-bonus-modal .psf-textarea{color:#1a1a1a!important;-webkit-text-fill-color:#1a1a1a!important}.psf-bonus-modal .psf-input::placeholder,.psf-bonus-modal .psf-textarea::placeholder{color:#b0a8c0!important;-webkit-text-fill-color:#b0a8c0!important;opacity:1!important;font-style:italic!important}.psf-bonus-modal .psf-input::-webkit-input-placeholder,.psf-bonus-modal .psf-textarea::-webkit-input-placeholder{color:#b0a8c0!important;-webkit-text-fill-color:#b0a8c0!important;opacity:1!important;font-style:italic!important}.psf-bonus-modal .psf-input::-moz-placeholder,.psf-bonus-modal .psf-textarea::-moz-placeholder{color:#b0a8c0!important;opacity:1!important;font-style:italic!important}.psf-bonus-modal__body{display:flex!important;flex-direction:column!important;gap:1.6rem!important}.psf-bonus-modal__footer{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:1.2rem!important;margin-top:2rem!important;padding-top:1.6rem!important;border-top:1px solid #f0e6fa!important}.psf-bonus-modal__price{font-size:1.6rem!important;font-weight:700!important;background-image:linear-gradient(135deg,#b884e6,#e89b78)!important;background-color:transparent!important;-webkit-background-clip:text!important;background-clip:text!important;-webkit-text-fill-color:transparent!important;color:transparent!important}.psf-bonus-modal__cta{padding:1.2rem 2.4rem!important;background:linear-gradient(135deg,#e4c1f9,#ffbba0)!important;color:#fff!important;-webkit-text-fill-color:#fff!important;border:none!important;border-radius:999px!important;font-size:1.4rem!important;font-weight:600!important;cursor:pointer!important;transition:transform .18s ease,box-shadow .18s ease,opacity .18s ease!important;box-shadow:0 6px 20px #e4c1f966!important;font-family:inherit!important}.psf-bonus-modal__cta:not(:disabled):hover{transform:translateY(-2px)!important;box-shadow:0 10px 28px #e4c1f98c!important}.psf-bonus-modal__cta:disabled{opacity:.45!important;cursor:not-allowed!important;box-shadow:none!important}.psf-diaporama-dropzone{border:none!important;border-radius:14px!important;padding:2.4rem 1.6rem!important;background-color:#fff!important;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' preserveAspectRatio='none'><defs><linearGradient id='g' x1='0%25' y1='0%25' x2='100%25' y2='100%25'><stop offset='0%25' stop-color='%23E4C1F9'/><stop offset='100%25' stop-color='%23FFBBA0'/></linearGradient></defs><rect width='100%25' height='100%25' rx='14' ry='14' fill='none' stroke='url(%23g)' stroke-width='4' stroke-dasharray='10,6'/></svg>"),linear-gradient(135deg,#e4c1f92e,#ffbba02e)!important;background-repeat:no-repeat,no-repeat!important;background-position:0 0,0 0!important;background-size:100% 100%,100% 100%!important;cursor:pointer!important;text-align:center!important;transition:background-image .18s ease!important}.psf-diaporama-dropzone:hover,.psf-diaporama-dropzone--dragover{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' preserveAspectRatio='none'><defs><linearGradient id='g' x1='0%25' y1='0%25' x2='100%25' y2='100%25'><stop offset='0%25' stop-color='%23C89BF5'/><stop offset='100%25' stop-color='%23FF9A78'/></linearGradient></defs><rect width='100%25' height='100%25' rx='14' ry='14' fill='none' stroke='url(%23g)' stroke-width='4' stroke-dasharray='10,6'/></svg>"),linear-gradient(135deg,#e4c1f947,#ffbba047)!important}.psf-diaporama-dropzone__icon{font-size:32px!important;margin-bottom:.6rem!important}.psf-diaporama-dropzone__title{font-size:1.4rem!important;font-weight:600!important;color:#2d1b4e!important;-webkit-text-fill-color:#2d1b4e!important;margin-bottom:.4rem!important}.psf-diaporama-dropzone__hint{font-size:1.2rem!important;color:#6b5b8a!important;-webkit-text-fill-color:#6b5b8a!important}.psf-diaporama-counter{margin-top:1.2rem!important;font-size:1.3rem!important;font-weight:600!important;color:#2d1b4e!important;-webkit-text-fill-color:#2d1b4e!important;display:flex!important;align-items:center!important;gap:.6rem!important}.psf-diaporama-counter__min{color:#d97706!important;-webkit-text-fill-color:#d97706!important;font-weight:500!important;font-size:1.2rem!important}.psf-diaporama-rejects{margin-top:.8rem!important;padding:.9rem 1rem!important;border-radius:10px!important;background:#d9770614!important;border:1px solid rgba(217,119,6,.32)!important;font-family:var(--font-body-family),"Poppins",sans-serif!important;font-size:1.1rem!important;line-height:1.45!important;color:#8a4d05!important;-webkit-text-fill-color:#8a4d05!important;max-height:0!important;overflow:hidden!important;opacity:0!important;padding-top:0!important;padding-bottom:0!important;border-width:0!important;margin-top:0!important;transition:opacity .22s ease,max-height .32s ease,padding .22s ease,margin .22s ease,border-width .22s ease!important}.psf-diaporama-rejects--visible{max-height:400px!important;opacity:1!important;padding:.9rem 1rem!important;margin-top:.8rem!important;border-width:1px!important}.psf-diaporama-rejects strong{display:block!important;margin-bottom:.35rem!important;color:#6e3a02!important;-webkit-text-fill-color:#6e3a02!important;font-weight:700!important}.psf-diaporama-rejects ul{margin:0!important;padding:0 0 0 1.2rem!important;list-style:disc!important}.psf-diaporama-rejects li{margin:0 0 .2rem!important;font-size:1.05rem!important;line-height:1.4!important}.psf-diaporama-rejects li:last-child{margin-bottom:0!important}.psf-diaporama-thumbs{display:grid!important;grid-template-columns:repeat(auto-fill,minmax(72px,1fr))!important;gap:.8rem!important;margin-top:1.2rem!important}.psf-diaporama-thumb{position:relative!important;aspect-ratio:1 / 1!important;border-radius:8px!important;overflow:hidden!important;background:#f0e6fa!important}.psf-diaporama-thumb img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important}.psf-diaporama-thumb__remove{position:absolute!important;top:4px!important;right:4px!important;width:22px!important;height:22px!important;border-radius:50%!important;background:#000000a6!important;color:#fff!important;border:none!important;font-size:14px!important;line-height:1!important;cursor:pointer!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:0!important}.psf-diaporama-thumb__remove:hover{background:#dc2626d9!important}.psf-diaporama-thumb--uploading:after{content:""!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;background:#fff9!important;display:flex!important;align-items:center!important;justify-content:center!important}.psf-diaporama-thumb--uploading .psf-diaporama-thumb__spinner{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;display:flex!important;align-items:center!important;justify-content:center!important;z-index:2!important}.psf-diaporama-thumb__spinner:before{content:""!important;width:24px!important;height:24px!important;border:3px solid #c89bf5!important;border-top-color:transparent!important;border-radius:50%!important;animation:psfSpin .8s linear infinite!important}@keyframes psfSpin{to{transform:rotate(360deg)}}.psf-diaporama-thumb--error{border:2px solid #dc2626!important}.psf-bg-upload{margin-top:.8rem!important}.psf-bg-upload-btn{display:block!important;width:100%!important;border:none!important;border-radius:10px!important;padding:1.2rem!important;background-color:#fff!important;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' preserveAspectRatio='none'><defs><linearGradient id='g' x1='0%25' y1='0%25' x2='100%25' y2='100%25'><stop offset='0%25' stop-color='%23E4C1F9'/><stop offset='100%25' stop-color='%23FFBBA0'/></linearGradient></defs><rect width='100%25' height='100%25' rx='10' ry='10' fill='none' stroke='url(%23g)' stroke-width='4' stroke-dasharray='10,6'/></svg>"),linear-gradient(135deg,#e4c1f92e,#ffbba02e)!important;background-repeat:no-repeat,no-repeat!important;background-position:0 0,0 0!important;background-size:100% 100%,100% 100%!important;text-align:center!important;font-size:1.2rem!important;font-weight:500!important;color:#6b5b8a!important;-webkit-text-fill-color:#6b5b8a!important;cursor:pointer!important;transition:background-image .18s ease!important;font-family:inherit!important}.psf-bg-upload-btn:hover{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' preserveAspectRatio='none'><defs><linearGradient id='g' x1='0%25' y1='0%25' x2='100%25' y2='100%25'><stop offset='0%25' stop-color='%23C89BF5'/><stop offset='100%25' stop-color='%23FF9A78'/></linearGradient></defs><rect width='100%25' height='100%25' rx='10' ry='10' fill='none' stroke='url(%23g)' stroke-width='4' stroke-dasharray='10,6'/></svg>"),linear-gradient(135deg,#e4c1f947,#ffbba047)!important}.psf-bg-upload-preview{margin-top:.8rem!important;border-radius:10px!important;overflow:hidden!important;max-width:240px!important}.psf-bg-upload-preview img{display:block!important;width:100%!important;height:auto!important;max-height:160px!important;object-fit:cover!important}.psf-bg-upload-remove{margin-top:.6rem!important;background:transparent!important;color:#5a5a5a!important;-webkit-text-fill-color:#5a5a5a!important;border:none!important;font-size:1.1rem!important;text-decoration:underline!important;cursor:pointer!important;padding:.4rem .8rem!important;font-family:inherit!important}.psf-bg-upload-remove:hover{color:#1a1a1a!important;-webkit-text-fill-color:#1a1a1a!important}.psf-format-picker{display:flex!important;gap:.8rem!important;flex-wrap:wrap!important}.psf-format-btn{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:.3rem!important;flex:1 1 80px!important;min-width:80px!important;padding:1rem .8rem!important;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(135deg,#e4c1f9,#ffbba0) border-box!important;border:1.5px solid transparent!important;border-radius:10px!important;cursor:pointer!important;transition:background .18s ease,transform .15s ease,box-shadow .18s ease!important;font-family:inherit!important;color:#1a1a1a!important;-webkit-text-fill-color:#1a1a1a!important}.psf-format-btn:hover:not(.psf-format-btn--selected):not(.is-active){background:linear-gradient(#fdfaff,#fdfaff) padding-box,linear-gradient(135deg,#c89bf5,#ff9a78) border-box!important;box-shadow:0 2px 6px #9b59b61f!important;color:#1a1a1a!important;-webkit-text-fill-color:#1a1a1a!important}.psf-format-btn:hover:not(.psf-format-btn--selected):not(.is-active) .psf-format-btn__label,.psf-format-btn:hover:not(.psf-format-btn--selected):not(.is-active) .psf-format-btn__sub{color:#1a1a1a!important;-webkit-text-fill-color:#1a1a1a!important}.psf-format-btn:hover:not(.psf-format-btn--selected):not(.is-active) .psf-format-btn__icon{color:#6b5b8a!important;-webkit-text-fill-color:#6b5b8a!important}.psf-format-btn--selected{background:linear-gradient(135deg,#e4c1f9,#ffbba0) padding-box,linear-gradient(135deg,#e4c1f9,#ffbba0) border-box!important;border:1.5px solid transparent!important;box-shadow:0 2px 8px #9b59b633!important}.psf-format-btn__icon{display:flex!important;align-items:center!important;justify-content:center!important;color:#6b5b8a!important}.psf-format-btn--selected .psf-format-btn__icon,.psf-format-btn--selected .psf-format-btn__label,.psf-format-btn--selected .psf-format-btn__sub{color:#fff!important;-webkit-text-fill-color:#fff!important}.psf-format-btn__label{font-size:1.3rem!important;font-weight:600!important;color:#1a1a1a!important;-webkit-text-fill-color:#1a1a1a!important}.psf-format-btn__sub{font-size:1.05rem!important;font-weight:400!important;color:#888!important;-webkit-text-fill-color:#888!important}.psf-bonus-modal__cta-secondary{padding:1.2rem 2.4rem!important;background:transparent!important;color:#6b5b8a!important;-webkit-text-fill-color:#6b5b8a!important;border:1.5px solid #c89bf5!important;border-radius:999px!important;font-size:1.4rem!important;font-weight:500!important;cursor:pointer!important;transition:background .18s ease,color .18s ease!important;font-family:inherit!important}.psf-bonus-modal__cta-secondary:hover{background:#f0e6fa!important;color:#2d1b4e!important;-webkit-text-fill-color:#2d1b4e!important}.psf-replace-modal__footer{flex-wrap:wrap!important;justify-content:flex-end!important}@media(max-width:480px){.psf-replace-modal__footer{flex-direction:column-reverse!important}.psf-replace-modal__footer .psf-bonus-modal__cta,.psf-replace-modal__footer .psf-bonus-modal__cta-secondary{width:100%!important}}.uploadery-photo{display:none!important}.psf-conditional--visible .uploadery-photo{display:block!important;margin-top:.8rem!important;font-size:0!important;color:transparent!important}.uploadery-photo .spb-fileupload,.uploadery-photo [class*=fileupload],.uploadery-photo input[type=file]{font-size:1.4rem!important;color:#2d1b4e!important}.uploadery-photo .spb-fileupload,.uploadery-photo [class*=fileupload]{display:flex!important;align-items:center!important;border:1.5px dashed #e4c1f9!important;border-radius:8px!important;padding:1.2rem 1.6rem!important;background:#f8f4ff!important;cursor:pointer!important;transition:border-color .2s,background .2s!important;box-shadow:none!important;background-image:none!important}.uploadery-photo .spb-fileupload:hover,.uploadery-photo [class*=fileupload]:hover{border-color:#9b59b6!important;background:#f0e6fa!important}.uploadery-photo input[type=file]{font-family:var(--font-body-family),"Poppins",sans-serif!important;cursor:pointer!important;width:100%!important;border:none!important;background:transparent!important;padding:0!important}.uploadery-photo img,.uploadery-photo [class*=preview] img,.uploadery-photo [class*=thumb] img{max-width:200px!important;max-height:200px!important;width:auto!important;height:auto!important;object-fit:cover!important;border-radius:10px!important;display:block!important;margin:8px 0!important}.uploadery-photo .spb-fileupload input[type=file]::file-selector-button,.uploadery-photo input[type=file]::file-selector-button{display:inline-block!important;padding:10px 18px!important;margin-right:14px!important;border-radius:999px!important;border:none!important;background:linear-gradient(135deg,#e4c1f9,#ffbba0)!important;color:#fff!important;-webkit-text-fill-color:#ffffff!important;font-family:Poppins,sans-serif!important;font-size:.92rem!important;font-weight:600!important;cursor:pointer!important;transition:transform .12s,box-shadow .18s!important}.uploadery-photo .spb-fileupload input[type=file]::file-selector-button:hover,.uploadery-photo input[type=file]::file-selector-button:hover{transform:translateY(-1px)!important;box-shadow:0 4px 12px #e4c1f966!important}.uploadery-photo .spb-fileupload input[type=file]::-webkit-file-upload-button,.uploadery-photo input[type=file]::-webkit-file-upload-button{display:inline-block!important;padding:10px 18px!important;margin-right:14px!important;border-radius:999px!important;border:none!important;background:linear-gradient(135deg,#e4c1f9,#ffbba0)!important;color:#fff!important;-webkit-text-fill-color:#ffffff!important;font-family:Poppins,sans-serif!important;font-size:.92rem!important;font-weight:600!important;cursor:pointer!important}.uploadery-photo .spb-fileupload{padding:1.4rem 1.8rem!important;background:linear-gradient(135deg,#fdf6ff,#fff5ed)!important;border:1.5px dashed #d9b3f0!important;border-radius:12px!important;transition:border-color .18s,background .18s!important}.uploadery-photo .spb-fileupload:hover{border-color:#9b59b6!important;background:linear-gradient(135deg,#f5e6ff,#ffe8d6)!important}.uploadery-photo input[type=file]{color:#8a7a9b!important;font-style:italic!important;font-size:.9rem!important}.uploadery-photo input[type=file]::file-selector-button,.uploadery-photo input[type=file]::-webkit-file-upload-button{font-style:normal!important;margin-right:18px!important}
/*# sourceMappingURL=/cdn/shop/t/4/assets/component-personalized-song-form.css.map */
