.customer-page{--green:#126451;--mint:#e8f7f2;--ink:#17211f;--line:#e3e8e6;min-height:100vh;padding:28px;background:#f4f7f5;font-family:Noto Sans KR,Arial,sans-serif}.customer-app{position:relative;display:flex;flex-direction:column;width:min(470px,100%);height:calc(100vh - 56px);height:calc(100dvh - 56px);min-height:0;margin:auto;overflow:hidden;border:1px solid #e2e8e5;border-radius:16px;background:#fff;box-shadow:0 16px 45px rgba(26,55,46,.08)}.customer-header{flex:none;display:flex;align-items:center;justify-content:space-between;padding:21px 21px 17px;border-bottom:1px solid var(--line)}.customer-brand{color:#0c5c48;font-size:21px;font-weight:800;letter-spacing:-1.4px;text-decoration:none}.customer-header span{border:1px solid #9fcdbf;border-radius:6px;padding:7px 10px;color:#115e4a;font-size:13px;font-weight:700}.customer-header-tools{display:flex;align-items:center;gap:7px}.language-picker{display:flex;align-items:center;gap:4px;color:#72807b;font-size:10px}.customer-header .language-picker span{padding:0;border:0;color:inherit;font-size:inherit;font-weight:500}.language-picker select{max-width:82px;border:0;color:#53615c;background:transparent;font:inherit}.customer-categories{flex:none;display:flex;gap:8px;padding:13px 16px;overflow-x:auto;overflow-y:hidden;border-bottom:1px solid var(--line)}.customer-categories button{flex:none;border:0;border-radius:20px;padding:9px 15px;color:#4d5854;background:#fff;font:inherit;font-size:14px}.customer-categories button.active{color:#fff;background:var(--green);font-weight:700}.customer-categories button.closed{display:inline-flex;align-items:center;gap:5px;color:#8a9490;background:#f1f3f2;cursor:not-allowed}.customer-categories button.closed small{padding:2px 4px;border-radius:4px;color:#9b4b45;background:#f9dfdd;font-size:9px;font-weight:800}.customer-content{flex:1 1;min-height:0;overflow-y:auto;overscroll-behavior-y:contain;padding:22px 16px;-webkit-overflow-scrolling:touch}.customer-content h1{margin:0;color:var(--ink);font-size:22px;letter-spacing:-1.3px}.customer-content>p{margin:4px 0 16px;color:#73807c;font-size:12px}.service-provision-notice{margin:0 0 16px;padding:13px 14px;border:1px solid #cce7de;border-radius:9px;color:#315f52;background:var(--mint)}.service-provision-notice strong{display:block;margin-bottom:4px;color:#0d5d48;font-size:13px}.service-provision-notice p{margin:0;font-size:12px;line-height:1.55;word-break:keep-all}.menu-image-disclaimer{display:flex;gap:5px;margin:-4px 0 16px;padding:10px 12px;border:1px solid #eadfc6;border-radius:8px;color:#6f6248;background:#fffaf0;font-size:11px;line-height:1.55;word-break:keep-all}.menu-image-disclaimer span{flex:none;font-weight:800}.customer-menu-list{display:grid;grid-gap:10px;gap:10px}.customer-order-closed{margin:0;padding:36px 18px;border:1px solid #e2e8e5;border-radius:11px;color:#66736e;background:#fff;font-size:14px;font-weight:700;text-align:center}.customer-menu{display:grid;grid-template-columns:104px 1fr 40px;min-height:104px;overflow:hidden;border:1px solid #e5eae8;border-radius:11px;background:#fff;cursor:pointer}.customer-menu-image{width:104px;height:104px;object-fit:cover;background:#f2eee5}.customer-menu-image.large{width:100%;height:auto;max-height:330px;margin-bottom:17px;border-radius:12px;aspect-ratio:4/3}.customer-sprite{width:104px;height:104px;background-image:url(/menu-sprite.png);background-size:300% 200%;background-repeat:no-repeat}.customer-sprite.sprite-drink-ade,.customer-sprite.sprite-drink-coffee,.customer-sprite.sprite-drink-smoothie,.customer-sprite.sprite-drink-tea,.customer-sprite.sprite-food-chicken,.customer-sprite.sprite-food-fried,.customer-sprite.sprite-food-meal,.customer-sprite.sprite-food-ramen,.customer-sprite.sprite-food-snack{background-position:50%;background-size:cover}.customer-sprite.sprite-drink-coffee{background-image:url(/menu-images/coffee.png)}.customer-sprite.sprite-drink-tea{background-image:url(/menu-images/tea.png)}.customer-sprite.sprite-drink-ade{background-image:url(/menu-images/ade.png)}.customer-sprite.sprite-drink-smoothie{background-image:url(/menu-images/smoothie.png)}.customer-sprite.sprite-food-ramen{background-image:url(/menu-images/ramen.png)}.customer-sprite.sprite-food-snack{background-image:url(/menu-images/snack.png)}.customer-sprite.sprite-food-meal{background-image:url(/menu-images/meal.png)}.customer-sprite.sprite-food-fried{background-image:url(/menu-images/fried.png)}.customer-sprite.sprite-food-chicken{background-image:url(/menu-images/chicken.png)}.customer-menu>div{align-self:center;padding:11px 8px 11px 13px}.customer-menu h2{margin:0 0 3px;color:var(--ink);font-size:16px;letter-spacing:-1px}.customer-menu p{margin:0 0 7px;color:#73807c;font-size:11px}.customer-menu strong{font-size:17px}.customer-menu small{display:block;margin-top:3px;color:#23735e;font-size:10px}.customer-menu>button{align-self:center;width:35px;height:35px;border:0;border-radius:50%;color:var(--green);background:var(--mint);font-size:24px}.customer-cart{position:fixed;bottom:16px;left:50%;z-index:3;display:flex;align-items:center;gap:11px;width:min(438px,calc(100% - 32px));padding:11px 12px;transform:translateX(-50%);border:1px solid #d4ebe3;border-radius:11px;background:#f3fcf8;box-shadow:0 8px 25px rgba(22,68,54,.12)}.customer-cart div{display:grid;flex:1 1;position:relative;padding-left:29px}.customer-cart .cart-count{position:absolute;top:0;left:0;display:grid;place-items:center;width:22px;height:22px;border-radius:50%;color:#fff;background:var(--green);font-size:11px;font-weight:800}.customer-cart strong{color:var(--ink);font-size:15px}.customer-cart small{color:#75817d;font-size:10px}.customer-cart>b{font-size:15px}.customer-cart>button,.success-card button{border:0;border-radius:7px;padding:11px 13px;color:#fff;background:var(--green);font:inherit;font-size:13px;font-weight:800}.customer-cart>button:disabled{opacity:.45}.cart-item-flight{position:fixed;top:0;left:0;z-index:20;width:56px;height:56px;overflow:hidden;pointer-events:none;border:2px solid #fff;border-radius:14px;background:#fff;box-shadow:0 10px 28px rgba(22,68,54,.28);animation:cart-item-flight .76s cubic-bezier(.2,.75,.25,1) both}.cart-item-flight .customer-menu-image,.cart-item-flight .customer-sprite{width:100%;height:100%;object-fit:cover}.cart-added-message{position:absolute;bottom:calc(100% + 9px);left:8px;display:flex;align-items:center;gap:6px;max-width:calc(100% - 16px);padding:9px 12px;pointer-events:none;border:1px solid #bfe3d5;border-radius:999px;color:#174d3e;background:#fff;box-shadow:0 8px 24px rgba(22,68,54,.16);font-size:12px;animation:cart-added-message .92s ease both}.customer-cart .cart-added-message strong{overflow:hidden;color:#174d3e;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.cart-added-message span{flex:0 0 auto;font-weight:700}.customer-cart .cart-count.cart-count-added{animation:cart-count-added .76s cubic-bezier(.2,.75,.25,1)}@keyframes cart-item-flight{0%{opacity:0;transform:translate3d(var(--cart-flight-start-x),var(--cart-flight-start-y),0) scale(.72) rotate(-4deg)}14%{opacity:1;transform:translate3d(var(--cart-flight-start-x),var(--cart-flight-start-y),0) scale(1) rotate(0)}to{opacity:0;transform:translate3d(var(--cart-flight-end-x),var(--cart-flight-end-y),0) scale(.3) rotate(5deg)}}@keyframes cart-count-added{0%,to{transform:scale(1)}58%{transform:scale(1.34);background:#f08a38}}@keyframes cart-added-message{0%{opacity:0;transform:translateY(7px) scale(.96)}16%,76%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(3px) scale(.98)}}@media (prefers-reduced-motion:reduce){.cart-item-flight{animation:none;opacity:0}.customer-cart .cart-count.cart-count-added{animation:none}.cart-added-message{animation-name:cart-added-message-reduced;animation-duration:1.2s}}@keyframes cart-added-message-reduced{0%,82%{opacity:1}to{opacity:0}}.customer-modal{position:fixed;inset:0;z-index:10;display:grid;place-items:end center;padding:16px;background:rgba(17,31,26,.42)}.customer-modal>section{width:min(480px,100%);max-height:85vh;overflow:auto;padding:22px;border-radius:17px;background:#fff}.customer-modal header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:19px}.customer-modal header small{color:#678078;font-size:11px}.customer-modal header h2{margin:3px 0 0;font-size:21px}.customer-modal header button{border:0;color:#62706c;background:#fff;font-size:28px;line-height:1}.customer-modal header .save-close-button{border:1px solid #afd3c7;border-radius:7px;padding:8px 10px;color:var(--green);font-size:12px;font-weight:800}.customer-modal fieldset{display:grid;grid-gap:8px;gap:8px;margin:0 0 18px;padding:0;border:0}.customer-modal legend{margin-bottom:8px;color:#1b2b26;font-size:14px;font-weight:800}.customer-modal label{display:flex;align-items:center;gap:9px;padding:12px;border:1px solid #e0e7e4;border-radius:8px;font-size:13px}.customer-modal label span{flex:1 1}.customer-modal label b{color:#42665b;font-size:12px}.modal-confirm{width:100%;border:0;border-radius:8px;padding:14px;color:#fff;background:var(--green);font:inherit;font-weight:800}.modal-confirm:disabled{cursor:not-allowed;opacity:.45}.menu-detail-description{margin:0 0 20px;color:#56645f;font-size:14px;line-height:1.7;white-space:pre-wrap}.menu-detail-image-disclaimer{margin:-7px 0 13px}.cart-item-actions>div,.detail-quantity{display:flex;align-items:center;justify-content:space-between}.detail-quantity{margin:0 0 18px;font-size:14px;font-weight:800}.cart-item-actions>div,.detail-quantity>div{gap:12px;padding:4px;border:1px solid var(--line);border-radius:8px}.cart-item-actions button,.detail-quantity button{min-width:32px;min-height:32px;border:0;border-radius:6px;color:var(--green);background:var(--mint);font:inherit;font-weight:800}.cart-edit-list{display:grid;grid-gap:12px;gap:12px;margin:0 0 18px;padding:0;list-style:none}.cart-edit-list>li{display:grid;grid-template-columns:70px 1fr auto;grid-gap:11px;gap:11px;align-items:center;padding-bottom:12px;border-bottom:1px solid var(--line)}.cart-edit-list .customer-menu-image{width:70px;height:70px;border-radius:8px}.cart-edit-copy{display:grid;grid-gap:3px;gap:3px;min-width:0;font-size:13px}.cart-edit-copy small{color:#74817d}.cart-edit-copy b{font-size:12px}.cart-item-actions{display:grid;grid-gap:4px;gap:4px;justify-items:end}.cart-item-actions .cart-remove{min-height:auto;padding:3px 5px;color:#a14545;background:transparent;font-size:10px}.history-auth label,.phone-input-label{display:grid!important;grid-gap:7px!important;gap:7px!important;margin-bottom:12px;padding:0!important;border:0!important;font-weight:700}.history-auth input,.phone-input-label input{width:100%;min-height:48px;border:1px solid #cad7d2;border-radius:8px;padding:0 13px;color:var(--ink);background:#fff;font:inherit;font-size:16px}.history-auth input[type=tel]::placeholder,.phone-input-label input::placeholder{color:rgba(23,33,31,.2);opacity:1}.privacy-consent{align-items:flex-start!important;margin:15px 0;line-height:1.55}.privacy-consent input{margin-top:3px}.privacy-consent a{color:var(--green)}.phone-confirmation{text-align:center}.phone-confirmation p{color:#64716d}.phone-confirmation>strong{display:block;margin:13px 0 24px;color:var(--green);font-size:27px}.phone-confirmation>div{display:grid;grid-template-columns:.8fr 1.2fr;grid-gap:9px;gap:9px}.outline-customer-button{min-height:44px;border:1px solid #bad9d0;border-radius:8px;padding:8px 12px;color:var(--green);background:#fff;font:inherit;font-weight:800}.payment-room small{color:#55736a}.history-message{color:#965050;font-size:12px;text-align:center}.history-order-list{display:grid;grid-gap:12px;gap:12px}.history-order-list article{padding:14px;border:1px solid var(--line);border-radius:10px}.history-order-list article>header{margin:0 0 7px}.history-order-list time{color:#74817d;font-size:10px}.history-order-list article>p{margin:0 0 10px;color:#53615c;font-size:12px}.history-order-list ul{margin:0 0 10px;padding:10px 0;border-block:1px solid var(--line);list-style:none}.history-order-list li{display:flex;justify-content:space-between;gap:10px;padding:3px 0;font-size:12px}.payment-modal ul{display:grid;grid-gap:8px;gap:8px;padding:0 0 17px;margin:0 0 17px;border-bottom:1px solid var(--line);list-style:none}.payment-room{display:flex;align-items:center;justify-content:space-between;margin:0 0 17px;padding:13px 14px;border-radius:8px;color:#42665b;background:var(--mint);font-size:13px}.payment-room strong{color:#0d5d48;font-size:15px}.payment-modal li{display:flex;justify-content:space-between;gap:12px;font-size:13px}.payment-modal li small{display:block;margin-top:2px;color:#73807c;font-size:10px}.payment-modal li b{white-space:nowrap}.payment-total{display:flex;justify-content:space-between;align-items:center;margin:4px 0 17px}.payment-total strong{font-size:21px}.payment-service-provision{margin-bottom:17px}.payment-actions{display:grid;grid-gap:10px;gap:10px}.kakaopay-confirm{display:flex;width:100%;min-height:50px;align-items:center;justify-content:center;gap:7px;border:0;border-radius:8px;padding:0 14px;color:#171717;background:#ffeb00;font:inherit;font-weight:800}.kakaopay-confirm img{width:85px;height:auto;object-fit:contain}.kakaopay-confirm span{font-size:13px}.payment-actions button:disabled{cursor:wait;opacity:.58}.payment-note{display:block;margin-top:10px;color:#75817d;text-align:center;font-size:10px}.success-page{display:grid;place-items:center;padding-block:40px}.success-shell{width:min(520px,100%);overflow:hidden;border:1px solid #e2e8e5;border-radius:16px;background:#fff;box-shadow:0 16px 45px rgba(26,55,46,.1)}.success-header{display:flex;align-items:center;justify-content:space-between;padding:20px 22px 17px;border-bottom:1px solid var(--line)}.success-header>span{padding:7px 10px;border:1px solid #9fcdbf;border-radius:6px;color:#115e4a;font-size:13px;font-weight:700}.success-card{display:grid;justify-items:center;padding:34px 26px 28px;text-align:center}.success-check{display:grid;place-items:center;width:62px;height:62px;border-radius:50%;color:#fff;background:var(--green);box-shadow:0 8px 20px rgba(18,100,81,.2)}.success-check svg{width:31px;height:31px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.4}.success-check.pending span{transform:translateY(-4px);font-size:22px;letter-spacing:2px}.success-card h1{margin:18px 0 6px;color:var(--ink);font-size:25px;letter-spacing:-1.2px}.success-card p{margin:0;color:#6f7d78;font-size:13px}.success-summary{display:grid;grid-template-columns:repeat(3,1fr);width:100%;margin:25px 0 21px;padding:15px 0;border-radius:10px;background:var(--mint)}.success-summary div{min-width:0;padding:0 10px}.success-summary div+div{border-left:1px solid #cde8df}.success-summary dt{margin-bottom:5px;color:#55736a;font-size:11px}.success-summary dd{margin:0;overflow-wrap:anywhere;color:#0d5d48;font-size:15px;font-weight:800}.success-order{width:100%;text-align:left}.success-order>header{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.success-order h2{margin:0;color:var(--ink);font-size:16px;letter-spacing:-.5px}.success-order>header span{color:#73807c;font-size:11px}.success-order ul{margin:0;padding:0;border-block:1px solid var(--line);list-style:none}.success-order li{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:13px 2px;color:#26312e;font-size:13px}.success-order li+li{border-top:1px solid #eef2f0}.success-order li strong span{color:#64716d;font-weight:500}.success-order li small{display:block;margin-top:3px;color:#73807c;font-size:10px}.success-order li b{white-space:nowrap;font-size:13px}.success-total{display:flex;align-items:center;justify-content:space-between;padding:16px 2px 18px;color:#42504c;font-size:13px}.success-total strong{color:var(--ink);font-size:20px}.success-actions{display:grid;grid-template-columns:.8fr 1.2fr;grid-gap:9px;gap:9px;width:100%}.menu-button,.receipt-button,.receipt-save{display:flex;align-items:center;justify-content:center;gap:7px;min-height:48px;border:0;border-radius:8px;font:inherit;font-size:13px;font-weight:800;text-decoration:none}.receipt-button{border:1px solid #bad9d0;color:var(--green);background:#fff}.receipt-button svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.menu-button,.receipt-save{color:#fff;background:var(--green)}.menu-button:focus-visible,.receipt-button:focus-visible,.receipt-save:focus-visible{outline:3px solid rgba(18,100,81,.22);outline-offset:2px}.menu-button.single{width:100%;margin-top:25px}.customer-receipt{width:100%;margin-top:20px;padding-top:20px;border-top:1px solid var(--line)}.receipt-paper{position:relative;padding:24px 21px;border:1px solid #dfe5e2;background:#fbfcfb;color:#27312e;text-align:left}.receipt-paper:after,.receipt-paper:before{position:absolute;left:-1px;width:calc(100% + 2px);height:6px;background:radial-gradient(circle at 3px -1px,transparent 4px,#fbfcfb 4.5px) 0 0 /12px 6px repeat-x;content:""}.receipt-paper:before{top:-1px;transform:rotate(180deg)}.receipt-paper:after{bottom:-1px}.receipt-paper>header{display:grid;grid-gap:3px;gap:3px;justify-items:center;padding-bottom:17px;border-bottom:1px dashed #b9c3bf}.receipt-paper>header strong{color:var(--ink);font-size:18px}.receipt-paper>header span{color:#65726e;font-size:11px}.receipt-paper dl{display:grid;grid-gap:7px;gap:7px;margin:16px 0;padding-bottom:16px;border-bottom:1px dashed #b9c3bf}.receipt-paper dl div,.receipt-paper li,.receipt-total{display:flex;justify-content:space-between;gap:12px}.receipt-paper dd,.receipt-paper dt,.receipt-paper li{margin:0;font-size:11px}.receipt-paper dt{flex:0 0 82px;font-weight:700}.receipt-paper dd{overflow-wrap:anywhere;text-align:right}.receipt-paper ul{display:grid;grid-gap:9px;gap:9px;margin:0;padding:0 0 16px;border-bottom:1px dashed #b9c3bf;list-style:none}.receipt-paper li>span{min-width:0}.receipt-paper li small{display:block;margin-top:3px;color:#65726e;font-size:9px}.receipt-total{align-items:center;padding-top:16px;font-size:13px}.receipt-total strong{font-size:18px}.receipt-payment-status{display:block;margin-top:16px;text-align:center;font-size:12px}.receipt-payment-status.approved{color:#27312e}.receipt-payment-status.cancelled{color:#9b1c1c}.receipt-paper>p{margin-top:18px;text-align:center;font-size:10px}.receipt-save{width:100%;min-height:42px;margin-top:13px;color:var(--green);background:var(--mint)}.receipt-save:disabled{opacity:.6}@media (max-width:520px){.customer-page{padding:0;background:#fff}.customer-app{width:100%;height:100vh;height:100dvh;min-height:0;border:0;border-radius:0;box-shadow:none}.customer-cart{bottom:10px}.success-page{align-items:start;padding:0}.success-shell{min-height:100vh;border:0;border-radius:0;box-shadow:none}.success-card{padding:31px 18px 26px}.success-summary div{padding-inline:6px}.success-summary dd{font-size:13px}.success-actions{grid-template-columns:1fr}}.customer-footer{margin-top:30px;padding:24px 16px 140px;border-top:1px solid var(--line);font-size:11px;color:#75817d;line-height:1.6;text-align:center;background:#fcfdfc}.footer-links{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;margin-bottom:14px}.footer-links a{color:var(--ink);text-decoration:none;font-weight:500}.footer-link-button{border:0;padding:0;color:#2563eb;background:transparent;font:inherit;font-size:11px;font-weight:700;cursor:pointer;transition:color .2s ease}.footer-link-button:hover{color:#1d4ed8;text-decoration:underline}.footer-links a:hover{text-decoration:underline;color:var(--green)}.footer-links .privacy-highlight{color:var(--green);font-weight:700}.footer-divider{color:#d1d8d6}.footer-business-info p{margin:3px 0;overflow-wrap:anywhere;word-break:keep-all}.footer-business-info p span{font-weight:600;color:#454d4a}.footer-copyright{margin-top:10px!important;color:#9ab0aa;font-size:10px}.customer-guide-app .customer-header{justify-content:flex-start}.customer-guide-scroll{display:flex;flex:1 1;flex-direction:column;min-height:0;overflow-y:auto;overscroll-behavior-y:contain;-webkit-overflow-scrolling:touch}.customer-guide-content{padding:24px 24px 14px}.customer-guide-notice{margin:0 0 24px;padding:12px 14px;border:1px solid #edc9c5;border-radius:8px;color:#8b3d36;background:#fff7f5;font-size:12px;line-height:1.55}.customer-guide-order>small{color:var(--green);font-size:10px;font-weight:800;letter-spacing:1.5px}.customer-guide-intro h1{margin:0 0 14px;color:var(--ink);font-size:29px;line-height:1.35;letter-spacing:-1.8px}.customer-guide-intro h1 span{color:var(--green)}.customer-guide-intro p,.customer-guide-order>p{margin:0;color:#596761;font-size:14px;line-height:1.75;word-break:keep-all}.customer-guide-order{margin-top:38px;padding-top:30px;border-top:1px solid var(--line)}.customer-guide-order h2{margin:9px 0 12px;color:var(--ink);font-size:21px;letter-spacing:-1.1px}.customer-guide-order ol{display:grid;grid-gap:10px;gap:10px;margin:24px 0 0;padding:0;list-style:none}.customer-guide-order li{display:grid;grid-template-columns:42px 1fr;grid-gap:13px;gap:13px;align-items:start;padding:15px;border:1px solid #dce8e4;border-radius:10px;background:#fbfdfc}.customer-guide-order li>b{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;color:#fff;background:var(--green);font-size:12px}.customer-guide-order li div{display:grid;grid-gap:4px;gap:4px}.customer-guide-order li strong{color:#24322e;font-size:14px}.customer-guide-order li span{color:#68756f;font-size:12px;line-height:1.55;word-break:keep-all}.customer-guide-help{margin-top:16px;padding:15px;border-radius:9px;color:#315f52;background:var(--mint);font-size:12px;line-height:1.65;word-break:keep-all}.customer-guide-footer{margin-top:auto;padding-bottom:30px}.privacy-content ul,.refund-content ul,.terms-content ul{margin:8px 0 16px;padding-left:22px}.privacy-content li,.refund-content li,.terms-content li{margin:5px 0}@media (max-width:520px){.customer-guide-content{padding:20px 20px 12px}.customer-guide-intro h1{font-size:27px}}