:root{--ivory:#f5fbef;--muted-teal:#92ad94;--dusty-olive:#748b75;--chocolate-plum:#503d42;--yellow-green:#84c318;--highlight-red:#ff3b30}*{box-sizing:border-box}html,body{height:100%;margin:0}body{background-color:var(--ivory);overscroll-behavior-y:contain;font-family:system-ui,Segoe UI,Roboto,sans-serif}#root{height:100%}.top-bar{background-color:var(--chocolate-plum);border-bottom:1px solid var(--dusty-olive);flex-shrink:0;justify-content:center;align-items:center;height:56px;display:flex}.top-bar__logo{color:var(--ivory);letter-spacing:.03em;font-size:1.25rem;font-weight:700}@media (hover:hover) and (pointer:fine){.top-bar{border-radius:28px}}.promo-card{aspect-ratio:1/2;background-color:var(--ivory);scroll-snap-align:center;-webkit-user-select:none;user-select:none;border-radius:18px;flex-direction:column;flex:none;width:min(78vw,320px);display:flex;overflow:hidden;box-shadow:0 4px 16px #0000001f}.promo-card__image-wrap{background-color:#92ad9440;flex:50%;overflow:hidden}.promo-card__image{object-fit:cover;pointer-events:none;width:100%;height:100%}.promo-card__body{flex-direction:column;flex:50%;min-height:0;padding:12px 14px 16px;display:flex}.promo-card__store{text-transform:uppercase;letter-spacing:.04em;color:var(--dusty-olive);font-size:.72rem;font-weight:600}.promo-card__product{color:var(--chocolate-plum);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:4px 0 6px;font-size:1rem;line-height:1.25;display:-webkit-box;overflow:hidden}.promo-card__description{color:var(--muted-teal);-webkit-line-clamp:3;-webkit-box-orient:vertical;flex:0 auto;margin:0;font-size:.8rem;line-height:1.35;display:-webkit-box;overflow:hidden}.promo-card__coupon-row{justify-content:center;margin-top:18px;display:flex}.promo-card__coupon{color:var(--chocolate-plum);border:1px dashed var(--yellow-green);background-color:#84c3182e;border-radius:6px;padding:5px 12px;font-size:1rem;font-weight:700;position:relative}.promo-card__copy-btn{width:32px;height:32px;color:var(--chocolate-plum);cursor:pointer;background-color:#84c3182e;border:none;border-radius:50%;justify-content:center;align-items:center;margin-left:8px;padding:0;display:inline-flex;position:absolute;top:50%;left:100%;transform:translateY(-50%)}.promo-card__prices{margin:auto 0 0}.promo-card__price-original{color:var(--muted-teal);margin-right:6px;font-size:.85rem;text-decoration:line-through}.promo-card__price-original:after{content:"|";color:var(--muted-teal);margin-left:6px;text-decoration:none;display:inline-block}.promo-card__price-discounted{color:var(--yellow-green);font-size:1.3rem;font-weight:800}.promo-card__store-btn{background-color:var(--yellow-green);width:100%;color:var(--ivory);cursor:pointer;border:none;border-radius:8px;margin-top:14px;padding:10px;font-size:.9rem;font-weight:700}.promo-card__store-btn:disabled{opacity:.5;cursor:not-allowed}.carousel{flex:auto;align-items:center;min-height:0;display:flex;position:relative;overflow:hidden}.carousel__track{scroll-snap-type:x mandatory;scroll-behavior:smooth;touch-action:pan-x;scrollbar-width:none;gap:16px;width:100%;height:100%;padding:16px calc(50% - min(78vw,320px)/2);display:flex;overflow:auto hidden}.carousel__track::-webkit-scrollbar{display:none}.carousel__arrow{z-index:2;width:44px;height:44px;color:var(--ivory);cursor:pointer;background-color:#503d42d9;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.6rem;line-height:1;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.carousel__arrow:hover:not(:disabled){background-color:var(--chocolate-plum)}.carousel__arrow:disabled{opacity:.35;cursor:not-allowed}.carousel__arrow--prev{left:16px}.carousel__arrow--next{right:16px}.bottom-nav{background-color:var(--chocolate-plum);border-top:1px solid var(--dusty-olive);border-radius:32px;flex-shrink:0;height:64px;display:flex;position:relative;overflow:visible}.bottom-nav__notch{top:8px;left:var(--bump-position);background-color:var(--chocolate-plum);border-radius:50%;width:70px;height:70px;transition:left .25s;position:absolute;transform:translate(-50%,-50%)}.bottom-nav__item{color:var(--ivory);cursor:pointer;background:0 0;border:none;flex:1;justify-content:center;align-items:center;display:flex;position:relative}.bottom-nav__icon{width:40px;height:40px;color:inherit;border-radius:50%;justify-content:center;align-items:center;transition:all .25s;display:flex}.bottom-nav__icon svg{width:22px;height:22px;transition:all .25s}.bottom-nav__item--active .bottom-nav__icon{background-color:var(--yellow-green);width:52px;height:52px;color:var(--chocolate-plum);transform:translateY(-24px);box-shadow:0 4px 10px #00000040}.bottom-nav__item--active .bottom-nav__icon svg{width:26px;height:26px}.bottom-nav__item--fire{color:var(--highlight-red)}.bottom-nav__item--fire.bottom-nav__item--active .bottom-nav__icon{background-color:var(--highlight-red);color:var(--ivory)}.home-page{flex-direction:column;height:100%;display:flex}.home-page__content{flex:auto;min-height:0;display:flex}.home-page__placeholder{color:var(--dusty-olive);margin:auto;font-size:.95rem}@media (hover:hover) and (pointer:fine){.home-page{width:70%;margin:0 auto}}
