.SiteHeader-module__UmzMuW__header{z-index:100;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(90deg,#ea580cf2,#f97316f2);border-bottom:3px solid #7c2d12;position:sticky;top:0;box-shadow:0 4px 30px #7c2d124d}.SiteHeader-module__UmzMuW__header:after{content:"";background:linear-gradient(90deg,#0000,#fbbf24,#0000);width:100%;height:3px;animation:3s linear infinite SiteHeader-module__UmzMuW__slideGlow;position:absolute;bottom:-3px;left:0}@keyframes SiteHeader-module__UmzMuW__slideGlow{0%{transform:translate(-100%)}to{transform:translate(100%)}}.SiteHeader-module__UmzMuW__inner{max-width:1200px;height:var(--header-height);justify-content:space-between;align-items:center;margin:0 auto;padding:0 1.5rem;display:flex}.SiteHeader-module__UmzMuW__logo{letter-spacing:-.05em;color:#fff;text-shadow:0 2px 10px #0003;align-items:center;gap:.5rem;font-size:1.6rem;font-weight:900;transition:transform .3s cubic-bezier(.175,.885,.32,1.275);display:inline-flex}.SiteHeader-module__UmzMuW__logo:hover{transform:scale(1.05)rotate(-2deg)}.SiteHeader-module__UmzMuW__logoImage{object-fit:contain;border-radius:8px;width:40px;height:40px}.SiteHeader-module__UmzMuW__nav{align-items:center;gap:.5rem;display:flex}.SiteHeader-module__UmzMuW__navLink{color:#ffffffe6;cursor:pointer;background:0 0;border:none;border-radius:50px;padding:.6rem 1.4rem;font-size:.95rem;font-weight:700;transition:all .3s;position:relative;overflow:hidden}.SiteHeader-module__UmzMuW__navLink:before{content:"";background:#ffffff1a;width:100%;height:100%;transition:transform .3s;position:absolute;top:0;left:0;transform:translateY(100%)}.SiteHeader-module__UmzMuW__navLink:hover:before{transform:translateY(0)}.SiteHeader-module__UmzMuW__navLink:hover{color:#fff;transform:translateY(-2px)}.SiteHeader-module__UmzMuW__navLinkActive{box-shadow:0 4px 15px #0000001a;color:#7c2d12!important;background:#fff!important}.SiteHeader-module__UmzMuW__signupBtn{color:#7c2d12;background:linear-gradient(135deg,#fbbf24 0%,#f97316 100%);border:1px solid #ffffff4d;box-shadow:0 4px 15px #0003}.SiteHeader-module__UmzMuW__signupBtn:hover{background:linear-gradient(135deg,#fff 0%,#fbbf24 100%);transform:translateY(-2px)scale(1.05);box-shadow:0 8px 25px #0000004d}.SiteHeader-module__UmzMuW__cartBadge{color:#ea580c;background:#fff;border-radius:50%;justify-content:center;align-items:center;min-width:1.6rem;height:1.6rem;margin-left:.5rem;padding:0 .4rem;font-size:.75rem;font-weight:900;animation:.3s cubic-bezier(.175,.885,.32,1.275) SiteHeader-module__UmzMuW__pop;display:inline-flex;box-shadow:0 2px 8px #0003}@keyframes SiteHeader-module__UmzMuW__pop{0%{transform:scale(.5)}to{transform:scale(1)}}@media (max-width:768px){.SiteHeader-module__UmzMuW__navLink{padding:.5rem .8rem;font-size:.85rem}.SiteHeader-module__UmzMuW__logo{font-size:1.2rem}}
.ChatWidget-module__FSuF-G__container{z-index:50;flex-direction:column;align-items:flex-end;gap:.75rem;display:flex;position:fixed;bottom:2rem;right:2rem}.ChatWidget-module__FSuF-G__panel{background:#fff;border-radius:24px;flex-direction:column;width:320px;max-height:520px;display:flex;overflow:hidden;box-shadow:0 20px 45px #451a0329,0 0 0 1px #b4530933}.ChatWidget-module__FSuF-G__header{border-bottom:1px solid #e28102;align-items:center;gap:.75rem;padding:1rem 1.25rem .75rem;display:flex}.ChatWidget-module__FSuF-G__avatar{color:#fff;background:linear-gradient(135deg,#ff9a9e,#ff7a00);border-radius:999px;justify-content:center;align-items:center;width:36px;height:36px;font-size:20px;display:flex}.ChatWidget-module__FSuF-G__titleBlock{flex-direction:column;gap:.1rem;display:flex}.ChatWidget-module__FSuF-G__title{color:#111827;font-size:.95rem;font-weight:700}.ChatWidget-module__FSuF-G__status{color:#16a34a;align-items:center;gap:.3rem;font-size:.8rem;display:flex}.ChatWidget-module__FSuF-G__statusDot{background:#22c55e;border-radius:999px;width:7px;height:7px}.ChatWidget-module__FSuF-G__subtitle{color:#6b7280;padding:0 1.25rem .75rem;font-size:.8rem}.ChatWidget-module__FSuF-G__messages{background:radial-gradient(circle at 0 0,#fff7ed 0,#fffcf5 40%,#fff 100%);flex-direction:column;flex:1;gap:.5rem;padding:.75rem .9rem;display:flex;overflow-y:auto}.ChatWidget-module__FSuF-G__bubbleRow{display:flex}.ChatWidget-module__FSuF-G__bubbleRowUser{justify-content:flex-end}.ChatWidget-module__FSuF-G__bubble{color:#111827;background:#fff;border-radius:16px;max-width:80%;padding:.7rem .85rem;font-size:.85rem;line-height:1.5;box-shadow:0 4px 12px #b4530926}.ChatWidget-module__FSuF-G__bubbleBot{border-bottom-left-radius:4px}.ChatWidget-module__FSuF-G__bubbleUser{color:#f9fafb;background:#f97316;border-bottom-right-radius:4px}.ChatWidget-module__FSuF-G__bubbleSystem{color:#4b5563;background:#f9fafb;border:1px dashed #e5e7eb;border-radius:12px}.ChatWidget-module__FSuF-G__loadingBubble{align-items:center;gap:4px;min-width:60px;padding:.6rem .85rem;display:flex}.ChatWidget-module__FSuF-G__dot{background:#fdba74;border-radius:50%;width:6px;height:6px;animation:1.4s ease-in-out infinite both ChatWidget-module__FSuF-G__bounce}.ChatWidget-module__FSuF-G__dot:first-child{animation-delay:-.32s}.ChatWidget-module__FSuF-G__dot:nth-child(2){animation-delay:-.16s}@keyframes ChatWidget-module__FSuF-G__bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.ChatWidget-module__FSuF-G__loadingText{color:#94a3b8;margin-left:4px;font-size:.75rem;font-weight:500}.ChatWidget-module__FSuF-G__footer{border-top:1px solid #e5e7eb;align-items:center;gap:.4rem;padding:.6rem .6rem .7rem;display:flex}.ChatWidget-module__FSuF-G__input{border:1px solid #e5e7eb;border-radius:999px;outline:none;flex:1;padding:.5rem .85rem;font-size:.85rem}.ChatWidget-module__FSuF-G__input:focus{border-color:#f97316;box-shadow:0 0 0 1px #f9731659}.ChatWidget-module__FSuF-G__sendButton{color:#fff;cursor:pointer;background:#fb923c;border:none;border-radius:999px;justify-content:center;align-items:center;width:34px;height:34px;font-size:16px;display:flex}.ChatWidget-module__FSuF-G__sendButton:disabled{cursor:not-allowed;background:#ffedd5}.ChatWidget-module__FSuF-G__toggleButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#f97316,#ea580c);border:none;border-radius:999px;justify-content:center;align-items:center;width:54px;height:54px;font-size:24px;display:flex;box-shadow:0 18px 40px #ea580c73}.ChatWidget-module__FSuF-G__toggleClose{color:#374151;box-shadow:none;background:#e5e7eb}@media (max-width:640px){.ChatWidget-module__FSuF-G__container{bottom:1rem;right:1rem}.ChatWidget-module__FSuF-G__panel{border-radius:18px;width:min(360px,100vw - 2rem);max-height:70vh}}
.SiteFooter-module__bpJuUG__footer{color:#fef3c7;background:#0f172a;border-top:4px solid #ea580c;margin-top:auto;position:relative;overflow:hidden}.SiteFooter-module__bpJuUG__footer:before{content:"";pointer-events:none;background:radial-gradient(circle at 10% 20%,#ea580c0d 0%,#0000 40%),radial-gradient(circle at 90% 80%,#f973160d 0%,#0000 40%);width:100%;height:100%;position:absolute;top:0;left:0}.SiteFooter-module__bpJuUG__inner{z-index:1;max-width:1200px;margin:0 auto;padding:5rem 1.5rem 3rem;position:relative}.SiteFooter-module__bpJuUG__top{justify-content:space-between;align-items:flex-start;gap:3rem;margin-bottom:4rem;display:flex}.SiteFooter-module__bpJuUG__brand{flex-direction:column;gap:1.25rem;max-width:400px;display:flex}.SiteFooter-module__bpJuUG__logo{letter-spacing:-.05em;background:linear-gradient(90deg,#fff,#fbbf24);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:2rem;font-weight:900;display:inline-block}.SiteFooter-module__bpJuUG__tagline{color:#cbd5e1;font-size:1.1rem;font-weight:500;line-height:1.6}.SiteFooter-module__bpJuUG__nav{gap:3rem;display:flex}.SiteFooter-module__bpJuUG__navLink{color:#fff;border-bottom:2px solid #0000;padding-bottom:4px;font-size:1.05rem;font-weight:700;transition:all .3s}.SiteFooter-module__bpJuUG__navLink:hover{color:#fbbf24;border-bottom-color:#fbbf24;transform:translateY(-3px)}.SiteFooter-module__bpJuUG__divider{background:linear-gradient(90deg,#fff0,#ffffff1a,#fff0);height:1px;margin-bottom:3rem}.SiteFooter-module__bpJuUG__bottom{flex-direction:column;gap:1.5rem;display:flex}.SiteFooter-module__bpJuUG__info{color:#94a3b8;flex-wrap:wrap;align-items:center;gap:1rem;font-size:.9rem;display:flex}.SiteFooter-module__bpJuUG__dot{opacity:.5;background:#ea580c;border-radius:50%;width:6px;height:6px}.SiteFooter-module__bpJuUG__copyright{color:#64748b;margin-top:1rem;font-size:.85rem;font-weight:600}@media (max-width:768px){.SiteFooter-module__bpJuUG__top{text-align:center;flex-direction:column;gap:3rem}.SiteFooter-module__bpJuUG__brand{margin:0 auto}.SiteFooter-module__bpJuUG__nav{justify-content:center;width:100%}.SiteFooter-module__bpJuUG__info{justify-content:center}.SiteFooter-module__bpJuUG__info .SiteFooter-module__bpJuUG__dot{display:none}}
.CartConfirmModal-module__-hTv-W__overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background:#451a0366;justify-content:center;align-items:center;width:100%;height:100%;animation:.3s CartConfirmModal-module__-hTv-W__fadeIn;display:flex;position:fixed;top:0;left:0}.CartConfirmModal-module__-hTv-W__modal{background:#fff;border-radius:32px;width:min(420px,90vw);padding:2.5rem 2rem 2rem;animation:.4s cubic-bezier(.16,1,.3,1) CartConfirmModal-module__-hTv-W__slideUp;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #ea580c40,0 0 0 1px #fb923c1a}.CartConfirmModal-module__-hTv-W__modal:before{content:"";background:linear-gradient(90deg,#f97316,#fb923c,#f97316);width:100%;height:6px;position:absolute;top:0;left:0}.CartConfirmModal-module__-hTv-W__closeBtn{color:#6b7280;cursor:pointer;background:#f9fafb;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex;position:absolute;top:1.25rem;right:1.25rem}.CartConfirmModal-module__-hTv-W__closeBtn:hover{color:#ef4444;background:#fee2e2;transform:rotate(90deg)}.CartConfirmModal-module__-hTv-W__content{text-align:center;flex-direction:column;align-items:center;gap:1.5rem;display:flex}.CartConfirmModal-module__-hTv-W__iconWrapper{color:#f97316;background:linear-gradient(135deg,#fff7ed,#ffedd5);border-radius:24px;justify-content:center;align-items:center;width:72px;height:72px;margin-bottom:.5rem;display:flex;position:relative}.CartConfirmModal-module__-hTv-W__iconWrapper:after{content:"🔥";font-size:20px;position:absolute;top:-5px;right:-5px}.CartConfirmModal-module__-hTv-W__textGroup{flex-direction:column;gap:.75rem;display:flex}.CartConfirmModal-module__-hTv-W__title{color:#1a1a1a;letter-spacing:-.02em;font-size:1.5rem;font-weight:800}.CartConfirmModal-module__-hTv-W__description{color:#4b5563;font-size:1.05rem;line-height:1.6}.CartConfirmModal-module__-hTv-W__itemName{color:#ea580c;font-weight:700}.CartConfirmModal-module__-hTv-W__actions{gap:1rem;width:100%;margin-top:.5rem;display:flex}.CartConfirmModal-module__-hTv-W__cancelBtn{color:#4b5563;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:16px;flex:1;padding:1rem;font-size:1rem;font-weight:600;transition:all .2s}.CartConfirmModal-module__-hTv-W__cancelBtn:hover{background:#f9fafb;border-color:#d1d5db}.CartConfirmModal-module__-hTv-W__confirmBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#f97316,#ea580c);border:none;border-radius:16px;flex:1.2;justify-content:center;align-items:center;gap:.5rem;padding:1rem;font-size:1rem;font-weight:700;transition:all .2s;display:flex;box-shadow:0 10px 20px -5px #ea580c66}.CartConfirmModal-module__-hTv-W__confirmBtn:hover{transform:translateY(-2px);box-shadow:0 15px 25px -5px #ea580c80}.CartConfirmModal-module__-hTv-W__confirmBtn:active{transform:translateY(0)}@keyframes CartConfirmModal-module__-hTv-W__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes CartConfirmModal-module__-hTv-W__slideUp{0%{opacity:0;transform:translateY(20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}
.OrderModal-module__tb5NjW__overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1001;background:#451a0366;justify-content:center;align-items:center;width:100%;height:100%;animation:.3s OrderModal-module__tb5NjW__fadeIn;display:flex;position:fixed;top:0;left:0}.OrderModal-module__tb5NjW__modal{background:#fff;border-radius:32px;width:min(400px,90vw);padding:3rem 2rem 2.5rem;animation:.4s cubic-bezier(.16,1,.3,1) OrderModal-module__tb5NjW__slideUp;position:relative;box-shadow:0 25px 50px -12px #ea580c40,0 0 0 1px #fb923c1a}.OrderModal-module__tb5NjW__closeBtn{color:#6b7280;cursor:pointer;background:#f9fafb;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex;position:absolute;top:1.25rem;right:1.25rem}.OrderModal-module__tb5NjW__content{text-align:center;flex-direction:column;align-items:center;gap:1.75rem;display:flex}.OrderModal-module__tb5NjW__iconWrapper{border-radius:28px;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:.25rem;display:flex}.OrderModal-module__tb5NjW__iconWrapper.OrderModal-module__tb5NjW__confirm{color:#f97316;background:linear-gradient(135deg,#fff7ed,#ffedd5)}.OrderModal-module__tb5NjW__iconWrapper.OrderModal-module__tb5NjW__success{color:#22c55e;background:linear-gradient(135deg,#f0fdf4,#dcfce7)}.OrderModal-module__tb5NjW__iconWrapper.OrderModal-module__tb5NjW__error{color:#ef4444;background:linear-gradient(135deg,#fef2f2,#fee2e2)}.OrderModal-module__tb5NjW__textGroup{flex-direction:column;gap:.75rem;display:flex}.OrderModal-module__tb5NjW__title{color:#1a1a1a;letter-spacing:-.02em;font-size:1.5rem;font-weight:800}.OrderModal-module__tb5NjW__description{color:#4b5563;font-size:1.05rem;line-height:1.6}.OrderModal-module__tb5NjW__orderIdBadge{color:#64748b;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;margin-top:.5rem;padding:.5rem 1rem;font-size:.9rem;font-weight:600}.OrderModal-module__tb5NjW__orderIdBadge span{color:#ea580c;font-weight:700}.OrderModal-module__tb5NjW__actions{gap:1rem;width:100%;display:flex}.OrderModal-module__tb5NjW__cancelBtn{color:#4b5563;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:18px;flex:1;padding:1.1rem;font-size:1rem;font-weight:700;transition:all .2s}.OrderModal-module__tb5NjW__cancelBtn:hover{background:#f9fafb;border-color:#d1d5db}.OrderModal-module__tb5NjW__confirmBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#f97316,#ea580c);border:none;border-radius:18px;flex:1.5;justify-content:center;align-items:center;gap:.5rem;padding:1.1rem;font-size:1rem;font-weight:700;transition:all .2s;display:flex;box-shadow:0 10px 20px -5px #ea580c66}.OrderModal-module__tb5NjW__confirmBtn:hover{transform:translateY(-2px);box-shadow:0 15px 25px -5px #ea580c80}.OrderModal-module__tb5NjW__fullBtn{color:#fff;cursor:pointer;border:none;border-radius:18px;width:100%;padding:1.1rem;font-size:1.1rem;font-weight:700;transition:all .2s}.OrderModal-module__tb5NjW__fullBtn.OrderModal-module__tb5NjW__success{background:linear-gradient(135deg,#22c55e,#16a34a);box-shadow:0 10px 20px -5px #22c55e66}.OrderModal-module__tb5NjW__fullBtn.OrderModal-module__tb5NjW__error{background:linear-gradient(135deg,#ef4444,#dc2626);box-shadow:0 10px 20px -5px #ef444466}.OrderModal-module__tb5NjW__iconWrapper.OrderModal-module__tb5NjW__payment{color:#3b82f6;background:linear-gradient(135deg,#eff6ff,#dbeafe)}.OrderModal-module__tb5NjW__paymentSelection{text-align:left;flex-direction:column;gap:.75rem;width:100%;margin-top:.5rem;display:flex}.OrderModal-module__tb5NjW__paymentMethod{cursor:pointer;border:2px solid #f3f4f6;border-radius:16px;align-items:center;gap:1rem;padding:1rem;transition:all .2s;display:flex}.OrderModal-module__tb5NjW__paymentMethod:hover{background:#f8faff;border-color:#3b82f6}.OrderModal-module__tb5NjW__paymentMethodSelected{background:#f0f7ff;border-color:#3b82f6}.OrderModal-module__tb5NjW__paymentMethod.OrderModal-module__tb5NjW__toss:hover,.OrderModal-module__tb5NjW__paymentMethodSelected.OrderModal-module__tb5NjW__toss{background:#f0f7ff;border-color:#3182f6}.OrderModal-module__tb5NjW__paymentMethod.OrderModal-module__tb5NjW__kakao:hover,.OrderModal-module__tb5NjW__paymentMethodSelected.OrderModal-module__tb5NjW__kakao{background:#fffdf0;border-color:#fae100}.OrderModal-module__tb5NjW__methodIcon{background:#fff;border-radius:10px;justify-content:center;align-items:center;width:32px;height:32px;display:flex;box-shadow:0 4px 6px -1px #0000000d}.OrderModal-module__tb5NjW__methodInfo{flex-direction:column;display:flex}.OrderModal-module__tb5NjW__methodName{color:#1f2937;font-size:.95rem;font-weight:700}.OrderModal-module__tb5NjW__methodDesc{color:#6b7280;font-size:.8rem}.OrderModal-module__tb5NjW__amountBox{background:#f9fafb;border-radius:20px;justify-content:space-between;align-items:center;width:100%;margin-bottom:.5rem;padding:1.25rem;display:flex}.OrderModal-module__tb5NjW__amountLabel{color:#6b7280;font-weight:600}.OrderModal-module__tb5NjW__amountValue{color:#111827;font-size:1.25rem;font-weight:800}@keyframes OrderModal-module__tb5NjW__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes OrderModal-module__tb5NjW__slideUp{0%{opacity:0;transform:translateY(20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.OrderModal-module__tb5NjW__qrSection{background:#fffdf0;border:2px solid #fae100;border-radius:24px;flex-direction:column;align-items:center;gap:1rem;margin-top:1.5rem;padding:1.5rem;animation:.4s OrderModal-module__tb5NjW__slideUp;display:flex}.OrderModal-module__tb5NjW__qrWrapper{background:#fff;border-radius:16px;padding:1rem;position:relative;box-shadow:0 8px 16px #0000000d}.OrderModal-module__tb5NjW__qrImage{width:180px;height:180px;display:block}.OrderModal-module__tb5NjW__qrOverlay{background:#fff;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 2px 4px #0000001a}.OrderModal-module__tb5NjW__qrCenterLogo{object-fit:contain;width:32px;height:32px}.OrderModal-module__tb5NjW__qrHelp{color:#854d0e;font-size:.85rem;line-height:1.5}.OrderModal-module__tb5NjW__qrHelp strong{color:#713f12}
.layout-module__3OPSSq__layout{background:radial-gradient(circle at top,#fee2c5 0,#f97316 22%,#3f1b0b 95%);flex-direction:column;min-height:100vh;display:flex}.layout-module__3OPSSq__main{flex:1}
