@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Space+Grotesk:wght@600;700&display=swap");:root{--ink:#171915;--muted:#6c7068;--canvas:#f4f5ef;--surface:#ffffff;--line:#e1e3da;--yellow:#f5c842;--green:#174f3f;--coral:#df7158;--blue:#4778a8;--danger:#b94b3b;--accent:#f5b841;--accent-lo:#e0a32b;--nav-height:76px;font-family:Manrope,sans-serif;color:var(--ink);background:var(--canvas);-webkit-tap-highlight-color:transparent}*{box-sizing:border-box}#root,body,html{width:100%;height:100%;margin:0}body{overflow:hidden;letter-spacing:0;overscroll-behavior:none}button,input{font:inherit;letter-spacing:0}button{min-height:48px;cursor:pointer;touch-action:manipulation}.app-shell,.screen{min-height:100%}.screen{width:min(100%,680px);margin:0 auto;padding:calc(14px + env(safe-area-inset-top)) 18px calc(var(--nav-height) + env(safe-area-inset-bottom) + 24px);animation:screen-in .22s ease-out}@keyframes screen-in{0%{opacity:0;transform:translateX(8px)}to{opacity:1;transform:none}}.wordmark{font-family:Space Grotesk,sans-serif;font-size:22px;font-weight:700}.wordmark .wm-sub{margin-left:5px;font-size:.42em;font-weight:600;letter-spacing:.3px;color:var(--muted);text-transform:none;vertical-align:middle;white-space:nowrap}.app-header{display:grid;grid-template-columns:1fr auto;align-items:center;min-height:52px;margin-bottom:12px}.app-header:has(>.icon-button:first-child){grid-template-columns:48px 1fr 48px}.app-header h1{margin:0;text-align:center;font-family:Space Grotesk,sans-serif;font-size:17px}.icon-button{display:grid;width:48px;height:48px;min-height:48px;padding:0;place-items:center;border:0;border-radius:50%;background:transparent;color:var(--ink);font-size:24px}.app-header>.icon-button:last-child{justify-self:end}.hello{padding:8px 2px 18px}.hello span{color:var(--muted);font-size:13px;font-weight:700}.flow-intro h1,.hello h1{margin:4px 0 0;font-family:Space Grotesk,sans-serif;font-size:clamp(29px,8vw,38px);line-height:1.06}.section-title{display:flex;align-items:center;justify-content:space-between;margin:22px 0 12px}.section-title h2,.subheading{margin:0;font-family:Space Grotesk,sans-serif;font-size:19px}.section-title button{min-height:40px;border:0;background:transparent;color:var(--green);font-size:12px;font-weight:800}.quick-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.quick-grid button{display:grid;min-width:0;padding:0;border:0;background:transparent;text-align:center}.quick-grid span{display:grid;width:52px;height:52px;margin:0 auto 7px;place-items:center;border-radius:15px;font-size:24px}.quick-grid .coral{background:#fde8e2;color:#b44d36}.quick-grid .green{background:#deeee8;color:var(--green)}.quick-grid .blue{background:#e2edf7;color:var(--blue)}.quick-grid .yellow{background:#fff2bf;color:#8c6a00}.quick-grid b{overflow:hidden;font-size:11px;text-overflow:ellipsis}.quick-grid small{margin-top:2px;color:var(--muted);font-size:9px}.level-banner{display:grid;grid-template-columns:1fr auto;min-height:126px;margin-top:26px;padding:20px;overflow:hidden;background:#20231e;color:white;border-radius:6px}.level-banner small{color:var(--yellow);font-size:10px;font-weight:800}.level-banner h2{margin:4px 0;font-size:18px}.level-banner p{margin:0;color:#c8cbc4;font-size:11px}.level-banner>span{display:grid;width:72px;height:72px;place-items:center;border:2px solid var(--yellow);border-radius:50%;color:var(--yellow);font-weight:800}.level-banner>span .ui-icon{position:absolute;opacity:.2;font-size:46px}.home-top{display:flex;align-items:center;justify-content:space-between;min-height:52px;margin-bottom:10px}.home-greet{display:flex;flex-direction:column;gap:2px}.home-greet span{color:var(--muted);font-size:13px;font-weight:700}.home-access{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-bottom:18px}.access-chip{display:grid;justify-items:center;gap:4px;min-height:92px;padding:12px 6px;border:1px solid var(--line);border-radius:16px;background:var(--surface);text-align:center}.access-chip:active{transform:scale(.97)}.access-chip b{font-size:12px}.access-chip b,.access-chip small{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.access-chip small{color:var(--muted);font-size:9px}.access-ic{display:grid;width:40px;height:40px;place-items:center;border-radius:50%;font-size:21px}.access-ic.level{background:#fff2bf;color:#8c6a00}.access-ic.near{background:#deeee8;color:var(--green)}.access-ic.help{background:#e2edf7;color:var(--blue)}.nearby-note{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:12px;width:100%;margin-bottom:14px;padding:12px 14px;border:1px solid #ead68b;border-radius:12px;background:#fff9de;text-align:left}.nearby-note .ui-icon{font-size:22px;color:#8c6a00}.nearby-note b{display:block;font-size:13px}.nearby-note small{display:block;margin-top:2px;line-height:1.35}.nearby-hint,.nearby-note small{color:var(--muted);font-size:11px}.nearby-hint{display:flex;align-items:center;gap:8px;margin-bottom:12px}.nearby-hint .ui-icon{font-size:16px}.nearby-list{display:grid;gap:10px}.nearby-row{display:grid;grid-template-columns:52px 1fr auto;align-items:center;gap:12px;width:100%;padding:12px;border:1px solid var(--line);border-radius:14px;background:var(--surface);text-align:left}.nearby-row:active{transform:scale(.99)}.nearby-logo{width:52px;height:52px;object-fit:cover;border-radius:12px}.nearby-logo.initial{display:grid;place-items:center;background:#deeee8;color:var(--green);font-family:Space Grotesk,sans-serif;font-size:22px;font-weight:700}.nearby-info{min-width:0}.nearby-info b{font-size:14px}.nearby-info b,.nearby-info small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nearby-info small{margin-top:3px;color:var(--muted);font-size:11px}.nearby-dist{display:inline-flex;align-items:center;gap:4px;padding:5px 10px;border-radius:999px;background:#deeee8;color:var(--green);font-size:11px;font-weight:800;white-space:nowrap}.nearby-dist .ui-icon{font-size:13px}.nearby-chev{color:var(--muted);font-size:20px}.location-row{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;margin:4px 0 14px;color:var(--green)}.location-row span b,.location-row span small{display:block}.location-row small{color:var(--muted);font-size:10px}.location-row b{font-size:12px}.search-box{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:10px;height:50px;padding:0 15px;border:1px solid var(--line);border-radius:5px;background:white}.search-box input{min-width:0;border:0;outline:0;background:transparent;font-size:13px}.market-hero{min-height:198px;margin:16px 0;padding:22px;overflow:hidden;position:relative;background:var(--coral);color:white;border-radius:6px}.market-hero small{font-size:9px;font-weight:800}.market-hero h1{margin:7px 0 16px;font-family:Space Grotesk;font-size:29px;line-height:1.05}.market-hero button{min-height:40px;padding:0 14px;border:0;border-radius:3px;background:white;color:var(--ink);font-size:11px;font-weight:800}.hero-bag{position:absolute;right:22px;bottom:20px;font-size:78px;opacity:.18;transform:rotate(-12deg)}.category-scroll{display:flex;gap:8px;overflow-x:auto;scrollbar-width:none}.category-scroll button{min-height:40px;padding:0 15px;flex:0 0 auto;border:1px solid var(--line);border-radius:20px;background:white;font-size:11px;font-weight:700}.product-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.product-card{min-width:0;padding:0 0 13px;border:1px solid var(--line);border-radius:5px;overflow:hidden;background:white;color:var(--ink);text-align:left}.product-card>b,.product-card>em,.product-card>small,.product-card>strong{display:block;margin:0 12px}.product-card>small{margin-top:12px;color:var(--muted);font-size:8px;font-weight:800}.product-card>b{height:38px;margin-top:4px;font-size:13px;line-height:1.3}.product-card>em{margin-top:4px;font-style:normal;font-weight:800}.product-art{display:grid;height:142px;place-items:center;background:#eef0ea}.mini-phone,.phone-art:before,.phone-large{display:block;position:relative;border:5px solid #20221f;background:#7892a2;box-shadow:inset 0 0 0 2px #abc0c9}.phone-art:before{content:"";width:53px;height:101px;border-radius:9px}.headphone-art i{width:70px;height:74px;border:12px solid #34443d;border-bottom:0;border-radius:40px 40px 0 0}.merchant-row{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:14px;border:1px solid var(--line);background:white}.merchant-row>span{display:grid;width:44px;height:44px;place-items:center;background:var(--yellow);font-weight:800}.merchant-row b,.merchant-row small{display:block}.merchant-row small{margin-top:3px;color:var(--muted);font-size:10px}.product-gallery{display:grid;height:330px;place-items:center;position:relative;margin:0 -18px;background:#e9ece6}.product-gallery>button{position:absolute;top:12px;right:18px;display:grid;width:48px;height:48px;place-items:center;border:0;border-radius:50%;background:white;font-size:22px}.phone-large{width:108px;height:214px;border-width:8px;border-radius:18px}.mini-phone i,.phone-large i{position:absolute;top:7px;left:8px;width:16px;height:16px;border-radius:50%;background:#20221f}.gallery-dots{position:absolute;bottom:16px;display:flex;gap:6px}.gallery-dots i{width:6px;height:6px;border-radius:50%;background:#aeb2aa}.gallery-dots i:first-child{width:18px;border-radius:4px;background:var(--ink)}.product-info{padding:20px 0}.product-info>small{color:var(--muted);font-size:9px;font-weight:800}.product-info h1{margin:5px 0 12px;font-family:Space Grotesk;font-size:26px}.price-line{display:flex;align-items:center;justify-content:space-between}.price-line strong{font-size:23px}.price-line span{color:var(--green);font-size:10px;font-weight:800}.product-info p{color:var(--muted);font-size:12px;line-height:1.6}.delivery-preview,.installment-preview{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:15px;border:1px solid var(--line);background:white}.installment-preview>span{display:grid;width:42px;height:42px;place-items:center;background:#fff1b8;font-size:21px}.delivery-preview b,.delivery-preview small,.installment-preview b,.installment-preview p,.installment-preview small{display:block;margin:0}.installment-preview small{font-size:8px;font-weight:800}.installment-preview b{margin-top:2px;font-size:12px}.delivery-preview small,.installment-preview p{margin-top:2px;color:var(--muted);font-size:10px}.delivery-preview{margin-top:10px}.delivery-preview button{min-height:40px;border:0;background:transparent;color:var(--green);font-size:11px;font-weight:800}.sticky-buy{position:sticky;z-index:5;bottom:-1px;display:grid;grid-template-columns:1fr 1.4fr;align-items:center;gap:12px;margin:24px -18px calc(-1 * (var(--nav-height) + env(safe-area-inset-bottom) + 24px));padding:12px 18px calc(12px + env(safe-area-inset-bottom));border-top:1px solid var(--line);background:white}.sticky-buy small,.sticky-buy strong{display:block}.sticky-buy small{color:var(--muted);font-size:10px}.sticky-buy button{border:0;border-radius:3px;background:var(--ink);color:white;font-weight:800}.sticky-buy button .ui-icon{margin-right:7px;vertical-align:middle}.flow-screen{padding-bottom:calc(24px + env(safe-area-inset-bottom))}.flow-intro{margin:20px 0 25px}.flow-intro>small,.result-screen>small{color:var(--coral);font-size:10px;font-weight:800}.flow-intro p{max-width:430px;margin:10px 0 0;color:var(--muted);font-size:13px;line-height:1.55}.cart-item,.checkout-product{display:grid;grid-template-columns:82px 1fr;gap:14px;padding:15px;border:1px solid var(--line);background:white}.mini-phone{width:48px;height:78px;margin:auto;border-width:4px;border-radius:7px}.cart-item b,.cart-item small,.cart-item strong{display:block}.cart-item small{color:var(--muted);font-size:8px}.cart-item b{margin:3px 0;font-size:13px}.quantity{display:flex;align-items:center;gap:12px;margin-top:10px}.quantity button{width:36px;height:36px;min-height:36px;padding:0;border:1px solid var(--line);background:white}.add-more{width:100%;margin:10px 0 20px;border:1px dashed #b9bdb4;background:transparent;color:var(--green);font-size:12px;font-weight:800}.summary-lines{padding:8px 0;border-top:1px solid var(--line)}.summary-lines>div{display:flex;justify-content:space-between;padding:9px 0;font-size:12px}.summary-lines .total{margin-top:5px;padding-top:15px;border-top:1px solid var(--line);font-size:17px}.primary-action{display:flex;width:100%;min-height:54px;align-items:center;justify-content:center;gap:8px;margin-top:20px;padding:0 18px;border:0;border-radius:3px;color:white;font-weight:800}.primary-action:disabled{background:#b9bcb5}.primary-action .ui-icon{font-size:19px}.down-payment{padding:18px;border:1px solid var(--line);background:white}.down-payment>div{display:flex;justify-content:space-between;align-items:center}.down-payment strong{font-size:21px}.down-payment input{width:100%;margin:20px 0 8px;accent-color:var(--green)}.down-payment p{margin:0;color:var(--muted);font-size:10px}.subheading{margin:24px 0 12px}.choice-list,.plan-options{display:grid;gap:9px}.choice-list button,.plan-options button{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:12px;min-height:68px;padding:12px 15px;border:1px solid var(--line);border-radius:4px;background:white;color:var(--ink);text-align:left}.choice-list button.selected.selected,.plan-options button.selected{border:2px solid var(--green);background:#f2f8f5}.choice-list b,.choice-list small,.plan-options b,.plan-options small{display:block}.choice-list small,.plan-options small{margin-top:3px;color:var(--muted);font-size:10px}.plan-options strong{text-align:right}.plan-options strong small{font-weight:500}.choice-list i,.plan-options i{width:18px;height:18px;border:2px solid #a8aca4;border-radius:50%}.selected>i{border:5px solid var(--green)}.plan-calendar,.secure-note{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:12px;margin-top:14px;padding:13px;background:#fff8dc;color:#685417}.plan-calendar b,.plan-calendar small,.secure-note b,.secure-note small{display:block}.plan-calendar small,.secure-note small{margin-top:2px;font-size:10px}.choice-list button{grid-template-columns:46px 1fr auto}.choice-list button>span{display:grid;width:44px;height:44px;place-items:center;border-radius:50%;background:#eef0ea;font-size:21px}.address-card{margin-top:20px;padding:16px;border:1px solid var(--line);background:white}.address-card>div{display:grid;grid-template-columns:auto 1fr;gap:10px}.address-card b,.address-card small{display:block}.address-card small{margin-top:3px;color:var(--muted);font-size:10px}.address-card button{width:100%;margin-top:12px;border:1px solid var(--ink);background:transparent;font-size:11px;font-weight:800}.secure-note{background:#eaf3ef;color:var(--green)}.checkout-product{grid-template-columns:62px 1fr auto;align-items:center}.checkout-product b,.checkout-product small{display:block}.checkout-product small{margin-top:3px;color:var(--muted);font-size:9px}.checkout-block{margin-top:10px;padding:15px;border:1px solid var(--line);background:white}.checkout-block>div{display:flex;justify-content:space-between;margin-bottom:8px}.checkout-block>div span{color:var(--muted);font-size:10px;font-weight:700}.checkout-block button{min-height:32px;border:0;background:transparent;color:var(--green);font-size:10px;font-weight:800}.checkout-block b,.checkout-block small{display:block}.checkout-block b{font-size:12px}.checkout-block small{margin-top:3px;color:var(--muted);font-size:10px}.terms-check{display:grid;grid-template-columns:auto 1fr;gap:10px;margin-top:15px;color:var(--muted);font-size:11px;line-height:1.45}.terms-check input{width:20px;height:20px;accent-color:var(--green)}.result-screen{display:grid;min-height:100%;align-content:center;text-align:center}.ready-mark,.success-mark{display:grid;width:116px;height:116px;margin:0 auto 24px;place-items:center;position:relative;border-radius:50%;background:#dff1e9;color:var(--green);font-size:66px}.ready-mark i,.success-mark i{position:absolute;inset:-8px;border:2px dashed #8fbaaa;border-radius:50%}.result-screen h1{margin:5px 0 8px;font-family:Space Grotesk;font-size:36px}.result-screen>p{color:var(--muted);font-size:13px;line-height:1.55}.result-screen>section{margin:15px 0;padding:14px;border:1px solid var(--line);background:white;text-align:left}.result-screen section div{display:flex;justify-content:space-between;padding:7px;font-size:11px}.text-button{width:100%;border:0;background:transparent;color:var(--green);font-size:12px;font-weight:800}.payments-hero,.points-card{padding:22px;background:var(--green);color:white;border-radius:6px}.payments-hero small,.payments-hero span,.payments-hero strong{display:block}.payments-hero small{color:var(--yellow);font-size:9px;font-weight:800}.payments-hero strong{margin:8px 0 2px;font-family:Space Grotesk;font-size:34px}.payments-hero span{color:#d5e3dd;font-size:11px}.payments-hero button{width:100%;margin-top:16px;border:0;background:var(--yellow);color:var(--ink);font-size:11px;font-weight:800}.segmented{display:grid;grid-template-columns:1fr 1fr;margin:20px 0 12px;padding:3px;background:#e5e7e0;border-radius:4px}.segmented button{min-height:40px;border:0;background:transparent;font-size:11px;font-weight:800}.segmented .active{background:white;box-shadow:0 1px 4px #0001}.order-payment{padding:15px;border:1px solid var(--line);background:white}.order-payment-head{display:grid;grid-template-columns:55px 1fr auto;align-items:center;padding-bottom:13px}.order-payment-head b,.order-payment-head small{display:block}.order-payment-head small{color:var(--muted);font-size:9px}.order-payment-head>span:last-child{padding:4px 8px;background:#e2f0ea;color:var(--green);font-size:8px;font-weight:800}.payment-row{display:grid;grid-template-columns:34px 1fr auto;align-items:center;gap:10px;padding:12px 0;border-bottom:1px solid var(--line)}.payment-row>span{display:grid;width:28px;height:28px;place-items:center;border:1px solid var(--line);border-radius:50%;font-size:10px}.payment-row>span.done{border:0;background:var(--green);color:white;font-size:18px}.payment-row b,.payment-row small{display:block}.payment-row b{font-size:11px}.payment-row small{color:var(--muted)}.support-link{width:100%;margin-top:12px;border:0;background:transparent;color:var(--green);font-size:11px;font-weight:800}.hidden-navigation{display:none}.order-payment-head{width:100%;min-height:76px;border:0;border-bottom:1px solid var(--line);background:transparent;color:var(--ink);text-align:left}.payment-form{display:grid;gap:14px}.payment-form label{display:grid;gap:6px;color:var(--muted);font-size:10px;font-weight:800}.payment-form input,.payment-form select{width:100%;height:52px;padding:0 13px;border:1px solid var(--line);border-radius:3px;outline:0;background:white;color:var(--ink);font-size:13px}.payment-form input:focus,.payment-form select:focus{border:2px solid var(--green)}.form-pair-native{display:grid;grid-template-columns:1fr 1fr;gap:10px}.order-plan-summary,.payment-review{border:1px solid var(--line);background:white}.order-plan-summary>div,.payment-review>div{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px;border-bottom:1px solid var(--line);font-size:11px}.order-plan-summary>div:last-child,.payment-review>div:last-child{border-bottom:0}.order-plan-summary span,.payment-review span{color:var(--muted)}.payment-review b{max-width:60%;overflow:hidden;text-align:right;text-overflow:ellipsis}.transfer-delay{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:10px;margin-top:12px;padding:13px;background:#fff5ce;color:#665218}.transfer-delay p{margin:0}.transfer-delay b,.transfer-delay small{display:block}.transfer-delay b{font-size:10px}.transfer-delay small{margin-top:3px;font-size:9px}.payment-pending-mark{display:grid;width:112px;height:112px;margin:0 auto 24px;place-items:center;position:relative;border-radius:50%;background:#fff1b8;color:#755a05;font-size:55px}.payment-pending-mark i{position:absolute;inset:-7px;border:2px dashed #cfb85d;border-radius:50%}.order-status-card{display:grid;grid-template-columns:52px 1fr;align-items:center;gap:12px;margin:12px 0;padding:16px;background:var(--green);color:white}.order-status-card>span{display:grid;width:48px;height:48px;place-items:center;border-radius:50%;background:var(--yellow);color:var(--ink);font-size:23px}.order-status-card small{color:var(--yellow);font-size:8px;font-weight:800}.order-status-card h2{margin:3px 0;font-size:15px}.order-status-card p{margin:0;color:#d5e3dd;font-size:9px}.order-actions{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:12px}.order-actions button{display:flex;min-height:48px;align-items:center;justify-content:center;gap:6px;border:1px solid var(--line);background:white;color:var(--green);font-size:10px;font-weight:800}.points-card{position:relative;overflow:hidden}.points-card>small,.points-card>strong{display:block}.points-card>small{color:var(--yellow);font-size:9px;font-weight:800}.points-card>strong{margin:4px 0;font-family:Space Grotesk;font-size:40px}.points-card>p{margin:0 0 20px;color:#d5e3dd;font-size:11px}.points-card>div{display:flex;justify-content:space-between;font-size:10px}.points-card>i{display:block;height:4px;margin-top:8px;background:#ffffff28}.benefit-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.benefit-grid article{padding:16px;border:1px solid var(--line);background:white}.benefit-grid article span{display:grid;width:40px;height:40px;place-items:center;margin-bottom:12px;background:#fff1b8;font-size:20px}.benefit-grid b{font-size:12px}.benefit-grid p{margin:5px 0 0;color:var(--muted);font-size:10px;line-height:1.4}.progress-list{border:1px solid var(--line);background:white}.progress-list>div{display:grid;grid-template-columns:34px 1fr auto;align-items:center;gap:10px;padding:13px;border-bottom:1px solid var(--line)}.progress-list>div>span{display:grid;width:30px;height:30px;place-items:center;border-radius:50%;background:var(--yellow);font-size:11px;font-weight:800}.progress-list b,.progress-list small{font-size:11px}.progress-list .locked{opacity:.55}.points-card>i{overflow:hidden;border-radius:3px}.points-card>i span{display:block;height:100%;background:var(--yellow)}.points-card>button{min-height:38px;margin-top:12px;padding:0;border:0;background:transparent;color:var(--yellow);font-size:10px;font-weight:800}.points-card>button .ui-icon{margin-left:4px;vertical-align:middle}.loyalty-tabs{display:grid;grid-template-columns:repeat(3,1fr);gap:4px;margin:16px 0 22px;padding:4px;border-radius:5px;background:#e5e7e0}.loyalty-tabs button{display:flex;min-width:0;min-height:44px;align-items:center;justify-content:center;gap:5px;border:0;border-radius:3px;background:transparent;color:var(--muted);font-size:10px;font-weight:800}.loyalty-tabs button.active{background:white;color:var(--green);box-shadow:0 1px 4px #0001}.loyalty-tabs .ui-icon{font-size:17px}.loyalty-actions{border:1px solid var(--line);background:white}.loyalty-actions button{display:grid;width:100%;grid-template-columns:44px 1fr auto;align-items:center;gap:12px;min-height:70px;padding:11px 13px;border:0;border-bottom:1px solid var(--line);background:transparent;color:var(--ink);text-align:left}.loyalty-actions button:last-child{border-bottom:0}.loyalty-actions button>span{display:grid;width:42px;height:42px;place-items:center;border-radius:50%;background:#fff1b8;color:#7b6008;font-size:20px}.loyalty-actions b,.loyalty-actions small{display:block}.loyalty-actions b{font-size:12px}.loyalty-actions small{margin-top:3px;color:var(--muted);font-size:9px}.earning-rules{display:grid;gap:8px}.earning-rules>div{display:grid;grid-template-columns:45px 1fr;align-items:center;gap:12px;padding:12px 14px;border:1px solid var(--line);background:white}.earning-rules>div>span{display:grid;width:42px;height:42px;place-items:center;border-radius:50%;background:#e3efe9;color:var(--green);font-size:12px;font-weight:800}.earning-rules p{margin:0}.earning-rules b,.earning-rules small{display:block}.earning-rules b{font-size:11px}.earning-rules small{margin-top:3px;color:var(--muted);font-size:9px}.level-help,.loyalty-warning{display:grid;grid-template-columns:auto 1fr;gap:11px;margin-top:16px;padding:14px;background:#fff5ce;color:#665218}.level-help>.ui-icon,.loyalty-warning>.ui-icon{margin-top:2px;font-size:20px}.level-help b,.loyalty-warning b{font-size:11px}.level-help p,.loyalty-warning p{margin:3px 0 0;font-size:9px;line-height:1.45}.view-heading{margin:4px 0 20px}.view-heading>small{color:var(--coral);font-size:9px;font-weight:800}.view-heading h2{margin:5px 0 7px;font-family:Space Grotesk;font-size:26px;line-height:1.08}.view-heading p{margin:0;color:var(--muted);font-size:11px;line-height:1.5}.level-track{position:relative}.level-track:before{content:"";position:absolute;top:34px;bottom:34px;left:27px;width:2px;background:#d7dad2}.level-track article{display:grid;grid-template-columns:54px 1fr auto;align-items:center;gap:12px;min-height:86px;position:relative;padding:10px 12px 10px 0;border-bottom:1px solid var(--line)}.level-track article>span{z-index:1;display:grid;width:54px;height:54px;place-items:center;border:5px solid var(--canvas);border-radius:50%;background:#dfe2da;color:var(--muted);font-family:Space Grotesk;font-size:16px}.level-track article.current>span{background:var(--yellow);color:var(--ink)}.level-track b,.level-track p,.level-track small{display:block}.level-track small{color:var(--muted);font-size:8px;font-weight:800}.level-track b{margin-top:2px;font-size:13px}.level-track p{margin:3px 0 0;color:var(--muted);font-size:9px}.level-track em{padding:4px 7px;background:#e3efe9;color:var(--green);font-size:8px;font-style:normal;font-weight:800}.level-track article.locked{opacity:.65}.level-help{background:#e7eef5;color:#315675}.reward-filter{display:flex;gap:7px;margin-bottom:14px;overflow-x:auto;scrollbar-width:none}.reward-filter button{min-height:38px;padding:0 14px;flex:0 0 auto;border:1px solid var(--line);border-radius:20px;background:white;font-size:9px;font-weight:800}.reward-filter button.active{border-color:var(--green);background:var(--green);color:white}.reward-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.reward-grid article{min-width:0;padding:14px;border:1px solid var(--line);border-radius:5px;background:white}.reward-grid article>span{display:grid;width:46px;height:46px;margin-bottom:14px;place-items:center;border-radius:14px;background:#fff1b8;color:#755a05;font-size:23px}.reward-grid article>small{display:block;height:24px;color:var(--muted);font-size:8px;line-height:1.3}.reward-grid h3{min-height:38px;margin:4px 0 10px;font-size:12px;line-height:1.35}.reward-grid article>div{display:flex;min-height:30px;align-items:center;justify-content:space-between;gap:4px}.reward-grid article>div b{color:var(--green);font-size:10px}.reward-grid article>div em{color:var(--muted);font-size:8px;font-style:normal}.reward-grid article>button{width:100%;min-height:40px;margin-top:8px;border:0;border-radius:3px;background:var(--green);color:white;font-size:9px;font-weight:800}.reward-grid article.locked{opacity:.7}.reward-grid article.locked>button{background:#dfe2da;color:#666b63}.my-rewards{display:grid;width:100%;grid-template-columns:42px 1fr auto;align-items:center;gap:11px;margin-top:14px;padding:12px;border:1px solid var(--line);background:white;color:var(--ink);text-align:left}.my-rewards>.ui-icon:first-child{padding:10px;border-radius:50%;background:#e3efe9;color:var(--green);font-size:20px}.my-rewards b,.my-rewards small{display:block}.my-rewards b{font-size:11px}.my-rewards small{margin-top:3px;color:var(--muted);font-size:9px}.view-back{min-height:40px;margin:-8px 0 10px;padding:0;border:0;background:transparent;color:var(--green);font-size:10px;font-weight:800}.view-back .ui-icon{margin-right:4px;vertical-align:middle}.points-summary{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--line);background:white}.points-summary div{padding:13px 8px;border-right:1px solid var(--line);text-align:center}.points-summary div:last-child{border-right:0}.points-summary b,.points-summary span{display:block}.points-summary span{color:var(--muted);font-size:8px}.points-summary b{margin-top:4px;font-size:16px}.history-empty{display:grid;justify-items:center;margin-top:12px;padding:42px 20px;border:1px solid var(--line);background:white;text-align:center}.history-empty>span{display:grid;width:58px;height:58px;place-items:center;border-radius:50%;background:#eef0ea;font-size:25px}.history-empty h3{margin:16px 0 5px;font-size:14px}.history-empty p{max-width:260px;margin:0;color:var(--muted);font-size:10px;line-height:1.45}.profile-identity{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:18px 0 22px}.profile-identity>span{display:grid;width:58px;height:58px;place-items:center;border-radius:50%;background:var(--yellow);font-weight:800}.profile-identity h1{margin:0;font-size:17px}.profile-identity p{margin:3px 0 0;color:var(--danger);font-size:10px}.profile-identity button{min-height:38px;padding:0 12px;border:1px solid var(--green);background:transparent;color:var(--green);font-size:10px;font-weight:800}.profile-menu{border:1px solid var(--line);background:white}.profile-menu button{display:grid;width:100%;grid-template-columns:42px 1fr auto;align-items:center;gap:12px;min-height:68px;padding:10px 13px;border:0;border-bottom:1px solid var(--line);background:transparent;color:var(--ink);text-align:left}.profile-menu button>span{display:grid;width:40px;height:40px;place-items:center;border-radius:50%;background:#eef0ea;font-size:19px}.profile-menu b,.profile-menu small{display:block}.profile-menu b{font-size:12px}.profile-menu small{margin-top:3px;color:var(--muted);font-size:9px}.app-version{display:flex;align-items:center;justify-content:space-between;padding:26px 4px;color:var(--muted);font-size:9px}.bottom-nav{position:fixed;z-index:30;right:0;bottom:0;left:0;display:grid;grid-template-columns:repeat(5,1fr);height:calc(var(--nav-height) + env(safe-area-inset-bottom));padding:7px max(4px,calc((100% - 680px) / 2)) env(safe-area-inset-bottom);border-top:1px solid var(--line);background:rgba(255,255,255,.97);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.bottom-nav button{display:grid;min-width:0;min-height:56px;justify-items:center;align-content:center;gap:3px;border:0;background:transparent;color:#858981}.bottom-nav .ui-icon{font-size:22px}.bottom-nav span{overflow:hidden;max-width:100%;font-weight:700;text-overflow:ellipsis}.bottom-nav button.active{color:var(--green)}.bottom-nav button.active .ui-icon{padding:4px 14px;border-radius:16px;background:#e3efe9}.bottom-nav button:nth-child(3){align-content:start;position:relative;color:var(--ink)}.bottom-nav button:nth-child(3) .ui-icon{width:58px;height:58px;margin-top:-24px;padding:15px;border:5px solid var(--canvas);border-radius:50%;background:var(--yellow);color:var(--ink);box-shadow:0 4px 12px #0002}.bottom-nav button:nth-child(3).active .ui-icon{background:var(--yellow)}.bottom-nav button:nth-child(3) span{margin-top:-1px}@media (min-width:700px){.screen{padding-right:30px;padding-left:30px}.product-gallery{margin-right:-30px;margin-left:-30px}}@media (max-width:360px){.screen{padding-right:14px;padding-left:14px}.quick-grid{gap:4px}.quick-grid span{width:46px;height:46px}.bottom-nav span{font-size:8px}.market-hero h1{font-size:25px}}@media (prefers-reduced-motion:reduce){*,:after,:before{scroll-behavior:auto!important;animation-duration:.01ms!important;transition-duration:.01ms!important}}.address-card,.cart-item,.checkout-block,.checkout-product,.choice-list button,.delivery-preview,.down-payment,.earning-rules>div,.history-list,.installment-preview,.level-banner,.loyalty-actions,.market-hero,.merchant-row,.my-rewards,.order-payment,.order-plan-summary,.payment-form input,.payment-form select,.payment-review,.payments-hero,.plan-options button,.points-card,.points-summary,.primary-action,.product-card,.profile-menu,.result-screen>section,.reward-grid article,.segmented{border-radius:8px}.bottom-nav button:nth-child(3) .ui-icon{width:46px;height:46px;margin-top:-17px;padding:11px;border-width:4px;box-shadow:0 3px 9px #0002}.bottom-nav button:nth-child(3) span{margin-top:2px}.product-card .product-art{width:100%;object-fit:cover}.product-gallery>img{width:100%;height:100%;object-fit:contain;padding:24px}.cart-item>img{width:82px;height:92px;border-radius:8px;object-fit:cover}.address-options{display:flex!important;grid-template-columns:none!important;gap:8px!important;overflow-x:auto}.address-options button{width:auto;min-width:84px;margin-top:10px;padding:0 12px;border-radius:8px}.history-list{margin-top:12px;overflow:hidden;border:1px solid var(--line);background:white}.history-list>div{display:grid;grid-template-columns:56px 1fr;align-items:center;gap:10px;padding:13px;border-bottom:1px solid var(--line)}.history-list>div:last-child{border-bottom:0}.history-list>div>span{color:var(--danger);font-size:12px;font-weight:800}.history-list>div>span.positive{color:var(--green)}.history-list p{margin:0}.history-list b,.history-list small{display:block}.history-list b{font-size:11px}.history-list small{margin-top:3px;color:var(--muted);font-size:9px}.data-loading,.session-loading{display:grid;min-height:100%;place-content:center;gap:12px;padding:24px;text-align:center}.data-loading p,.session-loading>span{color:var(--muted);font-size:12px}.auth-screen{width:min(100%,520px);min-height:100%;margin:0 auto;padding:calc(28px + env(safe-area-inset-top)) 22px calc(24px + env(safe-area-inset-bottom))}.auth-brand{display:flex;align-items:center;justify-content:space-between}.auth-brand>span{display:grid;width:44px;height:44px;place-items:center;border-radius:50%;background:#e3efe9;color:var(--green);font-size:22px}.auth-copy{margin:min(13vh,90px) 0 28px}.auth-copy>small{color:var(--coral);font-size:9px;font-weight:800}.auth-copy h1{margin:6px 0 8px;font-family:Space Grotesk;font-size:34px;line-height:1.05}.auth-copy p{max-width:380px;margin:0;color:var(--muted);font-size:12px;line-height:1.55}.auth-mode{display:grid;grid-template-columns:1fr 1fr;padding:4px;border-radius:8px;background:#e5e7e0}.auth-mode button{min-height:42px;border:0;border-radius:6px;background:transparent;font-size:11px;font-weight:800}.auth-mode button.active{background:white;color:var(--green);box-shadow:0 1px 4px #0001}.auth-form{display:grid;gap:14px;margin-top:22px}.auth-form label>span{display:block;margin-bottom:6px;color:var(--muted);font-size:10px;font-weight:800}.auth-form label>div{display:grid;grid-template-columns:42px 1fr;align-items:center;height:52px;border:1px solid var(--line);border-radius:8px;background:white}.auth-form label .ui-icon{justify-self:center;color:var(--green)}.auth-form input{min-width:0;height:100%;padding:0 12px 0 0;border:0;outline:0;background:transparent}.auth-error{margin:0;padding:11px 13px;border-radius:8px;background:#f9e4df;color:var(--danger);font-size:10px}.auth-legal{margin:18px auto 0;color:var(--muted);font-size:9px;line-height:1.5;text-align:center}.logout-button{margin-top:14px}:root{--sp-1:4px;--sp-2:8px;--sp-3:12px;--sp-4:16px;--sp-5:20px;--sp-6:24px;--sp-8:32px;--sp-10:40px;--r-xs:6px;--r-sm:10px;--r-md:14px;--r-lg:20px;--r-pill:999px;--sh-1:0 1px 2px rgba(23,25,21,.05),0 1px 3px rgba(23,25,21,.04);--sh-2:0 2px 8px rgba(23,25,21,.06),0 8px 20px rgba(23,25,21,.05);--sh-3:0 8px 24px rgba(23,25,21,.12);--sh-press:inset 0 2px 5px rgba(0,0,0,.14);--sh-coral:0 10px 26px rgba(223,113,88,.28);--sh-green:0 10px 26px rgba(23,79,63,.24);--sh-yellow:0 8px 20px rgba(245,200,66,.35);--ring:0 0 0 3px rgba(23,79,63,.38);--hairline:rgba(23,25,21,.07);--on-coral-soft:#a8412e}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible{outline:none;box-shadow:var(--ring);border-radius:var(--r-sm)}.primary-action{min-height:50px;padding:0 20px;border-radius:12px;background:var(--ink);color:#fff;font-size:15px;font-weight:700;letter-spacing:-.01em;box-shadow:var(--sh-2);transition:transform .12s ease,box-shadow .12s ease}.primary-action .ui-icon{font-size:18px}.primary-action:active{transform:translateY(1px);box-shadow:var(--sh-press)}.primary-action:disabled{background:#c7cabf;color:#fff;box-shadow:none}.primary-action--pay{background:var(--green);box-shadow:var(--sh-green)}.primary-action--pay:disabled{background:#c7cabf;box-shadow:none}.text-button{min-height:44px;border-radius:10px;font-size:14px;font-weight:700;transition:background .12s ease}.text-button:active{background:#e3efe9}.market-hero button{min-height:44px;padding:0 22px;border-radius:12px;font-size:13px;font-weight:700;box-shadow:var(--sh-1)}.sticky-buy{box-shadow:0 -4px 16px rgba(23,25,21,.06);border-top:1px solid var(--hairline)}.sticky-buy button{min-height:48px;border-radius:12px;font-size:15px;font-weight:700;box-shadow:var(--sh-2);transition:transform .12s ease}.sticky-buy button:active{transform:translateY(1px);box-shadow:var(--sh-press)}.add-more{min-height:52px;border-radius:12px;border:1.5px dashed #b9bdb4;font-size:13px}.logout-button{min-height:48px;border:1.5px solid #e6c7c0;border-radius:12px;color:var(--danger)}.section-title button{font-size:13px}.address-card,.benefit-grid article,.cart-item,.checkout-block,.checkout-product,.choice-list button,.delivery-preview,.down-payment,.earning-rules>div,.history-list,.installment-preview,.loyalty-actions,.merchant-row,.my-rewards,.order-payment,.order-plan-summary,.payment-review,.plan-options button,.points-summary,.product-card,.profile-menu,.progress-list,.result-screen>section,.reward-grid article{border:1px solid var(--hairline);border-radius:var(--r-md);box-shadow:var(--sh-1)}.auth-form label>div,.payment-form input,.payment-form select,.primary-action,.quantity,.search-box,.segmented{border-radius:var(--r-sm)}.search-box{box-shadow:var(--sh-1)}.level-banner,.order-status-card,.payments-hero,.points-card{border-radius:var(--r-lg);box-shadow:var(--sh-2)}.market-hero{border-radius:var(--r-lg);box-shadow:var(--sh-coral)}.payments-hero,.points-card{box-shadow:var(--sh-green)}.quantity{gap:0;width:max-content;border:1px solid var(--hairline);overflow:hidden;box-shadow:var(--sh-1)}.quantity button{width:44px;height:44px;min-height:44px;border:0;border-radius:0;background:#fff}.quantity button:first-child{border-right:1px solid var(--hairline)}.quantity button:last-child{border-left:1px solid var(--hairline)}.category-scroll button{font-size:13px;border-radius:var(--r-pill)}.reward-filter button{font-size:11px;border-radius:var(--r-pill)}.reward-grid article>button{border-radius:10px;font-size:12px;min-height:44px}.loyalty-tabs button,.segmented button{font-size:12px}.loyalty-tabs button.active,.segmented .active{box-shadow:var(--sh-1)}.app-version,.auth-copy>small,.bottom-nav span,.cart-item small,.checkout-product small,.earning-rules small,.flow-intro>small,.history-list small,.installment-preview small,.level-banner small,.level-track small,.loyalty-actions small,.market-hero small,.order-status-card small,.payments-hero small,.points-card>small,.points-summary span,.product-card>small,.product-info>small,.profile-menu small,.result-screen>small,.reward-grid article>small,.view-heading>small{font-size:11px;letter-spacing:.02em}.auth-copy>small,.flow-intro>small,.level-banner small,.market-hero small,.payments-hero small,.points-card>small,.product-card>small,.result-screen>small,.view-heading>small{letter-spacing:.08em;text-transform:uppercase}.flow-intro h1,.hello h1{font-size:clamp(28px,7.5vw,32px)}.auth-copy h1{font-size:32px}.product-card>strong{font-size:18px}.product-card>em{display:inline-block;margin-top:6px;padding:2px 8px;border-radius:var(--r-xs);background:#e3efe9;color:var(--green)}.summary-lines .total{font-size:18px;font-weight:800}.quick-grid .coral{color:var(--on-coral-soft)}.location-row,.merchant-row{width:100%;text-align:left;cursor:pointer}.merchant-row{margin-bottom:8px}.section-count{padding:2px 9px;border-radius:var(--r-pill);background:#e3efe9;color:var(--green);font-size:11px;font-weight:800}.offer-carousel{display:flex;gap:12px;overflow-x:auto;scrollbar-width:none;margin:0 -18px;padding:4px 18px 8px}.offer-carousel::-webkit-scrollbar{display:none}.offer-card{flex:0 0 78%;max-width:320px;display:grid;gap:4px;padding:16px;border:0;border-radius:var(--r-lg);background:var(--green);color:#fff;text-align:left;box-shadow:var(--sh-green)}.offer-card small{color:var(--yellow);font-size:11px;font-weight:800;letter-spacing:.08em}.offer-card b{font-family:Space Grotesk,sans-serif;font-size:17px}.offer-card p{margin:2px 0 6px;color:#d5e3dd;font-size:12px;line-height:1.4}.offer-card em{align-self:start;padding:3px 10px;border-radius:var(--r-xs);background:var(--yellow);font-size:11px;font-style:normal;font-weight:800}.offer-card.offer-locked{background:#40453e;box-shadow:var(--sh-1)}.offer-card.offer-locked em{background:#5c6159;color:#d5d8d1}.redemption-row{display:grid;grid-template-columns:42px 1fr auto;align-items:center;gap:12px;padding:13px;border-bottom:1px solid var(--hairline)}.redemption-row>span{display:grid;width:40px;height:40px;place-items:center;border-radius:50%;background:#fff1b8;color:#7b6008;font-size:19px}.redemption-row b{font-size:13px}.redemption-row small{display:block;margin-top:3px;color:var(--muted);font-size:11px}.redemption-status{padding:4px 9px;border-radius:var(--r-xs);font-size:11px;font-style:normal;font-weight:800}.redemption-status.active{background:#e3efe9;color:var(--green)}.redemption-status.used{background:#eef0ea;color:var(--muted)}.redemption-status.cancelled,.redemption-status.expired{background:#f8e2dd;color:var(--danger)}.wishlist-card{padding:0;position:relative}.wishlist-open{width:100%;padding:0 0 13px;border:0;background:transparent;color:var(--ink);text-align:left}.wishlist-open>b,.wishlist-open>small,.wishlist-open>strong{display:block;margin:0 12px}.wishlist-open>small{margin-top:12px;color:var(--muted);font-size:11px;font-weight:800}.wishlist-open>b{height:38px;margin-top:4px;font-size:13px;line-height:1.3}.wishlist-open>strong{font-size:18px}.wishlist-remove{position:absolute;top:10px;right:10px;display:grid;width:38px;height:38px;min-height:38px;place-items:center;border:0;border-radius:50%;background:#fff;color:var(--danger);font-size:19px;box-shadow:var(--sh-1)}.payment-empty{margin:14px 0 4px;padding:16px;color:var(--muted);font-size:13px;text-align:center}.link-strong{color:var(--green);font-size:13px;font-weight:800}.product-gallery>button.saved{background:var(--danger);color:#fff}.pay-amount{display:grid;gap:2px;margin-bottom:14px;padding:16px 18px;border-radius:var(--r-lg);background:var(--green);color:#fff;box-shadow:var(--sh-green)}.pay-amount span{color:#d5e3dd;font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.pay-amount strong{font-family:Space Grotesk,sans-serif;font-size:32px}.pay-amount small{color:#d5e3dd;font-size:12px}.collection-account{margin-bottom:12px;padding:14px 16px;border:1px solid var(--hairline);border-radius:var(--r-md);background:#fff;box-shadow:var(--sh-1)}.collection-head{display:flex;align-items:center;gap:8px;margin-bottom:8px;color:var(--green);font-size:13px}.collection-head .ui-icon{font-size:20px}.collection-head b{font-size:13px}.collection-row{display:grid;grid-template-columns:80px 1fr auto;align-items:center;gap:8px;padding:8px 0;border-top:1px solid var(--hairline)}.collection-row span{color:var(--muted);font-size:12px}.collection-row b{font-size:14px;word-break:break-word}.collection-row button{display:grid;width:36px;height:36px;min-height:36px;place-items:center;border:0;border-radius:var(--r-sm);background:#e3efe9;color:var(--green);font-size:17px}.collection-row--account b{font-size:16px;font-weight:800;letter-spacing:.3px;color:var(--green)}.collection-note b{font-size:13px;font-weight:600;color:var(--muted)}.pay-methods{display:flex;gap:8px;overflow-x:auto;scrollbar-width:none;margin-bottom:14px}.pay-methods button{flex:0 0 auto;min-height:44px;padding:0 16px;border:1.5px solid var(--hairline);border-radius:var(--r-pill);background:#fff;font-size:13px;font-weight:700}.pay-methods button.active{border-color:var(--green);background:var(--green);color:#fff}.copy-all{display:flex;width:100%;min-height:46px;align-items:center;justify-content:center;gap:8px;margin-top:12px;border:0;border-radius:var(--r-sm);background:var(--green);color:#fff;font-size:14px;font-weight:700;box-shadow:var(--sh-green)}.copy-all .ui-icon{font-size:18px}.copy-hint{margin:8px 0 0;color:var(--muted);font-size:11px;line-height:1.4}.copy-hint code{padding:2px 6px;border-radius:var(--r-xs);background:#eef0ea;color:var(--ink);font-size:11px}.rate-note{margin:6px 0 0;color:var(--muted);font-size:11px}.hello{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.notif-bell{position:relative;display:grid;width:44px;height:44px;min-height:44px;place-items:center;margin-top:6px;border:1px solid var(--hairline);border-radius:50%;background:#fff;color:var(--ink);font-size:22px;box-shadow:var(--sh-1)}.notif-bell i{position:absolute;top:-2px;right:-2px;display:grid;min-width:18px;height:18px;place-items:center;padding:0 4px;border-radius:999px;background:var(--danger);color:#fff;font-size:10px;font-style:normal;font-weight:800}.notif-list{display:grid;gap:8px}.notif-row{display:grid;grid-template-columns:40px 1fr auto;align-items:start;gap:12px;width:100%;padding:13px;border:1px solid var(--hairline);border-radius:var(--r-md);background:#fff;text-align:left;box-shadow:var(--sh-1)}.notif-row.unread{background:#f2f8f5;border-color:#cfe3d9}.notif-dot{display:grid;width:38px;height:38px;place-items:center;border-radius:50%;background:#e3efe9;color:var(--green);font-size:19px}.notif-dot.danger{background:#fbe6e1;color:var(--danger)}.notif-row b{font-size:13px}.notif-row small{margin-top:2px;font-size:12px;line-height:1.4}.notif-row em,.notif-row small{display:block;color:var(--muted)}.notif-row em{margin-top:4px;font-size:11px;font-style:normal}.notif-badge{width:9px;height:9px;margin-top:4px;border-radius:50%;background:var(--green)}:root{--sh-1:0 1px 2px rgba(23,25,21,.04),0 2px 6px rgba(23,25,21,.04);--sh-2:0 4px 14px rgba(23,25,21,.06);--hairline:rgba(23,25,21,.05)}.screen{padding-left:20px;padding-right:20px}.section-title{margin:26px 0 14px}.address-card,.benefit-grid article,.cart-item,.checkout-block,.checkout-product,.choice-list button,.collection-account,.delivery-preview,.down-payment,.earning-rules>div,.history-list,.installment-preview,.loyalty-actions,.merchant-row,.my-rewards,.notif-row,.order-payment,.order-plan-summary,.payment-review,.plan-options button,.points-summary,.product-card,.profile-menu,.progress-list,.result-screen>section,.reward-grid article{border-radius:16px}.merchant-row,.notif-row{padding:15px}.bottom-nav{border-top-color:var(--hairline);background:rgba(255,255,255,.92)}.category-scroll button,.collection-row,.pay-methods button,.payment-row,.reward-filter button,.search-box,.summary-lines,.summary-lines .total{border-color:var(--hairline)}.hello h1{font-size:clamp(20px,5.4vw,23px);line-height:1.12}.product-art{height:122px}.product-card>small{margin-top:10px;font-size:10px}.product-card>b{height:auto;min-height:32px;margin-top:3px;line-height:1.25}.product-card>strong{font-size:15px}.product-card>em{margin-top:5px;font-size:10px}.wishlist-open>strong{font-size:15px}.icon-button{position:relative}.icon-badge{position:absolute;top:4px;right:4px;display:grid;min-width:16px;height:16px;place-items:center;padding:0 4px;border-radius:999px;background:var(--danger);color:#fff;font-size:9px;font-weight:800}.bottom-nav span{font-size:9px;white-space:nowrap;letter-spacing:-.01em}.bottom-nav button{gap:2px;padding:0 2px}.bottom-nav button:nth-child(3) span{margin-top:3px;font-size:10px;font-weight:800;color:var(--ink)}.product-art{height:100px}.product-card{padding-bottom:10px}.product-card>small{margin-top:8px;margin-left:10px;margin-right:10px;font-size:9px}.product-card>b{min-height:26px;margin:2px 10px 0;line-height:1.2}.product-card>strong{margin:0 10px}.product-card>em{margin:3px 10px 0;font-size:9px;padding:1px 6px}.wishlist-open>strong{font-size:12px}.wishlist-open>b{font-size:10px}.wishlist-open>small{font-size:9px}.payment-row b{font-size:10px}.payment-row small{font-size:9px}.payment-row strong{font-size:11px}.hello{padding:6px 2px 12px}.hello span{font-size:12px}.hello h1{font-size:16px;font-weight:600;line-height:1.3;margin-top:3px;color:var(--muted)}.payments-hero strong{font-size:22px}.pay-amount strong{font-size:21px;font-weight:600}.summary-lines .total{font-size:15px;font-weight:700}.product-card>strong{font-weight:600}.product-card>b{font-size:10px;font-weight:600}.price-line strong{font-size:18px;font-weight:600}.product-info h1{font-size:18px}.product-info p{font-size:11px}.pay-amount strong,.payments-hero strong{font-size:18px;font-weight:500}.pay-amount{padding:14px 16px}.product-card>strong{font-size:12px;font-weight:500}.price-line strong{font-size:15px;font-weight:500}.summary-lines .total{font-size:14px;font-weight:600}.summary-lines .total b{font-weight:600}.cart-item strong,.checkout-block b,.checkout-product strong,.installment-preview b,.order-plan-summary b,.order-status-card+*,.payment-review b,.payment-row strong,.points-card>strong,.points-summary b,.result-screen section b,.reward-grid article>div b{font-weight:500}.points-card>strong{font-size:28px}.level-banner p,.loyalty .points-card p{font-weight:400}.hello-min{padding:8px 2px 12px}.hello-min span{color:var(--muted);font-size:13px;font-weight:700}.ad-carousel{position:relative;margin-bottom:4px}.ad-slide{display:grid;gap:4px;width:100%;min-height:128px;padding:20px;border:0;border-radius:var(--r-lg);text-align:left;background:linear-gradient(135deg,var(--green) 0,#1f6b54 60%,#2a7d63 100%);color:#fff;box-shadow:var(--sh-green);overflow:hidden}.ad-slide:after{content:"";position:absolute;right:-40px;top:-40px;width:150px;height:150px;border:26px solid rgba(245,200,66,.18);border-radius:50%}.ad-slide small{position:relative;color:var(--yellow);font-size:11px;font-weight:800;letter-spacing:.08em}.ad-slide b{position:relative;font-family:Space Grotesk,sans-serif;font-size:19px;line-height:1.15}.ad-slide p{position:relative;margin:2px 0 6px;max-width:88%;color:#d5e3dd;font-size:12px;line-height:1.4}.ad-slide em{position:relative;align-self:start;padding:3px 10px;border-radius:var(--r-xs);background:var(--yellow);color:var(--ink);font-size:11px;font-style:normal;font-weight:800}.ad-dots{display:flex;justify-content:center;gap:6px;margin-top:10px}.ad-dots i{width:6px;height:6px;border-radius:50%;background:#cfd3ca;transition:width .2s ease,background .2s ease}.ad-dots i.on{width:18px;border-radius:4px;background:var(--green)}.ad-slide{background:linear-gradient(135deg,rgba(23,79,63,.08),rgba(42,125,99,.16));color:var(--green);border:1px solid rgba(23,79,63,.12);box-shadow:var(--sh-1);min-height:auto}.ad-slide:after{border-color:rgba(245,200,66,.22)}.ad-slide small{color:#8c6a00}.ad-slide b{font-size:15px}.ad-slide p{color:#5a6b60;font-size:11px}.ad-slide em{background:rgba(245,200,66,.9)}.offer-card{background:linear-gradient(135deg,rgba(23,79,63,.07),rgba(42,125,99,.15));color:var(--green);border:1px solid rgba(23,79,63,.1);box-shadow:var(--sh-1)}.offer-card small{color:#8c6a00}.offer-card b{font-size:14px}.offer-card p{color:#5a6b60}.offer-card em{background:rgba(245,200,66,.9);color:var(--ink)}.offer-card.offer-locked{background:linear-gradient(135deg,rgba(23,25,21,.04),rgba(23,25,21,.07));color:var(--muted);border-color:var(--hairline)}.offer-card.offer-locked em{background:#e5e7e0;color:var(--muted)}.level-banner{background:linear-gradient(135deg,rgba(23,79,63,.1),rgba(42,125,99,.18));color:var(--green);box-shadow:var(--sh-1)}.level-banner small{color:#8c6a00}.level-banner h2{font-size:16px}.level-banner p{color:#5a6b60}.level-banner>span{border-color:var(--green);color:var(--green)}.evidence-upload{display:flex;align-items:center;gap:10px;position:relative;min-height:52px;padding:0 14px;border:1.5px dashed #b9bdb4;border-radius:var(--r-sm);background:#fff;color:var(--green);font-size:13px;font-weight:700;cursor:pointer}.evidence-upload.has-file{border-style:solid;border-color:var(--green);background:#eaf3ef}.evidence-upload input{position:absolute;inset:0;opacity:0}.evidence-upload .ui-icon{font-size:20px}.evidence-upload span{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.evidence-hint{margin:8px 0 0;color:var(--muted);font-size:11px;line-height:1.4}.flow-intro h1,.hello h1{font-size:clamp(23px,6vw,27px);line-height:1.1}.auth-copy h1{font-size:27px}.product-info h1,.view-heading h2{font-size:21px}.section-title h2,.subheading{font-size:16px}.payments-hero strong{font-size:27px}.points-card>strong{font-size:30px}.pay-amount strong{font-size:25px}.result-screen h1{font-size:27px}.offer-card{flex:0 0 66%;max-width:260px;padding:13px 14px}.offer-card b{font-size:15px}.offer-card p{font-size:11px;margin:1px 0 5px}.product-card>strong{font-size:16px}.product-card>b{height:34px;font-size:12px}.payments-hero{background:linear-gradient(135deg,rgba(23,79,63,.1),rgba(42,125,99,.18));color:var(--green);box-shadow:none;border:1px solid rgba(23,79,63,.1)}.payments-hero small{color:var(--green);opacity:.75}.payments-hero strong{font-size:21px;font-weight:600;color:var(--green)}.payments-hero span{color:var(--green);opacity:.72}.payments-hero button{background:var(--green);color:#fff;font-weight:700}.payments-hero button:disabled{opacity:.4}@keyframes cardIn{0%{opacity:0;transform:translateY(7px)}to{opacity:1;transform:none}}.sell-rail{display:flex;gap:10px;overflow-x:auto;padding:2px 0 8px;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch}.sell-rail::-webkit-scrollbar{display:none}.store-rail-block{margin-top:2px}.rail-actions{display:flex;align-items:center;gap:6px}.section-title .rail-arrow{display:grid;width:34px;height:34px;min-height:34px;padding:0;place-items:center;border:1px solid var(--line);border-radius:50%;background:#fff;color:var(--ink);font-size:16px;box-shadow:var(--sh-1)}.section-title .rail-arrow:hover{border-color:var(--green);color:var(--green)}.section-title .rail-see-all{min-height:34px}.sell-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.sell-grid .sell-card{max-width:none;flex:none}.sell-card{flex:0 0 47%;max-width:165px;scroll-snap-align:start;display:flex;flex-direction:column;text-align:left;background:#fff;border:1px solid var(--line);border-radius:var(--r-md,10px);padding:8px;gap:2px;animation:cardIn .3s ease both}.sell-media{position:relative;border-radius:8px;overflow:hidden;aspect-ratio:1/1;background:#f4f5f2;margin-bottom:5px}.sell-media img{width:100%;height:100%;object-fit:cover;display:block}.sell-off{top:6px;background:var(--green);color:#fff;font-weight:800;padding:2px 6px}.sell-flash,.sell-off{position:absolute;left:6px;font-size:10px;border-radius:6px}.sell-flash{bottom:6px;right:6px;display:flex;align-items:center;justify-content:center;gap:4px;background:rgba(232,180,42,.94);color:#3a2c00;font-weight:700;padding:3px 5px}.sell-flash .ui-icon{font-size:12px}.countdown{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;letter-spacing:.3px}.countdown.ended{opacity:.6}.sell-merchant{color:var(--muted);font-size:9px;text-transform:uppercase;letter-spacing:.3px}.sell-name{font-size:11px;line-height:1.2;height:26px;font-weight:600}.sell-price{display:flex;align-items:baseline;gap:6px;flex-wrap:wrap;margin-top:2px}.sell-price strong{font-size:14px;font-weight:700}.sell-price s{color:var(--muted);font-size:10px}.sell-cuotas{color:var(--green);font-size:10px;font-weight:600}.sell-scarcity{color:#b4531a;font-size:10px;font-weight:700}.sell-promotion-cap{color:#8c5f00;font-size:10px;font-style:normal;font-weight:750}.sell-out{color:var(--muted);font-size:10px}.section-title h2 .ui-icon{vertical-align:-2px;margin-right:3px}.flash-title h2 .ui-icon{color:var(--yellow)}.sort-row{display:flex;gap:6px;overflow-x:auto;padding:4px 0 8px}.sort-row::-webkit-scrollbar{display:none}.sort-chip{flex:0 0 auto;border:1px solid var(--line);background:#fff;border-radius:999px;padding:6px 12px;font-size:11px;font-weight:600;color:var(--ink);display:inline-flex;align-items:center;gap:4px}.sort-chip.on{background:var(--green);color:#fff;border-color:var(--green)}.sort-chip.offers{color:#7a5c00}.sort-chip.offers.on{background:var(--yellow);color:#3a2c00;border-color:var(--yellow)}.gallery-off{position:absolute;top:12px;left:12px;background:var(--green);color:#fff;font-weight:800;font-size:13px;padding:4px 9px;border-radius:8px;z-index:2}.flash-banner{display:flex;align-items:center;gap:8px;margin:10px 0;padding:10px 12px;background:rgba(232,180,42,.14);border-radius:var(--r-md,10px);color:#7a5c00;font-size:12px;font-weight:700}.flash-banner .ui-icon{font-size:16px;color:var(--yellow)}.flash-banner .countdown{margin-left:auto;font-size:13px}.price-line s{color:var(--muted);font-size:13px;font-weight:400}.save-badge{background:rgba(23,79,63,.1);color:var(--green);font-size:11px;font-weight:700;padding:2px 8px;border-radius:6px}.scarcity-line{display:flex;align-items:center;gap:5px;color:#b4531a;font-size:12px;font-weight:600;margin:4px 0}.scarcity-line.out{color:var(--muted)}.scarcity-line .ui-icon{color:#e0662a}.address-picker,.agency-picker{margin:8px 0;display:flex;flex-direction:column;gap:8px}.address-row,.agency-row{display:grid;grid-template-columns:40px 1fr 16px;align-items:center;gap:10px;text-align:left;background:#fff;border:1px solid var(--line);border-radius:var(--r-md,10px);padding:12px}.address-row>span,.agency-row>span{display:grid;place-items:center;width:34px;height:34px;border-radius:8px;background:rgba(23,79,63,.08);color:var(--green)}.address-row b,.agency-row b{display:block;font-size:12px}.address-row small,.agency-row small{display:block;color:var(--muted);font-size:10px;line-height:1.3}.address-row>i,.agency-row>i{width:14px;height:14px;border:2px solid var(--line);border-radius:50%;justify-self:end}.address-row.selected,.agency-row.selected{border-color:var(--green);box-shadow:inset 0 0 0 1px var(--green)}.address-row.selected>i,.agency-row.selected>i{border-color:var(--green);background:var(--green)}.address-form{gap:10px;background:#fff;border:1px solid var(--line);border-radius:var(--r-md,10px);padding:14px;margin-top:4px}.address-form,.address-form label{display:flex;flex-direction:column}.address-form label{gap:4px;font-size:11px;font-weight:600;color:var(--muted)}.address-form input{border:1px solid var(--line);border-radius:8px;padding:10px;font-size:13px}.address-form-actions{display:flex;align-items:center;justify-content:space-between;gap:10px}.address-form-actions .primary-action{flex:1 1}.sell-name{height:auto;min-height:27px;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.level-banner{width:100%;text-align:left;font:inherit;cursor:pointer;appearance:none}.result-screen small{letter-spacing:.05em}.legal-link{min-height:0;padding:0;border:0;background:transparent;color:var(--green);font-size:inherit;font-weight:800;text-decoration:underline}.auth-register-cta{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:18px;color:var(--muted);font-size:12px}.auth-register-cta button{min-height:40px;padding:0 6px;border:0;background:transparent;color:var(--green);font-weight:800;font-size:12px}.onboard{width:min(100%,520px);min-height:100%;margin:0 auto;padding:calc(8px + env(safe-area-inset-top)) 22px calc(24px + env(safe-area-inset-bottom));animation:screen-in .22s ease-out}.onboard-header{display:grid;grid-template-columns:48px 1fr 48px;align-items:center;min-height:52px}.onboard-header .wordmark{text-align:center;font-size:18px}.onboard-progress{height:4px;margin:4px -22px 0;background:#dfe2da}.onboard-progress i{display:block;height:100%;background:var(--coral);border-radius:0 4px 4px 0;transition:width .3s ease}.onboard-stage{padding:26px 0 8px}.onboard-stage>small{color:var(--coral);font-size:10px;font-weight:800;letter-spacing:.05em}.onboard-stage h1{margin:6px 0 8px;font-family:Space Grotesk,sans-serif;font-size:clamp(27px,7.5vw,33px);line-height:1.08}.onboard-stage>p{max-width:400px;margin:0 0 20px;color:var(--muted);font-size:13px;line-height:1.55}.onboard-center{display:grid;align-content:center;min-height:calc(100vh - 130px);text-align:center}.onboard-center>p{margin-right:auto;margin-left:auto}.onboard-field{display:block;margin-bottom:14px}.onboard-field>span{display:block;margin-bottom:6px;color:var(--muted);font-size:10px;font-weight:800}.onboard-field>div{display:grid;grid-template-columns:42px 1fr;align-items:center;height:52px;border:1px solid var(--line);border-radius:8px;background:white}.onboard-field .ui-icon{justify-self:center;color:var(--green)}.onboard-field input{min-width:0;height:100%;padding:0 12px 0 0;border:0;outline:0;background:transparent}.onboard-info{margin:0 0 14px;padding:11px 13px;border-radius:8px;background:#eaf3ef;color:var(--green);font-size:11px;line-height:1.45}.onboard-mark{display:grid;width:96px;height:96px;margin:0 auto 22px;place-items:center;position:relative;border-radius:50%;background:#fff1b8;color:#755a05;font-size:46px}.onboard-mark.success{background:#dff1e9;color:var(--green)}.onboard-mark i{position:absolute;inset:-7px;border:2px dashed #8fbaaa;border-radius:50%}.onboard-refcode{display:flex;align-items:center;justify-content:center;gap:8px;max-width:360px;margin:14px auto 0;color:var(--muted);font-size:12px;line-height:1.5}.onboard-refcode .ui-icon{flex:0 0 auto;color:var(--coral);font-size:18px}.onboard-refcode b{color:var(--ink);letter-spacing:.04em}.onboard-legal{position:fixed;inset:0;z-index:900;overflow-y:auto;background:var(--canvas)}.otp-wrap{display:flex;justify-content:center;margin-bottom:6px}.otp-input{width:min(100%,280px);height:62px;border:1px solid var(--line);border-radius:10px;background:white;color:var(--ink);font-family:Space Grotesk,sans-serif;font-size:30px;font-weight:700;letter-spacing:.5em;text-align:center;text-indent:.5em;outline:none}.otp-input:focus{border-color:var(--green);box-shadow:0 0 0 3px rgba(23,79,63,.12)}.referral-hero{margin:8px 0 16px;padding:22px;background:#20231e;color:white;border-radius:10px;text-align:center;overflow:hidden}.referral-hero small{color:var(--yellow);font-size:10px;font-weight:800;letter-spacing:.06em}.referral-hero strong{display:block;margin:8px 0 10px;font-family:Space Grotesk,sans-serif;font-size:34px;letter-spacing:.12em}.referral-hero p{max-width:340px;margin:0 auto 16px;color:#c8cbc4;font-size:12px;line-height:1.5}.referral-actions{display:grid;gap:6px}.referral-actions .primary-action{margin-top:0}.referral-actions .text-button{color:var(--yellow)}.referral-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:14px 0}.referral-stats>div{padding:14px 8px;border:1px solid var(--line);border-radius:8px;background:white;text-align:center}.referral-stats strong{display:block;font-family:Space Grotesk,sans-serif;font-size:18px}.referral-stats small{display:block;margin-top:4px;color:var(--muted);font-size:9px}.referral-redeem{display:grid;grid-template-columns:1fr auto;gap:8px}.referral-redeem input{min-width:0;height:50px;padding:0 14px;border:1px solid var(--line);border-radius:8px;background:white;font-size:14px;letter-spacing:.06em;outline:none}.referral-redeem input:focus{border-color:var(--green)}.referral-redeem button{min-height:50px;padding:0 18px;border:0;border-radius:8px;background:var(--green);color:white;font-weight:800}.referral-redeem button:disabled{background:#b9bcb5}.referral-message{margin:10px 0 0;padding:10px 12px;border-radius:8px;background:#eaf3ef;color:var(--green);font-size:11px;line-height:1.4}.referral-list{display:grid;gap:8px}.referral-row{display:grid;grid-template-columns:44px 1fr auto;align-items:center;gap:12px;padding:12px;border:1px solid var(--line);border-radius:8px;background:white}.referral-row>span{display:grid;width:42px;height:42px;place-items:center;border-radius:50%;background:#eef0ea;color:var(--green);font-size:20px}.referral-row b,.referral-row small{display:block}.referral-row small{margin-top:2px;color:var(--muted);font-size:10px}.referral-row em{font-style:normal;font-weight:800;color:var(--muted)}.referral-row em.ok{color:var(--green)}.info-list{display:grid;gap:0;border:1px solid var(--hairline);border-radius:var(--r-md);background:#fff;overflow:hidden;box-shadow:var(--sh-1)}.info-row{display:grid;grid-template-columns:40% 1fr;align-items:center;gap:12px;padding:13px 15px;border-top:1px solid var(--hairline)}.info-row:first-child{border-top:0}.info-row span{color:var(--muted);font-size:12px}.info-row b{font-size:14px;text-align:right;word-break:break-word}.personal-info-note,.personal-info-screen .primary-action{margin-top:16px}.auth-divider{display:flex;align-items:center;gap:12px;margin:16px 0;color:var(--muted);font-size:11px;font-weight:700}.auth-divider:after,.auth-divider:before{content:"";flex:1 1;height:1px;background:var(--hairline,#dfe2da)}.auth-divider span{white-space:nowrap}.google-auth-button{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;min-height:52px;padding:0 16px;border:1px solid #dadce0;border-radius:var(--r-sm,8px);background:#fff;color:#1f1f1f;font-size:15px;font-weight:700;box-shadow:var(--sh-1,0 1px 2px rgba(23,25,21,.06));transition:background .12s ease,box-shadow .12s ease}.google-auth-button:active{background:#f7f8f6}.google-auth-button:disabled{opacity:.6}.google-auth-button__icon{display:inline-flex;flex:0 0 auto}.onboard-stage .google-auth-button{margin-top:6px}.home-hero{display:grid;grid-template-columns:1fr auto;align-items:center;gap:12px;width:100%;margin:14px 0 8px;padding:16px 18px;text-align:left;border:0;border-radius:6px;color:#fff;background:linear-gradient(135deg,#1c8a62 0,var(--green) 62%,#0c2e22 100%);box-shadow:inset 0 0 0 1px rgba(245,184,65,.35)}.home-hero small{display:block;color:var(--accent);font-size:10px;font-weight:800;letter-spacing:.5px}.home-hero h2{margin:6px 0 4px;font-size:19px;line-height:1.15}.home-hero p{margin:0;color:#d2e2db;font-size:12px;line-height:1.4}.home-hero>span{display:grid;place-items:center;width:46px;height:46px;border-radius:50%;background:rgba(245,184,65,.18);color:var(--accent);font-size:24px}.market-hero-sub{margin:8px 0 0;color:var(--muted);font-size:13px;line-height:1.4}.prize-toast{display:grid;grid-template-columns:34px 1fr;align-items:center;gap:12px;margin:0 0 16px;padding:12px 14px;border-radius:6px;background:#fff7e6;border:1px solid #f1d998;animation:screen-in .22s ease-out}.prize-toast .ui-icon{font-size:22px;color:var(--accent-lo)}.prize-toast b{display:block;font-size:14px;color:#6b4e10}.prize-toast small{color:#8a6d24;font-size:12px;line-height:1.35}.levelup-toast{display:grid;grid-template-columns:34px 1fr auto;align-items:center;gap:12px;margin:0 0 16px;padding:12px 14px;border-radius:6px;color:#fff;background:linear-gradient(135deg,#1c8a62,var(--green));box-shadow:inset 0 0 0 1px rgba(245,184,65,.4);animation:screen-in .22s ease-out}.levelup-toast .ui-icon{font-size:22px;color:var(--accent)}.levelup-toast b{display:block;font-size:14px}.levelup-toast small{color:#d2e2db;font-size:12px;line-height:1.35}.levelup-toast button{min-height:28px;width:28px;padding:0;border:0;border-radius:50%;background:rgba(255,255,255,.15);color:#fff;font-size:18px;line-height:1}.level-banner small{color:var(--accent)}.receipt-hero{display:grid;justify-items:center;gap:4px;margin:14px 0 16px;padding:24px 20px;border-radius:var(--r-lg,12px);background:linear-gradient(135deg,#23261f,var(--ink));color:#fff;text-align:center;box-shadow:var(--sh-2,0 8px 24px #0002)}.receipt-seal{display:grid;width:56px;height:56px;margin-bottom:8px;place-items:center;border-radius:50%;background:rgba(245,184,65,.16);color:var(--accent);font-size:28px;box-shadow:inset 0 0 0 1px rgba(245,184,65,.4)}.receipt-hero small{color:var(--accent);font-size:9px;font-weight:800;letter-spacing:.4px}.receipt-hero strong{margin:6px 0 2px;font-family:Space Grotesk;font-size:32px}.receipt-hero span{color:#d6d8cf;font-size:11px}.receipt-note{display:flex;align-items:center;gap:8px;margin:0 0 12px;color:#6a5510;background:#fff8dc;padding:10px 12px;border-radius:10px;font-size:11px;font-weight:700}.receipt-note .ui-icon{font-size:16px;color:var(--accent-lo)}.receipt-list{display:grid;gap:12px}.receipt-card{padding:16px;border:1px solid var(--line);border-left:3px solid var(--accent);border-radius:var(--r-lg,12px);background:var(--surface);box-shadow:var(--sh-1,0 2px 8px #0001)}.receipt-card-head{display:grid;grid-template-columns:40px 1fr auto;align-items:center;gap:10px}.receipt-method-icon{display:grid;width:38px;height:38px;place-items:center;border-radius:50%;background:#f3f0e6;color:var(--accent-lo);font-size:19px}.receipt-card-head b{display:block;font-size:13px}.receipt-card-head small{display:block;margin-top:2px;color:var(--muted);font-size:10px}.receipt-status{display:inline-flex;align-items:center;gap:4px;padding:4px 9px;border-radius:20px;font-size:9px;font-weight:800;white-space:nowrap}.receipt-status .ui-icon{font-size:13px}.receipt-status--ok{background:#dff1e9;color:var(--green)}.receipt-status--review{background:#fff1b8;color:#755a05}.receipt-status--rejected{background:#fde3e0;color:var(--coral)}.receipt-amount{margin:14px 0 12px;font-family:Space Grotesk;font-size:26px;color:var(--ink)}.receipt-rows{display:grid;gap:0;margin:0;padding-top:10px;border-top:1px solid var(--line)}.receipt-rows>div{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:9px 0}.receipt-rows dt{color:var(--muted);font-size:11px}.receipt-rows dd{margin:0;max-width:62%;overflow:hidden;font-size:12px;font-weight:700;text-align:right;text-overflow:ellipsis;white-space:nowrap}.receipt-total{display:flex;align-items:center;justify-content:space-between;margin-top:12px;padding:15px 16px;border-radius:var(--r-lg,12px);background:#f3f0e6}.receipt-total span{color:var(--muted);font-size:12px;font-weight:700}.receipt-total strong{font-family:Space Grotesk;font-size:20px;color:var(--ink)}.commerce-offer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,260px),1fr));gap:16px}.commerce-offer-card{overflow:hidden;border:1px solid var(--hairline);border-radius:var(--r-lg);background:var(--surface);box-shadow:var(--sh-1)}.commerce-offer-card__media{display:grid;min-height:150px;place-items:center;overflow:hidden;background:linear-gradient(135deg,#e7f2ed,#fff8dc);color:var(--green);font-family:Space Grotesk,sans-serif;font-size:48px;font-weight:800}.commerce-offer-card__media img{width:100%;height:180px;object-fit:cover}.commerce-offer-card__body{display:grid;gap:9px;padding:18px}.commerce-offer-card__body small{color:var(--green);font-size:10px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.commerce-offer-card__body h2{margin:0;font-family:Space Grotesk,sans-serif;font-size:20px;line-height:1.2}.commerce-offer-card__body p{margin:0;color:var(--muted);font-size:12px;line-height:1.5}.commerce-offer-card__plan{font-size:13px}.commerce-offer-card__price{color:var(--ink);font-family:Space Grotesk,sans-serif;font-size:24px;font-weight:800}.commerce-offer-card__price span{color:var(--muted);font-family:inherit;font-size:11px;font-weight:500}.commerce-offer-card__body .commerce-offer-card__trial{color:var(--green);font-weight:800}.commerce-offer-card__body button{min-height:46px;border:0;border-radius:var(--r-sm);background:var(--green);color:white;font-weight:800}.ui-icon{width:1em;height:1em;display:inline-block;flex:0 0 auto;vertical-align:-.125em;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.ui-icon--fill{fill:currentColor;stroke:none}.sell-wish{position:absolute;top:6px;right:6px;z-index:2;display:grid;width:34px;height:34px;min-height:34px;place-items:center;padding:0;border:0;border-radius:50%;background:rgba(255,255,255,.92);color:var(--muted);font-size:17px;box-shadow:var(--sh-1)}.sell-wish.on{color:var(--danger)}.sell-wish.on .ui-icon{fill:currentColor}.rating-stars{display:inline-flex;align-items:center;gap:2px;color:var(--accent-lo);font-size:13px}.rating-stars .star-off{color:#d7dad2}.rating-stars small{margin-left:4px;color:var(--muted);font-size:11px}.sell-card .rating-stars{font-size:11px;margin-top:1px}@keyframes skeleton-shimmer{0%{background-position:180% 0}to{background-position:-80% 0}}.skeleton{border-radius:8px;background:linear-gradient(90deg,#e7e9e2 25%,#f3f4ee 45%,#e7e9e2 65%);background-size:220% 100%;animation:skeleton-shimmer 1.3s ease-in-out infinite}.skeleton-card{flex:0 0 47%;max-width:165px;display:flex;flex-direction:column;gap:6px;padding:8px;background:#fff;border:1px solid var(--line);border-radius:var(--r-md,10px)}.sell-grid .skeleton-card{max-width:none;flex:none}.skeleton-card .sk-media{aspect-ratio:1/1;border-radius:8px}.skeleton-card .sk-line{height:10px}.skeleton-card .sk-line.short{width:55%}.skeleton-card .sk-line.price{width:40%;height:14px}.empty-state{display:grid;justify-items:center;margin:12px 0;padding:42px 20px;border:1px solid var(--hairline);border-radius:var(--r-md);background:#fff;text-align:center;box-shadow:var(--sh-1)}.empty-state>span{display:grid;width:58px;height:58px;place-items:center;border-radius:50%;background:#eef0ea;color:var(--muted);font-size:26px}.empty-state h3{margin:16px 0 5px;font-size:15px}.empty-state p{max-width:280px;margin:0;color:var(--muted);font-size:12px;line-height:1.5}.empty-state .primary-action{width:auto;min-height:44px;margin-top:16px;padding:0 20px}.quantity .qty-value{min-width:34px;text-align:center;font-size:14px;font-weight:700}.bottom-nav button:nth-child(3) .ui-icon{box-sizing:border-box}