:root{
  --yellow:#ffcf00;
  --pale-yellow:#ffe98f;
  --brown:#9b6000;
  --dark:#1f1f1f;
  --cream:#f7f5f1;
  --error:#ff5963;
  --success:#249689;
  --shadow:0 8px 18px rgba(0,0,0,.18);
  --font:'Fredoka','Poppins','Trebuchet MS',system-ui,sans-serif;
}
*{box-sizing:border-box}
html{min-height:100%;background:#192025}
body{min-height:100%;margin:0;background:#192025;font-family:var(--font);color:var(--dark);-webkit-font-smoothing:antialiased;text-rendering:geometricPrecision}
button,input{font:inherit}
button{-webkit-tap-highlight-color:transparent}
.stage{min-height:100svh;width:100%;display:grid;place-items:start center;background:#192025;overflow-x:hidden}
.app-card{width:min(100vw,430px);min-height:100svh;background:var(--cream);position:relative;padding:24px 16px 22px;overflow:hidden;box-shadow:0 0 0 1px rgba(0,0,0,.08)}
.hidden{display:none!important}
.snackbar{position:fixed;left:50%;bottom:24px;z-index:20;width:min(340px,calc(100vw - 42px));min-height:46px;border-radius:17px;background:var(--error);color:#fff;display:grid;place-items:center;text-align:center;font-size:16px;font-weight:700;box-shadow:0 8px 22px rgba(0,0,0,.24);padding:10px 16px;opacity:0;transform:translate(-50%,18px) scale(.95);pointer-events:none;transition:opacity .18s ease,transform .18s cubic-bezier(.2,1.5,.35,1)}
.snackbar.show{opacity:1;transform:translate(-50%,0) scale(1)}
.snackbar.success{background:var(--success)}
.countdown-badge{height:64px;width:max-content;margin:0 auto;display:flex;align-items:center;justify-content:center;gap:7px;background:#fff;border-radius:30px;padding:7px 10px;box-shadow:0 4px 8px rgba(0,0,0,.18),inset 0 0 0 1px rgba(0,0,0,.04)}
.countdown-item{min-width:47px;height:50px;border-radius:24px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#fff3c2;color:var(--brown);line-height:1}
.countdown-item span{font-size:22px;font-weight:700;letter-spacing:-.5px}
.countdown-item small{font-size:10px;font-weight:700;text-transform:uppercase;margin-top:3px;color:#7d5000}
.signup-card{height:158px;margin-top:60px;border-radius:22px;background:var(--yellow);position:relative;box-shadow:var(--shadow);padding:0 18px 16px}
.potato{position:absolute;left:-17px;top:16px;width:124px;height:auto;object-fit:contain;filter:drop-shadow(0 2px 1px rgba(0,0,0,.12));z-index:1}
.title-bubble{position:absolute;left:50%;top:-42px;transform:translateX(-50%);margin:0;width:190px;height:92px;border-radius:28px;background:var(--brown);color:#fff;display:grid;place-items:center;text-align:center;font-weight:700;font-size:20.5px;line-height:1.02;letter-spacing:-.2px;box-shadow:0 6px 10px rgba(0,0,0,.18);z-index:2}
.signup-form{position:absolute;left:20px;right:17px;bottom:18px;display:grid;grid-template-columns:minmax(0,1fr) 91px;gap:14px;align-items:center}
.phone-pill{min-width:0;height:56px;border-radius:28px;background:#fff;display:flex;align-items:center;gap:14px;padding:0 16px 0 12px;box-shadow:0 5px 12px rgba(0,0,0,.18)}
.phone-icon{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:#ffec9d;color:var(--brown);flex:0 0 auto}
.phone-icon svg{width:18px;height:18px;fill:currentColor}
.phone-pill input{min-width:0;width:100%;height:100%;border:0;outline:none;background:transparent;font-size:17px;font-weight:700;color:#111;letter-spacing:.2px}
.phone-pill input::placeholder{color:#bdbdbd;opacity:1}
.phone-pill input:disabled{color:#111;-webkit-text-fill-color:#111;opacity:1}
.add-me-button{height:50px;border:0;border-radius:22px;background:var(--brown);color:#fff;font-size:17px;font-weight:700;cursor:pointer;box-shadow:0 5px 10px rgba(0,0,0,.20);transition:transform .18s cubic-bezier(.2,1.45,.35,1),width .22s ease,border-radius .22s ease,opacity .2s ease;display:grid;place-items:center;justify-self:end;width:91px;position:relative;overflow:hidden}
.add-me-button:active{transform:scale(.94)}
.add-me-button.submitting{animation:pulseScale .42s ease-in-out infinite alternate;opacity:.95}
.add-me-button.joined{width:50px;border-radius:50%;animation:popIn .32s cubic-bezier(.2,1.7,.35,1) both;pointer-events:none}
.join-check{position:absolute;width:27px;height:27px;fill:#fff;opacity:0;transform:scale(.4);transition:opacity .16s ease,transform .22s cubic-bezier(.2,1.7,.35,1)}
.add-me-button.joined .join-text{opacity:0;transform:scale(.7)}
.add-me-button.joined .join-check{opacity:1;transform:scale(1)}
.join-text{transition:opacity .12s ease,transform .18s ease}
.people-wrap{height:100px;margin-top:38px;display:flex;align-items:center;justify-content:center;gap:16px}
.people-card{height:96px;min-width:172px;border-radius:28px;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:14px 22px 14px;border:1px solid rgba(0,0,0,.055);box-shadow:0 3px 0 rgba(0,0,0,.045),0 1px 2px rgba(0,0,0,.08);animation:calmAlive 1.85s ease-in-out infinite alternate;transform-origin:center;transition:min-width .2s ease}
.people-number-circle{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:var(--pale-yellow);color:var(--brown);font-size:27px;font-weight:700;line-height:1;box-shadow:none;transition:width .2s ease,height .2s ease,font-size .2s ease;position:relative;overflow:hidden}
.people-text{font-size:12.5px;font-weight:500;color:#242424;line-height:1;white-space:nowrap;letter-spacing:0}
.people-card.loading .people-number-circle{background:#f2e8b9;color:transparent}
.people-card.loading .people-number-circle::after{content:"";width:24px;height:24px;border-radius:50%;border:3px solid rgba(155,96,0,.18);border-top-color:var(--brown);animation:spin .8s linear infinite;position:absolute;inset:0;margin:auto}
.people-card.loading .people-text{opacity:.55}
.people-card.count-wide{min-width:188px}
.people-card.count-wide .people-number-circle{width:66px;height:66px;font-size:25px}
.people-card.count-extra-wide{min-width:204px}
.people-card.count-extra-wide .people-number-circle{width:74px;height:74px;font-size:24px}
.ig-button{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:#ffe68f;color:var(--brown);box-shadow:0 4px 8px rgba(0,0,0,.20);text-decoration:none;transition:transform .18s ease;flex:0 0 auto}
.ig-button:active{transform:scale(.94)}
.ig-button svg{width:23px;height:23px;fill:currentColor}
.product-card{height:396px;margin:36px 6px 0;border-radius:30px;background:#fff;position:relative;box-shadow:0 0 0 1px rgba(0,0,0,.045),0 8px 22px rgba(0,0,0,.08);overflow:hidden;padding-top:0}
.product-heading{position:relative;height:86px;display:grid;place-items:start center;padding-top:25px}
.product-title{position:relative;width:max-content;max-width:72%;height:57px;border-radius:28px;background:#ffeb97;color:var(--brown);display:grid;place-items:center;padding:0 32px;font-size:31px;font-weight:700;letter-spacing:.3px;line-height:1;white-space:nowrap}
.name-qty-badge{position:absolute;right:-10px;top:-8px;width:26px;height:26px;border-radius:50%;display:grid;place-items:center;background:#ffdf55;color:var(--brown);font-size:16px;font-weight:700;box-shadow:0 3px 8px rgba(0,0,0,.2),inset 0 0 0 2px #fff;transform:scale(0);opacity:0;transition:transform .25s cubic-bezier(.2,1.7,.35,1),opacity .18s ease;z-index:3}
.product-title.has-badge .name-qty-badge{transform:scale(1);opacity:1}
.dorito{position:absolute;left:50%;top:112px;transform:translateX(-50%);width:121px;height:181px;object-fit:contain;filter:drop-shadow(0 6px 10px rgba(0,0,0,.10))}
.product-bottom{position:absolute;left:0;right:0;bottom:22px;height:62px;display:flex;align-items:center;justify-content:center;gap:36px}
.price-pill{height:56px;min-width:162px;border-radius:24px;background:#ff1111;color:#fff;display:flex;align-items:center;justify-content:center;gap:9px;padding:0 17px 1px;box-shadow:0 6px 10px rgba(0,0,0,.15);white-space:nowrap;line-height:1;overflow:hidden}
.currency{font-size:28px;font-weight:700;letter-spacing:-.9px;color:#fff;line-height:1;transform:translateY(3px)}
.price-main{font-size:36px;font-weight:700;color:#ffef18;letter-spacing:-1.4px;line-height:1;transform:translateY(2px)}
.price-cents{font-size:18px;font-weight:700;color:#fff;line-height:1;letter-spacing:-.7px;transform:translateY(10px);align-self:center;margin-left:0}
.cart-action{position:relative;width:58px;height:58px;border-radius:50%;border:3px solid #ffc400;background:#fff;color:var(--brown);display:grid;place-items:center;cursor:pointer;box-shadow:0 4px 8px rgba(0,0,0,.12);transition:transform .16s ease,background .2s ease,color .2s ease,border-color .2s ease}
.cart-action:active{transform:scale(.92)}
.cart-state{position:absolute;inset:0;display:grid;place-items:center;opacity:0;transform:scale(.75);transition:opacity .16s ease,transform .16s ease;color:inherit}
.cart-state svg{width:30px;height:30px;fill:currentColor;overflow:visible}
.cart-action[data-state="empty"] .cart-add,.cart-action[data-state="added"] .cart-delete{opacity:1;transform:scale(1)}
.cart-action[data-state="loading-add"],.cart-action[data-state="loading-remove"]{pointer-events:none;border-color:var(--brown);background:#fff7ce;color:var(--brown)}
.cart-action[data-state="loading-add"] .cart-load,.cart-action[data-state="loading-remove"] .cart-load{opacity:1;animation:pulseScale .32s ease-in-out infinite alternate}
.cart-action[data-state="added"]{border-color:var(--brown);background:#fff;color:var(--brown)}
.status-message{min-height:18px;margin:12px 0 34px;text-align:center;color:var(--brown);font-size:13px;font-weight:700;line-height:1.2;opacity:0;visibility:hidden;transition:opacity .18s ease}
.status-message.visible{opacity:1;visibility:visible}
@keyframes pulseScale{from{transform:scale(.85)}to{transform:scale(1)}}
@keyframes softPulse{from{transform:scale(.985)}to{transform:scale(1.018)}}
@keyframes alivePulse{from{transform:scale(1)}to{transform:scale(1.035)}}
@keyframes calmAlive{from{transform:translateY(0) scale(1)}to{transform:translateY(-2px) scale(1.018)}}
@keyframes spin{to{transform:rotate(360deg)}}
@keyframes popIn{0%{transform:scale(.72);opacity:.65}70%{transform:scale(1.08);opacity:1}100%{transform:scale(1);opacity:1}}
@media (min-width:520px){.stage{padding:18px 0}.app-card{min-height:852px;border-radius:12px}}
@media (max-width:380px){
  .app-card{padding-inline:12px}
  .signup-card{margin-top:56px;height:154px}
  .title-bubble{width:178px;height:88px;font-size:19.5px}
  .signup-form{left:16px;right:14px;grid-template-columns:minmax(0,1fr) 82px;gap:10px}
  .add-me-button{font-size:16px;width:82px}.add-me-button.joined{width:50px}
  .phone-pill{height:53px}.phone-pill input{font-size:16px}.potato{left:-21px;top:18px;width:112px}
  .people-wrap{margin-top:34px;height:104px}.people-card{height:92px;min-width:164px}.people-number-circle{width:56px;height:56px;font-size:26px}.people-text{font-size:12px;font-weight:500}.ig-button{width:45px;height:45px}
  .product-card{height:386px;margin-inline:2px;margin-top:34px}
  .product-heading{height:82px;padding-top:24px}.product-title{font-size:28px;height:53px;max-width:70%;padding:0 28px}
  .dorito{top:106px;width:113px;height:169px}.product-bottom{bottom:20px;gap:28px}.price-pill{height:53px;min-width:145px}.currency{font-size:26px}.price-main{font-size:34px}.price-cents{font-size:17px;transform:translateY(10px)}.cart-action{width:55px;height:55px}
}
@media (max-height:760px){
  .app-card{padding-top:16px}.countdown-badge{height:58px}.countdown-item{height:45px;min-width:43px}.countdown-item span{font-size:20px}.countdown-item small{font-size:9px}.signup-card{margin-top:50px;height:148px}.potato{width:108px;top:18px;left:-17px}.people-wrap{margin-top:30px;height:102px}.people-card{height:92px}.product-card{height:368px;margin-top:32px}.product-heading{height:80px;padding-top:21px}.dorito{top:102px;width:108px;height:162px}.product-bottom{bottom:17px}
}
