*,
*::before,
*::after {
    box-sizing: border-box; margin: 0; padding: 0;
}
up { display: block; }
left { display: inline; }
:root {
    --bg: #f5f0eb;
    --white: #ffffff;
    --text: #1a1a1a;
    --text-muted: #6b6b6b;
    --text-light: #999;
    --accent: #2D6A4F;
    --accent-light: #40916C;
    --accent-bg: #d8f3dc;
    --accent-dark: #1B4332;
    --border: #e0dcd7;
    --card-bg: #ffffff;
    --card-shadow: 0 2px 12px rgba(0,0,0,0.06);
    --danger: #c62828;
    --danger-bg: #fde8e8;
    --success: #2e7d32;
    --success-bg: #e8f5e9;
    --warning: #e6a817;
    --radius: 12px;
    --max-w: 1400px;
    --content-w: 92%;
    --header-h: 56px;
    --mobile-nav-h: 38px;
    --font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    --grad: linear-gradient(90deg, #2D6A4F, #C9A84C, #3B82F6, #F97316, #2D6A4F);
    --accent-gold: color-mix(in srgb, #C9A84C 72%, var(--accent) 28%);
    --bg-alt: #f0f0ec;
    --warning-bg: #fef3cd;
    --warning-text: #856404;
}
@keyframes gradientShift { 0% { background-position: 0% 50%; } 100% { background-position: 200% 50%; } }
@keyframes fadeIn { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
@keyframes pricePop { 0% { transform: scale(1); } 50% { transform: scale(1.15); } 100% { transform: scale(1); } }
html {
    font-size: 15px;
}
body {
    font-family: var(--font); color: var(--text); background: var(--bg); min-height: 100vh; display: flex; flex-direction: column; -webkit-font-smoothing: antialiased;
}
a {
    color: inherit; text-decoration: none;
}
button {
    font-family: inherit; cursor: pointer; border: none; background: none;
}
img {
    max-width: 100%; display: block;
}
#z3NHtX4uDJi3152GxwOuq {
    position: sticky;
    top: 0;
    z-index: 100;
    width: 100%;
    background: var(--white);
    box-shadow: 0 2px 12px rgba(0,0,0,0.04);
    height: var(--header-h);
}
#z3NHtX4uDJi3152GxwOuq::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: var(--grad);
    background-size: 300% 100%;
    animation: gradientShift 4s linear infinite;
    z-index: 101;
}
#z3NHtX4uDJi3152GxwOuq::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 2px;
    background: var(--grad);
    background-size: 300% 100%;
    animation: gradientShift 4s linear infinite;
    z-index: 101;
}
.D09Qlie3zlL99bisDgC4B {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: var(--max-w);
    width: var(--content-w);
    margin: 0 auto;
    height: 100%;
    box-sizing: border-box;
}
.H4DbAAwcBhGbFjPyM676C {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    flex: 1;
    min-width: 0;
}
.Js4enkpAzbT0banqjdRCk {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    line-height: 1.1;
    color: var(--text);
    white-space: nowrap;
    text-decoration: none;
}
.KeiAazQSBISap7SMzmwOh {
    font-family: "Times New Roman", serif;
    font-size: 1.45rem;
    color: #000;
    font-weight: bold;
    letter-spacing: 0.5px;
}
.N45SWsJt3d4Zu9OGSnstX {
    font-family: "Brush Script MT", "Lucida Handwriting", "Segoe Print", "Snell Roundhand", cursive;
    font-size: 0.95rem;
    font-style: italic;
    color: var(--accent-gold);
    font-weight: bold;
    margin-top: 1px;
    letter-spacing: 0.5px;
}
.NEdyUaRzb7b2Zp7tLKN5o {
    display: flex;
    align-items: center;
    gap: 28px;
    flex-shrink: 0;
}
.NEdyUaRzb7b2Zp7tLKN5o > a,
.NEdyUaRzb7b2Zp7tLKN5o > span {
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--text-muted);
    cursor: pointer;
    padding: 4px 0;
    position: relative;
    transition: color 0.2s;
    letter-spacing: 0.3px;
}
.NEdyUaRzb7b2Zp7tLKN5o > a:hover,
.NEdyUaRzb7b2Zp7tLKN5o > span:hover {
    color: var(--text);
}
.NEdyUaRzb7b2Zp7tLKN5o > a.W0mcz4Nd6KFVjdTyB9bdX,
.NEdyUaRzb7b2Zp7tLKN5o > span.W0mcz4Nd6KFVjdTyB9bdX {
    color: var(--text);
}
.NEdyUaRzb7b2Zp7tLKN5o > a.W0mcz4Nd6KFVjdTyB9bdX::after,
.NEdyUaRzb7b2Zp7tLKN5o > span.W0mcz4Nd6KFVjdTyB9bdX::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--grad);
    background-size: 200% 100%;
    animation: gradientShift 3s linear infinite;
    border-radius: 2px;
}
.TBTUq0qWDSzEYBEi7U4s7 {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1;
    justify-content: flex-end;
}
.TBTUq0qWDSzEYBEi7U4s7 > a,
.TBTUq0qWDSzEYBEi7U4s7 > button,
.TBTUq0qWDSzEYBEi7U4s7 > span {
    border: 1px solid var(--border);
    background: var(--card-bg);
    padding: 0;
    text-decoration: none;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    color: var(--text-muted);
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.22,1,0.36,1);
    position: relative;
    box-shadow: 0 1px 4px rgba(0,0,0,0.04);
}
.TBTUq0qWDSzEYBEi7U4s7 > a:hover,
.TBTUq0qWDSzEYBEi7U4s7 > button:hover,
.TBTUq0qWDSzEYBEi7U4s7 > span:hover {
    background: var(--accent-dark);
    color: #fff;
    border-color: var(--accent-dark);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(45,106,79,0.2);
}
.bEfUshJb2QV8jlRqcujbS {
    position: absolute;
    top: 0;
    right: -2px;
    background: var(--accent);
    color: #fff;
    font-size: 0.55rem;
    font-weight: 700;
    min-width: 16px;
    height: 16px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
#uXzIWgGcVvw4JcHiY8xBZ {
    flex: 1 0 auto; display: flex; flex-direction: column; align-items: center; justify-content: center; width: var(--content-w, 92%); max-width: var(--max-w, 1400px); margin: 0 auto; padding: 32px 0; min-height: calc(100vh - var(--header-h) - var(--header-h));
}
#uXzIWgGcVvw4JcHiY8xBZ > * {
    width: 100%; max-width: 100%;
}
::-webkit-scrollbar {
    width: 6px;
}
::-webkit-scrollbar-track {
    background: transparent;
}
::-webkit-scrollbar-thumb {
    background: var(--border); border-radius: 3px;
}
::-webkit-scrollbar-thumb:hover {
    background: var(--text-light);
}
@media (max-width: 768px) {
#z3NHtX4uDJi3152GxwOuq {
    padding: 0 12px;
}
}
@media (max-width: 480px) {
:root {
    --content-w: 95%;
}
html {
    font-size: 14px;
}
#z3NHtX4uDJi3152GxwOuq {
    padding: 0 12px;
}
}
@keyframes trackPulse {
    0%, 80%, 100% { opacity: 0.3; transform: scale(0.8); }
    40% { opacity: 1; transform: scale(1.1); }
}
@keyframes cardFloatUp {
    0% { opacity: 0; transform: translateY(40px) scale(0.97); }
    60% { opacity: 1; transform: translateY(-4px) scale(1.005); }
    100% { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes slideReveal {
    0% { opacity: 0; transform: translateX(-30px); }
    100% { opacity: 1; transform: translateX(0); }
}
@keyframes manifestoFade {
    0% { opacity: 0; transform: translateY(20px) scale(0.98); }
    100% { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes trustBadgeGlow {
    0%, 100% { box-shadow: 0 2px 16px rgba(45,106,79,0.06); }
    50% { box-shadow: 0 4px 24px rgba(45,106,79,0.12); }
}
@keyframes stepPulse {
    0%, 100% { box-shadow: 0 3px 12px rgba(45,106,79,0.3); }
    50% { box-shadow: 0 0 0 6px rgba(45,106,79,0.12), 0 3px 12px rgba(45,106,79,0.3); }
}
@keyframes ambientGlow {
    0%, 100% { box-shadow: 0 8px 40px rgba(45,106,79,0.07), 0 0 80px rgba(45,106,79,0.03); }
    50% { box-shadow: 0 12px 48px rgba(45,106,79,0.1), 0 0 100px rgba(45,106,79,0.05); }
}
@property --legFlowAngle{
    syntax: "<angle>";
    inherits: false;
    initial-value: 0deg;
}
@keyframes legFlow{ to { --legFlowAngle: 360deg; } }
@keyframes legPulse{ 0%,100% { opacity: 0.82; } 50% { opacity: 1; } }
@keyframes co-spin { to { transform: rotate(360deg); } }
@media (max-width: 768px) {
#uXzIWgGcVvw4JcHiY8xBZ {
    padding: 16px 0 32px !important;
}
}
@media (max-width: 400px) {
:root {
    --content-w: 98%;
}
}
@keyframes discountPop {
    0% { transform: scale(1); }
    50% { transform: scale(1.12); }
    100% { transform: scale(1); }
}
@media (prefers-reduced-motion: reduce) {
* {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
*::before {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
*::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}
@keyframes pc-price-pulse{0%{transform:scale(1.15) translateY(-2px);color:var(--accent-dark)}100%{transform:scale(1) translateY(0)}}
@keyframes plTwinkle{
    0%,100%{opacity:0.15}
    50%{opacity:1}
}
@keyframes plBelt{
    0%{background-position:0% 50%}
    100%{background-position:400% 50%}
}
@keyframes plBeltV{
    0%{background-position:50% 0%}
    100%{background-position:50% 400%}
}
@keyframes plDash{
    0%{background-position:0 0}
    100%{background-position:20px 0}
}
@keyframes plFlicker{
    0%,100%{background:#39ff14;box-shadow:0 0 16px rgba(57,255,20,0.5)}
    50%{background:#00f0ff;box-shadow:0 0 16px rgba(0,240,255,0.5)}
}
@keyframes plBob{
    0%,100%{transform:translateY(0)}
    50%{transform:translateY(-4px)}
}
@keyframes plPulse{
    0%,100%{transform:scale(1);box-shadow:0 0 12px rgba(255,230,0,0.4)}
    50%{transform:scale(1.15);box-shadow:0 0 20px rgba(255,230,0,0.7)}
}
@keyframes plRoll{
    0%{transform:rotate(0)}
    100%{transform:rotate(360deg)}
}
@keyframes plSwing{
    0%,100%{transform:rotate(-25deg)}
    50%{transform:rotate(35deg)}
}
@keyframes plFlap{
    0%,30%{transform:rotateX(0)}
    50%{transform:rotateX(80deg);opacity:0.5}
    70%,100%{transform:rotateX(0);opacity:1}
}
@keyframes plDrop{
    0%{opacity:1;transform:translateY(0)}
    40%{opacity:1;transform:translateY(45px)}
    50%{opacity:0;transform:translateY(55px)}
    100%{opacity:0;transform:translateY(0)}
}
@keyframes plFly{
    0%{
        transform: translate(0, 0) scale(0.85);
        opacity: 0;
    }
    10%{
        transform: translate(40px, -5px) scale(1);
        opacity: 1;
    }
    35%{
        transform: translate(320px, 180px) scale(1);
        opacity: 1;
    }
    60%{
        transform: translate(650px, 175px) scale(1);
        opacity: 1;
    }
    85%{
        transform: translate(980px, 60px) scale(0.95);
        opacity: 1;
    }
    98%{
        transform: translate(1150px, 10px) scale(0.8);
        opacity: 0;
    }
    100%{
        transform: translate(0, 0) scale(0.85);
        opacity: 0;
    }
}
@keyframes plCloudD{
    0%{transform:translateX(-15px);opacity:0}
    20%{opacity:0.5}
    80%{opacity:0.5}
    100%{transform:translateX(15px);opacity:0}
}
@keyframes plChute{
    0%, 30%{
        transform: translateX(-50%) translateY(0) scale(0.4);
        opacity: 0;
    }
    35%{
        transform: translateX(-50%) translateY(15px) scale(0.9);
        opacity: 1;
    }
    50%{
        transform: translateX(-40%) translateY(65px) rotate(8deg);
        opacity: 1;
    }
    65%{
        transform: translateX(-60%) translateY(115px) rotate(-8deg);
        opacity: 1;
    }
    80%{
        transform: translateX(-50%) translateY(165px) rotate(2deg);
        opacity: 1;
    }
    88%{
        transform: translateX(-50%) translateY(185px) rotate(0deg) scale(0.95);
        opacity: 0.9;
    }
    94%{
        transform: translateX(-50%) translateY(190px) scale(0.9);
        opacity: 0;
    }
    100%{
        transform: translateX(-50%) translateY(0) scale(0.4);
        opacity: 0;
    }
}
@keyframes plDoorGlow{
    0%,100%{box-shadow:0 0 10px rgba(255,230,0,0.4)}
    50%{box-shadow:0 0 20px rgba(255,230,0,0.8)}
}
@keyframes plWave{
    0%,100%{transform:rotate(0)}
    25%{transform:rotate(-5deg)}
    75%{transform:rotate(5deg)}
}
@keyframes plHeart{
    0%,40%{opacity:0;transform:rotate(45deg) scale(0) translateY(0)}
    60%{opacity:1;transform:rotate(45deg) scale(1) translateY(-10px)}
    100%{opacity:0;transform:rotate(45deg) scale(1.3) translateY(-20px)}
}
@keyframes plInputGlow{
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes rvBass{
    0%,100%{transform:translate(-50%,-50%) scale(1)}
    50%{transform:translate(-50%,-50%) scale(1.3)}
}
@keyframes rvBeam{
    0%,100%{transform:rotate(-20deg);opacity:0.4}
    50%{transform:rotate(20deg);opacity:1}
}
@keyframes rvDance1{
    0%,100%{transform:translateY(0) rotate(0)}
    25%{transform:translateY(-10px) rotate(-5deg)}
    50%{transform:translateY(-2px) rotate(0)}
    75%{transform:translateY(-12px) rotate(5deg)}
}
@keyframes rvDance2{
    0%,100%{transform:translateY(0) rotate(0)}
    30%{transform:translateY(-14px) rotate(6deg)}
    60%{transform:translateY(-3px) rotate(-4deg)}
    80%{transform:translateY(-8px) rotate(3deg)}
}
@keyframes rvFall{
    0%{top:-10px;opacity:0;transform:rotate(0) translateX(0)}
    10%{opacity:0.9}
    100%{top:110%;opacity:0;transform:rotate(720deg) translateX(30px)}
}
.tU3RJzbuQKUadRI222ufM {
    position: relative;
    width: 100%;
    max-width: 100%;
    z-index: 1;
    background: radial-gradient(122% 92% at 50% 0%, rgba(27, 67, 50, 0.60) 0%, rgba(18, 18, 18, 0.80) 56%, rgba(9, 9, 9, 0.90) 100%);
    border: 1px solid rgba(201, 168, 76, 0.20);
    border-radius: 26px;
    box-shadow: 0 26px 70px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px 18px;
    box-sizing: border-box;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    overflow: hidden;
}
.tU3RJzbuQKUadRI222ufM[data-gs="1"] {
    opacity: 1;
    pointer-events: auto;
}
.fPd9aLoItWltjUYSzBFfS {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    opacity: 0.6;
    z-index: 0;
}
.Jhp2GRCzxfPG1x9SRvNmh {
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    opacity: 0;
}
.praGo2AQfnadl6kvVjlqR {left:6%;width:22px;height:30px;background-image:var(--wl1);animation:leafFallA 19s linear -3s infinite}
.MgmR22Dv4dyFcSPAnfi4g {left:17%;width:15px;height:20px;background-image:var(--wl2);animation:leafFallB 24s linear -11s infinite}
.XMBYeeoQJSYsemGVyOiA0 {left:28%;width:27px;height:37px;background-image:var(--wl3);animation:leafFallC 16s linear -7s infinite}
.a8VtmbY87Ji8OGH4fRuPK {left:39%;width:18px;height:25px;background-image:var(--wl4);animation:leafFallA 22s linear -17s infinite}
.roh4wjqj08wzuZlOFze94 {left:50%;width:13px;height:18px;background-image:var(--wl1);animation:leafFallB 26s linear -1s infinite}
.rhFhDwhbv5r9mbz9FHxLQ {left:61%;width:24px;height:33px;background-image:var(--wl2);animation:leafFallC 18s linear -13s infinite}
.sJUIqjExnuP5kBWu5Whwj {left:70%;width:16px;height:22px;background-image:var(--wl3);animation:leafFallA 25s linear -9s infinite}
.vPFVUHYE8G1aMcNZLxdVw {left:79%;width:29px;height:40px;background-image:var(--wl4);animation:leafFallB 15s linear -20s infinite}
.fsguJrJsuaKi5jH228P7a {left:88%;width:19px;height:26px;background-image:var(--wl1);animation:leafFallC 21s linear -5s infinite}
.R9PcBoqf0wTokgO0eHzMN {left:94%;width:14px;height:19px;background-image:var(--wl3);animation:leafFallA 23s linear -15s infinite}
@keyframes leafFallA {
    0% { top: -20%; transform: translate3d(0, 0, 0) rotate(-10deg); opacity: 0; animation-timing-function: ease-in-out; }
    14% { opacity: 0.34; }
    32% { top: 20%; transform: translate3d(17px, 0, 0) rotate(48deg); animation-timing-function: ease-in-out; }
    58% { top: 52%; transform: translate3d(-13px, 0, 0) rotate(124deg); animation-timing-function: ease-in-out; }
    84% { top: 84%; transform: translate3d(11px, 0, 0) rotate(198deg); opacity: 0.3; animation-timing-function: ease-in-out; }
    100% { top: 118%; transform: translate3d(-4px, 0, 0) rotate(246deg); opacity: 0; }
}
@keyframes leafFallB {
    0% { top: -22%; transform: translate3d(0, 0, 0) rotate(12deg); opacity: 0; animation-timing-function: ease-in-out; }
    16% { opacity: 0.27; }
    30% { top: 18%; transform: translate3d(-22px, 0, 0) rotate(-24deg); animation-timing-function: ease-in-out; }
    55% { top: 48%; transform: translate3d(19px, 0, 0) rotate(38deg); animation-timing-function: ease-in-out; }
    80% { top: 80%; transform: translate3d(-16px, 0, 0) rotate(-14deg); opacity: 0.23; animation-timing-function: ease-in-out; }
    100% { top: 120%; transform: translate3d(6px, 0, 0) rotate(26deg); opacity: 0; }
}
@keyframes leafFallC {
    0% { top: -18%; transform: translate3d(0, 0, 0) rotate(0deg); opacity: 0; animation-timing-function: ease-in-out; }
    12% { opacity: 0.31; }
    36% { top: 24%; transform: translate3d(-14px, 0, 0) rotate(-72deg); animation-timing-function: ease-in-out; }
    64% { top: 58%; transform: translate3d(15px, 0, 0) rotate(-156deg); animation-timing-function: ease-in-out; }
    88% { top: 90%; transform: translate3d(-9px, 0, 0) rotate(-232deg); opacity: 0.25; animation-timing-function: ease-in-out; }
    100% { top: 117%; transform: translate3d(3px, 0, 0) rotate(-268deg); opacity: 0; }
}
@media (prefers-reduced-motion: reduce) {
.fPd9aLoItWltjUYSzBFfS {
        display: none;
    }
}
.E2qy7DXvBrKg2iEyhI0hB {
    position: relative;
    z-index: 1;
    max-width: 500px;
    width: 100%;
    display: flex;
    flex-direction: column;
    background: var(--card-bg);
    border: 1px solid var(--accent-gold);
    border-radius: 22px;
    box-shadow: 0 32px 90px rgba(0, 0, 0, 0.45), 0 8px 24px rgba(0, 0, 0, 0.22), 0 0 0 1px rgba(201, 168, 76, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.65);
    overflow: hidden;
    color: var(--text);
    margin: 0 auto;
    max-height: calc(100vh - var(--header-h) * 2 - 112px);
    max-height: max(calc(100dvh - var(--header-h) * 2 - 112px), 360px);
    animation: welcomePop 0.62s cubic-bezier(0.16, 1, 0.3, 1) 0.08s both;
}
@keyframes welcomePop {
    0% { transform: scale(0.94) translateY(26px); opacity: 0; }
    100% { transform: scale(1) translateY(0); opacity: 1; }
}
.cgwxgYzWOGYE0ePoxONUw {
    position: relative;
    width: 100%;
    flex-shrink: 0;
    padding: 20px 20px 16px;
    background: linear-gradient(158deg, color-mix(in srgb, var(--accent-dark) 60%, #000000 40%) 0%, var(--accent-dark) 46%, var(--accent) 100%);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border-bottom: 2px solid var(--accent-gold);
}
.cgwxgYzWOGYE0ePoxONUw::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--accent-gold), transparent);
    background-size: 300% 100%;
    animation: gradientShift 4s linear infinite;
}
.dAPK55XWisIWITJMBWLd3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.09;
    pointer-events: none;
    line-height: 0;
    z-index: 0;
}
.dAPK55XWisIWITJMBWLd3 img {
    display: block;
}
.LcbTkidb7io7lE2apDEQx {
    position: relative;
    z-index: 1;
    flex-shrink: 0;
    line-height: 1;
    font-size: 1.02rem;
    font-weight: 800;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    color: var(--accent-gold);
}
.LcbTkidb7io7lE2apDEQx img {
    display: block;
}
.wg0qORMIZrlNVDPSkedIz {
    position: relative;
    z-index: 1;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 15px;
    opacity: 0.7;
    line-height: 0;
}
.uEYMcW7lBdg3vCcbBQsYw {
    position: relative;
    z-index: 1;
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.97);
    border: 2px solid var(--accent-gold);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.34), 0 0 0 7px rgba(201, 168, 76, 0.15), 0 0 0 8px rgba(201, 168, 76, 0.08);
}
.Hnot9fiOfFw33l2CRyb69 {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
    scrollbar-color: rgba(201, 168, 76, 0.55) transparent;
    padding: 24px 26px 22px;
    box-sizing: border-box;
}
.Hnot9fiOfFw33l2CRyb69::-webkit-scrollbar {
    width: 6px;
}
.Hnot9fiOfFw33l2CRyb69::-webkit-scrollbar-thumb {
    background: rgba(201, 168, 76, 0.55);
    border-radius: 3px;
}
.v0ZBQZU7wCGCmAA8j71mn {
    font-family: var(--font);
    font-size: 1.5rem;
    font-weight: 800;
    text-align: center;
    color: var(--text);
    letter-spacing: -0.2px;
    line-height: 1.18;
    margin-bottom: 7px;
}
.laQUbgdFfjFGtuPQDhbSP {
    font-size: 0.97rem;
    color: var(--text-muted);
    text-align: center;
    margin: 0 auto 16px;
    max-width: 44ch;
    line-height: 1.55;
}
.g1VSrs6gJWVCvQ93zaCVx {
    position: relative;
    background: linear-gradient(180deg, rgba(201, 168, 76, 0.07), rgba(201, 168, 76, 0.02));
    border: 1px solid rgba(201, 168, 76, 0.34);
    border-left: 3px solid var(--accent-gold);
    border-radius: 12px;
    padding: 13px 15px;
    margin-bottom: 16px;
    font-size: 0.88rem;
    color: var(--text);
    line-height: 1.58;
}
.g1VSrs6gJWVCvQ93zaCVx .Wp9dRmK2bXtvLn4Zs8Qc7 {
    margin-bottom: 6px;
}
.g1VSrs6gJWVCvQ93zaCVx .Wp9dRmK2bXtvLn4Zs8Qc7:last-child {
    margin-bottom: 0;
}
.USt7R3p3V0xxqav7cVmdj {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 16px;
}
.FJ2bEDk10nUi39UOCCstJ {
    display: flex;
    gap: 12px;
    align-items: center;
    font-size: 12.8px;
    line-height: 1.4;
    color: var(--text);
    background: var(--bg-alt);
    padding: 9px 13px;
    border-radius: 10px;
    border: 1px solid var(--border);
    border-left: 2px solid rgba(201, 168, 76, 0.4);
    transition: border-left-color 0.25s, background 0.25s;
}
.FJ2bEDk10nUi39UOCCstJ:hover {
    border-left-color: var(--accent-gold);
    background: rgba(201, 168, 76, 0.06);
}
.Bk1rAx6OAEdKrWuFJ7zJi {
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background: linear-gradient(140deg, var(--accent-dark), var(--accent));
    color: var(--accent-gold);
    font-size: 11.5px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 0 0 1px rgba(201, 168, 76, 0.5), 0 2px 6px rgba(27, 67, 50, 0.3);
}
.GGYOagPqeFmEPseQQbIol {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px 20px;
    font-size: 12px;
    font-weight: 600;
    color: var(--accent);
    margin: 0 0 14px;
    padding-top: 14px;
    border-top: 1px solid var(--border);
}
.GGYOagPqeFmEPseQQbIol a {
    text-decoration: underline;
    opacity: 0.85;
    transition: opacity 0.2s;
}
.GGYOagPqeFmEPseQQbIol a:hover {
    opacity: 1;
}
.JwskaIAiXMcls9KsIffQV {
    flex-shrink: 0;
    z-index: 2;
    width: auto;
    margin: 14px 26px 20px;
    padding: 15px 18px;
    border-radius: 14px;
    background: linear-gradient(135deg, #b8933a 0%, #C9A84C 32%, #f0d488 52%, #C9A84C 72%, #b8933a 100%);
    background-size: 220% 100%;
    background-position: 0% 50%;
    color: #1a1a1a;
    font-size: 13.5px;
    font-weight: 800;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    box-shadow: 0 8px 24px rgba(201, 168, 76, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.45);
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s, background-position 0.55s ease, opacity 0.2s;
    border: 1px solid rgba(26, 26, 26, 0.12);
    overflow: hidden;
}
.JwskaIAiXMcls9KsIffQV:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 34px rgba(201, 168, 76, 0.58), inset 0 1px 0 rgba(255, 255, 255, 0.55);
    background-position: 100% 50%;
}
.JwskaIAiXMcls9KsIffQV:active {
    transform: translateY(0);
    box-shadow: 0 5px 16px rgba(201, 168, 76, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.35);
}
.JwskaIAiXMcls9KsIffQV:focus-visible {
    outline: 2px solid var(--accent-dark);
    outline-offset: 3px;
}
.JwskaIAiXMcls9KsIffQV[data-bs="1"] {
    cursor: progress;
    animation: welcomeBusy 1.15s ease-in-out infinite;
}
.JwskaIAiXMcls9KsIffQV:disabled {
    transform: none;
    opacity: 0.72;
    cursor: default;
}
@keyframes welcomeBusy {
    0%, 100% { opacity: 0.62; }
    50% { opacity: 1; }
}
.kVaPAOrkjhF7Aa4DzlPGA {
    text-align: center;
    font-size: 10.5px;
    letter-spacing: 0.3px;
    line-height: 1.5;
    color: var(--text-light);
    margin: 0 0 12px;
}
.tU3RJzbuQKUadRI222ufM[data-gp="1"] {
    animation: welcomeNudge 0.62s cubic-bezier(0.34, 1.56, 0.64, 1);
}
@keyframes welcomeNudge {
    0%, 100% { border-color: rgba(201, 168, 76, 0.20); box-shadow: 0 26px 70px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.05); }
    45% { border-color: rgba(201, 168, 76, 0.85); box-shadow: 0 26px 70px rgba(0, 0, 0, 0.28), 0 0 0 4px rgba(201, 168, 76, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.05); }
}
.vCIqfUNnLGcKpxdpRZkDT {
    display: none;
    width: var(--content-w, 92%);
    max-width: var(--max-w, 1400px);
    margin: 0 auto;
    padding: 16px 0 0;
    box-sizing: border-box;
}
.vCIqfUNnLGcKpxdpRZkDT[data-gs="1"] {
    display: block;
}
.qXU1xW2WLQU3HnR8KWLTs {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 10px 18px;
    border-radius: 10px;
    border: 1.5px solid var(--accent-gold);
    background: var(--card-bg);
    color: var(--accent);
    font-family: var(--font);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
    transition: background 0.2s, box-shadow 0.2s, transform 0.2s;
}
.qXU1xW2WLQU3HnR8KWLTs:hover {
    background: rgba(201, 168, 76, 0.10);
    box-shadow: 0 6px 18px rgba(201, 168, 76, 0.24);
    transform: translateY(-1px);
}
.qXU1xW2WLQU3HnR8KWLTs:active {
    transform: translateY(0);
}
.qXU1xW2WLQU3HnR8KWLTs:focus-visible {
    outline: 2px solid var(--accent-dark);
    outline-offset: 3px;
}
#z3NHtX4uDJi3152GxwOuq[data-wl="1"] .NEdyUaRzb7b2Zp7tLKN5o span,
#z3NHtX4uDJi3152GxwOuq[data-wl="1"] .TBTUq0qWDSzEYBEi7U4s7 > span {
    opacity: 0.4;
    cursor: not-allowed;
}
body:has(#tU3RJzbuQKUadRI222ufM) [data-lbl-qty] {
    display: none;
}
#z3NHtX4uDJi3152GxwOuq[data-wl="1"] ~ [data-lbl-qty] {
    display: none;
}
@media (max-width: 768px) {
#z3NHtX4uDJi3152GxwOuq {
        height: 52px;
    }
.D09Qlie3zlL99bisDgC4B {
        padding: 0 10px;
        width: 100%;
    }
.KeiAazQSBISap7SMzmwOh {
        font-size: 1.15rem;
    }
.N45SWsJt3d4Zu9OGSnstX {
        display: none;
    }
.TBTUq0qWDSzEYBEi7U4s7 {
        display: flex;
        align-items: center;
        gap: 14px;
    }
.TBTUq0qWDSzEYBEi7U4s7 > span {
        width: 38px;
        height: 38px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 8px;
        background: rgba(0, 0, 0, 0.03);
    }
.E2qy7DXvBrKg2iEyhI0hB {
        max-width: 100%;
        border-radius: 18px;
        max-height: calc(100vh - var(--header-h) * 2 - 128px);
        max-height: max(calc(100dvh - var(--header-h) * 2 - 128px), 320px);
    }
.fPd9aLoItWltjUYSzBFfS {
        display: none;
    }
.tU3RJzbuQKUadRI222ufM {
        padding: 20px 12px;
        border-radius: 18px;
    }
.cgwxgYzWOGYE0ePoxONUw {
        padding: 20px 16px 16px;
        gap: 9px;
    }
.uEYMcW7lBdg3vCcbBQsYw {
        width: 52px;
        height: 52px;
    }
.Hnot9fiOfFw33l2CRyb69 {
        padding: 20px 18px 4px;
    }
.cgwxgYzWOGYE0ePoxONUw {
        padding: 12px 16px 10px;
    }
.g1VSrs6gJWVCvQ93zaCVx {
        display: none;
    }
.JwskaIAiXMcls9KsIffQV {
        margin: 12px 18px 16px;
    }
.v0ZBQZU7wCGCmAA8j71mn {
        font-size: 1.36rem;
    }
#z3NHtX4uDJi3152GxwOuq[data-wl="1"] {
        display: none;
    }
