:root{--red:#E11B22;--red-d:#B5141A;--green:#2C8A43;--green-d:#236E36;--ink:#231F20;--gray:#6B6B6B;--bg:#F4F4F4;--line:#E4E4E4;--yellow:#F8C73B;--font-ui:"Sharp Sans Display No1","Helvetica Neue",Arial,sans-serif;--font-script:"Brixton_ Lead","Sharp Sans Display No1",cursive}*{box-sizing:border-box}html,body,#root{margin:0;height:100%}body{font-family:var(--font-ui);color:var(--ink);background:#fff}.app{min-height:100%}button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit}input,textarea,select{font-family:inherit}a{cursor:pointer;text-decoration:none;color:inherit}.wrap{max-width:1240px;margin:0 auto;padding:0 24px}.loading{padding:40px 0;text-align:center;color:#999}.btn-green{background:var(--green);color:#fff;font-weight:800;border-radius:8px;padding:14px 22px;letter-spacing:.02em;transition:background .15s}.btn-green:hover{background:var(--green-d)}.btn-green:disabled{background:#cfd6cf;cursor:not-allowed}.pill-green{background:var(--green);color:#fff;font-weight:800;border-radius:999px;padding:13px 34px;display:block;margin:0 auto}.pill-green:hover{background:var(--green-d)}.pill-ghost{border:1px solid var(--line);background:#fff;border-radius:999px;padding:9px 26px;font-weight:700;font-size:13px}.center{text-align:center}.logo{width:150px;height:46px}.logo img{width:100%;height:100%;object-fit:contain;object-position:left center;display:block}.logo.dark{margin-bottom:18px}.logo.dark img{filter:brightness(0) invert(1)}.ph{display:flex;align-items:center;justify-content:center;text-align:center;background:repeating-linear-gradient(45deg,#fafafa,#fafafa 9px,#f1f1f1 9px,#f1f1f1 18px);border:1.5px dashed #d2d2d2;border-radius:8px;color:#9a9a9a;font-size:11px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;padding:6px;width:100%;height:100%}.ph span{max-width:92%}.hdr{display:flex;align-items:center;justify-content:space-between;height:70px;border-bottom:1px solid var(--line)}.hdr-right{display:flex;align-items:center;gap:8px}.hdr-cell{display:flex;align-items:center;gap:7px;padding:8px 14px;font-weight:700;font-size:13.5px;border-radius:8px;white-space:nowrap}.hdr-cell:hover{color:var(--red);background:#f6f6f6}.hdr-cell svg{width:18px;height:18px}.hdr-track-ic{height:22px;width:auto;display:block}@media (max-width:560px){.hdr-cell span{display:none}.hdr-cell{padding:8px 10px}}.hero{padding:26px 0 8px}.hero-banner{height:300px;border-radius:18px;margin-bottom:22px}@media (max-width:700px){.hero-banner{height:190px}}.sec{padding:34px 0}.sec-gray{background:var(--bg)}.h-left{font-size:34px;font-weight:800;margin:0 0 22px}.h-center{font-size:38px;font-weight:800;text-align:center;margin:6px 0 4px}.hot-pill{display:inline-block;background:var(--red);color:#fff;font-weight:800;font-size:12px;letter-spacing:.08em;border-radius:999px;padding:5px 16px}.offers2{display:grid;grid-template-columns:1fr 1fr;gap:26px}.offers2 .ph{height:210px;border-radius:14px}@media (max-width:820px){.offers2{grid-template-columns:1fr}}.addr-card{max-width:660px;margin:30px auto 0;background:#fff;border-radius:14px;box-shadow:0 8px 30px #00000014;overflow:hidden}.addr-tabs{display:grid;grid-template-columns:1fr 1fr}.addr-tab{display:flex;align-items:center;justify-content:center;gap:10px;padding:20px;font-weight:800;font-size:17px;background:#ececec;color:var(--gray)}.addr-tab.active{background:#fff;color:var(--red)}.addr-tab.active.pickup{color:var(--ink)}.addr-body{padding:26px}.addr-body>label{display:block;font-weight:800;margin-bottom:12px}.addr-row{display:flex;align-items:center;border:1px solid #d8d8d8;border-radius:10px;overflow:hidden}.addr-row .ac-ic{padding-left:16px;color:#999;display:flex}.addr-row input{flex:1;border:none;outline:none;padding:18px;font-size:15px}.addr-row .btn-green{border-radius:0}.ac{position:relative}.ac-list{margin-top:8px;border:1px solid var(--line);border-radius:12px;overflow:hidden;background:#fff;box-shadow:0 8px 24px #00000014}.ac-item{display:flex;align-items:flex-start;gap:12px;width:100%;text-align:left;padding:14px 16px;border-bottom:1px solid #f0f0f0}.ac-item:last-child{border-bottom:none}.ac-item:hover{background:#fafafa}.ac-item.muted{color:#999;cursor:default}.ac-pin{color:var(--red);margin-top:2px}.ac-item small{display:block;color:#999;font-size:12px;margin-top:2px}.cats{display:grid;grid-template-columns:repeat(8,1fr);gap:16px;margin-top:8px}.cat-tile{border:2px solid var(--red);border-radius:14px;background:#fff;padding:10px;display:flex;align-items:center;justify-content:center;overflow:hidden;transition:box-shadow .15s,transform .15s}.cat-tile:hover{box-shadow:0 6px 18px #e11b2233;transform:translateY(-2px)}.cat-tile img{width:100%;height:120px;object-fit:contain;display:block}@media (max-width:900px){.cats{grid-template-columns:repeat(4,1fr)}}@media (max-width:520px){.cats{grid-template-columns:repeat(3,1fr)}}.carousel{display:flex;align-items:stretch;gap:14px;margin-top:24px}.carousel-arrow{align-self:center;color:var(--green);flex:0 0 auto}.combo-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;flex:1}.combo-card{background:#fff;border-radius:14px;box-shadow:0 6px 22px #00000012;overflow:hidden;display:flex;flex-direction:column}.combo-media{position:relative;height:230px}.ribbon{position:absolute;top:0;left:18px;background:var(--red);color:#fff;font-weight:800;letter-spacing:.12em;font-size:13px;padding:14px 7px;writing-mode:vertical-rl;transform:rotate(180deg);z-index:1}.combo-media .ph{border:none;border-radius:0}.combo-body{padding:22px;text-align:center;flex:1;display:flex;flex-direction:column}.combo-body h3{font-size:26px;font-weight:800;margin:0 0 6px}.combo-body .sub{color:var(--gray);margin:0 0 16px}.combo-foot{border-top:1px solid var(--line);padding-top:16px;margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:14px}.combo-price{font-size:13px;color:var(--gray);text-align:left;line-height:1.5}.combo-price b{color:var(--ink);font-size:15px}@media (max-width:820px){.combo-grid{grid-template-columns:1fr}.carousel-arrow{display:none}}.wide-banner{height:150px;border-radius:12px;margin-top:30px}.finep{color:#8a8a8a;font-size:12.5px;line-height:1.7;text-align:center;max-width:1000px;margin:26px auto 0;padding:0 24px}.finep a{color:#8a8a8a;text-decoration:underline}.footer{background:var(--ink);color:#cfcaca;padding:54px 0 30px;margin-top:10px}.foot-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr 1.2fr;gap:30px}.foot-grid h4{color:#fff;font-size:17px;margin:0 0 16px;font-weight:800}.foot-grid ul{list-style:none;padding:0;margin:0;line-height:2.2}.foot-grid li{cursor:pointer}.foot-grid li:hover{color:#fff}.foot-contact p{margin:0 0 10px;font-size:14px;line-height:1.6}.foot-social{display:flex;gap:14px;margin-top:14px;color:#cfcaca}.foot-social a:hover{color:#fff}.foot-bottom{border-top:1px solid #3a3536;margin-top:36px;padding-top:20px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px;font-size:13px;color:#9a9293}.foot-bottom a{color:#9a9293;margin-left:18px}.foot-bottom a:hover{color:#fff}@media (max-width:820px){.foot-grid{grid-template-columns:1fr 1fr}}@media (max-width:520px){.foot-grid{grid-template-columns:1fr}}.menu-hdr{display:flex;align-items:center;justify-content:space-between;height:74px;border-bottom:1px solid var(--line);padding:0 24px}.menu-hdr-center{display:flex;align-items:center;gap:8px;font-weight:700}.menu-hdr-center .pin,.menu-hdr-center:hover{color:var(--red)}.tabs{display:flex;gap:6px;border-bottom:1px solid var(--line);padding:0 24px;overflow-x:auto}.tab{padding:18px 20px;font-weight:700;font-size:16px;white-space:nowrap}.tab:hover{color:var(--red)}.tab.active{background:var(--red);color:#fff;border-radius:8px 8px 0 0}.menu-layout{display:grid;grid-template-columns:1fr 380px}.menu-main{padding:22px 24px 60px;background:var(--bg);min-height:60vh}.chips{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:18px}.chip{background:#ededed;border-radius:999px;padding:9px 18px;font-weight:700;font-size:13px;letter-spacing:.06em;display:flex;align-items:center;gap:8px;color:#444}.chip.active{background:#fff;border:1px solid var(--green);color:var(--ink)}.chip .v,.chip .vg{color:var(--green);font-weight:800}.chip-filter{margin-left:auto;width:46px;height:46px;border:1px solid var(--line);border-radius:10px;background:#fff;display:flex;align-items:center;justify-content:center;color:#555}.sec-title{text-align:center;font-weight:800;font-size:20px;letter-spacing:.04em;margin:18px 0 22px;position:relative}.sec-title:before{content:"";position:absolute;left:0;right:0;top:50%;height:1px;background:var(--line)}.sec-title span{background:var(--bg);position:relative;padding:0 18px}.pizza-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}@media (max-width:1280px){.pizza-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:900px){.pizza-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:520px){.pizza-grid{grid-template-columns:1fr}}.pcard{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 16px #0000000f;display:flex;flex-direction:column;position:relative}.pcard .new{position:absolute;top:12px;left:12px;background:var(--yellow);color:#5a4500;font-weight:800;font-size:11px;padding:4px 9px;border-radius:6px;z-index:2}.pcard .pop-badge{position:absolute;top:12px;left:12px;background:var(--red);color:#fff;font-weight:800;font-size:11px;padding:4px 9px;border-radius:6px;z-index:2}.pcard-img .ph{height:175px;border:none;border-radius:0}.pcard-body{padding:14px 14px 16px;display:flex;flex-direction:column;flex:1}.pcard-body h3{margin:0;font-size:16px;font-weight:800}.pcard-body .kj{color:#9a9a9a;font-size:12px;margin:4px 0 8px}.pcard-body .desc{color:#555;font-size:13px;line-height:1.5;min-height:38px}.pcard-body .more{color:#666;text-decoration:underline;font-size:13px;margin:6px 0 14px;align-self:flex-start}.pcard-body .btn-green{margin-top:auto;text-align:center}.value-banner{height:120px;border-radius:10px;margin-bottom:24px}.cart{border-left:1px solid var(--line);padding:22px 22px 40px;background:#fff;min-height:60vh}.cart-h{display:flex;align-items:baseline;gap:10px;margin-bottom:18px}.cart-h b{font-size:24px;font-weight:800}.cart-h span{color:var(--gray)}.mode-toggle{display:flex;background:#ededed;border-radius:999px;padding:4px;margin-bottom:16px}.mode-toggle button{flex:1;border-radius:999px;padding:11px;font-weight:800;color:var(--gray)}.mode-toggle button.on{background:#fff;color:var(--green);box-shadow:0 1px 4px #0000001f}.vouchers{display:flex;align-items:center;justify-content:space-between;border:1px solid var(--line);border-radius:12px;padding:16px 18px;font-weight:700;margin-bottom:18px}.vouchers .vt{display:flex;align-items:center;gap:12px}.vouchers .vtag{width:26px;height:18px;background:var(--red);border-radius:3px}.cart-empty{text-align:center;color:#555}.cart-empty p{font-size:15px;line-height:1.5}.cart-empty a{color:var(--red);text-decoration:underline}.cart-empty .ph{width:170px;height:120px;margin:24px auto 0;border-radius:10px}.cart-line{padding:16px 0;border-bottom:1px solid var(--line)}.cart-line .top{display:flex;justify-content:space-between;font-weight:800;gap:10px}.cart-line .crust{color:var(--gray);font-size:13px;margin:2px 0 10px}.cart-line .ctrls{display:flex;align-items:center;justify-content:space-between}.qty{display:flex;align-items:center;gap:14px}.qty .ic{color:var(--red);display:flex;font-size:18px;font-weight:800}.qty .pl{color:var(--gray);font-size:18px;font-weight:800}.qty b{min-width:14px;text-align:center}.cart-line .edit{color:var(--green);font-weight:800;font-size:14px}.tempt h4{font-weight:800;font-size:21px;margin:26px 0 6px}.tempt .tab{padding:8px 0;border-bottom:2px solid var(--red);display:inline-block;font-weight:700}.tempt-card{border:1px solid var(--line);border-radius:12px;padding:14px;margin-top:14px;max-width:220px}.tempt-card .ph{height:90px;border-radius:8px;margin-bottom:10px}.tempt-card b{font-size:15px}.tempt-card .kj{color:#9a9a9a;font-size:12px;margin:4px 0 10px}.tempt-card .add{display:flex;justify-content:space-between;align-items:center;background:var(--green);color:#fff;border-radius:8px;padding:8px 12px;font-weight:800;font-size:13px;width:100%}.cart-total{display:flex;justify-content:space-between;align-items:center;margin:24px 0 14px;font-size:15px;color:#555}.cart-total b{color:var(--ink);font-size:18px}.btn-dark{background:var(--ink);color:#fff;font-weight:800;border-radius:8px;padding:15px;width:100%;margin-bottom:12px}.cart .btn-green{width:100%}@media (max-width:980px){.menu-layout{grid-template-columns:1fr}.cart{border-left:none;border-top:1px solid var(--line)}}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#1414148c;z-index:50;display:flex;align-items:center;justify-content:center;padding:20px;overflow:auto}.modal{background:#fff;border-radius:16px;max-width:1040px;width:100%;max-height:92vh;overflow:auto;position:relative;display:grid;grid-template-columns:1fr 1fr}.modal-close{position:absolute;top:16px;right:16px;width:40px;height:40px;border-radius:999px;background:#eee;display:flex;align-items:center;justify-content:center;color:#444;z-index:3}.modal-img .ph{height:100%;min-height:420px;border:none;border-radius:0}.modal-body{padding:30px 32px}.modal-body h2{font-size:34px;font-weight:800;margin:0 0 12px}.modal-body .pop{display:inline-flex;align-items:center;gap:8px;color:var(--red);font-weight:800;font-size:13px}.modal-body .pop .dot{width:18px;height:18px;background:var(--red);border-radius:4px}.modal-body .lead{color:#555;margin:10px 0 18px}.field{display:flex;align-items:center;justify-content:space-between;padding:16px 0;border-top:1px solid var(--line)}.field label{font-weight:700}.modal-body select{border:1px solid #cfcfcf;border-radius:8px;padding:11px 14px;font-size:14px;min-width:230px;background:#fff}.grp-title{font-size:22px;font-weight:800;margin:22px 0 4px}.ing{display:flex;align-items:center;justify-content:space-between;padding:14px 0;border-top:1px solid var(--line);gap:10px}.ing .name b{font-weight:800}.ing .name small{color:var(--gray)}.stepper{display:flex;align-items:center;gap:10px;flex:0 0 auto}.stepper button{width:36px;height:36px;border-radius:8px;background:var(--green);color:#fff;font-size:20px;font-weight:800;display:flex;align-items:center;justify-content:center}.stepper button.minus{background:#e9e9e9;color:#444}.stepper button.greenminus{background:var(--green)}.stepper b{min-width:18px;text-align:center}.modal-cta{margin-top:24px}.modal-cta .btn-green{width:100%;font-size:17px;padding:16px}@media (max-width:760px){.modal{grid-template-columns:1fr}.modal-img .ph{min-height:240px}}.amodal{background:#fff;border-radius:16px;max-width:760px;width:100%;position:relative;overflow:hidden}.tip{background:var(--yellow);border-radius:8px;padding:16px;font-weight:800;margin:6px 0 18px}.or{text-align:center;color:#777;margin:20px 0}.sso-title{text-align:center;font-weight:800;font-size:20px;margin:14px 0 18px}.sso{display:flex;justify-content:center;gap:14px;flex-wrap:wrap}.sso-sq{width:78px;height:62px;border:1px solid var(--line);border-radius:10px;display:flex;align-items:center;justify-content:center;background:#fff}.sso-sq.dark{background:#000}.sso-row{display:flex;justify-content:center;gap:16px;flex-wrap:wrap;margin-top:24px}.sso-btn{display:flex;align-items:center;gap:10px;border:1px solid var(--line);border-radius:10px;padding:16px 30px;font-weight:700;font-size:16px;background:#fff;min-width:170px;justify-content:center}.sso-btn.dark{background:#000;color:#fff;border-color:#000}.co-hdr{display:flex;align-items:center;justify-content:space-between;height:84px;border-bottom:1px solid var(--line);padding:0 30px}.co-bar{background:var(--bg);text-align:center;padding:18px;font-weight:800;font-size:22px;letter-spacing:.04em;display:flex;align-items:center;justify-content:center;gap:10px;position:relative}.co-back{position:absolute;left:24px;color:#3b82f6;display:flex}.co-wrap{max-width:880px;margin:0 auto;padding:30px 24px 70px}.co-card{border:1px solid var(--line);border-radius:14px;padding:26px 28px;margin-bottom:24px}.co-card h3{font-size:22px;font-weight:800;margin:0 0 22px}.co-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.co-field label{display:block;font-weight:700;color:#555;margin-bottom:8px}.co-field input,.co-field textarea{width:100%;border:1px solid #d6d6d6;border-radius:10px;padding:15px;font-size:15px}.co-row{display:flex;align-items:center;justify-content:space-between;padding:14px 0;border-bottom:1px solid var(--line);gap:10px}.co-row .lf{display:flex;align-items:center;gap:10px}.co-row a{color:var(--green);font-weight:700}.pay-opt{display:flex;align-items:center;justify-content:space-between;border:1px solid var(--line);border-radius:12px;padding:18px 20px;margin-bottom:14px;font-weight:700;width:100%}.pay-opt.sel{border-color:var(--green);box-shadow:0 0 0 1px var(--green) inset}.pay-opt .lf{display:flex;align-items:center;gap:14px}.radio{width:22px;height:22px;border-radius:999px;border:2px solid #cfcfcf;flex:0 0 auto}.radio.on{border-color:var(--green);background:radial-gradient(var(--green) 42%,#fff 46%)}.pay-note{background:#fff8e6;border:1px solid #F3DFA6;color:#7a6512;border-radius:10px;padding:12px 14px;font-size:13px;margin-bottom:18px}.opt-row{display:flex;align-items:center;gap:12px;margin:12px 0;cursor:pointer}.cbox{width:26px;height:26px;border:2px solid #cfcfcf;border-radius:6px;display:flex;align-items:center;justify-content:center;color:#fff;flex:0 0 auto;font-weight:800}.cbox.on{background:var(--green);border-color:var(--green)}.place{width:100%;padding:18px;font-size:17px;display:flex;align-items:center;justify-content:center;gap:8px}.link{color:var(--green);text-decoration:underline}@media (max-width:680px){.co-grid{grid-template-columns:1fr}}.banner-img{width:100%;height:100%;object-fit:cover;display:block;border-radius:inherit}.hero-banner{overflow:hidden}.hero-banner .banner-img{border-radius:18px}.wide-banner{overflow:hidden;height:auto}.wide-banner .banner-img{border-radius:12px;max-height:220px}.value-banner{overflow:hidden;height:auto}.value-banner .banner-img{border-radius:10px;max-height:200px}.offer-img{width:100%;height:210px;object-fit:cover;border-radius:14px;display:block}.chip .fic{width:20px;height:20px;object-fit:contain;display:block}.chip{cursor:pointer}.legal{background:#fff;border-top:1px solid var(--line);padding:26px 0 8px}.legal p{color:#8a8a8a;font-size:12px;line-height:1.7;max-width:1080px;margin:0 auto 12px}.legal a{color:#8a8a8a;text-decoration:underline}.doc-wrap{max-width:820px;margin:0 auto;padding:36px 24px 60px}.doc-wrap h2{font-size:30px;font-weight:800;margin:0 0 18px}.doc-wrap h3{font-size:19px;font-weight:800;margin:26px 0 8px}.doc-wrap p{color:#444;line-height:1.7;margin:0 0 12px}.track-status .muted,.muted{color:#888;font-size:14px}.track-steps{list-style:none;padding:0;margin:8px 0 16px}.track-steps li{position:relative;padding:0 0 22px 30px;color:#9a9a9a;font-weight:700}.track-steps li:before{content:"";position:absolute;left:6px;top:3px;width:14px;height:14px;border-radius:999px;background:#dcdcdc}.track-steps li:not(:last-child):after{content:"";position:absolute;left:12px;top:17px;width:2px;height:100%;background:#e4e4e4}.track-steps li.done{color:var(--ink)}.track-steps li.done:before{background:var(--green)}.track-steps li.active{color:var(--green)}.track-steps li.active:before{background:var(--green);box-shadow:0 0 0 4px #2c8a4333}.voucher-box{border:1px solid var(--line);border-radius:12px;padding:14px 16px;margin-bottom:18px}.voucher-head{display:flex;align-items:center;justify-content:space-between;font-weight:700;cursor:pointer}.voucher-head .vt{display:flex;align-items:center;gap:12px}.voucher-head .vico{width:24px;height:18px;object-fit:contain}.voucher-form{display:flex;gap:8px;margin-top:14px}.voucher-form input{flex:1;border:1px solid #d6d6d6;border-radius:8px;padding:11px 12px;font-size:14px;text-transform:uppercase}.voucher-form .apply{background:var(--green);color:#fff;font-weight:800;border-radius:8px;padding:0 18px}.voucher-applied{display:flex;align-items:center;justify-content:space-between;margin-top:12px;background:#eaf6ed;border:1px solid #Bfe3C8;border-radius:8px;padding:10px 14px;font-weight:700;color:var(--green-d)}.voucher-applied .rm{color:var(--green-d);text-decoration:underline;font-weight:700}.cart-discount{display:flex;justify-content:space-between;align-items:center;margin:6px 0;color:var(--green-d);font-weight:700;font-size:14px}.pcard-img img{width:100%;height:185px;object-fit:contain;background:#fff;display:block}.pcard-body .pcard-price{font-weight:800;font-size:17px;margin:6px 0 12px;color:var(--ink)}.pcard-body .desc{min-height:34px}.modal-img img{width:100%;height:100%;min-height:420px;object-fit:cover;display:block}@media (max-width:760px){.modal-img img{min-height:240px}}.offer-banners{display:flex;flex-direction:column;gap:16px;margin-bottom:26px}.offer-banner{width:100%;height:auto;border-radius:12px;display:block;border:1px solid var(--line)}.offer-img{width:100%;height:auto;border-radius:14px;display:block;cursor:pointer;border:1px solid var(--line)}.combo-media img{width:100%;height:100%;object-fit:cover;display:block}.offer-modal .modal-img{background:#f7f7f7;display:flex;align-items:center;justify-content:center;padding:18px}.offer-modal .modal-img img{width:100%;height:auto;min-height:auto;object-fit:contain;border-radius:10px}.cart-empty-img{width:160px;height:auto;margin:22px auto 4px;display:block}.tempt-row{display:flex;gap:12px}.tempt-row .tempt-card{flex:1;min-width:0;max-width:none;margin-top:14px}.tempt-img{height:84px;display:flex;align-items:center;justify-content:center;margin-bottom:8px}.tempt-img img{max-height:84px;max-width:100%;object-fit:contain}.tempt-row .tempt-card b{font-size:13px;line-height:1.3;display:block;min-height:34px}.offer-page{max-width:860px;margin:0 auto;padding:24px 24px 40px}.offer-hero{position:relative;border-radius:16px;overflow:hidden;margin-bottom:26px;background:#f3f3f3}.offer-hero img{width:100%;height:auto;display:block}.offer-hero-txt{padding:18px 22px}.ribbon-flat{display:inline-block;background:var(--red);color:#fff;font-weight:800;font-size:11px;letter-spacing:.1em;border-radius:999px;padding:4px 12px;margin-bottom:8px}.offer-hero-txt h1{font-size:28px;font-weight:800;margin:0 0 4px}.offer-hero-txt p{color:var(--gray);margin:0}.offer-slots{display:flex;flex-direction:column;gap:14px}.offer-slot{display:flex;align-items:center;gap:16px;border:1px solid var(--line);border-radius:14px;padding:14px 16px}.offer-slot-pic{width:84px;height:84px;flex:0 0 auto;background:#fafafa;border-radius:10px;display:flex;align-items:center;justify-content:center;overflow:hidden}.offer-slot-pic img{max-width:100%;max-height:100%;object-fit:contain}.offer-slot-body{flex:1;min-width:0}.offer-slot-body label{display:block;font-weight:800;margin-bottom:8px}.select-wrap{position:relative}.select-wrap select{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:100%;border:1px solid #cfcfcf;border-radius:10px;padding:13px 40px 13px 14px;font-size:15px;background:#fff;font-weight:600}.select-wrap svg{position:absolute;right:12px;top:50%;transform:translateY(-50%);pointer-events:none;color:#666}.offer-summary{position:sticky;bottom:0;background:#fff;border-top:1px solid var(--line);box-shadow:0 -6px 20px #0000000f;padding:14px 0;z-index:20}.offer-summary-in{display:flex;align-items:center;justify-content:space-between;gap:16px}.offer-summary-in b{display:block;font-size:16px}.offer-summary-in span{color:var(--gray);font-size:13px}.offer-summary-in .btn-green{white-space:nowrap}@media (max-width:560px){.offer-summary-in{flex-direction:column;align-items:stretch}.offer-summary-in .btn-green{width:100%}}.success-wrap{max-width:560px;margin:0 auto;padding:50px 24px 40px;text-align:center}.success-check{width:88px;height:88px;border-radius:999px;background:var(--green);display:flex;align-items:center;justify-content:center;margin:0 auto 22px;box-shadow:0 8px 24px #2c8a4359}.success-wrap h1{font-size:32px;font-weight:800;margin:0 0 8px}.success-sub{color:var(--gray);font-size:16px;margin:0 0 26px}.success-card{border:1px solid var(--line);border-radius:14px;padding:8px 22px;text-align:left;margin-bottom:24px}.success-row{display:flex;justify-content:space-between;align-items:center;padding:14px 0;border-bottom:1px solid var(--line);gap:12px}.success-row:last-child{border-bottom:none}.success-row span{color:var(--gray)}.success-row.total{font-size:18px}.success-actions{display:flex;flex-direction:column;gap:12px;max-width:340px;margin:0 auto}.card-form{margin-top:16px;border-top:1px solid var(--line);padding-top:18px}.card-form .co-grid{margin-top:18px}.pay-stub{display:flex;align-items:center;gap:14px;margin-top:16px;border-top:1px solid var(--line);padding-top:16px;color:var(--gray);font-size:14px}.pay-brands{display:flex;gap:6px;align-items:center}.ap{display:inline-flex;align-items:center;gap:3px;font-weight:700}.pay-opt .ap svg{width:18px;height:18px}.card-input{position:relative}.card-input input{padding-right:90px}.card-input-brands{position:absolute;right:12px;top:50%;transform:translateY(-50%);display:flex;gap:5px;pointer-events:none}.store-list{margin-top:10px;max-height:340px;overflow-y:auto;border:1px solid var(--line);border-radius:12px;background:#fff}.store-item{display:flex;align-items:flex-start;gap:12px;width:100%;text-align:left;padding:14px 16px;border-bottom:1px solid #f0f0f0}.store-item:last-child{border-bottom:none}.store-item:hover{background:#fafafa}.store-info{flex:1;min-width:0}.store-info b{display:block;font-weight:800}.store-info small{display:block;color:#999;font-size:12px;margin-top:2px}.store-state{color:var(--red);font-size:11px;font-weight:800;margin-left:4px}.store-hours{display:flex;align-items:center;gap:5px;color:#777!important}.store-pick{align-self:center;flex:0 0 auto;color:var(--green);font-weight:800;font-size:13px}.acc-hero{display:flex;align-items:center;gap:18px;margin:22px 0 28px}.acc-avatar{width:62px;height:62px;border-radius:50%;background:var(--red);color:#fff;font-weight:800;font-size:26px;display:flex;align-items:center;justify-content:center;flex:0 0 auto}.acc-hello{font-size:24px;font-weight:800;margin:0}.acc-email{color:var(--gray);margin-top:2px}.acc-empty{display:flex;flex-direction:column;align-items:flex-start;gap:14px;color:var(--gray)}.acc-note{color:#999;font-size:13px;margin-top:12px}.acc-logout{margin:8px 0 40px}.btn-ghost-red{border:1px solid var(--red);color:var(--red);background:#fff;font-weight:800;border-radius:8px;padding:13px 26px}.btn-ghost-red:hover{background:var(--red);color:#fff}
