*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f9f9f9;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,Helvetica Neue,sans-serif}#root{width:100%;min-height:100vh}.oc-overlay{z-index:10000;-webkit-backdrop-filter:blur(10px);background:#0000008c;justify-content:center;align-items:center;animation:.3s ease-out ocOverlayIn;display:flex;position:fixed;inset:0}@keyframes ocOverlayIn{0%{opacity:0}to{opacity:1}}.oc-container{text-align:center;background:#fafaf2;border-radius:28px;width:380px;max-width:90vw;padding:44px 32px 32px;animation:.5s cubic-bezier(.34,1.56,.64,1) ocContainerIn;position:relative;overflow:hidden;box-shadow:0 30px 90px #0003,0 10px 30px #0000001a}@keyframes ocContainerIn{0%{opacity:0;transform:scale(.8)translateY(30px)}to{opacity:1;transform:scale(1)translateY(0)}}.oc-confetti{pointer-events:none;position:absolute;inset:0;overflow:hidden}.oc-dot{opacity:0;border-radius:50%;width:8px;height:8px;animation:2s ease-out forwards ocConfettiFall;position:absolute}.oc-dot-1{background:#2a4620;animation-delay:0s;left:10%}.oc-dot-2{background:#4a7a2a;animation-delay:50ms;left:20%}.oc-dot-3{background:#e8e5d0;width:6px;height:6px;animation-delay:30ms;left:35%}.oc-dot-4{background:#6b0000;animation-delay:80ms;left:50%}.oc-dot-5{background:#4a7a2a;width:6px;height:6px;animation-delay:20ms;left:65%}.oc-dot-6{background:#2a4620;animation-delay:.1s;left:80%}.oc-dot-7{background:#e8e5d0;animation-delay:60ms;left:90%}.oc-dot-8{background:#6b0000;width:5px;height:5px;animation-delay:.12s;left:15%}.oc-dot-9{background:#4a7a2a;width:7px;height:7px;animation-delay:0s;left:45%}.oc-dot-10{background:#2a4620;width:5px;height:5px;animation-delay:40ms;left:75%}.oc-dot-11{background:#e8e5d0;animation-delay:.15s;left:55%}.oc-dot-12{background:#6b0000;width:6px;height:6px;animation-delay:.1s;left:30%}@keyframes ocConfettiFall{0%{opacity:1;top:-10%;transform:rotate(0)scale(1)}60%{opacity:1}to{opacity:0;top:100%;transform:rotate(720deg)scale(.3)}}.oc-icon{width:80px;height:80px;margin:0 auto 20px}.oc-icon svg{width:100%;height:100%}.oc-circle-animate{animation:.3s cubic-bezier(.34,1.56,.64,1) both ocCirclePop}@keyframes ocCirclePop{0%{r:0;opacity:0}to{r:38;opacity:1}}.oc-check-animate{stroke-dasharray:60;stroke-dashoffset:60px;animation:.3s ease-out .2s forwards ocCheckDraw}@keyframes ocCheckDraw{to{stroke-dashoffset:0}}.oc-title{color:#1e1e1e;margin:0 0 6px;font-family:DM Sans,sans-serif;font-size:26px;font-weight:800;animation:.3s ease-out .15s both ocFadeUp}.oc-subtitle{color:#888;margin:0 0 24px;font-family:DM Sans,sans-serif;font-size:14px;animation:.3s ease-out .2s both ocFadeUp}@keyframes ocFadeUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.oc-info-card{background:#fff;border-radius:16px;margin-bottom:16px;padding:16px 20px;animation:.3s ease-out .25s both ocFadeUp;box-shadow:0 2px 10px #0000000a}.oc-info-row{justify-content:space-between;align-items:center;padding:8px 0;display:flex}.oc-info-label{color:#999;font-family:DM Sans,sans-serif;font-size:13px;font-weight:500}.oc-info-value{color:#333;letter-spacing:.3px;font-family:DM Sans,sans-serif;font-size:13px;font-weight:700}.oc-info-total{color:#2a4620;font-size:18px}.oc-info-divider{background:#f0efe8;height:1px}.oc-eta{justify-content:center;align-items:center;gap:8px;margin-bottom:22px;animation:.3s ease-out .3s both ocFadeUp;display:flex}.oc-eta svg{flex-shrink:0;width:18px;height:18px}.oc-eta span{color:#666;font-family:DM Sans,sans-serif;font-size:13px}.oc-eta strong{color:#2a4620}.oc-done-btn{color:#fff;letter-spacing:.3px;cursor:pointer;background:#2a4620;border:none;border-radius:14px;width:100%;padding:14px;font-family:DM Sans,sans-serif;font-size:16px;font-weight:600;transition:background .25s,transform .15s,box-shadow .25s;animation:.3s ease-out .35s both ocFadeUp}.oc-done-btn:hover{background:#1e3516;transform:translateY(-1px);box-shadow:0 6px 20px #2a462040}.oc-done-btn:active{transform:translateY(0)}@media (width<=480px){.oc-container{border-radius:22px;width:100%;max-width:92vw;padding:36px 24px 28px}.oc-title{font-size:22px}}.login-modal-overlay{z-index:9999;-webkit-backdrop-filter:blur(8px);background:#00000073;justify-content:center;align-items:center;animation:.4s ease-out loginOverlayIn;display:flex;position:fixed;inset:0}@keyframes loginOverlayIn{0%{opacity:0}to{opacity:1}}.login-modal-container{background:#fafaf2;border-radius:24px;width:420px;max-width:92vw;max-height:90vh;animation:.5s cubic-bezier(.34,1.56,.64,1) loginModalIn;position:relative;overflow:hidden;box-shadow:0 25px 80px #0000002e,0 8px 30px #00000014}@keyframes loginModalIn{0%{opacity:0;transform:scale(.88)translateY(40px)}to{opacity:1;transform:scale(1)translateY(0)}}.login-close-btn{color:#666;cursor:pointer;z-index:100;background:#fff;border:1px solid #eee;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;transition:all .25s;display:flex;position:absolute;top:18px;right:18px;box-shadow:0 4px 10px #0000000d}.login-close-btn:hover{color:#2a4620;background:#fdfdfd;border-color:#2a4620;transform:rotate(90deg)}@media (width<=480px){.login-close-btn{width:38px;height:38px;box-shadow:none;background:0 0;border:none;font-size:16px;top:25px;right:25px}}.login-leaf{pointer-events:none;z-index:0;position:absolute}.login-leaf-1{opacity:.5;width:90px;animation:6s ease-in-out infinite alternate leafFloat1;top:-10px;right:-15px}.login-leaf-2{opacity:.4;width:70px;animation:7s ease-in-out infinite alternate leafFloat2;bottom:40px;left:-12px}.login-leaf-3{opacity:.3;width:50px;animation:8s ease-in-out infinite alternate-reverse leafFloat1;top:50%;right:10px}@keyframes leafFloat1{0%{transform:translateY(0)rotate(0)}to{transform:translateY(-8px)rotate(5deg)}}@keyframes leafFloat2{0%{transform:translateY(0)rotate(0)}to{transform:translateY(-6px)rotate(-4deg)}}.login-brand-section{z-index:1;background:0 0;flex-direction:column;align-items:center;padding:36px 24px 20px;display:flex;position:relative}.login-logo-wrapper{justify-content:center;align-items:center;margin-bottom:10px;display:flex}.login-logo-img{object-fit:contain;width:auto;height:60px}.login-tagline{color:#2a4620;letter-spacing:.3px;text-align:center;margin:0;font-family:Playfair Display,Georgia,serif;font-size:17px;font-weight:500}.login-card{z-index:1;background:#fff;border-radius:20px;margin:0 20px 20px;padding:32px 28px 28px;transition:transform .3s;position:relative;box-shadow:0 2px 16px #0000000a}.login-card-animating{opacity:.7;transform:scale(.97)}.login-slide-in{animation:.4s ease-out loginSlideIn}@keyframes loginSlideIn{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.login-title{color:#1e1e1e;letter-spacing:-.3px;margin:0 0 4px;font-family:DM Sans,sans-serif;font-size:26px;font-weight:700}.login-subtitle{color:#888;margin:0 0 24px;font-family:DM Sans,sans-serif;font-size:13px;font-weight:500;line-height:1.4}.login-phone-display{color:#2a4620;font-weight:600}.login-edit-phone{color:#2a4620;cursor:pointer;background:0 0;border:none;margin-left:6px;padding:0;font-family:DM Sans,sans-serif;font-size:12px;font-weight:600;text-decoration:underline}.login-edit-phone:hover{color:#1a3010}.login-phone-field{background:#fff;border:1.5px solid #ddd;border-radius:12px;align-items:center;margin-bottom:20px;transition:border-color .25s,box-shadow .25s;display:flex;overflow:hidden}.login-phone-field:focus-within{border-color:#2a4620;box-shadow:0 0 0 3px #2a462014}.login-country-code{cursor:default;white-space:nowrap;-webkit-user-select:none;user-select:none;background:#fafafa;align-items:center;gap:5px;padding:14px 12px;display:flex}.login-flag{font-size:18px;line-height:1}.login-code{color:#333;font-family:DM Sans,sans-serif;font-size:14px;font-weight:500}.login-chevron{width:10px;height:10px;margin-left:2px}.login-phone-divider{background:#ddd;flex-shrink:0;width:1px;height:28px}.login-phone-input{color:#1e1e1e;letter-spacing:.5px;background:0 0;border:none;outline:none;flex:1;padding:14px;font-family:DM Sans,sans-serif;font-size:15px;font-weight:400}.login-phone-input::placeholder{color:#bbb;font-weight:400}.grecaptcha-badge{visibility:hidden!important}.login-otp-boxes{justify-content:center;gap:8px;margin-bottom:24px;display:flex}.login-otp-input{text-align:center;color:#1e1e1e;caret-color:#2a4620;background:#fff;border:1.5px solid #ddd;border-radius:10px;outline:none;width:48px;height:52px;font-family:DM Sans,sans-serif;font-size:20px;font-weight:600;transition:all .25s}.login-otp-input:focus{border-color:#2a4620;transform:translateY(-2px);box-shadow:0 0 0 3px #2a46201a}.login-otp-input.filled{background:#2a46200a;border-color:#2a4620}.btn-loading{opacity:.8;cursor:not-allowed;background:#4a6b3d!important}.login-send-otp-btn{color:#fff;letter-spacing:.3px;cursor:pointer;background:#2a4620;border:none;border-radius:12px;width:100%;margin-bottom:16px;padding:15px;font-family:DM Sans,sans-serif;font-size:16px;font-weight:600;transition:background .25s,transform .15s,box-shadow .25s;position:relative;overflow:hidden}.login-send-otp-btn:after{content:"";background:linear-gradient(45deg,#0000,#ffffff1a,#0000);transition:transform .5s;position:absolute;inset:0;transform:translate(-100%)}.login-send-otp-btn:hover{background:#1e3516;transform:translateY(-1px);box-shadow:0 6px 20px #2a462040}.login-send-otp-btn:hover:after{transform:translate(100%)}.login-send-otp-btn:active{transform:translateY(0);box-shadow:0 2px 8px #2a462033}.login-error{color:#d32f2f;text-align:left;margin:-12px 0 14px;font-family:DM Sans,sans-serif;font-size:12px;animation:.35s loginShake}@keyframes loginShake{0%,to{transform:translate(0)}20%{transform:translate(-6px)}40%{transform:translate(6px)}60%{transform:translate(-4px)}80%{transform:translate(4px)}}.login-terms{color:#999;text-align:center;margin:0;font-family:DM Sans,sans-serif;font-size:11.5px;line-height:1.6}.login-link{color:#2a4620;font-weight:600;text-decoration:none;transition:color .2s}.login-link:hover{color:#1a3010;text-decoration:underline}.login-resend{color:#888;text-align:center;margin:0;font-family:DM Sans,sans-serif;font-size:13px}.login-timer{color:#2a4620;font-weight:700}.login-resend-btn{color:#2a4620;cursor:pointer;background:0 0;border:none;padding:0;font-family:DM Sans,sans-serif;font-size:13px;font-weight:700;text-decoration:underline;transition:color .2s}.login-resend-btn:hover{color:#1a3010}.login-success-view{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:48px 28px 40px;animation:.6s cubic-bezier(.16,1,.3,1) loginSuccessIn;display:flex}@keyframes loginSuccessIn{0%{opacity:0;transform:translateY(20px)scale(.92)}to{opacity:1;transform:translateY(0)scale(1)}}.login-success-icon-wrapper{justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:24px;display:flex;position:relative}.login-success-ring{border:2.5px solid #2a4620;border-color:#2a4620 #2a4620 #0000 #0000;border-radius:50%;animation:1.2s cubic-bezier(.4,0,.2,1) forwards loginRingSpin;position:absolute;inset:-6px}@keyframes loginRingSpin{0%{opacity:.3;transform:rotate(0)}to{opacity:1;transform:rotate(360deg)}}.login-success-icon{background:#2a4620;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;animation:.5s cubic-bezier(.175,.885,.32,1.275) .2s both loginIconPop;display:flex;box-shadow:0 8px 24px #2a462040}@keyframes loginIconPop{0%{transform:scale(0)}70%{transform:scale(1.15)}to{transform:scale(1)}}.login-success-icon svg{width:32px;height:32px}.login-check-animate{stroke-dasharray:45;stroke-dashoffset:45px;animation:.6s ease-out .6s forwards loginCheckDraw}@keyframes loginCheckDraw{to{stroke-dashoffset:0}}.login-success-title{color:#2a4620!important;letter-spacing:-.5px!important;margin-bottom:12px!important;font-size:30px!important;font-weight:800!important}.login-success-subtitle{color:#666!important;margin-bottom:32px!important;font-size:14.5px!important;line-height:1.5!important}.login-success-loader{background:#f0f0f0;border-radius:10px;width:140px;height:4px;position:relative;overflow:hidden}.login-loader-bar{background:#2a4620;border-radius:10px;width:0;height:100%;animation:2.4s ease-out forwards loginLoadProgress;position:absolute;top:0;left:0}@keyframes loginLoadProgress{0%{width:0%}to{width:100%}}@media (width<=480px){.login-modal-container{border-radius:0;flex-direction:column;justify-content:center;width:100%;max-width:100vw;min-height:100vh;display:flex}.login-brand-section{padding:50px 24px 20px}.login-card{margin:0 16px 24px;padding:28px 22px 24px}.login-otp-input{width:50px;height:50px;font-size:20px}.login-otp-boxes{gap:10px}.login-logo-img{height:50px}.login-tagline{font-size:15px}.login-title{font-size:22px}}@media (width<=360px){.login-otp-input{border-radius:10px;width:44px;height:44px;font-size:18px}.login-otp-boxes{gap:8px}}.profile-modal-overlay{z-index:9999;-webkit-backdrop-filter:blur(8px);background:#00000073;justify-content:center;align-items:center;animation:.3s ease-out profileOverlayIn;display:flex;position:fixed;inset:0}@keyframes profileOverlayIn{0%{opacity:0}to{opacity:1}}.profile-modal-container{background:#fafaf2;border-radius:22px;width:440px;max-width:94vw;max-height:90vh;padding:0 0 24px;animation:.4s cubic-bezier(.34,1.56,.64,1) profileModalIn;position:relative;overflow-y:auto;box-shadow:0 25px 80px #0000002e,0 8px 30px #00000014}.profile-modal-container::-webkit-scrollbar{display:none}@keyframes profileModalIn{0%{opacity:0;transform:scale(.9)translateY(30px)}to{opacity:1;transform:scale(1)translateY(0)}}.profile-modal-closing{animation:.4s ease-in forwards profileOverlayOut}@keyframes profileOverlayOut{0%{opacity:1}to{opacity:0}}.profile-modal-container-closing{animation:.4s cubic-bezier(.4,0,1,1) forwards profileModalOut}@keyframes profileModalOut{0%{opacity:1;transform:scale(1)translateY(0)}to{opacity:0;transform:scale(.92)translateY(24px)}}.profile-modal-header{z-index:2;background:#fafaf2;border-radius:22px 22px 0 0;justify-content:space-between;align-items:center;padding:22px 26px 14px;display:flex;position:sticky;top:0}.profile-modal-title{color:#1e1e1e;margin:0;font-family:DM Sans,sans-serif;font-size:22px;font-weight:700}.profile-modal-close{cursor:pointer;background:#f0efe8;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:background .2s,transform .15s;display:flex}.profile-modal-close svg{width:16px;height:16px}.profile-modal-close:hover{background:#e5e4d8;transform:scale(1.1)}.profile-completion-section{background:#fff;border-radius:16px;align-items:center;gap:16px;margin:0 26px 20px;padding:16px 20px;display:flex;box-shadow:0 2px 10px #0000000a}.profile-completion-ring{flex-shrink:0;width:64px;height:64px;position:relative}.profile-completion-ring svg{width:100%;height:100%}.profile-completion-percent{color:#2a4620;justify-content:center;align-items:center;font-family:DM Sans,sans-serif;font-size:15px;font-weight:700;display:flex;position:absolute;inset:0}.profile-completion-info{flex-direction:column;gap:3px;display:flex}.profile-completion-label{color:#1e1e1e;font-family:DM Sans,sans-serif;font-size:14px;font-weight:700}.profile-completion-hint{color:#888;font-family:DM Sans,sans-serif;font-size:12px;line-height:1.4}.profile-photo-section{flex-direction:column;align-items:center;margin-bottom:24px;display:flex}.profile-photo-circle{cursor:pointer;background:#f5f4ed;border:3px solid #e8e5d0;border-radius:50%;width:90px;height:90px;transition:border-color .3s,transform .2s;position:relative;overflow:hidden}.profile-photo-circle:hover{border-color:#2a4620;transform:scale(1.05)}.profile-photo-img{object-fit:cover;width:100%;height:100%}.profile-photo-placeholder{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.profile-photo-placeholder svg{width:36px;height:36px}.profile-photo-edit-badge{background:#2a4620;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;display:flex;position:absolute;bottom:2px;right:2px;box-shadow:0 2px 8px #0003}.profile-photo-edit-badge svg{width:12px;height:12px}.profile-photo-input{display:none}.profile-photo-hint{color:#aaa;margin-top:8px;font-family:DM Sans,sans-serif;font-size:11px}.profile-form{flex-direction:column;gap:16px;padding:0 26px;display:flex}.profile-field{flex-direction:column;flex:1;gap:5px;display:flex}.profile-field-row{gap:14px;display:flex}.profile-label{color:#666;text-transform:uppercase;letter-spacing:.5px;font-family:DM Sans,sans-serif;font-size:12px;font-weight:600}.profile-input{color:#1e1e1e;box-sizing:border-box;background:#fff;border:1.5px solid #e0dfd6;border-radius:11px;outline:none;width:100%;padding:12px 14px;font-family:DM Sans,sans-serif;font-size:14px;font-weight:500;transition:border-color .25s,box-shadow .25s}.profile-input:focus{border-color:#2a4620;box-shadow:0 0 0 3px #2a462014}.profile-input::placeholder{color:#bbb;font-weight:400}.profile-input-disabled{color:#666;cursor:not-allowed;background:#f5f4ed;border-color:#e8e5d0;align-items:center;display:flex}.profile-textarea{resize:vertical;min-height:70px;line-height:1.5}.profile-save-section{padding:20px 26px 0}.profile-save-btn{color:#fff;letter-spacing:.3px;cursor:pointer;background:#2a4620;border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;width:100%;padding:14px;font-family:DM Sans,sans-serif;font-size:15px;font-weight:600;transition:background .25s,transform .15s,box-shadow .25s;display:flex}.profile-save-btn:hover{background:#1e3516;transform:translateY(-1px);box-shadow:0 6px 20px #2a462040}.profile-save-btn:active{transform:translateY(0)}.profile-save-btn svg{width:18px;height:18px}.profile-save-btn-saved{pointer-events:none;background:#4a7a2a}@media (width<=480px){.profile-modal-container{border-radius:0;width:100%;max-width:100vw;min-height:100vh}.profile-modal-header{border-radius:0}.profile-field-row{flex-direction:column;gap:16px}.profile-completion-section{margin:0 18px 18px;padding:14px 16px}.profile-form{padding:0 18px}.profile-save-section{padding:18px 18px 0}}.profile-dropdown-list{z-index:10000;background:#fff;border:1px solid #e0dfd6;border-radius:10px;max-height:200px;margin-top:5px;padding:0;list-style:none;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 4px 15px #0000000d}.profile-dropdown-item{cursor:pointer;border-bottom:1px solid #f0f0f0;padding:12px 15px;transition:background .2s}.profile-dropdown-item:last-child{border-bottom:none}.profile-dropdown-item:hover{background:#f7f9f6}.profile-dropdown-title{color:#2a4620;margin-bottom:2px;font-family:DM Sans,sans-serif;font-size:14px;font-weight:600}.profile-dropdown-sub{color:#666;font-family:DM Sans,sans-serif;font-size:12px}.profile-warning-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:10001;background:#0006;border-radius:22px;justify-content:center;align-items:center;animation:.3s ease-out profileOverlayIn;display:flex;position:absolute;inset:0}.profile-warning-box{text-align:center;background:#fff;border-radius:16px;width:340px;max-width:90%;padding:24px;animation:.3s cubic-bezier(.34,1.56,.64,1) profileModalIn;box-shadow:0 15px 40px #00000026}.profile-warning-icon{background:#ff98001a;border-radius:50%;justify-content:center;align-items:center;width:54px;height:54px;margin:0 auto 16px;display:flex}.profile-warning-icon svg{width:28px;height:28px}.profile-warning-title{color:#1e1e1e;margin:0 0 12px;font-family:DM Sans,sans-serif;font-size:18px;font-weight:700}.profile-warning-desc{color:#555;margin:0 0 24px;font-family:DM Sans,sans-serif;font-size:13.5px;line-height:1.5}.profile-warning-desc strong{color:#2a4620;font-weight:700}.profile-warning-actions{gap:12px;display:flex}.profile-warning-btn-cancel{color:#666;cursor:pointer;background:#f5f4ed;border:1px solid #e0dfd6;border-radius:10px;flex:1;padding:12px;font-family:DM Sans,sans-serif;font-size:14px;font-weight:600;transition:background .2s}.profile-warning-btn-cancel:hover{background:#e8e5d0}.profile-warning-btn-confirm{color:#fff;cursor:pointer;background:#2a4620;border:none;border-radius:10px;flex:1;padding:12px;font-family:DM Sans,sans-serif;font-size:14px;font-weight:600;transition:background .2s,transform .1s}.profile-warning-btn-confirm:hover{background:#1e3516;transform:translateY(-1px)}.orders-modal-overlay{z-index:9999;-webkit-backdrop-filter:blur(8px);background:#00000073;justify-content:center;align-items:center;animation:.3s ease-out ordersOverlayIn;display:flex;position:fixed;inset:0}@keyframes ordersOverlayIn{0%{opacity:0}to{opacity:1}}.orders-modal-closing{animation:.35s ease-in forwards ordersOverlayOut}@keyframes ordersOverlayOut{0%{opacity:1}to{opacity:0}}.orders-modal-container{background:#fafaf2;border-radius:22px;width:460px;max-width:94vw;max-height:85vh;padding:0 0 20px;animation:.4s cubic-bezier(.34,1.56,.64,1) ordersModalIn;position:relative;overflow-y:auto;box-shadow:0 25px 80px #0000002e,0 8px 30px #00000014}.orders-modal-container::-webkit-scrollbar{display:none}@keyframes ordersModalIn{0%{opacity:0;transform:scale(.9)translateY(30px)}to{opacity:1;transform:scale(1)translateY(0)}}.orders-modal-container-closing{animation:.35s cubic-bezier(.4,0,1,1) forwards ordersModalOut}@keyframes ordersModalOut{0%{opacity:1;transform:scale(1)translateY(0)}to{opacity:0;transform:scale(.92)translateY(24px)}}.orders-modal-header{z-index:2;background:#fafaf2;border-radius:22px 22px 0 0;justify-content:space-between;align-items:center;padding:22px 26px 14px;display:flex;position:sticky;top:0}.orders-modal-title{color:#1e1e1e;margin:0;font-family:DM Sans,sans-serif;font-size:22px;font-weight:700}.orders-modal-close{cursor:pointer;background:#f0efe8;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:background .2s,transform .15s;display:flex}.orders-modal-close svg{width:16px;height:16px}.orders-modal-close:hover{background:#e5e4d8;transform:scale(1.1)}.refresh-btn{cursor:pointer;color:#2a4620;background:#f0efe8;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:background .2s,transform .15s;display:flex}.refresh-btn:hover{background:#e5e4d8;transform:scale(1.1)}.refresh-btn:disabled{opacity:.6;cursor:not-allowed}.spinning svg{animation:.6s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.orders-list{flex-direction:column;gap:16px;padding:0 22px;display:flex}.orders-empty{flex-direction:column;align-items:center;padding:40px 20px;display:flex}.orders-empty-icon{opacity:.6;width:72px;height:72px;margin-bottom:16px}.orders-empty-icon svg{width:100%;height:100%}.orders-empty-text{color:#1e1e1e;margin:0 0 6px;font-family:DM Sans,sans-serif;font-size:18px;font-weight:700}.orders-empty-hint{color:#999;text-align:center;margin:0;font-family:DM Sans,sans-serif;font-size:13px}.order-card{background:#fff;border-radius:16px;padding:18px;animation:.3s ease-out orderCardIn;box-shadow:0 2px 10px #0000000a}@keyframes orderCardIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.order-card-header{border-bottom:1px solid #f0efe8;justify-content:space-between;align-items:flex-start;margin-bottom:14px;padding-bottom:12px;display:flex}.order-card-info{flex-direction:column;gap:3px;display:flex}.order-id{color:#2a4620;letter-spacing:.5px;font-family:DM Sans,sans-serif;font-size:13px;font-weight:700}.order-date{color:#999;font-family:DM Sans,sans-serif;font-size:11px}.order-total-mini{color:#2a4620;font-family:DM Sans,sans-serif;font-size:16px;font-weight:800}.order-status-display{border-bottom:1px solid #f0efe8;margin-bottom:16px;padding:12px 0 18px}.status-badge{color:#666;background:#f0efe8;border-radius:20px;align-items:center;gap:8px;margin-bottom:10px;padding:6px 14px;display:inline-flex}.order-estimation{color:#2a4620;align-items:center;gap:8px;font-family:DM Sans,sans-serif;font-size:13px;display:flex}.order-estimation-pending{color:#999;margin-top:4px;font-family:DM Sans,sans-serif;font-size:11px;font-style:italic}.status-dot{background:currentColor;border-radius:50%;width:8px;height:8px}.status-text{text-transform:capitalize;font-family:DM Sans,sans-serif;font-size:13px;font-weight:700}.status-badge.accepted,.status-badge.order-accepted{color:#10b981;background:#ecfdf5}.status-badge.preparing{color:#f59e0b;background:#fffbeb}.status-badge.ready,.status-badge.ready-for-pickup{color:#fff;background:linear-gradient(135deg,#7bc144 0%,#3b82f6 100%);border:none;font-weight:800;animation:2s ease-in-out infinite statusPulse;box-shadow:0 4px 12px #7bc1444d}@keyframes statusPulse{0%{transform:scale(1);box-shadow:0 4px 12px #7bc1444d}50%{transform:scale(1.05);box-shadow:0 6px 16px #3b82f666}to{transform:scale(1);box-shadow:0 4px 12px #7bc1444d}}.status-badge.dispatched,.status-badge.out-for-delivery{color:#3b82f6;background:#eff6ff}.status-badge.delivered{color:#15803d;background:#f0fdf4}.status-badge.cancelled,.status-badge.rejected{color:#ef4444;background:#fef2f2}.status-step{flex-direction:column;flex:1;align-items:center;display:flex;position:relative}.step-icon-wrapper{z-index:2;background:#f0efe8;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;margin-bottom:8px;transition:all .4s cubic-bezier(.34,1.56,.64,1);display:flex;position:relative;box-shadow:0 4px 10px #00000008}.step-icon{filter:grayscale();opacity:.5;font-size:16px;transition:all .4s}.step-label{color:#999;text-transform:uppercase;letter-spacing:.3px;text-align:center;font-family:DM Sans,sans-serif;font-size:10px;font-weight:700}.step-line{z-index:1;background:#f0efe8;width:100%;height:3px;transition:background .4s;position:absolute;top:19px;left:50%}.status-step.completed .step-icon-wrapper{background:#2a4620;transform:scale(1.05)}.status-step.completed .step-icon{filter:grayscale(0);opacity:1;font-size:14px}.status-step.completed .step-label{color:#2a4620}.status-step.completed .step-line{background:#2a4620}.status-step.active .step-icon-wrapper{background:#10b981;animation:2s infinite pulseActive;box-shadow:0 0 0 4px #10b98126}.status-step.active .step-label{color:#10b981}.step-check{color:#fff;background:#10b981;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:9px;font-weight:900;display:flex;position:absolute;top:-4px;right:-4px}@keyframes pulseActive{0%{transform:scale(1.05)}50%{transform:scale(1.15)}to{transform:scale(1.05)}}.order-items-list{flex-direction:column;gap:10px;margin-bottom:14px;display:flex}.order-item{align-items:center;gap:12px;display:flex}.order-item-img{flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.order-item-img img{object-fit:contain;width:100%;height:100%}.order-item-details{flex:1;align-items:baseline;gap:6px;min-width:0;display:flex}.order-item-name{color:#333;white-space:nowrap;text-overflow:ellipsis;font-family:DM Sans,sans-serif;font-size:13px;font-weight:600;overflow:hidden}.order-item-qty{color:#999;flex-shrink:0;font-family:DM Sans,sans-serif;font-size:12px}.order-item-price{color:#1e1e1e;flex-shrink:0;font-family:DM Sans,sans-serif;font-size:13px;font-weight:700}.order-address{background:#f8f8f4;border-radius:12px;align-items:flex-start;gap:8px;margin-bottom:14px;padding:10px 12px;display:flex}.order-address svg{color:#2a4620;flex-shrink:0;width:14px;height:14px;margin-top:2px}.order-address span{color:#666;letter-spacing:.2px;font-family:DM Sans,sans-serif;font-size:11.5px;line-height:1.4}.order-card-footer{border-top:1px solid #f0efe8;justify-content:space-between;align-items:center;padding-top:12px;display:flex}.order-total-label{color:#666;font-family:DM Sans,sans-serif;font-size:14px;font-weight:600}.order-total-amount{color:#2a4620;font-family:DM Sans,sans-serif;font-size:18px;font-weight:700}@media (width<=480px){.orders-modal-container{border-radius:0;width:100%;max-width:100vw;min-height:100vh;max-height:100vh}.orders-modal-header{border-radius:0}.orders-list{padding:0 16px}}.delivery-timer-inline{color:#2a4620;align-items:center;gap:8px;margin-top:4px;font-family:DM Sans,sans-serif;font-size:13px;display:flex}.timer-clock-icon{animation:2s ease-in-out infinite timerPulse}.clock-hand{transform-origin:12px 12px;animation:3s linear infinite clockRotate}@keyframes clockRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes timerPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}}.delivery-timer-inline.delayed{color:#dc2626}.delivery-timer-inline.delayed svg{animation:.5s ease-in-out infinite alternate timerShake}@keyframes timerShake{0%{transform:rotate(-5deg)}to{transform:rotate(5deg)}}.delayed-msg{font-weight:600}.delayed-msg b{text-decoration:underline}
