@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/manrope-latin-400-normal-PaqtzbVb.woff2)format("woff2"),url(/assets/manrope-latin-400-normal-8tf8FM3T.woff)format("woff")}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/manrope-latin-500-normal-BYYD-dBL.woff2)format("woff2"),url(/assets/manrope-latin-500-normal-DMZssgOp.woff)format("woff")}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/manrope-latin-600-normal-4f0koTD-.woff2)format("woff2"),url(/assets/manrope-latin-600-normal-BqgrALkZ.woff)format("woff")}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/manrope-latin-700-normal-BZp_XxE4.woff2)format("woff2"),url(/assets/manrope-latin-700-normal-DGRFkw-m.woff)format("woff")}@font-face{font-family:Manrope;font-style:normal;font-display:swap;font-weight:800;src:url(/assets/manrope-latin-800-normal-BfWYOv1c.woff2)format("woff2"),url(/assets/manrope-latin-800-normal-uHUdIJgA.woff)format("woff")}:root{--content-gap:18px;--radius-brand:18px;--component-padding:20px;--text-muted:#667085;--notification-red:#e14b36;--bottom-nav-height:60px;--bottom-nav-primary-pill-width:225px;--bottom-nav-primary-context-width:164px;--bottom-nav-search-pill-width:60px;--bottom-nav-search-context-width:clamp(156px, 42vw, 196px);color:#101828;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f6f7fb;font-family:Manrope,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{min-width:320px;min-height:100%}body{scrollbar-width:none;min-width:320px;min-height:100vh;margin:0}*{scrollbar-width:none}::-webkit-scrollbar{display:none}button,input,textarea,select{font:inherit}input,textarea,select{font-size:1rem}.interactive-hover{transition:background-color .18s,color .18s,transform .16s,opacity .18s}@media (hover:hover) and (pointer:fine){.interactive-hover:hover{background:var(--hover-bg,#ff95161a)}}.interactive-hover:active{transform:scale(var(--press-scale,.96))}.interactive-hover:focus{outline:0}.brand-icon-button{--hover-bg:#f18712;--press-scale:.94;color:#fff;cursor:pointer;-webkit-tap-highlight-color:transparent;background:#ff9516;border:0;border-radius:999px;place-items:center;display:grid}.brand-icon-button--sm{flex:0 0 34px;width:34px;height:34px}.brand-icon-button--md{flex:0 0 44px;width:44px;height:44px}#root{min-height:100vh}.app-shell{min-height:100vh;padding-block:max(20px, env(safe-area-inset-top)) calc(96px + env(safe-area-inset-bottom));background:#f6f7fb;padding-inline:0;overflow-x:hidden}.screen-viewport{touch-action:pan-y;overflow-x:hidden}.screen-track{will-change:transform;align-items:flex-start;transition:transform .32s cubic-bezier(.22,1,.36,1);display:flex}.screen-track.is-dragging{transition:none}.screen-panel{flex:0 0 100%;width:100%}.component-padding{width:min(100%,480px);padding-inline:var(--component-padding);margin:0 auto}.component-scroll-padding{width:min(100%,480px);padding-inline:var(--component-padding);scroll-padding-inline:var(--component-padding);margin:0 auto}@media (width>=720px){:root{--component-padding:32px}}@media (prefers-reduced-motion:reduce){.screen-track{transition-duration:1ms}}.slider-stack{flex-direction:column;gap:10px;display:flex}.slider-viewport{border-radius:var(--radius-brand);overflow:hidden}.slider-track{will-change:transform;transition:transform .42s cubic-bezier(.22,1,.36,1);display:flex}.slider-dot-row{justify-content:center;gap:5px;min-height:12px;display:flex}.slider-dot{cursor:pointer;-webkit-tap-highlight-color:transparent;background:#17203333;border:0;border-radius:999px;width:10px;height:10px;padding:0;transition:background-color .18s,transform .16s}.slider-dot.is-active{background:#ff9516}.slider-dot:active{transform:scale(.9)}.slider-dot:focus{outline:0}@media (prefers-reduced-motion:reduce){.slider-track{transition-duration:1ms}}.bottom-nav{--bottom-nav-pill-inset:5px;--bottom-nav-control-size:calc(var(--bottom-nav-height) - (var(--bottom-nav-pill-inset) * 2));left:50%;bottom:max(18px, env(safe-area-inset-bottom));z-index:40;width:max-content;height:var(--bottom-nav-height);transform-origin:bottom;will-change:transform;justify-content:center;gap:10px;transition:transform .32s cubic-bezier(.22,1,.36,1);display:flex;position:fixed;transform:translate(-50%)}.bottom-nav.is-hidden{pointer-events:none;transform:translate(-50%,calc(100% + 32px))}.bottom-nav__pill{height:100%;padding:var(--bottom-nav-pill-inset);background:0 0;border:0;border-radius:999px;align-items:center;transition:background-color .18s,transform .18s,width .26s cubic-bezier(.22,1,.36,1);display:flex;position:relative;overflow:hidden}.bottom-nav__pill:before{content:"";border-radius:inherit;-webkit-backdrop-filter:blur(6px);pointer-events:none;z-index:0;background:#10182829;position:absolute;inset:0}.bottom-nav__pill--primary{width:var(--bottom-nav-primary-pill-width);gap:5px}.bottom-nav__pill--search{width:var(--bottom-nav-search-pill-width)}.bottom-nav.is-product-mode .bottom-nav__pill--primary{width:var(--bottom-nav-primary-context-width)}.bottom-nav.is-product-mode .bottom-nav__pill--search{width:var(--bottom-nav-search-context-width)}.bottom-nav__pill-content{z-index:1;transform-origin:50%;justify-content:center;align-items:center;gap:5px;width:100%;transition:opacity .22s,transform .26s cubic-bezier(.22,1,.36,1);display:flex;position:relative;transform:scale(1)}.bottom-nav__pill-content--context,.bottom-nav__pill-content--cart{inset:var(--bottom-nav-pill-inset);opacity:0;pointer-events:none;width:auto;position:absolute;transform:scale(0)}.bottom-nav__pill-content--context{justify-content:space-between;gap:4px;padding-inline:0}.bottom-nav__pill-content--cart{inset:var(--bottom-nav-pill-inset);padding-inline:0}.bottom-nav__pill-content--collapsed{opacity:0;pointer-events:none;transform:scale(0)}.bottom-nav.is-product-mode .bottom-nav__pill-content--context,.bottom-nav.is-product-mode .bottom-nav__pill-content--cart{opacity:1;pointer-events:auto;transform:scale(1)}.bottom-nav__item{width:var(--bottom-nav-control-size);height:var(--bottom-nav-control-size);flex:0 0 var(--bottom-nav-control-size);aspect-ratio:1;color:#fff;box-shadow:none;cursor:pointer;will-change:transform;-webkit-tap-highlight-color:transparent;touch-action:manipulation;-webkit-user-select:none;user-select:none;background:#10182857;border:0;border-radius:999px;outline:0;place-items:center;padding:0;transition:background-color .22s,color .22s,transform .16s,box-shadow .22s;display:grid;position:relative;transform:scale(1)}.bottom-nav__item--context{background:#10182857}.bottom-nav__item--context.is-accent{--hover-bg:#f18712;--press-scale:.94;background:#ff9516}.bottom-nav__item svg{transition:transform .18s}.bottom-nav__item-icon{animation:.22s cubic-bezier(.22,1,.36,1) nav-icon-swap;display:inline-flex}.bottom-nav__item:hover{transform:translateY(-1px)}.bottom-nav__item:active{transform:scale(.9)}.bottom-nav__item.is-active{color:#fff;box-shadow:none;background:#ff9516;animation:.24s nav-pop}.bottom-nav__item.is-active svg{transform:scale(1.08)}.bottom-nav__item:focus,.bottom-nav__item:focus-visible{box-shadow:none;outline:0}.bottom-nav__badge{color:#fff;background:var(--notification-red);pointer-events:none;border-radius:999px;justify-content:center;align-items:center;min-width:18px;height:18px;padding-inline:5px;font-size:.64rem;font-weight:900;line-height:1;display:inline-flex;position:absolute;top:2px;right:2px;transform:translate(28%,-24%);box-shadow:0 0 0 2px #10182829}.bottom-nav__counter{color:#fff;text-align:center;letter-spacing:.02em;flex:auto;justify-content:center;align-items:center;min-width:0;height:100%;padding-inline:4px;font-size:1rem;font-weight:900;display:inline-flex}.bottom-nav__add-cart{--hover-bg:#f18712;--press-scale:.94;color:#fff;cursor:pointer;-webkit-tap-highlight-color:transparent;background:#ff9516;border:0;border-radius:999px;justify-content:center;align-items:center;gap:10px;width:100%;height:100%;min-height:0;padding:0 16px;font-weight:600;transition:opacity .18s,transform .16s,background-color .22s;display:inline-flex}.bottom-nav__add-cart:disabled{--hover-bg:#10182870;--press-scale:1;opacity:1;color:#fff;cursor:not-allowed;background:#10182857}.bottom-nav__add-cart span{white-space:nowrap}@keyframes nav-pop{0%{transform:scale(.92)}55%{transform:scale(1.08)}to{transform:scale(1)}}@keyframes nav-icon-swap{0%{opacity:0;transform:scale(.72)translateY(2px)}to{opacity:1;transform:scale(1)translateY(0)}}@media (prefers-reduced-motion:reduce){.bottom-nav,.bottom-nav__pill,.bottom-nav__pill-content,.bottom-nav__item,.bottom-nav__item svg,.bottom-nav__item-icon,.bottom-nav__add-cart{transition-duration:1ms;animation-duration:1ms}.bottom-nav__item.is-active{animation:none}}.confirmation-modal{z-index:50;position:fixed;inset:0}.confirmation-modal__backdrop{cursor:pointer;background:#1018286b;border:0;animation:.18s confirmation-modal-fade-in;position:absolute;inset:0}.confirmation-modal__surface{background:linear-gradient(#fffffffa,#f8fafcfa);border-radius:24px;width:min(100% - 32px,420px);padding:20px;animation:.22s cubic-bezier(.22,1,.36,1) confirmation-modal-rise-in;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 18px 48px #0f172a33}.confirmation-modal__icon{background:#e14b361f;border-radius:999px;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 16px;display:flex;overflow:hidden}.confirmation-modal__icon-animation{width:80px;height:80px}.confirmation-modal__content{text-align:center}.confirmation-modal__content h2,.confirmation-modal__content p{margin:0}.confirmation-modal__content h2{color:#172033;font-size:1.06rem;font-weight:900;line-height:1.2}.confirmation-modal__content p{color:var(--text-muted);margin-top:8px;font-size:.92rem;line-height:1.5}.confirmation-modal__actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:18px;display:grid}.confirmation-modal__button{--press-scale:.98;cursor:pointer;-webkit-tap-highlight-color:transparent;border:0;border-radius:16px;min-height:46px;font-size:.92rem;font-weight:800}.confirmation-modal__button--cancel{--hover-bg:#10182814;color:#172033;background:#eef2f6}.confirmation-modal__button--confirm{--hover-bg:#c93c29;color:#fff;background:var(--notification-red)}@keyframes confirmation-modal-fade-in{0%{opacity:0}to{opacity:1}}@keyframes confirmation-modal-rise-in{0%{opacity:0;transform:translate(-50%,calc(18px - 50%))scale(.96)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}@media (prefers-reduced-motion:reduce){.confirmation-modal__backdrop,.confirmation-modal__surface{animation-duration:1ms}}.product-preview-sheet{z-index:20;position:fixed;inset:0}.product-preview-sheet__backdrop{cursor:pointer;background:#1018286b;border:0;transition:opacity .22s;position:absolute;inset:0}.product-preview-sheet__surface{inset-inline:0;background:linear-gradient(#fffffffa,#f8fafcfa);border-radius:28px 28px 0 0;width:min(100%,480px);max-height:min(78vh,720px);margin:0 auto;transition:transform .22s cubic-bezier(.22,1,.36,1);animation:.26s cubic-bezier(.22,1,.36,1) product-preview-sheet-enter;position:absolute;bottom:0;overflow:hidden;box-shadow:0 -20px 60px #0f172a2e}.product-preview-sheet.is-closing .product-preview-sheet__backdrop{opacity:0!important}.product-preview-sheet.is-closing .product-preview-sheet__surface{transform:translateY(calc(100% + 24px))}.product-preview-sheet__surface--dragging{transition:none}.product-preview-sheet__handle-button{cursor:grab;touch-action:none;-webkit-tap-highlight-color:transparent;background:0 0;border:0;width:100%;padding:8px 0 6px}.product-preview-sheet__handle-button:active{cursor:grabbing}.product-preview-sheet__handle{background:#66708552;border-radius:999px;width:54px;height:5px;margin:0 auto}.product-preview-sheet__content{max-height:calc(min(78vh,720px) - 27px);padding-bottom:env(safe-area-inset-bottom);overflow-y:auto}.product-preview-sheet__media{padding-inline:16px;position:relative}.product-preview-sheet__media img{object-fit:cover;border-radius:22px;width:100%;height:210px;display:block}.product-preview-sheet__body{padding:18px 20px 16px}.product-preview-sheet__eyebrow{justify-content:space-between;align-items:center;gap:12px;display:flex}.product-preview-sheet__eyebrow span{color:var(--text-muted);letter-spacing:.02em;font-size:.8rem;font-weight:800}.product-preview-sheet__eyebrow strong{color:#ff9516;font-size:1.05rem;font-weight:900}.product-preview-sheet__heading{margin-top:10px}.product-preview-sheet__heading h2,.product-preview-sheet__heading p{margin:0}.product-preview-sheet__heading h2{color:#172033;font-size:1.35rem;font-weight:900;line-height:1.15}.product-preview-sheet__heading p{color:#475467;margin-top:10px;font-size:.93rem;line-height:1.55}.product-preview-sheet__stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:18px;display:grid}.product-preview-sheet__stats div{background:#fff;border-radius:18px;padding:12px 10px}.product-preview-sheet__stats span,.product-preview-sheet__stats strong{display:block}.product-preview-sheet__stats span{color:var(--text-muted);font-size:.72rem;font-weight:800}.product-preview-sheet__stats strong{color:#172033;margin-top:4px;font-size:.88rem;font-weight:900}.product-preview-sheet__tags{flex-wrap:wrap;gap:8px;margin-top:16px;display:flex}.product-preview-sheet__tags span{color:#b35b00;background:#ff95161a;border-radius:999px;padding:8px 12px;font-size:.74rem;font-weight:800}.product-preview-sheet__nav-spacer{height:calc(var(--bottom-nav-height) + 16px + env(safe-area-inset-bottom));flex:none}@keyframes product-preview-sheet-enter{0%{transform:translateY(100%)}to{transform:translateY(0)}}@media (width>=720px){.product-preview-sheet__media,.product-preview-sheet__body{padding-inline:24px}}@media (prefers-reduced-motion:reduce){.product-preview-sheet__surface{animation-duration:1ms}}.screen-header-title h1{color:#172033;margin:0;font-size:1.5rem;font-weight:800;line-height:1.1}.cart-screen{--cart-card-padding:18px;--cart-card-gap:12px;--cart-subtle-text:var(--text-muted);--cart-strong-text:#172033;--cart-surface-muted:#f6f7fb;--cart-border-color:#1018280f;padding-bottom:var(--content-gap);margin-top:16px}.cart-screen__stack{gap:var(--content-gap);flex-direction:column;display:flex}.cart-store-card,.cart-summary-card,.cart-empty{border-radius:var(--radius-brand);border:1px solid var(--cart-border-color);background:#fff}.cart-store-card{padding:8px}.cart-store-card__header{padding:10px 10px 12px}.cart-store-card__identity{align-items:center;gap:10px;min-width:0;display:flex}.cart-store-card__avatar{object-fit:cover;border-radius:999px;flex:0 0 40px;width:40px;height:40px;display:block}.cart-store-card__store{color:var(--cart-strong-text);margin:0;font-size:.95rem;font-weight:800}.cart-store-card__header h3{color:var(--cart-subtle-text);margin:4px 0 0;font-size:.82rem;font-weight:700}.cart-store-card__items{flex-direction:column;gap:8px;display:flex}.cart-item{border-radius:calc(var(--radius-brand) - 2px);background:var(--cart-surface-muted);align-items:center;gap:var(--cart-card-gap);padding:10px;display:flex}.cart-item img{border-radius:calc(var(--radius-brand) - 4px);object-fit:cover;flex:0 0 64px;width:64px;height:64px;display:block}.cart-item__body{justify-content:space-between;align-items:center;gap:var(--cart-card-gap);flex:auto;width:100%;min-width:0;display:flex}.cart-item__copy{flex:auto;width:100%;min-width:0}.cart-item__copy h4,.cart-item__copy p{margin:0}.cart-item__copy h4{color:var(--cart-strong-text);font-size:.94rem;font-weight:800;line-height:1.3}.cart-item__copy p{color:var(--cart-subtle-text);margin-top:4px;font-size:.8rem;font-weight:700}.cart-item__meta-row{justify-content:space-between;align-items:center;gap:var(--cart-card-gap);width:100%;display:flex}.cart-item__dot{margin-inline:6px}.cart-item__controls{flex:none;align-items:center;gap:8px;display:inline-flex}.cart-item__stepper{--hover-bg:#10182814;--press-scale:.96;width:32px;height:32px;color:var(--cart-strong-text);cursor:pointer;-webkit-tap-highlight-color:transparent;background:#fff;border:0;border-radius:999px;flex:0 0 32px;place-items:center;display:grid}.cart-item__stepper:not(.cart-item__stepper--increase){color:#fff;background:var(--text-muted)}.cart-item__stepper--increase{--hover-bg:#f18712;color:#fff;background:#ff9516}.cart-item__quantity{min-width:16px;color:var(--cart-strong-text);text-align:center;font-size:.94rem;font-weight:800}.cart-summary-card{padding:var(--cart-card-padding)}.cart-summary-card__row{justify-content:space-between;align-items:center;gap:var(--cart-card-gap);color:var(--cart-subtle-text);font-size:.9rem;font-weight:700;display:flex}.cart-summary-card__row+.cart-summary-card__row{margin-top:10px}.cart-summary-card__row strong{color:var(--cart-strong-text);font-weight:800}.cart-summary-card__divider{background:#10182814;height:1px;margin:14px 0}.cart-summary-card__row--total{color:var(--cart-strong-text)}.cart-summary-card__row--total strong{font-size:1rem;font-weight:900}.cart-summary-card__cta,.cart-empty__cta{--hover-bg:#e57e09;--press-scale:.98;border-radius:calc(var(--radius-brand) - 2px);color:#fff;cursor:pointer;-webkit-tap-highlight-color:transparent;background:#ff9516;border:0;width:100%}.cart-summary-card__cta{margin-top:16px;padding:14px 16px;font-size:.94rem;font-weight:800}.cart-empty{padding:24px var(--component-padding);text-align:center}.cart-empty__icon{border-radius:var(--radius-brand);width:56px;height:56px;color:var(--cart-strong-text);background:var(--cart-surface-muted);place-items:center;margin:0 auto;display:grid}.cart-empty h2,.cart-empty p{margin:0}.cart-empty h2{color:var(--cart-strong-text);margin-top:14px;font-size:1.15rem;font-weight:900}.cart-empty p{color:var(--cart-subtle-text);margin-top:8px;font-size:.92rem;line-height:1.5}.cart-empty__cta{margin-top:18px;padding:14px 16px;font-size:.92rem;font-weight:800}@media (width<=420px){.cart-item__body{flex-direction:column;align-items:flex-start}.cart-item__meta-row{flex-wrap:wrap;width:100%}.cart-item__controls{align-self:flex-end}}.section-title{justify-content:space-between;align-items:center;gap:12px;display:flex}.section-title p{color:#172033;margin:0;font-size:1.125rem;font-weight:800}.section-title__action{flex-shrink:0}.location-header{justify-content:space-between;align-items:center;gap:16px;display:flex}.location-picker{min-width:0;position:relative}.location-control,.location-menu__item{cursor:pointer;-webkit-tap-highlight-color:transparent;border:0}.location-control{--hover-bg:#ff951614;--press-scale:.98;color:#172033;text-align:left;background:0 0;border-radius:999px;align-items:center;gap:10px;min-width:0;margin-left:-6px;padding:6px;display:flex}.location-control:focus,.location-header__action:focus,.location-menu__item:focus,.location-menu__add-button:focus,.location-menu__add input:focus{outline:0}.header-icon{color:#fff;background:#ff9516;border-radius:999px;place-items:center;width:44px;height:44px;display:grid}.location-control__copy{gap:3px;min-width:0;display:grid}.location-control__copy span{color:var(--text-muted);font-size:.76rem;font-weight:700}.location-control__copy strong{color:#172033;text-overflow:ellipsis;white-space:nowrap;max-width:148px;font-size:.96rem;line-height:1.1;overflow:hidden}.location-control__arrow{color:#ff9516;flex:none}.location-menu{z-index:20;background:#fff;border-radius:18px;width:min(260px,100vw - 48px);padding:6px;position:absolute;top:calc(100% + 10px);left:0;box-shadow:0 12px 32px #1720331f}.location-menu__item{--hover-bg:#ff951614;color:#172033;text-align:left;background:0 0;border-radius:14px;width:100%;padding:12px;font-size:.9rem;font-weight:800}.location-menu__item.is-selected{color:#ff9516;background:#ff95161f}.location-menu__add{background:#f6f7fb;border-radius:999px;align-items:center;gap:8px;margin-top:6px;padding:5px 5px 5px 14px;display:flex}.location-menu__add input{color:#172033;background:0 0;border:0;width:100%;min-width:0;font-size:1rem;font-weight:700}.location-menu__add input::placeholder{color:var(--text-muted)}.location-menu__add-button{margin:0}.location-header__action{position:relative}.location-header__badge{color:#fff;background:var(--notification-red);pointer-events:none;border-radius:999px;justify-content:center;align-items:center;min-width:18px;height:18px;padding-inline:5px;font-size:.64rem;font-weight:900;line-height:1;display:inline-flex;position:absolute;top:1px;right:1px;transform:translate(26%,-22%);box-shadow:0 0 0 2px #f6f7fb}.promo-card{color:#fff;background:#172033;flex:0 0 100%;grid-template-columns:minmax(0,1fr) 39%;width:100%;height:150px;display:grid}.promo-card__copy{flex-direction:column;justify-content:flex-start;min-width:0;padding:14px 16px;display:flex}.promo-card__copy p,.promo-card__copy h2,.promo-card__copy span{margin:0}.promo-card__copy p{color:#ff9516;text-overflow:ellipsis;white-space:nowrap;background:#ff951624;border-radius:999px;align-self:start;width:max-content;max-width:100%;padding:5px 9px;font-size:.68rem;font-weight:800;line-height:1;overflow:hidden}.promo-card__copy h2{-webkit-line-clamp:2;-webkit-box-orient:vertical;max-width:10.5rem;margin-top:10px;font-size:1.18rem;line-height:1.1;display:-webkit-box;overflow:hidden}.promo-card__copy span{color:#ffffffc2;-webkit-line-clamp:2;-webkit-box-orient:vertical;max-width:11.5rem;margin-top:6px;font-size:.76rem;line-height:1.3;display:-webkit-box;overflow:hidden}.promo-card img{object-fit:cover;width:100%;height:100%}.feedback-card{border-radius:var(--radius-brand);background:#fff;flex:0 0 100%;grid-template-columns:67.5px minmax(0,1fr);align-items:center;gap:12px;width:100%;height:100px;padding:5px;display:grid}.feedback-card__avatar{object-fit:cover;border-radius:13px;width:67.5px;height:90px}.feedback-card__content{flex-direction:column;justify-content:center;gap:6px;min-width:0;display:flex}.feedback-card__rating{color:#ff9516;gap:2px;display:flex}.feedback-card p{color:#263244;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.84rem;font-weight:600;line-height:1.3;display:-webkit-box;overflow:hidden}.feedback-card footer{align-items:center;gap:6px;display:flex}.feedback-card strong,.feedback-card span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.feedback-card strong{color:#172033;font-size:.9rem;font-weight:800}.feedback-card span{color:var(--text-muted);font-size:.74rem;font-weight:700}.feedback-card span:before{content:"• "}.card-scroller{scrollbar-width:none;grid-auto-flow:column;gap:12px;display:grid;overflow-x:auto}.card-scroller--compact{grid-auto-columns:148px}.card-scroller--wide{grid-auto-columns:150px}.card-scroller::-webkit-scrollbar{display:none}.scroller-card{border-radius:var(--radius-brand);background:#fff;min-width:0;padding:5px}.scroller-card__button{width:100%;color:inherit;text-align:left;cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:0;padding:0}.scroller-card__button:focus-visible{outline-offset:4px;border-radius:13px;outline:2px solid #ff9516}.scroller-card img{aspect-ratio:4/3;object-fit:cover;border-radius:13px;width:100%;display:block}.scroller-card__body{padding:5px}.scroller-card h3,.scroller-card p{text-overflow:ellipsis;white-space:nowrap;margin:0;overflow:hidden}.scroller-card h3{color:#172033;font-size:.88rem;font-weight:800}.scroller-card p{color:var(--text-muted);margin-top:3px;font-size:.74rem;font-weight:700}.scroller-card__meta{justify-content:space-between;align-items:center;gap:8px;margin-top:5px;display:flex}.scroller-card__meta span,.scroller-card__meta strong{font-size:.78rem;font-weight:800}.scroller-card__meta span{color:#ff9516}.scroller-card__meta span:before{content:"★ "}.scroller-card__meta strong{color:#172033}.home-screen{gap:var(--content-gap);flex-direction:column;display:flex}.screen-placeholder{display:block}.profile-screen{gap:var(--content-gap);flex-direction:column;margin-top:16px;display:flex}.profile-card{border-radius:var(--radius-brand);background:#fff;align-items:center;gap:14px;padding:18px;display:flex}.profile-card__avatar{object-fit:cover;border-radius:999px;flex:0 0 72px;width:72px;height:72px;display:block}.profile-card__copy{gap:4px;min-width:0;display:grid}.profile-card__copy h2,.profile-card__copy p{margin:0}.profile-card__copy h2{color:#172033;font-size:1.2rem;font-weight:800;line-height:1.1}.profile-card__copy p{color:var(--text-muted);font-size:.9rem;font-weight:700}.profile-menu-card{border-radius:var(--radius-brand);background:#fff;padding:6px}.profile-menu-card__item{--hover-bg:#ff951614;--press-scale:.99;color:#172033;text-align:left;cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:0;border-radius:14px;justify-content:space-between;align-items:center;width:100%;padding:16px 14px;display:flex}.profile-menu-card__item--static{cursor:default}.profile-menu-card__item span{font-size:.94rem;font-weight:800}.profile-menu-card__start{align-items:center;gap:12px;display:inline-flex}.profile-menu-card__item>svg{color:var(--text-muted);flex:none}.profile-menu-card__start>svg{color:#ff9516;flex:none}.profile-menu-card__value{color:var(--text-muted);font-size:.86rem;font-weight:700}.category-filters{gap:8px;display:flex;overflow-x:auto}.category-filter{border-radius:var(--radius-brand);color:#172033;white-space:nowrap;background:#fff;border:0;flex:none;align-items:center;gap:7px;min-height:38px;padding:0 14px;font-size:.82rem;font-weight:800;display:inline-flex}.category-filter[aria-pressed=true]{color:#fff;background:#ff9516}.recent-searches{flex-direction:column;gap:10px;display:flex}.recent-searches__list{flex-wrap:wrap;gap:8px;display:flex}.recent-search-chip{border-radius:var(--radius-brand);color:#172033;background:#fff;border:0;align-items:center;gap:7px;min-height:38px;padding:0 13px;font-size:.82rem;font-weight:800;display:inline-flex}.search-bar__field{border-radius:var(--radius-brand);min-height:50px;color:var(--text-muted);background:#fff;align-items:center;gap:10px;padding:0 15px;display:flex}.search-bar__clear{--hover-bg:#17203314;width:30px;height:30px;color:var(--text-muted);cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:0;border-radius:999px;flex:0 0 30px;place-items:center;padding:0;display:grid}.search-bar__field:focus-within{color:#ff9516}.search-bar__field input{appearance:none;color:#172033;background:0 0;border:0;outline:0;width:100%;min-width:0;font-size:1rem;font-weight:700}.search-bar__field input::-webkit-search-cancel-button{display:none}.search-bar__field input::-webkit-search-decoration{display:none}.search-bar__field input::-webkit-search-results-button{display:none}.search-bar__field input::-webkit-search-results-decoration{display:none}.search-bar__field input::placeholder{color:var(--text-muted);font-weight:700}.search-screen{gap:var(--content-gap);flex-direction:column;display:flex}.search-empty-state p{border-radius:var(--radius-brand);color:var(--text-muted);text-align:center;background:#fff;margin:0;padding:18px;font-size:.9rem;font-weight:800}
