:root{--app-surface:#fff;--app-text:#301727;--app-muted:#786472;--app-line:#eadfe5;--app-soft:#f6eaf1;--app-accent:#5a194c;--app-background:#fffaf7}html[data-theme=dark]{--app-surface:#251d29;--app-text:#f9eff6;--app-muted:#d0bccb;--app-line:#594252;--app-soft:#392638;--app-accent:#efacd0;--app-background:#171219}body{background:var(--app-background);color:var(--app-text);padding-bottom:20px}button,input,select{font-family:inherit}button,a,input,select{touch-action:manipulation}button:active,.btn:active{transform:scale(.98)}button:focus-visible,a:focus-visible,select:focus-visible{outline:3px solid #bc638f;outline-offset:4px}.app-hero{text-align:center;padding:46px 0 28px;max-width:850px}.app-hero h1{font:700 clamp(2.7rem,6vw,4.8rem)/1.03 Georgia,serif;letter-spacing:-.045em;margin:14px 0 18px;color:var(--app-text)}.app-hero>p{font-size:1.2rem;color:var(--app-muted);margin-bottom:26px}.hero-cta{min-height:56px;min-width:250px;font-size:1.05rem}.hero-chips{justify-content:center;margin:26px 0 0;gap:9px}.hero-chips a{background:var(--app-surface);color:var(--app-text);border-color:var(--app-line);font-weight:550}.signature-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin:12px auto 36px}.signature{padding:28px 30px;border-radius:28px;position:relative;overflow:hidden;min-height:185px;border:1px solid var(--app-line);transition:transform .16s}.signature:hover{transform:translateY(-3px)}.signature>span{float:right;font-size:2.5rem}.signature h2{font:700 1.8rem Georgia,serif;margin:5px 0 10px}.signature p{color:var(--app-muted);margin:0 0 18px}.signature strong{font-size:.9rem}.swipe-signature{background:var(--app-soft)}.surprise-signature{background:var(--app-surface)}.home-shelf{margin:32px 0}.shelf-heading{display:flex;align-items:center;justify-content:space-between;margin:0 0 16px}.shelf-heading h2{font:700 1.6rem Georgia,serif;margin:0}.product-rail{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(180px,220px);gap:16px;overflow-x:auto;scroll-snap-type:x proximity;padding:2px 2px 12px}.product-rail>.gift-card{scroll-snap-align:start}.gift-card{position:relative;min-width:0;background:var(--app-surface);border:1px solid var(--app-line);border-radius:22px;overflow:hidden;box-shadow:0 5px 20px #34152b05}.gift-card-open{display:flex;flex-direction:column;width:100%;align-items:flex-start;text-align:left;border:0;padding:0 14px 16px;background:none;color:var(--app-text);cursor:pointer;gap:6px}.gift-card-open img{display:block;width:calc(100% + 28px);max-width:none;height:auto;aspect-ratio:1;object-fit:contain;background:white;margin:0 -14px 6px;border-bottom:1px solid var(--app-line)}.gift-card-open strong{font-size:1rem;line-height:1.4;font-weight:650}.gift-price{font-size:1.2rem;font-weight:800;color:var(--app-accent);margin:0}.gift-stock{font-size:.875rem;color:var(--app-muted)}.app-heart{display:grid;place-items:center;border:1px solid var(--app-line);background:var(--app-surface);color:var(--app-accent);border-radius:50%;width:44px;height:44px;flex:none;font-size:1.65rem;cursor:pointer}.gift-card>.app-heart{position:absolute;top:9px;right:9px;box-shadow:0 3px 12px #0001}.app-heart[aria-pressed=true]{background:var(--app-soft);animation:heart-pulse .22s ease-out}.product-dialog{width:min(840px,calc(100% - 24px));max-height:90dvh;overflow:auto;border:1px solid var(--app-line);border-radius:28px;padding:0;background:var(--app-surface);color:var(--app-text)}.product-dialog::backdrop{background:#1c122a99;backdrop-filter:blur(3px)}.product-dialog>img{width:100%;height:350px;object-fit:contain;background:white;display:block}.detail-content{padding:26px}.detail-content h2{font:700 2rem/1.15 Georgia,serif;margin:8px 0 16px}.detail-close{position:sticky;top:10px;float:right;right:10px;margin:10px 10px -54px 0;z-index:1;border:1px solid var(--app-line);background:var(--app-surface);color:var(--app-text);width:44px;height:44px;border-radius:50%;font-size:1.6rem;cursor:pointer}.detail-actions{display:flex;gap:14px;align-items:center;margin-top:24px}.quiet-help{display:flex;justify-content:center;flex-wrap:wrap;gap:20px;padding:28px 0;color:var(--app-accent);font-weight:600}.bottom-nav{display:none}.app-toast{position:fixed;bottom:90px;left:50%;transform:translateX(-50%);background:var(--app-accent);color:var(--app-background);border-radius:99px;padding:12px 22px;box-shadow:0 5px 24px #0002;z-index:60;max-width:90%;text-align:center;white-space:normal}.play-shell{max-width:600px;padding-bottom:50px}.play-shell h1{font:700 2.5rem Georgia,serif;margin:20px 0 8px}.muted,.play-status{color:var(--app-muted)}.play-shell label{display:flex;align-items:center;gap:14px;font-size:1rem;margin:20px 0}.play-shell select{background:var(--app-surface);color:var(--app-text);border:1px solid var(--app-line);border-radius:12px;padding:12px;min-height:44px}.swipe-stage{max-width:430px;margin:16px auto;transition:transform .16s,opacity .16s}.swipe-stage .gift-card-open img{max-height:380px}.swipe-stage .gift-card-open strong{font-size:1.3rem}.swipe-actions{display:flex;justify-content:center;gap:16px;margin-top:22px;flex-wrap:wrap}.swipe-actions .btn{min-height:54px;min-width:140px;font-size:1rem}.skip-action{background:var(--app-surface);color:var(--app-text);border:1px solid var(--app-line);box-shadow:none}.swiped-right{transform:translateX(35px) rotate(5deg);opacity:0}.swiped-left{transform:translateX(-35px) rotate(-5deg);opacity:0}.swipe-results{max-width:none;display:grid;grid-template-columns:1fr 1fr;gap:14px}.swipe-results .gift-card-open strong{font-size:1rem}.categories-shell{padding:30px 0 60px}.categories-shell h1{font:700 2.6rem Georgia,serif}.categories-shell .cards{margin:24px 0}.finder-shell .finder-choice{border-radius:20px;min-height:78px}.finder-shell .eyebrow{display:inline-block;background:var(--app-soft);color:var(--app-accent);padding:8px 14px;border-radius:99px}.product-search{position:relative}.product-search input{padding-right:48px!important;min-height:48px}.product-search .voice-button{position:absolute;right:82px;top:3px;width:42px;min-height:42px;border:0;background:transparent}.product-search>[type=submit]{min-width:76px}.favorite-toast{display:none!important}.contact{background:var(--app-soft)}.discovery-home header .links{display:none}.discovery-home .cards .card{border-radius:24px;background:var(--app-surface);border-color:var(--app-line)}.shopping-layout .products{gap:16px}.shopping-layout .head h1{color:var(--app-text)}#home-products[aria-busy=true]{min-height:220px;padding-top:30px;background:linear-gradient(110deg,transparent,var(--app-soft),transparent);border-radius:22px}.gift-card .gift-card-open:active{transform:none}.gift-card:hover{border-color:#c991b0}
@keyframes heart-pulse{50%{transform:scale(1.12)}}
@media(max-width:700px){body{padding-bottom:calc(84px + env(safe-area-inset-bottom))}.bottom-nav{position:fixed;bottom:0;left:0;right:0;z-index:35;display:grid;grid-template-columns:repeat(5,1fr);padding:8px 5px calc(8px + env(safe-area-inset-bottom));background:var(--app-surface);border-top:1px solid var(--app-line);box-shadow:0 -4px 24px #34152b08}.bottom-nav a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;font-size:.75rem;min-height:50px;color:var(--app-muted)}.bottom-nav a>span:first-child{font-size:1.55rem;line-height:1.2}.bottom-nav .nav-primary{background:var(--app-soft);border-radius:18px;color:var(--app-accent);font-weight:700;margin-top:-14px;border:4px solid var(--app-surface)}.bottom-nav a[aria-current]{color:var(--app-accent);font-weight:750}.app-hero{padding:26px 0 18px}.app-hero h1{font-size:2.8rem}.app-hero .eyebrow{font-size:.7rem;letter-spacing:.14em}.app-hero>p{font-size:1.05rem}.hero-cta{width:100%;max-width:360px}.hero-chips{flex-wrap:nowrap;justify-content:flex-start;overflow-x:auto;padding:0 2px 10px}.hero-chips a{flex:none}.signature-grid{gap:12px;margin-top:8px;margin-bottom:26px}.signature{padding:20px 16px;min-height:200px;border-radius:24px}.signature>span{float:none;font-size:2rem}.signature h2{font-size:1.45rem}.signature p{font-size:.9rem;margin-bottom:12px}.signature strong{font-size:.8rem}.home-shelf{margin:26px 0}.product-rail{grid-auto-columns:170px;gap:12px}.shelf-heading h2{font-size:1.45rem}.gift-card-open{padding:0 11px 13px}.gift-card-open img{width:calc(100% + 22px);margin:0 -11px 5px}.gift-card-open strong{font-size:.9rem}.gift-price{font-size:1.05rem}.gift-stock{font-size:.8rem}.shopping-layout .section>.wrap{grid-template-columns:72px minmax(0,1fr);gap:10px}.shopping-layout .products{gap:10px}.shopping-layout .gift-card{border-radius:16px}.shopping-layout .gift-card>.app-heart{top:4px;right:4px;background:#ffffffed;color:#5a194c}.detail-content{padding:22px}.product-dialog>img{height:300px}.play-shell h1{font-size:2.2rem}.swipe-stage .gift-card-open img{max-height:320px}.categories-shell .cards{grid-template-columns:1fr 1fr}.categories-shell .card{padding:20px;min-height:190px}.categories-shell .card h3{font-size:1.2rem}.contact{padding:26px!important}.product-search .voice-button{right:79px}.product-search input{font-size:1rem!important}.quiet-help{font-size:.9rem;text-align:center}.chat-layout .section{padding-bottom:30px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}.signature,.swipe-stage{transition:none}.app-heart[aria-pressed=true]{animation:none}}
.install-settings{font-size:.875rem}.install-settings summary{cursor:pointer;padding:10px}.install-card{position:fixed;z-index:25;bottom:calc(84px + env(safe-area-inset-bottom));right:16px;left:16px;max-width:380px;margin-left:auto;background:var(--app-surface);color:var(--app-text);border:1px solid var(--app-line);border-radius:22px;padding:20px;box-shadow:0 12px 45px #24102030;animation:install-rise .3s ease-out}.install-card strong{font-size:1.1rem}.install-card p{font-size:1rem;margin:8px 0 16px;color:var(--app-muted)}.install-card>div{display:flex;gap:15px;align-items:center}.install-card button{min-height:44px;font-size:.9rem}@keyframes install-rise{from{transform:translateY(20px);opacity:0}to{transform:none;opacity:1}}@media(prefers-reduced-motion:reduce){.install-card{animation:none}}@media(min-width:801px){.install-card{bottom:20px}}

html[data-motion=reduced] .gift-card,html[data-motion=reduced] .btn,html[data-motion=reduced] .install-card{animation:none!important;transition:none!important}html[data-motion=reduced]{scroll-behavior:auto}
