.bottom-nav{position:fixed;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:480px;height:calc(var(--nav-h) + env(safe-area-inset-bottom,0px));padding-bottom:env(safe-area-inset-bottom,0px);background:var(--surface);border-top:1px solid #EBEBEA;display:flex;z-index:100;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.nav-tab{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;border:none;background:transparent;cursor:pointer;color:var(--text-muted);font-family:var(--font);transition:color .15s;-webkit-tap-highlight-color:transparent;padding:8px 0 0}.nav-tab--active{color:var(--accent)}.nav-icon-wrap{position:relative;display:flex;align-items:center;justify-content:center}.nav-badge{position:absolute;top:-5px;right:-8px;background:var(--danger);color:#fff;font-size:.65rem;font-weight:700;min-width:17px;height:17px;padding:0 4px;border-radius:9px;display:flex;align-items:center;justify-content:center;border:2px solid var(--surface)}.nav-label{font-size:.68rem;font-weight:500;letter-spacing:.02em}.spinner{display:inline-block;border:2.5px solid rgba(45,106,79,.15);border-top-color:var(--accent);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.spinner-centered{display:flex;align-items:center;justify-content:center;padding:48px 0}.bb-compact{display:inline-flex;align-items:center;gap:4px;font-size:.72rem;font-weight:600;color:var(--accent);background:var(--accent-dim);padding:2px 7px;border-radius:20px}.bb-card{background:var(--accent-dim);border:1px solid rgba(45,106,79,.12);border-radius:var(--radius-sm);padding:14px;margin-top:4px}.bb-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.bb-label{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--accent)}.bb-check{display:flex;align-items:center;gap:4px;font-size:.73rem;font-weight:600;color:var(--accent)}.bb-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.bb-stat{display:flex;flex-direction:column;gap:2px}.bb-stat-val{font-size:.875rem;font-weight:600;color:var(--text)}.bb-stat-key{font-size:.72rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em}.bb-coa-btn{display:flex;align-items:center;gap:6px;margin-top:12px;width:100%;padding:9px 12px;background:#2d6a4f1a;border:1px solid rgba(45,106,79,.2);border-radius:var(--radius-xs);color:var(--accent);font-size:.85rem;font-weight:600;cursor:pointer;font-family:var(--font);transition:background .15s}.bb-coa-btn:active{background:#2d6a4f2e}.bb-low-stock{margin-top:10px;font-size:.78rem;font-weight:600;color:#92400e;background:#fef3c7;border-radius:var(--radius-xs);padding:7px 10px}.product-card{background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden;cursor:pointer;transition:transform .15s,box-shadow .15s;-webkit-tap-highlight-color:transparent;display:flex;flex-direction:column;position:relative}.product-card:active{transform:scale(.97);box-shadow:0 1px 2px #0000000f}.product-card--hero{border:1.5px solid rgba(45,106,79,.25)}.product-card__hero-badge{position:absolute;top:8px;left:8px;background:var(--accent);color:#fff;font-size:.67rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:3px 8px;border-radius:20px;z-index:1}.product-card__img{aspect-ratio:1;background:linear-gradient(135deg,#f0f5f2,#e8f0ec);display:flex;align-items:center;justify-content:center}.product-card__body{padding:10px 10px 12px;display:flex;flex-direction:column;gap:6px;flex:1}.product-card__meta{display:flex;flex-direction:column;gap:2px}.product-card__name{font-size:.9rem;font-weight:700;line-height:1.25;color:var(--text)}.product-card__dose{font-size:.73rem;color:var(--text-muted);font-weight:500}.product-card__trust{display:flex;flex-wrap:wrap;gap:4px;align-items:center}.product-card__pricing{display:flex;align-items:baseline;gap:6px;flex-wrap:wrap}.product-card__bulk-hint{font-size:.68rem;color:var(--accent);font-weight:600}.product-card__cta{margin-top:auto;padding-top:4px}.product-card__cta-text{font-size:.78rem;font-weight:600;color:var(--accent)}.product-card__img-photo{width:100%;height:100%;object-fit:cover;display:block}.catalog-header{display:flex;align-items:center;justify-content:space-between;padding:16px 16px 12px;background:var(--surface);border-bottom:1px solid #EBEBEA;position:sticky;top:0;z-index:10}.catalog-header__brand{display:flex;flex-direction:column;gap:1px}.catalog-header__wordmark{font-size:1.25rem;font-weight:800;letter-spacing:-.02em;color:var(--text);font-family:var(--font)}.catalog-header__tagline{font-size:.68rem;font-weight:500;color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em}.catalog-header__credit{display:flex;flex-direction:column;align-items:flex-end;gap:1px;background:var(--accent-dim);padding:6px 10px;border-radius:var(--radius-sm)}.catalog-header__credit-label{font-size:.65rem;font-weight:600;color:var(--accent);text-transform:uppercase;letter-spacing:.06em}.catalog-header__credit-value{font-size:.95rem;font-weight:800;color:var(--accent)}.catalog-hero-strip{background:var(--accent);padding:8px 16px}.catalog-hero-text{font-size:.72rem;font-weight:600;color:#ffffffeb;letter-spacing:.03em}.catalog-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.catalog-grid--hero{grid-template-columns:1fr 1fr}.catalog-error{padding:40px 24px;text-align:center}.sheet-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;background:#0006;display:flex;align-items:flex-end;animation:fade-in .2s ease}@keyframes fade-in{0%{opacity:0}}.sheet{width:100%;max-width:480px;margin:0 auto;background:var(--surface);border-radius:var(--radius) var(--radius) 0 0;padding-bottom:env(safe-area-inset-bottom,16px);animation:slide-up .25s ease}@keyframes slide-up{0%{transform:translateY(60px);opacity:0}}.sheet-handle{width:40px;height:4px;background:#d0d0cc;border-radius:2px;margin:10px auto 0}.sheet-body{padding:18px 20px 24px}.sheet-title{font-size:1.1rem;font-weight:700;color:var(--text);text-align:center;margin-bottom:6px}.sheet-desc{font-size:.875rem;color:var(--text-muted);text-align:center;margin-bottom:10px}.sheet-url{background:var(--bg);border-radius:var(--radius-sm);padding:10px 12px;font-size:.8rem;color:var(--text-muted);word-break:break-all;text-align:center}.pp-hero{position:relative;height:220px;background:linear-gradient(150deg,#eef4f1,#e0ede6);display:flex;align-items:center;justify-content:center;overflow:hidden}.pp-hero-bg{opacity:1}.pp-hero-img{width:100%;height:100%;object-fit:cover;display:block}.pp-share-btn{position:absolute;top:14px;right:14px;width:38px;height:38px;background:var(--surface);border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:var(--shadow);color:var(--text);-webkit-tap-highlight-color:transparent}.pp-share-btn:active{opacity:.7}.pp-body{padding-top:20px;padding-bottom:120px}.pp-title-row{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:8px}.pp-name{font-size:1.5rem;font-weight:800;line-height:1.15;letter-spacing:-.02em}.pp-dose{display:inline-block;margin-top:4px;font-size:.78rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em}.pp-desc{margin:10px 0 16px;font-size:.95rem;line-height:1.65;color:var(--text)}.pp-pack-picker{display:flex;gap:8px;margin:16px 0 10px}.pp-pack-btn{flex:1;display:flex;flex-direction:column;align-items:center;padding:10px 6px;border-radius:var(--radius-sm);border:1.5px solid #E0E0DC;background:var(--surface);cursor:pointer;font-family:var(--font);-webkit-tap-highlight-color:transparent;transition:border-color .15s,background .15s;gap:2px}.pp-pack-btn--active{border-color:var(--accent);background:var(--accent-dim)}.pp-pack-btn__label{font-size:.8rem;font-weight:700;color:var(--text)}.pp-pack-btn--active .pp-pack-btn__label{color:var(--accent)}.pp-pack-btn__save{font-size:.67rem;font-weight:700;color:var(--accent);text-transform:uppercase;letter-spacing:.04em}.pp-pack-btn__price{font-size:.75rem;color:var(--text-muted)}.pp-pack-btn--active .pp-pack-btn__price{color:var(--accent)}.pp-total-row{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-top:1px solid #EBEBEA;margin-bottom:4px}.pp-total-label{font-size:.85rem;color:var(--text-muted)}.pp-total-price{font-size:1.2rem;font-weight:800;color:var(--text)}.pp-shipping-note{font-size:.72rem;color:var(--text-muted);text-align:center;margin-bottom:4px}.pp-divider{height:1px;background:#ebebea;margin:20px 0}.pp-section{padding:2px 0 6px}.pp-section-title{font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);margin:0 0 12px}.pp-tier-table{display:flex;flex-direction:column;gap:10px}.pp-tier-row{display:flex;align-items:center;gap:8px}.pp-tier-label{font-size:.88rem;font-weight:600;color:var(--text);min-width:64px}.pp-tier-price{font-size:.88rem;color:var(--text);flex:1}.pp-tier-save{font-size:.7rem;font-weight:700;color:var(--accent);background:var(--accent-dim);padding:2px 7px;border-radius:20px;text-transform:uppercase;letter-spacing:.04em}.pp-trust{display:grid;grid-template-columns:repeat(4,1fr);gap:6px;padding:4px 0 6px}.pp-trust-item{display:flex;flex-direction:column;align-items:center;gap:7px}.pp-trust-icon{width:40px;height:40px;background:#f5f5f3;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--text-muted)}.pp-trust-label{font-size:.62rem;font-weight:600;color:var(--text-muted);text-align:center;line-height:1.3;letter-spacing:.01em}.pp-included{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:9px}.pp-included li{font-size:.88rem;color:var(--text);line-height:1.4;padding-left:16px;position:relative}.pp-included li:before{content:"";position:absolute;left:0;top:7px;width:4px;height:4px;border-radius:50%;background:var(--text-muted)}.pp-disclaimer{font-size:.72rem;color:var(--text-muted);line-height:1.6;text-align:center;padding:4px 0 8px}.pp-cta-bar{position:fixed;bottom:calc(var(--nav-h) + env(safe-area-inset-bottom,0px));left:50%;transform:translate(-50%);width:100%;max-width:480px;padding:12px 16px;background:var(--surface);border-top:1px solid #EBEBEA;z-index:50}.pp-cta-ok{background:#16a34a!important}.cart-header{display:flex;align-items:center;justify-content:space-between;padding:16px;border-bottom:1px solid #EBEBEA;background:var(--surface);position:sticky;top:0;z-index:10}.cart-items{padding:12px 16px;display:flex;flex-direction:column;gap:10px}.cart-item{background:var(--surface);border-radius:var(--radius-sm);padding:14px;box-shadow:var(--shadow);display:flex;align-items:center;gap:12px}.cart-item__info{flex:1;display:flex;flex-direction:column;gap:2px}.cart-item__name{font-size:.9rem;font-weight:600}.cart-item__dose{font-size:.75rem;color:var(--text-muted)}.cart-item__bulk{font-size:.67rem;font-weight:700;color:var(--accent);background:var(--accent-dim);padding:1px 6px;border-radius:10px;width:fit-content;margin-top:2px}.cart-item__controls{display:flex;align-items:center;gap:8px}.cart-item__qty-ctrl{display:flex;align-items:center;gap:8px;background:var(--bg);border-radius:var(--radius-xs);padding:3px 6px}.cart-item__btn{width:28px!important;height:28px!important;font-size:.95rem}.cart-item__qty{font-size:.9rem;font-weight:600;min-width:20px;text-align:center}.cart-item__total{font-size:.9rem;font-weight:700;min-width:56px;text-align:right}.cart-item__remove{background:none;border:none;cursor:pointer;padding:4px;color:var(--text-muted);transition:color .15s;-webkit-tap-highlight-color:transparent}.cart-item__remove:active{color:var(--danger)}.cart-summary__card{background:var(--surface);border-radius:var(--radius-sm);padding:16px;box-shadow:var(--shadow)}.cart-summary__row{display:flex;justify-content:space-between;font-size:.9rem;padding:5px 0;color:var(--text-muted)}.cart-summary__row span:last-child{font-weight:600;color:var(--text)}.cart-summary__row--credit span{color:var(--accent)!important;font-weight:600}.cart-summary__row--total{font-size:1.05rem;font-weight:700}.cart-summary__row--total span{font-size:1.1rem;font-weight:800;color:var(--text)!important}.cart-summary__credit-note{font-size:.75rem;color:var(--accent);margin-top:8px;background:var(--accent-dim);border-radius:var(--radius-xs);padding:6px 8px;text-align:center}.checkout-header{padding:4px 0 16px}.checkout-section{background:var(--surface);border-radius:var(--radius-sm);padding:16px;margin-bottom:14px;box-shadow:var(--shadow)}.checkout-section-title{font-size:.8rem;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.07em;margin-bottom:14px}.checkout-row{display:flex;gap:10px}.input-err{border-color:var(--danger)!important}.field-err{font-size:.75rem;color:var(--danger);margin-top:3px;display:block}.currency-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.currency-btn{padding:8px 4px;border-radius:var(--radius-xs);border:1.5px solid #E5E7EB;background:var(--bg);font-size:.72rem;font-weight:600;color:var(--text-muted);cursor:pointer;font-family:var(--font);transition:border-color .15s,background .15s;-webkit-tap-highlight-color:transparent;text-align:center}.currency-btn--active{border-color:var(--accent);background:var(--accent-dim);color:var(--accent)}.checkout-summary__row{display:flex;justify-content:space-between;font-size:.9rem;padding:5px 0;color:var(--text-muted)}.checkout-summary__row span:last-child{font-weight:600;color:var(--text)}.checkout-summary__row--credit span{color:var(--accent)!important}.checkout-summary__row--total{font-size:1rem;font-weight:700}.checkout-summary__row--total span{font-size:1.1rem;font-weight:800;color:var(--text)!important}.checkout-note{font-size:.78rem;color:var(--text-muted);text-align:center;line-height:1.5;background:var(--surface);border-radius:var(--radius-sm);padding:12px 14px}.oc-success-mark{display:flex;flex-direction:column;align-items:center;padding:32px 0 24px;text-align:center}.oc-check-circle{width:72px;height:72px;border-radius:50%;background:#f59e0b;display:flex;align-items:center;justify-content:center;margin-bottom:16px;animation:pop-in .4s cubic-bezier(.175,.885,.32,1.275)}@keyframes pop-in{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}.oc-title{font-size:1.8rem;font-weight:800;letter-spacing:-.03em;margin-bottom:4px}.oc-subtitle{font-size:.9rem;color:var(--text-muted)}.oc-subtitle strong{color:var(--text)}.oc-summary-card{background:var(--surface);border-radius:var(--radius-sm);padding:16px;box-shadow:var(--shadow)}.oc-summary-row{display:flex;justify-content:space-between;font-size:.9rem;padding:5px 0;color:var(--text-muted)}.oc-summary-row span:last-child{font-weight:600;color:var(--text)}.oc-summary-row--credit span{color:var(--accent)!important}.oc-summary-row--total span{font-size:1.1rem;font-weight:800;color:var(--text)!important}.oc-pay-btn{background:#f59e0b;font-size:1rem}.oc-status-note{display:flex;gap:8px;align-items:flex-start;background:#eff6ff;border-radius:var(--radius-sm);padding:12px 14px;margin-top:14px;font-size:.78rem;color:#1d4ed8;line-height:1.5}.oc-referral-card{background:var(--surface);border-radius:var(--radius);padding:20px 18px;box-shadow:var(--shadow);margin-top:16px;text-align:center;border:1.5px solid var(--accent-dim)}.oc-referral-icon{font-size:2.2rem;margin-bottom:10px}.oc-referral-card h3{font-size:1.05rem;font-weight:700;margin-bottom:8px}.oc-referral-card p{font-size:.85rem;color:var(--text-muted);line-height:1.55}.profile-header{display:flex;align-items:center;gap:14px;padding:20px 16px 16px;background:var(--surface);border-bottom:1px solid #EBEBEA}.profile-avatar{width:56px;height:56px;border-radius:50%;overflow:hidden;flex-shrink:0;background:var(--accent-dim);display:flex;align-items:center;justify-content:center}.profile-avatar__img{width:100%;height:100%;object-fit:cover}.profile-avatar__initials{font-size:1.4rem;font-weight:700;color:var(--accent)}.profile-info{flex:1;min-width:0}.profile-name{font-size:1.05rem;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-username{font-size:.8rem;color:var(--text-muted)}.profile-credit-chip{display:flex;flex-direction:column;align-items:flex-end;gap:1px;background:var(--accent-dim);padding:8px 12px;border-radius:var(--radius-sm);flex-shrink:0}.profile-credit-chip__label{font-size:.62rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--accent)}.profile-credit-chip__val{font-size:1rem;font-weight:800;color:var(--accent)}.profile-tabs{display:flex;background:var(--surface);border-bottom:1px solid #EBEBEA}.profile-tab{flex:1;padding:12px 8px;border:none;background:transparent;cursor:pointer;font-size:.83rem;font-weight:500;color:var(--text-muted);font-family:var(--font);border-bottom:2px solid transparent;transition:color .15s,border-color .15s;-webkit-tap-highlight-color:transparent}.profile-tab--active{color:var(--accent);border-bottom-color:var(--accent);font-weight:700}.orders-section-title{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--text-muted);margin-bottom:10px}.order-card{background:var(--surface);border-radius:var(--radius-sm);padding:14px;box-shadow:var(--shadow);margin-bottom:10px}.order-card__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.order-card__number{font-size:.8rem;font-weight:600;font-family:monospace}.order-card__items{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:10px}.order-card__item{font-size:.75rem;color:var(--text-muted);background:var(--bg);border-radius:var(--radius-xs);padding:3px 8px}.order-card__footer{display:flex;align-items:center;justify-content:space-between}.order-card__total{font-size:1rem;font-weight:700}.rewards-credit-card{background:var(--accent);border-radius:var(--radius);padding:24px;text-align:center;margin-bottom:14px;color:#fff}.rewards-credit-label{display:block;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;opacity:.8;margin-bottom:6px}.rewards-credit-val{display:block;font-size:2.5rem;font-weight:800;letter-spacing:-.03em;margin-bottom:4px}.rewards-credit-note{font-size:.75rem;opacity:.75;color:#fff}.rewards-referral-card{background:var(--surface);border-radius:var(--radius-sm);padding:18px;box-shadow:var(--shadow);margin-bottom:14px}.rewards-referral-card h3{font-size:1rem;font-weight:700;margin-bottom:8px}.rewards-referral-card p{font-size:.85rem;color:var(--text-muted);line-height:1.55}.rewards-referral-stats{display:flex;gap:16px;margin-top:14px}.rewards-stat{display:flex;flex-direction:column;gap:2px}.rewards-stat-val{font-size:1.3rem;font-weight:800}.rewards-stat-key{font-size:.72rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em}.rewards-history{margin-top:4px}.credit-tx{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid #F0F0EE}.credit-tx__desc{font-size:.85rem;color:var(--text-muted);text-transform:capitalize}.credit-tx__amt{font-size:.9rem;font-weight:700}.credit-tx__amt--pos{color:var(--accent)}.credit-tx__amt--neg{color:var(--danger)}.settings-section{background:var(--surface);border-radius:var(--radius-sm);padding:16px;box-shadow:var(--shadow);margin-bottom:14px}.settings-section-title{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--text-muted);margin-bottom:14px}.settings-toggle{display:flex;align-items:center;justify-content:space-between;padding:12px 0;border-bottom:1px solid #F0F0EE;cursor:pointer;font-size:.9rem}.settings-toggle:last-child{border-bottom:none}.settings-toggle input{display:none}.settings-toggle__knob{width:42px;height:24px;border-radius:12px;background:#d0d0cc;position:relative;flex-shrink:0;transition:background .2s}.settings-toggle__knob:after{content:"";position:absolute;top:3px;left:3px;width:18px;height:18px;border-radius:50%;background:#fff;transition:transform .2s;box-shadow:0 1px 3px #0003}.settings-toggle input:checked~.settings-toggle__knob{background:var(--accent)}.settings-toggle input:checked~.settings-toggle__knob:after{transform:translate(18px)}.rewards-link-row{display:flex;align-items:center;gap:8px;background:var(--bg);border-radius:var(--radius-xs);padding:10px 12px;margin-top:14px;border:1px solid #E8E8E5}.rewards-link-text{flex:1;font-size:.72rem;color:var(--text-muted);word-break:break-all;line-height:1.4}.rewards-link-copy{display:flex;align-items:center;gap:5px;flex-shrink:0;background:none;border:1.5px solid var(--accent);color:var(--accent);border-radius:var(--radius-xs);padding:5px 10px;font-size:.72rem;font-weight:700;cursor:pointer;font-family:var(--font);-webkit-tap-highlight-color:transparent}.rewards-share-btns{display:flex;gap:8px}.credit-tx__left{display:flex;flex-direction:column;gap:2px}.credit-tx__sub{font-size:.7rem;color:var(--text-muted)}.badge-status{display:inline-block;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:3px 9px;border-radius:99px;white-space:nowrap}.status-pending_payment{background:#fff3cd;color:#856404}.status-payment_complete,.status-paid{background:#d1ecf1;color:#0c5460}.status-processing{background:#cce5ff;color:#004085}.status-shipped{background:#d4edda;color:#155724}.status-delivered{background:#c3e6cb;color:#155724;font-weight:800}.status-cancelled{background:#f8d7da;color:#721c24}.order-stepper{display:flex;align-items:flex-start;margin:10px 0 12px;overflow:hidden}.order-stepper__step{display:flex;flex-direction:column;align-items:center;flex:1;position:relative;font-size:.6rem;color:#bdbdbb;text-align:center}.order-stepper__dot{width:9px;height:9px;border-radius:50%;background:#d8d8d5;margin-bottom:4px;flex-shrink:0;position:relative;z-index:1;transition:background .2s}.order-stepper__line{position:absolute;top:4px;left:50%;right:-50%;height:2px;background:#e8e8e5;transform:translateY(-50%);z-index:0}.order-stepper__step--done .order-stepper__dot,.order-stepper__step--done .order-stepper__line{background:var(--accent)}.order-stepper__step--done .order-stepper__label{color:var(--accent)}.order-stepper__step--active .order-stepper__dot{background:var(--accent);box-shadow:0 0 0 3px var(--accent-dim)}.order-stepper__step--active .order-stepper__label{color:var(--accent);font-weight:700}.order-stepper__label{line-height:1.2}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: var(--tg-theme-bg-color, #F5F5F3);--surface: var(--tg-theme-secondary-bg-color, #FFFFFF);--text: var(--tg-theme-text-color, #1A1A1A);--text-muted: var(--tg-theme-hint-color, #888888);--btn-bg: var(--tg-theme-button-color, #2D6A4F);--btn-text: var(--tg-theme-button-text-color, #FFFFFF);--link: var(--tg-theme-link-color, #2D6A4F);--accent: #2D6A4F;--accent-dim: #E8F5EE;--accent-light: #52B788;--danger: #DC2626;--warning: #D97706;--gold: #B7892F;--nav-h: 64px;--radius: 14px;--radius-sm: 9px;--radius-xs: 6px;--shadow: 0 1px 4px rgba(0,0,0,.08), 0 1px 2px rgba(0,0,0,.04);--shadow-md: 0 4px 16px rgba(0,0,0,.1);--font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}html,body,#root{height:100%;font-family:var(--font);font-size:16px;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;overscroll-behavior:none}.app-shell{display:flex;flex-direction:column;height:100%;max-width:480px;margin:0 auto;position:relative}.screen{flex:1;overflow-y:auto;overflow-x:hidden;padding-bottom:calc(var(--nav-h) + env(safe-area-inset-bottom,0px));-webkit-overflow-scrolling:touch}.screen-pad{padding:16px}h1{font-size:1.5rem;font-weight:700;line-height:1.2}h2{font-size:1.15rem;font-weight:600}h3{font-size:1rem;font-weight:600}p{line-height:1.55;color:var(--text-muted);font-size:.9rem}.btn{display:flex;align-items:center;justify-content:center;gap:6px;width:100%;padding:14px 20px;background:var(--btn-bg);color:var(--btn-text);border:none;border-radius:var(--radius);cursor:pointer;font-size:1rem;font-weight:600;font-family:var(--font);transition:opacity .15s,transform .1s;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none}.btn:active{opacity:.88;transform:scale(.98)}.btn:disabled{opacity:.45;pointer-events:none}.btn-secondary{background:var(--accent-dim);color:var(--accent)}.btn-ghost{background:transparent;color:var(--text);border:1.5px solid var(--border, #E5E7EB)}.btn-danger{background:var(--danger)}.btn-sm{padding:9px 14px;font-size:.875rem;border-radius:var(--radius-sm);width:auto}.btn-icon{width:40px;height:40px;padding:0;border-radius:50%;background:var(--surface);border:1.5px solid #E5E7EB;color:var(--text);cursor:pointer;font-size:1.1rem;display:flex;align-items:center;justify-content:center;transition:opacity .15s;-webkit-tap-highlight-color:transparent}.btn-icon:active{opacity:.7}.card{background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}.input{width:100%;padding:13px 14px;background:var(--surface);color:var(--text);border:1.5px solid #E5E7EB;border-radius:var(--radius-sm);font-size:.9375rem;font-family:var(--font);transition:border-color .15s;outline:none}.input:focus{border-color:var(--accent)}.input-label{display:block;font-size:.8rem;font-weight:500;color:var(--text-muted);margin-bottom:6px;text-transform:uppercase;letter-spacing:.04em}.input-group{margin-bottom:14px}.badge{display:inline-flex;align-items:center;gap:4px;padding:3px 8px;border-radius:20px;font-size:.73rem;font-weight:600;letter-spacing:.02em}.badge-verified{background:var(--accent-dim);color:var(--accent)}.badge-low-stock{background:#fef3c7;color:#92400e}.badge-status{padding:4px 10px;border-radius:20px;font-size:.78rem;font-weight:600}.status-pending_payment{background:#fef3c7;color:#92400e}.status-paid{background:#dbeafe;color:#1d4ed8}.status-processing{background:#ede9fe;color:#6d28d9}.status-shipped{background:#dcfce7;color:#166534}.status-delivered{background:#d1fae5;color:#065f46}.status-cancelled{background:#fee2e2;color:#991b1b}.divider{height:1px;background:#f0f0ee;margin:0}.section-header{display:flex;align-items:center;justify-content:space-between;padding:20px 16px 10px}.section-title{font-size:1rem;font-weight:700}.empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:60px 24px;text-align:center}.empty-icon{font-size:3rem;opacity:.35}.empty-title{font-size:1.1rem;font-weight:600}.empty-text{font-size:.875rem;color:var(--text-muted)}.toast-container{position:fixed;bottom:calc(var(--nav-h) + 16px + env(safe-area-inset-bottom,0px));left:50%;transform:translate(-50%);z-index:999;pointer-events:none;display:flex;flex-direction:column;align-items:center;gap:8px}.toast{background:#1a1a1a;color:#fff;padding:10px 18px;border-radius:20px;font-size:.875rem;font-weight:500;animation:toast-in .2s ease,toast-out .2s ease 1.8s forwards;box-shadow:var(--shadow-md)}@keyframes toast-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}@keyframes toast-out{to{opacity:0;transform:translateY(10px)}}.price{font-size:1.05rem;font-weight:700}.price-bulk{color:var(--accent)}.price-retail{color:var(--text)}.price-muted{font-size:.8rem;color:var(--text-muted);font-weight:400}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#d0d0cc;border-radius:2px}.flex{display:flex}.flex-col{display:flex;flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-8{gap:8px}.gap-12{gap:12px}.text-muted{color:var(--text-muted);font-size:.875rem}.text-sm{font-size:.875rem}.text-xs{font-size:.75rem}.font-semibold{font-weight:600}.font-bold{font-weight:700}.mt-8{margin-top:8px}.mt-16{margin-top:16px}.mt-24{margin-top:24px}.mb-8{margin-bottom:8px}.mb-16{margin-bottom:16px}.w-full{width:100%}.text-center{text-align:center}.text-accent{color:var(--accent)}.text-danger{color:var(--danger)}
