:root{--primary:#00a652;--primary-pressed:#009149;--danger:#ed1b24;--surface:#fff;--bg:#f8f9fa;--bg-alt:#f0f2f5;--heading:#1a1a2e;--text-secondary:#475569;--text-muted:#b0b8c4;--border:#dfe5eb;--shadow:0 16px 40px #1a1a2e14;--sans:"Inter", "Ubuntu", "Segoe UI", "Helvetica Neue", sans-serif;font-family:var(--sans);color:var(--text-secondary);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-weight:400;line-height:1.45}*{box-sizing:border-box}html,body,#root{min-height:100%}body{background:var(--bg);margin:0}body,button,input,textarea{font:inherit}button,input,textarea{outline:none}button{cursor:pointer}button:focus-visible,input:focus-visible,textarea:focus-visible{outline-offset:2px;outline:3px solid #00a6523d}img{max-width:100%}a{color:inherit;text-decoration:none}#root{min-height:100svh}.app-shell{background:#eef3f7;min-height:100svh}.mobile-app{min-height:100svh;color:var(--text-secondary);flex-direction:column;display:flex}.splash-screen{background:radial-gradient(circle at 18% 18%,#00a6521f,#0000 24%),radial-gradient(circle at 82% 22%,#00a65214,#0000 22%),radial-gradient(circle at 20% 86%,#b0ccff38,#0000 18%),linear-gradient(#fbfdfb 0%,#edf4f1 100%);place-items:center;min-height:100svh;padding:24px 18px;display:grid;position:relative;overflow:hidden}.splash-screen__glow{filter:blur(4px);opacity:.8;border-radius:999px;position:absolute}.splash-screen__glow--one{border:10px solid #00a6521f;width:132px;height:132px;top:72px;right:-18px}.splash-screen__glow--two{border:10px solid #17503e14;width:160px;height:160px;bottom:110px;left:-40px}.splash-card{z-index:1;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffd6;border:1px solid #00a6521f;border-radius:32px;justify-items:center;gap:22px;width:min(100%,440px);padding:30px 24px 26px;display:grid;position:relative;box-shadow:0 26px 60px #1c372e1f}.splash-card__brand{text-align:left;align-items:center;gap:14px;display:flex}.splash-card__logo{object-fit:cover;border-radius:18px;width:82px;height:62px}.splash-card__brand h1{color:var(--heading);letter-spacing:-.04em;margin:2px 0 0;font-size:1.55rem;line-height:1}.splash-card__illustration{place-items:center;width:220px;height:220px;display:grid;position:relative}.splash-card__shape{display:block;position:absolute}.splash-card__shape--ring{border:2px solid #00a65238;border-radius:999px;animation:2.8s ease-in-out infinite splash-pulse}.splash-card__shape--ring-one{width:132px;height:132px}.splash-card__shape--ring-two{border-color:#00a6521f;width:176px;height:176px;animation-delay:.2s}.splash-card__shape--cross{background:linear-gradient(90deg,#0000 32%,#00a652e6 32% 68%,#0000 68%),linear-gradient(#0000 32%,#00a652e6 32% 68%,#0000 68%);border-radius:24px;width:76px;height:76px;box-shadow:0 18px 30px #00a6522e}.splash-card__shape--spark{background:#00a652e6;border-radius:999px;width:18px;height:18px;box-shadow:0 0 0 8px #00a65214}.splash-card__shape--spark-one{animation:2.4s ease-in-out infinite splash-float;top:48px;right:52px}.splash-card__shape--spark-two{animation:2.8s ease-in-out infinite reverse splash-float;bottom:42px;left:48px}.splash-card__copy{text-align:center;gap:8px;display:grid}.splash-card__tag{color:var(--primary);letter-spacing:.14em;text-transform:uppercase;margin:0;font-size:.78rem;font-weight:900}.splash-card__copy h2{color:var(--heading);letter-spacing:-.03em;margin:0;font-size:1.55rem;line-height:1.06}.splash-card__copy p{color:var(--text-secondary);margin:0}.splash-card__progress{background:#00a6521a;border-radius:999px;width:100%;max-width:260px;height:4px;overflow:hidden}.splash-card__progress span{border-radius:inherit;background:linear-gradient(90deg, #00a65233, var(--primary), #00a65233);width:42%;height:100%;animation:1.6s ease-in-out infinite splash-progress;display:block}.splash-card__chips{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}.splash-card__chips span{color:var(--primary);letter-spacing:.08em;text-transform:uppercase;background:#00a65214;border-radius:999px;padding:8px 12px;font-size:.78rem;font-weight:800}@keyframes splash-pulse{0%,to{opacity:.68;transform:scale(.96)}50%{opacity:1;transform:scale(1.02)}}@keyframes splash-float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes splash-progress{0%{transform:translate(-120%)}to{transform:translate(280%)}}.refill-page{gap:16px;max-width:820px;margin:0 auto;padding:20px;display:grid}.refill-page__header{align-items:flex-start;gap:16px}.refill-page__add{align-items:center;gap:8px;display:inline-flex}.refill-page__error{color:var(--danger);background:#ed1b2414;border-radius:14px;padding:12px 14px;font-weight:700}.refill-form{background:#ffffffe0;border:1px solid #1a1a2e0f;border-radius:20px;padding:16px;box-shadow:0 16px 32px #1a1a2e0f}.refill-form label{color:var(--heading);gap:8px;font-weight:700;display:grid}.refill-form input,.refill-form select,.refill-form textarea{width:100%;color:var(--heading);background:#fff;border:1px solid #1a1a2e14;border-radius:14px;padding:12px 14px}.refill-form textarea{resize:vertical;min-height:96px}.refill-form__actions{flex-wrap:wrap;gap:10px;display:flex}.refill-form__actions .primary-button,.refill-form__actions .secondary-button{min-width:140px}.refill-filters{border:0;flex-wrap:wrap;gap:8px;margin:0;padding:0;display:flex}.refill-filter{color:var(--heading);background:#ffffffd1;border:1px solid #1a1a2e14;border-radius:999px;align-items:center;gap:8px;padding:10px 14px;font-weight:700;display:inline-flex;box-shadow:0 8px 20px #1a1a2e0a}.refill-filter--active{color:var(--primary);background:#00a65214;border-color:#00a65233}.refill-filter__count{min-width:22px;color:inherit;text-align:center;background:#1a1a2e14;border-radius:999px;padding:2px 6px;font-size:.78rem}.refill-list{gap:12px;display:grid}.refill-card{background:#ffffffeb;border:1px solid #1a1a2e0d;border-radius:20px;padding:16px;box-shadow:0 14px 34px #1a1a2e0f}.refill-card__top{align-items:center;gap:12px;display:flex}.refill-card__icon{width:42px;height:42px;color:var(--primary);background:#00a6521a;border-radius:14px;flex:none;place-items:center;display:grid}.refill-card__summary{gap:3px;display:grid}.refill-card__summary strong{color:var(--heading)}.refill-card__summary span{color:var(--text-secondary);display:block}.refill-card__badge{white-space:nowrap;border-radius:999px;margin-left:auto;padding:6px 10px;font-weight:800}.refill-card__badge--overdue{color:var(--danger);background:#ed1b2414}.refill-card__badge--due{color:#b86d00;background:#fbc1291f}.refill-card__badge--refilled{color:var(--primary);background:#00a6521a}.refill-card__date,.refill-card__countdown,.refill-card__notes{margin:0}:is(.refill-card__date,.refill-card__countdown) .checkout-form label{color:var(--heading);gap:8px;font-weight:700;display:grid}:is(.refill-card__date,.refill-card__countdown) .checkout-form input,:is(.refill-card__date,.refill-card__countdown) .checkout-form select,:is(.refill-card__date,.refill-card__countdown) .checkout-form textarea{width:100%;color:var(--heading);font:inherit;background:#fff;border:1px solid #1a1a2e14;border-radius:14px;padding:12px 14px}:is(.refill-card__date,.refill-card__countdown) .checkout-form select{appearance:none;box-sizing:border-box;background-color:#fff;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'><path d='M6 7l4 4 4-4' stroke='%23666' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round' /></svg>");background-position:right 12px center;background-repeat:no-repeat;background-size:16px 16px;border:1px solid #1a1a2e14;padding-right:44px}:is(.refill-card__date,.refill-card__countdown) .checkout-form select:focus{border-color:#00a6523d;outline:none;box-shadow:0 0 0 4px #00a65214}.refill-card__date,.refill-card__countdown{color:var(--text-secondary);align-items:center;gap:8px;display:inline-flex}.refill-card__countdown{color:var(--heading);margin-top:10px;font-weight:700}.refill-card__notes{color:var(--text-secondary);margin-top:8px}.refill-card__snooze{flex-wrap:wrap;align-items:center;gap:8px;margin-top:12px;display:flex}.refill-card__chip{background:#ffffffeb;border:1px solid #1a1a2e14;border-radius:999px;padding:8px 12px}.refill-card__actions{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}.refill-card__button{border-radius:12px;padding:10px 12px}.refill-card__button--primary{background:var(--primary);color:#fff}.refill-card__button--outline{background:#fff;border:1px solid #1a1a2e0f}.refill-card__button--ghost{background:0 0;border:1px solid #0000}.refill-empty{text-align:center;color:var(--text-secondary);justify-items:center;gap:10px;padding:40px 20px;display:grid}.refill-help{background:linear-gradient(#00a65214,#00a65208);border:1px solid #00a6521f;border-radius:20px;justify-content:space-between;align-items:center;gap:16px;padding:18px;display:flex}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (width<=640px){.refill-page{padding:16px}.refill-form,.refill-card,.refill-help{border-radius:16px}.refill-help{flex-direction:column;align-items:flex-start}}.offline-page{background:radial-gradient(circle at 0 0,#00a65224,#0000 34%),linear-gradient(#f8fbf9 0%,#eef3f7 100%);place-items:center;min-height:100svh;padding:24px 16px;display:grid}.offline-panel{text-align:center;justify-items:center;gap:16px;width:100%;max-width:420px;padding:28px 20px;display:grid}.offline-panel__brand{color:var(--heading);align-items:center;gap:10px;font-weight:900;display:inline-flex}.offline-panel__brand img{object-fit:cover;border-radius:12px;width:54px;height:42px}.offline-illustration{background:linear-gradient(#00a6521a,#00a65208);border:1px solid #00a65224;border-radius:999px;place-items:center;width:132px;height:132px;margin-top:4px;display:grid;position:relative}.offline-illustration__signal{width:84px;height:64px;position:relative}.offline-illustration__signal span{border:8px solid #0000;border-top-color:var(--primary);border-radius:999px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.offline-illustration__signal span:first-child{opacity:.95;width:28px;height:28px}.offline-illustration__signal span:nth-child(2){opacity:.58;width:56px;height:56px}.offline-illustration__signal span:nth-child(3){opacity:.26;width:84px;height:84px}.offline-illustration__slash{background:var(--danger);border-radius:999px;width:96px;height:8px;position:absolute;transform:rotate(-42deg);box-shadow:0 8px 18px #ed1b242e}.offline-panel__status{color:var(--danger);letter-spacing:.12em;text-transform:uppercase;background:#ed1b2414;border-radius:999px;margin:0;padding:7px 10px;font-size:.74rem;font-weight:900}.offline-panel h1{color:var(--heading);margin:0;font-size:1.75rem;line-height:1.06}.offline-panel__copy{max-width:340px;color:var(--text-secondary);margin:0}.offline-panel__button{width:100%;max-width:260px;margin-top:4px}.topbar{z-index:30;box-sizing:border-box;border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#f8f9faf5;justify-content:space-between;align-items:center;gap:12px;width:100%;max-width:980px;padding:14px 16px;display:flex;position:fixed;top:0;left:50%;transform:translate(-50%)}.topbar--home{grid-template-columns:auto 1fr auto;align-items:center;display:grid}.topbar--home .menu-button{justify-self:start}.topbar--home .brand-lockup{justify-self:center}.topbar--home .topbar__actions{justify-self:end}.topbar__avatar{background:#fff;border:1px solid #00a65238;border-radius:999px;width:44px;height:44px;padding:0;overflow:hidden;box-shadow:0 8px 20px #1a1a2e14}.topbar__avatar img{object-fit:cover;width:100%;height:100%;display:block}.icon-button{position:relative}.icon-button .badge{background:var(--primary);color:#fff;border-radius:999px;place-items:center;min-width:20px;height:20px;padding:0 6px;font-size:.78rem;font-weight:800;display:inline-grid;position:absolute;top:-6px;right:-6px}.notifications-panel{z-index:80;background:#fff;border:1px solid #1a1a2e0f;border-radius:12px;width:min(320px,100vw - 24px);max-width:calc(100vw - 24px);max-height:420px;padding:10px;position:fixed;top:72px;left:auto;right:12px;overflow:auto;box-shadow:0 10px 30px #1a1a2e14}.notification-banner{z-index:60;background:linear-gradient(90deg,#fffffffa,#fffffffa);border:1px solid #1a1a2e0a;border-radius:12px;justify-content:space-between;align-items:center;gap:12px;width:calc(100% - 32px);max-width:980px;padding:12px 16px;display:flex;position:fixed;top:66px;left:50%;transform:translate(-50%)}.notification-banner p{color:var(--heading);margin:0;font-weight:700}.notifications-empty{color:var(--text-secondary);text-align:center;padding:12px}.notification-item{border-bottom:1px solid #1a1a2e0a;border-radius:10px;padding:10px}.notification-item--unread{background:#00a6520a}.notification-item__title{color:var(--heading);margin-bottom:4px;font-weight:700}.notification-item__body{color:var(--text-secondary);font-size:.92rem}.brand-lockup{color:inherit;text-align:left;background:0 0;border:0;align-items:center;gap:12px;padding:0;display:inline-flex}.brand-logo{object-fit:cover;border-radius:14px;width:80px;height:60px}.brand-lockup strong,.brand-lockup small{display:block}.brand-lockup strong{color:var(--heading);font-size:1rem;line-height:1.1}.brand-lockup small{color:var(--text-muted);margin-top:2px;font-size:.74rem}.content--home{gap:18px}.home-dashboard{gap:16px;padding-top:4px;display:grid}.home-dashboard__topbar{justify-content:space-between;align-items:center;gap:14px;display:flex}.home-dashboard__welcome{gap:8px;display:grid}.home-dashboard__welcome h1{color:var(--heading);letter-spacing:-.04em;margin:0;font-size:clamp(2.1rem,8vw,2.9rem);line-height:.95}.home-dashboard__location{color:var(--heading);align-items:center;gap:10px;font-size:.95rem;font-weight:700;display:inline-flex}.home-dashboard__location-icon{width:16px;height:16px;color:var(--heading);place-items:center;font-size:1rem;line-height:1;display:inline-grid}.home-dashboard__profile{background:#fff;border:3px solid #00a65247;border-radius:999px;flex:none;width:62px;height:62px;padding:0;overflow:hidden;box-shadow:0 10px 24px #1a1a2e1a}.home-dashboard__profile img{object-fit:cover;width:100%;height:100%;display:block}.home-search{background:#fffffff5;border:1px solid #dfe5eb;border-radius:18px;align-items:center;gap:10px;min-height:58px;padding:0 18px;display:flex;box-shadow:0 16px 34px #1a1a2e0f}.home-search__icon{color:var(--text-muted);font-size:1.25rem;font-weight:700}.home-search input{min-width:0;color:var(--heading);background:0 0;border:0;outline:none;flex:1;font-size:.98rem}.home-search input::placeholder{color:var(--text-muted)}.home-quick-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.home-quick-card{text-align:left;color:#fff;border:0;border-radius:28px;align-content:start;justify-items:start;gap:12px;min-height:180px;padding:18px;display:grid;box-shadow:0 20px 44px #1a1a2e1f}.home-quick-card strong{font-size:1.15rem;line-height:1.08}.home-quick-card span:last-child{color:#fffffff0;max-width:130px;font-size:.9rem}.home-quick-card__icon{background:#ffffff29;border-radius:16px;place-items:center;width:56px;height:56px;display:inline-grid}.home-quick-card__icon img{object-fit:contain;filter:brightness(0)invert();width:24px;height:24px;display:block}.home-quick-card__icon-fallback{border:2px solid #ffffffe6;border-radius:999px;width:22px;height:22px}.home-quick-card--success{background:linear-gradient(#0c9a58 0%,#0a8a50 100%)}.home-quick-card--primary{background:linear-gradient(#3d6fff 0%,#3366ea 100%)}.home-quick-card--soft{color:var(--heading);background:linear-gradient(#dbe8ff 0%,#cfdef8 100%)}.home-quick-card--soft span:last-child{color:var(--text-secondary)}.home-quick-card--soft .home-quick-card__icon{background:#00a6521f}.home-quick-card--soft .home-quick-card__icon img{filter:none}.home-quick-card--muted{background:linear-gradient(#dbe8ff 0%,#e4efff 100%)}.home-reminder{width:100%;min-height:96px;color:var(--heading);background:linear-gradient(#fde7e7 0%,#f9dede 100%);border:1px solid #e8b8b8b3;border-radius:22px;grid-template-columns:60px 1fr auto;align-items:center;gap:12px;padding:14px 16px;display:grid;box-shadow:0 14px 30px #1a1a2e0f}.home-reminder__icon{color:#b91c1c;background:#b91c1c1f;border-radius:999px;place-items:center;width:60px;height:60px;font-size:1.35rem;display:grid}.home-reminder__content{gap:4px;display:grid}.home-reminder__content strong{color:#a61f1f;letter-spacing:.02em;text-transform:uppercase;font-size:.98rem}.home-reminder__content span{color:var(--heading);font-size:1rem}.home-reminder__action{color:#fff;background:#a61f1f;border-radius:14px;place-items:center;min-width:78px;min-height:42px;padding:0 14px;font-weight:800;display:inline-grid;box-shadow:0 10px 22px #a61f1f38}.home-section{gap:12px;display:grid}.home-section__heading{align-items:center}.home-category-row{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;overscroll-behavior-x:contain;gap:14px;padding:2px 2px 6px;display:flex;overflow:auto hidden}.home-category-row::-webkit-scrollbar{display:none}.home-category-card{color:var(--heading);text-align:center;scroll-snap-align:start;background:0 0;border:0;flex:none;justify-items:center;gap:10px;min-width:92px;display:grid}.home-category-card__image{background:linear-gradient(#f6faf7 0%,#eef4ef 100%);border:1px solid #c5d1c8f2;border-radius:999px;place-items:center;width:92px;height:92px;padding:8px;display:grid;box-shadow:0 10px 24px #1a1a2e0d}.home-category-card__image img{object-fit:cover;border-radius:999px;width:100%;height:100%;display:block}.home-category-card strong{font-size:.9rem;line-height:1.08}.home-tip-card{background:var(--surface);text-align:left;border:1px solid #dfe5ebe6;border-radius:28px;gap:12px;width:100%;min-height:260px;padding:14px;display:grid;position:relative;overflow:hidden;box-shadow:0 18px 40px #1a1a2e1a}.home-tip-card__media{aspect-ratio:1.2;background:linear-gradient(#f6faf7 0%,#eef4ef 100%);border-radius:22px;place-items:center;width:100%;display:grid;overflow:hidden}.home-tip-card__media img{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.home-tip-card__overlay{color:var(--heading);gap:4px;padding:0 2px 4px;display:grid}.home-tip-card__overlay p{color:var(--primary);letter-spacing:.12em;text-transform:uppercase;margin:0;font-size:.72rem;font-weight:900}.home-tip-card__overlay h3{color:var(--heading);margin:0;font-size:1.06rem;line-height:1.15}.home-tip-card__overlay span{color:var(--text-secondary);font-size:.9rem}.home-tip-card__overlay small{color:var(--text-muted);font-size:.78rem;font-weight:700}.home-tip-carousel{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:12px;padding-bottom:4px;display:flex;overflow-x:auto}.home-tip-carousel>.home-tip-card{scroll-snap-align:start;flex:0 0 100%}.home-tip-card:focus-visible{outline-offset:2px;outline:3px solid #00a6523d}.ai-assistant-shell{background:radial-gradient(circle at 100% 0,#00a6521f,#0000 28%),linear-gradient(#fff 0%,#f7fbf8 100%);gap:16px;display:grid}.ai-assistant-shell__heading{align-items:center}.ai-assistant-banner{color:var(--heading);background:#00a65214;border:1px solid #00a6521f;border-radius:20px;gap:6px;padding:14px 16px;display:grid}.ai-assistant-banner strong{letter-spacing:.02em;font-size:.92rem}.ai-assistant-banner p{color:var(--text-secondary);margin:0;line-height:1.55}.ai-assistant-banner--soft{background:#ffffffe6}.faq-page{gap:16px;display:grid}.faq-page__heading{align-items:center}.faq-page__intro{padding:16px}.faq-page__list{gap:12px;display:grid}.faq-item{border:1px solid var(--border);background:var(--surface);border-radius:20px;overflow:hidden;box-shadow:0 12px 28px #1a1a2e0d}.faq-item summary{cursor:pointer;color:var(--heading);justify-content:space-between;align-items:center;gap:12px;padding:16px 18px;font-weight:800;list-style:none;display:flex}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";color:var(--primary);font-size:1.2rem;line-height:1}.faq-item[open] summary:after{content:"–"}.faq-item p{color:var(--text-secondary);margin:0;padding:0 18px 18px;line-height:1.6}.faq-page__actions{flex-wrap:wrap;gap:10px;display:flex}.shop-more-card__actions{flex-wrap:wrap;gap:10px;width:100%;display:flex}.ai-assistant-error,.ai-assistant-loading,.ai-assistant-summary{border:1px solid var(--border);background:var(--surface);border-radius:20px;box-shadow:0 16px 34px #1a1a2e0f}.ai-assistant-loading,.ai-assistant-summary{padding:14px 16px}.ai-assistant-summary strong{color:var(--heading)}.ai-assistant-summary p{color:var(--text-secondary);margin:6px 0 0}.ai-assistant-quick-actions{scrollbar-width:none;-webkit-overflow-scrolling:touch;gap:10px;padding-bottom:4px;display:flex;overflow-x:auto}.ai-assistant-quick-actions::-webkit-scrollbar{display:none}.ai-assistant-quick-action{min-height:42px;color:var(--heading);white-space:nowrap;background:#fff;border:1px solid #00a65229;border-radius:999px;padding:0 14px;font-size:.88rem;font-weight:800;box-shadow:0 8px 18px #1a1a2e0d}.ai-chat{gap:14px;padding:4px 0 0;display:grid}.ai-chat__message{gap:12px;display:grid}.ai-chat__message--user{justify-items:end}.ai-chat__message--assistant{justify-items:start}.ai-chat__bubble{border:1px solid var(--border);background:var(--surface);border-radius:18px 18px 18px 8px;gap:8px;width:auto;max-width:min(84%,680px);padding:16px;display:grid;box-shadow:0 18px 38px #1a1a2e14}.ai-chat__message--user .ai-chat__bubble{background:linear-gradient(#00a6521f,#00a65214);border-color:#00a6522e;border-radius:18px 18px 8px;margin-left:auto}.ai-chat__message--assistant .ai-chat__bubble{margin-right:auto}.ai-chat__bubble-header{justify-content:space-between;align-items:center;gap:10px;display:flex}.ai-chat__bubble-header strong{color:var(--heading)}.ai-chat__bubble p{color:var(--text-secondary);margin:0;line-height:1.6}.ai-chat__disclaimer{color:var(--text-muted);padding-top:4px;font-size:.86rem}.ai-chat__pill{min-height:28px;color:var(--primary-pressed);text-transform:uppercase;letter-spacing:.08em;background:#00a6521a;border-radius:999px;align-items:center;padding:0 10px;font-size:.74rem;font-weight:900;display:inline-flex}.ai-chat__pill--warning{color:var(--danger);background:#ed1b2414}.ai-chat__questions{color:var(--heading);gap:4px;margin:0;padding-left:18px;display:grid}.ai-chat__actions{flex-wrap:wrap;gap:10px;padding-top:4px;display:flex}.ai-chat__recommendations{gap:14px;width:min(100%,760px);display:grid}.ai-chat__recommendations-heading h3{color:var(--heading);margin:0;font-size:1.08rem}.ai-chat__recommendation-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;display:grid}.ai-chat__pharmacist-link{justify-content:flex-start;display:flex}.ai-chat__bubble--typing{align-items:center;gap:8px;width:auto;padding:14px 16px;display:inline-flex}.ai-chat__typing-text{color:var(--text-secondary);margin-right:4px;font-size:.9rem;font-weight:700}.ai-chat__bubble--typing span{background:var(--primary);border-radius:999px;width:9px;height:9px;animation:1.05s ease-in-out infinite aiTypingPulse}.ai-chat__bubble--typing span:nth-child(2){animation-delay:.12s}.ai-chat__bubble--typing span:nth-child(3){animation-delay:.24s}.ai-product-card{border:1px solid var(--border);background:var(--surface);border-radius:22px;gap:0;display:grid;overflow:hidden;box-shadow:0 14px 30px #1a1a2e12}.ai-product-card__media{background:linear-gradient(#f7fbf8 0%,#eef6ef 100%);border:0;min-height:176px;padding:0;position:relative}.ai-product-card__media img{object-fit:cover;width:100%;height:100%;display:block}.ai-product-card__badge{color:#fff;letter-spacing:.08em;text-transform:uppercase;background:#1a1a2ed1;border-radius:999px;align-items:center;min-height:28px;padding:0 10px;font-size:.72rem;font-weight:900;display:inline-flex;position:absolute;top:12px;left:12px}.ai-product-card__body{gap:8px;padding:14px;display:grid}.ai-product-card__meta{color:var(--text-muted);flex-wrap:wrap;gap:8px 12px;font-size:.8rem;font-weight:700;display:flex}.ai-product-card__body h4{color:var(--heading);margin:0;font-size:1rem;line-height:1.15}.ai-product-card__stock{color:var(--text-secondary);margin:0;font-size:.86rem}.ai-product-card__footer strong{color:var(--heading);font-size:1.12rem}.ai-product-card__actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.ai-assistant-composer{border:1px solid var(--border);background:#fffffff5;border-radius:24px;gap:12px;padding:16px;display:grid;box-shadow:0 18px 38px #1a1a2e14}.ai-assistant-composer__field{gap:8px;display:grid}.ai-assistant-composer__field span{color:var(--heading);letter-spacing:.08em;text-transform:uppercase;font-size:.82rem;font-weight:800}.ai-assistant-composer__field textarea{resize:vertical;border:1px solid var(--border);width:100%;min-height:110px;color:var(--heading);box-sizing:border-box;background:#fff;border-radius:18px;padding:14px 16px}.ai-assistant-composer__actions{flex-wrap:wrap;gap:10px;display:flex}.ai-fab{z-index:35;background:linear-gradient(#fff 0%,#eaf5ee 100%);border:0;border-radius:999px;place-items:center;width:64px;height:64px;padding:0;display:grid;position:fixed;bottom:180px;right:16px;box-shadow:0 18px 36px #1a1a2e2e}.ai-fab__ring{border-radius:inherit;border:2px solid #00a6521f;margin-bottom:150px;position:absolute;inset:-6px}.ai-fab__avatar{object-fit:cover;border-radius:inherit;width:100%;height:100%;display:block}.ai-fab__label{background:var(--primary);color:#fff;letter-spacing:.08em;text-transform:uppercase;border-radius:999px;min-height:20px;padding:0 7px;font-size:.66rem;font-weight:900;position:absolute;bottom:-4px;right:-2px;box-shadow:0 8px 16px #00a65238}.ai-fab:focus-visible{outline-offset:4px;outline:3px solid #00a65247}@keyframes aiTypingPulse{0%,80%,to{opacity:.45;transform:translateY(0)}40%{opacity:1;transform:translateY(-3px)}}.blog-detail-page,.blog-detail-card{gap:16px;display:grid}.blog-detail-card__media{aspect-ratio:1;background:#eef4ef;border-radius:26px;place-items:center;display:grid;overflow:hidden}.blog-detail-card__media img{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.blog-detail-card__body{gap:8px;display:grid}.blog-detail-card__body h2{color:var(--heading);margin:0;font-size:clamp(1.8rem,6vw,2.4rem);line-height:1.02}.blog-detail-card__meta{color:var(--text-muted);margin:0;font-weight:700}.blog-detail-card__description{color:var(--text-secondary);margin:0;font-size:1rem;line-height:1.6}.detail-page__back{justify-self:start}.store-page{gap:16px;display:grid}.categories-page{gap:18px;padding-bottom:12px;display:grid}.categories-page__hero h1{color:var(--heading);letter-spacing:-.03em;margin:0;font-size:clamp(2rem,6vw,2.45rem);line-height:1.02}.categories-page__hero p{color:var(--text-secondary);margin:8px 0 0;font-size:.98rem;line-height:1.5}.categories-page__search{background:#fff;border:1px solid #dfe5ebf2;border-radius:999px;align-items:center;gap:10px;min-height:52px;padding:0 16px;display:flex;box-shadow:0 8px 24px #1a1a2e0d}.categories-page__search-icon{color:#9aa8b5;font-size:1.1rem;line-height:1}.categories-page__search input{min-width:0;color:var(--heading);font:inherit;background:0 0;border:none;flex:1;font-size:.92rem}.categories-page__search input:focus{outline:none}.categories-page__featured{color:#fff;background:linear-gradient(135deg,#0f5132e0,#00783ec7),url(/assets/images/vitamins.webp) 50%/cover no-repeat;border-radius:24px;min-height:168px;padding:22px 20px;position:relative;overflow:hidden;box-shadow:0 18px 40px #0f513238}.categories-page__featured-copy{z-index:1;gap:10px;max-width:18rem;display:grid;position:relative}.categories-page__featured-badge{letter-spacing:.08em;text-transform:uppercase;background:#ffffff29;border-radius:999px;width:fit-content;padding:5px 10px;font-size:.68rem;font-weight:800;display:inline-flex}.categories-page__featured h2{letter-spacing:-.02em;margin:0;font-size:clamp(1.45rem,4vw,1.85rem);line-height:1.08}.categories-page__featured-link{color:#fff;font:inherit;cursor:pointer;background:0 0;border:none;justify-self:start;padding:0;font-size:.92rem;font-weight:800}.categories-page__prescription{background:linear-gradient(#fff7f4,#fff1ec);border:1px solid #d645451f;border-radius:24px;grid-template-columns:auto 1fr;gap:14px;padding:18px;display:grid}.categories-page__prescription-icon{color:#b42318;background:#d645451f;border-radius:16px;place-items:center;width:52px;height:52px;font-size:1.25rem;display:grid}.categories-page__prescription-copy{gap:8px;display:grid}.categories-page__prescription-copy h3{color:#8b2f2f;margin:0;font-size:1.15rem;line-height:1.15}.categories-page__prescription-copy p{color:#7a5b55;margin:0;font-size:.88rem;line-height:1.45}.categories-page__prescription-button{color:#fff;min-height:42px;font:inherit;cursor:pointer;background:#8b2f2f;border:none;border-radius:999px;justify-self:start;padding:0 18px;font-size:.88rem;font-weight:800}.categories-page__section-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.categories-page__section-head h2{color:var(--primary);letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:.72rem;font-weight:800}.categories-page__section-head span{color:var(--text-secondary);white-space:nowrap;font-size:.82rem}.categories-page__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.categories-page__card{text-align:left;cursor:pointer;background:#fff;border:1px solid #dfe5ebf2;border-radius:20px;gap:12px;padding:16px;transition:transform .14s,box-shadow .14s;display:grid;box-shadow:0 8px 22px #1a1a2e0a}.categories-page__card:hover{transform:translateY(-1px);box-shadow:0 12px 28px #1a1a2e14}.categories-page__card-icon{width:42px;height:42px;color:var(--primary);background:#2f80ed1a;border-radius:14px;place-items:center;font-size:1rem;display:grid}.categories-page__card strong{color:var(--heading);font-size:.98rem;line-height:1.25}.categories-page__empty{text-align:center;background:#ffffffe6;border:1px dashed #dfe5ebf2;border-radius:20px;padding:24px 16px}.categories-page__empty h3,.categories-page__empty p{margin:0}.categories-page__empty p{color:var(--text-secondary);margin-top:8px}.categories-page__newsletter{background:linear-gradient(#2f80ed1a,#2f80ed0a);border:1px solid #2f80ed1f;border-radius:24px;gap:12px;padding:20px;display:grid}.categories-page__newsletter h3{color:var(--heading);margin:0;font-size:1.15rem;line-height:1.15}.categories-page__newsletter p{color:var(--text-secondary);margin:0;font-size:.9rem;line-height:1.5}.categories-page__newsletter-form{grid-template-columns:1fr auto;gap:10px;display:grid}.categories-page__newsletter-form input{min-height:46px;font:inherit;background:#fff;border:1px solid #dfe5ebf2;border-radius:999px;padding:0 16px}.categories-page__newsletter-form button{color:#fff;min-height:46px;font:inherit;cursor:pointer;white-space:nowrap;background:#0f5132;border:none;border-radius:999px;padding:0 18px;font-size:.88rem;font-weight:800}.categories-page__newsletter-message{color:var(--primary);margin:0;font-size:.86rem;font-weight:700}@media (width<=360px){.categories-page__newsletter-form{grid-template-columns:1fr}}.store-page__lead{color:var(--text-secondary);margin:-4px 0 0;font-size:.98rem;line-height:1.55}.store-searchbar{margin-bottom:0}.store-page__filters{scrollbar-width:none;-webkit-overflow-scrolling:touch;gap:10px;padding-bottom:4px;display:flex;overflow-x:auto}.store-page__filters::-webkit-scrollbar{display:none}.store-filter-chip{min-height:42px;color:var(--primary-pressed);font:inherit;white-space:nowrap;background:#00a6520f;border:1px solid #00a65224;border-radius:999px;padding:0 14px;font-size:.88rem;font-weight:800}.store-filter-chip--active{background:var(--primary);color:#fff;border-color:#0000}.store-page__summary{background:linear-gradient(#00a65214,#00a65208);border:1px solid #00a6521f;border-radius:18px;gap:4px;padding:14px 16px;display:grid}.store-page__summary strong{color:var(--heading);font-size:1rem}.store-page__summary span{color:var(--text-secondary);font-size:.9rem}.store-branch-list{gap:14px;display:grid}.store-branch-card{border:1px solid var(--border);background:#fff;border-radius:24px;gap:14px;padding:18px;display:grid;box-shadow:0 16px 36px #1a1a2e0f}.store-branch-card__header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.store-branch-card__eyebrow{color:var(--primary);letter-spacing:.14em;text-transform:uppercase;margin:0 0 6px;font-size:.72rem;font-weight:900}.store-branch-card h3{color:var(--heading);margin:0;font-size:1.15rem;line-height:1.15}.store-branch-card__meta{gap:10px;display:grid}.store-branch-card__line{color:var(--text-secondary);align-items:flex-start;gap:10px;margin:0;font-size:.92rem;line-height:1.45;display:flex}.store-branch-card__icon{background:#00a65214;border-radius:999px;flex:none;place-items:center;width:22px;height:22px;display:inline-grid}.store-branch-card__tags{flex-wrap:wrap;gap:8px;display:flex}.store-tag{min-height:32px;color:var(--primary-pressed);background:#00a65214;border-radius:999px;align-items:center;padding:0 12px;font-size:.8rem;font-weight:800;display:inline-flex}.store-branch-card__actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.store-branch-card__actions .primary-button,.store-branch-card__actions .secondary-button{justify-content:center;align-items:center;width:100%;text-decoration:none;display:inline-flex}@media (width>=576px){.home-tip-carousel>.home-tip-card{flex-basis:100%}.blog-detail-card{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:start}.store-branch-card{padding:20px}}@media (width<=819px){.detail-card__body{display:block}.detail-order-box{border-top:1px solid var(--border);margin-top:12px;position:static}.detail-gallery__main,.detail-gallery img,.detail-gallery__thumb img{max-width:100%;margin:0 auto;display:block;height:auto!important}.detail-info{box-sizing:border-box;padding:0 6px}.detail-description{overflow-wrap:anywhere;padding:0 6px 12px}.topbar--home{grid-template-columns:40px 1fr auto}.home-dashboard__topbar{align-items:flex-start}.home-quick-card{min-height:170px}.home-reminder{grid-template-columns:54px 1fr}.home-reminder__action{grid-column:2;justify-self:center;margin-top:4px}}.topbar__actions{align-items:center;gap:8px;display:inline-flex}.icon-button,.menu-button{border:1px solid var(--border);background:var(--surface);min-height:44px;color:var(--heading);border-radius:14px;box-shadow:0 8px 20px #1a1a2e0f}.icon-button{align-items:center;gap:8px;padding:0 12px;display:inline-flex}.icon-button strong{min-width:24px;height:24px;color:var(--primary);background:#00a6521f;border-radius:999px;place-items:center;font-size:.78rem;display:grid}.menu-button{place-items:center;gap:3px;width:46px;padding:0;display:grid}.menu-button span{background:var(--heading);border-radius:999px;width:18px;height:2px;display:block}.menu-overlay{z-index:50;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#232f3b6b;justify-content:flex-start;align-items:stretch;display:flex;position:fixed;inset:0}.menu-sheet{-webkit-overflow-scrolling:touch;background:linear-gradient(#fff 0%,#fbfcfd 100%);border-right:1px solid #11182714;border-radius:0 0 28px;width:min(100%,420px);height:100svh;padding:20px 18px 28px;overflow:auto;box-shadow:24px 0 60px #0f172a2e}.menu-sheet__topbar{justify-content:space-between;align-items:center;margin-bottom:22px;display:flex}.menu-sheet__brand{object-fit:contain;width:104px;height:auto}.menu-sheet__close{color:#44524d;background:0 0;border:0;border-radius:999px;place-items:center;width:48px;height:48px;padding:0;font-size:3rem;line-height:1;display:grid}.menu-sheet__profile{border-bottom:1px solid #11182714;margin-bottom:20px;padding-bottom:20px}.menu-profile{text-align:left;background:0 0;border:0;align-items:center;gap:18px;width:100%;padding:0;display:flex}.menu-profile__avatar{background:linear-gradient(#95f0b8 0%,#7ae9a8 100%);border-radius:999px;flex:none;width:92px;height:92px;padding:4px;box-shadow:0 10px 24px #32b05b1f}.menu-profile__avatar img{border-radius:inherit;object-fit:cover;background:#fff;width:100%;height:100%}.menu-profile__copy{gap:6px;min-width:0;display:grid}.menu-profile__greeting{color:#13253f;letter-spacing:-.03em;font-size:clamp(1.6rem,5vw,2.3rem);font-weight:500;line-height:1.02}.menu-profile__cta{color:#13804b;align-items:center;gap:10px;font-size:1.1rem;font-weight:600;display:inline-flex}.menu-sheet__nav{gap:14px;margin-bottom:26px;display:grid}.menu-nav-item{text-align:left;background:0 0;border:0;grid-template-columns:72px minmax(0,1fr);align-items:center;gap:16px;padding:0;display:grid}.menu-nav-item__icon{color:#147f46;background:#eaf1ff;border-radius:18px;place-items:center;width:72px;height:72px;display:grid;box-shadow:inset 0 0 0 1px #147f460d}.menu-nav-item__icon img,.menu-nav-item__icon svg{width:30px;height:30px}.menu-nav-item__copy{gap:4px;min-width:0;display:grid}.menu-nav-item__label{color:#24323a;font-size:1.08rem;font-weight:500}.menu-nav-item__status{color:#15924d;align-items:center;gap:7px;font-size:.98rem;display:inline-flex}.menu-nav-item__status-dot{background:#1aa84f;border-radius:999px;width:10px;height:10px;box-shadow:0 0 0 3px #1aa84f1f}.menu-sheet__section{padding-top:8px}.menu-sheet__section strong{color:#707a72;text-transform:uppercase;letter-spacing:.08em;margin-bottom:22px;font-size:.95rem;font-weight:600;display:block}.menu-category-list{gap:24px;display:grid}.menu-category-row{color:#23303d;text-align:left;background:0 0;border:0;justify-content:space-between;align-items:center;gap:12px;width:100%;padding:0;font-size:1.04rem;font-weight:500;display:flex}.menu-category-row span:last-child{color:#bcc7be;font-size:2rem;line-height:1}.menu-category-row--active,.menu-category-row--active span:last-child{color:#13804b}.content{box-sizing:border-box;gap:14px;width:100%;max-width:980px;margin:0 auto;padding:92px 14px 98px;display:grid}.pull-refresh{z-index:28;color:var(--heading);pointer-events:none;will-change:transform;background:#fffffff5;border:1px solid #dfe5ebeb;border-radius:999px;align-items:center;gap:10px;padding:10px 14px;font-size:.86rem;font-weight:800;display:inline-flex;position:fixed;top:74px;left:50%;box-shadow:0 14px 30px #1a1a2e1f}.pull-refresh--ready,.pull-refresh--loading{color:var(--primary-pressed)}.pull-refresh__icon{border:2px solid;border-right-color:#0000;border-radius:999px;width:16px;height:16px}.pull-refresh--loading .pull-refresh__icon{animation:.85s linear infinite pull-refresh-spin}@keyframes pull-refresh-spin{to{transform:rotate(360deg)}}.hero-shell{border-radius:28px;gap:16px;padding:18px;display:grid}.eyebrow{color:var(--primary);letter-spacing:.14em;text-transform:uppercase;margin:0 0 8px;font-size:.74rem;font-weight:800}.hero-copy h1,.section-heading h2,.detail-card h2{color:var(--heading);letter-spacing:-.03em;margin:0;line-height:1.02}.hero-copy h1{font-size:2rem}.hero-copy p,.section-card p,.blog-card p,.contact-card p,.detail-card p,.empty-state p,.product-row p,.product-card p,.cart-row p{color:var(--text-secondary)}.hero-actions,.section-heading,.contact-card__actions,.product-row__actions,.product-row__meta,.product-row__footer,.product-card__body,.detail-meta,.summary-card,.quantity-controls{display:flex}.hero-actions{gap:10px;margin-top:16px}.primary-button,.secondary-button,.link-button,.talk-button,.bottom-nav__item,.quantity-controls button{min-height:44px;font:inherit;border-radius:14px}.danger-button{min-height:44px;font:inherit;color:var(--danger);background:#ed1b2414;border:1px solid #ed1b242e;border-radius:14px}.primary-button,.secondary-button,.talk-button{border:0;padding:0 16px;font-weight:800}.primary-button{background:var(--primary);color:#fff;box-shadow:0 12px 24px #00a65238}.primary-button:hover{background:var(--primary-pressed)}.secondary-button,.talk-button{color:var(--primary-pressed);background:#00a65214;border:1px solid #00a65238}.link-button{color:var(--primary-pressed);background:0 0;border:0;padding:0;font-weight:800}.hero-visual{background:#edf6ef;border-radius:24px;min-height:290px;position:relative;overflow:hidden}.hero-visual__image{object-fit:cover;border-radius:18px;position:absolute;box-shadow:0 14px 30px #1a1a2e14}.hero-visual__image--full{width:calc(100% - 24px);height:calc(100% - 24px);inset:12px}.hero-visual__thumbs{gap:8px;width:82px;display:grid;position:absolute;top:12px;right:12px}.hero-visual__thumb{background:#fff;border:2px solid #0000;border-radius:16px;padding:0;overflow:hidden;box-shadow:0 8px 18px #1a1a2e14}.hero-visual__thumb--active{border-color:#00a6526b}.hero-visual__thumb img{object-fit:cover;width:100%;height:54px;display:block}.hero-visual__badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffeb;border-radius:16px;max-width:calc(100% - 28px);padding:10px 12px;position:absolute;bottom:14px;left:14px}.hero-visual__badge span,.hero-visual__badge strong{display:block}.detail-page{padding:0}.detail-card__body{gap:16px;display:grid}.detail-gallery{width:100%;display:block}.detail-gallery__main{object-fit:contain;border-radius:12px;width:100%;height:auto;max-height:420px;margin:0 auto;display:block}.detail-gallery__thumbs{gap:8px;margin-top:8px;display:flex;overflow-x:auto}.detail-gallery__thumb{border:1px solid var(--border);background:#fff;border-radius:8px;width:64px;height:64px;overflow:hidden}.detail-info{width:100%}.detail-description{color:var(--text-secondary);margin-top:12px;line-height:1.5}.detail-order-box{border-top:1px solid var(--border);flex-direction:column;gap:10px;padding-top:12px;display:flex}@media (width>=820px){.detail-card__body{grid-template-columns:1fr 1fr 320px;align-items:start}.detail-gallery{grid-column:1/span 1}.detail-info{grid-column:2/span 1}.detail-order-box{grid-column:3/span 1;align-self:start;position:sticky;top:90px}}@media (width<=819px){.detail-card__body{display:block}.detail-order-box{border-top:1px solid var(--border);margin-top:12px;position:static}.detail-gallery__main,.detail-gallery img,.detail-gallery__thumb img{max-width:100%;margin:0 auto;display:block;height:auto!important}.detail-info{box-sizing:border-box;padding:0 6px}.detail-description{overflow-wrap:anywhere;padding:0 6px 12px}html,body{overflow-x:hidden}.mobile-app{border-radius:0;max-width:100vw;margin:0}.content{max-width:100vw;padding-left:12px;padding-right:12px}.section-card,.detail-card{padding-left:12px;padding-right:12px}.detail-card h2,.detail-card p,.detail-info{text-align:left}.detail-gallery__main{margin-left:0}}.account-card{border-radius:12px;padding:0;overflow:hidden}.account-profile{color:#fff;text-align:center;background:linear-gradient(#00a652 0% 100%);border:1px solid #ffffff0f;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;width:100%;padding:20px 22px;display:flex;box-shadow:0 8px 28px #0000001f}.account-profile .avatar{background:#fff;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;display:flex;overflow:hidden;box-shadow:0 6px 18px #00000014}.avatar-img{object-fit:cover;width:100%;height:100%;display:block}.account-profile h3{color:#fff;margin:12px 0 4px;font-size:1.05rem;font-weight:700}.account-profile p{color:#fffffff2;margin:0}.account-profile .muted{color:#ffffffe6;opacity:.95;margin-top:8px;font-size:.92rem}.account-actions{justify-content:center;gap:8px;margin-top:14px;display:flex}.hero-visual__badge span{color:var(--text-muted);text-transform:uppercase;letter-spacing:.12em;font-size:.72rem}.hero-visual__badge strong{color:var(--heading);margin-top:2px;font-size:.92rem}.promo-strip{border-radius:20px;gap:12px;padding:14px}.promo-strip article{flex:1 1 0}.promo-strip strong{color:var(--heading);font-size:1.05rem;display:block}.promo-strip span{color:var(--text-muted);margin-top:4px;font-size:.8rem;display:block}.section-card{border-radius:24px;padding:16px}.section-heading{justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px}.blog-card{border-radius:20px;overflow:hidden}.blog-card img,.detail-card__image,.product-card__image,.product-row__image{object-fit:cover;width:100%;display:block}.blog-card img,.detail-card__image{height:180px}.blog-card div{padding:14px}.blog-card h3{color:var(--heading);margin:0 0 8px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.product-card{text-align:left;border-radius:20px;padding:0;display:grid;overflow:hidden}.product-card__image{background:#f3f5f7;height:132px}.product-card__body{flex-direction:column;gap:8px;padding:12px}.product-card__body p,.product-row__meta span,.product-row__footer span{color:var(--text-muted);margin:0;font-size:.78rem}.product-card__body h3,.product-row__content h3,.cart-row__content h3,.detail-card h2{color:var(--heading);margin:0;font-size:1rem;line-height:1.25}.product-card strong,.product-row strong,.cart-row strong,.detail-meta strong,.summary-card strong{color:var(--heading)}.searchbar{color:var(--heading);gap:8px;margin-bottom:14px;font-weight:700;display:grid}.searchbar input,select,.stack-form input,.stack-form textarea{box-sizing:border-box;border:1px solid var(--border);width:100%;min-height:48px;color:var(--heading);font:inherit;background:#fff;border-radius:16px;outline:none;padding:0 14px}.stack-form textarea{resize:vertical;min-height:104px;padding:14px}.searchbar input:focus,.stack-form input:focus,.stack-form textarea:focus{border-color:#00a65285;box-shadow:0 0 0 4px #00a6521f}.product-list{gap:12px;display:grid}.product-list--featured{gap:14px}.featured-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.talk-embed{width:100%}.talk-embed__mount{border:1px solid var(--border);background:linear-gradient(#fff 0%,#f7faf8 100%);border-radius:20px;min-height:620px;position:relative;overflow:hidden}.talk-embed__widget{width:100%;height:620px;min-height:620px}.talk-embed__widget iframe{border:0!important;width:100%!important;height:100%!important}.talk-embed__state{z-index:2;text-align:center;background:#ffffffeb;align-content:center;justify-items:center;gap:10px;padding:24px;display:grid;position:absolute;inset:0}.talk-embed__state strong{color:var(--heading);font-size:1rem}.talk-embed__state p{max-width:330px;color:var(--text-secondary);margin:0}.talk-embed__state--error{background:#fff}.talk-embed__state--error strong{color:var(--danger)}.featured-card{border:1px solid var(--border);cursor:pointer;background:#fff;border-radius:20px;display:grid;overflow:hidden;box-shadow:0 14px 30px #1a1a2e0f}.featured-card__media{background:#f3f6f4;border:0;padding:0;position:relative}.featured-card__media img{object-fit:cover;width:100%;height:150px;display:block}.featured-card__tag{color:#fff;background:#00a652eb;border-radius:999px;padding:6px 8px;font-size:.72rem;font-weight:800;position:absolute;top:10px;right:10px}.featured-card__body{gap:8px;padding:12px;display:grid}.featured-card__meta,.featured-card__footer{color:var(--text-muted);justify-content:space-between;gap:8px;font-size:.74rem;display:flex}.featured-card__body h3{color:var(--heading);margin:0;font-size:.98rem;line-height:1.25}.featured-card__body p{color:var(--text-secondary);margin:0;font-size:.78rem}.featured-card__footer strong{color:var(--heading)}.featured-card__button{width:100%}.featured-grid__more{grid-column:1/-1}.product-row{cursor:pointer;border-radius:20px;grid-template-columns:96px 1fr;gap:0;display:grid;overflow:hidden}.product-row--featured{grid-template-columns:118px 1fr}.product-row__image-wrap{background:#f3f6f4;border:0;padding:0}.product-row__image{height:100%;min-height:176px}.product-row__content{gap:8px;padding:14px;display:grid}.product-row__meta,.product-row__footer{color:var(--text-muted);justify-content:space-between;gap:10px;font-size:.76rem}.product-row__content p{margin:0}.product-row__actions{gap:10px;margin-top:4px}.product-row__actions .primary-button,.product-row__actions .secondary-button{flex:1 1 0}.shop-more-card{min-height:92px;color:var(--primary-pressed);text-align:left;background:#00a6520f;border:1px dashed #00a65252;border-radius:20px;align-content:center;justify-items:start;gap:6px;padding:16px;display:grid}.shop-more-card strong{color:var(--heading)}.detail-card{border-radius:24px;overflow:hidden}.detail-card__body{gap:12px;padding:14px;display:grid}.detail-page__back{margin-bottom:8px}.detail-gallery{gap:10px;display:grid}.detail-gallery__main{background:#f3f6f4;border-radius:22px;height:260px}.detail-gallery__thumbs{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;display:grid}.detail-gallery__thumb{background:#fff;border:2px solid #0000;border-radius:14px;padding:0;overflow:hidden}.detail-gallery__thumb--active{border-color:#00a65273}.detail-gallery__thumb img{object-fit:cover;width:100%;height:58px;display:block}.detail-info{gap:10px;display:grid}.detail-description{color:var(--text-secondary);margin:0;line-height:1.55}.detail-meta--inline{flex-wrap:wrap;align-items:center;gap:8px 10px;display:flex}.detail-meta--inline strong{font-size:1.35rem}.detail-meta--inline span{color:var(--primary-pressed);background:#00a65214;border-radius:999px;padding:6px 10px;font-size:.78rem;font-weight:700}.detail-specs{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.detail-specs div{border:1px solid var(--border);background:#fbfcfd;border-radius:16px;gap:4px;padding:10px 12px;display:grid}.detail-specs span,.quantity-panel span{color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;font-size:.72rem}.detail-specs strong{color:var(--heading);font-size:.9rem}.detail-order-box{border:1px solid var(--border);background:#f8f9fae0;border-radius:20px;gap:12px;padding:14px;display:grid}.quantity-panel{gap:8px;display:grid}.quantity-controls--detail{grid-template-columns:44px 1fr 44px;width:100%;display:grid}.quantity-controls--detail input{border:1px solid var(--border);text-align:center;min-height:44px;font:inherit;color:var(--heading);background:#fff;border-radius:0}.detail-actions{flex-direction:column}.talk-button--call{color:var(--accent);background:#ed1b2414;border-color:#ed1b242e}.detail-recommendations{gap:12px;display:grid}.featured-grid--reco{grid-template-columns:repeat(2,minmax(0,1fr))}.featured-card--loading{cursor:default}.featured-card__media--loading{background:linear-gradient(90deg,#eef2f4 0%,#f5f7f9 50%,#eef2f4 100%) 0 0/200% 100%;min-height:150px;animation:1.2s ease-in-out infinite loading-shimmer}@keyframes loading-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.detail-meta{flex-direction:column;gap:6px}.blog-below-products{margin-top:2px}.contact-card{border-radius:20px;padding:14px}.contact-card h3{color:var(--heading);margin:0 0 8px}.contact-card__actions{flex-wrap:wrap;gap:10px}.contact-card__actions .talk-button,.contact-card__actions .secondary-button{flex:calc(50% - 5px)}.account-auth{gap:14px;display:grid}.auth-entry{box-sizing:border-box;flex:1;place-items:stretch stretch;width:100%;min-height:calc(100svh - 88px);padding:12px;display:grid}.auth-entry__panel{gap:18px;width:100%;max-width:none;min-height:calc(100svh - 112px);margin:0;display:grid}.auth-entry__panel--loading{text-align:center;justify-items:center}.auth-entry__header{justify-items:start;gap:12px;display:grid}.auth-entry__logo{width:84px;height:64px}.auth-entry__header h2{color:var(--heading);letter-spacing:-.03em;margin:0;line-height:1.05}.auth-entry__header p{color:var(--text-secondary);margin:6px 0 0}@media (width>=768px){.auth-entry{min-height:calc(100svh - 96px);padding:16px}.auth-entry__panel{border-radius:34px;grid-template-columns:1fr;align-items:start;gap:24px;max-width:none;min-height:calc(100svh - 128px);padding:32px 28px}.auth-entry__header{align-content:start;justify-items:start;gap:14px;padding:4px 4px 0}.auth-entry__logo{border-radius:22px;width:104px;height:80px}.auth-entry__header h2{font-size:clamp(1.9rem,2.3vw,2.4rem)}.auth-entry__header p{max-width:30rem;font-size:1rem}.account-auth{gap:18px}.account-auth__switcher,.account-form{max-width:100%}.account-form .section-heading{margin-bottom:10px}.account-form .primary-button{min-width:140px}}@media (width>=1024px){.auth-entry{min-height:calc(100svh - 112px);padding:20px}.auth-entry__panel{gap:28px;min-height:calc(100svh - 152px);padding:40px 36px}.auth-entry__header{padding-top:10px}.account-auth__switcher{max-width:560px}}.onboarding-screen{width:100%;min-width:0;max-width:460px;padding:max(16px, env(safe-area-inset-top)) 16px max(20px, env(safe-area-inset-bottom));box-sizing:border-box;flex-direction:column;flex:1;gap:16px;margin:0 auto;display:flex;overflow-x:hidden}.onboarding-brand{color:var(--heading);flex-shrink:0;align-items:center;gap:12px;display:inline-flex}.onboarding-brand img{object-fit:cover;width:200px;height:174px}.onboarding-brand strong,.onboarding-brand span{display:block}.onboarding-brand strong{font-size:.98rem;line-height:1.1}.onboarding-brand span{color:var(--text-muted);margin-top:2px;font-size:.75rem}.onboarding-card{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);flex-direction:column;flex:1;gap:16px;min-height:0;padding:0;display:flex}.onboarding-card__content{align-content:start;gap:16px;min-width:0;display:grid}.onboarding-visual{aspect-ratio:16/10;background:linear-gradient(#00a6521f,#0091490d);border-radius:26px;width:100%;position:relative;overflow:hidden}.onboarding-visual img{object-fit:cover;object-position:center center;width:100%;height:100%;display:block}.onboarding-visual__badge{width:calc(100% - 32px);max-width:100%;color:var(--heading);text-align:center;box-sizing:border-box;background:#ffffffeb;border-radius:999px;padding:10px 14px;font-size:.82rem;font-weight:800;position:absolute;bottom:16px;left:50%;transform:translate(-50%);box-shadow:0 12px 28px #1a1a2e1f}.onboarding-copy{text-align:center;gap:10px;display:grid}.onboarding-copy h1{color:var(--heading);letter-spacing:-.04em;margin:0;font-size:clamp(1.75rem,6vw,2.45rem);line-height:1.05}.onboarding-copy p{color:var(--text-secondary);margin:0;font-size:.98rem;line-height:1.5}.onboarding-dots{justify-content:center;gap:8px;display:flex}.onboarding-dot{background:#1a1a2e29;border-radius:999px;width:10px;height:10px;transition:width .18s,background-color .18s}.onboarding-dot--active{background:var(--primary);width:30px}.onboarding-actions{flex-shrink:0;gap:10px;margin-top:auto;padding-top:4px;display:grid}.onboarding-actions__next{width:100%}.onboarding-actions__skip{justify-self:center}@media (width>=576px){.onboarding-screen{gap:18px;max-width:680px;min-height:100%;padding:20px 20px 24px}.onboarding-card{gap:20px}.onboarding-card__content{flex-direction:column;flex:1;justify-content:center;gap:20px;min-height:0;display:flex}.onboarding-visual{aspect-ratio:16/10;flex-shrink:0;max-height:min(40vh,380px)}.onboarding-visual__badge{width:min(100% - 36px,420px);bottom:18px}.onboarding-copy h1{font-size:clamp(2rem,3.8vw,2.75rem)}.onboarding-copy p{max-width:36rem;margin-inline:auto;font-size:1.02rem}}@media (width>=820px){.onboarding-screen{max-width:720px;padding:24px 24px 28px}.onboarding-card__content{gap:22px}.onboarding-visual{max-height:min(36vh,360px)}}.account-auth__switcher{background:#00a6520f;border-radius:18px;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:6px;display:grid}.account-auth__switch{color:var(--text-secondary);background:0 0;border:0;border-radius:14px;min-height:48px;font-size:.82rem;font-weight:800}.account-auth__switch--active{color:var(--primary-pressed);background:#fff;box-shadow:0 8px 20px #1a1a2e14}.account-hub{gap:16px;padding:4px 0 12px;display:grid}.account-hub__profile{background:#fff;border:1px solid #dfe5ebf2;border-radius:24px;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;padding:18px;display:grid;box-shadow:0 12px 30px #1a1a2e0f}.account-hub__avatar-wrap{flex-shrink:0;width:72px;height:72px;position:relative}.account-hub__avatar{object-fit:cover;background:#eef2f5;border-radius:999px;width:100%;height:100%}.account-hub__avatar-badge{background:var(--primary);color:#fff;border:2px solid #fff;border-radius:999px;place-items:center;width:24px;height:24px;font-size:.82rem;display:grid;position:absolute;bottom:-2px;right:-2px}.account-hub__identity{gap:4px;min-width:0;display:grid}.account-hub__identity strong{color:var(--heading);letter-spacing:-.02em;font-size:1.35rem;line-height:1.1}.account-hub__identity span{color:var(--text-secondary);font-size:.88rem;line-height:1.35}.account-hub__identity span .account-hub__account-id{color:var(--primary-pressed);letter-spacing:.08em;text-transform:uppercase;font-size:.74rem;font-weight:800}.account-hub__edit{color:var(--primary);cursor:pointer;white-space:nowrap;background:#fff;border:1.5px solid #00a65259;border-radius:999px;flex-shrink:0;padding:10px 14px;font-size:.82rem;font-weight:800}.account-hub__group{gap:10px;display:grid}.account-hub__group-title{color:var(--primary);letter-spacing:.08em;text-transform:uppercase;margin:0;padding:0 4px;font-size:.72rem;font-weight:800}.account-hub__menu{background:#fff;border:1px solid #dfe5ebf2;border-radius:22px;display:grid;overflow:hidden;box-shadow:0 10px 28px #1a1a2e0d}.account-hub__menu-item{text-align:left;cursor:pointer;background:#fff;border:none;border-bottom:1px solid #dfe5ebbf;grid-template-columns:auto 1fr auto auto;align-items:center;gap:12px;width:100%;padding:16px 18px;transition:background-color .14s;display:grid}.account-hub__menu-item:last-child{border-bottom:none}.account-hub__menu-item:hover{background:#00a65208}.account-hub__menu-icon{width:38px;height:38px;color:var(--primary);background:#00a65214;border-radius:12px;place-items:center;font-size:.95rem;display:grid}.account-hub__menu-label{color:var(--heading);font-size:.96rem;font-weight:700}.account-hub__menu-badge{background:var(--primary);color:#fff;letter-spacing:.04em;border-radius:999px;padding:4px 8px;font-size:.68rem;font-weight:900}.account-hub__menu-chevron{color:#b8c3cc;font-size:.78rem}.account-hub__logout{color:#d64545;cursor:pointer;background:#d645451a;border:none;border-radius:18px;justify-content:center;align-items:center;gap:10px;width:100%;min-height:54px;margin-top:4px;font-size:1rem;font-weight:800;display:inline-flex}.account-hub__footer{text-align:center;gap:6px;padding:8px 6px 4px;display:grid}.account-hub__footer p{color:var(--text-secondary);margin:0;font-size:.78rem}.account-hub__footer strong{color:#7b8794;letter-spacing:.08em;font-size:.68rem;font-weight:800}.account-dialog-overlay{z-index:140;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#09121085;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.account-dialog{background:#fffffffa;border:1px solid #dfe5ebeb;border-radius:24px;gap:16px;width:min(100%,420px);padding:24px 20px 20px;display:grid;box-shadow:0 24px 60px #1a1a2e38}.account-dialog--success{border-color:#00a6522e}.account-dialog--warning{border-color:#fbc1293d}.account-dialog--danger{border-color:#d6454538}.account-dialog__icon{width:54px;height:54px;color:var(--primary);background:#00a65214;border-radius:18px;place-items:center;font-size:1.35rem;display:grid}.account-dialog--warning .account-dialog__icon{color:#b86d00;background:#fbc1291f}.account-dialog--danger .account-dialog__icon{color:#d64545;background:#d645451a}.account-dialog__copy{gap:8px;display:grid}.account-dialog__copy h3{color:var(--heading);margin:0;font-size:1.2rem;line-height:1.15}.account-dialog__copy p{color:var(--text-secondary);margin:0;line-height:1.55}.account-dialog__actions{justify-content:flex-end;display:flex}.account-dialog__actions .primary-button{min-width:112px}.account-subpage{gap:16px;display:grid}.account-subpage__back{color:var(--primary);cursor:pointer;background:0 0;border:none;justify-self:start;padding:0;font-size:.92rem;font-weight:700}.account-subpage__title{color:var(--heading);letter-spacing:-.03em;margin:0;font-size:clamp(1.5rem,4vw,1.85rem);line-height:1.1}.account-form--panel{background:#fff;padding:18px;box-shadow:0 10px 28px #1a1a2e0d}.account-form__message{color:var(--text-secondary);margin:0;font-size:.92rem}.account-placeholder{text-align:center;background:#ffffffeb;border:1px dashed #dfe5ebf2;border-radius:22px;padding:24px 18px}.account-placeholder h3,.account-placeholder p{margin:0}.account-placeholder p{color:var(--text-secondary);margin-top:8px;line-height:1.5}@media (width<=420px){.account-hub__profile{grid-template-rows:auto auto;grid-template-columns:auto 1fr}.account-hub__edit{grid-column:1/-1;width:100%}}.account-card{place-items:center;gap:16px;display:grid}.account-profile{text-align:center;background:linear-gradient(#00a6521a,#00a65208);border:1px solid #00a6521f;border-radius:18px;align-items:center;gap:10px;padding:16px;display:grid}.avatar{background:var(--primary);color:#fff;border-radius:999px;place-items:center;width:58px;height:58px;font-size:1rem;font-weight:900;display:grid}.account-profile h3,.account-profile p{margin:0}.orders-list{gap:12px;display:grid}.order-card{border:1px solid var(--border);background:#fff;border-radius:18px;gap:12px;padding:14px;display:grid}.order-card__meta,.order-card__body{justify-content:space-between;align-items:center;gap:10px;display:flex}.order-card__body{flex-wrap:wrap}.order-history{gap:18px;display:grid}.order-history__hero h2{color:var(--heading);letter-spacing:-.03em;margin:0;font-size:clamp(1.85rem,5vw,2.35rem);line-height:1.05}.order-history__hero p{color:var(--text-secondary);max-width:34rem;margin:8px 0 0;font-size:.98rem;line-height:1.5}.order-history__filters{scrollbar-width:none;gap:10px;padding-bottom:2px;display:flex;overflow-x:auto}.order-history__filters::-webkit-scrollbar{display:none}.order-history__filter{color:#4f6478;white-space:nowrap;cursor:pointer;background:#ffffffeb;border:1px solid #1a1a2e14;border-radius:999px;flex:none;padding:10px 16px;font-size:.88rem;font-weight:700;transition:background-color .16s,color .16s,border-color .16s}.order-history__filter--active{color:#fff;background:#0f5132;border-color:#0f5132}.order-history__list{gap:14px;display:grid}.order-history-card{background:#fff;border:1px solid #dfe5ebf2;border-radius:22px;gap:14px;padding:16px;display:grid;box-shadow:0 10px 28px #1a1a2e0d}.order-history-card__top{grid-template-columns:auto 1fr auto;align-items:start;gap:14px;display:grid}.order-history-card__icon-wrap{background:#f3f6f8;border-radius:18px;flex-shrink:0;place-items:center;width:72px;height:72px;display:grid;position:relative;overflow:hidden}.order-history-card__icon{color:var(--primary);font-size:1.45rem}.order-history-card__thumb{object-fit:cover;width:100%;height:100%}.order-history-card__rx{color:#d64545;background:#fff;border-radius:999px;padding:2px 6px;font-size:.62rem;font-weight:900;line-height:1.2;position:absolute;top:6px;right:6px;box-shadow:0 4px 10px #1a1a2e14}.order-history-card__summary{gap:4px;min-width:0;display:grid}.order-history-card__summary strong{color:var(--heading);font-size:1rem;line-height:1.2}.order-history-card__summary span{color:var(--text-secondary);font-size:.82rem;line-height:1.35}.order-history-card__price{color:var(--primary);font-size:1rem;font-weight:800}.order-history-card__price--cancelled{color:#8e9aa7;text-decoration:line-through}.order-history-card__status{white-space:nowrap;border-radius:999px;align-items:center;gap:6px;padding:8px 12px;font-size:.76rem;font-weight:800;display:inline-flex}.order-history-card__status--delivered{color:#0f5132;background:#0f51321f}.order-history-card__status--in-progress{color:var(--primary);background:#2f80ed1f}.order-history-card__status--cancelled{color:#d64545;background:#d645451f}.order-history-card__progress{background:#edf1f4;border-radius:999px;height:8px;overflow:hidden}.order-history-card__progress span{border-radius:inherit;background:linear-gradient(90deg, var(--primary), #11c263);height:100%;display:block}.order-history-card__actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.order-history-card__button{cursor:pointer;border-radius:999px;justify-content:center;align-items:center;gap:8px;min-height:46px;padding:0 14px;font-size:.9rem;font-weight:800;transition:transform .12s,background-color .12s,border-color .12s;display:inline-flex}.order-history-card__button--primary{color:#fff;background:#0f5132;border:none}.order-history-card__button--outline{border:1.5px solid var(--primary);color:var(--primary);background:#fff}.order-history-card__button--ghost{color:#5f7080;background:#fff;border:1.5px solid #d7dee5}.order-history-card__button--full{grid-column:1/-1}.order-history__empty{text-align:center;background:#ffffffd1;border:1px dashed #dfe5ebf2;border-radius:22px;padding:28px 18px}.order-history__empty h3,.order-history__empty p{margin:0}.order-history__empty p{color:var(--text-secondary);margin-top:8px}.order-history__help{background:linear-gradient(135deg, var(--primary) 0%, var(--primary) 100%);color:#fff;border-radius:24px;gap:16px;padding:20px;display:grid;box-shadow:0 18px 40px #2f80ed38}.order-history__help h3{margin:0;font-size:1.15rem;line-height:1.2}.order-history__help p{color:#ffffffe0;margin:8px 0 0;font-size:.92rem;line-height:1.5}.order-history__help-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.order-history__help-button{cursor:pointer;border-radius:999px;min-height:44px;padding:0 14px;font-size:.88rem;font-weight:800}.order-history__help-button--solid{color:var(--primary);background:#fff;border:none}.order-history__help-button--outline{color:#fff;background:0 0;border:1.5px solid #ffffffb8}.order-history__safety{color:#31556f;background:#2f80ed14;border-radius:18px;justify-content:center;align-items:center;gap:10px;padding:14px 16px;font-size:.92rem;font-weight:700;display:flex}.order-history__safety svg{color:var(--primary)}.order-history-detail{background:#fff;border:1px solid #dfe5ebf2;border-radius:24px;gap:16px;padding:18px;display:grid;box-shadow:0 10px 28px #1a1a2e0d}.order-track-eta-card{color:#fff;text-align:center;background:linear-gradient(#00935a,#00894f);border-radius:14px;padding:18px 16px}.order-track-eta-card h3{color:#ffffffeb;margin:0;font-size:.92rem;font-weight:500}.order-track-eta-card strong{margin-top:4px;font-size:1.05rem;display:block}.order-track-eta-card p{color:#ffffffe6;align-items:center;gap:7px;margin:8px 0 0;font-size:.9rem;display:inline-flex}.order-track-eta-card--cancelled{background:linear-gradient(#8e3b3b,#7a3232)}.order-track-journey{background:#fff;border:1px solid #e3eaee;border-radius:16px;padding:14px 12px}.order-track-journey__head{justify-content:space-between;align-items:center;gap:10px;margin-bottom:8px;display:flex}.order-track-journey__head h3{color:var(--heading);margin:0;font-size:1rem}.order-track-journey__badge{color:#008d54;background:#d8f6e8;border-radius:999px;padding:6px 12px;font-size:.78rem;font-weight:800}.order-track-journey__badge--cancelled{color:#d64545;background:#d6454524}.order-track-journey__timeline{gap:4px;display:grid}.order-track-step{grid-template-columns:22px 1fr;align-items:start;gap:10px;padding:7px 0;display:grid;position:relative}.order-track-step__line{background:#cfd9e2;width:2px;height:calc(100% + 2px);position:absolute;top:28px;left:8px}.order-track-step__line--last{display:none}.order-track-step__dot{z-index:1;color:#bdd0de;background:#eef4f9;border:1px solid #d5e0e8;border-radius:999px;place-items:center;width:18px;height:18px;font-size:.5rem;display:grid;position:relative}.order-track-step__dot--done{color:#fff;background:#0a9a5f;border-color:#0a9a5f}.order-track-step__dot--active{color:#0a9a5f;background:#fff;border-color:#0a9a5f;box-shadow:0 0 0 3px #0a9a5f2e}.order-track-step__content{min-width:0}.order-track-step__title{color:#8495a6;align-items:center;gap:7px;margin:0;font-size:.95rem;display:flex}.order-track-step__title--done{color:#132436}.order-track-step__content small{color:#5f7080;margin-top:3px;font-size:.8rem;display:block}.order-track-step__tag{color:#0a9a5f;background:#dff7eb;border-radius:6px;padding:2px 6px;font-size:.6rem;font-weight:800}.order-track-rider{background:#e8f5ef;border:1px solid #dce7ea;border-radius:14px;overflow:hidden}.order-track-rider__map{background:radial-gradient(circle at 20% 25%,#ffffffbf 0 2px,#0000 3px),radial-gradient(circle at 80% 40%,#fffc 0 2px,#0000 3px),linear-gradient(135deg,#96d9c3,#7ec9b0);height:120px}.order-track-rider__card{background:#fff;border:1px solid #d7e2e8;border-radius:12px;grid-template-columns:auto 1fr auto auto;align-items:center;gap:8px;margin:-32px 10px 10px;padding:10px;display:grid}.order-track-rider__avatar{color:#fff;background:#0a9a5f;border-radius:999px;place-items:center;width:30px;height:30px;display:grid}.order-track-rider__card strong{color:var(--heading);font-size:.9rem;display:block}.order-track-rider__card p{color:#4f6272;margin:0;font-size:.82rem}.order-track-rider__action{cursor:pointer;color:#fff;background:var(--primary);border:none;border-radius:999px;place-items:center;width:34px;height:34px;text-decoration:none;display:grid}.order-track-rider__action:disabled{opacity:.45;cursor:not-allowed}.order-track-summary{background:#fff;border:1px solid #e2eaef;border-radius:14px;gap:10px;padding:14px;display:grid}.order-track-summary__head{justify-content:space-between;align-items:center;display:flex}.order-track-summary__head h3{margin:0;font-size:1rem}.order-track-summary__head strong{color:#4f6272;font-size:.82rem}.order-track-summary__items{gap:8px;display:grid}.order-track-summary__item{grid-template-columns:auto 1fr auto;align-items:center;gap:9px;display:grid}.order-track-summary__item-icon{color:#0a9a5f;background:#e7f8f0;border-radius:8px;place-items:center;width:26px;height:26px;display:grid}.order-track-summary__item strong{font-size:.92rem;display:block}.order-track-summary__item small{color:#5f7080;font-size:.78rem;display:block}.order-track-summary__item>span:last-child{color:#263847;font-size:.88rem;font-weight:700}.order-track-summary__row{color:#425666;justify-content:space-between;align-items:center;font-size:.9rem;display:flex}.order-track-summary__row--total{color:#0b5233;border-top:1px solid #e4ecf1;padding-top:8px;font-size:1rem;font-weight:800}.order-track-branch-button{color:#0a9a5f;cursor:pointer;background:#f6fffb;border:1.5px solid #0a9a5f;border-radius:12px;justify-content:center;align-items:center;gap:8px;width:100%;min-height:46px;font-weight:700;display:inline-flex}.order-track-support-grid{gap:8px;display:grid}.order-track-support-grid__item{color:#435665;background:#f6f9fb;border:1px solid #e3ebf0;border-radius:12px;align-items:center;gap:8px;padding:10px 11px;font-size:.84rem;display:flex}.order-track-support-grid__item svg{color:#0a9a5f}.order-history-detail__back{color:#2f80ed;cursor:pointer;background:0 0;border:none;justify-self:start;padding:0;font-size:.92rem;font-weight:700}.order-history-detail__header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.order-history-detail__eyebrow{color:var(--text-secondary);margin:0;font-size:.82rem;font-weight:700}.order-history-detail__header h2{color:var(--heading);margin:4px 0 0;font-size:1.5rem;line-height:1.1}.order-history-detail__meta{color:var(--text-secondary);margin:6px 0 0;font-size:.88rem}@media (width<=420px){.order-history-card__top{grid-template-columns:auto 1fr}.order-history-card__status{grid-column:1/-1;justify-self:start}}.order-detail-card{border:1px solid var(--border);background:#fff;border-radius:20px;gap:14px;padding:16px;display:grid}.order-detail-card__header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.order-tracker{gap:10px;display:grid}.prescription-timeline{gap:12px;padding:4px 0 2px}.prescription-timeline .order-tracker__step{background:linear-gradient(#fff,#fbfcfd);border:1px solid #e5ebf0;align-items:flex-start;padding:12px 14px 12px 50px;position:relative;box-shadow:0 10px 24px #1a1a2e0a}.prescription-timeline .order-tracker__step:not(:last-child):after{content:"";background:#d9e1e8;width:2px;height:calc(100% + 12px);position:absolute;top:40px;left:26px}.prescription-timeline .order-tracker__dot{color:#8e9aa7;background:#eef2f5;border:2px solid #d6dfe6;width:26px;height:26px;font-size:.8rem;position:absolute;top:12px;left:14px;box-shadow:0 6px 14px #1a1a2e0f}.prescription-timeline .order-tracker__step--done{background:#00a65212;border-color:#00a65229}.prescription-timeline .order-tracker__step--done .order-tracker__dot{background:var(--primary);border-color:var(--primary);color:#fff}.prescription-timeline .order-tracker__step--active{background:linear-gradient(#00a6521f,#00a6520d);border-color:#00a65247}.prescription-timeline .order-tracker__step--active .order-tracker__dot{background:var(--primary);border-color:var(--primary);color:#fff;box-shadow:0 10px 22px #00a65238}.prescription-timeline .order-tracker__step strong{font-size:.95rem;line-height:1.15;display:block}.prescription-timeline .order-tracker__step--done strong,.prescription-timeline .order-tracker__step--active strong{color:var(--heading)}.prescription-timeline .order-tracker__step--active+.order-tracker__step:after{background:#d9e1e8}.order-tracker__step{color:var(--text-secondary);background:#f7f9fb;border-radius:16px;align-items:center;gap:10px;padding:10px 12px;display:flex}.order-tracker__step--done,.order-tracker__step--active{color:var(--heading);background:#00a65214}.order-tracker__step--active{border:1px solid #00a65238}.order-tracker__dot{background:#fff;border-radius:999px;place-items:center;width:28px;height:28px;font-size:.82rem;font-weight:900;display:grid}.order-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.order-detail-grid div{background:#f7f9fb;border-radius:16px;padding:12px}.order-detail-grid span,.order-detail-grid strong{display:block}.order-detail-grid span{color:var(--text-secondary);margin-bottom:4px;font-size:.78rem}.order-items-list{gap:10px;display:grid}.order-item-row{background:#f7f9fb;border-radius:16px;align-items:center;gap:12px;padding:10px;display:flex}.order-item-row img{object-fit:cover;border-radius:14px;width:52px;height:52px}.order-item-row p{margin:4px 0 0}.account-card .empty-state{margin:0}.upload-dropzone{background:#00a6520d;border-style:dashed;border-radius:18px;padding:14px}.upload-dropzone img{border-radius:12px;width:100%;height:auto;box-shadow:0 10px 20px #1a1a2e0f}.upload-login-state{text-align:center;gap:12px;display:grid}.upload-progress{background:#00a6520f;border:1px solid #00a65224;border-radius:16px;gap:8px;padding:14px;display:grid}.upload-progress__label{color:var(--heading);justify-content:space-between;align-items:center;gap:10px;font-size:.9rem;font-weight:800;display:flex}.upload-progress__label strong{color:var(--primary-pressed)}.upload-progress__bar{background:#e7eef2;border-radius:999px;height:10px;overflow:hidden}.upload-progress__bar-fill{border-radius:inherit;background:linear-gradient(90deg, var(--primary), #11c263);height:100%;transition:width .18s;position:relative;overflow:hidden}.upload-progress--active .upload-progress__bar-fill:after{content:"";background:linear-gradient(110deg,#0000 0%,#ffffff5c 50%,#0000 100%);animation:1.2s ease-in-out infinite upload-shimmer;position:absolute;inset:0;transform:translate(-100%)}.upload-spinner{border:2px solid #ffffff73;border-top-color:#fff;border-radius:999px;width:14px;height:14px;animation:.8s linear infinite upload-spin;display:inline-block}@keyframes upload-spin{to{transform:rotate(360deg)}}@keyframes upload-shimmer{to{transform:translate(100%)}}.stack-form{flex-direction:column;gap:12px}.stack-form label{color:var(--heading);gap:8px;font-weight:700;display:grid}.cart-section .summary-card{margin:14px 0}.cart-stepper{border:1px solid var(--border);background:#fff;border-radius:22px;grid-template-columns:repeat(3,minmax(0,1fr));align-items:center;gap:12px;padding:16px 14px;display:grid;box-shadow:0 14px 34px #1a1a2e0f}.cart-stepper__item{color:var(--text-muted);text-align:center;justify-items:center;gap:8px;font-weight:700;display:grid;position:relative}.cart-stepper__item--active{color:var(--heading)}.cart-stepper__icon{color:#9aa5b1;background:#e9eef2;border-radius:999px;place-items:center;width:42px;height:42px;font-size:.95rem;font-weight:900;display:grid}.cart-stepper__item--active .cart-stepper__icon{color:var(--primary);background:#00a6521f;box-shadow:0 10px 22px #00a6522e}.cart-stepper__line{z-index:-1;background:#e6ebef;border-radius:999px;width:calc(100% + 12px);height:3px;position:absolute;top:20px;right:calc(-50% - 6px)}.cart-list{gap:10px;margin-top:6px;display:grid}.empty-state{border-radius:18px;padding:14px}.cart-row{border-radius:24px;align-items:start;gap:14px;padding:14px}.cart-row__image{width:108px;height:108px;color:var(--primary-pressed);background:#f6f8fa;border-radius:20px;flex:none;place-items:center;font-weight:900;display:grid}.cart-row__thumb{object-fit:cover;border-radius:20px;width:100%;height:100%;display:block}.cart-row__content{flex:auto;gap:12px;display:grid}.cart-row__titlebar,.cart-row__footer{justify-content:space-between;align-items:center;gap:10px;display:flex}.cart-row__titlebar h3{flex:auto;font-size:1.02rem}.cart-row__price{color:var(--text-muted);margin:4px 0 0;font-size:.9rem}.cart-row__remove{color:#b3beca;background:#eef2f5;border:0;border-radius:999px;width:30px;height:30px;padding:0;font-size:1.2rem;font-weight:800;line-height:1}.quantity-controls{align-items:center;gap:8px}.quantity-controls--cart{background:#f4f7f9;border:1px solid #e6ebef;border-radius:999px;justify-content:space-between;width:124px;padding:4px}.quantity-controls--cart button{background:#fff;border:0;width:34px;box-shadow:0 6px 14px #1a1a2e0f}.quantity-controls button{border:1px solid var(--border);width:40px;color:var(--heading);background:#fff;font-weight:900}.quantity-controls span{text-align:center;min-width:18px;color:var(--heading);font-weight:700}.summary-card{background:#fff;border-radius:24px;flex-direction:column;gap:10px;padding:0;overflow:hidden}.summary-card__header{background:var(--primary);color:#fff;align-items:center;gap:12px;min-height:70px;padding:0 16px;font-size:1.06rem;font-weight:800;display:flex}.summary-card__icon{background:#fff;border-radius:999px;place-items:center;width:34px;height:34px;display:grid}.summary-card__body{gap:12px;padding:18px 16px 16px;display:grid}.summary-card__body div,.list-row,.account-card{justify-content:space-between;align-items:center;gap:10px;display:flex}.checkout-steps{gap:14px;display:grid}.checkout-card{border:1px solid var(--border);background:linear-gradient(#fff 0%,#fbfcfd 100%);border-radius:24px;padding:16px;box-shadow:0 16px 40px #1a1a2e0f}.checkout-payment-list{gap:12px;display:grid}.checkout-payment-details{background:#00a6520d;border:1px solid #00a65224;border-radius:18px;gap:12px;margin-top:14px;padding:14px;display:grid}.checkout-payment-details__note{color:var(--primary-pressed);background:#eefaf1;border-radius:14px;gap:4px;padding:12px 14px;display:grid}.checkout-payment-details__note strong{color:inherit;font-size:.96rem}.checkout-payment-details__note span{color:var(--text-muted);font-size:.8rem}.checkout-card .stack-form label,.checkout-payment-details label{color:var(--heading);letter-spacing:.02em;text-transform:uppercase;gap:8px;font-size:.84rem;font-weight:700;display:grid}.checkout-card .stack-form input,.checkout-card .stack-form textarea,.checkout-payment-details input{box-sizing:border-box;width:100%;min-height:52px;color:var(--heading);font:inherit;background:linear-gradient(#fff 0%,#fbfcfd 100%);border:1px solid #d8e0e7;border-radius:16px;outline:none;padding:0 14px;font-size:.95rem;box-shadow:inset 0 1px #ffffffeb}.checkout-card .stack-form textarea{resize:vertical;min-height:112px;padding:14px}.checkout-card .stack-form input::placeholder,.checkout-card .stack-form textarea::placeholder,.checkout-payment-details input::placeholder{color:#a9b4bf}.checkout-card .stack-form input:focus,.checkout-card .stack-form textarea:focus,.checkout-payment-details input:focus{border-color:#00a65273;box-shadow:0 0 0 4px #00a6521f}.consent-row{cursor:pointer;border-radius:8px;align-items:center;gap:12px;margin:6px 0 12px;padding:6px 8px;display:inline-flex}.consent-row input[type=checkbox]{appearance:none;background:#fff;border:2px solid #d2dbe2;border-radius:999px;flex:none;width:10px;height:20px;display:inline-block;position:relative}.consent-row input[type=checkbox]:checked{background:var(--primary);border-color:var(--primary)}.consent-row input[type=checkbox]:after{content:"";background:0 0;border-radius:50%;width:10px;height:10px;transition:background .12s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.consent-row input[type=checkbox]:checked:after{background:#fff}.consent-row input[type=checkbox]:focus-visible{outline-offset:3px;border-radius:999px;outline:3px solid #00a6522e}.consent-row__text{color:var(--text-muted);font-size:.86rem;line-height:1.1}.checkout-payment-option{border:1px solid var(--border);width:100%;color:var(--heading);text-align:left;background:#fff;border-radius:18px;align-items:center;gap:12px;padding:14px;display:flex;box-shadow:0 10px 24px #1a1a2e0a}.checkout-payment-option__check{background:#fff;border:2px solid #cbd5df;border-radius:999px;flex:none;width:22px;height:22px;position:relative;box-shadow:inset 0 0 0 2px #fff}.checkout-payment-option__body{flex:auto;gap:3px;display:grid}.checkout-payment-option__body strong{font-size:.98rem;line-height:1.15}.checkout-payment-option__body span{color:var(--text-muted);font-size:.8rem}.checkout-payment-option--active{background:linear-gradient(#00a6521a,#00a6520a);border-color:#00a6526b;box-shadow:0 14px 28px #00a6521f}.checkout-payment-option--active .checkout-payment-option__check{border-color:var(--primary);background:var(--primary)}.checkout-payment-option--active .checkout-payment-option__check:after{content:"";background:#fff;border-radius:999px;position:absolute;inset:5px}.checkout-payment-option:focus-visible{outline-offset:2px;outline:3px solid #00a6522e}.cart-section__checkout{border-radius:18px;min-height:54px;font-size:1rem;box-shadow:0 14px 28px #00a65238}.talk-button{justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.toast{z-index:60;background:var(--heading);color:#fff;border-radius:16px;width:calc(100% - 24px);max-width:520px;padding:12px 14px;position:fixed;top:18px;left:50%;transform:translate(-50%);box-shadow:0 16px 34px #1a1a2e38}.bottom-nav{z-index:40;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffffffa;border:1px solid #dfe5ebeb;border-bottom:0;border-radius:28px 28px 0 0;justify-content:space-between;align-items:flex-end;gap:4px;width:100%;max-width:980px;padding:10px 14px 12px;display:flex;position:fixed;bottom:0;left:50%;transform:translate(-50%);box-shadow:0 -10px 30px #1a1a2e14,inset 0 -2px #ffffffdb}.bottom-nav__item{min-width:0;color:var(--text-secondary);background:0 0;border:0;border-radius:18px;flex:1 1 0;place-items:center;gap:6px;padding:8px 4px 10px;font-size:.68rem;font-weight:800;line-height:1.05;transition:transform .18s,color .18s,background-color .18s,box-shadow .18s;display:grid;position:relative}.bottom-nav__icon{place-items:center;font-size:1rem;line-height:1;display:inline-grid;position:relative}.bottom-nav__badge{background:var(--primary);color:#fff;border-radius:999px;place-items:center;min-width:18px;height:18px;padding:0 5px;font-size:.68rem;line-height:1;display:inline-grid;position:absolute;top:-5px;right:-10px;box-shadow:0 6px 14px #0000001f}.bottom-nav__label{letter-spacing:.01em;font-size:.66rem}.bottom-nav__item--active{color:#fff;background:var(--primary);transform:none;box-shadow:0 14px 24px #00a65238}.bottom-nav__item--active .bottom-nav__icon{color:#fff;width:34px;height:34px;box-shadow:none;filter:brightness(0)invert();background:#ffffff2e;border-radius:999px}.bottom-nav__item--active .bottom-nav__label{color:#fff;font-size:.72rem}.bottom-nav__item--active:before{content:none}@media (width>=576px){.app-shell{place-items:center;padding:24px;display:grid}.mobile-app{width:100%;max-width:920px;min-height:92svh;overflow:hidden}}@media (width<=420px){.product-grid,.featured-grid,.contact-card__actions .talk-button,.contact-card__actions .secondary-button{flex:100%}.store-branch-card__actions,.product-row,.featured-grid{grid-template-columns:1fr}.product-row__image{min-height:168px}.featured-card__media img{height:166px}}.prescription-stepper{background:var(--surface);border:1px solid var(--border);border-radius:20px;grid-template-columns:repeat(5,minmax(0,1fr));align-items:center;gap:8px;margin-bottom:24px;padding:16px 8px;display:grid;box-shadow:0 10px 25px #1a1a2e0a}.prescription-stepper__item{color:var(--text-muted);text-align:center;justify-items:center;gap:6px;font-size:.75rem;font-weight:700;display:grid;position:relative}.prescription-stepper__item--active{color:var(--primary)}.prescription-stepper__item--completed{color:var(--primary-pressed)}.prescription-stepper__circle{color:#7b8a97;z-index:2;background:#e9eef2;border:2px solid #0000;border-radius:50%;place-items:center;width:32px;height:32px;font-size:.85rem;font-weight:800;transition:all .25s;display:grid}.prescription-stepper__item--active .prescription-stepper__circle{background:var(--surface);color:var(--primary);border-color:var(--primary);box-shadow:0 4px 12px #00a65233}.prescription-stepper__item--completed .prescription-stepper__circle{background:var(--primary);color:var(--surface);box-shadow:0 4px 10px #00a65226}.prescription-stepper__line{z-index:1;background:#e6ebef;width:100%;height:3px;transition:background-color .25s;position:absolute;top:16px;right:-50%}.prescription-stepper__item--completed .prescription-stepper__line{background:var(--primary)}.prescription-step-content{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:24px;flex-direction:column;gap:20px;margin-bottom:24px;padding:24px;animation:.3s upload-fade-in;display:flex}@keyframes upload-fade-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.prescription-step-footer{justify-content:space-between;align-items:center;gap:12px;margin-top:12px;display:flex}.prescription-step-footer button{flex:1;max-width:200px}.prescription-step-footer button:only-child{max-width:100%}.upload-preview-container{border:1px solid var(--border);border-radius:14px;width:100%;margin-top:14px;position:relative;overflow:hidden}.upload-preview-container img{object-fit:contain;background:#f6f8fa;width:100%;max-height:320px;display:block}.upload-preview-remove{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#1a1a2eb3;border:none;border-radius:50%;place-items:center;width:32px;height:32px;font-size:1.1rem;font-weight:800;transition:background-color .2s;display:grid;position:absolute;top:10px;right:10px}.upload-preview-remove:hover{background:var(--danger)}.upload-summary-grid{flex-direction:column;gap:16px;display:flex}.upload-summary-item{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;gap:16px;padding-bottom:12px;display:flex}.upload-summary-item:last-child{border-bottom:none;padding-bottom:0}.upload-summary-item span:first-child{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;min-width:100px;font-size:.85rem;font-weight:700}.upload-summary-item span:last-child{color:var(--heading);text-align:right;font-weight:700}.upload-summary-image{border:1px solid var(--border);object-fit:cover;border-radius:8px;max-width:120px;max-height:80px}.prescription-success-card{text-align:center;background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:28px;flex-direction:column;align-items:center;gap:20px;padding:40px 24px;animation:.4s upload-fade-in;display:flex}.prescription-success-icon{width:72px;height:72px;color:var(--primary);background:#00a6521a;border-radius:50%;place-items:center;font-size:2.2rem;font-weight:700;animation:.5s cubic-bezier(.175,.885,.32,1.275) success-bounce;display:grid;box-shadow:0 8px 20px #00a65226}@keyframes success-bounce{0%{opacity:0;transform:scale(.3)}50%{transform:scale(1.1)}70%{transform:scale(.9)}to{opacity:1;transform:scale(1)}}.prescription-success-card h3{color:var(--heading);margin:0;font-size:1.4rem;font-weight:800}.prescription-success-card p{color:var(--text-secondary);max-width:320px;margin:0;font-size:.95rem;line-height:1.5}.prescription-success-actions{flex-direction:column;gap:10px;width:100%;max-width:280px;margin-top:10px;display:flex}@media (width<=500px){.prescription-stepper__label{display:none}.prescription-stepper{margin-bottom:16px;padding:12px 6px}}.prescription-detail-header{text-align:center;flex-direction:column;align-items:center;gap:12px;padding:32px 16px 24px;display:flex}.prescription-detail-circle{border-radius:50%;place-items:center;width:64px;height:64px;font-size:1.8rem;font-weight:700;display:grid}.prescription-detail-circle--success{color:var(--primary);background:#00a6521a;box-shadow:0 8px 20px #00a65226}.prescription-detail-circle--pending{color:#f59e0b;background:#f59e0b1a;box-shadow:0 8px 20px #f59e0b26}.prescription-detail-header h2{color:var(--heading);margin:0;font-size:1.45rem;font-weight:800}.prescription-detail-header p{color:var(--text-secondary);max-width:340px;margin:0;font-size:.95rem;line-height:1.5}.prescription-detail-stepper{background:#f4f7f6;border:1px solid #00a65214;border-radius:16px;justify-content:space-between;align-items:center;margin-bottom:24px;padding:16px 8px;display:flex;position:relative}.prescription-detail-stepper__item{z-index:2;flex-direction:column;flex:1;align-items:center;gap:6px;display:flex;position:relative}.prescription-detail-stepper__circle{color:#64748b;background:#e2e8f0;border:2px solid #cbd5e1;border-radius:50%;place-items:center;width:32px;height:32px;font-size:.85rem;transition:all .3s;display:grid}.prescription-detail-stepper__item strong{color:#64748b;font-size:.78rem;font-weight:700;transition:all .3s}.prescription-detail-stepper__line{z-index:1;background:#cbd5e1;width:calc(100% - 32px);height:3px;position:absolute;top:16px;left:calc(50% + 16px)}.prescription-detail-stepper__item--active .prescription-detail-stepper__circle{color:#fff;background:#005a30;border-color:#005a30;box-shadow:0 0 0 4px #005a3033}.prescription-detail-stepper__item--active strong{color:#005a30}.prescription-detail-stepper__item--done .prescription-detail-stepper__circle{color:#fff;background:#00874e;border-color:#00874e}.prescription-detail-stepper__item--done strong{color:#00874e}.prescription-detail-stepper__item--done .prescription-detail-stepper__line{background:#00874e}.prescription-clinical-card{border:1px solid var(--border);background:#fff;border-radius:24px;margin-bottom:20px;padding:20px;box-shadow:0 4px 18px #00000005}.prescription-clinical-card__header{border-bottom:1px dashed var(--border);justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:12px;display:flex}.prescription-clinical-card__header h3{color:var(--heading);margin:0;font-size:1.15rem;font-weight:800}.prescription-clinical-product{background:#f8fafc;border:1px solid #e2e8f0;border-radius:18px;gap:16px;margin-bottom:16px;padding:12px;display:flex}.prescription-clinical-product__image{object-fit:cover;border:1px solid var(--border);background:#fff;border-radius:12px;width:72px;height:72px}.prescription-clinical-product__content{flex-direction:column;flex:1;justify-content:space-between;display:flex}.prescription-clinical-product__title-row{justify-content:space-between;align-items:flex-start;gap:8px;display:flex}.prescription-clinical-product__title-row h4{color:var(--heading);margin:0;font-size:1.05rem;font-weight:700}.prescription-clinical-product__title-row strong{color:var(--heading);font-size:1.1rem;font-weight:800}.prescription-clinical-product__content p{color:var(--text-secondary);margin:4px 0 8px;font-size:.85rem}.prescription-clinical-product__tags{flex-wrap:wrap;gap:6px;display:flex}.prescription-badge{text-transform:uppercase;letter-spacing:.4px;border-radius:6px;padding:4px 8px;font-size:.72rem;font-weight:700;display:inline-block}.prescription-badge--success{color:var(--primary);background:#00a6521a}.prescription-badge--success-soft{color:#047857;background:#ecfdf5;border:1px solid #d1fae5}.prescription-badge--rx{color:#1d4ed8;background:#eff6ff;border:1px solid #dbeafe}.prescription-pharmacist-note{background:#f0fdf4;border-left:4px solid #00874e;border-radius:0 16px 16px 0;margin-top:14px;padding:12px 16px}.prescription-pharmacist-note strong{color:#047857;margin-bottom:4px;font-size:.85rem;display:block}.prescription-pharmacist-note p{color:#064e3b;margin:0;font-size:.88rem;font-style:italic;line-height:1.45}.prescription-payment-summary-card{color:#fff;background:linear-gradient(135deg,#005a30,#003e20);border-radius:24px;margin-bottom:24px;padding:24px;box-shadow:0 10px 25px #005a3026}.prescription-payment-summary-card h3{color:#fff;margin:0 0 16px;font-size:1.25rem;font-weight:800}.prescription-payment-summary-card__body{flex-direction:column;gap:12px;display:flex}.prescription-payment-summary-row{opacity:.9;justify-content:space-between;font-size:.95rem;display:flex}.prescription-payment-summary-divider{background:#ffffff26;height:1px;margin:4px 0}.prescription-payment-summary-row--total{opacity:1;font-size:1.25rem;font-weight:800}.prescription-payment-actions{margin-top:20px}.prescription-payment-button-primary{color:#003e20;cursor:pointer;background:#34d399;border:none;border-radius:14px;justify-content:center;align-items:center;gap:8px;width:100%;padding:14px;font-size:1rem;font-weight:800;transition:all .2s;display:flex;box-shadow:0 4px 14px #34d3994d}.prescription-payment-button-primary:hover{background:#6ee7b7;transform:translateY(-1px)}.prescription-payment-button-primary:active{transform:translateY(0)}.prescription-payment-success-badge{text-align:center;color:#a7f3d0;background:#ffffff1f;border:1px solid #ffffff40;border-radius:14px;width:100%;margin-top:20px;padding:12px;font-size:.95rem;font-weight:700}.prescription-trust-badges{border-top:1px dashed var(--border);grid-template-columns:repeat(2,1fr);gap:16px;margin-top:24px;padding-top:16px;display:grid}.prescription-trust-badges>div{text-align:center;flex-direction:column;align-items:center;gap:6px;display:flex}.prescription-trust-icon{color:#005a30;font-size:1.35rem}.prescription-trust-badges strong{color:var(--heading);font-size:.76rem;font-weight:700}@media (width<=480px){.prescription-detail-stepper strong{font-size:.72rem}}.prescription-medicines-list{flex-direction:column;gap:12px;margin:16px 0;display:flex}.prescription-medicine-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;justify-content:space-between;align-items:center;padding:12px 14px;transition:all .2s;display:flex}.prescription-medicine-item:hover{background:#f1f5f9;border-color:#00a65240}.prescription-medicine-item__info{flex:1;align-items:center;gap:12px;display:flex}.prescription-medicine-item__icon{color:#005a30;background:#005a3014;border-radius:50%;place-items:center;width:36px;height:36px;font-size:1rem;display:grid}.prescription-medicine-item__view-btn{color:#005a30;cursor:pointer;text-align:left;background:0 0;border:none;margin-top:2px;padding:0;font-size:.78rem;font-weight:700;text-decoration:underline;display:block}.prescription-medicine-item__view-btn:hover{color:#00874e}.prescription-medicine-item__price{color:var(--heading);font-size:1.05rem;font-weight:800}
