@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,600;0,700;1,600&display=swap";:root{--green: #016230;--deep-green: #01321a;--ink: #14251d;--muted: #66766d;--paper: #f7f9f7;--line: #dce5df;--amber: #d98b18}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font-family:DM Sans,sans-serif}button,input{font:inherit}button{cursor:pointer}svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}header{height:76px;display:flex;align-items:center;justify-content:space-between;padding:0 max(24px,calc((100vw - 1080px)/2));background:#fff;border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:10px}.brand-mark{width:34px;height:34px;display:grid;place-items:center;background:var(--deep-green);color:#fff;font:700 21px Playfair Display;border-radius:10px 3px}.brand span,.eyebrow{display:block;color:#627168;font-size:10px;font-weight:700;letter-spacing:.12em}.brand strong{display:block;font-size:14px;letter-spacing:-.01em}.cart-button,.text-button{border:0;background:transparent;color:var(--deep-green)}.cart-button{position:relative;padding:9px}.cart-button b{position:absolute;top:1px;right:0;min-width:17px;height:17px;border-radius:20px;display:grid;place-items:center;background:var(--amber);color:#fff;font-size:10px}.text-button{font-size:13px;font-weight:700}main{width:min(1080px,100%);margin:auto;padding:60px 24px 100px}.welcome{max-width:630px}.welcome h1,.flow h1,.success h1{margin:10px 0 14px;font-size:clamp(36px,5vw,54px);line-height:1.05;letter-spacing:-.055em}.welcome h1 em{color:var(--green);font-family:Playfair Display;font-weight:600}.welcome p,.flow-header p,.success p{max-width:485px;margin:0;color:var(--muted);line-height:1.6;font-size:15px}.room-chip{display:inline-flex;align-items:center;gap:8px;padding:8px 11px;margin-top:24px;border:1px solid var(--line);border-radius:20px;background:#fff;color:#53635a;font-size:12px}.room-chip span{width:7px;height:7px;background:#26a269;border-radius:50%}.menu-section{margin-top:68px}.section-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:18px}.section-heading h2{margin:4px 0 0;font-size:20px;letter-spacing:-.03em}.availability{color:var(--green);font-size:12px;font-weight:700}.products{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.product-card{position:relative;min-height:146px;display:grid;grid-template-columns:105px 1fr;gap:15px;padding:12px;border:1px solid var(--line);border-radius:14px;background:#fff;transition:box-shadow .15s,transform .15s}.product-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #143c2612}.product-card img{width:105px;height:122px;border-radius:9px;object-fit:cover}.product-info h3{margin:4px 0 3px;font-size:14px;letter-spacing:-.02em}.product-info p{margin:0;color:var(--muted);font-size:12px}.product-info>strong{display:block;margin-top:14px;font-size:14px}.add-button,.quantity{position:absolute;right:12px;bottom:12px;height:30px;border-radius:7px}.add-button{padding:0 10px;border:1px solid #b7cdbd;color:var(--green);background:#f5faf6;font-size:11px;font-weight:700}.quantity{display:flex;align-items:center;overflow:hidden;border:1px solid #b7cdbd;background:#fff}.quantity button{width:30px;height:100%;border:0;background:#f5faf6;color:var(--green);font-size:18px}.quantity strong{width:26px;text-align:center;font-size:12px}.cart-bar{position:fixed;z-index:2;left:50%;bottom:20px;transform:translate(-50%);width:min(520px,calc(100% - 32px));min-height:60px;padding:8px 14px 8px 18px;display:flex;align-items:center;justify-content:space-between;border:0;border-radius:13px;background:var(--deep-green);color:#fff;box-shadow:0 14px 35px #01321a4d;text-align:left}.cart-bar span{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:700}.cart-bar small{display:block;color:#b9d5c4;font-size:10px}.cart-bar span:first-child{display:block}.cart-bar strong{font-size:14px}.cart-bar svg{width:16px}.flow{width:min(600px,100%);padding-top:56px}.flow-header{margin-bottom:32px}.flow h1{font-size:38px}.order-card,.pix-card,.confirm-card{border:1px solid var(--line);border-radius:14px;overflow:hidden;background:#fff}.order-line{min-height:76px;padding:16px 18px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e8eee9}.order-line div{display:grid;gap:3px}.order-line strong{font-size:14px}.order-line span{font-size:12px;color:var(--muted)}.order-line .line-price{color:var(--ink);font-size:13px;font-weight:600}.order-line .quantity{position:static}.total-line{padding:19px 18px;display:flex;justify-content:space-between;font-size:14px}.total-line strong{font-size:18px}.notice{margin:16px 0 24px;padding:14px 15px;display:grid;gap:3px;border-left:3px solid var(--amber);background:#fff8ea;color:#66563a;font-size:12px}.notice b{font-size:12px}.primary-button,.secondary-button{width:100%;min-height:48px;display:flex;align-items:center;justify-content:center;gap:8px;border-radius:9px;font-weight:700;font-size:13px}.primary-button{border:1px solid var(--green);background:var(--green);color:#fff}.primary-button:disabled{opacity:.45;cursor:not-allowed}.primary-button svg{width:17px}.pix-card{padding:24px;display:grid;gap:22px}.pix-symbol{width:45px;height:45px;display:grid;place-items:center;border-radius:12px;background:#dff2e7;color:var(--green);font-size:13px;font-weight:700}.pix-card>div:nth-child(2){display:grid;gap:4px}.pix-card>div:nth-child(2) strong{font-size:27px;letter-spacing:-.04em}.pix-key{padding:14px;border-radius:9px;background:#f4f7f5}.pix-key small{color:var(--muted);font-size:9px;font-weight:700;letter-spacing:.08em}.pix-key code{display:block;max-height:40px;margin:7px 0 11px;overflow:hidden;color:#5c6b62;font-size:10px;line-height:1.35;word-break:break-all}.copy-button{display:flex;align-items:center;gap:6px;padding:0;border:0;background:transparent;color:var(--green);font-size:12px;font-weight:700}.copy-button svg{width:15px}.help-text{margin:13px 0 20px;color:var(--muted);font-size:12px;text-align:center}.confirm-card{padding:20px;display:grid;gap:20px}.confirm-card label{display:grid;gap:7px;color:#48584e;font-size:12px;font-weight:700}.confirm-card input{height:42px;padding:0 12px;outline:none;border:1px solid var(--line);border-radius:8px;color:var(--ink)}.confirm-card input:focus{border-color:var(--green);box-shadow:0 0 0 3px #01623018}.receipt{position:relative;display:flex;align-items:center;gap:11px;padding:12px;border:1px dashed #b7cdbd;border-radius:8px}.receipt-icon{width:28px;height:28px;display:grid;place-items:center;border-radius:7px;background:#eff7f1;color:var(--green);font-size:19px}.receipt strong,.receipt span{display:block}.receipt strong{font-size:12px}.receipt span{margin-top:2px;color:var(--muted);font-size:11px}.receipt input{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer}.order-summary{margin:17px 0;display:flex;justify-content:space-between;color:var(--muted);font-size:12px}.order-summary strong{color:var(--ink);font-size:16px}.success{max-width:600px;padding-top:100px;text-align:center}.success-icon{width:64px;height:64px;display:grid;place-items:center;margin:0 auto 25px;border-radius:50%;background:#dff2e7;color:var(--green)}.success-icon svg{width:29px;height:29px}.success h1{margin:10px auto 14px;font-size:40px}.success p{margin:auto}.confirmation-number{width:min(350px,100%);margin:30px auto;padding:15px;display:grid;gap:4px;border:1px solid var(--line);border-radius:10px;background:#fff}.confirmation-number span{color:var(--muted);font-size:9px;font-weight:700;letter-spacing:.1em}.confirmation-number strong{font-size:18px}.secondary-button{border:1px solid #b7cdbd;background:#fff;color:var(--green)}@media(max-width:760px){header{height:66px;padding:0 16px}main{padding:38px 16px 95px}.welcome h1{font-size:39px}.menu-section{margin-top:48px}.products{grid-template-columns:1fr;gap:10px}.product-card{min-height:126px;grid-template-columns:86px 1fr}.product-card img{width:86px;height:102px}.product-info>strong{margin-top:11px}.flow{padding-top:38px}.flow h1{font-size:34px}.success{padding-top:72px}}.add-button:disabled,.quantity button:disabled{color:#98a39c;background:#f2f4f2;cursor:not-allowed}.empty-products{grid-column:1 / -1;padding:32px;border:1px dashed #b7cdbd;border-radius:12px;color:var(--muted);text-align:center;font-size:14px}.form-error{margin:14px 0 0;padding:11px 12px;border-left:3px solid #b42318;background:#fff2f0;color:#8d2016;font-size:12px}.stock-available{display:block;margin-top:5px;color:var(--green);font-size:10px;font-weight:700}.brand-logo{width:40px;height:40px;object-fit:contain}.brand-link,.brand-link:visited,.brand-link:hover,.brand-link:active{color:inherit!important;text-decoration:none!important}@media(max-width:650px){.brand-logo{width:34px;height:34px}}.payment-summary{margin-bottom:16px}.pix-card{grid-template-columns:116px 1fr;align-items:center}.pix-qr{width:116px;height:116px;padding:6px;border:1px solid var(--line);border-radius:10px;background:#fff}.pix-card .pix-key{grid-column:1 / -1}.pix-loading{padding:32px;border:1px solid var(--line);border-radius:12px;background:#fff;color:var(--muted);text-align:center;font-size:14px}@media(max-width:480px){.pix-card{grid-template-columns:1fr;justify-items:center;text-align:center}.pix-card .pix-key{width:100%}}@media(max-width:600px){body{padding-bottom:env(safe-area-inset-bottom)}header{height:68px;padding-inline:16px}.brand{gap:8px;min-width:0}.brand-logo{width:34px;height:34px}.brand span{font-size:8px;letter-spacing:.09em}.brand strong{font-size:12px}.cart-button,.text-button{min-width:44px;min-height:44px;display:grid;place-items:center}main{padding:34px 16px 112px}.welcome h1{font-size:38px}.welcome p{font-size:15px}.menu-section{margin-top:42px}.section-heading{align-items:start;gap:12px}.availability{padding-top:6px;white-space:nowrap}.product-card{min-height:132px;grid-template-columns:92px 1fr;padding:11px}.product-card img{width:92px;height:108px}.product-info h3{font-size:15px}.product-info p{font-size:12px}.add-button,.quantity{height:36px}.add-button{min-width:92px;font-size:12px}.quantity button{width:36px;font-size:20px}.quantity strong{width:30px}.cart-bar{bottom:max(14px,env(safe-area-inset-bottom));min-height:64px;border-radius:12px}.cart-bar span{font-size:12px}.flow{padding-top:30px;padding-bottom:32px}.flow h1{font-size:34px}.flow-header{margin-bottom:25px}.order-line{min-height:82px;padding:14px;gap:10px}.order-line strong{font-size:14px}.line-price{white-space:nowrap}.primary-button,.secondary-button{min-height:52px;font-size:14px}.pix-card{padding:20px}.pix-key{width:100%}.pix-key code{max-height:55px;font-size:10px}.pix-qr{width:168px;height:168px}.confirm-card{padding:16px}.confirm-card input{height:46px}.success{padding-top:58px}.success h1{font-size:35px}}button,.cart-bar,.add-button,.quantity button{touch-action:manipulation}.quantity-control{display:grid;justify-items:end;gap:4px}.quantity-control>span{color:var(--muted);font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.order-line .quantity-control{flex:0 0 128px;width:128px}.order-line .quantity{position:relative;right:auto;bottom:auto;width:128px;height:38px;display:grid;grid-template-columns:42px 1fr 42px;overflow:visible}.order-line .quantity button{width:auto;min-width:0}.order-line .quantity strong{width:auto;display:grid;place-items:center;font-size:14px}@media(max-width:600px){.quantity-control>span{font-size:9px}.order-line .quantity-control,.order-line .quantity{flex-basis:112px;width:112px}.order-line .quantity{grid-template-columns:36px 1fr 36px}}.product-card{grid-template-columns:1fr;min-height:124px}.product-card .product-info{padding-right:112px}.product-card .product-info>strong{margin-top:12px}.quantity-limit{position:absolute;right:12px;bottom:9px;display:grid;justify-items:end;gap:3px}.quantity-limit .quantity{position:relative;right:auto;bottom:auto}.quantity-limit>span{color:#9a6700;font-size:9px;font-weight:700}@media(max-width:600px){.product-card{min-height:128px}.product-card .product-info{padding-right:104px}}