.E2qy7DXvBrKg2iEyhI0hB {
        max-height: calc(100dvh - 8px);
    }
}
@media (max-width: 768px) {
.N45SWsJt3d4Zu9OGSnstX { color:#4d5f36 !important; opacity:1 !important; font-weight:600 !important; font-style:normal !important; }
.TBTUq0qWDSzEYBEi7U4s7 > a {
    border:1.5px solid var(--accent) !important; color:var(--accent) !important; background:#ffffff !important;
    box-shadow:0 1px 2px rgba(0,0,0,0.10) !important;
  }
.TBTUq0qWDSzEYBEi7U4s7 > button {
    border:1.5px solid var(--accent) !important; color:var(--accent) !important; background:#ffffff !important;
    box-shadow:0 1px 2px rgba(0,0,0,0.10) !important;
  }
.TBTUq0qWDSzEYBEi7U4s7 > span {
    border:1.5px solid var(--accent) !important; color:var(--accent) !important; background:#ffffff !important;
    box-shadow:0 1px 2px rgba(0,0,0,0.10) !important;
  }
}
.N45SWsJt3d4Zu9OGSnstX { color:#4d5f36; }
@media (max-width:768px) {
@keyframes thRoll { to{ transform:rotate(360deg); } }
@keyframes thMove { 0%{ left:8%; opacity:0; } 10%{ opacity:1; } 86%{ opacity:1; } 100%{ left:80%; opacity:0; } }
}
@media (max-width:768px) {
@keyframes thRide {
    0%{ left:6%; top:calc(48% - 30px); transform:rotate(0deg); opacity:0; }
    8%{ opacity:1; }
    68%{ left:73%; top:calc(48% - 30px); transform:rotate(0deg); opacity:1; }
    82%{ left:84%; top:calc(48% - 30px); transform:rotate(4deg); opacity:1; }
    92%{ left:88%; top:calc(48% + 24px); transform:rotate(40deg); opacity:1; }
    100%{ left:91%; top:calc(48% + 82px); transform:rotate(88deg); opacity:0; }
  }
@keyframes thStuff { 0%,100%{ transform:rotate(8deg);} 50%{ transform:rotate(58deg);} }
@keyframes thToss { 0%{ opacity:0; transform:translate(0,0) scale(.6);} 25%{ opacity:1;} 65%{ opacity:1; transform:translate(4px,15px) scale(1);} 100%{ opacity:0; transform:translate(7px,27px) scale(.7);} }
}
@media (max-width:768px) {
@keyframes thRide2 {
    0%{ left:4%; top:calc(48% - 30px); transform:rotate(0deg); opacity:0; }
    6%{ opacity:1; }
    20%{ left:38%; top:calc(48% - 30px); transform:rotate(0deg); opacity:1; }
    60%{ left:38%; top:calc(48% - 30px); transform:rotate(0deg); opacity:1; }
    76%{ left:73%; top:calc(48% - 30px); transform:rotate(0deg); opacity:1; }
    86%{ left:83%; top:calc(48% - 30px); transform:rotate(7deg); opacity:1; }
    94%{ left:87%; top:calc(48% + 26px); transform:rotate(46deg); opacity:1; }
    100%{ left:90%; top:calc(48% + 86px); transform:rotate(92deg); opacity:0; }
  }
@keyframes thHue { to{ filter:hue-rotate(360deg); } }
@keyframes thDrop1 { 0%,24%{ opacity:0; left:33%; top:38%; transform:scale(.5);} 28%{ opacity:1; left:35%; top:39%;} 42%{ opacity:1; left:41%; top:calc(48% - 22px); transform:scale(1);} 48%{ opacity:0; left:41%; top:calc(48% - 16px);} 100%{ opacity:0;} }
@keyframes thDrop2 { 0%,40%{ opacity:0; left:57%; top:38%; transform:scale(.5);} 44%{ opacity:1; left:54%; top:39%;} 58%{ opacity:1; left:43%; top:calc(48% - 22px); transform:scale(1);} 62%{ opacity:0; left:43%; top:calc(48% - 16px);} 100%{ opacity:0;} }
@keyframes thDrop3 { 0%,30%{ opacity:0; left:46%; top:35%; transform:scale(.5);} 34%{ opacity:1;} 50%{ opacity:1; left:42%; top:calc(48% - 22px); transform:scale(1);} 55%{ opacity:0; left:42%; top:calc(48% - 16px);} 100%{ opacity:0;} }
}
@media (max-width:768px) {
@keyframes thRide3 {
    0%{ left:6%; top:calc(48% - 30px); transform:rotate(0deg); opacity:0; }
    6%{ opacity:1; }
    22%{ left:45%; top:calc(48% - 30px); transform:rotate(0deg); opacity:1; }
    60%{ left:45%; top:calc(48% - 30px); transform:rotate(0deg); opacity:1; }
    77%{ left:74%; top:calc(48% - 30px); transform:rotate(0deg); opacity:1; }
    87%{ left:83%; top:calc(48% - 30px); transform:rotate(8deg); opacity:1; }
    94%{ left:87%; top:calc(48% + 28px); transform:rotate(48deg); opacity:1; }
    100%{ left:90%; top:calc(48% + 88px); transform:rotate(94deg); opacity:0; }
  }
@keyframes thDropA { 0%,24%{ opacity:0; left:35%; top:38%; transform:scale(.5);} 28%{ opacity:1; left:37%; top:39%;} 44%{ opacity:1; left:47%; top:calc(48% - 22px); transform:scale(1);} 50%{ opacity:0; left:47%; top:calc(48% - 16px);} 100%{ opacity:0;} }
@keyframes thDropB { 0%,40%{ opacity:0; left:60%; top:38%; transform:scale(.5);} 44%{ opacity:1; left:57%; top:39%;} 58%{ opacity:1; left:49%; top:calc(48% - 22px); transform:scale(1);} 63%{ opacity:0; left:49%; top:calc(48% - 16px);} 100%{ opacity:0;} }
@keyframes thDropC { 0%,31%{ opacity:0; left:49%; top:35%; transform:scale(.5);} 35%{ opacity:1;} 51%{ opacity:1; left:48%; top:calc(48% - 22px); transform:scale(1);} 56%{ opacity:0; left:48%; top:calc(48% - 16px);} 100%{ opacity:0;} }
}
@keyframes tfGlow{ 0%,100%{ background-position:0% 50%; } 50%{ background-position:100% 50%; } }
#uXzIWgGcVvw4JcHiY8xBZ { min-height:0 !important; }
#pQVEtY9H3GvJ1Zcpf6wz9 { display:none; }
@media (max-width:768px) {
#pQVEtY9H3GvJ1Zcpf6wz9 { display:block; background:linear-gradient(135deg, var(--accent) 0%, var(--accent-dark) 100%); color:#fff; padding:34px 22px 26px; height:auto; width:100%; }
}
#pQVEtY9H3GvJ1Zcpf6wz9 { display:block !important; background:linear-gradient(135deg, var(--accent) 0%, var(--accent-dark) 100%); color:#fff; padding:40px 22px 28px; height:auto !important; width:100%; }
@media (max-width:768px) {
#pQVEtY9H3GvJ1Zcpf6wz9 { padding:32px 20px 24px; }
}
#pQVEtY9H3GvJ1Zcpf6wz9 {
	display: block !important;
	background: var(--surface, #faf9f5) !important;
	color: #8a8a82;
	padding: 30px 20px 34px !important;
	border-top: 1px solid var(--border, rgba(0,0,0,0.08));
	text-align: center;
	width: 100%;
	height: auto !important;
}
#pQVEtY9H3GvJ1Zcpf6wz9 .qm5hXVkuJb71bv32jsVO4 { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 8px 12px; }
#pQVEtY9H3GvJ1Zcpf6wz9 .qm5hXVkuJb71bv32jsVO4 span[data-route] { font-size: 0.84rem; font-weight: 600; color: var(--accent); cursor: pointer; transition: color .15s; }
#pQVEtY9H3GvJ1Zcpf6wz9 .qm5hXVkuJb71bv32jsVO4 span[data-route]:hover { color: var(--accent-dark, var(--accent)); }
#pQVEtY9H3GvJ1Zcpf6wz9 .sOFDVYWTwNqxHi9eBA1gz { color: rgba(0,0,0,0.18); }
.nvxOte6bB1kAOGKjI23FL {
	margin: 20px auto 0;
	cursor: pointer;
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	gap: 7px;
	padding: 12px 22px;
	border: 1px solid var(--border, rgba(0,0,0,0.08));
	border-radius: 12px;
	background: #fff;
	transition: border-color .15s, box-shadow .15s;
}
.nvxOte6bB1kAOGKjI23FL:hover { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(var(--accent-rgb,45,106,79),0.07); }
.oDFrWn5ZhxznSCw7aEIEQ { display: flex; align-items: center; }
.oDFrWn5ZhxznSCw7aEIEQ img { height: auto; max-width: 100%; opacity: 0.88; }
.mBih0QuZn5aqhiGP3bdZ8 { font-family: "Consolas","Menlo",monospace; font-size: 0.85rem; letter-spacing: 1.5px; color: var(--text, #333); }
#pQVEtY9H3GvJ1Zcpf6wz9 { border-top: none !important; position: relative; }
#pQVEtY9H3GvJ1Zcpf6wz9::before {
	content: '';
	position: absolute;
	top: 0; left: 0; right: 0;
	height: 2px;
	background: var(--grad);
	background-size: 300% 100%;
	animation: gradientShift 4s linear infinite;
	z-index: 1;
}
.N45SWsJt3d4Zu9OGSnstX { color: var(--accent-gold) !important; }
.nvxOte6bB1kAOGKjI23FL {
	border: 2px solid transparent !important;
	border-radius: 14px;
	background: linear-gradient(#fff, #fff) padding-box, var(--grad) border-box !important;
	box-shadow: 0 0 16px rgba(45,106,79,0.10);
	transition: box-shadow .2s ease;
}
.nvxOte6bB1kAOGKjI23FL:hover { box-shadow: 0 0 22px rgba(201,168,76,0.22); }
@media (max-width: 768px) {
#z3NHtX4uDJi3152GxwOuq { height: auto; }
.D09Qlie3zlL99bisDgC4B { flex-wrap: wrap; height: auto; padding-top: 7px; padding-bottom: 7px; }
.H4DbAAwcBhGbFjPyM676C { order: 1; }
.TBTUq0qWDSzEYBEi7U4s7 { order: 2; }
.NEdyUaRzb7b2Zp7tLKN5o {
		display: flex !important;
		order: 3;
		flex: 1 0 100%;
		justify-content: center;
		gap: 32px;
		margin-top: 8px;
		padding-top: 9px;
		border-top: 1px solid var(--border);
	}
}
.mf7vTc4EBWbqBYmc0NBsq {
	display: flex;
	justify-content: center;
	width: var(--content-w, 92%);
	max-width: var(--max-w, 1400px);
	margin: 0 auto;
	padding: 4px 0 26px;
}
#pQVEtY9H3GvJ1Zcpf6wz9 { padding: 14px 20px 17px !important; }
.mf7vTc4EBWbqBYmc0NBsq { padding: 0 0 14px; }
.nvxOte6bB1kAOGKjI23FL {
	border: none !important;
	background: transparent !important;
	box-shadow: none !important;
	padding: 6px 16px;
	gap: 5px;
	opacity: 0.8;
	transition: opacity .2s ease;
}
.nvxOte6bB1kAOGKjI23FL:hover { box-shadow: none !important; opacity: 1; }
.oDFrWn5ZhxznSCw7aEIEQ img { opacity: 0.78; }
.mf7vTc4EBWbqBYmc0NBsq { padding: 0 0 5px; }
.nvxOte6bB1kAOGKjI23FL { opacity: 1 !important; }
.oDFrWn5ZhxznSCw7aEIEQ img { opacity: 0.92; }
.TBTUq0qWDSzEYBEi7U4s7 > a,
.TBTUq0qWDSzEYBEi7U4s7 > button,
.TBTUq0qWDSzEYBEi7U4s7 > span {
	border: 1.5px solid var(--accent) !important;
	background: #fff !important;
}
.TBTUq0qWDSzEYBEi7U4s7 > a:hover,
.TBTUq0qWDSzEYBEi7U4s7 > button:hover,
.TBTUq0qWDSzEYBEi7U4s7 > span:hover {
	background: var(--accent) !important;
	border-color: var(--accent) !important;
	box-shadow: 0 4px 12px rgba(45,106,79,0.22) !important;
}
.TBTUq0qWDSzEYBEi7U4s7 > a,
.TBTUq0qWDSzEYBEi7U4s7 > button,
.TBTUq0qWDSzEYBEi7U4s7 > span {
	border: 1.5px solid var(--accent-gold) !important;
	background: #fff !important;
}
.TBTUq0qWDSzEYBEi7U4s7 > a:hover,
.TBTUq0qWDSzEYBEi7U4s7 > button:hover,
.TBTUq0qWDSzEYBEi7U4s7 > span:hover {
	background: rgba(201,168,76,0.10) !important;
	border-color: var(--accent-gold) !important;
	box-shadow: 0 4px 12px rgba(201,168,76,0.22) !important;
	transform: translateY(-2px);
}
.receiptStampIcon {
    display: flex; align-items: center; justify-content: center;
    width: 64px; height: 64px; margin: 0 auto 14px; border-radius: 50%;
    background: rgba(34, 197, 94, 0.12); color: var(--success, #22c55e);
    transform: scale(0.4); opacity: 0;
}
.receiptStampIcon svg {
    width: 32px; height: 32px;
}
.receiptStampIcon.receiptStampIn {
    animation: receiptStamp 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}
.receiptStampIcon.receiptPending {
    background: rgba(148, 163, 184, 0.15); color: var(--text-muted);
    transform: scale(1); opacity: 1;
}
@keyframes receiptStamp{
    0%{ transform: scale(0.4); opacity: 0; }
    60%{ transform: scale(1.12); opacity: 1; }
    100%{ transform: scale(1); opacity: 1; }
}
@media (prefers-reduced-motion: reduce) {
.receiptStampIcon.receiptStampIn { animation: none; transform: scale(1); opacity: 1; }
}
:root {
	--gold-line: color-mix(in srgb, var(--accent-gold) 46%, transparent);
	--gold-line-soft: color-mix(in srgb, var(--accent-gold) 24%, transparent);
	--gold-wash: color-mix(in srgb, var(--accent-gold) 13%, transparent);
	--gold-hover: color-mix(in srgb, var(--accent-gold) 74%, transparent);
}
.Rvpgr9dRm2VbXt7pLzKc { display: flex; align-items: center; justify-content: center; gap: 16px; margin: 10px 0 4px; }
.Rvpgb9dRm2VbXt7pLzKb { display: flex; align-items: center; justify-content: center; width: 42px; height: 42px; background: linear-gradient(135deg, #ffffff, #faf8f5); border: 1.5px solid var(--accent-gold); border-radius: 50%; cursor: pointer; transition: background 0.15s ease, box-shadow 0.15s ease; }
.Rvpgb9dRm2VbXt7pLzKb:hover:not(:disabled) { box-shadow: 0 0 14px rgba(201,168,76,0.28); }
.Rvpgb9dRm2VbXt7pLzKb:disabled { opacity: 0.35; cursor: default; }
.Rvpgi9dRm2VbXt7pLzKi { font-size: 0.9rem; font-weight: 700; color: var(--accent-dark); letter-spacing: 1px; min-width: 54px; text-align: center; }
