:root{--gc-primary:var(--tp-primary, #0f172a);--gc-accent:var(--tp-accent,  #6366f1);--gc-radius:var(--tp-radius,  10px);--gc-border:var(--tp-border,  #e2e8f0);--gc-success:var(--tp-success, #10b981);--gc-text:var(--tp-text,    #1e293b);--gc-muted:#64748b;--gc-bg-soft:#f8fafc}.tp-gc-product-form{margin-top:1.5rem}.tp-gc-label{display:block;font-size:.875rem;font-weight:600;color:var(--gc-text);margin-bottom:.5rem}.tp-gc-amount-group{margin-bottom:1.5rem}.tp-gc-amounts-pills{display:flex;flex-wrap:wrap;gap:.5rem}.tp-gc-pill{display:inline-flex;align-items:center;padding:.625rem 1.25rem;border:2px solid var(--gc-border);border-radius:50px;cursor:pointer;font-weight:600;font-size:.9375rem;transition:all .15s;color:var(--gc-text);background:#fff}.tp-gc-pill input[type=radio]{position:absolute;opacity:0;pointer-events:none}.tp-gc-pill.is-active,.tp-gc-pill:hover{border-color:var(--gc-accent);background:var(--gc-accent);color:#fff}.tp-gc-amount-input-wrap{display:flex;align-items:center;border:2px solid var(--gc-border);border-radius:var(--gc-radius);overflow:hidden;transition:border-color .15s;background:#fff}.tp-gc-amount-input-wrap:focus-within{border-color:var(--gc-accent)}.tp-gc-currency{padding:0 .875rem;font-weight:700;color:var(--gc-muted);font-size:1.125rem;background:var(--gc-bg-soft);border-right:1px solid var(--gc-border);align-self:stretch;display:flex;align-items:center}.tp-gc-amount-input-wrap input[type=number]{border:none;outline:none;padding:.75rem 1rem;font-size:1.25rem;font-weight:700;flex:1;width:100%;box-shadow:none;background:0 0}.tp-gc-amount-hint{display:block;margin-top:.375rem;font-size:.8125rem;color:var(--gc-muted)}.tp-gc-divider{border:none;border-top:1px solid var(--gc-border);margin:1.5rem 0}.tp-gc-people-group{margin-bottom:1.5rem}.tp-gc-section-title{font-size:1rem;font-weight:700;color:var(--gc-text);margin-bottom:.875rem}.tp-gc-fields-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media(max-width:480px){.tp-gc-fields-row{grid-template-columns:1fr}}.tp-gc-field{display:flex;flex-direction:column;gap:.375rem}.tp-gc-field label{font-size:.8125rem;font-weight:600;color:var(--gc-muted)}.tp-gc-field input,.tp-gc-field textarea{border:1.5px solid var(--gc-border);border-radius:var(--gc-radius);padding:.625rem .875rem;font-size:.9375rem;width:100%;transition:border-color .15s;background:#fff;font-family:inherit}.tp-gc-field input:focus,.tp-gc-field textarea:focus{outline:none;border-color:var(--gc-accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--gc-accent) 15%,transparent)}.tp-gc-field textarea{resize:vertical;min-height:90px}.tp-gc-char-count{font-size:.75rem;color:var(--gc-muted);text-align:right}.tp-gc-submit{margin-top:1.5rem}.tp-gc-submit .single_add_to_cart_button{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:.625rem;width:100%;height:52px;padding:0 1.75rem;background:var(--color-primary,var(--gc-primary))!important;color:#fff!important;font-size:.9375rem;font-weight:600;letter-spacing:.01em;white-space:normal;line-height:1.2;text-align:center;border:none!important;border-radius:var(--radius-md,var(--gc-radius))!important;cursor:pointer;overflow:hidden;transition:background .2s,transform .15s,box-shadow .2s;text-decoration:none!important;box-shadow:none}.tp-gc-submit .single_add_to_cart_button:hover:not(:disabled){background:var(--color-primary-dark,color-mix(in srgb,var(--color-primary,var(--gc-primary)) 80%,#000))!important;box-shadow:0 6px 20px rgba(0,0,0,.18);transform:translateY(-1px)}.tp-gc-submit .single_add_to_cart_button:active{transform:translateY(0);box-shadow:none}.tp-gc-submit .single_add_to_cart_button:disabled,.tp-gc-submit .single_add_to_cart_button.is-loading{cursor:not-allowed;opacity:.75;transform:none}.tp-gc-submit .single_add_to_cart_button.is-success{background:var(--gc-success,#10b981)!important}.tp-gc-toast{position:fixed;bottom:2rem;left:50%;transform:translateX(-50%)translateY(calc(100% + 2rem));z-index:99999;display:flex;align-items:flex-start;gap:1rem;background:#fff;border-radius:16px;padding:1.25rem 1.5rem;box-shadow:0 8px 40px rgba(0,0,0,.16),0 2px 8px rgba(0,0,0,8%);max-width:420px;width:calc(100vw - 2rem);border-left:4px solid var(--gc-success,#10b981);opacity:0;transition:transform .4s cubic-bezier(.34,1.56,.64,1),opacity .3s ease;pointer-events:none}.tp-gc-toast.is-visible{transform:translateX(-50%)translateY(0);opacity:1;pointer-events:auto}.tp-gc-toast__emoji{font-size:2rem;line-height:1;flex-shrink:0}.tp-gc-toast__body{flex:1;display:flex;flex-direction:column;gap:.25rem}.tp-gc-toast__title{font-size:1rem;font-weight:700;color:var(--gc-text,#1e293b);line-height:1.2}.tp-gc-toast__subtitle{font-size:.875rem;color:var(--gc-muted,#64748b);line-height:1.4}.tp-gc-toast__actions{display:flex;gap:.625rem;margin-top:.625rem;flex-wrap:wrap}.tp-gc-toast__btn{display:inline-flex;align-items:center;padding:.4rem .875rem;border-radius:50px;font-size:.8125rem;font-weight:700;text-decoration:none;transition:opacity .15s;cursor:pointer;border:none;line-height:1}.tp-gc-toast__btn--primary{background:var(--color-primary,var(--gc-primary));color:#fff!important}.tp-gc-toast__btn--secondary{background:0 0;color:var(--gc-muted,#64748b);border:1.5px solid var(--gc-border,#e2e8f0)!important}.tp-gc-toast__btn:hover{opacity:.85}.tp-gc-toast__close{position:absolute;top:.625rem;right:.75rem;background:0 0;border:none;cursor:pointer;color:var(--gc-muted,#64748b);font-size:1rem;line-height:1;padding:.25rem;opacity:.6}.tp-gc-toast__close:hover{opacity:1}.tp-gc-redeem{margin-top:1rem;margin-bottom:.75rem}.tp-gc-redeem__form{}.tp-gc-redeem__input-row{display:flex;gap:.5rem;align-items:stretch}.tp-gc-code-input{flex:1;padding:.625rem .875rem;border:1.5px solid var(--gc-border);border-radius:var(--gc-radius);font-size:.9375rem;background:#fff;font-family:courier new,monospace;text-transform:uppercase;letter-spacing:.05em;transition:border-color .15s}.tp-gc-code-input:focus{outline:none;border-color:var(--gc-accent)}.tp-gc-redeem__btn{padding:.625rem 1.125rem;background:var(--gc-primary)!important;color:#fff!important;border:none!important;border-radius:var(--gc-radius)!important;font-weight:700;font-size:.875rem;cursor:pointer;white-space:nowrap;transition:opacity .15s}.tp-gc-redeem__btn:hover{opacity:.85}.tp-gc-redeem__feedback{margin-top:.5rem;font-size:.875rem;min-height:1.25rem}.tp-gc-redeem__feedback.is-error{color:#dc2626}.tp-gc-redeem__feedback.is-success{color:var(--gc-success)}.tp-gc-redeem__applied{display:flex;align-items:flex-start;gap:.75rem;background:color-mix(in srgb,var(--gc-success) 8%,transparent);border:1.5px solid color-mix(in srgb,var(--gc-success) 30%,transparent);border-radius:var(--gc-radius);padding:.875rem 1rem}.tp-gc-redeem__icon{font-size:1.25rem;flex-shrink:0}.tp-gc-redeem__info{flex:1;display:flex;flex-direction:column;gap:.25rem;font-size:.875rem}.tp-gc-redeem__info strong{font-family:courier new,monospace;font-size:.9375rem}.tp-gc-redeem__discount{color:var(--gc-success);font-weight:600}.tp-gc-redeem__remove{background:0 0;border:none;cursor:pointer;color:var(--gc-muted);font-size:1rem;padding:.125rem;line-height:1;flex-shrink:0}.tp-gc-redeem__remove:hover{color:#dc2626}.tp-gc-redeem__remaining{margin-top:.5rem;font-size:.8125rem;color:var(--gc-muted);padding:.5rem .875rem;background:var(--gc-bg-soft);border-radius:6px}.tp-gc-redeem__covered{margin-top:.5rem;font-size:.875rem;color:var(--gc-success);font-weight:600}.tp-gc-cart-total-row th,.tp-gc-cart-total-row td{color:var(--gc-success)!important}.tp-gc-myaccount{max-width:100%}.tp-gc-myaccount-empty{text-align:center;padding:3rem 1.5rem;color:var(--gc-muted)}.tp-gc-empty-icon{font-size:3rem;display:block;margin-bottom:.75rem}.tp-gc-myaccount-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem;margin-top:1.5rem}.tp-gc-myaccount-card{background:#fff;border:1.5px solid var(--gc-border);border-radius:16px;padding:.75rem;transition:box-shadow .2s;position:relative;overflow:visible}.tp-gc-myaccount-card:hover{box-shadow:0 4px 20px rgba(0,0,0,8%)}.tp-gc-myaccount-card.is-inactive{opacity:.6;filter:grayscale(.4)}.tp-gc-myaccount-card__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.tp-gc-myaccount-card__icon{font-size:1.5rem}.tp-gc-myaccount-card__logo{display:block;max-width:132px;max-height:48px;object-fit:contain}.tp-gc-account-rendered-voucher{width:100%}.tp-gc-account-rendered-voucher img{display:block;width:100%;height:auto;border-radius:18px;box-shadow:0 10px 26px rgba(15,23,42,.14)}.tp-gc-account-rendered-voucher.tp-gc-account-voucher--detail{max-width:760px;margin-bottom:1.25rem}.tp-gc-account-rendered-voucher.tp-gc-account-voucher--detail img{border-radius:28px}.tp-gc-account-voucher{--tp-gc-left:#25a7bf;--tp-gc-right:#111111;--tp-gc-card-text:#ffffff;--tp-gc-amount-size:48px;--tp-gc-code-size:12px;--tp-gc-title-size:30px;--tp-gc-subtitle-size:13px;--tp-gc-footer-size:12px;position:relative;display:grid;grid-template-columns:58% 42%;width:100%;aspect-ratio:16/9;overflow:hidden;border-radius:18px;color:var(--tp-gc-card-text);background:var(--tp-gc-right);box-shadow:0 10px 26px rgba(15,23,42,.14)}.tp-gc-account-voucher::before{content:"";position:absolute;width:68%;height:138%;left:-12%;top:-19%;border-radius:50%;background:linear-gradient(135deg,rgba(255,255,255,.16),transparent 46%),linear-gradient(15deg,transparent 0 22%,rgba(0,0,0,.12) 23% 44%,transparent 45% 100%),linear-gradient(-18deg,transparent 0 18%,rgba(255,255,255,.12) 19% 36%,transparent 37% 100%),var(--tp-gc-left)}.tp-gc-account-voucher::after{content:"";position:absolute;inset:0;background:linear-gradient(128deg,transparent 0 56%,rgba(255,255,255,.035) 56.4% 72%,transparent 72.4%),linear-gradient(42deg,transparent 0 64%,rgba(0,0,0,.26) 64.4% 82%,transparent 82.4%);pointer-events:none}.tp-gc-account-voucher__left,.tp-gc-account-voucher__right{position:relative;z-index:1}.tp-gc-account-voucher__left{display:flex;flex-direction:column;align-items:center;justify-content:center;padding-left:clamp(1rem,4vw,2.25rem);padding-right:clamp(1.5rem,4vw,3rem)}.tp-gc-account-voucher__right{display:flex;flex-direction:column;justify-content:center;padding:clamp(1rem,3vw,2rem);padding-right:clamp(1.4rem,4vw,2.5rem)}.tp-gc-account-voucher__amount{font-size:clamp(1.65rem,var(--tp-gc-amount-size),4rem);font-weight:950;line-height:.9;letter-spacing:0;white-space:nowrap}.tp-gc-account-voucher__code{width:max-content;max-width:100%;margin-top:.7rem;padding:.45rem .65rem;border-radius:8px;background:rgba(255,255,255,.18);font-family:courier new,monospace;font-size:clamp(.58rem,var(--tp-gc-code-size),1rem);font-weight:800;letter-spacing:.08em;overflow-wrap:anywhere}.tp-gc-account-voucher__logo{position:absolute;top:.85rem;right:.85rem;width:clamp(2.6rem,9vw,3.4rem);height:clamp(2.6rem,9vw,3.4rem);border-radius:50%;background:#fff;color:#111;display:flex;align-items:center;justify-content:center;padding:.55rem;font-size:.6rem;font-weight:800;transform:rotate(-12deg)}.tp-gc-account-voucher__logo img{max-width:100%;max-height:100%;object-fit:contain;transform:rotate(12deg)}.tp-gc-account-voucher__title{max-width:100%;font-size:clamp(1rem,var(--tp-gc-title-size),2.5rem);line-height:.92;font-weight:950;text-transform:uppercase;letter-spacing:0}.tp-gc-account-voucher__subtitle,.tp-gc-account-voucher__footer{max-width:34ch;opacity:.82;line-height:1.35}.tp-gc-account-voucher__subtitle{font-size:clamp(.68rem,var(--tp-gc-subtitle-size),1rem);margin-top:.85rem}.tp-gc-account-voucher__footer{font-size:clamp(.65rem,var(--tp-gc-footer-size),.95rem);margin-top:1rem}.tp-gc-account-voucher--detail{max-width:760px;border-radius:28px;margin-bottom:1.25rem}.tp-gc-account-voucher--detail .tp-gc-account-voucher__amount{font-size:var(--tp-gc-amount-size)}.tp-gc-account-voucher--detail .tp-gc-account-voucher__code{font-size:var(--tp-gc-code-size)}.tp-gc-account-voucher--detail .tp-gc-account-voucher__title{font-size:var(--tp-gc-title-size)}.tp-gc-account-voucher--detail .tp-gc-account-voucher__subtitle{font-size:var(--tp-gc-subtitle-size)}.tp-gc-account-voucher--detail .tp-gc-account-voucher__footer{font-size:var(--tp-gc-footer-size)}.tp-gc-myaccount-card__summary{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;margin-top:.9rem}.tp-gc-myaccount-card__logo--detail{max-width:180px;max-height:70px;margin-bottom:1rem}.tp-gc-myaccount-card__title{color:inherit;font-size:.8125rem;font-weight:900;letter-spacing:.06em;line-height:1.25;margin-bottom:.25rem;text-transform:uppercase}.tp-gc-myaccount-card__title--detail{font-size:.9375rem}.tp-gc-myaccount-card__subtitle{color:inherit;font-size:.8125rem;line-height:1.4;margin-bottom:.875rem;opacity:.78}.tp-gc-myaccount-card__subtitle--detail{max-width:520px}.tp-gc-myaccount-card__code{font-family:courier new,monospace;font-size:.9375rem;font-weight:700;letter-spacing:.08em;color:var(--gc-primary);margin-bottom:1rem}.tp-gc-myaccount-card__code--lg{font-size:1.25rem;margin-bottom:1.25rem}.tp-gc-myaccount-card__amounts{display:flex;gap:1rem;margin-bottom:.75rem;flex-wrap:wrap}.tp-gc-myaccount-card__balance{display:flex;flex-direction:column;gap:.2rem}.tp-gc-myaccount-card__balance-label{font-size:.75rem;color:var(--gc-muted);text-transform:uppercase;letter-spacing:.08em}.tp-gc-myaccount-card__balance-value{font-size:1.75rem;font-weight:900;color:var(--gc-accent);line-height:1}.tp-gc-myaccount-card__initial{font-size:.8125rem;color:var(--gc-muted);align-self:flex-end;padding-bottom:.25rem}.tp-gc-myaccount-card__role{display:inline-flex;align-items:center;width:fit-content;margin-top:.75rem;padding:.25rem .5rem;border-radius:999px;background:#e0f2fe;color:#0369a1;font-size:.75rem;font-weight:700}.tp-gc-myaccount-card__message{font-size:.875rem;color:var(--gc-muted);font-style:italic;background:var(--gc-bg-soft);border-radius:8px;padding:.625rem .875rem;margin-top:.75rem;line-height:1.5}.tp-gc-myaccount-card__from{display:block;margin-top:.25rem;font-style:normal;font-weight:600;color:var(--gc-text);font-size:.8125rem}.tp-gc-myaccount-card__expires{font-size:.8125rem;color:var(--gc-muted);margin-top:.5rem}.tp-gc-myaccount-card__footer-text{color:inherit;font-size:.8125rem;line-height:1.4;margin-top:.75rem;opacity:.78}.tp-gc-myaccount-card__footer{margin-top:1rem;padding-top:.75rem;border-top:1px solid var(--gc-border)}.tp-gc-myaccount-card__link{font-size:.875rem;font-weight:600;color:var(--gc-accent);text-decoration:none}.tp-gc-myaccount-card__link:hover{text-decoration:underline}.tp-gc-myaccount-card__downloads,.tp-gc-myaccount-downloads{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:.75rem}.tp-gc-myaccount-card__downloads a{font-size:.75rem;font-weight:700;color:var(--gc-primary);background:#f1f5f9;border-radius:6px;padding:.35rem .55rem;text-decoration:none}.tp-gc-myaccount-card__downloads a:hover{background:#e2e8f0}.tp-gc-myaccount-downloads{margin:-1rem 0 1.5rem}.tp-gc-myaccount-detail-header{margin-bottom:1.25rem}.tp-gc-back-link{font-size:.875rem;color:var(--gc-muted);text-decoration:none;font-weight:600}.tp-gc-back-link:hover{color:var(--gc-text)}.tp-gc-myaccount-detail-card{background:#fff;border:1.5px solid var(--gc-border);border-radius:16px;padding:1.25rem;color:var(--gc-text);margin-bottom:1.75rem;max-width:760px}.tp-gc-myaccount-card__balance-value--secondary{color:var(--gc-text)}.tp-gc-movements-list{display:flex;flex-direction:column;gap:.75rem;margin-top:1rem}.tp-gc-movement-row{display:flex;align-items:center;gap:.875rem;background:#fff;border:1px solid var(--gc-border);border-radius:var(--gc-radius);padding:.875rem 1rem;font-size:.875rem}.tp-gc-movement-icon{font-size:1.125rem;flex-shrink:0}.tp-gc-movement-info{flex:1;display:flex;flex-direction:column;gap:.2rem}.tp-gc-movement-label{font-weight:600;color:var(--gc-text)}.tp-gc-movement-date{font-size:.75rem;color:var(--gc-muted)}.tp-gc-movement-amounts{text-align:right;display:flex;flex-direction:column;gap:.2rem}.tp-gc-movement-amount{font-weight:700;font-size:1rem}.tp-gc-movement-row--credit .tp-gc-movement-amount{color:var(--gc-success)}.tp-gc-movement-row--debit .tp-gc-movement-amount{color:#dc2626}.tp-gc-movement-row--refund .tp-gc-movement-amount{color:var(--gc-accent)}.tp-gc-movement-balance{font-size:.75rem;color:var(--gc-muted)}.tp-gc-balance-bar{height:6px;background:var(--gc-border);border-radius:50px;overflow:hidden;margin-top:.625rem}.tp-gc-balance-bar__fill{height:100%;background:linear-gradient(90deg,var(--gc-accent),var(--gc-success));border-radius:50px;transition:width .4s ease}.tp-gc-badge{display:inline-flex;align-items:center;padding:.25rem .625rem;border-radius:50px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.tp-gc-badge--active{background:color-mix(in srgb,var(--gc-success) 15%,transparent);color:var(--gc-success)}.tp-gc-badge--redeemed{background:#ede9fe;color:#7c3aed}.tp-gc-badge--disabled{background:#f1f5f9;color:var(--gc-muted)}.tp-gc-badge--credit{background:color-mix(in srgb,var(--gc-success) 15%,transparent);color:var(--gc-success)}.tp-gc-badge--debit{background:#fef2f2;color:#dc2626}.tp-gc-badge--refund{background:#ede9fe;color:#7c3aed}