:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px #0000001a;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0, 0, var(--toastify-z-index));width:var(--toastify-container-width);box-sizing:border-box;color:#fff;flex-direction:column;display:flex;position:fixed}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);align-items:center;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);align-items:center;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y:0px;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;word-break:break-word;flex:auto;align-items:center;margin-bottom:1rem;display:flex;position:relative}@media only screen and (width<=480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}@media only screen and (width<=480px){.Toastify__toast-container[data-stacked=true]{width:100vw}}.Toastify__toast--stacked{width:100%;transform:translate3d(0, var(--y), 0) scale(var(--s));transition:transform .3s;position:absolute}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";height:calc(var(--g) * 1px);position:absolute;bottom:100%;left:0;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";z-index:-1;height:100%;position:absolute;bottom:0;left:0;right:0;transform:scaleY(3)}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{flex-shrink:0;width:22px;margin-inline-end:10px;display:flex}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;cursor:pointer;opacity:.7;z-index:1;background:0 0;border:none;outline:none;padding:0;transition:all .3s;position:absolute;top:6px;right:6px}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;width:14px;height:16px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{z-index:1;opacity:.7;transform-origin:0;width:100%;height:100%;position:absolute;bottom:0;left:0}.Toastify__progress-bar--animated{animation:linear forwards Toastify__trackProgress}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:100%;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius);width:100%;height:5px;position:absolute;bottom:0;left:0;overflow:hidden}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{box-sizing:border-box;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);border-radius:100%;width:20px;height:20px;animation:.65s linear infinite Toastify__spin}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(3000px)}60%{opacity:1;transform:translate(-25px)}75%{transform:translate(10px)}90%{transform:translate(-5px)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px, var(--y), 0)}to{opacity:0;transform:translate3d(2000px, var(--y), 0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(-3000px)}60%{opacity:1;transform:translate(25px)}75%{transform:translate(-10px)}90%{transform:translate(5px)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px, var(--y), 0)}to{opacity:0;transform:translate3d(-2000px, var(--y), 0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(3000px)}60%{opacity:1;transform:translateY(-20px)}75%{transform:translateY(10px)}90%{transform:translateY(-5px)}to{transform:translate(0,0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0, calc(var(--y) - 10px), 0)}40%,45%{opacity:1;transform:translate3d(0, calc(var(--y) + 20px), 0)}to{opacity:0;transform:translateY(-2000px)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(-3000px)}60%{opacity:1;transform:translateY(25px)}75%{transform:translateY(-10px)}90%{transform:translateY(5px)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0, calc(var(--y) - 10px), 0)}40%,45%{opacity:1;transform:translate3d(0, calc(var(--y) + 20px), 0)}to{opacity:0;transform:translateY(2000px)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0, var(--y), 0) scale3d(.3, .3, .3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{opacity:0;animation-timing-function:ease-in;transform:perspective(400px)rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px)rotateX(-20deg)}60%{opacity:1;transform:perspective(400px)rotateX(10deg)}80%{transform:perspective(400px)rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0, var(--y), 0) perspective(400px)}30%{transform:translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, -20deg);opacity:1}to{transform:translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, 90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{visibility:visible;transform:translate(110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInLeft{0%{visibility:visible;transform:translate(-110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInUp{0%{visibility:visible;transform:translateY(110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInDown{0%{visibility:visible;transform:translateY(-110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translate3d(110%, var(--y), 0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translate3d(-110%, var(--y), 0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translateY(500px)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translateY(-500px)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-duration:.3s;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.cachem-page{background:linear-gradient(#f0fdf4 0%,#fff 400px);min-height:100vh}.cachem-hero{background:linear-gradient(135deg,#0d4f2b 0%,#166534 50%,#15803d 100%);padding:32px 0 60px;position:relative;overflow:hidden}.cachem-hero:before{content:"";background:#ffffff0a;border-radius:50%;width:260px;height:260px;position:absolute;top:-80px;right:-80px}.cachem-hero-inner{z-index:2;max-width:900px;margin:0 auto;padding:0 32px;position:relative}.cachem-crumbs{color:#ffffffbf;align-items:center;gap:8px;margin-bottom:18px;font-size:13px;font-weight:500;display:flex}.cachem-crumb-link{color:#ffffffd9;cursor:pointer;background:0 0;border:none;padding:0;font-size:13px;font-weight:600;transition:color .15s}.cachem-crumb-link:hover{color:#fcd34d}.cachem-crumb-sep{color:#fff6;font-size:12px}.cachem-crumb-current{color:#fff;font-weight:700}.cachem-hero-title{color:#fff;letter-spacing:-.5px;margin:0 0 8px;font-size:30px;font-weight:800;line-height:1.2}.cachem-hero-sub{color:#ffffffc7;margin:0;font-size:14px;font-weight:500}.cachem-content{z-index:3;flex-direction:column;gap:20px;max-width:900px;margin:-30px auto 0;padding:0 32px 60px;display:flex;position:relative}.cachem-card{background:#fff;border:1px solid #e8f5e0;border-radius:16px;overflow:hidden;box-shadow:0 6px 16px #0d4f2b0f}.cachem-card-head{background:linear-gradient(#f0fdf4,#fff);border-bottom:1px solid #e8f5e0;align-items:center;gap:10px;padding:16px 22px;display:flex}.cachem-card-head-emoji{font-size:18px}.cachem-card-head-title{color:#111827;letter-spacing:.2px;font-size:15px;font-weight:800}.cachem-card-body{flex-direction:column;gap:18px;padding:22px;display:flex}.cachem-row-2{grid-template-columns:1fr;gap:18px;display:grid}@media (width>=640px){.cachem-row-2{grid-template-columns:1fr 1fr}}.cachem-field{flex-direction:column;gap:6px;display:flex}.cachem-field-label{color:#374151;letter-spacing:.3px;align-items:center;gap:6px;font-size:12.5px;font-weight:700;display:flex}.cachem-field-emoji{font-size:15px}.cachem-field-required{color:#dc2626;margin-left:2px;font-weight:800}.cachem-field-valid{color:#fff;background:#059669;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;margin-left:auto;font-size:10px;font-weight:900;display:inline-flex}.cachem-field-invalid{color:#fff;background:#ef4444;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;margin-left:auto;font-size:10px;font-weight:900;display:inline-flex}.cachem-input,.cachem-select{color:#111827;box-sizing:border-box;background:#f0fdf4;border:1.5px solid #bbf7d0;border-radius:10px;outline:none;width:100%;padding:12px 14px;font-family:inherit;font-size:14.5px;font-weight:500;transition:all .18s}.cachem-input:hover,.cachem-select:hover{border-color:#86efac}.cachem-input:focus,.cachem-select:focus{background:#fff;border-color:#0d4f2b;box-shadow:0 0 0 3px #0d4f2b1f}.cachem-input::placeholder{color:#9ca3af;font-weight:400}.cachem-select:disabled{color:#9ca3af;cursor:not-allowed;background:#f3f4f6}.cachem-select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%230D4F2B' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-position:right 14px center;background-repeat:no-repeat;background-size:12px;padding-right:40px}.cachem-field-error .cachem-input,.cachem-field-error .cachem-select{background:#fef2f2;border-color:#dc2626}.cachem-field-error-msg{color:#dc2626;align-items:center;gap:4px;font-size:12px;font-weight:500;display:flex}.cachem-loc-banner{border:1px solid;border-radius:10px;align-items:center;gap:12px;padding:12px 16px;font-size:13px;font-weight:600;display:flex}.cachem-loc-banner-ok{color:#059669;background:#ecfdf5;border-color:#a7f3d0}.cachem-loc-banner-warn{color:#92400e;background:#fffbeb;border-color:#fde68a}.cachem-loc-banner-icon{font-size:18px}.cachem-loc-banner-btn{color:inherit;cursor:pointer;background:0 0;border:1px solid;border-radius:8px;margin-left:auto;padding:6px 14px;font-size:12px;font-weight:700;transition:all .15s}.cachem-loc-banner-btn:hover{background:#0000000d}.cachem-submit-btn{color:#fff;cursor:pointer;letter-spacing:.3px;background:linear-gradient(135deg,#0d4f2b,#15803d);border:none;border-radius:12px;justify-content:center;align-items:center;gap:10px;width:100%;padding:15px 20px;font-size:15px;font-weight:700;transition:all .2s;display:flex;box-shadow:0 4px 12px #0d4f2b40}.cachem-submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 18px #0d4f2b59}.cachem-submit-btn:disabled{cursor:not-allowed;box-shadow:none;background:#9ca3af;transform:none}.cachem-signin-row{color:#6b7280;justify-content:center;align-items:center;gap:6px;padding:8px 0;font-size:14px;font-weight:500;display:flex}.cachem-signin-link{color:#0d4f2b;cursor:pointer;background:0 0;border:none;padding:0;font-size:14px;font-weight:800}.cachem-signin-link:hover{text-decoration:underline}.cachem-modal-overlay{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:1000;background:#0000008c;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.cachem-modal{text-align:center;background:#fff;border-radius:18px;width:100%;max-width:420px;padding:32px 28px 28px;box-shadow:0 20px 60px #00000040}.cachem-modal-icon{background:#ecfdf5;border:2px solid #a7f3d0;border-radius:50%;justify-content:center;align-items:center;width:76px;height:76px;margin:0 auto 18px;font-size:36px;display:flex}.cachem-modal-title{color:#111827;margin:0 0 10px;font-size:20px;font-weight:800}.cachem-modal-msg{color:#6b7280;margin:0 0 24px;font-size:14px;line-height:1.55}.cachem-modal-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#0d4f2b,#15803d);border:none;border-radius:12px;width:100%;padding:14px 20px;font-size:15px;font-weight:700;transition:all .18s;box-shadow:0 4px 12px #0d4f2b40}.cachem-modal-btn:hover{transform:translateY(-2px);box-shadow:0 6px 18px #0d4f2b59}@media (width<=640px){.cachem-hero{padding:24px 0 50px}.cachem-hero-inner{padding:0 16px}.cachem-hero-title{font-size:22px}.cachem-hero-sub{font-size:13px}.cachem-content{padding:0 12px 40px}.cachem-card-head{padding:14px 18px}.cachem-card-body{gap:16px;padding:18px}.cachem-modal{padding:26px 20px 22px}}.cac-page{background:linear-gradient(#f0fdf4 0%,#fff 400px);min-height:100vh}.cac-hero{background:linear-gradient(135deg,#0d4f2b 0%,#166534 50%,#15803d 100%);padding:32px 0 60px;position:relative;overflow:hidden}.cac-hero:before{content:"";background:#ffffff0a;border-radius:50%;width:260px;height:260px;position:absolute;top:-80px;right:-80px}.cac-hero-inner{z-index:2;max-width:800px;margin:0 auto;padding:0 32px;position:relative}.cac-crumbs{color:#ffffffbf;align-items:center;gap:8px;margin-bottom:18px;font-size:13px;font-weight:500;display:flex}.cac-crumb-link{color:#ffffffd9;cursor:pointer;background:0 0;border:none;padding:0;font-size:13px;font-weight:600;transition:color .15s}.cac-crumb-link:hover{color:#fcd34d}.cac-crumb-sep{color:#fff6;font-size:12px}.cac-crumb-current{color:#fff;font-weight:700}.cac-hero-title{color:#fff;letter-spacing:-.5px;margin:0 0 8px;font-size:30px;font-weight:800;line-height:1.2}.cac-hero-sub{color:#ffffffc7;margin:0;font-size:14px;font-weight:500}.cac-content{z-index:3;flex-direction:column;gap:20px;max-width:800px;margin:-30px auto 0;padding:0 32px 60px;display:flex;position:relative}.cac-card{background:#fff;border:1px solid #e8f5e0;border-radius:16px;overflow:hidden;box-shadow:0 6px 16px #0d4f2b0f}.cac-card-head{background:linear-gradient(#f0fdf4,#fff);border-bottom:1px solid #e8f5e0;align-items:center;gap:10px;padding:16px 22px;display:flex}.cac-card-head-emoji{font-size:18px}.cac-card-head-title{color:#111827;letter-spacing:.2px;font-size:15px;font-weight:800}.cac-card-body{flex-direction:column;gap:18px;padding:22px;display:flex}.cac-row-2{grid-template-columns:1fr;gap:18px;display:grid}@media (width>=640px){.cac-row-2{grid-template-columns:1fr 1fr}}.cac-field{flex-direction:column;gap:6px;display:flex}.cac-field-label{color:#374151;letter-spacing:.3px;align-items:center;gap:6px;font-size:12.5px;font-weight:700;display:flex}.cac-field-emoji{font-size:15px}.cac-field-required{color:#dc2626;margin-left:2px;font-weight:800}.cac-field-valid{color:#fff;background:#059669;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;margin-left:auto;font-size:10px;font-weight:900;display:inline-flex}.cac-field-invalid{color:#fff;background:#ef4444;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;margin-left:auto;font-size:10px;font-weight:900;display:inline-flex}.cac-input,.cac-select{color:#111827;box-sizing:border-box;background:#f0fdf4;border:1.5px solid #bbf7d0;border-radius:10px;outline:none;width:100%;padding:12px 14px;font-family:inherit;font-size:14.5px;font-weight:500;transition:all .18s}.cac-input:hover,.cac-select:hover{border-color:#86efac}.cac-input:focus,.cac-select:focus{background:#fff;border-color:#0d4f2b;box-shadow:0 0 0 3px #0d4f2b1f}.cac-input::placeholder{color:#9ca3af;font-weight:400}.cac-select:disabled{color:#9ca3af;cursor:not-allowed;background:#f3f4f6}.cac-select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%230D4F2B' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-position:right 14px center;background-repeat:no-repeat;background-size:12px;padding-right:40px}.cac-field-error .cac-input,.cac-field-error .cac-select{background:#fef2f2;border-color:#dc2626}.cac-field-error-msg{color:#dc2626;align-items:center;gap:4px;font-size:12px;font-weight:500;display:flex}.cac-submit-btn{color:#fff;cursor:pointer;letter-spacing:.3px;background:linear-gradient(135deg,#0d4f2b,#15803d);border:none;border-radius:12px;justify-content:center;align-items:center;gap:10px;width:100%;padding:15px 20px;font-size:15px;font-weight:700;transition:all .2s;display:flex;box-shadow:0 4px 12px #0d4f2b40}.cac-submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 18px #0d4f2b59}.cac-submit-btn:disabled{cursor:not-allowed;box-shadow:none;background:#9ca3af;transform:none}.cac-signin-row{color:#6b7280;justify-content:center;align-items:center;gap:6px;padding:8px 0;font-size:14px;font-weight:500;display:flex}.cac-signin-link{color:#0d4f2b;cursor:pointer;background:0 0;border:none;padding:0;font-size:14px;font-weight:800}.cac-signin-link:hover{text-decoration:underline}.cac-modal-overlay{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:1000;background:#0000008c;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.cac-modal{text-align:center;background:#fff;border-radius:18px;width:100%;max-width:420px;padding:32px 28px 28px;box-shadow:0 20px 60px #00000040}.cac-modal-icon{background:#ecfdf5;border:2px solid #a7f3d0;border-radius:50%;justify-content:center;align-items:center;width:76px;height:76px;margin:0 auto 18px;font-size:36px;display:flex}.cac-modal-title{color:#111827;margin:0 0 10px;font-size:20px;font-weight:800}.cac-modal-msg{color:#6b7280;margin:0 0 24px;font-size:14px;line-height:1.55}.cac-modal-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#0d4f2b,#15803d);border:none;border-radius:12px;width:100%;padding:14px 20px;font-size:15px;font-weight:700;transition:all .18s;box-shadow:0 4px 12px #0d4f2b40}.cac-modal-btn:hover{transform:translateY(-2px);box-shadow:0 6px 18px #0d4f2b59}@media (width<=640px){.cac-hero{padding:24px 0 50px}.cac-hero-inner{padding:0 16px}.cac-hero-title{font-size:22px}.cac-hero-sub{font-size:13px}.cac-content{padding:0 12px 40px}.cac-card-head{padding:14px 18px}.cac-card-body{gap:16px;padding:18px}.cac-modal{padding:26px 20px 22px}}.cad-page{box-sizing:border-box;color:#0f172a;background-color:#f8fafc;max-width:1440px;min-height:100%;margin:0 auto;padding:24px 32px 48px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Inter,Roboto,Helvetica,Arial,sans-serif}.cad-titlebar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:20px;display:flex}.cad-titlebar-left{color:#64748b;flex-wrap:wrap;align-items:center;gap:10px;font-size:13px;display:flex}.cad-crumb-back{color:#475569;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:6px 12px;font-size:13px;font-weight:500;transition:background .15s,border-color .15s,color .15s}.cad-crumb-back:hover{color:#0f172a;background:#f1f5f9;border-color:#cbd5e1}.cad-crumb-sep{color:#cbd5e1;-webkit-user-select:none;user-select:none;font-size:14px}.cad-crumb-mid{color:#64748b;font-weight:500}.cad-crumb-current{color:#0f172a;font-weight:600}.cad-titlebar-right{gap:8px;display:flex}.cad-btn-secondary{color:#475569;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;align-items:center;gap:6px;padding:7px 14px;font-size:13px;font-weight:500;transition:background .15s,border-color .15s,color .15s;display:inline-flex}.cad-btn-secondary:hover{color:#0f172a;background:#f8fafc;border-color:#cbd5e1}.cad-heading{margin-bottom:24px}.cad-heading-row{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.cad-heading-title{color:#0f172a;letter-spacing:-.5px;margin:0;font-size:28px;font-weight:700;line-height:1.2}.cad-status-badge{letter-spacing:.2px;border-radius:99px;align-items:center;padding:5px 12px;font-size:12px;font-weight:700;display:inline-flex}.cad-status-badge.is-ok{color:#15803d;background:#dcfce7;border:1px solid #86efac}.cad-status-badge.is-warn{color:#b45309;background:#fef3c7;border:1px solid #fcd34d}.cad-heading-sub{color:#64748b;margin:8px 0 0;font-size:14px;font-weight:400}.cad-heading-hash{color:#0f172a;font-family:SF Mono,Menlo,Monaco,Consolas,monospace;font-weight:700}.cad-stats-row{grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:24px;display:grid}.cad-stat-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;align-items:flex-start;gap:14px;min-width:0;padding:20px;transition:box-shadow .2s,border-color .2s,transform .2s;display:flex}.cad-stat-card:hover{border-color:#cbd5e1;transform:translateY(-1px);box-shadow:0 4px 14px #0f172a0f}.cad-stat-icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:20px;display:flex}.cad-stat-body{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.cad-stat-label{color:#64748b;text-transform:uppercase;letter-spacing:.4px;white-space:nowrap;text-overflow:ellipsis;font-size:12px;font-weight:500;overflow:hidden}.cad-stat-value{letter-spacing:-.3px;white-space:nowrap;text-overflow:ellipsis;margin-top:2px;font-size:22px;font-weight:700;line-height:1.2;overflow:hidden}.cad-layout{grid-template-columns:320px 1fr;align-items:start;gap:20px;display:grid}@media (width<=900px){.cad-layout{grid-template-columns:1fr}}.cad-side-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;position:sticky;top:24px;overflow:hidden}.cad-side-header{background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:16px 20px}.cad-side-title{color:#0f172a;font-size:14px;font-weight:700}.cad-side-body{padding:20px}.cad-consumer-top{align-items:center;gap:12px;margin-bottom:16px;display:flex}.cad-consumer-avatar{color:#fff;background:linear-gradient(135deg,#4f46e5,#7c3aed);border-radius:24px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:18px;font-weight:800;display:flex}.cad-consumer-info{flex-direction:column;gap:2px;min-width:0;display:flex}.cad-consumer-name{color:#0f172a;white-space:nowrap;text-overflow:ellipsis;font-size:15px;font-weight:700;overflow:hidden}.cad-consumer-role{color:#64748b;text-transform:uppercase;letter-spacing:.5px;font-size:11px;font-weight:600}.cad-side-divider{background:#f1f5f9;height:1px;margin:12px 0 14px}.cad-info-row{justify-content:space-between;align-items:center;gap:10px;padding:8px 0;display:flex}.cad-info-row-block{flex-direction:column;align-items:flex-start;gap:4px}.cad-info-label{color:#64748b;white-space:nowrap;font-size:12px;font-weight:500}.cad-info-value{color:#0f172a;text-align:right;font-size:13px;font-weight:600}.cad-info-value-address{text-align:left;font-weight:500;line-height:1.5}.cad-table-wrap{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden}.cad-table-header{background:#f8fafc;border-bottom:1px solid #e2e8f0;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:18px 20px;display:flex}.cad-table-header-title{color:#0f172a;font-size:15px;font-weight:700;display:block}.cad-table-header-sub{color:#64748b;margin-top:2px;font-size:12px;font-weight:400;display:block}.cad-table-header-right{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.cad-table-header-count{color:#475569;white-space:nowrap;background:#fff;border:1px solid #e2e8f0;border-radius:6px;padding:5px 12px;font-size:12px;font-weight:600}.cad-view-toggle{background:#fff;border:1px solid #e2e8f0;border-radius:8px;gap:2px;padding:3px;display:inline-flex}.cad-view-btn{color:#64748b;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:6px;align-items:center;gap:5px;padding:6px 12px;font-size:12px;font-weight:600;transition:background .15s,color .15s;display:inline-flex}.cad-view-btn:hover{color:#0f172a}.cad-view-btn.is-active{color:#fff;background:#0f172a}.cad-view-btn-icon{font-size:12px}.cad-table-scroll{overflow-x:auto}.cad-table{border-collapse:collapse;width:100%;font-size:14px}.cad-th{text-align:left;color:#64748b;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;background:#fff;border-bottom:1px solid #e2e8f0;padding:12px 20px;font-size:11px;font-weight:600}.cad-th-num{text-align:right}.cad-tr{transition:background .12s}.cad-tr:hover{background:#f8fafc}.cad-td{vertical-align:middle;border-bottom:1px solid #f1f5f9;padding:14px 20px}.cad-tr:last-child .cad-td{border-bottom:none}.cad-td-num{text-align:right;white-space:nowrap;font-variant-numeric:tabular-nums}.cad-cell-product{align-items:center;gap:12px;min-width:240px;display:flex}.cad-product-img-wrap{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex;overflow:hidden}.cad-product-img{object-fit:contain;width:40px;height:40px}.cad-cell-product-info{flex-direction:column;gap:2px;min-width:0;display:flex}.cad-product-name{color:#0f172a;font-size:14px;font-weight:600;line-height:1.4}.cad-product-salt{color:#64748b;font-size:12px;font-weight:500;line-height:1.4}.cad-packing-chip{color:#475569;white-space:nowrap;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:12px;font-weight:600;display:inline-block}.cad-qty{color:#0f172a;font-variant-numeric:tabular-nums;font-size:14px;font-weight:600}.cad-qty.is-strike{color:#dc2626;text-decoration:line-through}.cad-qty-pill{letter-spacing:.2px;font-variant-numeric:tabular-nums;white-space:nowrap;border-radius:6px;padding:4px 12px;font-size:13px;font-weight:700;display:inline-block}.cad-qty-pill.is-ok{color:#15803d;background:#dcfce7;border:1px solid #86efac}.cad-qty-pill.is-zero{color:#b91c1c;background:#fee2e2;border:1px solid #fca5a5}.cad-price-group{flex-direction:column;align-items:flex-end;gap:2px;display:flex}.cad-price-current{color:#0f172a;font-variant-numeric:tabular-nums;font-size:14px;font-weight:700}.cad-price-old{color:#dc2626;font-variant-numeric:tabular-nums;font-size:12px;font-weight:500;text-decoration:line-through}.cad-tfoot-row{background:#f8fafc;border-top:2px solid #e2e8f0}.cad-tfoot-td{border:none;padding:16px 20px}.cad-tfoot-label{color:#475569;text-transform:uppercase;letter-spacing:.5px;text-align:right;font-size:13px;font-weight:700;display:block}.cad-tfoot-value{color:#16a34a;font-variant-numeric:tabular-nums;letter-spacing:-.3px;font-size:18px;font-weight:800}.cad-cards-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:14px;padding:20px;display:grid}.cad-pcard{background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;gap:10px;min-width:0;padding:14px;transition:box-shadow .2s,border-color .2s,transform .2s;display:flex}.cad-pcard:hover{border-color:#cbd5e1;transform:translateY(-1px);box-shadow:0 4px 14px #0f172a12}.cad-pcard-top{justify-content:space-between;align-items:center;gap:8px;display:flex}.cad-pcard-img-wrap{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex;overflow:hidden}.cad-pcard-img{object-fit:contain;width:40px;height:40px}.cad-pcard-body{flex-direction:column;gap:4px;min-width:0;display:flex}.cad-pcard-name{color:#0f172a;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:14px;font-weight:700;line-height:1.35;display:-webkit-box;overflow:hidden}.cad-pcard-salt{color:#64748b;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:11.5px;font-weight:500;line-height:1.4;display:-webkit-box;overflow:hidden}.cad-pcard-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-top:4px;display:flex}.cad-pcard-divider{background:#f1f5f9;height:1px;margin:2px 0}.cad-pcard-price-row{align-items:baseline;gap:8px;display:flex}.cad-cards-total-bar{background:#f8fafc;border-top:2px solid #e2e8f0;justify-content:flex-end;align-items:center;gap:10px;padding:14px 20px;display:flex}.cad-empty{flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:72px 32px;display:flex}.cad-empty-icon-wrap{background:#f1f5f9;border-radius:32px;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:6px;display:flex}.cad-empty-title{color:#0f172a;font-size:16px;font-weight:700}.cad-empty-subtitle{color:#64748b;text-align:center;max-width:340px;font-size:13px;line-height:1.5}@media (width<=1100px){.cad-stats-row{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.cad-page{padding:16px 16px 40px}.cad-heading-title{font-size:22px}.cad-stats-row{grid-template-columns:repeat(2,1fr);gap:10px}.cad-stat-card{gap:10px;padding:14px}.cad-stat-icon{border-radius:9px;width:36px;height:36px;font-size:16px}.cad-stat-label{font-size:10.5px}.cad-stat-value{font-size:17px}.cad-side-card{position:static}.cad-titlebar-right,.cad-crumb-mid,.cad-crumb-sep:first-of-type+.cad-crumb-mid+.cad-crumb-sep{display:none}.cad-th,.cad-td{padding:12px 14px}.cad-cell-product{min-width:200px}.cad-product-img-wrap{width:40px;height:40px}.cad-product-img{width:32px;height:32px}.cad-product-name{font-size:13px}.cad-product-salt{font-size:11px}.cad-table-header{flex-wrap:wrap;gap:8px;padding:14px 16px}.cad-table-header-right{justify-content:space-between;width:100%}.cad-cards-grid{grid-template-columns:repeat(2,1fr);gap:10px;padding:14px}.cad-pcard{gap:8px;padding:11px}.cad-pcard-img-wrap{width:40px;height:40px}.cad-pcard-img{width:32px;height:32px}.cad-pcard-name{font-size:12.5px}.cad-pcard-salt{font-size:10.5px}.cad-price-current{font-size:12.5px}.cad-price-old{font-size:10.5px}}@media (width<=480px){.cad-heading-title{font-size:20px}.cad-qty-pill{padding:3px 7px;font-size:11px}.cad-price-current{font-size:12px}.cad-price-old{font-size:10.5px}.cad-stats-row{gap:8px}.cad-stat-card{padding:12px}.cad-stat-value{font-size:15px}.cad-stat-label{font-size:10px}.cad-cards-grid{grid-template-columns:repeat(2,1fr);gap:8px}.cad-pcard-row{gap:6px}}.cao-page{box-sizing:border-box;color:#0f172a;background-color:#f8fafc;max-width:1440px;min-height:100%;margin:0 auto;padding:24px 32px 48px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Inter,Roboto,Helvetica,Arial,sans-serif}.cao-titlebar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:20px;display:flex}.cao-titlebar-left{color:#64748b;flex-wrap:wrap;align-items:center;gap:10px;font-size:13px;display:flex}.cao-crumb-back{color:#475569;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:6px 12px;font-size:13px;font-weight:500;transition:background .15s,border-color .15s,color .15s}.cao-crumb-back:hover{color:#0f172a;background:#f1f5f9;border-color:#cbd5e1}.cao-crumb-sep{color:#cbd5e1;-webkit-user-select:none;user-select:none;font-size:14px}.cao-crumb-mid{color:#64748b;font-weight:500}.cao-crumb-current{color:#0f172a;font-weight:600}.cao-titlebar-right{gap:8px;display:flex}.cao-btn-secondary{color:#475569;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;align-items:center;gap:6px;padding:7px 14px;font-size:13px;font-weight:500;transition:background .15s,border-color .15s,color .15s;display:inline-flex}.cao-btn-secondary:hover:not(:disabled){color:#0f172a;background:#f8fafc;border-color:#cbd5e1}.cao-btn-secondary:disabled{opacity:.7;cursor:not-allowed}.cao-heading{margin-bottom:24px}.cao-heading-row{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.cao-heading-title{color:#0f172a;letter-spacing:-.5px;margin:0;font-size:28px;font-weight:700;line-height:1.2}.cao-status-badge{letter-spacing:.2px;color:#15803d;background:#dcfce7;border:1px solid #86efac;border-radius:99px;align-items:center;gap:6px;padding:5px 12px;font-size:12px;font-weight:700;display:inline-flex}.cao-status-badge-dot{background:#16a34a;border-radius:3px;width:6px;height:6px;animation:2s ease-in-out infinite cao-pulse;box-shadow:0 0 8px #16a34a}@keyframes cao-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.3)}}.cao-heading-sub{color:#64748b;margin:8px 0 0;font-size:14px;font-weight:400}.cao-stats-row{grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:24px;display:grid}.cao-stat-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;align-items:flex-start;gap:14px;min-width:0;padding:20px;transition:box-shadow .2s,border-color .2s,transform .2s;display:flex}.cao-stat-card:hover{border-color:#cbd5e1;transform:translateY(-1px);box-shadow:0 4px 14px #0f172a0f}.cao-stat-icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:20px;display:flex}.cao-stat-body{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.cao-stat-label{color:#64748b;text-transform:uppercase;letter-spacing:.4px;white-space:nowrap;text-overflow:ellipsis;font-size:12px;font-weight:500;overflow:hidden}.cao-stat-value{letter-spacing:-.3px;white-space:nowrap;text-overflow:ellipsis;margin-top:2px;font-size:22px;font-weight:700;line-height:1.2;overflow:hidden}.cao-toolbar{background:#fff;border:1px solid #e2e8f0;border-radius:12px;margin-bottom:20px;padding:12px 16px}.cao-search-wrap{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;align-items:center;gap:10px;padding:8px 12px;transition:border-color .15s,box-shadow .15s;display:flex}.cao-search-wrap:focus-within{background:#fff;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e526}.cao-search-icon{color:#94a3b8;flex-shrink:0;font-size:15px}.cao-search-input{color:#0f172a;background:0 0;border:none;outline:none;flex:1;min-width:0;padding:2px 0;font-size:14px;font-weight:500}.cao-search-input::placeholder{color:#94a3b8;font-weight:400}.cao-search-clear{color:#fff;cursor:pointer;background:#94a3b8;border:none;border-radius:11px;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;font-size:11px;font-weight:700;transition:background .15s;display:flex}.cao-search-clear:hover{background:#64748b}.cao-table-wrap{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden}.cao-table-header{background:#f8fafc;border-bottom:1px solid #e2e8f0;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:18px 20px;display:flex}.cao-table-header-title{color:#0f172a;font-size:15px;font-weight:700;display:block}.cao-table-header-sub{color:#64748b;margin-top:2px;font-size:12px;font-weight:400;display:block}.cao-table-header-right{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.cao-table-header-count{color:#475569;white-space:nowrap;background:#fff;border:1px solid #e2e8f0;border-radius:6px;padding:5px 12px;font-size:12px;font-weight:600}.cao-view-toggle{background:#fff;border:1px solid #e2e8f0;border-radius:8px;gap:2px;padding:3px;display:inline-flex}.cao-view-btn{color:#64748b;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:6px;align-items:center;gap:5px;padding:6px 12px;font-size:12px;font-weight:600;transition:background .15s,color .15s;display:inline-flex}.cao-view-btn:hover{color:#0f172a}.cao-view-btn.is-active{color:#fff;background:#0f172a}.cao-view-btn-icon{font-size:12px}.cao-table-scroll{overflow-x:auto}.cao-table{border-collapse:collapse;width:100%;font-size:14px}.cao-th{text-align:left;color:#64748b;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;background:#fff;border-bottom:1px solid #e2e8f0;padding:12px 20px;font-size:11px;font-weight:600}.cao-th-num{text-align:right}.cao-th-action{width:40px}.cao-tr{cursor:pointer;transition:background .12s}.cao-tr:hover{background:#f8fafc}.cao-td{vertical-align:middle;border-bottom:1px solid #f1f5f9;padding:14px 20px}.cao-tr:last-child .cao-td{border-bottom:none}.cao-td-num{text-align:right;white-space:nowrap;font-variant-numeric:tabular-nums}.cao-td-action{text-align:right;padding-right:20px}.cao-cell-orderid{flex-direction:column;gap:2px;display:flex}.cao-order-hash{color:#0f172a;letter-spacing:-.3px;font-family:SF Mono,Menlo,Monaco,Consolas,monospace;font-size:13px;font-weight:700}.cao-order-date{color:#94a3b8;font-size:11px;font-weight:500}.cao-cell-person{align-items:center;gap:12px;min-width:0;display:flex}.cao-cell-avatar{color:#fff;background:linear-gradient(135deg,#4f46e5,#7c3aed);border-radius:18px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:14px;font-weight:700;display:flex;overflow:hidden}.cao-avatar-img{object-fit:cover;width:100%;height:100%}.cao-cell-person-info{flex-direction:column;gap:1px;min-width:0;display:flex}.cao-cell-person-name{color:#0f172a;white-space:nowrap;text-overflow:ellipsis;max-width:200px;font-size:14px;font-weight:600;overflow:hidden}.cao-cell-person-phone{color:#64748b;font-size:12px;font-weight:500}.cao-address{color:#475569;white-space:nowrap;text-overflow:ellipsis;max-width:240px;font-size:13px;font-weight:500;display:inline-block;overflow:hidden}.cao-items-chip{color:#b45309;white-space:nowrap;background:#fef3c7;border:1px solid #fcd34d;border-radius:6px;padding:4px 10px;font-size:12px;font-weight:600;display:inline-block}.cao-total-value{color:#0f172a;font-variant-numeric:tabular-nums;letter-spacing:-.3px;font-size:15px;font-weight:800}.cao-status-pill{color:#15803d;white-space:nowrap;background:#dcfce7;border:1px solid #86efac;border-radius:99px;flex-shrink:0;align-items:center;gap:6px;padding:4px 10px;font-size:12px;font-weight:700;display:inline-flex}.cao-status-dot{background:#16a34a;border-radius:3px;width:6px;height:6px}.cao-action-arrow{color:#cbd5e1;font-size:20px;font-weight:400;line-height:1;transition:color .15s,transform .15s}.cao-tr:hover .cao-action-arrow{color:#4f46e5;transform:translate(2px)}.cao-cards-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:16px;padding:20px;display:grid}.cao-ocard{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-left:3px solid #16a34a;border-radius:14px;flex-direction:column;gap:14px;min-width:0;padding:18px;transition:box-shadow .2s,border-color .2s,transform .2s;display:flex;box-shadow:0 1px 2px #0f172a0a}.cao-ocard:hover{border-color:#cbd5e1;transform:translateY(-2px);box-shadow:0 10px 24px #0f172a17}.cao-ocard-top{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.cao-ocard-divider{background:#f1f5f9;height:1px;margin:0 -18px}.cao-ocard-address{color:#475569;align-items:flex-start;gap:8px;font-size:13px;font-weight:500;line-height:1.4;display:flex}.cao-ocard-address-icon{flex-shrink:0;margin-top:1px;font-size:13px}.cao-ocard-address-text{text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.cao-ocard-footer{justify-content:space-between;align-items:center;gap:10px;display:flex}.cao-ocard-viewmore{color:#94a3b8;justify-content:flex-end;align-items:center;gap:3px;font-size:12px;font-weight:600;transition:color .15s,gap .15s;display:flex}.cao-ocard:hover .cao-ocard-viewmore{color:#4f46e5;gap:6px}.cao-ocard-viewmore-arrow{font-size:15px;line-height:1;transition:transform .15s}.cao-ocard:hover .cao-ocard-viewmore-arrow{transform:translate(2px)}.cao-empty{flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:72px 32px;display:flex}.cao-empty-icon-wrap{background:#f1f5f9;border-radius:32px;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:6px;display:flex}.cao-empty-title{color:#0f172a;font-size:16px;font-weight:700}.cao-empty-subtitle{color:#64748b;text-align:center;max-width:360px;font-size:13px;line-height:1.5}@media (width<=1100px){.cao-stats-row{grid-template-columns:repeat(2,1fr)}.cao-cards-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}}@media (width<=768px){.cao-page{padding:16px 16px 40px}.cao-heading-title{font-size:22px}.cao-stats-row{grid-template-columns:repeat(2,1fr);gap:10px}.cao-stat-card{gap:10px;padding:14px}.cao-stat-icon{border-radius:9px;width:36px;height:36px;font-size:16px}.cao-stat-label{font-size:10.5px}.cao-stat-value{font-size:17px}.cao-titlebar-right,.cao-crumb-mid,.cao-crumb-sep:first-of-type+.cao-crumb-mid+.cao-crumb-sep{display:none}.cao-th,.cao-td{padding:12px 14px}.cao-cell-person-name{max-width:140px}.cao-address{max-width:160px}.cao-table-header{flex-wrap:wrap;gap:8px;padding:14px 16px}.cao-table-header-right{justify-content:space-between;width:100%}.cao-cards-grid{grid-template-columns:1fr;gap:12px;padding:14px}.cao-ocard{gap:12px;padding:15px}.cao-ocard-divider{margin:0 -15px}.cao-cell-avatar{width:34px;height:34px;font-size:13px}.cao-cell-person-name{max-width:170px;font-size:13.5px}.cao-cell-person-phone{font-size:11.5px}.cao-total-value{font-size:14px}.cao-items-chip{padding:3px 8px;font-size:11px}}@media (width<=480px){.cao-heading-title{font-size:20px}.cao-total-value{font-size:14px}.cao-items-chip,.cao-status-pill{padding:3px 8px;font-size:11px}.cao-order-hash{font-size:12px}.cao-stats-row{gap:8px}.cao-stat-card{padding:12px}.cao-stat-value{font-size:15px}.cao-stat-label{font-size:10px}.cao-cards-grid{grid-template-columns:1fr;gap:10px;padding:12px}.cao-cell-person-name{max-width:140px}}.ccl-page{box-sizing:border-box;color:#0f172a;background-color:#f8fafc;max-width:1440px;min-height:100%;margin:0 auto;padding:24px 32px 48px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Inter,Roboto,Helvetica,Arial,sans-serif}.ccl-titlebar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:20px;display:flex}.ccl-titlebar-left{color:#64748b;flex-wrap:wrap;align-items:center;gap:10px;font-size:13px;display:flex}.ccl-crumb-back{color:#475569;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:6px 12px;font-size:13px;font-weight:500;transition:background .15s,border-color .15s,color .15s}.ccl-crumb-back:hover{color:#0f172a;background:#f1f5f9;border-color:#cbd5e1}.ccl-crumb-sep{color:#cbd5e1;-webkit-user-select:none;user-select:none;font-size:14px}.ccl-crumb-mid{color:#64748b;font-weight:500}.ccl-crumb-current{color:#0f172a;font-weight:600}.ccl-titlebar-right{gap:8px;display:flex}.ccl-btn-secondary{color:#475569;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;align-items:center;gap:6px;padding:7px 14px;font-size:13px;font-weight:500;transition:background .15s,border-color .15s,color .15s;display:inline-flex}.ccl-btn-secondary:hover:not(:disabled){color:#0f172a;background:#f8fafc;border-color:#cbd5e1}.ccl-btn-secondary:disabled{opacity:.7;cursor:not-allowed}.ccl-heading{margin-bottom:24px}.ccl-heading-row{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.ccl-heading-title{color:#0f172a;letter-spacing:-.5px;margin:0;font-size:28px;font-weight:700;line-height:1.2}.ccl-status-badge{letter-spacing:.2px;color:#b91c1c;background:#fee2e2;border:1px solid #fca5a5;border-radius:99px;align-items:center;gap:6px;padding:5px 12px;font-size:12px;font-weight:700;display:inline-flex}.ccl-status-badge-dot{background:#dc2626;border-radius:3px;width:6px;height:6px}.ccl-heading-sub{color:#64748b;margin:8px 0 0;font-size:14px;font-weight:400}.ccl-stats-row{grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:24px;display:grid}.ccl-stat-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;align-items:flex-start;gap:14px;padding:20px;transition:box-shadow .2s,border-color .2s,transform .2s;display:flex}.ccl-stat-card:hover{border-color:#cbd5e1;transform:translateY(-1px);box-shadow:0 4px 14px #0f172a0f}.ccl-stat-icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:20px;font-weight:700;display:flex}.ccl-stat-body{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.ccl-stat-label{color:#64748b;text-transform:uppercase;letter-spacing:.4px;font-size:12px;font-weight:500}.ccl-stat-value{letter-spacing:-.3px;text-overflow:ellipsis;white-space:nowrap;margin-top:2px;font-size:22px;font-weight:700;line-height:1.2;overflow:hidden}.ccl-toolbar{background:#fff;border:1px solid #e2e8f0;border-radius:12px;margin-bottom:20px;padding:12px 16px}.ccl-search-wrap{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;align-items:center;gap:10px;padding:8px 12px;transition:border-color .15s,box-shadow .15s,background .15s;display:flex}.ccl-search-wrap:focus-within{background:#fff;border-color:#dc2626;box-shadow:0 0 0 3px #dc26261f}.ccl-search-icon{color:#94a3b8;flex-shrink:0;font-size:15px}.ccl-search-input{color:#0f172a;background:0 0;border:none;outline:none;flex:1;min-width:0;padding:2px 0;font-size:14px;font-weight:500}.ccl-search-input::placeholder{color:#94a3b8;font-weight:400}.ccl-search-clear{color:#fff;cursor:pointer;background:#94a3b8;border:none;border-radius:11px;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;font-size:11px;font-weight:700;transition:background .15s;display:flex}.ccl-search-clear:hover{background:#64748b}.ccl-table-wrap{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden}.ccl-table-header{background:#f8fafc;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:18px 20px;display:flex}.ccl-table-header-title{color:#0f172a;font-size:15px;font-weight:700;display:block}.ccl-table-header-sub{color:#64748b;margin-top:2px;font-size:12px;font-weight:400;display:block}.ccl-table-header-count{color:#475569;background:#fff;border:1px solid #e2e8f0;border-radius:6px;padding:5px 12px;font-size:12px;font-weight:600}.ccl-table-scroll{overflow-x:auto}.ccl-table{border-collapse:collapse;width:100%;font-size:14px}.ccl-th{text-align:left;color:#64748b;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;background:#fff;border-bottom:1px solid #e2e8f0;padding:12px 20px;font-size:11px;font-weight:600}.ccl-th-num{text-align:right}.ccl-th-action{width:40px}.ccl-tr{cursor:pointer;transition:background .12s}.ccl-tr:hover{background:#fef2f2}.ccl-td{vertical-align:middle;border-bottom:1px solid #f1f5f9;padding:14px 20px}.ccl-tr:last-child .ccl-td{border-bottom:none}.ccl-td-num{text-align:right;white-space:nowrap;font-variant-numeric:tabular-nums}.ccl-td-action{text-align:right;padding-right:20px}.ccl-cell-orderid{flex-direction:column;gap:2px;display:flex}.ccl-order-hash{color:#0f172a;letter-spacing:-.3px;font-family:SF Mono,Menlo,Monaco,Consolas,monospace;font-size:13px;font-weight:700}.ccl-order-date{color:#94a3b8;font-size:11px;font-weight:500}.ccl-cell-person{align-items:center;gap:12px;display:flex}.ccl-cell-avatar{color:#fff;background:linear-gradient(135deg,#64748b,#334155);border-radius:18px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:14px;font-weight:700;display:flex;overflow:hidden}.ccl-avatar-img{object-fit:cover;width:100%;height:100%}.ccl-cell-person-info{flex-direction:column;gap:1px;min-width:0;display:flex}.ccl-cell-person-name{color:#0f172a;white-space:nowrap;text-overflow:ellipsis;max-width:180px;font-size:14px;font-weight:600;overflow:hidden}.ccl-cell-person-phone{color:#64748b;font-size:12px;font-weight:500}.ccl-reason-cell{background:#fef2f2;border:1px solid #fecaca;border-radius:6px;align-items:center;gap:6px;max-width:260px;padding:5px 10px;display:inline-flex}.ccl-reason-icon{color:#dc2626;flex-shrink:0;font-size:12px}.ccl-reason-text{color:#b91c1c;white-space:nowrap;text-overflow:ellipsis;font-size:12px;font-weight:600;overflow:hidden}.ccl-address{color:#475569;white-space:nowrap;text-overflow:ellipsis;max-width:200px;font-size:13px;font-weight:500;display:inline-block;overflow:hidden}.ccl-items-chip{color:#475569;white-space:nowrap;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;font-size:12px;font-weight:600;display:inline-block}.ccl-amount-value{color:#dc2626;font-variant-numeric:tabular-nums;letter-spacing:-.3px;font-size:15px;font-weight:800}.ccl-status-pill{color:#b91c1c;white-space:nowrap;background:#fee2e2;border:1px solid #fca5a5;border-radius:99px;align-items:center;gap:6px;padding:4px 10px;font-size:12px;font-weight:700;display:inline-flex}.ccl-status-dot{background:#dc2626;border-radius:3px;width:6px;height:6px}.ccl-action-arrow{color:#cbd5e1;font-size:20px;font-weight:400;line-height:1;transition:color .15s,transform .15s}.ccl-tr:hover .ccl-action-arrow{color:#dc2626;transform:translate(2px)}.ccl-empty{flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:72px 32px;display:flex}.ccl-empty-icon-wrap{color:#dc2626;background:#fef2f2;border-radius:32px;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:6px;font-weight:700;display:flex}.ccl-empty-title{color:#0f172a;font-size:16px;font-weight:700}.ccl-empty-subtitle{color:#64748b;text-align:center;max-width:360px;font-size:13px;line-height:1.5}@media (width<=1100px){.ccl-stats-row{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.ccl-page{padding:16px 16px 40px}.ccl-heading-title{font-size:22px}.ccl-stats-row{grid-template-columns:1fr;gap:10px}.ccl-stat-card{padding:16px}.ccl-stat-value{font-size:20px}.ccl-titlebar-right,.ccl-crumb-mid,.ccl-crumb-sep:first-of-type+.ccl-crumb-mid+.ccl-crumb-sep{display:none}.ccl-th,.ccl-td{padding:12px 14px}.ccl-cell-person-name{max-width:130px}.ccl-address{max-width:140px}.ccl-reason-cell{max-width:180px}.ccl-table-header{flex-wrap:wrap;gap:8px;padding:14px 16px}}@media (width<=480px){.ccl-heading-title{font-size:20px}.ccl-amount-value{font-size:13px}.ccl-items-chip,.ccl-status-pill{padding:3px 8px;font-size:11px}.ccl-order-hash{font-size:12px}}.ccd-header{z-index:100;background:linear-gradient(135deg,#0d4f2b 0%,#166534 55%,#15803d 100%);padding:14px 16px;position:sticky;top:0}.ccd-header-row{align-items:center;gap:8px;width:100%;max-width:1280px;height:48px;margin:0 auto;display:flex}.ccd-header-right{flex-direction:row;gap:8px;display:flex}.ccd-body{box-sizing:border-box;flex:1;width:100%;max-width:1280px;margin:0 auto;padding:0 16px 8px;overflow-y:auto}.ccd-summary-card{box-sizing:border-box;background-color:#fff;border:1px solid #fecaca;border-radius:14px;width:calc(100% - 32px);max-width:1280px;margin:14px auto 4px;padding:14px 16px;box-shadow:0 2px 6px #0000000d}.ccd-summary-row:last-child{margin-bottom:0}.ccd-section-header{box-sizing:border-box;align-items:center;gap:8px;width:calc(100% - 32px);max-width:1280px;margin:14px auto 10px;padding:0 16px;display:flex}.ccd-product-name{color:#0f1b0f;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:15px;font-weight:700;line-height:1.4;display:-webkit-box;overflow:hidden}.ccd-product-salt{color:#5a8a5a;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:3px;font-size:12px;font-weight:500;line-height:1.45;display:-webkit-box;overflow:hidden}.ccd-footer-wrap{z-index:50;background-color:#f0fdf4;border-top:1px solid #fecaca;padding:8px 16px 14px;position:sticky;bottom:0}.ccd-total-bar{box-sizing:border-box;background:linear-gradient(90deg,#dc2626,#ef4444);border-radius:14px;justify-content:space-between;align-items:center;max-width:1280px;height:52px;margin:0 auto;padding:0 20px;display:flex}@media (width>=768px){.ccd-summary-card{margin-top:14px}.ccd-product-image-bg{width:100px;height:100px}.ccd-product-image{width:76px;height:76px}}.pdesc-overlay{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:1000;background:#0000008c;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.pdesc-modal{background:#fff;border-radius:18px;flex-direction:column;width:100%;max-width:640px;max-height:85vh;display:flex;overflow:hidden;box-shadow:0 20px 60px #00000040}.pdesc-header{background:linear-gradient(#f0fdf4,#fff);border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;gap:16px;padding:20px 22px;display:flex}.pdesc-header-left{flex:1;align-items:center;gap:12px;min-width:0;display:flex}.pdesc-header-icon{background:#dcfce7;border:1px solid #bbf7d0;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:17px;display:flex}.pdesc-header-title{color:#111827;letter-spacing:.2px;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:17px;font-weight:800;overflow:hidden}.pdesc-close-btn{color:#374151;cursor:pointer;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:14px;font-weight:700;transition:all .18s;display:flex}.pdesc-close-btn:hover{color:#fff;background:#dc2626;border-color:#dc2626;transform:rotate(90deg)}.pdesc-body{flex:1;padding:22px;overflow-y:auto}.pdesc-body::-webkit-scrollbar{width:8px}.pdesc-body::-webkit-scrollbar-track{background:#f0fdf4}.pdesc-body::-webkit-scrollbar-thumb{background:#bbf7d0;border-radius:4px}.pdesc-body::-webkit-scrollbar-thumb:hover{background:#86efac}.pdesc-html{color:#374151;font-size:15px;line-height:1.65}.pdesc-html p{margin:0 0 14px;line-height:1.65}.pdesc-html p:last-child{margin-bottom:0}.pdesc-html h1{color:#111827;margin:20px 0 12px;font-size:22px;font-weight:800;line-height:1.3}.pdesc-html h2{color:#111827;margin:18px 0 10px;font-size:19px;font-weight:700;line-height:1.3}.pdesc-html h3{color:#111827;margin:14px 0 8px;font-size:16px;font-weight:700;line-height:1.4}.pdesc-html h1:first-child,.pdesc-html h2:first-child,.pdesc-html h3:first-child{margin-top:0}.pdesc-html ul,.pdesc-html ol{margin:0 0 14px;padding-left:22px}.pdesc-html li{margin-bottom:6px;line-height:1.6}.pdesc-html strong,.pdesc-html b{color:#111827;font-weight:700}.pdesc-html em,.pdesc-html i{font-style:italic}.pdesc-html a{color:#0d4f2b;font-weight:600;text-decoration:underline}.pdesc-html a:hover{color:#15803d}.pdesc-html img{border-radius:8px;max-width:100%;height:auto;margin:12px 0}.pdesc-html blockquote{color:#5a8a5a;background:#f0fdf4;border-left:3px solid #22c55e;border-radius:0 6px 6px 0;margin:14px 0;padding:4px 0 4px 14px;font-style:italic}.pdesc-html table{border-collapse:collapse;width:100%;margin:14px 0}.pdesc-html table th,.pdesc-html table td{text-align:left;border:1px solid #e5e7eb;padding:8px 12px}.pdesc-html table th{color:#0d4f2b;background:#f0fdf4;font-weight:700}.pdesc-empty{text-align:center;color:#6b7280;padding:50px 20px;font-size:15px}.pdesc-empty-icon{opacity:.7;margin-bottom:12px;font-size:40px}.pdesc-no-policy{text-align:center;flex-direction:column;align-items:center;gap:12px;padding:40px 20px;display:flex}.pdesc-no-policy-icon{background:#fef2f2;border:2px solid #fecaca;border-radius:50%;justify-content:center;align-items:center;width:78px;height:78px;margin-bottom:4px;font-size:34px;display:flex;box-shadow:0 4px 12px #dc26261a}.pdesc-no-policy-title{color:#dc2626;letter-spacing:.2px;margin:0;font-size:17px;font-weight:800}.pdesc-no-policy-sub{color:#b91c1c;max-width:360px;margin:0;font-size:13.5px;line-height:1.5}@media (width<=640px){.pdesc-overlay{align-items:flex-end;padding:0}.pdesc-modal{border-radius:18px 18px 0 0;max-width:100%;max-height:90vh}.pdesc-header{padding:16px 18px}.pdesc-header-title{font-size:15px}.pdesc-body{padding:18px}.pdesc-html{font-size:14px}}.pp-root{flex-direction:column;gap:12px;padding:12px 20px 18px;display:flex}.pp-price-row{flex-wrap:wrap;align-items:flex-end;gap:10px;display:flex}.pp-selling-block{align-items:flex-start;line-height:1;display:flex}.pp-currency{color:#0d4f2b;margin-top:6px;font-size:18px;font-weight:700;line-height:1}.pp-selling-price{color:#0d4f2b;letter-spacing:-.8px;font-size:38px;font-weight:900;line-height:1}.pp-mrp-block{align-items:center;gap:3px;margin-bottom:6px;display:flex}.pp-mrp-label{color:#9ab89a;letter-spacing:.2px;font-size:11px;font-weight:500}.pp-mrp-value{color:#9ca3af;letter-spacing:.1px;font-size:13px;font-weight:600;text-decoration:line-through}.pp-discount-pill{color:#fff;letter-spacing:.4px;background:linear-gradient(135deg,#dc2626,#ef4444);border-radius:999px;align-items:center;margin-bottom:6px;padding:5px 12px;font-size:12px;font-weight:800;display:inline-flex;box-shadow:0 3px 8px #dc26264d}.pp-savings-banner{background:linear-gradient(90deg,#d1fae5,#a7f3d0,#dcfce7);border:1px solid #bbf7d0;border-radius:14px;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;display:flex}.pp-savings-left{align-items:center;gap:10px;min-width:0;display:flex}.pp-savings-icon-box{background:#ffffffb3;border:1px solid #bbf7d0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:15px;display:flex}.pp-savings-text{flex-direction:column;gap:1px;min-width:0;display:flex}.pp-savings-label{color:#5a8a5a;letter-spacing:.3px;font-size:10.5px;font-weight:500}.pp-savings-amount{color:#0d4f2b;letter-spacing:.1px;font-size:15px;font-weight:800}.pp-savings-chip{color:#fff;letter-spacing:.5px;background:#0d4f2b;border-radius:999px;flex-shrink:0;padding:5px 12px;font-size:11.5px;font-weight:800;box-shadow:0 3px 8px #0d4f2b40}.pp-no-discount{align-items:center;gap:6px;padding:4px 0;display:flex}.pp-no-discount-icon{color:#059669;background:#ecfdf5;border:1px solid #bbf7d0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;font-size:10px;font-weight:900;display:inline-flex}.pp-no-discount-text{color:#5a8a5a;letter-spacing:.2px;font-size:12px;font-weight:500}@media (width<=480px){.pp-root{padding:10px 16px 14px}.pp-selling-price{font-size:30px}.pp-currency{margin-top:4px;font-size:16px}.pp-savings-banner{flex-direction:row;align-items:flex-start;gap:10px}.pp-savings-chip{align-self:flex-end}}.cpd-root{background-color:#f0fdf4;flex-direction:column;min-height:100vh;display:flex}.cpd-header{z-index:100;background:linear-gradient(135deg,#0d4f2b 0%,#166534 55%,#15803d 100%);flex-shrink:0;padding:8px 16px 14px;position:sticky;top:0}.cpd-header-row{box-sizing:border-box;align-items:center;gap:8px;width:100%;max-width:1280px;height:48px;margin:0 auto;display:flex}.cpd-header-btn{cursor:pointer;background-color:#ffffff24;border:1px solid #ffffff14;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;transition:background .15s;display:flex}.cpd-header-btn:hover{background-color:#ffffff38}.cpd-header-back{color:#fff;font-size:28px;font-weight:700;line-height:1}.cpd-header-emoji{font-size:18px}.cpd-header-center{flex:1;justify-content:center;align-items:center;min-width:0;display:flex}.cpd-header-title{color:#fff;letter-spacing:.4px;white-space:nowrap;text-overflow:ellipsis;font-size:18px;font-weight:800;overflow:hidden}.cpd-header-right{flex-direction:row;gap:8px;display:flex}.cpd-body{flex:1;padding-bottom:40px;overflow-y:auto}.cpd-inner{box-sizing:border-box;width:100%;max-width:900px;margin:0 auto}.cpd-swiper-wrap{background-color:#ecfdf5;width:100%;margin-bottom:2px;position:relative;overflow:hidden}.cpd-swiper-viewport{width:100%;overflow:hidden}.cpd-swiper-track{will-change:transform;transition:transform .45s cubic-bezier(.4,0,.2,1);display:flex}.cpd-image-slide{box-sizing:border-box;background-color:#ecfdf5;flex-shrink:0;justify-content:center;align-items:center;width:100%;min-height:260px;padding:24px 0;display:flex}.cpd-slide-image{aspect-ratio:1;object-fit:contain;width:52%;max-width:300px;transition:transform .3s;display:block}.cpd-image-slide:hover .cpd-slide-image{transform:scale(1.04)}.cpd-swiper-nav{z-index:10;-webkit-backdrop-filter:blur(6px);cursor:pointer;color:#0d4f2b;opacity:0;background:#ffffffe6;border:1px solid #ffffff80;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:18px;font-weight:700;transition:all .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 2px 8px #0000001f}.cpd-swiper-wrap:hover .cpd-swiper-nav{opacity:1}.cpd-swiper-nav:hover{background:#fff;transform:translateY(-50%)scale(1.08);box-shadow:0 4px 14px #0000002e}.cpd-swiper-nav:active{transform:translateY(-50%)scale(.95)}.cpd-swiper-prev{left:12px}.cpd-swiper-next{right:12px}.cpd-swiper-dots{background-color:#ecfdf5;justify-content:center;align-items:center;gap:6px;padding:10px 0 4px;display:flex}.cpd-dot{cursor:pointer;border:none;border-radius:99px;outline:none;height:5px;padding:0;transition:all .3s}.cpd-dot.is-active{background-color:#15803d;width:20px}.cpd-dot.is-inactive{background-color:#bbf7d0;width:7px}.cpd-dot.is-inactive:hover{background-color:#86efac;transform:scale(1.3)}@media (hover:none){.cpd-swiper-nav{opacity:1}}.cpd-info-card{background-color:#fff;border:1px solid #e8f5e0;border-radius:14px;margin:14px 16px 0;padding:14px 16px 0;overflow:hidden;box-shadow:0 2px 6px #0000000d}.cpd-product-name{color:#0f1b0f;letter-spacing:.3px;margin:0 0 6px;font-size:18px;font-weight:800;line-height:1.35}.cpd-product-salt{color:#5a8a5a;margin:0 0 14px;font-size:13px;font-weight:500;line-height:1.45}.cpd-info-card-accent{background:linear-gradient(90deg,#15803d,#22c55e,#fcd34d);width:100%;height:3px}.cpd-price-wrap{margin:12px 16px 0}.cpd-section-card{background-color:#fff;border:1px solid #e8f5e0;border-radius:14px;margin:12px 16px 0;padding:14px 16px;box-shadow:0 2px 6px #0000000a}.cpd-section-header{align-items:center;gap:8px;margin-bottom:12px;display:flex}.cpd-section-dot{background-color:#15803d;border-radius:2px;flex-shrink:0;width:4px;height:16px}.cpd-section-title{color:#0f1b0f;letter-spacing:.2px;font-size:14px;font-weight:700}.cpd-variants-row{flex-wrap:wrap;gap:8px;display:flex}.cpd-variant-chip{cursor:pointer;color:#2d5a2d;letter-spacing:.2px;background-color:#ecfdf5;border:1.5px solid #bbf7d0;border-radius:10px;padding:8px 14px;font-size:13px;font-weight:600;transition:all .18s}.cpd-variant-chip:hover{background-color:#dcfce7;border-color:#0d4f2b}.cpd-variant-chip.is-selected{color:#fff;background-color:#0d4f2b;border-color:#0d4f2b;box-shadow:0 2px 8px #0d4f2b40}.cpd-tabs-row{gap:8px;display:flex}.cpd-tab-btn{cursor:pointer;color:#2d5a2d;letter-spacing:.2px;text-align:center;background-color:#ecfdf5;border:1px solid #bbf7d0;border-radius:10px;flex:1;padding:10px 4px;font-size:12px;font-weight:700;transition:all .18s}.cpd-tab-btn:hover{background-color:#dcfce7;border-color:#0d4f2b}.cpd-tab-btn.is-active{color:#fff;background-color:#0d4f2b;border-color:#0d4f2b;box-shadow:0 2px 8px #0d4f2b40}@media (width>=640px){.cpd-image-slide{min-height:320px}.cpd-slide-image{width:44%}}@media (width>=900px){.cpd-inner{padding:0 8px}.cpd-info-card,.cpd-section-card,.cpd-price-wrap{margin-left:24px;margin-right:24px}.cpd-image-slide{min-height:360px}.cpd-slide-image{width:38%}}.cpl-root{background-color:#f0fdf4;flex-direction:column;min-height:100vh;display:flex}.cpl-header{z-index:100;background:linear-gradient(135deg,#0d4f2b 0%,#166534 55%,#15803d 100%);flex-shrink:0;padding:8px 16px 14px;position:sticky;top:0}.cpl-header-row{box-sizing:border-box;align-items:center;gap:8px;width:100%;max-width:1280px;height:48px;margin:0 auto;display:flex}.cpl-header-btn{cursor:pointer;background-color:#ffffff24;border:1px solid #ffffff14;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;transition:background .15s;display:flex}.cpl-header-btn:hover{background-color:#ffffff38}.cpl-header-back{color:#fff;font-size:28px;font-weight:700;line-height:1}.cpl-header-emoji{font-size:18px}.cpl-header-center{flex-direction:row;flex:1;justify-content:center;align-items:center;gap:8px;min-width:0;display:flex}.cpl-header-title{color:#fff;letter-spacing:.4px;white-space:nowrap;text-overflow:ellipsis;font-size:18px;font-weight:800;overflow:hidden}.cpl-header-badge{background-color:#f59e0b;border-radius:20px;flex-shrink:0;padding:2px 9px}.cpl-header-badge-text{color:#fff;font-size:12px;font-weight:800}.cpl-header-right{flex-direction:row;flex-shrink:0;gap:8px;display:flex}.cpl-body{flex:1;overflow-y:auto}.cpl-list-content{box-sizing:border-box;width:100%;max-width:1280px;margin:0 auto;padding:16px 20px 30px}.cpl-grid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.cpl-card{cursor:pointer;text-align:left;background-color:#fff;border:1px solid #e8f5e0;border-radius:16px;flex-direction:column;transition:transform .18s,box-shadow .18s,opacity .15s;display:flex;overflow:hidden;box-shadow:0 4px 10px #0d4f2b14}.cpl-card:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0d4f2b24}.cpl-card:active{opacity:.93;transform:scale(.97)}.cpl-card-image-section{aspect-ratio:1/.75;background-color:#ecfdf5;justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}.cpl-card-image{object-fit:contain;z-index:2;width:65%;height:65%;transition:transform .3s;display:block;position:relative}.cpl-card:hover .cpl-card-image{transform:scale(1.06)}.cpl-discount-badge{z-index:5;border-radius:8px;position:absolute;top:8px;left:8px;overflow:hidden;box-shadow:0 2px 6px #dc262659}.cpl-discount-gradient{background:linear-gradient(135deg,#dc2626,#ef4444);flex-direction:column;align-items:center;padding:5px 8px;display:flex}.cpl-discount-text{color:#fff;font-size:13px;font-weight:900;line-height:1.15}.cpl-discount-label{color:#ffffffd9;letter-spacing:1px;font-size:8px;font-weight:800}.cpl-weight-pill{z-index:5;-webkit-backdrop-filter:blur(4px);background-color:#ffffffeb;border:1px solid #bbf7d0;border-radius:20px;padding:3px 8px;position:absolute;bottom:8px;right:8px}.cpl-weight-text{color:#2d5a2d;letter-spacing:.2px;font-size:10px;font-weight:700}.cpl-card-content{flex-direction:column;flex:1;padding:10px 10px 8px;display:flex}.cpl-product-name{color:#0f1b0f;letter-spacing:.2px;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:36px;margin:0;font-size:13px;font-weight:700;line-height:1.4;display:-webkit-box;overflow:hidden}.cpl-product-salt{color:#5a8a5a;letter-spacing:.1px;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:30px;margin-top:2px;font-size:11px;font-weight:500;line-height:1.4;display:-webkit-box;overflow:hidden}.cpl-card-divider{background-color:#e8f5e0;height:1px;margin:8px 0}.cpl-price-row{justify-content:space-between;align-items:center;gap:4px;display:flex}.cpl-price-group{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.cpl-selling-price{color:#0d4f2b;letter-spacing:.2px;font-size:16px;font-weight:900}.cpl-mrp-price{color:#9ca3af;font-size:11px;font-weight:500;text-decoration:line-through}.cpl-mrp-placeholder{color:#0000;-webkit-user-select:none;user-select:none;font-size:11px}.cpl-view-btn{cursor:pointer;background:linear-gradient(135deg,#15803d,#22c55e);border:none;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;transition:transform .15s,box-shadow .15s;display:flex;box-shadow:0 2px 6px #0d4f2b40}.cpl-card:hover .cpl-view-btn{transform:scale(1.1);box-shadow:0 4px 10px #0d4f2b59}.cpl-view-btn-text{color:#fff;font-size:15px;font-weight:800;line-height:1}.cpl-savings-row{background-color:#ecfdf5;border:1px solid #bbf7d0;border-radius:20px;align-self:flex-start;align-items:center;gap:3px;margin-top:8px;padding:4px 8px;transition:opacity .2s;display:flex}.cpl-savings-row.is-hidden{opacity:0;pointer-events:none}.cpl-savings-emoji{font-size:9px}.cpl-savings-text{color:#15803d;letter-spacing:.2px;font-size:10px;font-weight:700}.cpl-card-bottom-accent{width:100%;height:3px;margin-top:auto}.cpl-card-bottom-accent.has-discount{background:linear-gradient(90deg,#dc2626,#f59e0b,#22c55e)}.cpl-card-bottom-accent.no-discount{background:linear-gradient(90deg,#15803d,#22c55e,#fcd34d)}.cpl-empty-container{flex-direction:column;grid-column:1/-1;align-items:center;padding:80px 40px 0;display:flex}.cpl-empty-emoji{margin-bottom:14px;font-size:40px}.cpl-empty-title{color:#0f1b0f;margin-bottom:6px;font-size:17px;font-weight:700}.cpl-empty-subtitle{color:#8fb88f;text-align:center;font-size:13px;font-weight:500;line-height:1.55}@media (width>=480px){.cpl-card-image{width:60%;height:60%}.cpl-product-name{font-size:14px}}@media (width>=640px){.cpl-grid{grid-template-columns:repeat(3,1fr)}}@media (width>=900px){.cpl-grid{grid-template-columns:repeat(4,1fr);gap:16px}.cpl-product-name{font-size:14px}.cpl-selling-price{font-size:17px}}@media (width>=1200px){.cpl-grid{grid-template-columns:repeat(5,1fr)}}.cp-root{background-color:#f0fdf4;flex-direction:column;min-height:100vh;display:flex}.cp-header{z-index:100;background:linear-gradient(135deg,#0d4f2b 0%,#166534 55%,#15803d 100%);flex-shrink:0;padding:8px 16px 14px;position:sticky;top:0}.cp-header-row{box-sizing:border-box;align-items:center;gap:8px;width:100%;max-width:1280px;height:48px;margin:0 auto;display:flex}.cp-header-btn{cursor:pointer;background-color:#ffffff24;border:1px solid #ffffff14;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;transition:background .15s;display:flex}.cp-header-btn:hover{background-color:#ffffff38}.cp-header-back{color:#fff;font-size:28px;font-weight:700;line-height:1}.cp-header-emoji{font-size:18px}.cp-header-center{flex-direction:row;flex:1;justify-content:center;align-items:center;gap:8px;min-width:0;display:flex}.cp-header-title{color:#fff;letter-spacing:.4px;white-space:nowrap;text-overflow:ellipsis;font-size:18px;font-weight:800;overflow:hidden}.cp-header-badge{background-color:#f59e0b;border-radius:20px;flex-shrink:0;padding:2px 9px}.cp-header-badge-text{color:#fff;font-size:12px;font-weight:800}.cp-header-right{flex-direction:row;flex-shrink:0;gap:8px;display:flex}.cp-body{flex:1;overflow-y:auto}.cp-list-content{box-sizing:border-box;width:100%;max-width:1280px;margin:0 auto;padding:16px 20px 30px}.cp-grid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.cp-card{cursor:pointer;background-color:#fff;border:1px solid #e8f5e0;border-radius:16px;flex-direction:column;align-items:center;transition:transform .18s,box-shadow .18s,opacity .15s;display:flex;overflow:hidden;box-shadow:0 3px 8px #0d4f2b14}.cp-card:hover{transform:translateY(-3px);box-shadow:0 8px 22px #0d4f2b26}.cp-card:active{opacity:.92;transform:scale(.97)}.cp-card-image-wrap{background-color:#ecfdf5;justify-content:center;align-items:center;width:100%;padding:16px 0 8px;display:flex}.cp-card-image-bg{aspect-ratio:1;background-color:#fff;border:1px solid #d1fae5;border-radius:14px;justify-content:center;align-items:center;width:65%;transition:transform .3s;display:flex;overflow:hidden}.cp-card:hover .cp-card-image-bg{transform:scale(1.04)}.cp-card-image{object-fit:contain;width:80%;height:80%;display:block}.cp-card-name{color:#0f1b0f;text-align:center;letter-spacing:.2px;-webkit-line-clamp:2;box-sizing:border-box;-webkit-box-orient:vertical;width:100%;padding:10px 10px 12px;font-size:13px;font-weight:700;line-height:1.4;display:-webkit-box;overflow:hidden}.cp-card-accent{background:linear-gradient(90deg,#15803d,#22c55e,#fcd34d);width:100%;height:3px;margin-top:auto}.cp-empty-container{flex-direction:column;grid-column:1/-1;align-items:center;padding:80px 40px 0;display:flex}.cp-empty-emoji{margin-bottom:14px;font-size:40px}.cp-empty-title{color:#0f1b0f;margin-bottom:6px;font-size:17px;font-weight:700}.cp-empty-subtitle{color:#8fb88f;text-align:center;font-size:13px;font-weight:500;line-height:1.55}@media (width>=480px){.cp-card-name{font-size:14px}}@media (width>=640px){.cp-grid{grid-template-columns:repeat(3,1fr)}}@media (width>=900px){.cp-grid{grid-template-columns:repeat(4,1fr);gap:16px}.cp-card-name{font-size:14px}}@media (width>=1200px){.cp-grid{grid-template-columns:repeat(5,1fr)}}.cs-root{background-color:#f4f7f4;flex-direction:column;min-height:100vh;display:flex}.cs-header{z-index:100;animation:.4s forwards cs-header-in;position:sticky;top:0;box-shadow:0 6px 14px #0000002e}@keyframes cs-header-in{0%{opacity:0;transform:translateY(-40px)}to{opacity:1;transform:translateY(0)}}.cs-header-grad{background:linear-gradient(135deg,#0d4f2b 0%,#166534 55%,#15803d 100%);border-bottom-right-radius:26px;border-bottom-left-radius:26px;padding:8px 0 36px;position:relative;overflow:hidden}.cs-header-decor1{pointer-events:none;background-color:#ffffff0a;border-radius:50%;width:110px;height:110px;position:absolute;top:-25px;right:-25px}.cs-header-decor2{pointer-events:none;background-color:#ffffff08;border-radius:50%;width:70px;height:70px;position:absolute;bottom:15px;left:-15px}.cs-header-nav{box-sizing:border-box;align-items:center;gap:8px;width:100%;max-width:1280px;height:56px;margin:0 auto;padding:0 16px;display:flex}.cs-header-btn{cursor:pointer;background-color:#ffffff26;border:1px solid #ffffff14;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;transition:background .15s,transform .1s;display:flex}.cs-header-btn:hover{background-color:#ffffff38}.cs-header-btn:active{transform:scale(.9)}.cs-header-btn-back{color:#fff;font-size:30px;font-weight:700;line-height:1}.cs-header-btn-emoji{font-size:19px}.cs-header-center{flex:1;justify-content:center;align-items:center;display:flex}.cs-header-title-group{align-items:center;gap:8px;display:flex}.cs-header-title{color:#fff;letter-spacing:.5px;font-size:20px;font-weight:800}.cs-wallet-chip{background:linear-gradient(135deg,#f59e0b,#fcd34d);border:1px solid #ffffff4d;border-radius:20px;justify-content:center;align-items:center;padding:4px 10px;display:flex;box-shadow:0 2px 6px #f59e0b59}.cs-wallet-amt{color:#5d3a00;letter-spacing:.1px;font-size:11px;font-weight:900}.cs-header-right{align-items:center;gap:8px;display:flex}.cs-header-wave{background-color:#f4f7f4;border-top-left-radius:26px;border-top-right-radius:26px;height:22px;position:absolute;bottom:0;left:0;right:0}.cs-body{flex:1;animation:.5s .1s both cs-body-in}@keyframes cs-body-in{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.cs-list-content{box-sizing:border-box;width:100%;max-width:1280px;margin:0 auto;padding:8px 16px 24px}.cs-refresh-btn{cursor:pointer;color:#15803d;background-color:#dcfce7;border:1px solid #bbf7d0;border-radius:999px;justify-content:center;align-self:center;align-items:center;gap:6px;width:fit-content;margin:0 0 12px;padding:8px 16px;font-size:13px;font-weight:600;transition:background .15s;display:flex}.cs-refresh-btn:hover{background-color:#bbf7d0}.cs-refresh-btn:disabled{opacity:.6;cursor:default}.cs-refresh-spin{animation:.8s linear infinite cs-spin;display:inline-block}@keyframes cs-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.cs-summary-card{border-radius:20px;margin-bottom:20px;overflow:hidden;box-shadow:0 4px 10px #0000001f}.cs-summary-gradient{background:linear-gradient(135deg,#0d4f2b,#15803d);padding:18px 20px}.cs-summary-row{justify-content:space-between;align-items:center;display:flex}.cs-summary-left{align-items:center;gap:8px;display:flex}.cs-summary-icon{font-size:18px}.cs-summary-label{color:#ffffffd9;letter-spacing:.2px;font-size:14px;font-weight:600}.cs-summary-value-wrap{background-color:#ffffff2e;border:1px solid #ffffff26;border-radius:8px;padding:6px 12px}.cs-summary-value{color:#fff;letter-spacing:.3px;font-size:16px;font-weight:800}.cs-summary-divider{background-color:#ffffff26;height:1px;margin:12px 0}.cs-order-card{cursor:pointer;background-color:#fff;border:1px solid #e5e7eb;border-radius:20px;margin-bottom:12px;transition:transform .18s,box-shadow .18s,opacity .15s;overflow:hidden;box-shadow:0 3px 10px #0000001a}.cs-order-card:hover{transform:translateY(-2px);box-shadow:0 6px 18px #0000001f}.cs-order-card:active{opacity:.95;transform:scale(.98)}.cs-order-top-row{justify-content:space-between;align-items:center;padding:12px 16px 8px;display:flex}.cs-status-badge{border-radius:6px;padding:4px 12px}.cs-status-text{color:#fff;letter-spacing:.3px;text-transform:uppercase;font-size:11px;font-weight:700}.cs-order-date{color:#9ca3af;font-size:11px;font-weight:500}.cs-order-body{flex-direction:row;gap:12px;padding:0 16px 4px;display:flex}.cs-order-avatar{object-fit:cover;background-color:#f0fdf4;border:1.5px solid #bbf7d0;border-radius:14px;flex-shrink:0;width:50px;height:50px}.cs-order-info{flex:1;min-width:0}.cs-order-name{color:#111827;letter-spacing:.2px;white-space:nowrap;text-overflow:ellipsis;margin-bottom:6px;font-size:15px;font-weight:700;overflow:hidden}.cs-info-row{flex-direction:row;margin-bottom:3px;display:flex}.cs-info-label{color:#374151;flex-shrink:0;width:72px;font-size:12px;font-weight:600}.cs-info-value{color:#6b7280;-webkit-line-clamp:2;-webkit-box-orient:vertical;flex:1;min-width:0;font-size:12px;font-weight:400;display:-webkit-box;overflow:hidden}.cs-divider{background-color:#f3f4f6;height:1px;margin:10px 16px 0}.cs-order-footer{flex-flow:wrap;align-items:center;gap:12px;padding:12px 16px;display:flex}.cs-footer-item{flex-direction:column;gap:2px;display:flex}.cs-footer-label{color:#9ca3af;text-transform:uppercase;letter-spacing:.3px;font-size:10px;font-weight:500}.cs-footer-value{color:#374151;font-size:12px;font-weight:600}.cs-footer-price{color:#0d4f2b;font-size:15px;font-weight:800}.cs-footer-wallet{color:#059669;font-size:13px;font-weight:700}.cs-footer-spacer{flex:1}.cs-payment-chip{border:1px solid;border-radius:999px;margin-left:auto;padding:4px 12px}.cs-payment-chip.is-online{background-color:#f0fdf4;border-color:#bbf7d0}.cs-payment-chip.is-cod{background-color:#fffbeb;border-color:#fcd34d}.cs-payment-chip-text{letter-spacing:.3px;font-size:11px;font-weight:700}.cs-payment-chip.is-online .cs-payment-chip-text{color:#15803d}.cs-payment-chip.is-cod .cs-payment-chip-text{color:#f59e0b}.cs-card-accent{background:linear-gradient(90deg,#15803d,#22c55e,#fcd34d);width:100%;height:3px}.cs-empty-container{justify-content:center;align-items:center;padding:60px 32px;display:flex}.cs-empty-card{background-color:#fff;border:1px solid #f3f4f6;border-radius:26px;flex-direction:column;align-items:center;width:100%;max-width:340px;padding:32px 24px;display:flex;box-shadow:0 6px 16px #0000001a}.cs-empty-icon-outer{background-color:#dcfce7;border:3px solid #bbf7d0;border-radius:45px;justify-content:center;align-items:center;width:90px;height:90px;margin-bottom:20px;display:flex}.cs-empty-icon-inner{background-color:#fff;border-radius:32px;justify-content:center;align-items:center;width:64px;height:64px;display:flex;box-shadow:0 2px 6px #0000001a}.cs-empty-icon-emoji{font-size:28px}.cs-empty-title{color:#111827;text-align:center;letter-spacing:.3px;margin-bottom:8px;font-size:20px;font-weight:800}.cs-empty-subtitle{color:#6b7280;text-align:center;font-size:14px;font-weight:500;line-height:1.55}@media (width>=768px){.cs-order-avatar{width:58px;height:58px}.cs-order-name{font-size:16px}}@media (width>=1024px){.cs-list-content{flex-direction:column;max-width:860px;display:flex}}.cw-root{background-color:#f0fdf4;flex-direction:column;min-height:100vh;display:flex}.cw-body{flex:1;animation:.5s .12s both cw-body-slide-in}@keyframes cw-body-slide-in{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.cw-page-title-row{box-sizing:border-box;flex-direction:column;width:100%;max-width:1280px;margin:0 auto;padding:20px 20px 4px;display:flex}.cw-page-title{color:#0f1b0f;letter-spacing:.3px;font-size:20px;font-weight:800}.cw-page-subtitle{color:#5a8a5a;margin-top:2px;font-size:12px;font-weight:500}.cw-list-content{box-sizing:border-box;width:100%;max-width:1280px;margin:0 auto;padding:0 20px 32px}.cw-list-header{flex-direction:column;gap:20px;margin-bottom:8px;display:flex}.cw-balance-card{border-radius:20px;margin-top:10px;animation:.5s .2s both cw-balance-in;overflow:hidden;box-shadow:0 8px 16px #0003}@keyframes cw-balance-in{0%{opacity:0;transform:translateY(30px)scale(.92)}to{opacity:1;transform:translateY(0)scale(1)}}.cw-balance-gradient{background:linear-gradient(135deg,#165c46 0%,#0b865d 55%,#1f986c 100%);padding:20px;position:relative;overflow:hidden}.cw-balance-decor1{pointer-events:none;background-color:#ffffff1a;border-radius:50%;width:100px;height:100px;position:absolute;top:-20px;right:-20px}.cw-balance-decor2{pointer-events:none;background-color:#ffffff14;border-radius:50%;width:80px;height:80px;position:absolute;bottom:-30px;left:-30px}.cw-balance-decor3{pointer-events:none;background-color:#ffffff0d;border-radius:50%;width:40px;height:40px;position:absolute;top:30px;right:60px}.cw-balance-row{z-index:1;align-items:center;gap:16px;display:flex;position:relative}.cw-balance-icon-wrap{background-color:#fff3;border:2px solid #ffffff4d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;display:flex}.cw-balance-emoji{font-size:28px}.cw-balance-info{flex:1}.cw-balance-label{color:#ffffffd9;letter-spacing:.8px;text-transform:uppercase;font-size:12px;font-weight:700}.cw-balance-amount{color:#fff;letter-spacing:.5px;margin-top:4px;font-size:32px;font-weight:900;animation:3s ease-in-out infinite cw-pulse}@keyframes cw-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.02)}}.cw-balance-divider{z-index:1;background-color:#ffffff2e;height:1px;margin:16px 0;position:relative}.cw-balance-stats{z-index:1;align-items:center;display:flex;position:relative}.cw-balance-stat{flex-direction:column;flex:1;align-items:center;gap:2px;display:flex}.cw-balance-stat-emoji{margin-bottom:2px;font-size:18px}.cw-balance-stat-value{color:#fff;font-size:14px;font-weight:800}.cw-balance-stat-label{color:#ffffffbf;letter-spacing:.3px;text-align:center;font-size:10px;font-weight:600}.cw-balance-stat-divider{background-color:#fff3;flex-shrink:0;width:1px;height:44px}.cw-tab-wrap{margin-bottom:4px;animation:.5s .35s both cw-tab-in}@keyframes cw-tab-in{0%{opacity:0}to{opacity:1}}.cw-tab-bar{background-color:#fff;border-radius:16px;flex-direction:row;gap:4px;padding:4px;display:flex;box-shadow:0 2px 8px #0000000f}.cw-tab{cursor:pointer;background:0 0;border:none;border-radius:12px;flex-direction:row;flex:1;justify-content:center;align-items:center;gap:4px;padding:9px 12px;transition:background .2s,transform .1s;display:flex}.cw-tab:active{transform:scale(.97)}.cw-tab.is-active{background-color:#0d4f2b;box-shadow:0 2px 8px #0d4f2b4d}.cw-tab-text{color:#9ca3af;font-size:13px;font-weight:600}.cw-tab.is-active .cw-tab-text{color:#fff}.cw-tab-badge{background-color:#e5e7eb;border-radius:999px;padding:2px 8px}.cw-tab.is-active .cw-tab-badge{background-color:#fff3}.cw-tab-badge-text{color:#374151;font-size:10px;font-weight:800}.cw-tab.is-active .cw-tab-badge-text{color:#fff}.cw-tx-card{background-color:#fff;border-style:solid;border-width:1.5px;border-radius:16px;margin-bottom:12px;animation:.4s both cw-tx-in;overflow:hidden;box-shadow:0 3px 8px #0000001a}@keyframes cw-tx-in{0%{opacity:0;transform:translateY(30px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.cw-tx-accent{width:100%;height:4px}.cw-tx-header{flex-direction:row;justify-content:space-between;align-items:center;padding:12px 16px 8px;display:flex}.cw-tx-badge{border:1px solid;border-radius:999px;flex-direction:row;align-items:center;gap:4px;padding:4px 12px;display:flex}.cw-tx-badge-emoji{font-size:13px}.cw-tx-badge-text{letter-spacing:.2px;font-size:12px;font-weight:700}.cw-tx-amount{letter-spacing:.3px;font-size:18px;font-weight:800}.cw-tx-body{flex-direction:column;gap:8px;padding:0 16px 16px;display:flex}.cw-tx-row{background-color:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;flex-direction:row;align-items:flex-start;gap:12px;padding:12px;display:flex}.cw-tx-row-icon{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.cw-tx-row-emoji{font-size:15px}.cw-tx-row-content{flex:1;min-width:0}.cw-tx-row-label{color:#9ca3af;letter-spacing:.5px;text-transform:uppercase;font-size:10px;font-weight:600}.cw-tx-row-value{color:#111827;word-break:break-all;margin-top:2px;font-size:13px;font-weight:700}.cw-tx-row-value.is-link{color:#0093dd}.cw-tx-row-value.is-italic{color:#555;font-style:italic}.cw-empty-state{flex-direction:column;align-items:center;gap:12px;padding:64px 0;animation:.4s both cw-empty-in;display:flex}@keyframes cw-empty-in{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.cw-empty-icon-wrap{background-color:#dcfce7;border:2px solid #bbf7d0;border-radius:50%;justify-content:center;align-items:center;width:100px;height:100px;margin-bottom:16px;display:flex}.cw-empty-emoji{font-size:44px}.cw-empty-title{color:#111827;font-size:18px;font-weight:800}.cw-empty-subtitle{color:#9ca3af;text-align:center;font-size:14px;font-weight:500}.cw-refresh-btn{cursor:pointer;color:#15803d;box-sizing:border-box;background-color:#dcfce7;border:1px solid #bbf7d0;border-radius:999px;justify-content:center;align-items:center;gap:6px;width:calc(100% - 40px);max-width:1280px;margin:10px auto 0;padding:8px 16px;font-size:13px;font-weight:600;transition:background .15s;display:flex}.cw-refresh-btn:hover{background-color:#bbf7d0}.cw-refresh-btn:disabled{opacity:.6;cursor:default}.cw-spin{animation:.8s linear infinite cw-spin-anim;display:inline-block}@keyframes cw-spin-anim{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (width>=768px){.cw-balance-amount{font-size:36px}}@media (width>=1024px){.cw-list-content{grid-template-columns:1fr;display:grid}}.ua-root{background-color:#f9fafb;flex-direction:column;min-height:100vh;display:flex}.ua-body{flex:1;overflow-y:auto}.ua-list-content{box-sizing:border-box;flex-direction:column;width:100%;max-width:1000px;margin:0 auto;padding:20px 20px 30px;display:flex}.ua-back-btn{cursor:pointer;color:#4b5563;background:0 0;border:none;align-self:flex-start;align-items:center;gap:6px;margin-bottom:12px;padding:6px 4px;font-size:14px;font-weight:600;transition:color .15s;display:inline-flex}.ua-back-btn:hover{color:#111827}.ua-back-btn-arrow{font-size:16px;line-height:1}.ua-page-header-row{justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px;display:flex}.ua-page-title{color:#111827;letter-spacing:.2px;margin:0;font-size:20px;font-weight:700}.ua-refresh-btn{cursor:pointer;color:#374151;background-color:#fff;border:1px solid #d1d5db;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;gap:6px;padding:8px 16px;font-size:13px;font-weight:600;transition:background .15s,border-color .15s;display:flex}.ua-refresh-btn:hover{background-color:#f3f4f6;border-color:#9ca3af}.ua-refresh-btn:disabled{opacity:.6;cursor:default}.ua-refresh-spin{animation:.8s linear infinite ua-spin;display:inline-block}@keyframes ua-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ua-order-card{cursor:pointer;background-color:#fff;border:1px solid #e5e7eb;border-radius:12px;margin-bottom:12px;transition:transform .15s,box-shadow .15s;overflow:hidden;box-shadow:0 1px 3px #0000000f}.ua-order-card:hover{transform:translateY(-1px);box-shadow:0 4px 12px #00000014}.ua-order-card:active{transform:scale(.99)}.ua-order-top-row{justify-content:space-between;align-items:center;padding:12px 14px 8px;display:flex}.ua-status-badge{border-radius:6px;padding:4px 10px}.ua-status-badge.is-paid{background-color:#059669}.ua-status-badge.is-unpaid{background-color:#dc2626}.ua-status-text{color:#fff;letter-spacing:.4px;text-transform:uppercase;font-size:11px;font-weight:700}.ua-order-date{color:#9ca3af;font-size:11px;font-weight:500}.ua-order-body{flex-direction:row;gap:12px;padding:0 14px;display:flex}.ua-order-avatar{object-fit:cover;background-color:#f3f4f6;border:1px solid #e5e7eb;border-radius:10px;flex-shrink:0;width:50px;height:50px}.ua-order-info{flex:1;min-width:0}.ua-order-name{color:#111827;letter-spacing:.2px;white-space:nowrap;text-overflow:ellipsis;margin-bottom:6px;font-size:15px;font-weight:700;overflow:hidden}.ua-info-row{flex-direction:row;margin-bottom:3px;display:flex}.ua-info-label{color:#6b7280;flex-shrink:0;width:72px;font-size:12px;font-weight:600}.ua-info-value{color:#4b5563;-webkit-line-clamp:2;-webkit-box-orient:vertical;flex:1;min-width:0;font-size:12px;font-weight:400;display:-webkit-box;overflow:hidden}.ua-divider{background-color:#f3f4f6;height:1px;margin:10px 14px 0}.ua-order-footer{flex-flow:wrap;align-items:center;gap:16px;padding:10px 14px;display:flex}.ua-footer-item{flex-direction:column;gap:2px;display:flex}.ua-footer-label{color:#9ca3af;text-transform:uppercase;letter-spacing:.3px;font-size:10px;font-weight:500}.ua-footer-value{color:#374151;font-size:12px;font-weight:600}.ua-footer-price{color:#0d4f2b;font-size:15px;font-weight:800}.ua-footer-spacer{flex:1}.ua-payment-chip{border:1px solid;border-radius:20px;flex-shrink:0;margin-left:auto;padding:4px 10px}.ua-payment-chip.is-paid{background-color:#ecfdf5;border-color:#a7f3d0}.ua-payment-chip.is-unpaid{background-color:#fef2f2;border-color:#fecaca}.ua-payment-chip-text{letter-spacing:.3px;font-size:11px;font-weight:700}.ua-payment-chip.is-paid .ua-payment-chip-text{color:#059669}.ua-payment-chip.is-unpaid .ua-payment-chip-text{color:#dc2626}.ua-card-accent{background:linear-gradient(90deg,#15803d,#22c55e,#fcd34d);width:100%;height:3px}.ua-empty-container{flex-direction:column;align-items:center;padding:60px 0;display:flex}.ua-empty-emoji{margin-bottom:12px;font-size:36px}.ua-empty-title{color:#111827;margin-bottom:4px;font-size:16px;font-weight:700}.ua-empty-subtitle{color:#9ca3af;font-size:13px;font-weight:500}@media (width>=768px){.ua-order-avatar{width:58px;height:58px}.ua-order-name{font-size:16px}.ua-page-title{font-size:22px}}@media (width>=1024px){.ua-list-content{max-width:900px}}.uad-root{background-color:#f4f7f4;flex-direction:column;min-height:100vh;display:flex}.uad-body{flex:1;padding-bottom:0;overflow-y:auto}.uad-scroll-content{box-sizing:border-box;width:100%;max-width:900px;margin:0 auto;padding:20px 16px 100px}.uad-back-btn{cursor:pointer;color:#4b5563;background:0 0;border:none;align-items:center;gap:6px;margin-bottom:10px;padding:6px 4px;font-size:14px;font-weight:600;transition:color .15s;display:inline-flex}.uad-back-btn:hover{color:#111827}.uad-back-btn-arrow{font-size:16px;line-height:1}.uad-page-title-row{margin-bottom:16px}.uad-page-title{color:#111827;letter-spacing:.2px;margin:0;font-size:20px;font-weight:700}.uad-summary-card{background-color:#fff;border:1px solid #e5e7eb;border-radius:12px;margin-bottom:20px;padding:16px;box-shadow:0 1px 3px #0000000f}.uad-summary-top-row{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.uad-summary-title{color:#111827;letter-spacing:.2px;font-size:16px;font-weight:700}.uad-payment-pill{border:1px solid;border-radius:999px;padding:5px 12px}.uad-payment-pill.is-paid{background-color:#ecfdf5;border-color:#a7f3d0}.uad-payment-pill.is-unpaid{background-color:#fef2f2;border-color:#fecaca}.uad-payment-pill-text{letter-spacing:.3px;font-size:11px;font-weight:700}.uad-payment-pill.is-paid .uad-payment-pill-text{color:#059669}.uad-payment-pill.is-unpaid .uad-payment-pill-text{color:#dc2626}.uad-summary-row{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:10px;display:flex}.uad-summary-row:last-child{margin-bottom:0}.uad-summary-label{color:#6b7280;letter-spacing:.1px;flex-shrink:0;font-size:13px;font-weight:600}.uad-summary-value{color:#111827;text-align:right;flex:1;font-size:13px;font-weight:500}.uad-section-header{align-items:center;gap:8px;margin-bottom:12px;display:flex}.uad-section-dot{background-color:#15803d;border-radius:2px;flex-shrink:0;width:4px;height:18px}.uad-section-title{color:#111827;letter-spacing:.2px;flex:1;font-size:16px;font-weight:700}.uad-count-badge{background-color:#f59e0b;border-radius:999px;padding:3px 12px}.uad-count-text{color:#fff;font-size:12px;font-weight:800}.uad-product-card{background-color:#fff;border:1px solid #e5e7eb;border-radius:12px;margin-bottom:12px;overflow:hidden;box-shadow:0 1px 3px #0000000f}.uad-product-image-wrap{justify-content:center;align-items:center;padding-top:12px;display:flex}.uad-product-image-bg{background-color:#f0fdf4;border:1px solid #bbf7d0;border-radius:10px;justify-content:center;align-items:center;width:96px;height:96px;display:flex;overflow:hidden}.uad-product-image{object-fit:contain;width:72px;height:72px}.uad-product-content{padding:12px 16px}.uad-product-name{color:#111827;letter-spacing:.1px;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 4px;font-size:15px;font-weight:700;line-height:1.4;display:-webkit-box;overflow:hidden}.uad-product-salt{color:#6b7280;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 4px;font-size:12px;font-weight:500;line-height:1.45;display:-webkit-box;overflow:hidden}.uad-product-divider{background-color:#f3f4f6;height:1px;margin:10px 0}.uad-product-price{color:#374151;margin-bottom:6px;font-size:13px;font-weight:600}.uad-product-price-current{color:#0d4f2b;font-weight:800}.uad-product-price-old{color:#dc2626;font-weight:500;text-decoration:line-through}.uad-product-meta{color:#374151;margin-bottom:5px;font-size:13px;font-weight:600}.uad-product-meta.is-reduced{color:#dc2626;text-decoration:line-through}.uad-product-meta-value{color:#111827;font-weight:400}.uad-card-accent{background:linear-gradient(90deg,#15803d,#22c55e,#fcd34d);width:100%;height:3px}.uad-empty-container{justify-content:center;align-items:center;padding:60px 32px;display:flex}.uad-empty-card{background-color:#fff;border:1px solid #f3f4f6;border-radius:16px;flex-direction:column;align-items:center;width:100%;max-width:340px;padding:32px 24px;display:flex;box-shadow:0 1px 3px #0000000f}.uad-empty-icon-outer{background-color:#dcfce7;border:3px solid #bbf7d0;border-radius:45px;justify-content:center;align-items:center;width:90px;height:90px;margin-bottom:20px;display:flex}.uad-empty-icon-inner{background-color:#fff;border-radius:32px;justify-content:center;align-items:center;width:64px;height:64px;display:flex;box-shadow:0 2px 6px #0000001a}.uad-empty-icon-emoji{font-size:28px}.uad-empty-title{color:#111827;text-align:center;letter-spacing:.3px;font-size:20px;font-weight:800}.uad-footer-wrap{z-index:50;position:sticky;bottom:0}.uad-footer-inner{padding:12px 16px;padding-bottom:max(12px, env(safe-area-inset-bottom));box-sizing:border-box;background-color:#fff;border-top:1px solid #e5e7eb;justify-content:space-between;align-items:center;gap:16px;width:100%;max-width:900px;margin:0 auto;display:flex;box-shadow:0 -2px 10px #00000012}.uad-total-block{flex-direction:column;flex-shrink:0;gap:1px;display:flex}.uad-total-label-small{color:#9ca3af;letter-spacing:.2px;font-size:11px;font-weight:500}.uad-total-value{color:#111827;letter-spacing:-.2px;font-size:19px;font-weight:800;line-height:1.2}.uad-total-item-count-txt{color:#9ca3af;font-size:11px;font-weight:500}.uad-action-btn{cursor:pointer;color:#fff;letter-spacing:.3px;white-space:nowrap;border:none;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;padding:13px 28px;font-size:14.5px;font-weight:700;transition:opacity .15s;display:flex}.uad-action-btn.is-deliver{background:#15803d}.uad-action-btn.is-out-delivery{background:#f59e0b}.uad-action-btn:hover{opacity:.9}.uad-action-btn:active{opacity:.8}@media (width>=768px){.uad-page-title{font-size:22px}.uad-product-image-bg{width:108px;height:108px}.uad-product-image{width:80px;height:80px}.uad-footer-inner{padding:14px 24px;padding-bottom:max(14px, env(safe-area-inset-bottom))}.uad-action-btn{padding:13px 40px}}.cc-root{background-color:#f0fdf4;flex-direction:column;min-height:100vh;display:flex}.cc-header{z-index:100;background:linear-gradient(135deg,#0d4f2b 0%,#166534 55%,#15803d 100%);flex-shrink:0;padding:8px 16px 14px;position:sticky;top:0}.cc-header-row{box-sizing:border-box;align-items:center;gap:8px;width:100%;max-width:1280px;height:48px;margin:0 auto;display:flex}.cc-header-btn{cursor:pointer;background-color:#ffffff24;border:1px solid #ffffff14;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;transition:background .15s,transform .1s;display:flex}.cc-header-btn:hover{background-color:#ffffff38}.cc-header-btn:active{transform:scale(.93)}.cc-header-back{color:#fff;font-size:28px;font-weight:700;line-height:1}.cc-header-emoji{font-size:18px}.cc-header-center{flex-direction:row;flex:1;justify-content:center;align-items:center;gap:8px;min-width:0;display:flex}.cc-header-title{color:#fff;letter-spacing:.4px;white-space:nowrap;text-overflow:ellipsis;font-size:18px;font-weight:800;overflow:hidden}.cc-header-badge{background-color:#dc2626;border-radius:20px;flex-shrink:0;padding:2px 9px}.cc-header-badge-text{color:#fff;font-size:12px;font-weight:800}.cc-header-right{flex-direction:row;flex-shrink:0;gap:8px;display:flex}.cc-body{flex:1;overflow-y:auto}.cc-list-content{box-sizing:border-box;flex-direction:column;width:100%;max-width:1280px;margin:0 auto;padding:16px 16px 30px;display:flex}.cc-refresh-btn{cursor:pointer;color:#dc2626;background-color:#fef2f2;border:1px solid #fecaca;border-radius:999px;justify-content:center;align-self:center;align-items:center;gap:6px;margin-bottom:14px;padding:8px 20px;font-size:13px;font-weight:600;transition:background .15s;display:flex}.cc-refresh-btn:hover{background-color:#fecaca}.cc-refresh-btn:disabled{opacity:.6;cursor:default}.cc-refresh-spin{animation:.8s linear infinite cc-spin;display:inline-block}@keyframes cc-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.cc-order-card{cursor:pointer;background-color:#fff;border:1px solid #fecaca;border-radius:14px;margin-bottom:12px;transition:transform .18s,box-shadow .18s,opacity .15s;overflow:hidden;box-shadow:0 2px 8px #0000000f}.cc-order-card:hover{transform:translateY(-2px);box-shadow:0 6px 16px #dc26261f}.cc-order-card:active{opacity:.95;transform:scale(.98)}.cc-order-top-row{justify-content:space-between;align-items:center;padding:12px 14px 8px;display:flex}.cc-status-badge{background-color:#dc2626;border-radius:6px;padding:4px 10px}.cc-status-text{color:#fff;letter-spacing:.3px;font-size:11px;font-weight:700}.cc-order-date{color:#8fb88f;font-size:11px;font-weight:500}.cc-order-body{flex-direction:row;gap:12px;padding:0 14px 4px;display:flex}.cc-order-avatar{object-fit:cover;background-color:#ecfdf5;border:1.5px solid #fecaca;border-radius:12px;flex-shrink:0;width:50px;height:50px}.cc-order-info{flex:1;min-width:0}.cc-order-name{color:#0f1b0f;letter-spacing:.2px;white-space:nowrap;text-overflow:ellipsis;margin-bottom:6px;font-size:15px;font-weight:700;overflow:hidden}.cc-info-row{flex-direction:row;margin-bottom:3px;display:flex}.cc-info-label{color:#2d5a2d;flex-shrink:0;width:72px;font-size:12px;font-weight:600}.cc-info-value{color:#5a8a5a;-webkit-line-clamp:2;-webkit-box-orient:vertical;flex:1;min-width:0;font-size:12px;font-weight:400;display:-webkit-box;overflow:hidden}.cc-divider{background-color:#fecaca;height:1px;margin:10px 14px 0}.cc-order-footer{flex-flow:wrap;align-items:center;gap:16px;padding:10px 14px;display:flex}.cc-footer-item{flex-direction:column;gap:2px;display:flex}.cc-footer-label{color:#8fb88f;text-transform:uppercase;letter-spacing:.3px;font-size:10px;font-weight:500}.cc-footer-value{color:#2d5a2d;font-size:12px;font-weight:600}.cc-footer-price{color:#dc2626;font-size:15px;font-weight:800}.cc-reason-wrap{background-color:#fef2f2;border:1px solid #fecaca;border-radius:10px;margin:0 14px 12px;padding:10px}.cc-reason-label{color:#dc2626;letter-spacing:.3px;text-transform:uppercase;margin-bottom:4px;font-size:11px;font-weight:700}.cc-reason-text{color:#dc2626;font-size:13px;font-weight:500;line-height:1.5}.cc-card-accent{background:linear-gradient(90deg,#dc2626,#ef4444,#f87171);width:100%;height:3px}.cc-empty-container{flex-direction:column;align-items:center;padding:80px 40px 0;display:flex}.cc-empty-emoji{margin-bottom:14px;font-size:40px}.cc-empty-title{color:#0f1b0f;margin-bottom:6px;font-size:17px;font-weight:700}.cc-empty-subtitle{color:#8fb88f;text-align:center;font-size:13px;font-weight:500;line-height:1.55}@media (width>=768px){.cc-order-avatar{width:58px;height:58px}.cc-order-name{font-size:16px}}@media (width>=1024px){.cc-list-content{max-width:860px}}.ccd-root{background-color:#f0fdf4;flex-direction:column;min-height:100vh;display:flex}.ccd-header{z-index:100;background:linear-gradient(135deg,#0d4f2b 0%,#166534 55%,#15803d 100%);flex-shrink:0;padding:8px 16px 14px;position:sticky;top:0}.ccd-header-row{box-sizing:border-box;align-items:center;gap:8px;width:100%;max-width:1280px;height:48px;margin:0 auto;display:flex}.ccd-header-btn{cursor:pointer;background-color:#ffffff24;border:1px solid #ffffff14;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;transition:background .15s,transform .1s;display:flex}.ccd-header-btn:hover{background-color:#ffffff38}.ccd-header-btn:active{transform:scale(.93)}.ccd-header-back{color:#fff;font-size:28px;font-weight:700;line-height:1}.ccd-header-emoji{font-size:18px}.ccd-header-center{flex:1;justify-content:center;align-items:center;display:flex}.ccd-header-title{color:#fff;letter-spacing:.4px;font-size:18px;font-weight:800}.ccd-header-right{flex-direction:row;flex-shrink:0;gap:8px;display:flex}.ccd-content{flex-direction:column;flex:1;display:flex;overflow-y:auto}.ccd-inner{box-sizing:border-box;flex-direction:column;flex:1;width:100%;max-width:900px;margin:0 auto;display:flex}.ccd-summary-card{background-color:#fff;border:1px solid #fecaca;border-radius:14px;margin:14px 16px 4px;padding:14px 16px;box-shadow:0 2px 6px #0000000d}.ccd-summary-top-row{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.ccd-summary-title{color:#0f1b0f;font-size:15px;font-weight:800}.ccd-cancelled-badge{background-color:#dc2626;border-radius:6px;padding:4px 10px}.ccd-cancelled-badge-text{color:#fff;letter-spacing:.3px;font-size:11px;font-weight:700}.ccd-summary-row{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.ccd-summary-row:last-of-type{margin-bottom:0}.ccd-summary-label{color:#2d5a2d;font-size:13px;font-weight:600}.ccd-summary-value{color:#0f1b0f;text-align:right;white-space:nowrap;text-overflow:ellipsis;max-width:60%;font-size:13px;font-weight:500;overflow:hidden}.ccd-reason-wrap{background-color:#fef2f2;border:1px solid #fecaca;border-radius:10px;margin-top:8px;padding:10px}.ccd-reason-label{color:#dc2626;letter-spacing:.3px;text-transform:uppercase;margin-bottom:4px;font-size:11px;font-weight:700}.ccd-reason-text{color:#dc2626;font-size:13px;font-weight:500;line-height:1.5}.ccd-section-header{align-items:center;gap:8px;margin-top:14px;margin-bottom:10px;padding:0 16px;display:flex}.ccd-section-dot{background-color:#dc2626;border-radius:2px;flex-shrink:0;width:4px;height:18px}.ccd-section-title{color:#0f1b0f;flex:1;font-size:16px;font-weight:700}.ccd-count-badge{background-color:#dc2626;border-radius:20px;padding:3px 10px}.ccd-count-text{color:#fff;font-size:12px;font-weight:800}.ccd-scroll-content{flex:1;padding:0 16px 8px}.ccd-product-card{background-color:#fff;border:1px solid #fecaca;border-radius:14px;margin-bottom:12px;overflow:hidden;box-shadow:0 2px 6px #0000000d}.ccd-product-image-wrap{justify-content:center;align-items:center;padding-top:14px;display:flex}.ccd-product-image-bg{background-color:#ecfdf5;border:1px solid #d1fae5;border-radius:14px;justify-content:center;align-items:center;width:88px;height:88px;display:flex;overflow:hidden}.ccd-product-image{object-fit:contain;width:66px;height:66px}.ccd-product-content{padding:12px 14px}.ccd-product-name{color:#0f1b0f;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 3px;font-size:15px;font-weight:700;line-height:1.4;display:-webkit-box;overflow:hidden}.ccd-product-salt{color:#5a8a5a;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:12px;font-weight:500;line-height:1.45;display:-webkit-box;overflow:hidden}.ccd-product-divider{background-color:#fecaca;height:1px;margin:10px 0}.ccd-meta-row{justify-content:space-between;align-items:center;margin-bottom:6px;display:flex}.ccd-meta-row:last-child{margin-bottom:0}.ccd-meta-label{color:#2d5a2d;flex:1;font-size:12px;font-weight:600}.ccd-meta-value{color:#0f1b0f;text-align:right;font-size:13px;font-weight:500}.ccd-meta-value.is-strike{color:#dc2626;text-decoration:line-through}.ccd-price-group{align-items:center;gap:6px;display:flex}.ccd-price-current{color:#0d4f2b;font-size:14px;font-weight:800}.ccd-price-old{color:#dc2626;font-size:12px;font-weight:500;text-decoration:line-through}.ccd-card-accent{background:linear-gradient(90deg,#dc2626,#ef4444,#f87171);width:100%;height:3px}.ccd-empty-container{flex-direction:column;align-items:center;padding:60px 0;display:flex}.ccd-empty-emoji{margin-bottom:12px;font-size:36px}.ccd-empty-title{color:#0f1b0f;font-size:15px;font-weight:700}.ccd-footer-wrap{z-index:50;background-color:#f0fdf4;border-top:1px solid #fecaca;flex-direction:column;gap:8px;padding:8px 16px 14px;display:flex;position:sticky;bottom:0}.ccd-footer-inner{box-sizing:border-box;flex-direction:column;gap:8px;width:100%;max-width:900px;margin:0 auto;display:flex}.ccd-wallet-row{background-color:#fff;border:1px solid #bbf7d0;border-radius:12px;justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.ccd-wallet-label{color:#2d5a2d;font-size:14px;font-weight:600}.ccd-wallet-value{color:#059669;font-size:15px;font-weight:800}.ccd-total-bar{background:linear-gradient(90deg,#dc2626,#ef4444);border-radius:14px;justify-content:space-between;align-items:center;height:52px;padding:0 20px;display:flex}.ccd-total-label{color:#fff;font-size:16px;font-weight:600}.ccd-total-value{color:#fff;font-size:18px;font-weight:800}@media (width>=768px){.ccd-product-image-bg{width:100px;height:100px}.ccd-product-image{width:76px;height:76px}.ccd-summary-card{margin-left:24px;margin-right:24px}.ccd-section-header{padding:0 24px}.ccd-scroll-content{padding-left:24px;padding-right:24px}}.od-root{background-color:#f0fdf4;flex-direction:column;min-height:100vh;display:flex}.od-header{z-index:100;background:linear-gradient(135deg,#0d4f2b 0%,#166534 55%,#15803d 100%);flex-shrink:0;padding:8px 16px 14px;position:sticky;top:0}.od-header-row{box-sizing:border-box;align-items:center;gap:8px;width:100%;max-width:1280px;height:48px;margin:0 auto;display:flex}.od-header-btn{cursor:pointer;background-color:#ffffff24;border:1px solid #ffffff14;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;transition:background .15s,transform .1s;display:flex}.od-header-btn:hover{background-color:#ffffff38}.od-header-btn:active{transform:scale(.93)}.od-header-back{color:#fff;font-size:28px;font-weight:700;line-height:1}.od-header-emoji{font-size:18px}.od-header-center{flex:1;justify-content:center;align-items:center;display:flex}.od-header-title{color:#fff;letter-spacing:.4px;font-size:18px;font-weight:800}.od-header-right{flex-direction:row;flex-shrink:0;gap:8px;display:flex}.od-body{flex:1;padding-bottom:0;overflow-y:auto}.od-inner{box-sizing:border-box;width:100%;max-width:900px;margin:0 auto;padding:0 0 16px}.od-org-card{background-color:#f1f8f2;border:1px solid #c8e6c9;border-radius:14px;margin:12px 12px 0;overflow:hidden;box-shadow:0 3px 8px #1b5e201a}.od-org-header{background-color:#1b5e20;justify-content:space-between;align-items:center;padding:12px 14px;display:flex}.od-org-header-left{align-items:center;gap:8px;display:flex}.od-org-header-icon{font-size:16px}.od-org-header-title{color:#fff;letter-spacing:.3px;font-size:14px;font-weight:700}.od-org-id-badge{background-color:#f9a825;border-radius:99px;padding:4px 12px}.od-org-id-txt{color:#1b5e20;font-size:12px;font-weight:800}.od-org-body{flex-direction:column;gap:8px;padding:14px;display:flex}.od-org-name{color:#1b5e20;letter-spacing:.2px;margin:0;font-size:17px;font-weight:800}.od-org-divider{background-color:#c8e6c9;height:1px;margin:2px 0}.od-org-row{align-items:flex-start;gap:8px;display:flex}.od-org-row-icon{flex-shrink:0;margin-top:1px;font-size:13px}.od-org-row-txt{color:#3b5640;flex:1;margin:0;font-size:13px;font-weight:500;line-height:1.55}.od-org-row-txt.is-muted{color:#6b8f71}.od-cashback-badge{background-color:#e8f5e9;border:1px solid #a5d6a7;border-radius:99px;align-self:flex-start;margin-top:4px;padding:4px 12px}.od-cashback-txt{color:#2e7d32;font-size:12px;font-weight:700}.od-product-list{flex-direction:column;gap:10px;margin-top:12px;padding:0 12px;display:flex}.od-product-row{background-color:#fff;border:1px solid #e8f5e0;border-radius:12px;flex-direction:row;align-items:flex-start;gap:12px;padding:12px;display:flex;box-shadow:0 2px 6px #0000000d}.od-product-img{object-fit:contain;background-color:#ecfdf5;border-radius:8px;flex-shrink:0;width:70px;height:70px}.od-product-info{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.od-product-name{color:#0f1b0f;margin:0;font-size:14px;font-weight:700;line-height:1.35}.od-product-salt{color:#5a8a5a;margin:0;font-size:12px;font-weight:500}.od-product-price{color:#2d5a2d;margin:0;font-size:13px;font-weight:600}.od-product-price-old{color:#dc2626;font-weight:400;text-decoration:line-through}.od-qty-controls{flex-direction:column;flex-shrink:0;align-items:center;gap:6px;display:flex}.od-qty-btn{cursor:pointer;color:#0d4f2b;background-color:#e8f5e9;border:1.5px solid #bbf7d0;border-radius:8px;justify-content:center;align-items:center;width:30px;height:30px;font-size:18px;font-weight:700;line-height:1;transition:background .15s,transform .1s;display:flex}.od-qty-btn:hover{background-color:#bbf7d0}.od-qty-btn:active{transform:scale(.9)}.od-qty-value{color:#0d4f2b;text-align:center;min-width:24px;font-size:15px;font-weight:800}.od-empty{justify-content:center;align-items:center;padding:60px 0;display:flex}.od-empty-text{color:#8fb88f;font-size:14px;font-weight:500}.od-modal-overlay{z-index:500;background-color:#00000080;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.od-modal-box{background-color:#fff;border-radius:20px;width:100%;max-width:420px;max-height:90vh;animation:.25s forwards od-modal-in;overflow-y:auto;box-shadow:0 14px 28px #0000004d}@keyframes od-modal-in{0%{opacity:0;transform:scale(.88)}to{opacity:1;transform:scale(1)}}.od-modal-header{border-bottom:1px solid #e8f5e0;justify-content:space-between;align-items:center;padding:16px 18px 12px;display:flex}.od-modal-title{color:#0f1b0f;font-size:16px;font-weight:700}.od-modal-close{cursor:pointer;color:#374151;background-color:#f3f4f6;border:none;border-radius:16px;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;transition:background .15s;display:flex}.od-modal-close:hover{background-color:#e5e7eb}.od-modal-body{flex-direction:column;gap:4px;padding:12px 18px 18px;display:flex}.od-reason-row{cursor:pointer;border-radius:8px;align-items:center;gap:12px;padding:10px 4px;transition:background .12s;display:flex}.od-reason-row:hover{background-color:#f0fdf4}.od-radio{border:2px solid #bbf7d0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;transition:border-color .15s;display:flex}.od-radio.is-selected{background-color:#0d4f2b;border-color:#0d4f2b}.od-radio-dot{background-color:#fff;border-radius:50%;width:8px;height:8px}.od-reason-text{color:#0f1b0f;font-size:14px}.od-reason-text.is-selected{font-weight:700}.od-other-input{color:#0f1b0f;resize:vertical;box-sizing:border-box;border:1.5px solid #bbf7d0;border-radius:10px;outline:none;width:100%;min-height:80px;margin-top:4px;padding:10px 12px;font-family:inherit;font-size:14px;transition:border-color .2s}.od-other-input:focus{border-color:#0d4f2b}.od-reject-btn{cursor:pointer;color:#fff;letter-spacing:.3px;background-color:#dc2626;border:none;border-radius:12px;width:100%;margin-top:8px;padding:14px;font-size:16px;font-weight:800;transition:background .15s,transform .1s}.od-reject-btn:hover{background-color:#b91c1c}.od-reject-btn:active{transform:scale(.97)}.od-footer{z-index:50;background-color:#fffffffa;border-top:1px solid #e8f5e0;position:sticky;bottom:0;box-shadow:0 -4px 12px #00000014}.od-footer-inner{box-sizing:border-box;width:100%;max-width:900px;margin:0 auto}.od-action-row{flex-direction:row;gap:10px;padding:12px 16px 8px;display:flex}.od-action-btn{cursor:pointer;color:#fff;letter-spacing:.3px;border:none;border-radius:12px;flex:1;padding:14px;font-size:15px;font-weight:800;transition:transform .15s,box-shadow .15s}.od-action-btn.is-reject{background-color:#dc2626;box-shadow:0 3px 8px #dc26264d}.od-action-btn.is-accept{background-color:#0d4f2b;box-shadow:0 3px 8px #0d4f2b4d}.od-action-btn:hover{transform:translateY(-1px)}.od-action-btn:active{transform:scale(.97)}.od-wallet-row{background-color:#fff;border-top:1px solid #e8f5e0;justify-content:space-between;align-items:center;padding:10px 16px;display:flex}.od-wallet-label{color:#374151;font-size:14px;font-weight:500}.od-wallet-value{color:#374151;font-size:14px;font-weight:700}.od-total-bar{background-color:#0d4f2b;justify-content:space-between;align-items:center;height:52px;padding:0 16px;display:flex}.od-total-label{color:#fff;font-size:18px;font-weight:400}.od-total-value{color:#fff;font-size:16px;font-weight:600}@media (width>=768px){.od-product-img{width:80px;height:80px}}.sd-root{background-color:#f0fdf4;flex-direction:column;min-height:100vh;display:flex}.sd-header{z-index:100;background:linear-gradient(135deg,#0d4f2b 0%,#166534 55%,#15803d 100%);flex-shrink:0;padding:8px 16px 14px;position:sticky;top:0}.sd-header-row{box-sizing:border-box;align-items:center;gap:8px;width:100%;max-width:1280px;height:48px;margin:0 auto;display:flex}.sd-header-btn{cursor:pointer;background-color:#ffffff24;border:1px solid #ffffff14;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;transition:background .15s,transform .1s;display:flex}.sd-header-btn:hover{background-color:#ffffff38}.sd-header-btn:active{transform:scale(.93)}.sd-header-back{color:#fff;font-size:28px;font-weight:700;line-height:1}.sd-header-emoji{font-size:18px}.sd-header-center{flex:1;justify-content:center;align-items:center;display:flex}.sd-header-title{color:#fff;letter-spacing:.4px;font-size:18px;font-weight:800}.sd-header-right{flex-direction:row;flex-shrink:0;gap:8px;display:flex}.sd-content{flex-direction:column;flex:1;display:flex;overflow-y:auto}.sd-inner{box-sizing:border-box;flex-direction:column;flex:1;width:100%;max-width:900px;margin:0 auto;padding-bottom:16px;display:flex}.sd-summary-card{background-color:#fff;border:1px solid #e8f5e0;border-radius:14px;margin:14px 16px 4px;padding:14px 16px;box-shadow:0 2px 6px #0000000d}.sd-summary-row{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.sd-summary-row:last-child{margin-bottom:0}.sd-summary-label{color:#2d5a2d;font-size:13px;font-weight:600}.sd-summary-value{color:#0f1b0f;text-align:right;white-space:nowrap;text-overflow:ellipsis;max-width:60%;font-size:13px;font-weight:500;overflow:hidden}.sd-section-header{align-items:center;gap:8px;margin-top:14px;margin-bottom:10px;padding:0 16px;display:flex}.sd-section-dot{background-color:#15803d;border-radius:2px;flex-shrink:0;width:4px;height:18px}.sd-section-title{color:#0f1b0f;flex:1;font-size:16px;font-weight:700}.sd-count-badge{background-color:#f59e0b;border-radius:20px;padding:3px 10px}.sd-count-text{color:#fff;font-size:12px;font-weight:800}.sd-scroll-content{flex:1;padding:0 16px 8px}.sd-product-card{background-color:#fff;border:1px solid #e8f5e0;border-radius:14px;margin-bottom:12px;overflow:hidden;box-shadow:0 2px 6px #0000000d}.sd-product-image-wrap{justify-content:center;align-items:center;padding-top:14px;display:flex}.sd-product-image-bg{background-color:#ecfdf5;border:1px solid #d1fae5;border-radius:14px;justify-content:center;align-items:center;width:88px;height:88px;display:flex;overflow:hidden}.sd-product-image{object-fit:contain;width:66px;height:66px}.sd-product-content{padding:12px 14px}.sd-product-name{color:#0f1b0f;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 3px;font-size:15px;font-weight:700;line-height:1.4;display:-webkit-box;overflow:hidden}.sd-product-salt{color:#5a8a5a;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:12px;font-weight:500;line-height:1.45;display:-webkit-box;overflow:hidden}.sd-product-divider{background-color:#e8f5e0;height:1px;margin:10px 0}.sd-meta-row{justify-content:space-between;align-items:center;margin-bottom:6px;display:flex}.sd-meta-row:last-child{margin-bottom:0}.sd-meta-label{color:#2d5a2d;flex:1;font-size:12px;font-weight:600}.sd-meta-value{color:#0f1b0f;text-align:right;font-size:13px;font-weight:500}.sd-meta-value.is-strike{color:#dc2626;text-decoration:line-through}.sd-price-group{align-items:center;gap:6px;display:flex}.sd-price-current{color:#0d4f2b;font-size:14px;font-weight:800}.sd-price-old{color:#dc2626;font-size:12px;font-weight:500;text-decoration:line-through}.sd-card-accent{background:linear-gradient(90deg,#15803d,#22c55e,#fcd34d);width:100%;height:3px}.sd-empty-container{flex-direction:column;align-items:center;padding:60px 0;display:flex}.sd-empty-emoji{margin-bottom:12px;font-size:36px}.sd-empty-title{color:#0f1b0f;font-size:15px;font-weight:700}.sd-footer-wrap{z-index:50;background-color:#f0fdf4;border-top:1px solid #e8f5e0;flex-direction:column;gap:8px;padding:8px 16px 14px;display:flex;position:sticky;bottom:0}.sd-footer-inner{box-sizing:border-box;flex-direction:column;gap:8px;width:100%;max-width:900px;margin:0 auto;display:flex}.sd-wallet-row{background-color:#fff;border:1px solid #bbf7d0;border-radius:12px;justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.sd-wallet-label{color:#2d5a2d;font-size:14px;font-weight:600}.sd-wallet-value{color:#059669;font-size:15px;font-weight:800}.sd-total-bar{background:linear-gradient(90deg,#0d4f2b,#15803d);border-radius:14px;justify-content:space-between;align-items:center;height:52px;padding:0 20px;display:flex}.sd-total-label{color:#fff;font-size:16px;font-weight:600}.sd-total-value{color:#fff;font-size:18px;font-weight:800}@media (width>=768px){.sd-product-image-bg{width:100px;height:100px}.sd-product-image{width:76px;height:76px}.sd-summary-card,.sd-section-header,.sd-scroll-content{margin-left:auto;margin-right:auto}}.ofd-root{background-color:#f9fafb;flex-direction:column;min-height:100vh;display:flex}.ofd-body{flex:1;overflow-y:auto}.ofd-list-content{box-sizing:border-box;flex-direction:column;width:100%;max-width:1000px;margin:0 auto;padding:20px 20px 30px;display:flex}.ofd-back-btn{cursor:pointer;color:#4b5563;background:0 0;border:none;align-self:flex-start;align-items:center;gap:6px;margin-bottom:12px;padding:6px 4px;font-size:14px;font-weight:600;transition:color .15s;display:inline-flex}.ofd-back-btn:hover{color:#111827}.ofd-back-btn-arrow{font-size:16px;line-height:1}.ofd-page-header-row{justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px;display:flex}.ofd-page-title-group{align-items:center;gap:10px;min-width:0;display:flex}.ofd-page-title{color:#111827;letter-spacing:.2px;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:20px;font-weight:700;overflow:hidden}.ofd-page-title-badge{background-color:#3b82f6;border-radius:20px;flex-shrink:0;padding:2px 10px}.ofd-page-title-badge-text{color:#fff;font-size:12px;font-weight:800}.ofd-refresh-btn{cursor:pointer;color:#374151;background-color:#fff;border:1px solid #d1d5db;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;gap:6px;padding:8px 16px;font-size:13px;font-weight:600;transition:background .15s,border-color .15s;display:flex}.ofd-refresh-btn:hover{background-color:#f3f4f6;border-color:#9ca3af}.ofd-refresh-btn:disabled{opacity:.6;cursor:default}.ofd-refresh-spin{animation:.8s linear infinite ofd-spin;display:inline-block}@keyframes ofd-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ofd-order-card{cursor:pointer;background-color:#fff;border:1px solid #e5e7eb;border-radius:12px;margin-bottom:12px;transition:transform .15s,box-shadow .15s;overflow:hidden;box-shadow:0 1px 3px #0000000f}.ofd-order-card:hover{transform:translateY(-1px);box-shadow:0 4px 12px #3b82f61a}.ofd-order-card:active{transform:scale(.99)}.ofd-order-top-row{justify-content:space-between;align-items:center;padding:12px 14px 8px;display:flex}.ofd-status-badge{background-color:#3b82f6;border-radius:6px;padding:4px 10px}.ofd-status-text{color:#fff;letter-spacing:.3px;font-size:11px;font-weight:700}.ofd-order-date{color:#9ca3af;font-size:11px;font-weight:500}.ofd-order-body{flex-direction:row;gap:12px;padding:0 14px 4px;display:flex}.ofd-order-avatar{object-fit:cover;background-color:#f3f4f6;border:1px solid #e5e7eb;border-radius:10px;flex-shrink:0;width:50px;height:50px}.ofd-order-info{flex:1;min-width:0}.ofd-order-name{color:#111827;letter-spacing:.2px;white-space:nowrap;text-overflow:ellipsis;margin-bottom:6px;font-size:15px;font-weight:700;overflow:hidden}.ofd-info-row{flex-direction:row;margin-bottom:3px;display:flex}.ofd-info-label{color:#6b7280;flex-shrink:0;width:72px;font-size:12px;font-weight:600}.ofd-info-value{color:#4b5563;-webkit-line-clamp:2;-webkit-box-orient:vertical;flex:1;min-width:0;font-size:12px;font-weight:400;display:-webkit-box;overflow:hidden}.ofd-divider{background-color:#f3f4f6;height:1px;margin:10px 14px 0}.ofd-order-footer{flex-flow:wrap;align-items:center;gap:10px;padding:10px 14px;display:flex}.ofd-footer-item{flex-direction:column;gap:2px;display:flex}.ofd-footer-label{color:#9ca3af;text-transform:uppercase;letter-spacing:.3px;font-size:10px;font-weight:500}.ofd-footer-value{color:#374151;font-size:12px;font-weight:600}.ofd-footer-price{color:#0d4f2b;font-size:15px;font-weight:800}.ofd-payment-chip{border:1px solid;border-radius:20px;padding:4px 10px}.ofd-payment-chip.is-paid{background-color:#ecfdf5;border-color:#a7f3d0}.ofd-payment-chip.is-unpaid{background-color:#fef2f2;border-color:#fecaca}.ofd-payment-chip-text{letter-spacing:.3px;font-size:11px;font-weight:700}.ofd-payment-chip.is-paid .ofd-payment-chip-text{color:#059669}.ofd-payment-chip.is-unpaid .ofd-payment-chip-text{color:#dc2626}.ofd-otp-hint{background-color:#eff6ff;border:1px solid #bfdbfe;border-radius:20px;flex-shrink:0;margin-left:auto;padding:4px 10px}.ofd-otp-hint-text{color:#3b82f6;letter-spacing:.2px;font-size:10px;font-weight:700}.ofd-card-accent{background:linear-gradient(90deg,#3b82f6,#22c55e,#fcd34d);width:100%;height:3px}.ofd-empty-container{flex-direction:column;align-items:center;padding:80px 40px 0;display:flex}.ofd-empty-emoji{margin-bottom:14px;font-size:40px}.ofd-empty-title{color:#111827;margin-bottom:6px;font-size:17px;font-weight:700}.ofd-empty-subtitle{color:#9ca3af;text-align:center;font-size:13px;font-weight:500;line-height:1.55}@media (width>=768px){.ofd-order-avatar{width:58px;height:58px}.ofd-order-name{font-size:16px}.ofd-page-title{font-size:22px}}@media (width>=1024px){.ofd-list-content{max-width:900px}}.otpv-root{background-color:#f0fdf4;flex-direction:column;min-height:100vh;display:flex}.otpv-header{z-index:0;background:linear-gradient(135deg,#0d4f2b 0%,#166534 55%,#15803d 100%);flex-shrink:0;padding:8px 16px 14px;top:0}.otpv-header-row{box-sizing:border-box;align-items:center;gap:8px;width:100%;max-width:1280px;height:48px;margin:0 auto;display:flex}.otpv-header-btn{cursor:pointer;background-color:#ffffff24;border:1px solid #ffffff14;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;transition:background .15s,transform .1s;display:flex}.otpv-header-btn:hover{background-color:#ffffff38}.otpv-header-btn:active{transform:scale(.93)}.otpv-header-back{color:#fff;font-size:28px;font-weight:700;line-height:1}.otpv-header-emoji{font-size:18px}.otpv-header-center{flex:1;justify-content:center;align-items:center;display:flex}.otpv-header-title{color:#fff;letter-spacing:.4px;font-size:18px;font-weight:800}.otpv-header-right{flex-direction:row;flex-shrink:0;gap:8px;display:flex}.otpv-body{flex:1;overflow-y:auto}.otpv-scroll-content{box-sizing:border-box;flex-direction:column;width:100%;max-width:540px;margin:0 auto;padding:24px 20px 40px;display:flex}.otpv-icon-wrap{justify-content:center;align-items:center;margin-bottom:24px;display:flex}.otpv-icon-circle{background-color:#dcfce7;border:2px solid #bbf7d0;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;animation:2.5s ease-in-out infinite otpv-pulse;display:flex}@keyframes otpv-pulse{0%,to{box-shadow:0 0 #bbf7d080}50%{box-shadow:0 0 0 10px #bbf7d000}}.otpv-icon-emoji{font-size:34px}.otpv-info-card{background-color:#fff;border:1px solid #e8f5e0;border-radius:14px;margin-bottom:16px;padding:16px;box-shadow:0 2px 6px #0000000d}.otpv-mobile-row{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.otpv-mobile-label{color:#2d5a2d;font-size:13px;font-weight:600}.otpv-mobile-value{color:#0f1b0f;font-size:14px;font-weight:700}.otpv-info-divider{background-color:#e8f5e0;height:1px;margin-bottom:12px}.otpv-info-text{color:#5a8a5a;margin:0;font-size:13px;font-weight:500;line-height:1.55}.otpv-input-card{background-color:#fff;border:1px solid #e8f5e0;border-radius:14px;flex-direction:column;align-items:center;margin-bottom:16px;padding:16px;display:flex;box-shadow:0 2px 6px #0000000d}.otpv-input-label{color:#2d5a2d;letter-spacing:.3px;align-self:flex-start;margin-bottom:12px;font-size:13px;font-weight:700}.otpv-otp-input{color:#0f1b0f;letter-spacing:12px;text-align:center;box-sizing:border-box;background-color:#ecfdf5;border:2px solid #bbf7d0;border-radius:14px;outline:none;width:70%;max-width:220px;height:60px;padding:0 8px;font-family:inherit;font-size:28px;font-weight:800;transition:border-color .2s,box-shadow .2s}.otpv-otp-input:focus{border-color:#15803d;box-shadow:0 0 0 3px #15803d26}.otpv-otp-input::placeholder{color:#8fb88f;letter-spacing:8px;font-size:22px}.otpv-resend-row{flex-wrap:wrap;justify-content:center;align-items:center;gap:4px;margin-bottom:28px;display:flex}.otpv-resend-label{color:#8fb88f;font-size:13px;font-weight:500}.otpv-resend-btn{cursor:pointer;color:#15803d;background:0 0;border:none;padding:4px 6px;font-size:13px;font-weight:700;text-decoration:underline;transition:color .15s,opacity .15s}.otpv-resend-btn:hover{color:#0d4f2b}.otpv-resend-btn:active{opacity:.7}.otpv-verify-btn{color:#fff;letter-spacing:.5px;cursor:pointer;background:linear-gradient(135deg,#15803d,#22c55e);border:none;border-radius:14px;justify-content:center;align-items:center;width:100%;height:52px;font-size:16px;font-weight:800;transition:transform .15s,box-shadow .15s,opacity .15s;display:flex;box-shadow:0 4px 8px #0d4f2b40}.otpv-verify-btn:hover{transform:translateY(-1px);box-shadow:0 6px 14px #0d4f2b52}.otpv-verify-btn:active{opacity:.9;transform:scale(.97)}@media (width>=640px){.otpv-icon-circle{width:90px;height:90px}.otpv-icon-emoji{font-size:40px}.otpv-otp-input{height:68px;font-size:32px}}.no-root{background-color:#f0fdf4;flex-direction:column;min-height:100vh;display:flex}.no-body{box-sizing:border-box;flex:1;width:100%;max-width:1280px;margin:0 auto;overflow-y:auto}.no-greet-row{padding:18px 20px 4px}.no-greet-text{color:#0f1b0f;letter-spacing:.2px;font-size:20px;font-weight:700}.no-banner-wrap{margin:14px 20px 22px}.no-banner-container{background-color:#0d4f2b;border:1.5px solid #15803d1f;border-radius:20px;width:100%;max-width:780px;margin:0 auto;position:relative;overflow:hidden;box-shadow:0 4px 20px #0d4f2b26,0 1px 4px #0000000f}.no-banner-viewport{width:100%;position:relative;overflow:hidden}.no-banner-track{will-change:transform;transition:transform .5s cubic-bezier(.4,0,.2,1);display:flex}.no-banner-slide{cursor:pointer;background-color:#0d4f2b;flex-shrink:0;width:100%;position:relative}.no-banner-img{aspect-ratio:2.2;object-fit:cover;width:100%;transition:transform .4s;display:block}.no-banner-slide:hover .no-banner-img{transform:scale(1.02)}.no-banner-slide:after{content:"";pointer-events:none;z-index:1;background:linear-gradient(#0000 0%,#00000040 100%);height:40%;position:absolute;bottom:0;left:0;right:0}.no-banner-nav-btn{z-index:10;-webkit-backdrop-filter:blur(8px);cursor:pointer;opacity:0;color:#0d4f2b;background:#ffffffeb;border:1px solid #ffffff80;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;font-size:16px;font-weight:700;transition:all .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 2px 10px #00000026}.no-banner-container:hover .no-banner-nav-btn{opacity:1}.no-banner-nav-btn:hover{background:#fff;transform:translateY(-50%)scale(1.08);box-shadow:0 4px 16px #0003}.no-banner-nav-btn:active{transform:translateY(-50%)scale(.95)}.no-banner-nav-prev{left:12px}.no-banner-nav-next{right:12px}.no-banner-progress-wrap{z-index:5;background:#ffffff26;height:3px;position:absolute;bottom:0;left:0;right:0}.no-banner-progress-bar{background:linear-gradient(90deg,#22c55e,#f59e0b);border-radius:0 2px 2px 0;height:100%;transition:width .4s}.no-banner-dots-row{flex-direction:row;justify-content:center;align-items:center;gap:8px;margin-top:12px;display:flex}.no-banner-dot{cursor:pointer;border:none;border-radius:99px;outline:none;height:6px;padding:0;transition:all .3s cubic-bezier(.4,0,.2,1)}.no-banner-dot.is-active{background:linear-gradient(90deg,#15803d,#22c55e);width:24px;box-shadow:0 1px 4px #15803d59}.no-banner-dot.is-inactive{background-color:#bbf7d0;width:6px}.no-banner-dot.is-inactive:hover{background-color:#86efac;transform:scale(1.3)}.no-banner-counter{z-index:10;-webkit-backdrop-filter:blur(8px);background:#00000080;border:1px solid #ffffff26;border-radius:99px;align-items:center;gap:2px;padding:4px 10px;display:flex;position:absolute;top:12px;right:12px}.no-banner-counter-text{color:#fff;letter-spacing:.3px;font-size:11px;font-weight:700}.no-banner-counter-divider{color:#fff6;margin:0 1px;font-size:11px;font-weight:400}.no-banner-pause-indicator{z-index:10;-webkit-backdrop-filter:blur(8px);cursor:pointer;opacity:0;background:#0006;border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;transition:background .2s;display:flex;position:absolute;top:12px;left:12px}.no-banner-container:hover .no-banner-pause-indicator{opacity:1}.no-banner-pause-indicator:hover{background:#0009}.no-banner-pause-icon{color:#fff;font-size:11px}.no-section-header{align-items:center;gap:8px;margin-top:8px;margin-bottom:12px;padding:0 20px;display:flex}.no-section-dot{background-color:#15803d;border-radius:2px;flex-shrink:0;width:4px;height:18px}.no-section-title{color:#0f1b0f;letter-spacing:.3px;flex:1;font-size:16px;font-weight:700}.no-count-badge{background-color:#f59e0b;border-radius:20px;padding:3px 10px}.no-count-text{color:#fff;font-size:12px;font-weight:800}.no-list-content{padding:0 20px}.no-order-card{cursor:pointer;text-align:left;background-color:#fff;border:1px solid #e8f5e0;border-radius:14px;width:100%;margin-bottom:12px;transition:transform .15s,opacity .15s,box-shadow .15s;overflow:hidden;box-shadow:0 2px 8px #0000000f}.no-order-card:hover{transform:translateY(-1px);box-shadow:0 4px 12px #0000001a}.no-order-card:active{opacity:.95;transform:scale(.98)}.no-order-body{flex-direction:row;gap:12px;padding:12px 14px 0;display:flex}.no-order-avatar{object-fit:cover;background-color:#f0fdf4;border:1.5px solid #bbf7d0;border-radius:12px;flex-shrink:0;width:50px;height:50px}.no-order-info{flex:1;min-width:0}.no-order-name{color:#0f1b0f;letter-spacing:.2px;white-space:nowrap;text-overflow:ellipsis;margin-bottom:6px;font-size:15px;font-weight:700;overflow:hidden}.no-info-row{flex-direction:row;margin-bottom:3px;display:flex}.no-info-label{color:#2d5a2d;flex-shrink:0;width:72px;font-size:12px;font-weight:600}.no-info-value{color:#5a8a5a;-webkit-line-clamp:2;-webkit-box-orient:vertical;flex:1;min-width:0;font-size:12px;font-weight:400;display:-webkit-box;overflow:hidden}.no-divider{background-color:#e8f5e0;height:1px;margin:10px 14px 0}.no-order-footer{flex-direction:row;align-items:center;gap:16px;padding:10px 14px;display:flex}.no-footer-item{flex-direction:column;gap:2px;display:flex}.no-footer-label{color:#8fb88f;text-transform:uppercase;letter-spacing:.3px;font-size:10px;font-weight:500}.no-footer-value{color:#2d5a2d;font-size:12px;font-weight:600}.no-footer-price{color:#0d4f2b;font-size:15px;font-weight:800}.no-footer-spacer{flex:1}.no-order-date-footer{color:#8fb88f;white-space:nowrap;font-size:11px;font-weight:500}.no-card-accent{background:linear-gradient(90deg,#15803d,#22c55e,#fcd34d);width:100%;height:3px}.no-empty-container{flex-direction:column;align-items:center;padding:40px 0;display:flex}.no-empty-emoji{margin-bottom:12px;font-size:36px}.no-empty-title{color:#0f1b0f;margin-bottom:4px;font-size:16px;font-weight:700}.no-empty-subtitle{color:#8fb88f;font-size:13px;font-weight:500}.no-refresh-btn{cursor:pointer;color:#15803d;background-color:#dcfce7;border:1px solid #bbf7d0;border-radius:99px;justify-content:center;align-items:center;gap:6px;margin:8px 20px 0;padding:8px 16px;font-size:13px;font-weight:600;transition:background .15s;display:flex}.no-refresh-btn:hover{background-color:#bbf7d0}.no-refresh-btn:disabled{opacity:.6;cursor:default}.no-refresh-spin{animation:.8s linear infinite no-spin;display:inline-block}@keyframes no-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (width>=768px){.no-order-avatar{width:58px;height:58px}.no-greet-text{font-size:22px}.no-banner-nav-btn{width:42px;height:42px;font-size:18px}}@media (width>=1024px){.no-list-content{grid-template-columns:1fr 1fr;gap:12px;padding:0 20px;display:grid}.no-order-card{margin-bottom:0}.no-banner-container{max-width:860px}}@media (hover:none){.no-banner-nav-btn{opacity:1;width:34px;height:34px;font-size:14px}.no-banner-pause-indicator{opacity:1}}@keyframes header-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (width<=880px){.app-header{height:56px!important}.header-inner{gap:8px;padding:0 10px}.header-hamburger{width:32px;height:32px;display:flex}.header-nav-desktop,.header-logo-img{display:none}.header-logo-text{font-size:14.5px}.header-role-toggle,.header-login-wrap,.header-profile-wrap,.header-avatar-name,.header-role-label{display:none}.header-right{gap:6px}.header-wallet-chip{gap:4px;padding:5px 9px}.header-wallet-icon{width:14px;height:14px}.header-icon-btn{border-radius:16px;width:32px;height:32px;font-size:14px}}.app-header{z-index:60;background:linear-gradient(90deg,#0d4f2b,#166534,#15803d);position:fixed;top:0;left:0;right:0;box-shadow:0 2px 8px #0d4f2b40}.header-inner{justify-content:space-between;align-items:center;gap:16px;max-width:1280px;height:100%;margin:0 auto;padding:0 16px;display:flex}.header-left{flex-shrink:0;align-items:center;gap:10px;display:flex}.header-hamburger{cursor:pointer;background:#ffffff26;border:none;border-radius:8px;flex-direction:column;justify-content:center;gap:4px;width:36px;height:36px;display:none}.header-hamburger-bar{background:#fff;border-radius:2px;width:18px;height:2px;margin:0 auto}.header-logo{cursor:pointer;background:0 0;border:none;align-items:center;gap:8px;padding:0;display:flex}.header-logo-emoji{font-size:20px}.header-logo-img{transition:opacity .15s}.header-logo-text{color:#fff;letter-spacing:.3px;white-space:nowrap;font-size:16px;font-weight:800}.header-nav-desktop{flex:1;justify-content:center;align-items:center;gap:4px;display:flex}.header-navlink{color:#ffffffe0;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:8px;align-items:center;gap:4px;padding:8px 12px;font-size:13.5px;font-weight:700;transition:background .15s,color .15s;display:flex}.header-navlink:hover,.header-navlink.is-open{color:#fff;background:#ffffff24}.header-chevron{font-size:11px;transition:transform .15s;display:inline-block}.header-dropdown-wrap{position:relative}.header-dropdown-panel{z-index:70;background:#fff;border:1px solid #e8f5e0;border-radius:12px;flex-direction:column;gap:2px;min-width:210px;padding:6px;display:flex;position:absolute;top:calc(100% + 8px);left:0;box-shadow:0 10px 24px #0d4f2b2e}.header-dropdown-panel.align-right{left:auto;right:0}.header-dropdown-item{text-align:left;color:#0f1b0f;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:10px;padding:9px 10px;font-size:13.5px;font-weight:600;display:flex}.header-dropdown-item:hover{background:#f0fdf4}.header-dropdown-item.is-danger{color:#dc2626}.header-dropdown-item.is-danger:hover{background:#fef2f2}.header-dropdown-item-icon{flex-shrink:0;font-size:15px}.header-right{flex-shrink:0;align-items:center;gap:10px;display:flex}.header-role-toggle{cursor:pointer;border:1.5px solid;border-radius:99px;align-items:center;gap:6px;padding:5px 10px;display:flex}.header-role-emoji{font-size:14px}.header-role-label{font-size:11.5px;font-weight:800}.header-wallet-chip{cursor:pointer;background:#ffffff29;border:none;border-radius:99px;align-items:center;gap:6px;padding:6px 12px;display:flex}.header-wallet-icon{width:16px;height:16px}.header-wallet-chip span:last-child{color:#fff;font-size:12.5px;font-weight:800}.header-icon-btn{color:#fff;cursor:pointer;background:#ffffff29;border:none;border-radius:18px;justify-content:center;align-items:center;width:36px;height:36px;font-size:16px;display:flex}.header-icon-btn:disabled{opacity:.6;cursor:default}.header-icon-btn.is-spinning{animation:.6s linear infinite header-spin}.header-login-btn{color:#0d4f2b;cursor:pointer;background:#f59e0b;border:none;border-radius:99px;padding:8px 18px;font-size:13px;font-weight:800}.header-login-wrap,.header-profile-wrap{align-items:center;display:flex}.header-avatar-trigger{align-items:center;gap:8px;display:flex}.header-avatar-img{object-fit:cover;border:2px solid #fff6;border-radius:15px;width:30px;height:30px}.header-avatar-name{color:#fff;text-overflow:ellipsis;white-space:nowrap;max-width:110px;font-size:13px;font-weight:700;overflow:hidden}@media (width<=880px){.app-header{height:56px!important}.header-inner{gap:8px;padding:0 10px}.header-hamburger{width:32px;height:32px;display:flex}.header-nav-desktop,.header-logo-img{display:none}.header-logo-text{font-size:14.5px}.header-role-toggle,.header-login-wrap,.header-profile-wrap,.header-avatar-name,.header-role-label{display:none}.header-right{gap:6px}.header-wallet-chip{gap:4px;padding:5px 9px}.header-wallet-icon{width:14px;height:14px}.header-icon-btn{border-radius:16px;width:32px;height:32px;font-size:14px}}.site-footer{color:#ffffffd9;background:linear-gradient(#0f1c11 0%,#17251a 100%);margin-top:auto}.footer-trust-strip{background:#ffffff0a;border-bottom:1px solid #ffffff14}.footer-trust-inner{flex-wrap:wrap;justify-content:center;gap:12px 28px;max-width:1280px;margin:0 auto;padding:16px;display:flex}.footer-trust-item{color:#ffffffbf;white-space:nowrap;font-size:12px;font-weight:700}.footer-main{padding:40px 16px 24px}.footer-grid{grid-template-columns:1fr;gap:32px;max-width:1280px;margin:0 auto;display:grid}.footer-col{flex-direction:column;gap:10px;display:flex}.footer-col-title{color:#fff;text-transform:uppercase;letter-spacing:.6px;margin:0 0 4px;font-size:13px;font-weight:800}.footer-brand-col{gap:12px}.footer-logo{color:#fff;letter-spacing:.3px;align-items:center;gap:8px;font-size:19px;font-weight:900;text-decoration:none;display:flex}.footer-brand-desc{color:#ffffff8c;max-width:320px;margin:0;font-size:13px;line-height:1.6}.footer-social-row{gap:10px;margin-top:4px;display:flex}.footer-social-btn{color:#fff;background:#ffffff14;border:1px solid #ffffff24;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;transition:background .15s,transform .15s;display:flex}.footer-social-btn:hover{color:#0f1c11;background:#f9a825;transform:translateY(-2px)}.footer-link{color:#ffffffa6;width:fit-content;font-size:13px;font-weight:500;text-decoration:none;transition:color .15s}.footer-link:hover{color:#ffd54f}.footer-contact-row{color:#ffffffa6;align-items:flex-start;gap:10px;font-size:13px;line-height:1.5;text-decoration:none;display:flex}.footer-contact-link:hover{color:#ffd54f}.footer-contact-icon{color:#f9a825;flex-shrink:0;margin-top:2px;font-size:13px}.footer-bottom{border-top:1px solid #ffffff14;padding:16px;display:none}.footer-bottom-inner{text-align:center;color:#ffffff73;flex-direction:column;align-items:center;gap:6px;max-width:1280px;margin:0 auto;font-size:12px;display:flex}.footer-bottom-tagline{color:#ffffff59}@media (width>=640px){.footer-grid{grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:24px}.footer-bottom-inner{text-align:left;flex-direction:row;justify-content:space-between}}@media (width>=1200px){.footer-main{padding:48px 32px 28px}}.aat-page{background:linear-gradient(#f1f7f1 0%,#fff 400px);min-height:100vh}.aat-hero{background:linear-gradient(135deg,#1b5e20 0%,#2e7d32 50%,#388e3c 100%);padding:32px 0 60px;position:relative;overflow:hidden}.aat-hero:before{content:"";background:#ffffff0a;border-radius:50%;width:260px;height:260px;position:absolute;top:-80px;right:-80px}.aat-hero-inner{z-index:2;max-width:800px;margin:0 auto;padding:0 32px;position:relative}.aat-crumbs{color:#ffffffbf;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:18px;font-size:13px;font-weight:500;display:flex}.aat-crumb-link{color:#ffffffd9;cursor:pointer;background:0 0;border:none;padding:0;font-size:13px;font-weight:600;transition:color .15s}.aat-crumb-link:hover{color:#ffd54f}.aat-crumb-sep{color:#fff6;font-size:12px}.aat-crumb-current{color:#fff;font-weight:700}.aat-hero-title{color:#fff;letter-spacing:-.3px;margin:0 0 8px;font-size:28px;font-weight:800;line-height:1.2}.aat-hero-sub{color:#ffffffc7;margin:0;font-size:14px;font-weight:500}.aat-content{z-index:3;flex-direction:column;gap:16px;max-width:800px;margin:-30px auto 0;padding:0 32px 60px;display:flex;position:relative}.aat-section-head{align-items:center;gap:10px;padding:4px 0;display:flex}.aat-section-head:before{content:"";background:#f9a825;border-radius:2px;width:4px;height:18px}.aat-section-title{color:#fff;letter-spacing:.2px;font-size:14px;font-weight:800}.aat-options{grid-template-columns:1fr;gap:14px;display:grid}@media (width>=720px){.aat-options{grid-template-columns:1fr 1fr}}.aat-card{cursor:pointer;text-align:left;background:#fff;border:1.5px solid #d8edda;border-radius:16px;align-items:center;gap:14px;width:100%;padding:20px;transition:all .22s;display:flex;position:relative;overflow:hidden;box-shadow:0 3px 10px #0000000a}.aat-card:hover{border-color:#a5d6a7;transform:translateY(-3px);box-shadow:0 8px 20px #1b5e201f}.aat-card:hover .aat-card-arrow{color:#fff;background:#1b5e20;transform:translate(3px)}.aat-card-primary{background:linear-gradient(135deg,#fff,#f1f8f2);border-color:#a5d6a7}.aat-card-primary:before{content:"";background:linear-gradient(90deg,#1b5e20,#388e3c,#f9a825);height:3px;position:absolute;top:0;left:0;right:0}.aat-card-icon{background:#f1f8f2;border:1.5px solid #d8edda;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;font-size:26px;transition:all .22s;display:flex}.aat-card-primary .aat-card-icon{background:linear-gradient(135deg,#e8f5e9,#c8e6c9);border-color:#a5d6a7}.aat-card-body{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.aat-card-badge{color:#92400e;letter-spacing:.5px;text-transform:uppercase;background:#fff8e1;border:1px solid #fde68a;border-radius:999px;align-self:flex-start;align-items:center;margin-bottom:4px;padding:2px 8px;font-size:9.5px;font-weight:800;display:inline-flex}.aat-card-title{color:#0f1c11;letter-spacing:.1px;margin:0;font-size:15.5px;font-weight:800;line-height:1.3}.aat-card-sub{color:#6b8f71;margin:0;font-size:12.5px;font-weight:500;line-height:1.5}.aat-card-arrow{color:#388e3c;background:#f1f8f2;border:1px solid #d8edda;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:18px;font-weight:800;transition:all .22s;display:flex}@media (width<=640px){.aat-hero{padding:24px 0 50px}.aat-hero-inner{padding:0 16px}.aat-hero-title{font-size:22px}.aat-content{padding:0 12px 40px}.aat-card{gap:12px;padding:16px}.aat-card-icon{width:48px;height:48px;font-size:22px}.aat-card-title{font-size:14px}.aat-card-arrow{width:32px;height:32px;font-size:16px}}.cart-page{background:#f4f7f4;min-height:100vh}.cart-hero{background:linear-gradient(135deg,#0d4f2b 0%,#166534 50%,#15803d 100%);padding:32px 0 60px;position:relative;overflow:hidden}.cart-hero:before{content:"";background:#ffffff0a;border-radius:50%;width:260px;height:260px;position:absolute;top:-80px;right:-80px}.cart-hero-inner{z-index:2;max-width:1280px;margin:0 auto;padding:0 32px;position:relative}.cart-crumbs{color:#ffffffbf;align-items:center;gap:8px;margin-bottom:18px;font-size:13px;font-weight:500;display:flex}.cart-crumb-link{color:#ffffffd9;cursor:pointer;background:0 0;border:none;padding:0;font-size:13px;font-weight:600;transition:color .15s}.cart-crumb-link:hover{color:#fcd34d}.cart-crumb-sep{color:#fff6;font-size:12px}.cart-crumb-current{color:#fff;font-weight:700}.cart-hero-main{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:20px;display:flex}.cart-hero-title-block{flex-direction:column;gap:6px;display:flex}.cart-hero-title{color:#fff;letter-spacing:-.5px;margin:0;font-size:30px;font-weight:800;line-height:1.15}.cart-hero-sub{color:#ffffffc7;font-size:14px;font-weight:500}.cart-hero-pills{flex-wrap:wrap;gap:10px;display:flex}.cart-hero-pill{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#fff;background:#ffffff1f;border:1px solid #fff3;border-radius:999px;align-items:center;gap:8px;padding:8px 16px;font-size:13px;font-weight:600;display:inline-flex}.cart-hero-pill.cart-savings-pill{background:#f59e0b33;border-color:#fcd34d66}.cart-pill-num{color:#fcd34d;font-size:15px;font-weight:900}.cart-content{z-index:3;max-width:1280px;margin:-30px auto 0;padding:0 32px 60px;position:relative}.cart-layout{grid-template-columns:1fr;gap:20px;display:grid}@media (width>=900px){.cart-layout{grid-template-columns:1.6fr 1fr;align-items:start}}.cart-items-col{flex-direction:column;gap:14px;display:flex}.cart-items-head{background:#fff;border:1px solid #e5e7eb;border-radius:14px;justify-content:space-between;align-items:center;padding:16px 22px;display:flex;box-shadow:0 3px 10px #0d4f2b0d}.cart-items-head-title{color:#111827;align-items:center;gap:10px;font-size:15px;font-weight:800;display:flex}.cart-items-head-title:before{content:"";background:linear-gradient(#22c55e,#0d4f2b);border-radius:2px;width:4px;height:20px}.cart-items-head-count{color:#6b7280;font-size:13px;font-weight:600}.cart-item{background:#fff;border:1px solid #e5e7eb;border-radius:14px;transition:box-shadow .18s,border-color .18s;position:relative;overflow:hidden;box-shadow:0 3px 10px #0000000d}.cart-item:hover{border-color:#bbf7d0;box-shadow:0 6px 16px #0d4f2b14}.cart-discount-badge{z-index:10;color:#fff;letter-spacing:.5px;background:#dc2626;border-bottom-right-radius:12px;padding:5px 12px;font-size:12px;font-weight:900;position:absolute;top:0;left:0;box-shadow:0 2px 6px #dc262659}.cart-item-top{align-items:flex-start;gap:16px;padding:18px;display:flex}.cart-item-img-btn{cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:0}.cart-item-img-box{background:#f0fdf4;border:1.5px solid #bbf7d0;border-radius:12px;justify-content:center;align-items:center;width:110px;height:110px;transition:transform .18s;display:flex;overflow:hidden}.cart-item-img-box.cart-item-img-with-badge{margin-top:28px}.cart-item-img-btn:hover .cart-item-img-box{transform:scale(1.03)}.cart-item-img-box img{object-fit:contain;width:84%;height:84%}.cart-item-info{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.cart-item-salt{color:#6b7280;letter-spacing:.3px;text-overflow:ellipsis;white-space:nowrap;font-size:11.5px;font-weight:600;overflow:hidden}.cart-item-name{color:#111827;letter-spacing:.1px;text-align:left;cursor:pointer;-webkit-line-clamp:2;background:0 0;border:none;-webkit-box-orient:vertical;margin:0;padding:0;font-size:15px;font-weight:700;line-height:1.35;display:-webkit-box;overflow:hidden}.cart-item-name:hover{color:#0d4f2b}.cart-item-weight-pill{color:#15803d;letter-spacing:.2px;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:999px;align-self:flex-start;align-items:center;gap:4px;margin-top:6px;padding:3px 10px;font-size:11.5px;font-weight:600;display:inline-flex}.cart-item-price-row{flex-wrap:wrap;align-items:baseline;gap:10px;margin-top:10px;display:flex}.cart-item-selling{color:#111827;letter-spacing:-.4px;font-size:22px;font-weight:900;line-height:1}.cart-item-mrp{color:#dc2626;font-size:14px;font-weight:600;-webkit-text-decoration:line-through #ef4444;text-decoration:line-through #ef4444}.cart-item-per-unit{color:#6b7280;margin-top:4px;font-size:11.5px;font-weight:500}.cart-savings-banner{color:#fff;background:linear-gradient(90deg,#059669,#047857);justify-content:space-between;align-items:center;padding:10px 18px;display:flex}.cart-savings-label{color:#fff;letter-spacing:.8px;font-size:14px;font-weight:900}.cart-savings-amt{color:#fff;letter-spacing:-.3px;font-size:20px;font-weight:900}.cart-item-controls{border-top:1px solid #f3f4f6;flex-wrap:wrap;align-items:center;gap:12px;padding:12px 18px;display:flex}.cart-remove-btn{color:#dc2626;cursor:pointer;letter-spacing:.2px;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;align-items:center;gap:6px;padding:8px 14px;font-size:12.5px;font-weight:700;transition:all .15s;display:inline-flex}.cart-remove-btn:hover{background:#fee2e2;border-color:#dc2626}.cart-controls-spacer{flex:1}.cart-stepper{background:#fff;border:1.5px solid #e5e7eb;border-radius:10px;align-items:center;display:flex;overflow:hidden}.cart-step-btn{cursor:pointer;color:#111827;background:#f0fdf4;border:none;justify-content:center;align-items:center;width:38px;height:38px;font-size:18px;font-weight:900;transition:background .15s;display:flex}.cart-step-btn:hover:not(:disabled){background:#dcfce7}.cart-step-btn-plus{color:#fff;background:#0d4f2b}.cart-step-btn-plus:hover:not(:disabled){background:#15803d}.cart-step-btn:disabled{color:#9ca3af;cursor:not-allowed;background:#f3f4f6}.cart-step-val{color:#111827;border-left:1px solid #e5e7eb;border-right:1px solid #e5e7eb;justify-content:center;align-items:center;min-width:40px;height:38px;padding:0 8px;font-size:15px;font-weight:900;display:flex}.cart-summary-col{flex-direction:column;gap:14px;display:flex;position:sticky;top:20px}.cart-summary-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;overflow:hidden;box-shadow:0 4px 14px #0d4f2b0f}.cart-summary-head{background:linear-gradient(#f0fdf4,#fff);border-bottom:1px solid #f3f4f6;padding:16px 20px}.cart-summary-head-title{color:#111827;align-items:center;gap:10px;font-size:15px;font-weight:800;display:flex}.cart-summary-head-title:before{content:"";background:linear-gradient(#f59e0b,#b45309);border-radius:2px;width:4px;height:20px}.cart-summary-body{flex-direction:column;gap:12px;padding:18px 20px;display:flex}.cart-summary-row{color:#374151;justify-content:space-between;align-items:center;font-size:14px;display:flex}.cart-summary-row.cart-savings-row{color:#059669;font-weight:700}.cart-summary-label{font-weight:500}.cart-summary-value{font-weight:700}.cart-summary-divider{background:#e5e7eb;height:1px;margin:4px 0}.cart-summary-total-row{background:#f0fdf4;border-top:1px dashed #bbf7d0;justify-content:space-between;align-items:center;padding:14px 20px;display:flex}.cart-summary-total-label{color:#111827;letter-spacing:.2px;font-size:14px;font-weight:800}.cart-summary-total-value{color:#047857;letter-spacing:-.4px;font-size:22px;font-weight:900}.cart-summary-actions{flex-direction:column;gap:10px;padding:0 20px 20px;display:flex}.cart-btn-checkout{color:#fff;cursor:pointer;letter-spacing:.3px;background:linear-gradient(135deg,#0d4f2b,#15803d);border:none;border-radius:12px;justify-content:space-between;align-items:center;gap:12px;width:100%;padding:14px 20px;font-size:15px;font-weight:800;transition:all .18s;display:flex;box-shadow:0 4px 12px #0d4f2b40}.cart-btn-checkout:hover{transform:translateY(-2px);box-shadow:0 6px 18px #0d4f2b59}.cart-btn-checkout-arrow{background:#fff3;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:16px;display:inline-flex}.cart-btn-continue{color:#374151;cursor:pointer;background:#fff;border:1.5px solid #d1d5db;border-radius:12px;width:100%;padding:12px 20px;font-size:14px;font-weight:700;transition:all .15s}.cart-btn-continue:hover{background:#f9fafb;border-color:#9ca3af}.cart-trust-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;flex-direction:column;gap:8px;padding:14px 18px;display:flex}.cart-trust-row{color:#374151;align-items:center;gap:8px;font-size:12.5px;font-weight:500;display:flex}.cart-trust-row-icon{color:#059669;font-size:13px;font-weight:900}.cart-empty{grid-column:1/-1;justify-content:center;align-items:center;min-height:400px;padding:60px 24px;display:flex}.cart-empty-card{text-align:center;background:#fff;border:1px solid #e5e7eb;border-radius:20px;width:100%;max-width:420px;padding:40px 30px;box-shadow:0 8px 20px #0d4f2b0f}.cart-empty-icon-outer{background:linear-gradient(135deg,#dcfce7,#bbf7d0);border:4px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:96px;height:96px;margin:0 auto 20px;font-size:40px;display:flex;box-shadow:0 6px 16px #0d4f2b1f}.cart-empty-title{color:#111827;letter-spacing:.2px;margin:0 0 8px;font-size:22px;font-weight:800}.cart-empty-sub{color:#6b7280;margin:0 0 22px;font-size:14px;line-height:1.55}.cart-empty-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#0d4f2b,#15803d);border:none;border-radius:999px;align-items:center;gap:10px;padding:12px 24px;font-size:14px;font-weight:800;transition:transform .15s,box-shadow .15s;display:inline-flex;box-shadow:0 4px 12px #0d4f2b40}.cart-empty-btn:hover{transform:translateY(-2px);box-shadow:0 6px 18px #0d4f2b59}@media (width<=900px){.cart-summary-col{position:static}}@media (width<=640px){.cart-hero{padding:24px 0 50px}.cart-hero-inner{padding:0 16px}.cart-hero-title{font-size:24px}.cart-content{padding:0 12px 40px}.cart-items-head{padding:12px 14px}.cart-item-top{gap:12px;padding:14px}.cart-item-img-box{width:90px;height:90px}.cart-item-name{font-size:14px}.cart-item-selling{font-size:19px}.cart-summary-head,.cart-summary-body{padding:14px 16px}.cart-summary-actions{padding:0 16px 16px}}.cn-root{background-color:#f0fdf4;flex-direction:column;min-height:100vh;display:flex}.cn-header{z-index:100;animation:.4s forwards cn-header-in;position:sticky;top:0;box-shadow:0 5px 12px #00000026}@keyframes cn-header-in{0%{opacity:0;transform:translateY(-38px)}to{opacity:1;transform:translateY(0)}}.cn-header-grad{background:linear-gradient(135deg,#0d4f2b 0%,#166534 55%,#15803d 100%);border-bottom-right-radius:24px;border-bottom-left-radius:24px;padding:4px 0 34px;position:relative;overflow:hidden}.cn-h-blob1{pointer-events:none;background-color:#ffffff0b;border-radius:50%;width:110px;height:110px;position:absolute;top:-24px;right:-24px}.cn-h-blob2{pointer-events:none;background-color:#ffffff08;border-radius:50%;width:72px;height:72px;position:absolute;bottom:14px;left:-16px}.cn-h-blob3{pointer-events:none;background-color:#ffffff06;border-radius:50%;width:50px;height:50px;position:absolute;top:10px;left:45%}.cn-h-nav{box-sizing:border-box;align-items:center;gap:6px;width:100%;max-width:1280px;height:52px;margin:0 auto;padding:0 14px;display:flex}.cn-h-back-btn{cursor:pointer;background-color:#ffffff21;border:1px solid #ffffff17;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:background .15s,transform .1s;display:flex}.cn-h-back-btn:hover{background-color:#ffffff38}.cn-h-back-btn:active{transform:scale(.88)}.cn-h-back-arrow{color:#fff;font-size:28px;font-weight:700;line-height:1}.cn-h-center{flex:1;justify-content:center;align-items:center;display:flex}.cn-h-title-row{align-items:center;gap:6px;display:flex}.cn-h-title{color:#fff;letter-spacing:.5px;white-space:nowrap;text-overflow:ellipsis;max-width:200px;font-size:16px;font-weight:800;overflow:hidden}.cn-h-badge{background-color:#f59e0b;border-radius:50px;flex-shrink:0;padding:2px 8px;box-shadow:0 2px 5px #f59e0b80}.cn-h-badge-text{color:#fff;letter-spacing:.3px;font-size:10px;font-weight:900}.cn-h-actions{flex-shrink:0;align-items:center;gap:6px;display:flex}.cn-h-action-btn{cursor:pointer;background-color:#ffffff21;border:1px solid #ffffff17;border-radius:14px;justify-content:center;align-items:center;width:38px;height:38px;transition:background .15s,transform .1s;display:flex}.cn-h-action-btn:hover{background-color:#ffffff38}.cn-h-action-btn:active{transform:scale(.88)}.cn-h-action-emoji{font-size:17px}.cn-h-step-pill{background-color:#ffffff21;border:1px solid #ffffff26;border-radius:50px;padding:2px 10px;position:absolute;bottom:28px;right:14px}.cn-h-step-text{color:#fff;letter-spacing:.5px;font-size:10px;font-weight:700}.cn-h-wave{background-color:#f0fdf4;border-top-left-radius:24px;border-top-right-radius:24px;height:20px;position:absolute;bottom:0;left:0;right:0}.cn-body{flex:1;padding-bottom:100px;animation:.45s 90ms both cn-body-in;overflow-y:auto}@keyframes cn-body-in{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.cn-list-content{box-sizing:border-box;flex-direction:column;gap:14px;width:100%;max-width:1280px;margin:0 auto;padding:14px 14px 0;display:flex}.cn-chemist-card{cursor:pointer;background-color:#fff;border:1px solid #eaf7ea;border-radius:18px;transition:transform .18s,box-shadow .18s;animation:.4s both cn-card-in;overflow:hidden;box-shadow:0 4px 10px #0d4f2b14}@keyframes cn-card-in{0%{opacity:0;transform:translateY(30px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.cn-chemist-card:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0d4f2b24}.cn-chemist-card:active{transform:scale(.975)}.cn-card-header{background:linear-gradient(135deg,#0d4f2b,#166534,#15803d);flex-direction:row;align-items:center;gap:10px;padding:10px 14px;display:flex;position:relative;overflow:hidden}.cn-card-blob1{pointer-events:none;background-color:#ffffff0f;border-radius:50%;width:70px;height:70px;position:absolute;top:-18px;right:-18px}.cn-card-blob2{pointer-events:none;background-color:#ffffff0a;border-radius:50%;width:50px;height:50px;position:absolute;bottom:-12px;left:60px}.cn-card-img-wrap{z-index:1;background-color:#ffffff2e;border:1px solid #ffffff24;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;display:flex;position:relative;overflow:hidden}.cn-card-img{object-fit:contain;width:48px;height:48px}.cn-card-header-info{z-index:1;flex:1;min-width:0;position:relative}.cn-card-header-label{color:#ffffff8c;letter-spacing:1.5px;font-size:8px;font-weight:700}.cn-card-header-name{color:#fff;letter-spacing:.2px;white-space:nowrap;text-overflow:ellipsis;margin-top:2px;font-size:15px;font-weight:800;overflow:hidden}.cn-dist-badge{z-index:1;border:1px solid;border-radius:50px;flex-shrink:0;align-items:center;gap:3px;padding:2px 10px;display:flex;position:relative}.cn-dist-badge-emoji{font-size:10px}.cn-dist-badge-text{letter-spacing:.2px;font-size:11px;font-weight:800}.cn-card-body{flex-direction:column;gap:6px;padding:10px 14px;display:flex}.cn-info-row{flex-direction:row;align-items:flex-start;gap:4px;display:flex}.cn-info-label-wrap{flex-shrink:0;align-items:center;gap:4px;width:80px;display:flex}.cn-info-icon{font-size:11px;line-height:18px}.cn-info-label{color:#5a8a5a;font-size:11px;font-weight:600}.cn-info-value{color:#0a150a;-webkit-line-clamp:2;-webkit-box-orient:vertical;flex:1;font-size:12px;font-weight:500;line-height:1.5;display:-webkit-box;overflow:hidden}.cn-info-value.is-phone{color:#15803d;font-weight:700}.cn-hr{background-color:#eaf7ea;height:1px}.cn-card-accent{background:linear-gradient(90deg,#15803d,#22c55e,#fcd34d);width:100%;height:3px}.cn-empty-wrap{justify-content:center;align-items:center;padding:20px 18px 0;animation:.4s both cn-empty-in;display:flex}@keyframes cn-empty-in{0%{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}.cn-empty-card{background-color:#fff;border:1px solid #d1fae5;border-radius:24px;flex-direction:column;align-items:center;width:100%;max-width:380px;padding:0 22px 28px;display:flex;overflow:hidden;box-shadow:0 6px 16px #0d4f2b14}.cn-empty-top-grad{background:linear-gradient(#dcfce7,#f0fdf4);width:130%;height:70px;margin-bottom:10px}.cn-empty-icon-circle{background-color:#dcfce7;border:3px solid #bbf7d0;border-radius:50%;justify-content:center;align-items:center;width:90px;height:90px;margin-bottom:18px;animation:2.8s ease-in-out infinite cn-pulse;display:flex;box-shadow:0 4px 8px #15803d24}@keyframes cn-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.06)}}.cn-empty-emoji{font-size:36px}.cn-empty-title{color:#0a150a;text-align:center;letter-spacing:.2px;margin-bottom:6px;font-size:15px;font-weight:800}.cn-empty-sub{color:#5a8a5a;text-align:center;letter-spacing:.15px;font-size:11px;font-weight:500;line-height:1.6}.cn-empty-divider{background-color:#bbf7d0;border-radius:2px;width:50px;height:3px;margin:18px 0}.cn-footer{z-index:50;background-color:#fff;border-top-left-radius:24px;border-top-right-radius:24px;animation:.45s .18s both cn-footer-in;position:fixed;bottom:0;left:0;right:0;overflow:hidden;box-shadow:0 -3px 10px #0000001a}@keyframes cn-footer-in{0%{opacity:0;transform:translateY(72px)}to{opacity:1;transform:translateY(0)}}.cn-footer-accent{background:linear-gradient(90deg,#15803d,#22c55e,#fcd34d);width:100%;height:3px}.cn-footer-inner{box-sizing:border-box;width:100%;max-width:1280px;margin:0 auto;padding:10px 14px 14px}.cn-deliver-btn{cursor:pointer;text-align:left;background:linear-gradient(90deg,#0d4f2b,#15803d);border:none;border-radius:18px;flex-direction:row;align-items:center;gap:10px;width:100%;padding:10px 14px;transition:transform .15s,box-shadow .15s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 8px #0d4f2b47}.cn-deliver-btn:hover{transform:translateY(-1px);box-shadow:0 6px 14px #0d4f2b59}.cn-deliver-btn:active{transform:scale(.97)}.cn-deliver-shine{pointer-events:none;background-color:#ffffff0e;border-radius:50%;width:70px;height:70px;position:absolute;top:-20px;right:-20px}.cn-deliver-icon-box{background-color:#ffffff26;border:1px solid #ffffff1f;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.cn-deliver-icon-emoji{font-size:18px}.cn-deliver-text-wrap{flex:1;min-width:0}.cn-deliver-btn-text{color:#fff;letter-spacing:.3px;font-size:13px;font-weight:800}.cn-deliver-btn-sub{color:#ffffffa6;margin-top:1px;font-size:10px;font-weight:500}.cn-deliver-arrow{color:#fff;background-color:#ffffff21;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:16px;font-weight:700;display:flex}@media (width>=768px){.cn-list-content{grid-template-columns:1fr 1fr;align-items:start;gap:14px;display:grid}.cn-empty-wrap{grid-column:1/-1}}@media (width>=1024px){.cn-list-content{grid-template-columns:repeat(3,1fr)}}.cod-page{background:#f0fdf4;min-height:100vh;padding-bottom:100px}.cod-hero{background:linear-gradient(135deg,#0d4f2b 0%,#166534 50%,#15803d 100%);padding:32px 0 60px;position:relative;overflow:hidden}.cod-hero:before{content:"";background:#ffffff0a;border-radius:50%;width:260px;height:260px;position:absolute;top:-80px;right:-80px}.cod-hero-inner{z-index:2;max-width:1280px;margin:0 auto;padding:0 32px;position:relative}.cod-crumbs{color:#ffffffbf;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:18px;font-size:13px;font-weight:500;display:flex}.cod-crumb-link{color:#ffffffd9;cursor:pointer;background:0 0;border:none;padding:0;font-size:13px;font-weight:600;transition:color .15s}.cod-crumb-link:hover{color:#fcd34d}.cod-crumb-sep{color:#fff6;font-size:12px}.cod-crumb-current{color:#fff;font-weight:700}.cod-hero-main{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:20px;display:flex}.cod-hero-title{color:#fff;letter-spacing:-.5px;margin:0 0 8px;font-size:28px;font-weight:800;line-height:1.2}.cod-back-btn{color:#fff;cursor:pointer;background:#ffffff1f;border:1px solid #fff3;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;font-size:18px;font-weight:700;line-height:1;transition:all .15s;display:inline-flex}.cod-back-btn:hover{color:#fcd34d;background:#ffffff38;border-color:#fcd34d}.cod-hero-sub{color:#ffffffc7;margin:0;font-size:14px;font-weight:500}.cod-hero-pill{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#fff;background:#ffffff1f;border:1px solid #fff3;border-radius:999px;align-items:center;gap:8px;padding:8px 16px;font-size:13px;font-weight:600;display:inline-flex}.cod-hero-pill-num{color:#fcd34d;font-size:15px;font-weight:900}.cod-content{z-index:3;max-width:1280px;margin:-30px auto 0;padding:0 32px 40px;position:relative}.cod-layout{grid-template-columns:1fr;gap:20px;display:grid}@media (width>=900px){.cod-layout{grid-template-columns:1.5fr 1fr;align-items:start}}.cod-main-col{flex-direction:column;gap:16px;display:flex}.cod-seller-card{background:#fff;border:1px solid #e8f5e0;border-radius:16px;overflow:hidden;box-shadow:0 4px 12px #0d4f2b0f}.cod-seller-head{color:#fff;background:linear-gradient(135deg,#0d4f2b,#166534);align-items:center;gap:14px;padding:18px 22px;display:flex;position:relative;overflow:hidden}.cod-seller-head:before,.cod-seller-head:after{content:"";background:#ffffff0f;border-radius:50%;position:absolute}.cod-seller-head:before{width:80px;height:80px;top:-20px;right:-20px}.cod-seller-head:after{width:60px;height:60px;bottom:-15px;left:30%}.cod-seller-icon{z-index:1;background:#ffffff2e;border:1px solid #ffffff40;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:22px;display:inline-flex}.cod-seller-head-text{z-index:1;position:relative}.cod-seller-head-label{color:#ffffffb3;letter-spacing:1.2px;text-transform:uppercase;margin:0;font-size:11px;font-weight:800}.cod-seller-head-name{color:#fff;letter-spacing:.3px;margin:3px 0 0;font-size:16px;font-weight:800}.cod-seller-body{flex-direction:column;gap:10px;padding:16px 22px;display:flex}.cod-info-row{align-items:flex-start;gap:10px;font-size:13px;display:flex}.cod-info-label{color:#5a8a5a;flex-shrink:0;align-items:center;gap:5px;width:100px;font-size:12px;font-weight:600;display:flex}.cod-info-icon{font-size:13px;line-height:1}.cod-info-value{color:#0f1b0f;word-break:break-word;flex:1;font-size:13px;font-weight:500;line-height:1.45}.cod-info-value.cod-info-link{color:#15803d;cursor:pointer;font-weight:700;text-decoration:none}.cod-info-value.cod-info-link:hover{text-decoration:underline}.cod-divider{background:#e8f5e0;height:1px;margin:2px 0}.cod-card-accent{background:linear-gradient(90deg,#15803d,#22c55e,#fcd34d);height:3px}.cod-products-card{background:#fff;border:1px solid #e8f5e0;border-radius:16px;overflow:hidden;box-shadow:0 4px 12px #0d4f2b0f}.cod-products-head{background:#f0fdf4;border-bottom:1px solid #e8f5e0;justify-content:space-between;align-items:center;padding:16px 22px;display:flex}.cod-products-head-title{color:#0f1b0f;align-items:center;gap:10px;font-size:15px;font-weight:800;display:flex}.cod-products-head-title:before{content:"";background:linear-gradient(#22c55e,#0d4f2b);border-radius:2px;width:4px;height:20px}.cod-products-badge{color:#15803d;background:#dcfce7;border:1px solid #bbf7d0;border-radius:999px;padding:3px 12px;font-size:12px;font-weight:900}.cod-product{cursor:pointer;text-align:left;background:0 0;border:none;border-bottom:1px solid #f0fdf4;gap:14px;width:100%;padding:14px 22px;font-family:inherit;transition:background .15s;display:flex}.cod-product:last-child{border-bottom:none}.cod-product:hover{background:#f9fff9}.cod-product-img{background:#ecfdf5;border:1px solid #e8f5e0;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:76px;height:76px;display:flex;overflow:hidden}.cod-product-img img{object-fit:contain;max-width:90%;max-height:90%}.cod-product-info{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.cod-product-name{color:#0f1b0f;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:14px;font-weight:700;line-height:1.4;display:-webkit-box;overflow:hidden}.cod-product-salt{color:#5a8a5a;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:11.5px;overflow:hidden}.cod-product-price-row{align-items:baseline;gap:10px;margin-top:3px;display:flex}.cod-product-selling{color:#15803d;font-size:15px;font-weight:900}.cod-product-mrp{color:#dc2626;font-size:12px;font-weight:600;text-decoration:line-through}.cod-product-meta{flex-wrap:wrap;gap:6px;margin-top:6px;display:flex}.cod-product-meta-pill{color:#2d5a2d;background:#f0fdf4;border:1px solid #e8f5e0;border-radius:999px;padding:3px 10px;font-size:11px;font-weight:700}.cod-product-meta-pill.cod-reduced{color:#dc2626;background:#fef2f2;border-color:#fecaca;text-decoration:line-through}.cod-product-meta-pill.cod-seller{color:#15803d;background:#dcfce7;border-color:#bbf7d0}.cod-side-col{flex-direction:column;gap:16px;display:flex;position:sticky;top:20px}.cod-summary-card{background:#fff;border:1px solid #e8f5e0;border-radius:16px;overflow:hidden;box-shadow:0 4px 12px #0d4f2b0f}.cod-summary-head{background:linear-gradient(#f0fdf4,#fff);border-bottom:1px solid #f0fdf4;padding:16px 22px}.cod-summary-head-title{color:#0f1b0f;align-items:center;gap:10px;font-size:15px;font-weight:800;display:flex}.cod-summary-head-title:before{content:"";background:linear-gradient(#f59e0b,#b45309);border-radius:2px;width:4px;height:20px}.cod-summary-body{flex-direction:column;gap:10px;padding:16px 22px;display:flex}.cod-summary-row{color:#374151;justify-content:space-between;align-items:center;font-size:13.5px;display:flex}.cod-summary-label{font-weight:500}.cod-summary-value{color:#0f1b0f;font-weight:700}.cod-summary-row.cod-savings-row .cod-summary-value{color:#059669}.cod-summary-divider{background:#e8f5e0;height:1px;margin:4px 0}.cod-summary-total{color:#fff;background:linear-gradient(135deg,#0d4f2b,#15803d);justify-content:space-between;align-items:center;padding:16px 22px;display:flex}.cod-summary-total-label{letter-spacing:.3px;font-size:14px;font-weight:800}.cod-summary-total-value{letter-spacing:-.4px;font-size:22px;font-weight:900}.cod-actions{flex-direction:column;gap:10px;padding:16px 22px;display:flex}.cod-btn-accept{color:#fff;cursor:pointer;letter-spacing:.3px;background:linear-gradient(135deg,#0d4f2b,#15803d);border:none;border-radius:12px;width:100%;padding:14px 20px;font-size:15px;font-weight:800;transition:all .18s;box-shadow:0 4px 12px #0d4f2b40}.cod-btn-accept:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 18px #0d4f2b59}.cod-btn-cancel{color:#dc2626;cursor:pointer;background:#fef2f2;border:1.5px solid #fecaca;border-radius:12px;width:100%;padding:12px 20px;font-size:14px;font-weight:700;transition:all .18s}.cod-btn-cancel:hover{background:#fee2e2;border-color:#dc2626}.cod-btn-pay{color:#fff;cursor:pointer;letter-spacing:.3px;background:linear-gradient(135deg,#f59e0b,#d97706);border:none;border-radius:12px;width:100%;padding:14px 20px;font-size:15px;font-weight:800;transition:all .18s;box-shadow:0 4px 12px #f59e0b4d}.cod-btn-pay:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 18px #f59e0b66}.cod-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.cod-pending-notice{color:#92400e;background:#fffbeb;border:1px solid #fde68a;border-radius:10px;align-items:flex-start;gap:8px;padding:12px 14px;font-size:12.5px;font-weight:500;line-height:1.5;display:flex}.cod-modal-overlay{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:1000;background:#0000008c;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0;overflow-y:auto}.cod-modal{background:#fff;border-radius:20px;width:100%;max-width:440px;overflow:hidden;box-shadow:0 20px 60px #00000040}.cod-modal-head{color:#fff;justify-content:space-between;align-items:center;gap:12px;padding:18px 22px;display:flex;position:relative;overflow:hidden}.cod-modal-head.cod-modal-head-danger{background:linear-gradient(135deg,#991b1b,#dc2626)}.cod-modal-head.cod-modal-head-primary{background:linear-gradient(135deg,#0d4f2b,#15803d)}.cod-modal-head-title{color:#fff;margin:0;font-size:16px;font-weight:800}.cod-modal-close{color:#fff;cursor:pointer;background:#ffffff2e;border:1px solid #ffffff40;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;font-weight:800;transition:all .15s;display:inline-flex}.cod-modal-close:hover{color:#dc2626;background:#fff}.cod-modal-body{max-height:60vh;padding:20px 22px;overflow-y:auto}.cod-delivery-icon{background:#dcfce7;border:3px solid #bbf7d0;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 18px;font-size:40px;display:flex}.cod-delivery-options{flex-direction:column;gap:10px;margin-bottom:18px;display:flex}.cod-option{cursor:pointer;text-align:left;background:#f0fdf4;border:1.5px solid #e8f5e0;border-radius:12px;align-items:center;gap:12px;padding:14px;transition:all .18s;display:flex}.cod-option:hover{border-color:#bbf7d0}.cod-option.cod-option-selected{background:#dcfce7;border-color:#22c55e}.cod-radio-outer{border:2px solid #9ca3af;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;display:flex}.cod-option-selected .cod-radio-outer{border-color:#15803d}.cod-radio-inner{background:#15803d;border-radius:50%;width:10px;height:10px}.cod-option-text{color:#2d5a2d;flex:1;align-items:center;gap:6px;font-size:13.5px;font-weight:700;display:flex}.cod-option-selected .cod-option-text{color:#0d4f2b}.cod-option-emoji{font-size:16px}.cod-modal-btn{color:#fff;cursor:pointer;letter-spacing:.3px;border:none;border-radius:12px;width:100%;padding:14px 20px;font-size:15px;font-weight:800;transition:all .18s}.cod-modal-btn.cod-modal-btn-primary{background:linear-gradient(135deg,#0d4f2b,#15803d);box-shadow:0 4px 12px #0d4f2b40}.cod-modal-btn.cod-modal-btn-danger{background:linear-gradient(135deg,#991b1b,#dc2626);box-shadow:0 4px 12px #dc262640}.cod-modal-btn:hover:not(:disabled){transform:translateY(-2px)}.cod-cancel-reason{cursor:pointer;text-align:left;background:#fff;border:1.5px solid #e5e7eb;border-radius:10px;align-items:center;gap:12px;width:100%;margin-bottom:8px;padding:12px 14px;font-family:inherit;transition:all .18s;display:flex}.cod-cancel-reason:hover{border-color:#86efac}.cod-cancel-reason.cod-selected{background:#f0fdf4;border-color:#22c55e}.cod-cancel-reason-text{color:#374151;flex:1;font-size:13.5px;font-weight:500}.cod-cancel-reason.cod-selected .cod-cancel-reason-text{color:#15803d;font-weight:700}.cod-other-input{color:#111827;resize:vertical;box-sizing:border-box;background:#f0fdf4;border:1.5px solid #bbf7d0;border-radius:10px;outline:none;width:100%;min-height:80px;margin:8px 0 16px;padding:12px 14px;font-family:inherit;font-size:14px}.cod-other-input:focus{background:#fff;border-color:#15803d}.cod-pending-icon{background:#fffbeb;border:2px solid #fde68a;border-radius:50%;justify-content:center;align-items:center;width:76px;height:76px;margin:0 auto 16px;font-size:36px;display:flex}.cod-pending-title{color:#0f1b0f;text-align:center;margin:0 0 8px;font-size:18px;font-weight:800}.cod-pending-sub{color:#6b7280;text-align:center;margin:0 0 20px;font-size:13.5px;line-height:1.5}.cod-spinner{vertical-align:middle;border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:16px;height:16px;margin-right:8px;animation:.7s linear infinite cod-spin;display:inline-block}@keyframes cod-spin{to{transform:rotate(360deg)}}.cod-gate{z-index:9999;background:#fffffffa;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.cod-gate-inner{background:linear-gradient(135deg,#0d4f2b,#15803d);border-radius:20px;flex-direction:column;align-items:center;gap:16px;padding:40px 60px;display:flex;box-shadow:0 20px 40px #0d4f2b4d}.cod-gate-spinner{border:3px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:40px;height:40px;animation:.9s linear infinite cod-spin}.cod-gate-text{color:#fff;letter-spacing:.3px;font-size:14px;font-weight:700}@media (width<=900px){.cod-side-col{position:static}}@media (width<=640px){.cod-hero{padding:24px 0 50px}.cod-hero-inner{padding:0 16px}.cod-hero-title{font-size:22px}.cod-content{padding:0 12px 30px}.cod-seller-head,.cod-seller-body{padding:14px 18px}.cod-products-head{padding:14px 16px}.cod-product{padding:12px 16px}.cod-summary-head,.cod-summary-body,.cod-actions,.cod-summary-total{padding:14px 18px}}.cu-root{background-color:#f0fdf4;flex-direction:column;min-height:100vh;display:flex}.cu-header{animation:.4s forwards cu-header-in;position:static}@keyframes cu-header-in{0%{opacity:0;transform:translateY(-40px)}to{opacity:1;transform:translateY(0)}}.cu-header-grad{background:linear-gradient(135deg,#0d4f2b 0%,#166534 55%,#15803d 100%);border-bottom-right-radius:32px;border-bottom-left-radius:32px;padding:8px 0 52px;position:relative;overflow:hidden}.cu-header-decor1{pointer-events:none;background-color:#ffffff0a;border-radius:50%;width:140px;height:140px;position:absolute;top:-30px;right:-30px}.cu-header-decor2{pointer-events:none;background-color:#ffffff08;border-radius:50%;width:90px;height:90px;position:absolute;bottom:60px;left:-25px}.cu-header-decor3{pointer-events:none;background-color:#ffffff05;border-radius:50%;width:50px;height:50px;position:absolute;top:40px;left:40%}.cu-header-nav{box-sizing:border-box;align-items:center;gap:8px;width:100%;max-width:1280px;height:56px;margin:0 auto;padding:0 16px;display:flex}.cu-header-btn{cursor:pointer;background-color:#ffffff24;border:1px solid #ffffff14;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;transition:background .15s,transform .1s;display:flex}.cu-header-btn:hover{background-color:#ffffff38}.cu-header-btn:active{transform:scale(.9)}.cu-header-btn-back{color:#fff;font-size:30px;font-weight:700;line-height:1}.cu-header-center{flex:1;justify-content:center;align-items:center;display:flex}.cu-header-title{color:#fff;letter-spacing:.5px;font-size:20px;font-weight:800}.cu-hero-section{flex-direction:column;align-items:center;margin-top:20px;padding:0 24px;animation:.5s .12s both cu-hero-in;display:flex}@keyframes cu-hero-in{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.cu-hero-image-wrapper{margin-bottom:16px;position:relative}.cu-hero-image-glow{background-color:#ffffff14;border-radius:50%;position:absolute;inset:10px}.cu-hero-image{object-fit:contain;z-index:1;width:clamp(100px,30vw,160px);height:clamp(100px,30vw,160px);display:block;position:relative}.cu-hero-title{color:#fff;text-align:center;letter-spacing:.3px;margin-bottom:8px;font-size:20px;font-weight:800}.cu-hero-subtitle{color:#ffffffb8;text-align:center;letter-spacing:.2px;font-size:13px;font-weight:500;line-height:1.55}.cu-header-wave{background-color:#f0fdf4;border-top-left-radius:32px;border-top-right-radius:32px;height:24px;position:absolute;bottom:0;left:0;right:0}.cu-body{flex:1;margin-top:-8px;animation:.5s .24s both cu-body-in}@keyframes cu-body-in{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.cu-stats-row{flex-direction:row;gap:8px;margin-bottom:20px;padding:0 20px;display:flex}.cu-stat-badge{background-color:#fff;border:1px solid #bbf7d0;border-radius:14px;flex-direction:column;flex:1;align-items:center;gap:2px;padding:12px 8px;animation:.4s both cu-stat-in;display:flex;box-shadow:0 2px 6px #0000001a}@keyframes cu-stat-in{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.cu-stat-emoji{font-size:20px}.cu-stat-value{color:#111827;letter-spacing:.2px;font-size:15px;font-weight:800}.cu-stat-label{color:#9ca3af;letter-spacing:.5px;text-transform:uppercase;font-size:10px;font-weight:600}.cu-cards-container{flex-direction:column;gap:12px;padding:0 20px;display:flex}.cu-contact-card{cursor:pointer;background-color:#fff;border-style:solid;border-width:1.5px;border-radius:20px;flex-direction:row;align-items:center;gap:16px;padding-right:16px;transition:transform .18s,box-shadow .18s;animation:.4s both cu-card-in;display:flex;overflow:hidden;box-shadow:0 4px 10px #0000001a}@keyframes cu-card-in{0%{opacity:0;transform:translateY(40px)scale(.9)}to{opacity:1;transform:translateY(0)scale(1)}}.cu-contact-card:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0000001f}.cu-contact-card:active{transform:scale(.95)}.cu-contact-accent{flex-shrink:0;align-self:stretch;width:5px}.cu-contact-icon-circle{border-style:solid;border-width:1.5px;border-radius:25px;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;margin-top:16px;margin-bottom:16px;margin-left:16px;display:flex}.cu-contact-icon-emoji{font-size:22px}.cu-contact-content{flex-direction:column;flex:1;gap:2px;min-width:0;padding:16px 0;display:flex}.cu-contact-title{color:#9ca3af;letter-spacing:.8px;text-transform:uppercase;font-size:11px;font-weight:700}.cu-contact-value{letter-spacing:.2px;word-break:break-all;font-size:15px;font-weight:800}.cu-contact-subtitle{color:#6b7280;letter-spacing:.2px;margin-top:2px;font-size:11px;font-weight:500}.cu-contact-arrow-bg{border-radius:17px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.cu-contact-arrow{font-size:18px;font-weight:800}.cu-trust-footer{flex-direction:column;align-items:center;margin-top:20px;padding:24px;display:flex}.cu-trust-line{background-color:#bbf7d0;border-radius:2px;width:50px;height:3px;margin-bottom:20px}.cu-trust-content{flex-direction:column;align-items:center;gap:4px;margin-bottom:16px;display:flex}.cu-trust-emoji{margin-bottom:4px;font-size:28px}.cu-trust-title{color:#111827;letter-spacing:.5px;font-size:18px;font-weight:800}.cu-trust-subtitle{color:#6b7280;text-align:center;letter-spacing:.2px;font-size:13px;font-weight:500}.cu-trust-badges-row{flex-flow:wrap;justify-content:center;gap:12px;display:flex}.cu-trust-badge{background-color:#f0fdf4;border:1px solid #bbf7d0;border-radius:14px;flex-direction:column;align-items:center;gap:4px;min-width:80px;padding:12px 16px;display:flex}.cu-trust-badge-emoji{font-size:18px}.cu-trust-badge-text{color:#15803d;letter-spacing:.3px;font-size:11px;font-weight:700}@media (width>=640px){.cu-cards-container{width:100%;max-width:600px;margin-left:auto;margin-right:auto}.cu-stats-row{width:calc(100% - 40px);max-width:600px;margin-left:auto;margin-right:auto}}.da-page{background:linear-gradient(#f0fdf4 0%,#fff 400px);min-height:100vh}.da-hero{background:linear-gradient(135deg,#0d4f2b 0%,#166534 50%,#15803d 100%);padding:32px 0 60px;position:relative;overflow:hidden}.da-hero:before{content:"";background:#ffffff0a;border-radius:50%;width:260px;height:260px;position:absolute;top:-80px;right:-80px}.da-hero-inner{z-index:2;max-width:720px;margin:0 auto;padding:0 32px;position:relative}.da-crumbs{color:#ffffffbf;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:18px;font-size:13px;font-weight:500;display:flex}.da-crumb-link{color:#ffffffd9;cursor:pointer;background:0 0;border:none;padding:0;font-size:13px;font-weight:600;transition:color .15s}.da-crumb-link:hover{color:#fcd34d}.da-crumb-sep{color:#fff6;font-size:12px}.da-crumb-current{color:#fff;font-weight:700}.da-hero-title{color:#fff;letter-spacing:-.3px;margin:0 0 8px;font-size:28px;font-weight:800;line-height:1.2}.da-hero-sub{color:#ffffffc7;margin:0;font-size:14px;font-weight:500}.da-content{z-index:3;flex-direction:column;gap:18px;max-width:720px;margin:-30px auto 0;padding:0 32px 60px;display:flex;position:relative}.da-warning-banner{background:linear-gradient(135deg,#fef2f2,#fee2e2);border:1px solid #fecaca;border-radius:14px;align-items:flex-start;gap:14px;padding:16px 18px;display:flex}.da-warning-icon{background:#fff;border:1px solid #fecaca;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:20px;display:flex;box-shadow:0 2px 6px #dc262626}.da-warning-title{color:#9f1239;margin:0 0 3px;font-size:14px;font-weight:800}.da-warning-desc{color:#9f1239;margin:0;font-size:12.5px;line-height:1.5}.da-card{background:#fff;border:1px solid #e8f5e0;border-radius:16px;flex-direction:column;gap:20px;padding:24px;display:flex;box-shadow:0 4px 12px #0d4f2b0d}.da-field{flex-direction:column;gap:8px;display:flex}.da-field-label{color:#374151;text-transform:uppercase;letter-spacing:.8px;font-size:11px;font-weight:800}.da-locked-row{background:#f3f4f6;border:1.5px solid #e5e7eb;border-radius:10px;justify-content:space-between;align-items:center;padding:12px 14px;display:flex}.da-locked-left{align-items:center;gap:10px;display:flex}.da-locked-icon{font-size:16px}.da-locked-text{color:#6b7280;font-size:15px;font-weight:600}.da-locked-badge{color:#6b7280;text-transform:uppercase;letter-spacing:.5px;background:#e5e7eb;border-radius:999px;align-items:center;gap:4px;padding:3px 10px;font-size:10px;font-weight:700;display:inline-flex}.da-input{color:#111827;box-sizing:border-box;background:#f9fafb;border:1.5px solid #d1d5db;border-radius:10px;outline:none;width:100%;padding:12px 14px 12px 42px;font-family:inherit;font-size:14.5px;font-weight:500;transition:all .18s}.da-input:hover{border-color:#86efac}.da-input:focus{background:#fff;border-color:#15803d;box-shadow:0 0 0 3px #15803d1f}.da-input::placeholder{color:#9ca3af;font-weight:400}.da-input-wrap{position:relative}.da-input-icon{pointer-events:none;font-size:16px;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.da-input-toggle{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:6px 10px;font-size:13px;font-weight:700;transition:color .15s;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.da-input-toggle:hover{color:#0d4f2b}.da-textarea{color:#111827;box-sizing:border-box;resize:vertical;background:#f9fafb;border:1.5px solid #d1d5db;border-radius:10px;outline:none;width:100%;min-height:80px;padding:12px 14px;font-family:inherit;font-size:14.5px;font-weight:500;transition:all .18s}.da-textarea:focus{background:#fff;border-color:#15803d;box-shadow:0 0 0 3px #15803d1f}.da-reasons{flex-direction:column;gap:8px;display:flex}.da-reason{cursor:pointer;text-align:left;background:#fff;border:1.5px solid #d1d5db;border-radius:10px;align-items:center;gap:12px;padding:12px 14px;transition:all .18s;display:flex}.da-reason:hover{background:#f0fdf4;border-color:#86efac}.da-reason.da-reason-selected{background:#ebf5ff;border-color:#0091ff}.da-radio-outer{border:2px solid #d1d5db;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;transition:border-color .15s;display:flex}.da-reason-selected .da-radio-outer{border-color:#0091ff}.da-radio-inner{background:#0091ff;border-radius:50%;width:10px;height:10px}.da-reason-text{color:#111827;flex:1;font-size:14px;font-weight:500}.da-reason-selected .da-reason-text{color:#0091ff;font-weight:700}.da-actions{flex-wrap:wrap;justify-content:flex-end;gap:12px;padding-top:4px;display:flex}.da-btn-cancel{color:#374151;cursor:pointer;background:#fff;border:1.5px solid #d1d5db;border-radius:10px;padding:12px 24px;font-size:14px;font-weight:700;transition:all .18s}.da-btn-cancel:hover{background:#f9fafb;border-color:#9ca3af}.da-btn-danger{color:#fff;letter-spacing:.3px;cursor:pointer;background:linear-gradient(135deg,#dc2626,#b91c1c);border:none;border-radius:10px;align-items:center;gap:8px;padding:12px 28px;font-size:14px;font-weight:800;transition:all .18s;display:inline-flex;box-shadow:0 3px 10px #dc262638}.da-btn-danger:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 5px 14px #dc262659}.da-btn-danger:disabled{cursor:not-allowed;box-shadow:none;background:#9ca3af;transform:none}.da-modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#0f172a8c;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0;overflow-y:auto}.da-modal{background:#fff;border-radius:20px;width:100%;max-width:420px;max-height:90vh;padding:28px 26px 24px;overflow-y:auto;box-shadow:0 20px 60px #0000004d}.da-modal-icon-wrap{background:#fef2f2;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 16px;font-size:30px;display:flex;box-shadow:0 4px 12px #dc262626}.da-modal-icon-wrap.da-blue{background:#eff8ff;box-shadow:0 4px 12px #0091ff26}.da-modal-title{color:#111827;text-align:center;letter-spacing:-.2px;margin:0 0 6px;font-size:19px;font-weight:800}.da-modal-sub{color:#64748b;text-align:center;margin:0 0 14px;font-size:13.5px;line-height:1.5}.da-phone-chip{color:#111827;background:#f1f5f9;border-radius:999px;align-items:center;gap:8px;margin:0 auto 16px;padding:8px 16px;font-size:14px;font-weight:700;display:inline-flex}.da-phone-chip-wrap{justify-content:center;display:flex}.da-verified-badge{color:#059669;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:999px;align-items:center;gap:6px;margin:0 auto 16px;padding:6px 14px;font-size:12.5px;font-weight:700;display:inline-flex}.da-verified-wrap{justify-content:center;display:flex}.da-modal-divider{background:#e5e7eb;height:1px;margin:16px 0}.da-checklist{background:#fff8f8;border:1px solid #fecaca;border-radius:12px;flex-direction:column;gap:10px;margin-bottom:20px;padding:14px;display:flex}.da-checklist-title{color:#9f1239;text-transform:uppercase;letter-spacing:.5px;margin:0 0 4px;font-size:11px;font-weight:800}.da-checklist-item{align-items:flex-start;gap:10px;display:flex}.da-checklist-bullet{background:#fee2e2;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;margin-top:1px;font-size:10px;display:flex}.da-checklist-text{color:#9f1239;flex:1;font-size:13px;font-weight:500;line-height:1.5}.da-modal-actions{gap:10px;display:flex}.da-modal-btn-cancel,.da-modal-btn-danger,.da-modal-btn-primary{cursor:pointer;border:none;border-radius:10px;flex:1;justify-content:center;align-items:center;gap:6px;min-height:44px;padding:12px 18px;font-size:14px;font-weight:700;transition:all .18s;display:inline-flex}.da-modal-btn-cancel{color:#374151;background:#f8fafc;border:1.5px solid #e5e7eb}.da-modal-btn-cancel:hover:not(:disabled){background:#f1f5f9}.da-modal-btn-danger{color:#fff;background:#dc2626;box-shadow:0 3px 8px #dc262640}.da-modal-btn-danger:hover:not(:disabled){background:#b91c1c;transform:translateY(-1px)}.da-modal-btn-primary{color:#fff;background:#0091ff;box-shadow:0 3px 8px #0091ff40}.da-modal-btn-primary:hover:not(:disabled){background:#007acc;transform:translateY(-1px)}.da-modal-btn-cancel:disabled,.da-modal-btn-danger:disabled,.da-modal-btn-primary:disabled{opacity:.6;cursor:not-allowed;transform:none}.da-spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.7s linear infinite da-spin}@keyframes da-spin{to{transform:rotate(360deg)}}.da-otp-section{margin-bottom:16px}.da-otp-label{color:#374151;text-transform:uppercase;letter-spacing:.8px;text-align:center;margin-bottom:12px;font-size:11px;font-weight:800}.da-otp-row{justify-content:center;gap:10px;display:flex}.da-otp-box{color:#111827;text-align:center;background:#f9fafb;border:2px solid #d1d5db;border-radius:12px;outline:none;width:52px;height:58px;font-family:inherit;font-size:22px;font-weight:800;transition:all .15s}.da-otp-box:focus{background:#fff;border-color:#0091ff;box-shadow:0 0 0 3px #0091ff26}.da-otp-box-filled{color:#0091ff;background:#eff8ff;border-color:#0091ff}.da-resend-row{color:#64748b;justify-content:center;align-items:center;gap:6px;margin-bottom:20px;font-size:13px;display:flex}.da-resend-timer{color:#111827;background:#f1f5f9;border-radius:999px;padding:3px 10px;font-size:12.5px;font-weight:800}.da-resend-btn{color:#0091ff;cursor:pointer;background:0 0;border:none;padding:0;font-size:14px;font-weight:700}.da-resend-btn:hover{text-decoration:underline}@media (width<=640px){.da-hero{padding:24px 0 50px}.da-hero-inner{padding:0 16px}.da-hero-title{font-size:22px}.da-content{padding:0 12px 40px}.da-card{padding:18px}.da-modal{padding:22px 18px 20px}.da-modal-title{font-size:17px}.da-otp-box{width:46px;height:52px;font-size:20px}.da-actions{flex-direction:column-reverse}.da-btn-cancel,.da-btn-danger{justify-content:center;width:100%}.da-modal-actions{flex-direction:column-reverse}}.dord-page{background:#f0fdf4;min-height:100vh}.dord-hero{background:linear-gradient(135deg,#0d4f2b 0%,#166534 50%,#15803d 100%);padding:32px 0 60px;position:relative;overflow:hidden}.dord-hero:before{content:"";background:#ffffff0a;border-radius:50%;width:260px;height:260px;position:absolute;top:-80px;right:-80px}.dord-hero-inner{z-index:2;max-width:1280px;margin:0 auto;padding:0 32px;position:relative}.dord-crumbs{color:#ffffffbf;align-items:center;gap:8px;margin-bottom:18px;font-size:13px;font-weight:500;display:flex}.dord-crumb-link{color:#ffffffd9;cursor:pointer;background:0 0;border:none;padding:0;font-size:13px;font-weight:600;transition:color .15s}.dord-crumb-link:hover{color:#fcd34d}.dord-crumb-sep{color:#fff6;font-size:12px}.dord-crumb-current{color:#fff;font-weight:700}.dord-hero-main{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:20px;display:flex}.dord-hero-title{color:#fff;letter-spacing:-.5px;margin:0 0 8px;font-size:30px;font-weight:800;line-height:1.15}.dord-hero-sub{color:#ffffffc7;margin:0;font-size:14px;font-weight:500}.dord-hero-pill{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#fff;background:#ffffff1f;border:1px solid #fff3;border-radius:999px;align-items:center;gap:8px;padding:10px 18px;font-size:13px;font-weight:600;display:inline-flex}.dord-pill-num{color:#fcd34d;font-size:15px;font-weight:900}.dord-content{z-index:3;max-width:1280px;margin:-30px auto 0;padding:0 32px 60px;position:relative}.dord-list-head{background:#fff;border:1px solid #e8f5e0;border-bottom:none;border-radius:16px 16px 0 0;justify-content:space-between;align-items:center;padding:16px 22px;display:flex;box-shadow:0 3px 10px #0d4f2b0d}.dord-list-head-title{color:#0f1b0f;align-items:center;gap:10px;font-size:15px;font-weight:800;display:flex}.dord-list-head-title:before{content:"";background:linear-gradient(#059669,#0d4f2b);border-radius:2px;width:4px;height:20px}.dord-list-head-count{color:#6b7280;font-size:13px;font-weight:600}.dord-list{background:#fff;border:1px solid #e8f5e0;border-top:none;border-radius:0 0 16px 16px;grid-template-columns:1fr;gap:16px;padding:20px;display:grid;box-shadow:0 4px 12px #0d4f2b0f}@media (width>=900px){.dord-list{grid-template-columns:1fr 1fr}}.dord-card{cursor:pointer;text-align:left;background:#fff;border:1px solid #e8f5e0;border-radius:14px;width:100%;padding:0;transition:all .22s;overflow:hidden;box-shadow:0 3px 10px #0000000d}.dord-card:hover{border-color:#a7f3d0;transform:translateY(-3px);box-shadow:0 10px 22px #0596691f}.dord-card:hover .dord-arrow{color:#fff;background:#059669;transform:translate(4px)}.dord-card-head{background:#f0fdf4;border-bottom:1px solid #e8f5e0;justify-content:space-between;align-items:center;gap:10px;padding:14px 18px;display:flex}.dord-oid-badge{color:#fff;letter-spacing:.3px;background:#0d4f2b;border-radius:6px;padding:5px 12px;font-size:12px;font-weight:800}.dord-status-badge{color:#059669;letter-spacing:.3px;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:999px;align-items:center;gap:5px;padding:5px 12px;font-size:11.5px;font-weight:800;display:inline-flex}.dord-card-body{flex-direction:column;gap:8px;padding:14px 18px;display:flex}.dord-info-row{align-items:flex-start;gap:10px;font-size:12.5px;display:flex}.dord-info-label{color:#6b7280;flex-shrink:0;width:100px;font-weight:600}.dord-info-value{color:#0f1b0f;word-break:break-word;flex:1;font-weight:600;line-height:1.5}.dord-card-foot{background:#fafefb;border-top:1px solid #e8f5e0;align-items:center;gap:14px;padding:14px 18px;display:flex}.dord-price-block{flex:1;min-width:0}.dord-price-label{color:#6b7280;letter-spacing:.4px;text-transform:uppercase;margin:0;font-size:10.5px;font-weight:700}.dord-price-value{color:#0d4f2b;letter-spacing:-.3px;margin:2px 0 0;font-size:18px;font-weight:900}.dord-payment-pill{letter-spacing:.3px;border-radius:999px;align-items:center;gap:5px;padding:5px 12px;font-size:11.5px;font-weight:800;display:inline-flex}.dord-payment-pill.dord-paid{color:#059669;background:#ecfdf5;border:1px solid #a7f3d0}.dord-payment-pill.dord-unpaid{color:#f59e0b;background:#fffbeb;border:1px solid #fde68a}.dord-arrow{color:#0d4f2b;background:#dcfce7;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:17px;font-weight:800;transition:all .22s;display:inline-flex}.dord-empty{grid-column:1/-1;justify-content:center;align-items:center;min-height:380px;padding:40px 24px;display:flex}.dord-empty-card{text-align:center;background:#fff;border:1px solid #e8f5e0;border-radius:20px;width:100%;max-width:440px;padding:40px 30px;box-shadow:0 8px 20px #0d4f2b0f}.dord-empty-icon{background:linear-gradient(135deg,#dcfce7,#bbf7d0);border:4px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:100px;height:100px;margin:0 auto 20px;font-size:42px;display:flex;box-shadow:0 6px 16px #0d4f2b1f}.dord-empty-title{color:#0f1b0f;margin:0 0 8px;font-size:20px;font-weight:800}.dord-empty-sub{color:#5a8a5a;margin:0 0 22px;font-size:14px;line-height:1.55}.dord-empty-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#0d4f2b,#15803d);border:none;border-radius:999px;align-items:center;gap:8px;padding:12px 26px;font-size:14px;font-weight:800;transition:transform .15s;display:inline-flex;box-shadow:0 4px 12px #0d4f2b40}.dord-empty-btn:hover{transform:translateY(-2px);box-shadow:0 6px 18px #0d4f2b59}.dord-login-wrap{justify-content:center;align-items:center;min-height:400px;padding:40px 24px;display:flex}.dord-login-card{text-align:center;background:#fff;border:1px solid #e8f5e0;border-radius:20px;width:100%;max-width:440px;padding:40px 30px;box-shadow:0 8px 20px #0d4f2b0f}.dord-login-icon{background:linear-gradient(135deg,#dcfce7,#bbf7d0);border:4px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:100px;height:100px;margin:0 auto 20px;font-size:42px;display:flex;box-shadow:0 6px 16px #0d4f2b1f}.dord-login-title{color:#0f1b0f;margin:0 0 8px;font-size:20px;font-weight:800}.dord-login-sub{color:#5a8a5a;margin:0 0 22px;font-size:14px;line-height:1.55}.dord-login-btn{color:#fff;cursor:pointer;letter-spacing:.3px;background:linear-gradient(135deg,#0d4f2b,#15803d);border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;width:100%;padding:14px 24px;font-size:15px;font-weight:800;transition:all .18s;display:inline-flex;box-shadow:0 4px 12px #0d4f2b40}.dord-login-btn:hover{transform:translateY(-2px);box-shadow:0 6px 18px #0d4f2b59}@media (width<=640px){.dord-hero{padding:24px 0 50px}.dord-hero-inner{padding:0 16px}.dord-hero-title{font-size:24px}.dord-content{padding:0 12px 40px}.dord-list-head{padding:14px 16px}.dord-list{gap:12px;padding:14px}.dord-card-head,.dord-card-body{padding:12px 14px}.dord-card-foot{gap:10px;padding:12px 14px}.dord-info-label{width:88px;font-size:12px}.dord-price-value{font-size:16px}}.dod-page{background:#f0fdf4;min-height:100vh}.dod-hero{background:linear-gradient(135deg,#0d4f2b 0%,#166534 50%,#15803d 100%);padding:32px 0 60px;position:relative;overflow:hidden}.dod-hero:before{content:"";background:#ffffff0a;border-radius:50%;width:260px;height:260px;position:absolute;top:-80px;right:-80px}.dod-hero-inner{z-index:2;max-width:1280px;margin:0 auto;padding:0 32px;position:relative}.dod-crumbs{color:#ffffffbf;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:18px;font-size:13px;font-weight:500;display:flex}.dod-crumb-link{color:#ffffffd9;cursor:pointer;background:0 0;border:none;padding:0;font-size:13px;font-weight:600;transition:color .15s}.dod-crumb-link:hover{color:#fcd34d}.dod-crumb-sep{color:#fff6;font-size:12px}.dod-crumb-current{color:#fff;font-weight:700}.dod-hero-main{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:20px;display:flex}.dod-hero-title{color:#fff;letter-spacing:-.5px;margin:0 0 8px;font-size:28px;font-weight:800;line-height:1.2}.dod-hero-sub{color:#ffffffc7;margin:0;font-size:14px;font-weight:500}.dod-hero-pill{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#fff;background:#ffffff26;border:1px solid #ffffff40;border-radius:999px;align-items:center;gap:8px;padding:8px 18px;font-size:13px;font-weight:700;display:inline-flex}.dod-hero-pill-emoji{font-size:15px}.dod-content{z-index:3;max-width:1280px;margin:-30px auto 0;padding:0 32px 60px;position:relative}.dod-layout{grid-template-columns:1fr;gap:20px;display:grid}@media (width>=900px){.dod-layout{grid-template-columns:1.5fr 1fr;align-items:start}}.dod-main-col{flex-direction:column;gap:16px;display:flex}.dod-order-card{background:#fff;border:1px solid #e8f5e0;border-radius:16px;overflow:hidden;box-shadow:0 4px 12px #0d4f2b0f}.dod-store-head{background:linear-gradient(135deg,#f0fdf4,#fff);border-bottom:1px solid #e8f5e0;padding:18px 22px;position:relative;overflow:hidden}.dod-store-head:before{content:"";background:#22c55e12;border-radius:50%;width:100px;height:100px;position:absolute;top:-20px;right:-10px}.dod-store-head:after{content:"";background:#f59e0b0f;border-radius:50%;width:70px;height:70px;position:absolute;bottom:-15px;left:-10px}.dod-delivered-badge{color:#059669;letter-spacing:.3px;z-index:1;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:999px;align-items:center;gap:8px;margin-bottom:12px;padding:6px 14px;font-size:12px;font-weight:800;display:inline-flex;position:relative}.dod-store-header-row{z-index:1;align-items:center;gap:14px;margin-bottom:14px;display:flex;position:relative}.dod-store-icon{background:#dcfce7;border:2px solid #bbf7d0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:22px;display:inline-flex}.dod-store-text{flex:1;min-width:0}.dod-store-name{color:#0f1b0f;letter-spacing:.3px;margin:0;font-size:16px;font-weight:800}.dod-store-owner{color:#5a8a5a;margin:2px 0 0;font-size:12px;font-weight:500}.dod-store-details{z-index:1;background:#fff;border:1px solid #e8f5e0;border-radius:10px;padding:4px 12px;position:relative}.dod-detail-row{border-bottom:1px solid #e8f5e0;align-items:flex-start;padding:10px 0;font-size:12px;display:flex}.dod-detail-row:last-child{border-bottom:none}.dod-detail-label{color:#2d5a2d;flex-shrink:0;width:84px;font-weight:700}.dod-detail-colon{color:#2d5a2d;width:12px;font-weight:700}.dod-detail-value{color:#0f1b0f;word-break:break-word;flex:1;font-weight:500;line-height:1.5}.dod-detail-value.dod-detail-link{color:#15803d;cursor:pointer;font-weight:700;text-decoration:none}.dod-detail-value.dod-detail-link:hover{text-decoration:underline}.dod-products-head{border-bottom:1px solid #e8f5e0;align-items:center;gap:10px;padding:14px 22px;display:flex}.dod-products-badge{color:#15803d;background:#dcfce7;border:1px solid #bbf7d0;border-radius:999px;padding:4px 12px;font-size:11px;font-weight:700}.dod-products-title{color:#0f1b0f;font-size:14px;font-weight:700}.dod-products-list{flex-direction:column;gap:10px;padding:14px 18px;display:flex}.dod-product{cursor:pointer;text-align:left;background:#fff;border:1px solid #e8f5e0;border-radius:12px;align-items:center;width:100%;padding:0;font-family:inherit;transition:all .18s;display:flex;overflow:hidden;box-shadow:0 2px 6px #0d4f2b0a}.dod-product:hover{border-color:#bbf7d0;transform:translateY(-2px);box-shadow:0 6px 16px #0d4f2b1a}.dod-product:hover .dod-product-arrow{background:linear-gradient(135deg,#0d4f2b,#15803d);transform:scale(1.05)}.dod-product-img{background:linear-gradient(135deg,#f0fdf4,#ecfdf5);flex-shrink:0;justify-content:center;align-items:center;width:84px;height:84px;display:flex}.dod-product-img img{object-fit:contain;width:66px;height:66px}.dod-product-info{flex:1;min-width:0;padding:12px 14px}.dod-product-name{color:#0f1b0f;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:13.5px;font-weight:700;line-height:1.4;display:-webkit-box;overflow:hidden}.dod-product-salt{color:#5a8a5a;text-overflow:ellipsis;white-space:nowrap;margin:2px 0 0;font-size:11px;overflow:hidden}.dod-product-price-row{align-items:baseline;gap:8px;margin-top:6px;display:flex}.dod-product-selling{color:#0d4f2b;font-size:15px;font-weight:900}.dod-product-mrp{color:#8fb88f;font-size:11px;font-weight:500;text-decoration:line-through}.dod-product-meta{flex-wrap:wrap;gap:6px;margin-top:8px;display:flex}.dod-meta-pill{background:#f0fdf4;border:1px solid #d1fae5;border-radius:999px;align-items:center;gap:4px;padding:3px 10px;display:inline-flex}.dod-meta-pill.dod-meta-danger{background:#fef2f2;border-color:#fecaca}.dod-meta-label{color:#5a8a5a;letter-spacing:.3px;text-transform:uppercase;font-size:9px;font-weight:700}.dod-meta-value{color:#2d5a2d;font-size:10px;font-weight:700}.dod-meta-pill.dod-meta-danger .dod-meta-value{color:#dc2626;text-decoration:line-through}.dod-product-arrow{color:#0d4f2b;background:#dcfce7;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;margin:0 14px 0 8px;font-size:16px;font-weight:800;transition:all .22s;display:inline-flex}.dod-product:hover .dod-product-arrow{color:#fff}.dod-side-col{flex-direction:column;gap:16px;display:flex;position:sticky;top:20px}.dod-summary-card{background:#fff;border:1px solid #e8f5e0;border-radius:16px;overflow:hidden;box-shadow:0 4px 12px #0d4f2b0f}.dod-summary-head{background:linear-gradient(#f0fdf4,#fff);border-bottom:1px solid #f0fdf4;padding:16px 22px}.dod-summary-head-title{color:#0f1b0f;align-items:center;gap:10px;font-size:15px;font-weight:800;display:flex}.dod-summary-head-title:before{content:"";background:linear-gradient(#f59e0b,#b45309);border-radius:2px;width:4px;height:20px}.dod-summary-body{flex-direction:column;gap:12px;padding:16px 22px;display:flex}.dod-summary-row{justify-content:space-between;align-items:center;font-size:13.5px;display:flex}.dod-summary-label{color:#374151;align-items:center;gap:6px;font-weight:500;display:inline-flex}.dod-summary-value{color:#0f1b0f;font-weight:700}.dod-summary-row.dod-wallet-row .dod-summary-value{color:#dc2626}.dod-summary-row.dod-savings-row .dod-summary-value{color:#059669}.dod-summary-divider{background:#e8f5e0;height:1px}.dod-summary-total{color:#fff;background:linear-gradient(135deg,#0d4f2b,#15803d);justify-content:space-between;align-items:center;padding:16px 22px;display:flex}.dod-summary-total-block{min-width:0}.dod-summary-total-label{letter-spacing:.3px;margin:0;font-size:15px;font-weight:800}.dod-summary-total-sub{color:#ffffffb3;margin:2px 0 0;font-size:11px;font-weight:500}.dod-summary-total-value{letter-spacing:-.4px;background:#ffffff26;border:1px solid #ffffff26;border-radius:10px;padding:6px 14px;font-size:22px;font-weight:900}.dod-status-card{background:#fff;border:1px solid #e8f5e0;border-radius:16px;flex-direction:column;gap:10px;padding:16px 20px;display:flex;box-shadow:0 4px 12px #0d4f2b0f}.dod-status-card-title{color:#0f1b0f;align-items:center;gap:8px;margin:0;font-size:14px;font-weight:800;display:flex}.dod-status-row{color:#059669;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:10px;align-items:center;gap:10px;padding:10px 12px;font-size:13px;font-weight:700;display:flex}.dod-status-icon{font-size:16px}@media (width<=900px){.dod-side-col{position:static}}@media (width<=640px){.dod-hero{padding:24px 0 50px}.dod-hero-inner{padding:0 16px}.dod-hero-title{font-size:22px}.dod-content{padding:0 12px 30px}.dod-store-head{padding:14px 18px}.dod-products-head{padding:12px 18px}.dod-products-list{padding:12px 14px}.dod-product-img{width:72px;height:72px}.dod-product-img img{width:56px;height:56px}.dod-product-arrow{width:30px;height:30px;margin:0 10px 0 6px}.dod-summary-head,.dod-summary-body,.dod-summary-total{padding:14px 18px}.dod-summary-total-value{padding:5px 12px;font-size:18px}}.gap-page{background:linear-gradient(#f0fdf4 0%,#fff 400px);min-height:100vh}.gap-hero{background:linear-gradient(135deg,#0d4f2b 0%,#166534 50%,#15803d 100%);padding:32px 0 60px;position:relative;overflow:hidden}.gap-hero:before{content:"";background:#ffffff0a;border-radius:50%;width:260px;height:260px;position:absolute;top:-80px;right:-80px}.gap-hero-inner{z-index:2;max-width:800px;margin:0 auto;padding:0 32px;position:relative}.gap-crumbs{color:#ffffffbf;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:18px;font-size:13px;font-weight:500;display:flex}.gap-crumb-link{color:#ffffffd9;cursor:pointer;background:0 0;border:none;padding:0;font-size:13px;font-weight:600;transition:color .15s}.gap-crumb-link:hover{color:#fcd34d}.gap-crumb-sep{color:#fff6;font-size:12px}.gap-crumb-current{color:#fff;font-weight:700}.gap-hero-title{color:#fff;letter-spacing:-.3px;margin:0 0 8px;font-size:28px;font-weight:800;line-height:1.2}.gap-hero-sub{color:#ffffffc7;margin:0;font-size:14px;font-weight:500}.gap-content{z-index:3;flex-direction:column;gap:18px;max-width:800px;margin:-30px auto 0;padding:0 32px 60px;display:flex;position:relative}.gap-card{background:#fff;border:1px solid #e8f5e0;border-radius:16px;overflow:hidden;box-shadow:0 6px 16px #0d4f2b0f}.gap-card-head{background:linear-gradient(#f0fdf4,#fff);border-bottom:1px solid #e8f5e0;align-items:center;gap:10px;padding:16px 22px;display:flex}.gap-card-head-emoji{font-size:18px}.gap-card-head-title{color:#111827;letter-spacing:.2px;font-size:15px;font-weight:800}.gap-card-body{padding:22px}.gap-search-wrap{position:relative}.gap-search-input{color:#111827;box-sizing:border-box;background:#f0fdf4;border:1.5px solid #bbf7d0;border-radius:10px;outline:none;width:100%;padding:14px 16px 14px 46px;font-family:inherit;font-size:15px;font-weight:500;transition:all .18s}.gap-search-input:hover{border-color:#86efac}.gap-search-input:focus{background:#fff;border-color:#0d4f2b;box-shadow:0 0 0 3px #0d4f2b1f}.gap-search-input::placeholder{color:#9ca3af;font-weight:400}.gap-search-icon{pointer-events:none;font-size:18px;position:absolute;top:50%;left:16px;transform:translateY(-50%)}.gap-search-clear{color:#6b7280;cursor:pointer;background:#e5e7eb;border:none;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;font-size:12px;font-weight:800;transition:background .15s;display:flex;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.gap-search-clear:hover{color:#fff;background:#dc2626}.gap-predictions{background:#fff;border:1px solid #e8f5e0;border-radius:10px;max-height:340px;margin-top:10px;overflow:hidden auto;box-shadow:0 4px 14px #0d4f2b14}.gap-predictions::-webkit-scrollbar{width:6px}.gap-predictions::-webkit-scrollbar-track{background:#f0fdf4}.gap-predictions::-webkit-scrollbar-thumb{background:#bbf7d0;border-radius:3px}.gap-prediction{cursor:pointer;text-align:left;background:0 0;border:none;border-bottom:1px solid #f0fdf4;align-items:center;gap:12px;width:100%;padding:12px 16px;font-family:inherit;transition:background .15s;display:flex}.gap-prediction:last-child{border-bottom:none}.gap-prediction:hover,.gap-prediction:focus{background:#f0fdf4;outline:none}.gap-prediction-icon{background:#dcfce7;border:1px solid #bbf7d0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:16px;display:inline-flex}.gap-prediction-text{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.gap-prediction-main{color:#111827;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:700;overflow:hidden}.gap-prediction-sub{color:#6b7280;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:500;overflow:hidden}.gap-loading,.gap-no-results{text-align:center;color:#6b7280;padding:20px 16px;font-size:13px;font-weight:500}.gap-selected{background:#f0fdf4;border:1.5px solid #22c55e;border-radius:12px;align-items:flex-start;gap:12px;margin-top:14px;padding:16px;display:flex}.gap-selected-icon{color:#fff;background:#22c55e;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:16px;font-weight:900;display:inline-flex}.gap-selected-body{flex:1;min-width:0}.gap-selected-label{color:#059669;text-transform:uppercase;letter-spacing:.5px;margin:0 0 4px;font-size:11px;font-weight:800}.gap-selected-text{color:#0f1b0f;word-break:break-word;margin:0;font-size:13.5px;font-weight:600;line-height:1.5}.gap-selected-coords{color:#5a8a5a;margin-top:6px;font-size:11px;font-weight:500}.gap-hint{color:#92400e;background:#fffbeb;border:1px solid #fde68a;border-radius:10px;align-items:center;gap:8px;padding:12px 16px;font-size:12.5px;font-weight:500;line-height:1.5;display:flex}.gap-hint-icon{flex-shrink:0;font-size:15px}.gap-actions{flex-wrap:wrap;justify-content:flex-end;gap:12px;display:flex}.gap-btn-cancel{color:#374151;cursor:pointer;background:#fff;border:1.5px solid #d1d5db;border-radius:10px;padding:12px 24px;font-size:14px;font-weight:700;transition:all .18s}.gap-btn-cancel:hover{background:#f9fafb;border-color:#9ca3af}.gap-btn-save{color:#fff;letter-spacing:.3px;cursor:pointer;background:linear-gradient(135deg,#0d4f2b,#15803d);border:none;border-radius:10px;align-items:center;gap:8px;padding:12px 28px;font-size:14px;font-weight:800;transition:all .18s;display:inline-flex;box-shadow:0 3px 10px #0d4f2b38}.gap-btn-save:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 5px 14px #0d4f2b52}.gap-btn-save:disabled{cursor:not-allowed;box-shadow:none;background:#9ca3af;transform:none}@media (width<=640px){.gap-hero{padding:24px 0 50px}.gap-hero-inner{padding:0 16px}.gap-hero-title{font-size:22px}.gap-content{padding:0 12px 40px}.gap-card-head{padding:14px 18px}.gap-card-body{padding:18px}.gap-actions{flex-direction:column-reverse}.gap-btn-cancel,.gap-btn-save{justify-content:center;width:100%}}.notif-root{background-color:#f0fdf4;flex-direction:column;min-height:100vh;display:flex}.notif-header{z-index:100;background:linear-gradient(135deg,#0d4f2b 0%,#166534 55%,#15803d 100%);flex-shrink:0;padding:8px 16px 14px;position:sticky;top:0;box-shadow:0 6px 14px #0000002e}.notif-header-row{box-sizing:border-box;align-items:center;gap:8px;width:100%;max-width:1280px;height:48px;margin:0 auto;display:flex}.notif-header-btn{cursor:pointer;background-color:#ffffff24;border:1px solid #ffffff14;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;transition:background .15s,transform .1s;display:flex}.notif-header-btn:hover{background-color:#ffffff38}.notif-header-btn:active{transform:scale(.93)}.notif-header-back{color:#fff;font-size:28px;font-weight:700;line-height:1}.notif-header-center{flex-direction:row;flex:1;justify-content:center;align-items:center;gap:8px;display:flex}.notif-header-title{color:#fff;letter-spacing:.4px;font-size:18px;font-weight:800}.notif-header-badge{background-color:#f59e0b;border-radius:50px;padding:2px 10px;box-shadow:0 2px 6px #f59e0b80}.notif-header-badge-text{color:#fff;font-size:12px;font-weight:900}.notif-header-spacer{flex-shrink:0;width:42px}.notif-body{flex:1;overflow-y:auto}.notif-list-content{box-sizing:border-box;width:100%;max-width:900px;margin:0 auto;padding:16px 16px 30px}.notif-card{background-color:#fff;border:1px solid #e8f5e0;border-radius:14px;flex-direction:row;align-items:center;margin-bottom:10px;padding:14px 14px 14px 0;transition:transform .15s,box-shadow .15s;display:flex;position:relative;overflow:hidden;box-shadow:0 2px 6px #0000000d}.notif-card:hover{transform:translateY(-1px);box-shadow:0 4px 10px #00000014}.notif-accent-bar{background-color:#15803d;border-top-left-radius:14px;border-bottom-left-radius:14px;width:3px;position:absolute;top:0;bottom:0;left:0}.notif-icon-wrap{flex-shrink:0;padding:0 12px}.notif-icon-circle{color:#15803d;background:linear-gradient(135deg,#dcfce7,#ecfdf5);border:1px solid #bbf7d0;border-radius:22px;justify-content:center;align-items:center;width:44px;height:44px;font-size:22px;display:flex}.notif-content{flex-direction:column;flex:1;gap:6px;min-width:0;display:flex}.notif-date-row{align-items:center;gap:4px;display:flex}.notif-timer-icon{color:#8fb88f;font-size:12px}.notif-date{color:#8fb88f;letter-spacing:.2px;font-size:11px;font-weight:500}.notif-message{color:#0f1b0f;letter-spacing:.1px;word-break:break-word;font-size:13px;font-weight:500;line-height:1.5}.notif-empty-container{flex-direction:column;align-items:center;padding:80px 40px 0;display:flex}.notif-empty-emoji{margin-bottom:14px;font-size:40px}.notif-empty-title{color:#0f1b0f;margin-bottom:6px;font-size:17px;font-weight:700}.notif-empty-subtitle{color:#8fb88f;text-align:center;font-size:13px;font-weight:500;line-height:1.55}@media (width>=768px){.notif-message{font-size:14px}}.od-page{background:linear-gradient(#f0fdf4 0%,#fff 100%);flex-direction:column;min-height:100vh;display:flex}.od-hero{background:linear-gradient(135deg,#0d4f2b 0%,#166534 50%,#15803d 100%);padding:32px 0 60px;position:relative;overflow:hidden}.od-hero:before{content:"";background:#ffffff0a;border-radius:50%;width:260px;height:260px;position:absolute;top:-80px;right:-80px}.od-hero-inner{z-index:2;max-width:900px;margin:0 auto;padding:0 32px;position:relative}.od-crumbs{color:#ffffffbf;align-items:center;gap:8px;margin-bottom:18px;font-size:13px;font-weight:500;display:flex}.od-crumb-link{color:#ffffffd9;cursor:pointer;background:0 0;border:none;padding:0;font-size:13px;font-weight:600;transition:color .15s}.od-crumb-link:hover{color:#fcd34d}.od-crumb-sep{color:#fff6;font-size:12px}.od-crumb-current{color:#fff;font-weight:700}.od-hero-title{color:#fff;letter-spacing:-.3px;margin:0 0 8px;font-size:28px;font-weight:800;line-height:1.2}.od-hero-sub{color:#ffffffc7;margin:0;font-size:14px;font-weight:500}.od-content{z-index:3;flex:1;justify-content:center;align-items:center;width:100%;max-width:720px;margin:-30px auto 0;padding:0 32px 40px;display:flex;position:relative}.od-card{text-align:center;background:#fff;border:1px solid #e8f5e0;border-radius:20px;width:100%;padding:40px 32px 32px;box-shadow:0 10px 30px #0d4f2b14}.od-image-wrap{justify-content:center;align-items:center;width:220px;height:220px;margin:0 auto 24px;display:flex;position:relative}.od-glow-ring{border-radius:50%;animation:2.4s ease-in-out infinite od-pulse;position:absolute}.od-glow-ring-outer{background:#22c55e0f;border:1px solid #22c55e1a;width:220px;height:220px}.od-glow-ring-inner{background:#22c55e1a;border:1.5px solid #22c55e26;width:180px;height:180px;animation-delay:.3s}@keyframes od-pulse{0%,to{opacity:.9;transform:scale(1)}50%{opacity:.6;transform:scale(1.05)}}.od-image-circle{z-index:2;background:#fff;border:3px solid #d1fae5;border-radius:50%;justify-content:center;align-items:center;width:150px;height:150px;animation:.6s ease-out od-bounce;display:flex;position:relative;box-shadow:0 8px 20px #0d4f2b26}@keyframes od-bounce{0%{opacity:0;transform:scale(.5)}60%{opacity:1;transform:scale(1.1)}to{opacity:1;transform:scale(1)}}.od-image-circle img{object-fit:contain;width:110px;height:110px}.od-image-fallback{font-size:90px;line-height:1}.od-success-badge{color:#fff;letter-spacing:.3px;background:linear-gradient(135deg,#059669,#22c55e);border-radius:999px;align-items:center;gap:10px;margin-bottom:20px;padding:12px 26px;font-size:15px;font-weight:800;display:inline-flex;box-shadow:0 6px 16px #05966947}.od-success-badge-emoji{font-size:18px}.od-heading{color:#0f1b0f;letter-spacing:-.3px;margin:0 0 8px;font-size:24px;font-weight:800}.od-sub{color:#5a8a5a;max-width:420px;margin:0 auto 24px;font-size:14px;line-height:1.55}.od-info-row{flex-wrap:wrap;justify-content:center;gap:10px;margin:0 0 28px;display:flex}.od-info-pill{color:#15803d;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:999px;align-items:center;gap:6px;padding:8px 14px;font-size:12.5px;font-weight:600;display:inline-flex}.od-info-pill-emoji{font-size:14px}.od-actions{flex-wrap:wrap;justify-content:center;gap:12px;max-width:460px;margin:0 auto;display:flex}.od-btn{cursor:pointer;letter-spacing:.3px;border-radius:12px;flex:1;justify-content:center;align-items:center;gap:8px;min-width:140px;padding:14px 22px;font-size:15px;font-weight:800;transition:all .18s;display:inline-flex}.od-btn-secondary{color:#2d5a2d;background:#fff;border:1.5px solid #bbf7d0}.od-btn-secondary:hover{background:#f0fdf4;border-color:#22c55e;transform:translateY(-2px)}.od-btn-primary{color:#fff;background:linear-gradient(135deg,#0d4f2b,#15803d);border:none;box-shadow:0 4px 12px #0d4f2b47}.od-btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 18px #0d4f2b59}.od-btn-accent{color:#fff;background:linear-gradient(135deg,#f59e0b,#d97706);border:none;box-shadow:0 4px 12px #f59e0b4d}.od-btn-accent:hover{transform:translateY(-2px);box-shadow:0 6px 18px #f59e0b66}.od-modal-overlay{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:1000;background:#0000008c;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.od-modal{text-align:center;background:#fff;border-radius:20px;width:100%;max-width:420px;padding:32px 28px 28px;box-shadow:0 20px 60px #00000040}.od-modal-icon{background:#fffbeb;border:2px solid #fde68a;border-radius:50%;justify-content:center;align-items:center;width:76px;height:76px;margin:0 auto 16px;font-size:36px;display:flex}.od-modal-title{color:#0f1b0f;margin:0 0 8px;font-size:20px;font-weight:800}.od-modal-sub{color:#5a8a5a;margin:0 0 22px;font-size:13.5px;line-height:1.55}.od-modal-stars{justify-content:center;gap:8px;margin-bottom:24px;display:flex}.od-modal-star{color:#fcd34d;cursor:pointer;font-size:32px;transition:transform .15s}.od-modal-star:hover{transform:scale(1.2)rotate(-8deg)}.od-modal-actions{gap:10px;display:flex}.od-modal-btn{cursor:pointer;border:none;border-radius:10px;flex:1;padding:12px 18px;font-size:14px;font-weight:700;transition:all .15s}.od-modal-btn-cancel{color:#374151;background:#f9fafb;border:1.5px solid #e5e7eb}.od-modal-btn-cancel:hover{background:#f3f4f6}.od-modal-btn-primary{color:#fff;background:linear-gradient(135deg,#f59e0b,#d97706);box-shadow:0 3px 8px #f59e0b40}.od-modal-btn-primary:hover{transform:translateY(-1px);box-shadow:0 5px 12px #f59e0b59}@media (width<=640px){.od-hero{padding:24px 0 50px}.od-hero-inner{padding:0 16px}.od-hero-title{font-size:22px}.od-content{padding:0 16px 30px}.od-card{padding:30px 20px 24px}.od-heading{font-size:20px}.od-image-wrap,.od-glow-ring-outer{width:180px;height:180px}.od-glow-ring-inner{width:150px;height:150px}.od-image-circle{width:130px;height:130px}.od-image-circle img{width:90px;height:90px}.od-image-fallback{font-size:74px}.od-actions{flex-direction:column}.od-btn{width:100%}}.op-page{background:#f0fdf4;min-height:100vh;padding-bottom:100px}.op-hero{background:linear-gradient(135deg,#0d4f2b 0%,#166534 50%,#15803d 100%);padding:32px 0 60px;position:relative;overflow:hidden}.op-hero:before{content:"";background:#ffffff0a;border-radius:50%;width:260px;height:260px;position:absolute;top:-80px;right:-80px}.op-hero-inner{z-index:2;max-width:1280px;margin:0 auto;padding:0 32px;position:relative}.op-crumbs{color:#ffffffbf;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:18px;font-size:13px;font-weight:500;display:flex}.op-crumb-link{color:#ffffffd9;cursor:pointer;background:0 0;border:none;padding:0;font-size:13px;font-weight:600;transition:color .15s}.op-crumb-link:hover{color:#fcd34d}.op-crumb-sep{color:#fff6;font-size:12px}.op-crumb-current{color:#fff;font-weight:700}.op-hero-main{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:20px;display:flex}.op-hero-title{color:#fff;letter-spacing:-.5px;margin:0 0 8px;font-size:28px;font-weight:800;line-height:1.2}.op-hero-sub{color:#ffffffc7;margin:0;font-size:14px;font-weight:500}.op-hero-pill{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#fff;background:#ffffff1f;border:1px solid #fff3;border-radius:999px;align-items:center;gap:8px;padding:8px 16px;font-size:13px;font-weight:600;display:inline-flex}.op-hero-pill-num{color:#fcd34d;font-size:15px;font-weight:900}.op-content{z-index:3;max-width:1280px;margin:-30px auto 0;padding:0 32px 40px;position:relative}.op-layout{grid-template-columns:1fr;gap:20px;display:grid}@media (width>=900px){.op-layout{grid-template-columns:1.5fr 1fr;align-items:start}}.op-main-col{flex-direction:column;gap:16px;display:flex}.op-order-card{background:#fff;border:1px solid #e8f5e0;border-radius:16px;overflow:hidden;box-shadow:0 4px 12px #0d4f2b0f}.op-store-head{background:linear-gradient(135deg,#f0fdf4,#fff);border-bottom:1px solid #e8f5e0;padding:18px 22px;position:relative;overflow:hidden}.op-store-head:before{content:"";background:#22c55e12;border-radius:50%;width:100px;height:100px;position:absolute;top:-20px;right:-10px}.op-store-head:after{content:"";background:#f59e0b0f;border-radius:50%;width:70px;height:70px;position:absolute;bottom:-15px;left:-10px}.op-store-header-row{z-index:1;align-items:center;gap:14px;margin-bottom:14px;display:flex;position:relative}.op-store-icon{background:#dcfce7;border:2px solid #bbf7d0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:22px;display:inline-flex}.op-store-text{flex:1;min-width:0}.op-store-name{color:#0f1b0f;letter-spacing:.3px;margin:0;font-size:16px;font-weight:800}.op-store-owner{color:#5a8a5a;margin:2px 0 0;font-size:12px;font-weight:500}.op-store-details{z-index:1;background:#fff;border:1px solid #e8f5e0;border-radius:10px;padding:4px 12px;position:relative}.op-detail-row{border-bottom:1px solid #e8f5e0;align-items:flex-start;padding:10px 0;font-size:12px;display:flex}.op-detail-row:last-child{border-bottom:none}.op-detail-label{color:#2d5a2d;flex-shrink:0;width:84px;font-weight:700}.op-detail-colon{color:#2d5a2d;width:12px;font-weight:700}.op-detail-value{color:#0f1b0f;word-break:break-word;flex:1;font-weight:500;line-height:1.5}.op-detail-value.op-detail-link{color:#15803d;cursor:pointer;font-weight:700;text-decoration:none}.op-detail-value.op-detail-link:hover{text-decoration:underline}.op-products-head{border-bottom:1px solid #e8f5e0;align-items:center;gap:10px;padding:14px 22px;display:flex}.op-products-badge{color:#15803d;background:#dcfce7;border:1px solid #bbf7d0;border-radius:999px;padding:4px 12px;font-size:11px;font-weight:700}.op-products-title{color:#0f1b0f;font-size:14px;font-weight:700}.op-products-list{flex-direction:column;gap:10px;padding:14px 18px;display:flex}.op-product{background:#fff;border:1px solid #e8f5e0;border-radius:12px;align-items:center;transition:all .15s;display:flex;overflow:hidden;box-shadow:0 2px 6px #0d4f2b0a}.op-product:hover{border-color:#bbf7d0;box-shadow:0 4px 12px #0d4f2b14}.op-product-img{background:linear-gradient(135deg,#f0fdf4,#ecfdf5);flex-shrink:0;justify-content:center;align-items:center;width:84px;height:84px;display:flex}.op-product-img img{object-fit:contain;width:66px;height:66px}.op-product-info{flex:1;min-width:0;padding:12px 14px}.op-product-name{color:#0f1b0f;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:13.5px;font-weight:700;line-height:1.4;display:-webkit-box;overflow:hidden}.op-product-salt{color:#5a8a5a;text-overflow:ellipsis;white-space:nowrap;margin:2px 0 0;font-size:11px;overflow:hidden}.op-product-price-row{align-items:baseline;gap:8px;margin-top:6px;display:flex}.op-product-selling{color:#0d4f2b;font-size:15px;font-weight:900}.op-product-mrp{color:#8fb88f;font-size:11px;font-weight:500;text-decoration:line-through}.op-product-meta{flex-wrap:wrap;gap:6px;margin-top:8px;display:flex}.op-meta-pill{background:#f0fdf4;border:1px solid #d1fae5;border-radius:999px;align-items:center;gap:4px;padding:3px 10px;display:inline-flex}.op-meta-pill.op-meta-danger{background:#fef2f2;border-color:#fecaca}.op-meta-label{color:#5a8a5a;letter-spacing:.3px;text-transform:uppercase;font-size:9px;font-weight:700}.op-meta-value{color:#2d5a2d;font-size:10px;font-weight:700}.op-meta-pill.op-meta-danger .op-meta-value{color:#dc2626;text-decoration:line-through}.op-side-col{flex-direction:column;gap:16px;display:flex;position:sticky;top:20px}.op-summary-card{background:#fff;border:1px solid #e8f5e0;border-radius:16px;overflow:hidden;box-shadow:0 4px 12px #0d4f2b0f}.op-summary-head{background:linear-gradient(#f0fdf4,#fff);border-bottom:1px solid #f0fdf4;padding:16px 22px}.op-summary-head-title{color:#0f1b0f;align-items:center;gap:10px;font-size:15px;font-weight:800;display:flex}.op-summary-head-title:before{content:"";background:linear-gradient(#f59e0b,#b45309);border-radius:2px;width:4px;height:20px}.op-summary-body{flex-direction:column;gap:10px;padding:16px 22px;display:flex}.op-summary-row{justify-content:space-between;align-items:center;font-size:13.5px;display:flex}.op-summary-label{color:#374151;font-weight:500}.op-summary-value{color:#0f1b0f;font-weight:700}.op-summary-row.op-savings-row .op-summary-value{color:#059669}.op-wallet-strip{background:#fffbeb;border:1px solid #fde68a;border-radius:10px;align-items:center;gap:12px;margin-top:4px;padding:12px 14px;display:flex}.op-wallet-icon{background:#fcd34d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:16px;display:inline-flex}.op-wallet-text{flex:1;min-width:0}.op-wallet-label{color:#92400e;margin:0;font-size:12px;font-weight:700}.op-wallet-sub{color:#b45309;margin:1px 0 0;font-size:11px}.op-wallet-amount{color:#92400e;background:#fff;border:1px solid #fde68a;border-radius:8px;padding:5px 10px;font-size:13px;font-weight:900}.op-summary-total{color:#fff;background:linear-gradient(135deg,#0d4f2b,#15803d);justify-content:space-between;align-items:center;padding:16px 22px;display:flex}.op-summary-total-block{min-width:0}.op-summary-total-label{letter-spacing:.3px;margin:0;font-size:15px;font-weight:800}.op-summary-total-sub{color:#ffffffb3;margin:2px 0 0;font-size:11px;font-weight:500}.op-summary-total-value{letter-spacing:-.4px;background:#ffffff26;border:1px solid #ffffff26;border-radius:10px;padding:6px 14px;font-size:22px;font-weight:900}.op-actions{flex-direction:column;gap:10px;padding:16px 22px;display:flex}.op-btn-accept{color:#fff;cursor:pointer;letter-spacing:.3px;background:linear-gradient(135deg,#0d4f2b,#15803d);border:none;border-radius:12px;width:100%;padding:14px 20px;font-size:15px;font-weight:800;transition:all .18s;box-shadow:0 4px 12px #0d4f2b40}.op-btn-accept:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 18px #0d4f2b59}.op-btn-cancel{color:#dc2626;cursor:pointer;background:#fef2f2;border:1.5px solid #fecaca;border-radius:12px;width:100%;padding:12px 20px;font-size:14px;font-weight:700;transition:all .18s}.op-btn-cancel:hover{background:#fee2e2;border-color:#dc2626}.op-btn-pay{color:#fff;cursor:pointer;letter-spacing:.3px;background:linear-gradient(135deg,#f59e0b,#d97706);border:none;border-radius:12px;width:100%;padding:14px 20px;font-size:15px;font-weight:800;transition:all .18s;box-shadow:0 4px 12px #f59e0b4d}.op-btn-pay:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 18px #f59e0b66}.op-pending-notice{color:#92400e;background:#fffbeb;border:1px solid #fde68a;border-radius:10px;align-items:flex-start;gap:8px;padding:12px 14px;font-size:12.5px;font-weight:500;line-height:1.5;display:flex}.op-modal-overlay{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:1000;background:#0000008c;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0;overflow-y:auto}.op-modal{background:#fff;border-radius:20px;width:100%;max-width:440px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #00000040}.op-modal-head{color:#fff;justify-content:space-between;align-items:center;gap:12px;padding:18px 22px;display:flex}.op-modal-head.op-modal-head-danger{background:linear-gradient(135deg,#991b1b,#dc2626)}.op-modal-head.op-modal-head-primary{background:linear-gradient(135deg,#0d4f2b,#15803d)}.op-modal-head-title{color:#fff;margin:0;font-size:16px;font-weight:800}.op-modal-close{color:#fff;cursor:pointer;background:#ffffff2e;border:1px solid #ffffff40;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;font-weight:800;transition:all .15s;display:inline-flex}.op-modal-close:hover{color:#dc2626;background:#fff}.op-modal-body{padding:20px 22px}.op-delivery-icon{background:#dcfce7;border:3px solid #bbf7d0;border-radius:50%;justify-content:center;align-items:center;width:76px;height:76px;margin:0 auto 18px;font-size:36px;display:flex}.op-delivery-options{flex-direction:column;gap:10px;margin-bottom:18px;display:flex}.op-option{cursor:pointer;text-align:left;background:#f0fdf4;border:1.5px solid #e8f5e0;border-radius:12px;align-items:center;gap:12px;width:100%;padding:14px;font-family:inherit;transition:all .18s;display:flex}.op-option:hover{border-color:#bbf7d0}.op-option.op-option-selected{background:#dcfce7;border-color:#22c55e}.op-radio-outer{border:2px solid #9ca3af;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;display:flex}.op-option-selected .op-radio-outer{border-color:#15803d}.op-radio-inner{background:#15803d;border-radius:50%;width:10px;height:10px}.op-option-text{color:#2d5a2d;flex:1;align-items:center;gap:6px;font-size:13.5px;font-weight:700;display:flex}.op-option-selected .op-option-text{color:#0d4f2b}.op-option-emoji{font-size:16px}.op-modal-btn{color:#fff;cursor:pointer;letter-spacing:.3px;border:none;border-radius:12px;width:100%;padding:14px 20px;font-size:15px;font-weight:800;transition:all .18s}.op-modal-btn.op-modal-btn-primary{background:linear-gradient(135deg,#0d4f2b,#15803d);box-shadow:0 4px 12px #0d4f2b40}.op-modal-btn.op-modal-btn-danger{background:linear-gradient(135deg,#991b1b,#dc2626);box-shadow:0 4px 12px #dc262640}.op-modal-btn:hover:not(:disabled){transform:translateY(-2px)}.op-cancel-reason{cursor:pointer;text-align:left;background:#fff;border:1.5px solid #e5e7eb;border-radius:10px;align-items:center;gap:12px;width:100%;margin-bottom:8px;padding:12px 14px;font-family:inherit;transition:all .18s;display:flex}.op-cancel-reason:hover{border-color:#86efac}.op-cancel-reason.op-selected{background:#fef2f2;border-color:#dc2626}.op-cancel-reason-text{color:#374151;flex:1;font-size:13.5px;font-weight:500}.op-cancel-reason.op-selected .op-cancel-reason-text{color:#dc2626;font-weight:700}.op-cancel-reason.op-selected .op-radio-outer{border-color:#dc2626}.op-cancel-reason.op-selected .op-radio-inner{background:#dc2626}.op-other-input{color:#111827;resize:vertical;box-sizing:border-box;background:#f0fdf4;border:1.5px solid #bbf7d0;border-radius:10px;outline:none;width:100%;min-height:80px;margin:8px 0 16px;padding:12px 14px;font-family:inherit;font-size:14px}.op-other-input:focus{background:#fff;border-color:#dc2626}.op-gate{z-index:9999;background:#fffffffa;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.op-gate-inner{background:linear-gradient(135deg,#0d4f2b,#15803d);border-radius:20px;flex-direction:column;align-items:center;gap:16px;padding:40px 60px;display:flex;box-shadow:0 20px 40px #0d4f2b4d}.op-gate-spinner{border:3px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:40px;height:40px;animation:.9s linear infinite op-spin}.op-gate-text{color:#fff;letter-spacing:.3px;font-size:14px;font-weight:700}@keyframes op-spin{to{transform:rotate(360deg)}}@media (width<=900px){.op-side-col{position:static}}@media (width<=640px){.op-hero{padding:24px 0 50px}.op-hero-inner{padding:0 16px}.op-hero-title{font-size:22px}.op-content{padding:0 12px 30px}.op-store-head{padding:14px 18px}.op-products-head{padding:12px 18px}.op-products-list{padding:12px 14px}.op-product-img{width:72px;height:72px}.op-product-img img{width:56px;height:56px}.op-summary-head,.op-summary-body,.op-actions,.op-summary-total{padding:14px 18px}.op-summary-total-value{padding:5px 12px;font-size:18px}}.oc-root{background-color:#f0fdf4;flex-direction:column;min-height:100vh;display:flex}.oc-header{z-index:100;background:linear-gradient(135deg,#0d4f2b 0%,#166534 55%,#15803d 100%);flex-shrink:0;padding:8px 16px 14px;position:sticky;top:0;box-shadow:0 6px 14px #0000002e}.oc-header-row{box-sizing:border-box;align-items:center;gap:8px;width:100%;max-width:1280px;height:48px;margin:0 auto;display:flex}.oc-header-btn{cursor:pointer;background-color:#ffffff24;border:1px solid #ffffff14;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;transition:background .15s,transform .1s;display:flex}.oc-header-btn:hover{background-color:#ffffff38}.oc-header-btn:active{transform:scale(.93)}.oc-header-back{color:#fff;font-size:28px;font-weight:700;line-height:1}.oc-header-emoji{font-size:18px}.oc-header-center{flex-direction:row;flex:1;justify-content:center;align-items:center;gap:8px;display:flex}.oc-header-title{color:#fff;letter-spacing:.4px;font-size:18px;font-weight:800}.oc-header-badge{background-color:#f59e0b;border-radius:50px;padding:3px 10px;box-shadow:0 2px 6px #f59e0b80}.oc-header-badge-text{color:#fff;letter-spacing:.3px;font-size:12px;font-weight:900}.oc-header-right{flex-shrink:0;align-items:center;gap:8px;display:flex}.oc-body{flex:1;overflow-y:auto}.oc-list-content{box-sizing:border-box;width:100%;max-width:1280px;margin:0 auto;padding:8px 20px 24px}.oc-refresh-btn{cursor:pointer;color:#15803d;background-color:#dcfce7;border:1px solid #bbf7d0;border-radius:999px;justify-content:center;align-self:center;align-items:center;gap:6px;margin-bottom:12px;padding:8px 20px;font-size:13px;font-weight:600;transition:background .15s;display:flex}.oc-refresh-btn:hover{background-color:#bbf7d0}.oc-refresh-btn:disabled{opacity:.6;cursor:default}.oc-refresh-spin{animation:.8s linear infinite oc-spin;display:inline-block}@keyframes oc-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.oc-card-wrap{margin-bottom:12px;animation:.4s both oc-card-in}@keyframes oc-card-in{0%{opacity:0;transform:translateY(36px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.oc-order-card{cursor:pointer;background-color:#fff;border:1px solid #e8f5e0;border-radius:22px;transition:transform .18s,box-shadow .18s;overflow:hidden;box-shadow:0 6px 14px #0d4f2b14}.oc-order-card:hover{transform:translateY(-2px);box-shadow:0 10px 22px #0d4f2b21}.oc-order-card:active{transform:scale(.98)}.oc-card-top{background:linear-gradient(135deg,#f0fdf4,#fff);padding:16px 16px 12px;position:relative;overflow:hidden}.oc-card-top-decor1{pointer-events:none;background-color:#22c55e12;border-radius:50%;width:90px;height:90px;position:absolute;top:-18px;right:-10px}.oc-card-top-decor2{pointer-events:none;background-color:#f59e0b0f;border-radius:50%;width:60px;height:60px;position:absolute;bottom:-15px;left:-8px}.oc-card-header-row{justify-content:space-between;align-items:flex-start;gap:8px;display:flex}.oc-order-id-wrap{flex:1;min-width:0}.oc-order-id-label{color:#5a8a5a;letter-spacing:.3px;margin-bottom:4px;font-size:11px;font-weight:600}.oc-order-id-value{color:#0f1b0f;letter-spacing:.3px;white-space:nowrap;text-overflow:ellipsis;font-size:18px;font-weight:900;overflow:hidden}.oc-status-pill{border:1px solid #0000000a;border-radius:50px;flex-shrink:0;align-self:flex-start;padding:7px 12px}.oc-status-pill-text{letter-spacing:.3px;font-size:11px;font-weight:700}.oc-meta-row{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}.oc-meta-pill{background-color:#fff;border:1px solid #d1fae5;border-radius:50px;align-items:center;gap:6px;padding:6px 12px;display:flex}.oc-meta-emoji{font-size:12px}.oc-meta-text{color:#2d5a2d;letter-spacing:.2px;font-size:11px;font-weight:600}.oc-card-content{padding:12px 16px}.oc-summary-row{gap:8px;margin-bottom:12px;display:flex}.oc-summary-chip{background-color:#f0fdf4;border:1px solid #d1fae5;border-radius:16px;flex-direction:column;flex:1;min-height:84px;padding:12px;display:flex}.oc-summary-chip.is-success{background-color:#ecfdf5}.oc-summary-chip.is-warning{background-color:#fefce8}.oc-summary-chip-top{align-items:center;gap:6px;margin-bottom:8px;display:flex}.oc-summary-chip-emoji{font-size:12px}.oc-summary-chip-label{color:#5a8a5a;letter-spacing:.2px;text-transform:uppercase;white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:10px;font-weight:700;overflow:hidden}.oc-summary-chip-value{color:#0f1b0f;font-size:13px;font-weight:800;line-height:1.4}.oc-summary-chip-value.is-amount{color:#0d4f2b;font-weight:900}.oc-details-section{background-color:#fff;border:1px solid #e8f5e0;border-radius:16px;padding:4px 12px}.oc-detail-row{border-bottom:1px solid #e8f5e0;align-items:flex-start;padding:8px 0;display:flex}.oc-detail-row.is-last{border-bottom:none}.oc-detail-label{color:#2d5a2d;flex-shrink:0;width:96px;font-size:12px;font-weight:700;line-height:1.5}.oc-detail-colon{color:#2d5a2d;flex-shrink:0;width:14px;font-size:12px;font-weight:700;line-height:1.5}.oc-detail-value{color:#0f1b0f;word-break:break-word;-webkit-line-clamp:3;-webkit-box-orient:vertical;flex:1;min-width:0;font-size:12px;font-weight:500;line-height:1.5;display:-webkit-box;overflow:hidden}.oc-reason-box{background-color:#fef2f2;border:1px solid #fecaca;border-radius:16px;margin-top:12px;padding:12px}.oc-reason-head-row{align-items:center;gap:6px;margin-bottom:6px;display:flex}.oc-reason-emoji{font-size:13px}.oc-reason-title{color:#dc2626;letter-spacing:.2px;font-size:12px;font-weight:800}.oc-reason-text{color:#dc2626;font-size:12px;font-weight:500;line-height:1.5}.oc-card-action-row{justify-content:space-between;align-items:center;margin-top:12px;display:flex}.oc-card-action-hint{color:#5a8a5a;letter-spacing:.2px;font-size:11px;font-weight:600}.oc-view-btn{background:linear-gradient(135deg,#15803d,#22c55e);border-radius:17px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;transition:transform .15s;display:flex;box-shadow:0 2px 6px #0d4f2b40}.oc-view-btn:hover{transform:scale(1.1)}.oc-view-btn-text{color:#fff;font-size:16px;font-weight:800}.oc-card-bottom-accent{width:100%;height:3px}.oc-empty-container{justify-content:center;align-items:center;padding:48px 24px;animation:.4s both oc-empty-in;display:flex}@keyframes oc-empty-in{0%{opacity:0;transform:scale(.88)}to{opacity:1;transform:scale(1)}}.oc-empty-card{background-color:#fff;border:1px solid #d1fae5;border-radius:28px;flex-direction:column;align-items:center;width:100%;max-width:380px;padding:0 24px 32px;display:flex;overflow:hidden;box-shadow:0 6px 16px #0000001a}.oc-empty-top-grad{background:linear-gradient(#dcfce7,#f0fdf4);width:130%;height:80px;margin-bottom:12px}.oc-empty-icon-circle{background-color:#dcfce7;border:3px solid #bbf7d0;border-radius:50%;justify-content:center;align-items:center;width:88px;height:88px;margin-bottom:20px;display:flex}.oc-empty-icon-inner{background-color:#fff;border-radius:50%;justify-content:center;align-items:center;width:62px;height:62px;display:flex;box-shadow:0 2px 6px #0000001a}.oc-empty-icon-emoji{font-size:28px}.oc-empty-title{color:#0f1b0f;text-align:center;letter-spacing:.4px;margin-bottom:8px;font-size:20px;font-weight:800}.oc-empty-subtitle{color:#5a8a5a;text-align:center;letter-spacing:.2px;white-space:pre-line;font-size:14px;font-weight:500;line-height:1.55}.oc-empty-hint-row{background-color:#fffbeb;border:1px solid #fcd34d;border-radius:50px;align-items:center;gap:6px;margin-top:20px;padding:8px 16px;display:flex}.oc-empty-hint-icon{font-size:14px}.oc-empty-hint-text{color:#f59e0b;letter-spacing:.3px;font-size:12px;font-weight:600}.oc-login-prompt-container{flex:1;justify-content:center;align-items:center;padding:20px;display:flex}.oc-login-card{background-color:#fff;border:1px solid #d1fae5;border-radius:28px;flex-direction:column;align-items:center;width:100%;max-width:380px;padding:0 24px 32px;display:flex;overflow:hidden;box-shadow:0 6px 16px #0000001a}.oc-login-top-grad{background:linear-gradient(#dcfce7,#f0fdf4);width:130%;height:84px;margin-bottom:12px}.oc-login-icon-circle{background-color:#dcfce7;border:3px solid #bbf7d0;border-radius:50%;justify-content:center;align-items:center;width:88px;height:88px;margin-bottom:20px;display:flex}.oc-login-icon-inner{background-color:#fff;border-radius:50%;justify-content:center;align-items:center;width:62px;height:62px;display:flex}.oc-login-icon-emoji{font-size:28px}.oc-login-title{color:#0f1b0f;text-align:center;margin-bottom:8px;font-size:20px;font-weight:800}.oc-login-subtitle{color:#5a8a5a;text-align:center;margin-bottom:20px;font-size:14px;font-weight:500;line-height:1.55}.oc-login-btn{cursor:pointer;color:#fff;letter-spacing:.3px;background:linear-gradient(135deg,#15803d,#22c55e);border:none;border-radius:16px;width:100%;padding:15px;font-size:15px;font-weight:800;transition:opacity .15s,transform .1s;box-shadow:0 6px 10px #0d4f2b47}.oc-login-btn:hover{opacity:.88}.oc-login-btn:active{transform:scale(.97)}@media (width>=768px){.oc-order-id-value{font-size:20px}.oc-detail-value{font-size:13px}}@media (width>=1024px){.oc-list-content{grid-template-columns:1fr 1fr;align-items:start;gap:12px;display:grid}.oc-card-wrap{margin-bottom:0}.oc-empty-container,.oc-login-prompt-container{grid-column:1/-1}}.cp-page{background:linear-gradient(#f0fdf4 0%,#fff 400px);min-height:100vh}.cp-hero{background:linear-gradient(135deg,#0d4f2b 0%,#166534 50%,#15803d 100%);padding:32px 0 50px;position:relative;overflow:hidden}.cp-hero-inner{z-index:2;max-width:1280px;margin:0 auto;padding:0 32px;position:relative}.cp-back-btn{color:#fff;cursor:pointer;background:#ffffff1f;border:1.5px solid #ffffff40;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;margin-right:6px;font-size:18px;font-weight:800;line-height:1;transition:all .18s;display:flex}.cp-back-btn:hover{background:#ffffff40;border-color:#ffffff73}.cp-crumbs{color:#ffffffbf;align-items:center;gap:8px;margin-bottom:18px;font-size:13px;font-weight:500;display:flex}.cp-crumb-link{color:#ffffffd9;cursor:pointer;background:0 0;border:none;padding:0;font-size:13px;font-weight:600}.cp-crumb-link:hover{color:#fcd34d}.cp-crumb-sep{color:#fff6;font-size:12px}.cp-crumb-current{color:#fff;font-weight:700}.cp-hero-main{flex-direction:column;gap:8px;display:flex}.cp-hero-eyebrow{color:#fcd34d;letter-spacing:1.2px;text-transform:uppercase;font-size:11px;font-weight:700}.cp-hero-title{color:#fff;letter-spacing:-.5px;margin:0;font-size:32px;font-weight:800}.cp-hero-sub{color:#ffffffc7;font-size:14px;font-weight:500}.cp-content{z-index:3;max-width:1280px;margin:-26px auto 0;padding:0 32px 60px;position:relative}.cp-table-wrap{background:#fff;border:1px solid #e8f5e0;border-radius:16px;overflow-x:auto;box-shadow:0 6px 16px #0d4f2b0f}.cp-table{border-collapse:collapse;width:100%;min-width:560px}.cp-th-label{width:160px}.cp-th-product{vertical-align:top;border-bottom:1px solid #e8f5e0;min-width:180px;padding:20px 16px}.cp-product-head{text-align:center;flex-direction:column;align-items:center;gap:10px;display:flex}.cp-product-img-wrap{background:#ecfdf5;border-radius:12px;justify-content:center;align-items:center;width:100px;height:100px;display:flex;overflow:hidden}.cp-product-img{object-fit:contain;filter:drop-shadow(0 4px 8px #00000014);width:78%;height:78%}.cp-product-name{color:#0f1b0f;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:34px;font-size:13px;font-weight:700;line-height:1.35;display:-webkit-box;overflow:hidden}.cp-view-btn{color:#0d4f2b;cursor:pointer;white-space:nowrap;background:#f0fdf4;border:1.5px solid #bbf7d0;border-radius:999px;padding:6px 14px;font-size:11.5px;font-weight:700;transition:all .18s}.cp-view-btn:hover{color:#fff;background:#0d4f2b;border-color:#0d4f2b}.cp-row-label{color:#5a8a5a;white-space:nowrap;background:#fafff9;border-bottom:1px solid #f1f5f1;padding:14px 16px;font-size:12.5px;font-weight:700;position:sticky;left:0}.cp-row-cell{color:#0f1b0f;text-align:center;border-bottom:1px solid #f1f5f1;padding:14px 16px;font-size:13px;font-weight:600}.cp-row:last-child .cp-row-label,.cp-row:last-child .cp-row-cell{border-bottom:none}.cp-price-cell{flex-direction:column;align-items:center;gap:1px;display:flex}.cp-selling-price{color:#0d4f2b;font-size:15px;font-weight:900}.cp-mrp-price{color:#9ca3af;font-size:11px;font-weight:500;text-decoration:line-through}.cp-discount-cell{color:#dc2626;font-weight:800}.cp-instock-cell{color:#059669;font-weight:700}.cp-oos-cell{color:#dc2626;font-weight:700}.cp-empty{text-align:center;max-width:420px;margin:80px auto;padding:0 24px}.cp-empty-icon{background:linear-gradient(135deg,#dcfce7,#bbf7d0);border:4px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:88px;height:88px;margin:0 auto 20px;font-size:38px;display:flex;box-shadow:0 8px 20px #0d4f2b1f}.cp-empty-title{color:#0f1b0f;margin:0 0 8px;font-size:20px;font-weight:800}.cp-empty-desc{color:#5a8a5a;margin:0 0 20px;font-size:14px;line-height:1.5}.cp-empty-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#0d4f2b,#15803d);border:none;border-radius:999px;align-items:center;gap:6px;padding:10px 20px;font-size:13px;font-weight:700;transition:transform .15s;display:inline-flex}.cp-empty-btn:hover{transform:translateY(-2px)}@media (width<=640px){.cp-hero{padding:24px 0 40px}.cp-hero-inner{padding:0 16px}.cp-hero-title{font-size:24px}.cp-content{padding:0 12px 40px}.cp-th-product{min-width:140px;padding:16px 10px}.cp-product-img-wrap{width:76px;height:76px}.cp-row-label{padding:12px 10px;font-size:11.5px}.cp-row-cell{padding:12px 10px;font-size:12px}}html,body,#root{height:100%}.pp-root{background-color:#f0fdf4;flex-direction:column;height:100dvh;display:flex;overflow:hidden}.pp-header{padding:max(8px, env(safe-area-inset-top)) 16px 14px;background:linear-gradient(135deg,#0d4f2b 0%,#166534 55%,#15803d 100%);flex-shrink:0;box-shadow:0 6px 14px #0000002e}.pp-header-row{box-sizing:border-box;align-items:center;gap:8px;width:100%;max-width:1280px;height:48px;margin:0 auto;display:flex}.pp-header-btn{cursor:pointer;background-color:#ffffff24;border:1px solid #ffffff14;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;transition:background .15s,transform .1s;display:flex}.pp-header-btn:hover{background-color:#ffffff38}.pp-header-btn:active{transform:scale(.93)}.pp-header-back{color:#fff;font-size:28px;font-weight:700;line-height:1}.pp-header-center{flex:1;justify-content:center;align-items:center;display:flex}.pp-header-title{color:#fff;letter-spacing:.4px;font-size:18px;font-weight:800}.pp-header-spacer{flex-shrink:0;width:42px}.pp-body{flex-direction:column;flex:1;min-height:0;display:flex;position:relative}.pp-webview-wrap{background-color:#fff;border:1px solid #d1fae5;border-radius:14px;flex:1;min-height:0;margin:14px 16px 16px;position:relative;overflow:hidden;box-shadow:0 2px 8px #0000000f}.pp-webview{background-color:#fff;border:none;width:100%;height:100%;display:block;position:absolute;inset:0}.pp-loading-overlay{z-index:1;background-color:#fff;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.pp-spinner{border:3px solid #d1fae5;border-top-color:#15803d;border-radius:50%;width:34px;height:34px;animation:.8s linear infinite pp-spin}@keyframes pp-spin{to{transform:rotate(360deg)}}.pp-error-container{flex:1;justify-content:center;align-items:center;padding:40px 24px;display:flex}.pp-error-card{background-color:#fff;border:1px solid #d1fae5;border-radius:24px;flex-direction:column;align-items:center;width:100%;max-width:360px;padding:0 24px 32px;display:flex;overflow:hidden;box-shadow:0 6px 16px #0000001a}.pp-error-top-grad{background:linear-gradient(#dcfce7,#f0fdf4);width:130%;height:80px;margin-bottom:12px}.pp-error-icon-circle{background-color:#dcfce7;border:3px solid #bbf7d0;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:20px;display:flex}.pp-error-icon-emoji{font-size:34px}.pp-error-title{color:#0f1b0f;text-align:center;margin-bottom:8px;font-size:18px;font-weight:800}.pp-error-subtitle{color:#5a8a5a;text-align:center;margin-bottom:24px;font-size:13px;font-weight:500;line-height:1.55}.pp-retry-btn{cursor:pointer;color:#fff;letter-spacing:.4px;background:linear-gradient(90deg,#0d4f2b,#15803d);border:none;border-radius:99px;padding:12px 32px;font-size:15px;font-weight:700;transition:opacity .15s,transform .1s;box-shadow:0 4px 8px #0d4f2b40}.pp-retry-btn:hover{opacity:.88}.pp-retry-btn:active{transform:scale(.97)}@media (width>=600px){.pp-webview-wrap{width:calc(100% - 32px);max-width:900px;margin-left:auto;margin-right:auto}}@media (width>=1024px){.pp-webview-wrap{max-width:1100px}}.pp-root{background-color:#f0fdf4;flex-direction:column;max-height:18.5vh;display:flex}.pd-page{background:#f0fdf4;padding-bottom:1px}.pd-crumbs-bar{background:#fff;border-bottom:1px solid #e8f5e0;padding:14px 0}.pd-crumbs{flex-wrap:wrap;align-items:center;gap:8px;max-width:1280px;margin:0 auto;padding:0 32px;font-size:13px;display:flex}.pd-back-btn{color:#0d4f2b;cursor:pointer;background:#ecfdf5;border:1.5px solid #bbf7d0;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;margin-right:6px;font-size:18px;font-weight:800;line-height:1;transition:all .18s;display:flex}.pd-back-btn:hover{color:#fff;background:#0d4f2b;border-color:#0d4f2b}.pd-crumb-link{color:#5a8a5a;cursor:pointer;background:0 0;border:none;padding:0;font-size:13px;font-weight:600;transition:color .15s}.pd-crumb-link:hover{color:#0d4f2b}.pd-crumb-sep{color:#bbf7d0}.pd-crumb-current{color:#0d4f2b;white-space:nowrap;text-overflow:ellipsis;max-width:260px;font-weight:700;overflow:hidden}.pd-container{max-width:1280px;margin:0 auto;padding:24px 32px 40px}.pd-main{grid-template-columns:1fr;gap:32px;display:grid}@media (width>=900px){.pd-main{grid-template-columns:1.05fr 1fr;align-items:stretch;gap:40px}}.pd-gallery{background:#fff;border:1px solid #e8f5e0;border-radius:16px;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 4px 12px #0d4f2b0f}@media (width>=900px){.pd-gallery{align-self:stretch;max-height:calc(100vh - 40px);position:sticky;top:20px}.pd-main.pd-app-only .pd-gallery{max-height:none;position:static}}.pd-gallery-main{aspect-ratio:1;background:linear-gradient(135deg,#f0fdf4,#fff);justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}@media (width>=900px){.pd-gallery-main{aspect-ratio:unset;flex:auto;min-height:280px}}.pd-gallery-main img{object-fit:contain;filter:drop-shadow(0 8px 16px #0000001a);max-width:78%;max-height:78%;transition:transform .3s}.pd-gallery.pd-oos .pd-gallery-main img{filter:grayscale();opacity:.55}.pd-gallery-nav{color:#0d4f2b;cursor:pointer;z-index:3;background:#fffffff2;border:1px solid #bbf7d0;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;font-size:20px;font-weight:800;transition:all .18s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 3px 10px #00000014}.pd-gallery-nav:hover{color:#fff;background:#0d4f2b;border-color:#0d4f2b}.pd-gallery-prev{left:12px}.pd-gallery-next{right:12px}.pd-gallery-thumbs{-ms-overflow-style:none;scrollbar-width:none;border-top:1px solid #e8f5e0;flex-shrink:0;gap:10px;padding:16px;display:flex;overflow-x:auto}.pd-gallery-thumbs::-webkit-scrollbar{display:none}.pd-thumb{cursor:pointer;background:#f0fdf4;border:2px solid #e8f5e0;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:68px;height:68px;padding:6px;transition:all .18s;display:flex}.pd-thumb:hover{border-color:#86efac}.pd-thumb.pd-active{border-color:#0d4f2b;box-shadow:0 0 0 3px #0d4f2b1a}.pd-thumb img{object-fit:contain;width:100%;height:100%}.pd-gallery-accent{background:linear-gradient(90deg,#15803d,#22c55e,#fcd34d);flex-shrink:0;height:3px}.pd-gallery.pd-oos .pd-gallery-accent{background:linear-gradient(90deg,#9ca3af,#d1d5db,#e5e7eb)}.pd-info{flex-direction:column;gap:12px;display:flex}.pd-app-only-banner{background:#ecfdf5;border:1.5px solid #bbf7d0;border-radius:12px;align-items:center;gap:10px;padding:10px 14px;display:flex}.pd-app-only-icon{background:#dcfce7;border:1px solid #bbf7d0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:16px;display:flex}.pd-app-only-title{color:#0d4f2b;letter-spacing:.2px;font-size:13px;font-weight:800;display:block}.pd-app-only-sub{color:#5a8a5a;margin-top:2px;font-size:11px;display:block}.pd-oos-banner{background:#fef2f2;border:1.5px solid #fecaca;border-radius:12px;align-items:center;gap:10px;padding:10px 14px;display:flex}.pd-oos-banner-icon{background:#fee2e2;border:1px solid #fecaca;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:16px;display:flex}.pd-oos-banner-title{color:#dc2626;letter-spacing:.3px;font-size:13px;font-weight:800}.pd-oos-banner-sub{color:#991b1b;margin-top:2px;font-size:11px}.pd-title-card{background:#fff;border:1px solid #e8f5e0;border-left:4px solid #22c55e;border-radius:16px;padding:14px 18px;box-shadow:0 4px 12px #0d4f2b0d}.pd-title-card.pd-oos{border-left-color:#9ca3af}.pd-product-name{color:#0a150a;letter-spacing:-.3px;margin:0 0 4px;font-size:19px;font-weight:800;line-height:1.2}.pd-title-card.pd-oos .pd-product-name{color:#9ab89a}.pd-product-salt{color:#5a8a5a;margin:0;font-size:12px;font-weight:500;line-height:1.4}.pd-card{background:#fff;border:1px solid #e8f5e0;border-radius:16px;overflow:hidden;box-shadow:0 4px 12px #0d4f2b0d}.pd-card-head{border-bottom:1px solid #e8f5e0;justify-content:space-between;align-items:center;padding:8px 14px;display:flex}.pd-card-head-left{align-items:center;gap:8px;display:flex}.pd-card-head-icon{background:#dcfce7;border:1px solid #bbf7d0;border-radius:8px;justify-content:center;align-items:center;width:26px;height:26px;font-size:13px;display:flex}.pd-card-head-title{color:#0a150a;letter-spacing:.2px;font-size:13px;font-weight:800}.pd-tag-best{color:#15803d;letter-spacing:.3px;background:#dcfce7;border:1px solid #bbf7d0;border-radius:999px;padding:3px 10px;font-size:10px;font-weight:700}.pd-tag-oos{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:999px;padding:3px 10px;font-size:10px;font-weight:700}.pd-tag-count{color:#15803d;background:#dcfce7;border:1px solid #bbf7d0;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:10px;font-weight:900;display:flex}.pd-tag-scheme{color:#92400e;cursor:pointer;transform-origin:50%;background:linear-gradient(135deg,#fef3c7,#fde68a);border:1px solid #fbbf24;border-radius:999px;align-items:center;gap:4px;padding:3px 10px;font-size:10px;font-weight:700;transition:all .18s;animation:1.8s ease-in-out infinite pd-scheme-pulse;display:inline-flex}.pd-tag-scheme:hover{animation-play-state:paused;transform:translateY(-1px)scale(1.06);box-shadow:0 3px 8px #fbbf2459}@keyframes pd-scheme-pulse{0%,to{transform:scale(1);box-shadow:0 0 #fbbf2473}50%{transform:scale(1.12);box-shadow:0 0 0 6px #fbbf2400}}@media (prefers-reduced-motion:reduce){.pd-tag-scheme{animation:none}}.pd-variants{flex-wrap:wrap;gap:8px;padding:12px 16px 14px;display:flex}.pd-variant{color:#2d5a2d;cursor:pointer;background:#fff;border:1.5px solid #bbf7d0;border-radius:999px;align-items:center;gap:6px;padding:6px 12px;font-size:12px;font-weight:600;transition:all .18s;display:inline-flex}.pd-variant:hover:not(.pd-variant-selected){color:#0d4f2b;border-color:#22c55e}.pd-variant-selected{color:#fff;background:linear-gradient(135deg,#0d4f2b,#15803d);border-color:#0d4f2b;font-weight:700;box-shadow:0 3px 8px #0d4f2b40}.pd-variant-dot{background:#ffffffbf;border-radius:50%;width:5px;height:5px}.pd-variant-note{color:#5a8a5a;align-items:center;gap:6px;padding:0 16px 12px;font-size:11px;font-weight:600;display:flex}.pd-info-tabs{grid-template-columns:repeat(3,1fr);gap:8px;padding:10px 14px 12px;display:grid}.pd-info-tab{color:#fff;letter-spacing:.3px;cursor:pointer;background:linear-gradient(135deg,#0d4f2b,#166534,#15803d);border:none;border-radius:10px;padding:9px 6px;font-size:11.5px;font-weight:700;transition:all .18s;box-shadow:0 3px 8px #0d4f2b33}.pd-info-tab:hover{transform:translateY(-2px);box-shadow:0 5px 12px #0d4f2b4d}.pd-policy{cursor:pointer;text-align:left;background:#fff;border:1px solid #e8f5e0;border-radius:16px;justify-content:space-between;align-items:center;width:100%;padding:11px 16px;transition:all .18s;display:flex;box-shadow:0 4px 12px #0d4f2b0d}.pd-policy:hover{border-color:#86efac;transform:translateY(-2px);box-shadow:0 8px 20px #0d4f2b1a}.pd-policy-left{align-items:center;gap:10px;display:flex}.pd-policy-icon{background:#dcfce7;border:1px solid #bbf7d0;border-radius:10px;justify-content:center;align-items:center;width:32px;height:32px;font-size:16px;display:flex}.pd-policy-title{color:#0a150a;font-size:13px;font-weight:800;display:block}.pd-policy-sub{color:#5a8a5a;margin-top:1px;font-size:11px}.pd-policy-arrow{color:#9ab89a;font-size:22px;font-weight:700;line-height:1}.pd-similar-section{background:#fff;border:1px solid #e8f5e0;border-radius:16px;margin-top:32px;overflow:hidden;box-shadow:0 4px 12px #0d4f2b0d}.pd-similar-head{border-bottom:1px solid #e8f5e0;align-items:center;gap:10px;padding:14px 18px;display:flex}.pd-similar-scroll{scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;gap:14px;padding:16px 18px 20px;display:flex;overflow-x:auto}.pd-similar-scroll::-webkit-scrollbar{height:6px}.pd-similar-scroll::-webkit-scrollbar-thumb{background:#bbf7d0;border-radius:999px}.pd-similar-scroll::-webkit-scrollbar-track{background:0 0}.pd-similar-card{scroll-snap-align:start;cursor:pointer;text-align:left;background:#f9fefa;border:1px solid #e8f5e0;border-radius:14px;flex-direction:column;flex:none;align-items:flex-start;gap:6px;width:150px;padding:12px;transition:all .18s;display:flex}.pd-similar-card:hover{border-color:#86efac;transform:translateY(-3px);box-shadow:0 8px 18px #0d4f2b1a}.pd-similar-card-oos{opacity:.7}.pd-similar-card-oos:hover{box-shadow:none;border-color:#e8f5e0;transform:none}.pd-similar-card-oos-badge{color:#dc2626;text-align:center;background:#ffffffbf;justify-content:center;align-items:center;padding:0 8px;font-size:10.5px;font-weight:800;display:flex;position:absolute;inset:0}.pd-similar-card-skeleton{cursor:default;gap:8px}.pd-similar-card-skeleton:hover{box-shadow:none;border-color:#e8f5e0;transform:none}.pd-similar-card-img{aspect-ratio:1;background:linear-gradient(135deg,#f0fdf4,#fff);border-radius:10px;justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}.pd-similar-card-img img{object-fit:contain;max-width:82%;max-height:82%}.pd-similar-card-name{color:#0a150a;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:12.5px;font-weight:700;line-height:1.3;display:-webkit-box;overflow:hidden}.pd-similar-card-price{color:#15803d;align-items:baseline;gap:6px;font-size:13px;font-weight:800;display:flex}.pd-similar-card-mrp{color:#9ab89a;font-size:10.5px;font-weight:600;text-decoration:line-through}@media (width<=640px){.pd-similar-section{margin-top:24px}.pd-similar-card{width:128px}.pd-similar-head{padding:12px 16px}.pd-similar-scroll{gap:10px;padding:14px 16px 18px}}.pd-footer{z-index:90;background:#fff;border-top:1px solid #e8f5e0;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 16px #00000014}.pd-footer-accent{background:linear-gradient(90deg,#15803d,#22c55e,#fcd34d);height:3px}.pd-footer.pd-oos .pd-footer-accent{background:linear-gradient(90deg,#9ca3af,#d1d5db,#e5e7eb)}.pd-footer-inner{align-items:center;gap:16px;max-width:1280px;margin:0 auto;padding:14px 32px;display:flex}.pd-stepper{flex-direction:column;align-items:center;gap:4px;display:flex}.pd-stepper-label{color:#9ab89a;letter-spacing:1.4px;font-size:9px;font-weight:700}.pd-stepper-row{background:#ecfdf5;border:1.5px solid #bbf7d0;border-radius:10px;align-items:center;display:flex;overflow:hidden}.pd-footer.pd-oos .pd-stepper-row{background:#f3f4f6;border-color:#e5e7eb}.pd-step-btn{cursor:pointer;color:#fff;border:none;justify-content:center;align-items:center;width:40px;height:42px;font-size:18px;font-weight:900;transition:opacity .15s;display:flex}.pd-step-btn:disabled{cursor:not-allowed;opacity:.6}.pd-step-minus{background:linear-gradient(135deg,#dc2626,#ef4444)}.pd-step-plus{background:linear-gradient(135deg,#0d4f2b,#15803d)}.pd-footer.pd-oos .pd-step-minus,.pd-footer.pd-oos .pd-step-plus{background:#9ca3af}.pd-step-qty{color:#0a150a;background:#fff;justify-content:center;align-items:center;width:44px;height:42px;font-size:15px;font-weight:800;display:flex}.pd-footer.pd-oos .pd-step-qty{color:#9ab89a}.pd-cart-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#0d4f2b,#15803d);border:none;border-radius:14px;flex:1;align-items:center;gap:12px;padding:14px 20px;transition:transform .15s,box-shadow .15s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 12px #0d4f2b40}.pd-cart-btn:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0d4f2b59}.pd-cart-btn-icon{font-size:22px}.pd-cart-btn-text{text-align:left;flex:1;min-width:0}.pd-cart-btn-title{letter-spacing:.3px;font-size:14px;font-weight:800;display:block}.pd-cart-btn-sub{color:#ffffffbf;margin-top:2px;font-size:11px;display:block}.pd-cart-btn-arrow{background:#ffffff2e;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;font-size:17px;font-weight:700;display:flex}.pd-cart-btn-oos{cursor:not-allowed;background:#f3f4f6;border:1.5px solid #e5e7eb;border-radius:14px;flex:1;align-items:center;gap:12px;padding:14px 20px;display:flex}.pd-cart-btn-oos .pd-cart-btn-title{color:#6b7280}.pd-cart-btn-oos .pd-cart-btn-sub{color:#9ca3af}.pd-cart-btn-oos .pd-cart-btn-icon{font-size:22px}.pd-footer-download{flex-wrap:nowrap;justify-content:space-between;align-items:center;gap:20px;padding:16px 32px}.pd-footer-download-text{flex:auto;align-items:center;gap:14px;min-width:0;display:flex}.pd-footer-download-icon{background:#dcfce7;border:1px solid #bbf7d0;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:24px;display:flex}.pd-footer-download-copy{flex-direction:column;min-width:0;display:flex}.pd-footer-download-title{color:#0a150a;letter-spacing:.1px;white-space:nowrap;font-size:21px;font-weight:900}.pd-footer-download-sub{color:#5a8a5a;white-space:nowrap;text-overflow:ellipsis;margin-left:25px;font-size:18px;overflow:hidden}.pd-footer-download-links{flex-shrink:0;align-items:center;gap:32px;display:flex}.pd-store-btn{cursor:pointer;white-space:nowrap;border-radius:12px;align-items:center;gap:20px;padding:12px 20px;text-decoration:none;transition:transform .15s,box-shadow .15s;display:flex;box-shadow:0 3px 8px #00000026}.pd-store-btn:hover{transform:translateY(-2px);box-shadow:0 5px 12px #00000038}.pd-store-play{background:linear-gradient(135deg,#0d4f2b,#15803d)}.pd-store-apple{background:#0a150a}.pd-store-btn-icon{color:#fff;font-size:25px;line-height:1}.pd-store-btn-text{flex-direction:column;line-height:1.15;display:flex}.pd-store-btn-small{color:#fffc;letter-spacing:.7px;font-size:10px;font-weight:500}.pd-store-btn-big{color:#fff;white-space:nowrap;font-size:16px;font-weight:700}@keyframes pd-shimmer{0%{background-position:-600px 0}to{background-position:600px 0}}.pd-skeleton{background:linear-gradient(90deg,#f0fdf4 25%,#dcfce7 50%,#f0fdf4 75%) 0 0/600px 100%;border-radius:12px;animation:1.4s linear infinite pd-shimmer}.pd-title-row{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.pd-title-textblock{flex:1;min-width:0}.pd-share-wrap{flex-shrink:0;position:relative}.pd-share-btn{cursor:pointer;background:#ecfdf5;border:1.5px solid #bbf7d0;border-radius:999px;align-items:center;gap:6px;padding:8px 14px;transition:all .18s;display:flex}.pd-share-btn:hover{background:#dcfce7;border-color:#86efac}.pd-share-icon{font-size:14px}.pd-share-label{color:#15803d;letter-spacing:.2px;font-size:12.5px;font-weight:700}.pd-share-panel{z-index:20;background:#fff;border:1px solid #e8f5e0;border-radius:12px;min-width:180px;padding:6px;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 8px 24px #0d4f2b26}.pd-share-item{cursor:pointer;color:#0a150a;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:10px;width:100%;padding:10px 12px;font-size:13px;font-weight:600;transition:background .15s;display:flex}.pd-share-item:hover{background:#f0fdf4}.pd-share-item-icon{text-align:center;width:20px;font-size:16px}@media (width<=640px){.pd-share-label{display:none}.pd-share-btn{padding:8px 10px}.pd-share-panel{min-width:170px;right:0}}.pd-scheme-overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:200;background:#0a150a8c;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.pd-scheme-modal{text-align:center;background:#fff;border:1px solid #fde68a;border-radius:20px;width:100%;max-width:380px;padding:32px 24px 24px;position:relative;overflow:hidden;box-shadow:0 20px 50px #0d4f2b40}.pd-scheme-modal:before{content:"";background:linear-gradient(90deg,#fbbf24,#f59e0b,#fbbf24);height:5px;position:absolute;top:0;left:0;right:0}.pd-scheme-close{color:#6b7280;cursor:pointer;background:#f3f4f6;border:none;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:18px;font-weight:700;transition:all .15s;display:flex;position:absolute;top:12px;right:12px}.pd-scheme-close:hover{color:#0a150a;background:#e5e7eb}.pd-scheme-badge-icon{background:linear-gradient(135deg,#fef3c7,#fde68a);border:2px solid #fbbf24;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 12px;font-size:30px;display:flex}.pd-scheme-title{color:#0a150a;letter-spacing:-.2px;margin:0 0 8px;font-size:22px;font-weight:800}.pd-scheme-condition{color:#5a8a5a;margin:0 0 18px;font-size:18.5px;font-weight:600;line-height:1.45}.pd-scheme-reward-box{background:#f0fdf4;border:1.5px solid #bbf7d0;border-radius:16px;flex-direction:column;align-items:center;gap:8px;margin-bottom:20px;padding:18px 16px;display:flex}.pd-scheme-reward-img-wrap{background:#fff;border:1px solid #e8f5e0;border-radius:14px;justify-content:center;align-items:center;width:96px;height:96px;display:flex;overflow:hidden}.pd-scheme-reward-img{object-fit:contain;max-width:82%;max-height:82%}.pd-scheme-reward-name{color:#0a150a;font-size:17px;font-weight:800;line-height:1.3}.pd-scheme-free-badge{color:#fff;letter-spacing:.6px;background:linear-gradient(135deg,#0d4f2b,#15803d);border-radius:999px;padding:5px 14px;font-size:12px;font-weight:800;box-shadow:0 3px 8px #0d4f2b40}.pd-scheme-cta{color:#fff;letter-spacing:.2px;cursor:pointer;background:linear-gradient(135deg,#0d4f2b,#15803d);border:none;border-radius:12px;width:100%;padding:13px 20px;font-size:14px;font-weight:700;transition:transform .15s,box-shadow .15s;box-shadow:0 4px 12px #0d4f2b40}.pd-scheme-cta:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0d4f2b59}@media (width<=480px){.pd-scheme-modal{padding:26px 18px 20px}.pd-scheme-badge-icon{width:54px;height:54px;font-size:26px}.pd-scheme-title{font-size:17px}.pd-scheme-reward-img-wrap{width:84px;height:84px}}@media (width<=900px){.pd-gallery{position:static}.pd-gallery-main{aspect-ratio:1}.pd-main.pd-app-only .pd-gallery-main{aspect-ratio:4/3}}@media (width<=780px){.pd-footer-download{flex-flow:column wrap;align-items:stretch;gap:12px;padding:14px 24px}.pd-footer-download-text{justify-content:flex-start}.pd-footer-download-title{white-space:normal;font-size:15px;line-height:1.3}.pd-footer-download-sub{font-size:12.5px}.pd-footer-download-links{justify-content:stretch;gap:10px;width:100%}.pd-store-btn{flex:1;justify-content:center;padding:12px 16px}.pd-store-btn-big{font-size:14px}}@media (width<=640px){.pd-crumbs{padding:0 16px}.pd-container{padding:16px 12px 30px}.pd-product-name{font-size:18px}.pd-footer-inner{gap:12px;padding:12px 16px}.pd-info-tabs{gap:8px;padding:10px}.pd-info-tab{padding:9px 4px;font-size:11px}.pd-variants{padding:10px}.pd-cart-btn-sub,.pd-stepper-label{display:none}.pd-thumb{width:56px;height:56px}.pd-footer-download{gap:10px;padding:12px 16px}.pd-footer-download-icon{width:40px;height:40px;font-size:20px}.pd-footer-download-title{font-size:14px}.pd-footer-download-sub{white-space:normal;margin-left:0;font-size:11.5px;line-height:1.3;display:block}.pd-store-btn{padding:10px 12px}.pd-store-btn-small{display:none}.pd-store-btn-big{font-size:13px}.pd-footer-download-links{gap:8px}.pd-back-btn{width:30px;height:30px;margin-right:4px;font-size:16px}}@media (width<=480px){.pd-footer-inner.pd-footer-download{padding:12px}.pd-footer-download-title{white-space:normal;font-size:13px;line-height:1.3}.pd-footer-download-icon{width:36px;height:36px;font-size:18px}.pd-store-btn{padding:9px 10px}.pd-store-btn-big{font-size:12.5px}}@media (width<=420px){.pd-footer-download-text{gap:8px}.pd-footer-download-icon{width:34px;height:34px;font-size:16px}.pd-footer-download-title{font-size:12.5px}}.pl-page{background:linear-gradient(#f0fdf4 0%,#fff 400px);min-height:100vh}.pl-hero{background:linear-gradient(135deg,#0d4f2b 0%,#166534 50%,#15803d 100%);padding:32px 0 60px;position:relative;overflow:hidden}.pl-hero:before{content:"";background:#ffffff0a;border-radius:50%;width:260px;height:260px;position:absolute;top:-80px;right:-80px}.pl-hero:after{content:"";background:#ffffff08;border-radius:50%;width:160px;height:160px;position:absolute;bottom:-40px;left:10%}.pl-hero-inner{z-index:2;max-width:1280px;margin:0 auto;padding:0 32px;position:relative}.pl-back-btn{color:#fff;cursor:pointer;background:#ffffff1f;border:1.5px solid #ffffff40;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;margin-right:6px;font-size:18px;font-weight:800;line-height:1;transition:all .18s;display:flex}.pl-back-btn:hover{background:#ffffff40;border-color:#ffffff73}.pl-crumbs{color:#ffffffbf;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:18px;font-size:13px;font-weight:500;display:flex}.pl-crumb-link{color:#ffffffd9;cursor:pointer;background:0 0;border:none;padding:0;font-size:13px;font-weight:600;transition:color .15s}.pl-crumb-link:hover{color:#fcd34d}.pl-crumb-sep{color:#fff6;font-size:12px}.pl-crumb-current{color:#fff;font-weight:700}.pl-hero-main{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:20px;display:flex}.pl-hero-title-block{flex-direction:column;gap:8px;max-width:640px;display:flex}.pl-hero-eyebrow{color:#fcd34d;letter-spacing:1.2px;text-transform:uppercase;align-items:center;gap:6px;font-size:11px;font-weight:700;display:inline-flex}.pl-hero-title{color:#fff;letter-spacing:-.5px;margin:0;font-size:34px;font-weight:800;line-height:1.15}.pl-hero-sub{color:#ffffffc7;font-size:15px;font-weight:500}.pl-hero-stats{flex-wrap:wrap;gap:10px;display:flex}.pl-stat-pill{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#fff;background:#ffffff1f;border:1px solid #fff3;border-radius:999px;align-items:center;gap:8px;padding:10px 18px;font-size:13px;font-weight:600;display:inline-flex}.pl-stat-pill.pl-sale{background:#f59e0b33;border-color:#fcd34d59}.pl-stat-num{color:#fcd34d;font-size:15px;font-weight:900}.pl-sale .pl-stat-num{color:#fcd34d}.pl-content{z-index:3;max-width:1280px;margin:-30px auto 0;padding:0 32px 60px;position:relative}.pl-toolbar{background:#fff;border:1px solid #e8f5e0;border-bottom:none;border-radius:16px 16px 0 0;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:16px 24px;display:flex;box-shadow:0 4px 12px #0d4f2b0f}.pl-filter-chips{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.pl-filter-chip{color:#5a8a5a;cursor:pointer;background:#fff;border:1.5px solid #e8f5e0;border-radius:999px;align-items:center;gap:6px;padding:8px 14px;font-size:12.5px;font-weight:600;transition:all .18s;display:inline-flex}.pl-filter-chip:hover{color:#0d4f2b;border-color:#86efac}.pl-filter-chip.pl-active{color:#fff;background:linear-gradient(135deg,#0d4f2b,#15803d);border-color:#0d4f2b}.pl-filter-chip-count{background:#ffffff40;border-radius:999px;padding:1px 7px;font-size:10px;font-weight:800}.pl-filter-chip:not(.pl-active) .pl-filter-chip-count{color:#15803d;background:#f0fdf4}.pl-sort-wrap{align-items:center;gap:8px;display:flex;position:relative}.pl-sort-label{color:#5a8a5a;font-size:12.5px;font-weight:600}.pl-sort-select{color:#0f1b0f;cursor:pointer;appearance:none;background:#fff url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%230D4F2B' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e") right 12px center no-repeat;border:1.5px solid #e8f5e0;border-radius:10px;outline:none;padding:8px 34px 8px 14px;font-size:13px;font-weight:600;transition:border-color .18s}.pl-sort-select:hover,.pl-sort-select:focus{border-color:#86efac}.pl-grid{background:#fff;border:1px solid #e8f5e0;border-top:none;border-radius:0 0 16px 16px;grid-template-columns:repeat(2,1fr);gap:18px;padding:24px;display:grid;box-shadow:0 6px 16px #0d4f2b0f}@media (width>=640px){.pl-grid{grid-template-columns:repeat(3,1fr)}}@media (width>=900px){.pl-grid{grid-template-columns:repeat(4,1fr)}}@media (width>=1200px){.pl-grid{grid-template-columns:repeat(5,1fr)}}.pl-card{cursor:pointer;text-align:left;background:#fff;border:1px solid #e8f5e0;border-radius:14px;flex-direction:column;width:100%;padding:0;transition:all .22s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 2px 6px #0d4f2b0a}.pl-card:hover{border-color:#86efac;transform:translateY(-4px);box-shadow:0 12px 24px #0d4f2b24}.pl-card:hover .pl-card-cta{color:#fff;background:#0d4f2b}.pl-card:hover .pl-card-img{transform:scale(1.06)}.pl-card.pl-oos{opacity:.85}.pl-card.pl-oos:hover{transform:none;box-shadow:0 2px 6px #0d4f2b0a}.pl-card.pl-selected{border-color:#0d4f2b;box-shadow:0 0 0 2px #0d4f2b2e,0 12px 24px #0d4f2b24}.pl-card-img-wrap{aspect-ratio:1;background:#ecfdf5;justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}.pl-card-img-bg-1,.pl-card-img-bg-2{z-index:0;border-radius:50%;position:absolute}.pl-card-img-bg-1{background:#22c55e0f;width:55%;height:55%;top:-20px;right:-20px}.pl-card-img-bg-2{background:#f59e0b0d;width:40%;height:40%;bottom:-25px;left:-15px}.pl-card-img{object-fit:contain;z-index:2;filter:drop-shadow(0 4px 8px #00000014);width:78%;height:78%;transition:transform .3s;position:relative}.pl-card.pl-oos .pl-card-img{filter:grayscale();opacity:.5}.pl-discount-badge{z-index:5;background:linear-gradient(135deg,#dc2626,#ef4444);border-radius:10px;flex-direction:column;align-items:center;padding:5px 9px;line-height:1;display:flex;position:absolute;top:8px;left:8px;box-shadow:0 3px 8px #dc262659}.pl-discount-percent{color:#fff;letter-spacing:.3px;font-size:13px;font-weight:900}.pl-discount-off{color:#ffffffe6;letter-spacing:1px;margin-top:1px;font-size:8px;font-weight:800}.pl-weight-pill{z-index:5;color:#2d5a2d;letter-spacing:.3px;background:#fffffff2;border:1px solid #bbf7d0;border-radius:999px;padding:4px 10px;font-size:10px;font-weight:700;position:absolute;bottom:8px;right:8px;box-shadow:0 2px 4px #0000000f}.pl-compare-check{z-index:6;cursor:pointer;background:#fffffff2;border:1.5px solid #bbf7d0;border-radius:7px;justify-content:center;align-items:center;width:24px;height:24px;transition:all .18s;display:flex;position:absolute;top:8px;right:8px;box-shadow:0 2px 4px #00000014}.pl-compare-check:hover{border-color:#22c55e}.pl-compare-check input{opacity:0;cursor:pointer;width:100%;height:100%;margin:0;position:absolute}.pl-compare-checkmark{color:#0000;font-size:12px;font-weight:900;line-height:1;transition:color .15s}.pl-compare-check-active .pl-compare-checkmark{color:#fff}.pl-compare-check-active{background:linear-gradient(135deg,#0d4f2b,#15803d);border-color:#0d4f2b}.pl-compare-check-disabled{cursor:not-allowed;opacity:.4}.pl-compare-check-disabled input{cursor:not-allowed}.pl-oos-overlay{z-index:10;background:#0000006b;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.pl-oos-badge{color:#fff;letter-spacing:.6px;background:#dc2626;border:1.5px solid #ffffff4d;border-radius:8px;padding:6px 12px;font-size:11px;font-weight:800;box-shadow:0 3px 8px #dc262666}.pl-card-body{border-top:1px solid #f1f5f1;flex-direction:column;flex:1;gap:6px;padding:12px 12px 14px;display:flex}.pl-card-name{color:#0f1b0f;letter-spacing:.2px;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:34px;font-size:13px;font-weight:700;line-height:1.35;display:-webkit-box;overflow:hidden}.pl-card.pl-oos .pl-card-name{color:#8fb88f}.pl-card-salt{color:#5a8a5a;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:30px;font-size:11px;font-weight:500;line-height:1.4;display:-webkit-box;overflow:hidden}.pl-card-divider{background:#e8f5e0;height:1px;margin:2px 0}.pl-price-row{justify-content:space-between;align-items:center;gap:8px;display:flex}.pl-price-group{flex-direction:column;flex:1;gap:1px;min-width:0;display:flex}.pl-selling-price{color:#0d4f2b;letter-spacing:.3px;font-size:17px;font-weight:900;line-height:1.1}.pl-mrp-price{color:#9ca3af;letter-spacing:.2px;font-size:11.5px;font-weight:500;text-decoration:line-through}.pl-mrp-placeholder{height:14px}.pl-card-cta{color:#0d4f2b;background:#dcfce7;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:15px;font-weight:800;transition:all .22s;display:flex;box-shadow:0 2px 4px #0d4f2b26}.pl-card.pl-oos .pl-card-cta{color:#9ca3af;box-shadow:none;background:#e5e7eb}.pl-savings{color:#059669;letter-spacing:.3px;background:#ecfdf5;border:1px solid #bbf7d0;border-radius:999px;align-self:flex-start;align-items:center;gap:4px;margin-top:2px;padding:3px 9px;font-size:10px;font-weight:700;display:inline-flex}@keyframes pl-shimmer{0%{background-position:-600px 0}to{background-position:600px 0}}.pl-skeleton{background:linear-gradient(90deg,#f0fdf4 25%,#dcfce7 50%,#f0fdf4 75%) 0 0/600px 100%;border:1px solid #e8f5e0;border-radius:14px;height:280px;animation:1.4s linear infinite pl-shimmer}.pl-empty{grid-column:1/-1;justify-content:center;align-items:center;padding:60px 24px;display:flex}.pl-empty-inner{text-align:center;max-width:400px}.pl-empty-icon{background:linear-gradient(135deg,#dcfce7,#bbf7d0);border:4px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:88px;height:88px;margin:0 auto 20px;font-size:38px;display:flex;box-shadow:0 8px 20px #0d4f2b1f}.pl-empty-title{color:#0f1b0f;margin:0 0 8px;font-size:20px;font-weight:800}.pl-empty-desc{color:#5a8a5a;margin:0 0 20px;font-size:14px;line-height:1.5}.pl-empty-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#0d4f2b,#15803d);border:none;border-radius:999px;align-items:center;gap:6px;padding:10px 20px;font-size:13px;font-weight:700;transition:transform .15s;display:inline-flex}.pl-empty-btn:hover{transform:translateY(-2px)}.pl-compare-bar{z-index:50;background:#fff;border-top:1px solid #e8f5e0;padding:14px 24px;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -8px 24px #0d4f2b1f}.pl-compare-bar-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;max-width:1280px;margin:0 auto;display:flex}.pl-compare-thumbs{flex-wrap:wrap;gap:8px;display:flex}.pl-compare-thumb{background:#ecfdf5;border:1.5px solid #e8f5e0;border-radius:10px;width:46px;height:46px;position:relative;overflow:hidden}.pl-compare-thumb img{object-fit:contain;width:100%;height:100%;padding:4px}.pl-compare-thumb-remove{color:#fff;cursor:pointer;background:#dc2626;border:1.5px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:9px;font-weight:800;line-height:1;display:flex;position:absolute;top:-4px;right:-4px}.pl-compare-bar-actions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.pl-compare-count{color:#5a8a5a;white-space:nowrap;font-size:13px;font-weight:600}.pl-compare-clear-btn{color:#5a8a5a;cursor:pointer;background:#fff;border:1.5px solid #e8f5e0;border-radius:10px;padding:9px 14px;font-size:13px;font-weight:700;transition:all .18s}.pl-compare-clear-btn:hover{color:#dc2626;border-color:#fca5a5}.pl-compare-go-btn{color:#fff;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#0d4f2b,#15803d);border:none;border-radius:10px;padding:10px 20px;font-size:13.5px;font-weight:800;transition:transform .15s,opacity .15s}.pl-compare-go-btn:hover:not(:disabled){transform:translateY(-2px)}.pl-compare-go-btn:disabled{opacity:.45;cursor:not-allowed}@media (width<=640px){.pl-hero{padding:24px 0 50px}.pl-hero-inner{padding:0 16px}.pl-hero-title{font-size:24px}.pl-hero-sub{font-size:13px}.pl-content{padding:0 12px 40px}.pl-toolbar{flex-direction:column;align-items:stretch;padding:12px 14px}.pl-filter-chips{-ms-overflow-style:none;scrollbar-width:none;flex-wrap:nowrap;padding-bottom:4px;overflow-x:auto}.pl-filter-chips::-webkit-scrollbar{display:none}.pl-filter-chip{flex-shrink:0}.pl-sort-wrap{width:100%}.pl-sort-select{flex:1}.pl-grid{gap:12px;padding:14px}.pl-card-body{padding:10px}.pl-selling-price{font-size:15px}.pl-back-btn{width:30px;height:30px;margin-right:4px;font-size:16px}.pl-compare-bar{padding:10px 12px;padding-bottom:calc(10px + env(safe-area-inset-bottom))}.pl-compare-bar-inner{gap:10px}.pl-compare-bar-actions{justify-content:space-between;width:100%}.pl-compare-count{display:none}.pl-compare-go-btn{flex:1}}.ra-page{background:#f0fdf4;min-height:100vh}.ra-hero{background:linear-gradient(135deg,#0d4f2b 0%,#166534 50%,#15803d 100%);padding:32px 0 60px;position:relative;overflow:hidden}.ra-hero:before{content:"";background:#ffffff0a;border-radius:50%;width:260px;height:260px;position:absolute;top:-80px;right:-80px}.ra-hero-inner{z-index:2;max-width:1280px;margin:0 auto;padding:0 32px;position:relative}.ra-crumbs{color:#ffffffbf;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:18px;font-size:13px;font-weight:500;display:flex}.ra-crumb-link{color:#ffffffd9;cursor:pointer;background:0 0;border:none;padding:0;font-size:13px;font-weight:600;transition:color .15s}.ra-crumb-link:hover{color:#fcd34d}.ra-crumb-sep{color:#fff6;font-size:12px}.ra-crumb-current{color:#fff;font-weight:700}.ra-hero-main{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:20px;display:flex}.ra-hero-title{color:#fff;letter-spacing:-.5px;margin:0 0 8px;font-size:30px;font-weight:800;line-height:1.15}.ra-hero-sub{color:#ffffffc7;margin:0;font-size:14px;font-weight:500}.ra-hero-pill{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#fff;background:#ffffff1f;border:1px solid #fff3;border-radius:999px;align-items:center;gap:8px;padding:8px 16px;font-size:13px;font-weight:600;display:inline-flex}.ra-hero-pill-num{color:#fcd34d;font-size:15px;font-weight:900}.ra-content{z-index:3;max-width:1280px;margin:-30px auto 0;padding:0 32px 60px;position:relative}.ra-layout{grid-template-columns:1fr;gap:20px;display:grid}@media (width>=900px){.ra-layout{grid-template-columns:1.6fr 1fr;align-items:start}}.ra-addr-col{flex-direction:column;gap:14px;display:flex}.ra-addr-head{background:#fff;border:1px solid #e8f5e0;border-radius:14px;justify-content:space-between;align-items:center;padding:16px 22px;display:flex;box-shadow:0 3px 10px #0d4f2b0d}.ra-addr-head-title{color:#0f1b0f;align-items:center;gap:10px;font-size:15px;font-weight:800;display:flex}.ra-addr-head-title:before{content:"";background:linear-gradient(#22c55e,#0d4f2b);border-radius:2px;width:4px;height:20px}.ra-addr-head-btn{color:#15803d;cursor:pointer;background:#f0fdf4;border:1.5px solid #bbf7d0;border-radius:999px;align-items:center;gap:6px;padding:8px 14px;font-size:12.5px;font-weight:700;transition:all .15s;display:inline-flex}.ra-addr-head-btn:hover{background:#dcfce7;border-color:#22c55e}.ra-card{cursor:pointer;text-align:left;background:#fff;border:1.5px solid #e8f5e0;border-radius:14px;width:100%;padding:0;transition:all .2s;overflow:hidden;box-shadow:0 3px 10px #0000000a}.ra-card:hover{border-color:#bbf7d0;transform:translateY(-2px);box-shadow:0 6px 16px #0d4f2b1a}.ra-card.ra-card-selected{border-color:#22c55e;box-shadow:0 8px 22px #0d4f2b2e}.ra-card-head{background:#f0fdf4;border-bottom:1px solid #e8f5e0;justify-content:space-between;align-items:center;padding:14px 18px;transition:all .2s;display:flex}.ra-card-selected .ra-card-head{background:linear-gradient(135deg,#0d4f2b,#166534,#15803d);border-bottom-color:#0000}.ra-card-head-left{flex:1;align-items:center;gap:10px;display:flex}.ra-card-index{color:#15803d;letter-spacing:.5px;background:#dcfce7;border:1px solid #bbf7d0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:11px;font-weight:900;transition:all .2s;display:inline-flex}.ra-card-selected .ra-card-index{color:#fff;background:#ffffff2e;border-color:#ffffff4d}.ra-card-title{flex-direction:column;gap:3px;display:flex}.ra-card-label{color:#0f1b0f;letter-spacing:.2px;font-size:12.5px;font-weight:800;transition:color .2s}.ra-card-selected .ra-card-label{color:#fff}.ra-card-selected-badge{color:#fcd34d;letter-spacing:.4px;background:#fcd34d40;border:1px solid #fcd34d80;border-radius:999px;align-self:flex-start;align-items:center;padding:2px 8px;font-size:9.5px;font-weight:800;display:inline-flex}.ra-card-delete{color:#dc2626;cursor:pointer;background:#fef2f2;border:1px solid #fecaca;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:15px;transition:all .15s;display:inline-flex}.ra-card-delete:hover{color:#fff;background:#dc2626;border-color:#dc2626}.ra-card-selected .ra-card-delete{color:#fff;background:#ffffff26;border-color:#ffffff40}.ra-card-selected .ra-card-delete:hover{color:#dc2626;background:#fff;border-color:#fff}.ra-card-body{flex-direction:column;gap:10px;padding:16px 18px;transition:background .2s;display:flex}.ra-card-selected .ra-card-body{background:#0d4f2b}.ra-info-row{align-items:flex-start;gap:10px;display:flex}.ra-info-label{color:#5a8a5a;flex-shrink:0;align-items:center;gap:5px;width:105px;font-size:12px;font-weight:600;transition:color .2s;display:flex}.ra-card-selected .ra-info-label{color:#ffffffb8}.ra-info-icon{font-size:13px;line-height:1}.ra-info-value{color:#0f1b0f;word-break:break-word;flex:1;font-size:13px;font-weight:500;line-height:1.45;transition:color .2s}.ra-card-selected .ra-info-value{color:#fff}.ra-card-accent{background:linear-gradient(90deg,#15803d,#22c55e,#fcd34d);height:3px;transition:all .2s}.ra-card-selected .ra-card-accent{background:linear-gradient(90deg,#fcd34d,#f59e0b,#fcd34d)}.ra-side-col{flex-direction:column;gap:14px;display:flex;position:sticky;top:20px}.ra-side-card{background:#fff;border:1px solid #e8f5e0;border-radius:16px;overflow:hidden;box-shadow:0 4px 14px #0d4f2b0f}.ra-side-head{background:linear-gradient(#f0fdf4,#fff);border-bottom:1px solid #f0fdf4;padding:16px 20px}.ra-side-head-title{color:#0f1b0f;align-items:center;gap:10px;font-size:15px;font-weight:800;display:flex}.ra-side-head-title:before{content:"";background:linear-gradient(#f59e0b,#b45309);border-radius:2px;width:4px;height:20px}.ra-side-body{padding:18px 20px}.ra-steps{flex-direction:column;gap:4px;display:flex;position:relative}.ra-step{align-items:flex-start;gap:12px;padding:10px 0;display:flex;position:relative}.ra-step:not(:last-child):after{content:"";background:#e8f5e0;width:2px;position:absolute;top:40px;bottom:-6px;left:15px}.ra-step.ra-step-done:not(:last-child):after{background:#22c55e}.ra-step-num{color:#9ca3af;z-index:2;background:#fff;border:2px solid #e8f5e0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:12px;font-weight:900;transition:all .2s;display:inline-flex}.ra-step.ra-step-active .ra-step-num{color:#fff;background:#0d4f2b;border-color:#0d4f2b;box-shadow:0 0 0 4px #0d4f2b1a}.ra-step.ra-step-done .ra-step-num{color:#fff;background:#22c55e;border-color:#22c55e;font-size:14px}.ra-step-info{flex:1;padding-top:4px}.ra-step-title{color:#0f1b0f;margin:0 0 2px;font-size:13.5px;font-weight:700}.ra-step.ra-step-active .ra-step-title{color:#0d4f2b}.ra-step-sub{color:#6b7280;margin:0;font-size:11.5px;line-height:1.4}.ra-side-actions{flex-direction:column;gap:10px;padding:0 20px 20px;display:flex}.ra-btn-next{color:#fff;cursor:pointer;letter-spacing:.3px;background:linear-gradient(135deg,#0d4f2b,#15803d);border:none;border-radius:12px;justify-content:space-between;align-items:center;gap:12px;width:100%;padding:14px 20px;font-size:15px;font-weight:800;transition:all .18s;display:flex;box-shadow:0 4px 12px #0d4f2b40}.ra-btn-next:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 18px #0d4f2b59}.ra-btn-next:disabled{cursor:not-allowed;box-shadow:none;background:#9ca3af;transform:none}.ra-btn-next-arrow{background:#fff3;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:16px;display:inline-flex}.ra-btn-add{color:#15803d;cursor:pointer;background:#f0fdf4;border:1.5px solid #bbf7d0;border-radius:12px;justify-content:center;align-items:center;gap:8px;width:100%;padding:12px 20px;font-size:14px;font-weight:700;transition:all .15s;display:flex}.ra-btn-add:hover{background:#dcfce7;border-color:#22c55e}.ra-info-note{color:#92400e;background:#fffbeb;border:1px solid #fde68a;border-radius:10px;align-items:flex-start;gap:8px;padding:12px 16px;font-size:12.5px;line-height:1.5;display:flex}.ra-info-note-icon{flex-shrink:0;margin-top:1px;font-size:15px}.ra-empty{grid-column:1/-1;justify-content:center;align-items:center;min-height:380px;padding:40px 24px;display:flex}.ra-empty-card{text-align:center;background:#fff;border:1px solid #e8f5e0;border-radius:20px;width:100%;max-width:440px;padding:40px 30px;box-shadow:0 8px 20px #0d4f2b0f}.ra-empty-icon-outer{background:linear-gradient(135deg,#dcfce7,#bbf7d0);border:4px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:100px;height:100px;margin:0 auto 20px;font-size:42px;display:flex;box-shadow:0 6px 16px #0d4f2b1f}.ra-empty-title{color:#0f1b0f;margin:0 0 8px;font-size:20px;font-weight:800}.ra-empty-sub{color:#5a8a5a;margin:0 0 20px;font-size:14px;line-height:1.55}.ra-empty-pills{flex-wrap:wrap;justify-content:center;gap:8px;margin-bottom:24px;display:flex}.ra-empty-pill{color:#15803d;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:999px;padding:6px 14px;font-size:12px;font-weight:600}.ra-empty-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#0d4f2b,#15803d);border:none;border-radius:999px;align-items:center;gap:8px;padding:12px 26px;font-size:14px;font-weight:800;transition:transform .15s;display:inline-flex;box-shadow:0 4px 12px #0d4f2b40}.ra-empty-btn:hover{transform:translateY(-2px);box-shadow:0 6px 18px #0d4f2b59}@media (width<=900px){.ra-side-col{position:static}}@media (width<=640px){.ra-hero{padding:24px 0 50px}.ra-hero-inner{padding:0 16px}.ra-hero-title{font-size:24px}.ra-content{padding:0 12px 40px}.ra-addr-head,.ra-card-head{padding:12px 14px}.ra-card-body{padding:14px}.ra-info-label{width:90px;font-size:11.5px}.ra-info-value{font-size:12.5px}.ra-side-head,.ra-side-body{padding:14px 16px}.ra-side-actions{padding:0 16px 16px}}.ro-page{background:#f0fdf4;min-height:100vh}.ro-hero{background:linear-gradient(135deg,#0d4f2b 0%,#166534 50%,#15803d 100%);padding:32px 0 60px;position:relative;overflow:hidden}.ro-hero:before{content:"";background:#ffffff0a;border-radius:50%;width:260px;height:260px;position:absolute;top:-80px;right:-80px}.ro-hero-inner{z-index:2;max-width:1280px;margin:0 auto;padding:0 32px;position:relative}.ro-crumbs{color:#ffffffbf;align-items:center;gap:8px;margin-bottom:18px;font-size:13px;font-weight:500;display:flex}.ro-crumb-link{color:#ffffffd9;cursor:pointer;background:0 0;border:none;padding:0;font-size:13px;font-weight:600;transition:color .15s}.ro-crumb-link:hover{color:#fcd34d}.ro-crumb-sep{color:#fff6;font-size:12px}.ro-crumb-current{color:#fff;font-weight:700}.ro-hero-main{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:20px;display:flex}.ro-hero-title{color:#fff;letter-spacing:-.5px;margin:0 0 8px;font-size:30px;font-weight:800;line-height:1.15}.ro-hero-sub{color:#ffffffc7;margin:0;font-size:14px;font-weight:500}.ro-hero-pill{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#fff;background:#ffffff1f;border:1px solid #fff3;border-radius:999px;align-items:center;gap:8px;padding:10px 18px;font-size:13px;font-weight:600;display:inline-flex}.ro-pill-num{color:#fcd34d;font-size:15px;font-weight:900}.ro-content{z-index:3;max-width:1280px;margin:-30px auto 0;padding:0 32px 60px;position:relative}.ro-toolbar{-ms-overflow-style:none;scrollbar-width:none;background:#fff;border:1px solid #e8f5e0;border-bottom:none;border-radius:16px 16px 0 0;align-items:center;gap:8px;padding:14px 22px;display:flex;overflow-x:auto;box-shadow:0 4px 12px #0d4f2b0f}.ro-toolbar::-webkit-scrollbar{display:none}.ro-filter-chip{color:#5a8a5a;cursor:pointer;white-space:nowrap;background:#fff;border:1.5px solid #e8f5e0;border-radius:999px;flex-shrink:0;align-items:center;gap:6px;padding:8px 16px;font-size:12.5px;font-weight:600;transition:all .18s;display:inline-flex}.ro-filter-chip:hover{color:#0d4f2b;border-color:#86efac}.ro-filter-chip.ro-active{color:#fff;background:linear-gradient(135deg,#0d4f2b,#15803d);border-color:#0d4f2b}.ro-filter-chip-count{color:#15803d;background:#f0fdf4;border-radius:999px;padding:1px 8px;font-size:10.5px;font-weight:800}.ro-filter-chip.ro-active .ro-filter-chip-count{color:#fff;background:#ffffff40}.ro-list{background:#fff;border:1px solid #e8f5e0;border-top:none;border-radius:0 0 16px 16px;grid-template-columns:1fr;align-items:start;gap:18px;padding:20px;display:grid;box-shadow:0 4px 12px #0d4f2b0f}@media (width>=860px){.ro-list{grid-template-columns:repeat(2,1fr);gap:20px;padding:24px}}@media (width>=1280px){.ro-list{grid-template-columns:repeat(2,1fr);gap:24px;padding:28px}}.ro-empty{grid-column:1/-1}.ro-card{cursor:pointer;text-align:left;background:#fff;border:1px solid #e8f5e0;border-radius:14px;flex-direction:column;width:100%;height:100%;padding:0;transition:all .22s;display:flex;overflow:hidden;box-shadow:0 3px 10px #0000000d}.ro-card:hover{border-color:#bbf7d0;transform:translateY(-3px);box-shadow:0 10px 24px #0d4f2b24}.ro-card-head{color:#fff;justify-content:space-between;align-items:flex-start;gap:12px;padding:14px 20px;display:flex;position:relative;overflow:hidden}.ro-card-head:before,.ro-card-head:after{content:"";background:#ffffff0f;border-radius:50%;position:absolute}.ro-card-head:before{width:80px;height:80px;top:-20px;right:-20px}.ro-card-head:after{width:60px;height:60px;bottom:-15px;left:30%}.ro-card-head-left{z-index:2;position:relative}.ro-card-oid-label{color:#ffffffa6;letter-spacing:1.5px;margin:0;font-size:10px;font-weight:800}.ro-card-oid{color:#fff;letter-spacing:.3px;margin:3px 0 0;font-size:18px;font-weight:900}.ro-card-head-right{z-index:2;flex-direction:column;align-items:flex-end;gap:6px;display:flex;position:relative}.ro-card-date{color:#ffffffb8;font-size:11px;font-weight:500}.ro-status-badge{letter-spacing:.2px;border-radius:999px;align-items:center;gap:6px;padding:5px 10px;font-size:11.5px;font-weight:800;display:inline-flex}.ro-status-dot{border-radius:50%;width:6px;height:6px}.ro-card-body{flex-direction:column;gap:10px;padding:16px 20px;display:flex}.ro-info-row{align-items:flex-start;gap:8px;font-size:13px;display:flex}.ro-info-label{color:#5a8a5a;flex-shrink:0;align-items:center;gap:5px;width:130px;font-size:12px;font-weight:600;display:flex}.ro-info-icon{font-size:13px;line-height:1}.ro-info-value{color:#0f1b0f;word-break:break-word;flex:1;font-size:13px;font-weight:500;line-height:1.45}.ro-divider{background:#e8f5e0;height:1px;margin:4px 0}.ro-card-accent{background:linear-gradient(90deg,#15803d,#22c55e,#fcd34d);height:3px}.ro-empty{justify-content:center;align-items:center;padding:40px 24px;display:flex}.ro-empty-card{text-align:center;background:#fff;border:1px solid #e8f5e0;border-radius:20px;width:100%;max-width:440px;padding:40px 30px;box-shadow:0 6px 16px #0d4f2b0f}.ro-empty-icon{background:linear-gradient(135deg,#dcfce7,#bbf7d0);border:4px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:100px;height:100px;margin:0 auto 20px;font-size:42px;display:flex;box-shadow:0 6px 16px #0d4f2b1f}.ro-empty-title{color:#0f1b0f;margin:0 0 8px;font-size:20px;font-weight:800}.ro-empty-sub{color:#5a8a5a;margin:0 0 20px;font-size:14px;line-height:1.55}.ro-empty-pills{flex-wrap:wrap;justify-content:center;gap:8px;margin-bottom:22px;display:flex}.ro-empty-pill{color:#15803d;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:999px;padding:6px 14px;font-size:12px;font-weight:600}.ro-empty-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#0d4f2b,#15803d);border:none;border-radius:999px;align-items:center;gap:8px;padding:12px 26px;font-size:14px;font-weight:800;transition:transform .15s;display:inline-flex;box-shadow:0 4px 12px #0d4f2b40}.ro-empty-btn:hover{transform:translateY(-2px);box-shadow:0 6px 18px #0d4f2b59}@media (width<=640px){.ro-hero{padding:24px 0 50px}.ro-hero-inner{padding:0 16px}.ro-hero-title{font-size:24px}.ro-content{padding:0 12px 40px}.ro-toolbar{padding:12px 14px}.ro-list{gap:12px;padding:14px}.ro-card-head{padding:12px 16px}.ro-card-oid{font-size:16px}.ro-card-body{padding:14px 16px}.ro-info-label{width:105px}}.ra-form-page{background:linear-gradient(#f0fdf4 0%,#fff 400px);min-height:100vh}.ra-form-hero{background:linear-gradient(135deg,#0d4f2b 0%,#166534 50%,#15803d 100%);padding:32px 0 60px;position:relative;overflow:hidden}.ra-form-hero:before{content:"";background:#ffffff0a;border-radius:50%;width:260px;height:260px;position:absolute;top:-80px;right:-80px}.ra-form-hero-inner{z-index:2;max-width:800px;margin:0 auto;padding:0 32px;position:relative}.ra-form-crumbs{color:#ffffffbf;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:18px;font-size:13px;font-weight:500;display:flex}.ra-form-crumb-link{color:#ffffffd9;cursor:pointer;background:0 0;border:none;padding:0;font-size:13px;font-weight:600;transition:color .15s}.ra-form-crumb-link:hover{color:#fcd34d}.ra-form-crumb-sep{color:#fff6;font-size:12px}.ra-form-crumb-current{color:#fff;font-weight:700}.ra-form-hero-title{color:#fff;letter-spacing:-.3px;margin:0 0 8px;font-size:28px;font-weight:800;line-height:1.2}.ra-form-hero-sub{color:#ffffffc7;margin:0;font-size:14px;font-weight:500}.ra-form-content{z-index:3;flex-direction:column;gap:20px;max-width:800px;margin:-30px auto 0;padding:0 32px 60px;display:flex;position:relative}.ra-form-card{background:#fff;border:1px solid #e8f5e0;border-radius:16px;overflow:hidden;box-shadow:0 6px 16px #0d4f2b0f}.ra-form-card-head{background:linear-gradient(#f0fdf4,#fff);border-bottom:1px solid #e8f5e0;align-items:center;gap:10px;padding:16px 22px;display:flex}.ra-form-card-head-emoji{font-size:18px}.ra-form-card-head-title{color:#111827;letter-spacing:.2px;font-size:15px;font-weight:800}.ra-form-card-body{flex-direction:column;gap:18px;padding:22px;display:flex}.ra-form-row-2{grid-template-columns:1fr;gap:18px;display:grid}@media (width>=640px){.ra-form-row-2{grid-template-columns:1fr 1fr}}.ra-form-field{flex-direction:column;gap:6px;display:flex}.ra-form-field-label{color:#374151;letter-spacing:.3px;align-items:center;gap:6px;font-size:12.5px;font-weight:700;display:flex}.ra-form-field-emoji{font-size:14px}.ra-form-field-required{color:#dc2626;margin-left:2px;font-weight:800}.ra-form-input,.ra-form-select{color:#111827;box-sizing:border-box;background:#f0fdf4;border:1.5px solid #bbf7d0;border-radius:10px;outline:none;width:100%;padding:12px 14px;font-family:inherit;font-size:14.5px;font-weight:500;transition:all .18s}.ra-form-input:hover,.ra-form-select:hover{border-color:#86efac}.ra-form-input:focus,.ra-form-select:focus{background:#fff;border-color:#0d4f2b;box-shadow:0 0 0 3px #0d4f2b1f}.ra-form-input::placeholder{color:#9ca3af;font-weight:400}.ra-form-select:disabled{color:#9ca3af;cursor:not-allowed;background:#f3f4f6}.ra-form-select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%230D4F2B' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-position:right 14px center;background-repeat:no-repeat;background-size:12px;padding-right:40px}.ra-form-field-error .ra-form-input,.ra-form-field-error .ra-form-select{background:#fef2f2;border-color:#dc2626}.ra-form-field-error-msg{color:#dc2626;align-items:center;gap:4px;font-size:12px;font-weight:500;display:flex}.ra-form-actions{flex-wrap:wrap;justify-content:flex-end;gap:12px;display:flex}.ra-form-btn-cancel{color:#374151;cursor:pointer;background:#fff;border:1.5px solid #d1d5db;border-radius:10px;padding:12px 24px;font-size:14px;font-weight:700;transition:all .18s}.ra-form-btn-cancel:hover{background:#f9fafb;border-color:#9ca3af}.ra-form-btn-submit{color:#fff;letter-spacing:.3px;cursor:pointer;background:linear-gradient(135deg,#0d4f2b,#15803d);border:none;border-radius:10px;align-items:center;gap:8px;padding:12px 28px;font-size:14px;font-weight:800;transition:all .18s;display:inline-flex;box-shadow:0 3px 10px #0d4f2b38}.ra-form-btn-submit:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 5px 14px #0d4f2b52}.ra-form-btn-submit:disabled{cursor:not-allowed;box-shadow:none;background:#9ca3af;transform:none}@media (width<=640px){.ra-form-hero{padding:24px 0 50px}.ra-form-hero-inner{padding:0 16px}.ra-form-hero-title{font-size:22px}.ra-form-content{padding:0 12px 40px}.ra-form-card-head{padding:14px 18px}.ra-form-card-body{gap:16px;padding:18px}.ra-form-actions{flex-direction:column-reverse}.ra-form-btn-cancel,.ra-form-btn-submit{justify-content:center;width:100%}}.rbc-page{background:#f0fdf4;min-height:100vh}.rbc-hero{background:linear-gradient(135deg,#0d4f2b 0%,#166534 50%,#15803d 100%);padding:32px 0 60px;position:relative;overflow:hidden}.rbc-hero:before{content:"";background:#ffffff0a;border-radius:50%;width:260px;height:260px;position:absolute;top:-80px;right:-80px}.rbc-hero-inner{z-index:2;max-width:1280px;margin:0 auto;padding:0 32px;position:relative}.rbc-crumbs{color:#ffffffbf;align-items:center;gap:8px;margin-bottom:18px;font-size:13px;font-weight:500;display:flex}.rbc-crumb-link{color:#ffffffd9;cursor:pointer;background:0 0;border:none;padding:0;font-size:13px;font-weight:600;transition:color .15s}.rbc-crumb-link:hover{color:#fcd34d}.rbc-crumb-sep{color:#fff6;font-size:12px}.rbc-crumb-current{color:#fff;font-weight:700}.rbc-hero-main{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:20px;display:flex}.rbc-hero-title{color:#fff;letter-spacing:-.5px;margin:0 0 8px;font-size:30px;font-weight:800;line-height:1.15}.rbc-hero-sub{color:#ffffffc7;margin:0;font-size:14px;font-weight:500}.rbc-hero-pill{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#fff;background:#ffffff1f;border:1px solid #fff3;border-radius:999px;align-items:center;gap:8px;padding:10px 18px;font-size:13px;font-weight:600;display:inline-flex}.rbc-back-btn{color:#fff;cursor:pointer;background:#ffffff1f;border:1px solid #fff3;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;font-size:18px;font-weight:700;line-height:1;transition:all .15s;display:inline-flex}.rbc-back-btn:hover{color:#fcd34d;background:#ffffff38;border-color:#fcd34d}.rbc-pill-num{color:#fcd34d;font-size:15px;font-weight:900}.rbc-content{z-index:3;max-width:1280px;margin:-30px auto 0;padding:0 32px 60px;position:relative}.rbc-list-head{background:#fff;border:1px solid #e8f5e0;border-bottom:none;border-radius:16px 16px 0 0;justify-content:space-between;align-items:center;padding:16px 22px;display:flex;box-shadow:0 3px 10px #0d4f2b0d}.rbc-list-head-title{color:#0f1b0f;align-items:center;gap:10px;font-size:15px;font-weight:800;display:flex}.rbc-list-head-title:before{content:"";background:linear-gradient(#22c55e,#0d4f2b);border-radius:2px;width:4px;height:20px}.rbc-list-head-count{color:#6b7280;font-size:13px;font-weight:600}.rbc-list{background:#fff;border:1px solid #e8f5e0;border-top:none;border-radius:0 0 16px 16px;grid-template-columns:1fr;gap:16px;padding:20px;display:grid;box-shadow:0 4px 12px #0d4f2b0f}@media (width>=900px){.rbc-list{grid-template-columns:1fr 1fr}}@media (width>=1200px){.rbc-list{grid-template-columns:1fr 1fr}}.rbc-card{cursor:pointer;text-align:left;background:#fff;border:1px solid #e8f5e0;border-radius:14px;width:100%;padding:0;transition:all .22s;overflow:hidden;box-shadow:0 3px 10px #0000000d}.rbc-card:hover{border-color:#bbf7d0;transform:translateY(-3px);box-shadow:0 10px 22px #0d4f2b1f}.rbc-card:hover .rbc-view-btn{transform:translate(4px)}.rbc-card-top{background:linear-gradient(135deg,#f0fdf4,#fff);border-bottom:1px solid #e8f5e0;padding:16px 20px 14px;position:relative;overflow:hidden}.rbc-card-top:before{content:"";background:#22c55e0f;border-radius:50%;width:90px;height:90px;position:absolute;top:-20px;right:-10px}.rbc-card-top:after{content:"";background:#f59e0b0d;border-radius:50%;width:60px;height:60px;position:absolute;bottom:-15px;left:-8px}.rbc-card-head-row{z-index:1;justify-content:space-between;align-items:flex-start;gap:10px;display:flex;position:relative}.rbc-oid-wrap{flex:1;min-width:0}.rbc-oid-label{color:#5a8a5a;letter-spacing:.5px;text-transform:uppercase;margin:0 0 3px;font-size:10.5px;font-weight:700}.rbc-oid-value{color:#0f1b0f;letter-spacing:.3px;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:17px;font-weight:900;overflow:hidden}.rbc-status-pill{letter-spacing:.3px;border:1px solid;border-radius:999px;flex-shrink:0;align-items:center;padding:6px 12px;font-size:11px;font-weight:800;display:inline-flex}.rbc-meta-row{z-index:1;flex-wrap:wrap;gap:8px;margin-top:12px;display:flex;position:relative}.rbc-meta-pill{color:#2d5a2d;background:#fff;border:1px solid #e8f5e0;border-radius:999px;align-items:center;gap:5px;padding:5px 10px;font-size:11.5px;font-weight:600;display:inline-flex}.rbc-meta-emoji{font-size:12px}.rbc-card-body{padding:14px 20px 16px}.rbc-summary-row{grid-template-columns:1fr 1fr 1fr;gap:8px;margin-bottom:14px;display:grid}.rbc-summary-chip{background:#f0fdf4;border:1px solid #d1fae5;border-radius:10px;flex-direction:column;gap:6px;min-height:68px;padding:10px;display:flex}.rbc-summary-chip.rbc-chip-success{background:#ecfdf5;border-color:#a7f3d0}.rbc-summary-chip.rbc-chip-warning{background:#fefce8;border-color:#fde68a}.rbc-summary-chip-top{align-items:center;gap:5px;display:flex}.rbc-summary-chip-emoji{font-size:11px}.rbc-summary-chip-label{color:#5a8a5a;letter-spacing:.3px;text-transform:uppercase;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-size:9.5px;font-weight:800;overflow:hidden}.rbc-summary-chip-value{color:#0f1b0f;font-size:13px;font-weight:800;line-height:1.3}.rbc-details{background:#fff;border:1px solid #e8f5e0;border-radius:10px;padding:4px 14px}.rbc-detail-row{border-bottom:1px solid #f0fdf4;align-items:flex-start;padding:8px 0;font-size:12px;display:flex}.rbc-detail-row:last-child{border-bottom:none}.rbc-detail-label{color:#2d5a2d;flex-shrink:0;width:94px;font-weight:700}.rbc-detail-colon{color:#2d5a2d;width:12px;font-weight:700}.rbc-detail-value{color:#0f1b0f;word-break:break-word;flex:1;font-weight:500;line-height:1.5}.rbc-action-row{justify-content:space-between;align-items:center;gap:10px;margin-top:12px;display:flex}.rbc-action-hint{color:#5a8a5a;letter-spacing:.2px;font-size:11.5px;font-weight:700}.rbc-view-btn{color:#fff;background:linear-gradient(135deg,#15803d,#22c55e);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:17px;font-weight:800;transition:transform .22s;display:inline-flex;box-shadow:0 3px 8px #0d4f2b40}.rbc-card-accent{background:linear-gradient(90deg,#15803d,#22c55e,#fcd34d);height:3px}.rbc-card-accent.rbc-accent-cancelled{background:linear-gradient(90deg,#dc2626,#ef4444,#f59e0b)}.rbc-card-accent.rbc-accent-delivered{background:linear-gradient(90deg,#059669,#22c55e,#fcd34d)}.rbc-card-accent.rbc-accent-shipping{background:linear-gradient(90deg,#f59e0b,#fcd34d,#22c55e)}.rbc-empty{grid-column:1/-1;justify-content:center;align-items:center;min-height:380px;padding:40px 24px;display:flex}.rbc-empty-card{text-align:center;background:#fff;border:1px solid #e8f5e0;border-radius:20px;width:100%;max-width:440px;padding:40px 30px;box-shadow:0 8px 20px #0d4f2b0f}.rbc-empty-icon{background:linear-gradient(135deg,#dcfce7,#bbf7d0);border:4px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:100px;height:100px;margin:0 auto 20px;font-size:42px;display:flex;box-shadow:0 6px 16px #0d4f2b1f}.rbc-empty-title{color:#0f1b0f;margin:0 0 8px;font-size:20px;font-weight:800}.rbc-empty-sub{color:#5a8a5a;margin:0 0 22px;font-size:14px;line-height:1.55}.rbc-empty-hint{color:#92400e;background:#fffbeb;border:1px solid #fde68a;border-radius:999px;align-items:center;gap:6px;padding:8px 16px;font-size:12.5px;font-weight:700;display:inline-flex}.rbc-login-wrap{justify-content:center;align-items:center;min-height:400px;padding:40px 24px;display:flex}.rbc-login-card{text-align:center;background:#fff;border:1px solid #e8f5e0;border-radius:20px;width:100%;max-width:440px;padding:40px 30px;box-shadow:0 8px 20px #0d4f2b0f}.rbc-login-icon{background:linear-gradient(135deg,#dcfce7,#bbf7d0);border:4px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:100px;height:100px;margin:0 auto 20px;font-size:42px;display:flex;box-shadow:0 6px 16px #0d4f2b1f}.rbc-login-title{color:#0f1b0f;margin:0 0 8px;font-size:20px;font-weight:800}.rbc-login-sub{color:#5a8a5a;margin:0 0 22px;font-size:14px;line-height:1.55}.rbc-login-btn{color:#fff;cursor:pointer;letter-spacing:.3px;background:linear-gradient(135deg,#0d4f2b,#15803d);border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;width:100%;padding:14px 24px;font-size:15px;font-weight:800;transition:all .18s;display:inline-flex;box-shadow:0 4px 12px #0d4f2b40}.rbc-login-btn:hover{transform:translateY(-2px);box-shadow:0 6px 18px #0d4f2b59}@media (width<=640px){.rbc-hero{padding:24px 0 50px}.rbc-hero-inner{padding:0 16px}.rbc-hero-title{font-size:24px}.rbc-content{padding:0 12px 40px}.rbc-list-head{padding:14px 16px}.rbc-list{gap:12px;padding:14px}.rbc-card-top{padding:14px 16px 12px}.rbc-card-body{padding:12px 16px 14px}.rbc-oid-value{font-size:15px}.rbc-detail-label{width:82px;font-size:11.5px}}.sc-root{background-color:#f0fdf4;flex-direction:column;min-height:100vh;display:flex;overflow-x:hidden}.sc-body{flex:1;overflow-y:auto}.sc-list-content{box-sizing:border-box;width:100%;max-width:1280px;margin:0 auto;padding:20px 20px 24px}.sc-refresh-btn{cursor:pointer;color:#15803d;background-color:#dcfce7;border:1px solid #bbf7d0;border-radius:999px;justify-content:center;align-self:center;align-items:center;gap:6px;margin-bottom:12px;padding:8px 20px;font-size:13px;font-weight:600;transition:background .15s;display:flex}.sc-refresh-btn:hover{background-color:#bbf7d0}.sc-refresh-btn:disabled{opacity:.6;cursor:default}.sc-refresh-spin{animation:.8s linear infinite sc-spin;display:inline-block}@keyframes sc-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.sc-card-wrap{margin-bottom:12px;animation:.4s both sc-card-in}@keyframes sc-card-in{0%{opacity:0;transform:translateY(36px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.sc-order-card{cursor:pointer;background-color:#fff;border:1px solid #e8f5e0;border-radius:22px;transition:transform .18s,box-shadow .18s;overflow:hidden;box-shadow:0 6px 14px #0d4f2b14}.sc-order-card:hover{transform:translateY(-2px);box-shadow:0 10px 22px #0d4f2b21}.sc-order-card:active{transform:scale(.98)}.sc-card-top{background:linear-gradient(135deg,#f0fdf4,#fff);padding:16px 16px 12px;position:relative;overflow:hidden}.sc-card-top-decor1{pointer-events:none;background-color:#22c55e12;border-radius:50%;width:90px;height:90px;position:absolute;top:-18px;right:-10px}.sc-card-top-decor2{pointer-events:none;background-color:#f59e0b0f;border-radius:50%;width:60px;height:60px;position:absolute;bottom:-15px;left:-8px}.sc-card-header-row{justify-content:space-between;align-items:flex-start;gap:8px;display:flex}.sc-order-id-wrap{flex:1;min-width:0}.sc-order-id-label{color:#5a8a5a;letter-spacing:.3px;margin-bottom:4px;font-size:11px;font-weight:600}.sc-order-id-value{color:#0f1b0f;letter-spacing:.3px;font-size:18px;font-weight:900}.sc-status-pill{border:1px solid #0000000a;border-radius:50px;flex-shrink:0;align-self:flex-start;padding:7px 12px}.sc-status-pill-text{letter-spacing:.3px;white-space:nowrap;font-size:11px;font-weight:700}.sc-meta-row{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}.sc-meta-pill{background-color:#fff;border:1px solid #d1fae5;border-radius:50px;align-items:center;gap:6px;padding:6px 12px;display:flex}.sc-meta-emoji{font-size:12px}.sc-meta-text{color:#2d5a2d;letter-spacing:.2px;font-size:11px;font-weight:600}.sc-card-content{min-width:0;padding:12px 16px}.sc-summary-row{gap:8px;margin-bottom:12px;display:flex}.sc-summary-chip{box-sizing:border-box;background-color:#f0fdf4;border:1px solid #d1fae5;border-radius:16px;flex-direction:column;flex:1 1 0;min-width:0;min-height:84px;padding:10px;display:flex}.sc-summary-chip.is-success{background-color:#ecfdf5}.sc-summary-chip.is-warning{background-color:#fefce8}.sc-summary-chip-top{align-items:center;gap:6px;min-width:0;margin-bottom:8px;display:flex}.sc-summary-chip-emoji{flex-shrink:0;font-size:12px}.sc-summary-chip-label{color:#5a8a5a;letter-spacing:.2px;text-transform:uppercase;white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;font-size:10px;font-weight:700;overflow:hidden}.sc-summary-chip-value{color:#0f1b0f;white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:800;line-height:1.4;overflow:hidden}.sc-summary-chip-value.is-amount{color:#0d4f2b;font-weight:900}.sc-details-section{background-color:#fff;border:1px solid #e8f5e0;border-radius:16px;padding:4px 12px}.sc-detail-row{border-bottom:1px solid #e8f5e0;align-items:flex-start;padding:8px 0;display:flex}.sc-detail-row:last-child{border-bottom:none}.sc-detail-label{color:#2d5a2d;flex-shrink:0;width:96px;font-size:12px;font-weight:700;line-height:1.5}.sc-detail-colon{color:#2d5a2d;flex-shrink:0;width:14px;font-size:12px;font-weight:700;line-height:1.5}.sc-detail-value{color:#0f1b0f;word-break:break-word;flex:1;min-width:0;font-size:12px;font-weight:500;line-height:1.5}.sc-reason-box{background-color:#fef2f2;border:1px solid #fecaca;border-radius:16px;margin-top:12px;padding:12px}.sc-reason-head-row{align-items:center;gap:6px;margin-bottom:6px;display:flex}.sc-reason-emoji{font-size:13px}.sc-reason-title{color:#dc2626;letter-spacing:.2px;font-size:12px;font-weight:800}.sc-reason-text{color:#dc2626;font-size:12px;font-weight:500;line-height:1.5}.sc-card-action-row{justify-content:space-between;align-items:center;margin-top:12px;display:flex}.sc-card-action-hint{color:#5a8a5a;letter-spacing:.2px;font-size:11px;font-weight:600}.sc-view-btn{background:linear-gradient(135deg,#15803d,#22c55e);border-radius:17px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;transition:transform .15s;display:flex;box-shadow:0 2px 6px #0d4f2b40}.sc-view-btn:hover{transform:scale(1.1)}.sc-view-btn-text{color:#fff;font-size:16px;font-weight:800}.sc-card-bottom-accent{width:100%;height:3px}.sc-empty-container{justify-content:center;align-items:center;padding:48px 24px;animation:.4s both sc-empty-in;display:flex}@keyframes sc-empty-in{0%{opacity:0;transform:scale(.88)}to{opacity:1;transform:scale(1)}}.sc-empty-card{background-color:#fff;border:1px solid #d1fae5;border-radius:28px;flex-direction:column;align-items:center;width:100%;max-width:380px;padding:0 24px 32px;display:flex;overflow:hidden;box-shadow:0 6px 16px #0000001a}.sc-empty-top-grad{background:linear-gradient(#dcfce7,#f0fdf4);width:130%;height:80px;margin-bottom:12px}.sc-empty-icon-circle{background-color:#dcfce7;border:3px solid #bbf7d0;border-radius:50%;justify-content:center;align-items:center;width:88px;height:88px;margin-bottom:20px;display:flex}.sc-empty-icon-inner{background-color:#fff;border-radius:50%;justify-content:center;align-items:center;width:62px;height:62px;display:flex;box-shadow:0 2px 6px #0000001a}.sc-empty-icon-emoji{font-size:28px}.sc-empty-title{color:#0f1b0f;text-align:center;letter-spacing:.4px;margin-bottom:8px;font-size:20px;font-weight:800}.sc-empty-subtitle{color:#5a8a5a;text-align:center;letter-spacing:.2px;font-size:14px;font-weight:500;line-height:1.55}.sc-empty-hint-row{background-color:#fffbeb;border:1px solid #fcd34d;border-radius:50px;align-items:center;gap:6px;margin-top:20px;padding:8px 16px;display:flex}.sc-empty-hint-icon{font-size:14px}.sc-empty-hint-text{color:#f59e0b;letter-spacing:.3px;font-size:12px;font-weight:600}.sc-login-prompt-container{flex:1;justify-content:center;align-items:center;padding:20px;display:flex}.sc-login-card{background-color:#fff;border:1px solid #d1fae5;border-radius:28px;flex-direction:column;align-items:center;width:100%;max-width:380px;padding:0 24px 32px;display:flex;overflow:hidden;box-shadow:0 6px 16px #0000001a}.sc-login-top-grad{background:linear-gradient(#dcfce7,#f0fdf4);width:130%;height:84px;margin-bottom:12px}.sc-login-icon-circle{background-color:#dcfce7;border:3px solid #bbf7d0;border-radius:50%;justify-content:center;align-items:center;width:88px;height:88px;margin-bottom:20px;display:flex}.sc-login-icon-inner{background-color:#fff;border-radius:50%;justify-content:center;align-items:center;width:62px;height:62px;display:flex}.sc-login-icon-emoji{font-size:28px}.sc-login-title{color:#0f1b0f;text-align:center;margin-bottom:8px;font-size:20px;font-weight:800}.sc-login-subtitle{color:#5a8a5a;text-align:center;margin-bottom:20px;font-size:14px;font-weight:500;line-height:1.55}.sc-login-btn{cursor:pointer;color:#fff;letter-spacing:.3px;background:linear-gradient(135deg,#15803d,#22c55e);border:none;border-radius:16px;width:100%;padding:15px;font-size:15px;font-weight:800;transition:opacity .15s,transform .1s;box-shadow:0 6px 10px #0d4f2b47}.sc-login-btn:hover{opacity:.88}.sc-login-btn:active{transform:scale(.97)}@media (width>=768px){.sc-order-id-value{font-size:20px}.sc-detail-value{font-size:13px}}@media (width>=1024px){.sc-list-content{grid-template-columns:1fr 1fr;align-items:start;gap:12px;display:grid}.sc-card-wrap{margin-bottom:0}.sc-empty-container,.sc-login-prompt-container{grid-column:1/-1}}.scd-root{background-color:#f0fdf4;flex-direction:column;min-height:100vh;display:flex}.scd-body{flex:1;overflow-y:auto}.scd-scroll-content{box-sizing:border-box;width:100%;max-width:900px;margin:0 auto;padding:20px 20px 24px}.scd-order-card{background-color:#fff;border:1px solid #e8f5e0;border-radius:22px;margin-bottom:20px;overflow:hidden;box-shadow:0 6px 14px #0d4f2b14}.scd-store-section{background:linear-gradient(135deg,#f0fdf4,#fff);padding:16px 16px 12px;position:relative;overflow:hidden}.scd-store-decor1{pointer-events:none;background-color:#22c55e12;border-radius:50%;width:100px;height:100px;position:absolute;top:-20px;right:-10px}.scd-store-decor2{pointer-events:none;background-color:#f59e0b0f;border-radius:50%;width:70px;height:70px;position:absolute;bottom:-15px;left:-10px}.scd-store-header-row{align-items:center;gap:12px;margin-bottom:12px;display:flex}.scd-store-icon-circle{background-color:#dcfce7;border:2px solid #bbf7d0;border-radius:24px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.scd-store-icon-emoji{font-size:22px}.scd-store-header-text{flex:1;min-width:0}.scd-store-name{color:#0f1b0f;letter-spacing:.3px;font-size:16px;font-weight:800}.scd-store-owner{color:#5a8a5a;margin-top:2px;font-size:12px;font-weight:500}.scd-store-details-box{background-color:#fff;border:1px solid #e8f5e0;border-radius:16px;padding:4px 12px}.scd-detail-row{border-bottom:1px solid #e8f5e0;align-items:flex-start;padding:8px 0;display:flex}.scd-detail-row:last-child{border-bottom:none}.scd-detail-row.is-pressable{cursor:pointer;border-radius:8px;padding:8px 4px;transition:background .12s}.scd-detail-row.is-pressable:hover{background-color:#f0fdf4}.scd-detail-label{color:#2d5a2d;flex-shrink:0;width:84px;font-size:12px;font-weight:700;line-height:1.5}.scd-detail-colon{color:#2d5a2d;flex-shrink:0;width:12px;font-size:12px;font-weight:700;line-height:1.5}.scd-detail-value{color:#0f1b0f;word-break:break-word;flex:1;font-size:12px;font-weight:500;line-height:1.5}.scd-products-section-header{border-top:1px solid #e8f5e0;align-items:center;gap:8px;padding:12px 16px;display:flex}.scd-products-section-badge{background-color:#dcfce7;border:1px solid #bbf7d0;border-radius:50px;padding:4px 12px}.scd-products-section-badge-text{color:#2d5a2d;letter-spacing:.2px;font-size:11px;font-weight:700}.scd-products-section-title{color:#0f1b0f;font-size:14px;font-weight:700}.scd-products-list-wrap{flex-direction:column;gap:8px;padding:0 12px 12px;display:flex}.scd-product-card{cursor:pointer;background-color:#fff;border:1px solid #e8f5e0;border-radius:16px;flex-direction:row;align-items:center;transition:transform .15s,box-shadow .15s;display:flex;overflow:hidden;box-shadow:0 3px 8px #0d4f2b14}.scd-product-card:hover{transform:translateY(-1px);box-shadow:0 6px 14px #0d4f2b1f}.scd-product-card:active{transform:scale(.98)}.scd-product-image-wrap{flex-shrink:0;width:82px;overflow:hidden}.scd-product-image-bg{background:linear-gradient(135deg,#f0fdf4,#ecfdf5);justify-content:center;align-items:center;width:82px;height:82px;display:flex}.scd-product-image{object-fit:contain;width:64px;height:64px}.scd-product-info{flex:1;min-width:0;padding:12px 8px}.scd-product-name{color:#0f1b0f;letter-spacing:.2px;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:13px;font-weight:700;line-height:1.4;display:-webkit-box;overflow:hidden}.scd-product-salt{color:#5a8a5a;white-space:nowrap;text-overflow:ellipsis;margin-top:2px;font-size:11px;font-weight:500;overflow:hidden}.scd-product-price-row{align-items:center;gap:6px;margin-top:6px;display:flex}.scd-product-price-current{color:#0d4f2b;letter-spacing:.2px;font-size:15px;font-weight:900}.scd-product-price-mrp{color:#8fb88f;font-size:11px;font-weight:500;text-decoration:line-through}.scd-product-meta-row{flex-wrap:wrap;gap:6px;margin-top:8px;display:flex}.scd-product-meta-pill{background-color:#f0fdf4;border:1px solid #d1fae5;border-radius:50px;align-items:center;gap:4px;padding:3px 8px;display:flex}.scd-product-meta-pill.is-danger{background-color:#fef2f2;border-color:#fecaca}.scd-product-meta-label{color:#5a8a5a;letter-spacing:.2px;text-transform:uppercase;font-size:9px;font-weight:700}.scd-product-meta-value{color:#2d5a2d;font-size:10px;font-weight:600}.scd-product-meta-value.is-danger{color:#dc2626;text-decoration:line-through}.scd-product-arrow{flex-shrink:0;padding-right:12px}.scd-product-arrow-btn{background:linear-gradient(135deg,#15803d,#22c55e);border-radius:15px;justify-content:center;align-items:center;width:30px;height:30px;display:flex}.scd-product-arrow-text{color:#fff;font-size:14px;font-weight:800}.scd-grand-total-bar{background:linear-gradient(90deg,#0d4f2b,#15803d);flex-shrink:0;justify-content:space-between;align-items:center;padding:14px 20px;display:flex;box-shadow:0 -4px 10px #0000001f}.scd-grand-total-left{flex-direction:column;display:flex}.scd-grand-total-label{color:#fff;letter-spacing:.4px;font-size:16px;font-weight:800}.scd-grand-total-sub{color:#ffffffa6;margin-top:2px;font-size:10px;font-weight:500}.scd-grand-total-right{background-color:#ffffff26;border:1px solid #ffffff1f;border-radius:16px;padding:8px 16px}.scd-grand-total-amount{color:#fff;letter-spacing:.5px;font-size:20px;font-weight:900}.scd-modal-overlay{z-index:500;background-color:#0000008c;justify-content:center;align-items:center;padding:24px;animation:.25s forwards scd-backdrop-in;display:flex;position:fixed;inset:0}@keyframes scd-backdrop-in{0%{opacity:0}to{opacity:1}}.scd-modal-card{background-color:#fff;border-radius:28px;flex-direction:column;align-items:center;width:100%;max-width:400px;padding-bottom:24px;animation:.3s forwards scd-modal-in;display:flex;overflow:hidden;box-shadow:0 10px 24px #0000002e}@keyframes scd-modal-in{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.scd-modal-top-grad{background:linear-gradient(#f0fdf4,#fff);width:130%;height:70px;margin-bottom:12px}.scd-modal-icon-circle{background-color:#dcfce7;border:2px solid #bbf7d0;border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;margin-bottom:12px;display:flex}.scd-modal-icon-emoji{font-size:30px}.scd-modal-title{color:#0f1b0f;letter-spacing:.3px;text-align:center;margin-bottom:16px;padding:0 16px;font-size:18px;font-weight:800}.scd-modal-option{cursor:pointer;background-color:#f0fdf4;border:1.5px solid #e8f5e0;border-radius:16px;align-items:center;gap:12px;width:88%;margin-bottom:8px;padding:12px;transition:background .15s,border-color .15s;display:flex}.scd-modal-option.is-selected{background-color:#dcfce7;border-color:#15803d}.scd-modal-radio{border:2px solid #8fb88f;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;display:flex}.scd-modal-radio.is-selected{border-color:#15803d}.scd-modal-radio-dot{background-color:#15803d;border-radius:50%;width:10px;height:10px}.scd-modal-option-content{flex:1;align-items:center;gap:8px;display:flex}.scd-modal-option-emoji{font-size:18px}.scd-modal-option-text{color:#2d5a2d;flex:1;font-size:13px;font-weight:600}.scd-modal-option.is-selected .scd-modal-option-text{color:#0d4f2b;font-weight:700}.scd-modal-done-btn{cursor:pointer;color:#fff;letter-spacing:.3px;background:linear-gradient(135deg,#15803d,#22c55e);border:none;border-radius:16px;width:88%;margin-top:12px;padding:14px;font-size:15px;font-weight:800;transition:opacity .15s,transform .1s;box-shadow:0 4px 10px #0d4f2b4d}.scd-modal-done-btn:hover{opacity:.88}.scd-modal-done-btn:active{transform:scale(.97)}.scd-cancel-modal-overlay{z-index:500;background-color:#0000008c;justify-content:center;align-items:center;padding:24px;animation:.25s forwards scd-backdrop-in;display:flex;position:fixed;inset:0;overflow-y:auto}.scd-cancel-modal-card{background-color:#fff;border-radius:28px;width:100%;max-width:440px;animation:.3s forwards scd-modal-in;overflow:hidden;box-shadow:0 8px 20px #00000029}.scd-cancel-modal-top{background:linear-gradient(#fef2f2,#fff);width:130%;height:70px}.scd-cancel-modal-header{flex-direction:column;align-items:center;padding:0 24px 16px;display:flex}.scd-cancel-modal-icon-circle{background-color:#fef2f2;border:3px solid #fecaca;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin-top:-20px;margin-bottom:12px;display:flex}.scd-cancel-modal-icon-emoji{font-size:30px}.scd-cancel-modal-title{color:#dc2626;text-align:center;margin-bottom:6px;font-size:17px;font-weight:800}.scd-cancel-modal-subtitle{color:#5a8a5a;text-align:center;font-size:12px;font-weight:500}.scd-cancel-reason-list{flex-direction:column;gap:4px;padding:0 16px 12px;display:flex}.scd-reason-item{cursor:pointer;background-color:#f0fdf4;border:1.5px solid #e8f5e0;border-radius:16px;align-items:center;gap:12px;padding:12px;transition:background .15s,border-color .15s;display:flex}.scd-reason-item.is-selected{background-color:#fef2f2;border-color:#fecaca}.scd-reason-radio{border:2px solid #8fb88f;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;display:flex}.scd-reason-radio.is-selected{border-color:#dc2626}.scd-reason-radio-dot{background-color:#dc2626;border-radius:50%;width:9px;height:9px}.scd-reason-text{color:#2d5a2d;flex:1;font-size:13px;font-weight:500}.scd-reason-item.is-selected .scd-reason-text{color:#dc2626;font-weight:700}.scd-cancel-other-wrap{padding:0 16px 12px}.scd-cancel-other-label{color:#2d5a2d;margin-bottom:8px;font-size:13px;font-weight:700}.scd-cancel-input{color:#0f1b0f;resize:vertical;box-sizing:border-box;background-color:#f0fdf4;border:1.5px solid #e8f5e0;border-radius:16px;outline:none;width:100%;min-height:80px;padding:12px;font-family:inherit;font-size:13px;font-weight:500;transition:border-color .2s}.scd-cancel-input:focus{border-color:#15803d}.scd-cancel-modal-actions{gap:8px;padding:8px 16px 24px;display:flex}.scd-cancel-close-btn{cursor:pointer;color:#2d5a2d;background-color:#f0fdf4;border:1.5px solid #e8f5e0;border-radius:16px;flex:1;padding:13px;font-size:14px;font-weight:700;transition:background .15s}.scd-cancel-close-btn:hover{background-color:#dcfce7}.scd-cancel-done-btn{cursor:pointer;color:#fff;letter-spacing:.3px;background:linear-gradient(135deg,#dc2626,#ef4444);border:none;border-radius:16px;flex:1;padding:13px;font-size:14px;font-weight:800;transition:opacity .15s,transform .1s}.scd-cancel-done-btn:hover{opacity:.88}.scd-cancel-done-btn:active{transform:scale(.97)}.scd-empty-container{justify-content:center;align-items:center;padding:80px 0;display:flex}.scd-empty-text{color:#5a8a5a;text-align:center;font-size:16px;font-weight:600}@media (width>=768px){.scd-product-name{font-size:14px}.scd-store-name{font-size:17px}}.subcat-page{background:linear-gradient(#f0fdf4 0%,#fff 400px);min-height:100vh}.subcat-hero{background:linear-gradient(135deg,#0d4f2b 0%,#166534 50%,#15803d 100%);padding:32px 0 60px;position:relative;overflow:hidden}.subcat-hero:before{content:"";background:#ffffff0a;border-radius:50%;width:260px;height:260px;position:absolute;top:-80px;right:-80px}.subcat-hero:after{content:"";background:#ffffff08;border-radius:50%;width:160px;height:160px;position:absolute;bottom:-40px;left:10%}.subcat-hero-inner{z-index:2;max-width:1280px;margin:0 auto;padding:0 32px;position:relative}.subcat-back-btn{color:#fff;cursor:pointer;background:#ffffff1f;border:1.5px solid #ffffff40;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;margin-right:6px;font-size:18px;font-weight:800;line-height:1;transition:all .18s;display:flex}.subcat-back-btn:hover{background:#ffffff40;border-color:#ffffff73}.subcat-crumbs{color:#ffffffbf;align-items:center;gap:8px;margin-bottom:18px;font-size:13px;font-weight:500;display:flex}.subcat-crumb-link{color:#ffffffd9;cursor:pointer;background:0 0;border:none;padding:0;font-size:13px;font-weight:600;transition:color .15s}.subcat-crumb-link:hover{color:#fcd34d}.subcat-crumb-sep{color:#fff6;font-size:12px}.subcat-crumb-current{color:#fff;font-weight:700}.subcat-hero-main{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:20px;display:flex}.subcat-hero-title-block{flex-direction:column;gap:8px;display:flex}.subcat-hero-title{color:#fff;letter-spacing:-.5px;margin:0;font-size:34px;font-weight:800;line-height:1.1}.subcat-hero-sub{color:#ffffffc7;font-size:15px;font-weight:500}.subcat-count-pill{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#fff;background:#ffffff1f;border:1px solid #fff3;border-radius:999px;align-items:center;gap:8px;padding:10px 18px;font-size:13px;font-weight:600;display:inline-flex}.subcat-count-num{color:#fcd34d;font-size:15px;font-weight:900}.subcat-content{z-index:3;max-width:1280px;margin:-30px auto 0;padding:0 32px 60px;position:relative}.subcat-section-head{background:#fff;border:1px solid #e8f5e0;border-bottom:none;border-radius:16px 16px 0 0;justify-content:space-between;align-items:center;padding:20px 24px;display:flex;box-shadow:0 4px 12px #0d4f2b0f}.subcat-section-title{color:#0f1b0f;align-items:center;gap:10px;font-size:16px;font-weight:700;display:flex}.subcat-section-title:before{content:"";background:linear-gradient(#22c55e,#0d4f2b);border-radius:2px;width:4px;height:20px}.subcat-section-actions{color:#5a8a5a;align-items:center;gap:6px;font-size:13px;font-weight:500;display:flex}.subcat-grid{background:#fff;border:1px solid #e8f5e0;border-top:none;border-radius:0 0 16px 16px;grid-template-columns:repeat(2,1fr);gap:18px;padding:24px;display:grid;box-shadow:0 6px 16px #0d4f2b0f}@media (width>=640px){.subcat-grid{grid-template-columns:repeat(3,1fr)}}@media (width>=900px){.subcat-grid{grid-template-columns:repeat(4,1fr)}}@media (width>=1200px){.subcat-grid{grid-template-columns:repeat(5,1fr)}}.subcat-card{cursor:pointer;text-align:left;background:#fff;border:1px solid #e8f5e0;border-radius:14px;flex-direction:column;width:100%;padding:0;transition:all .22s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 2px 6px #0d4f2b0a}.subcat-card:hover{border-color:#86efac;transform:translateY(-4px);box-shadow:0 12px 24px #0d4f2b24}.subcat-card:hover .subcat-card-arrow{color:#fff;background:#0d4f2b;transform:translate(3px)}.subcat-card:hover .subcat-card-img{transform:scale(1.08)}.subcat-card-img-wrap{aspect-ratio:1/.9;justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}.subcat-card-img-bg{z-index:0;position:absolute;inset:0}.subcat-card-img{object-fit:contain;z-index:2;filter:drop-shadow(0 4px 8px #00000014);width:55%;height:55%;transition:transform .3s;position:relative}.subcat-card-body{background:#fff;border-top:1px solid #f1f5f1;flex-direction:column;flex:1;gap:10px;padding:14px 14px 16px;display:flex}.subcat-card-name{color:#0f1b0f;letter-spacing:.2px;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:38px;font-size:14px;font-weight:700;line-height:1.35;display:-webkit-box;overflow:hidden}.subcat-card-cta{border-top:1px dashed #e8f5e0;justify-content:space-between;align-items:center;padding-top:8px;display:flex}.subcat-card-cta-txt{color:#15803d;letter-spacing:.3px;text-transform:uppercase;font-size:11.5px;font-weight:600}.subcat-card-arrow{color:#0d4f2b;background:#dcfce7;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:14px;font-weight:800;transition:all .22s;display:flex}@keyframes subcat-shimmer{0%{background-position:-600px 0}to{background-position:600px 0}}.subcat-skeleton{background:linear-gradient(90deg,#f0fdf4 25%,#dcfce7 50%,#f0fdf4 75%) 0 0/600px 100%;border:1px solid #e8f5e0;border-radius:14px;height:240px;animation:1.4s linear infinite subcat-shimmer}.subcat-empty{grid-column:1/-1;justify-content:center;align-items:center;padding:60px 24px;display:flex}.subcat-empty-inner{text-align:center;max-width:380px}.subcat-empty-icon{background:linear-gradient(135deg,#dcfce7,#bbf7d0);border:4px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:88px;height:88px;margin:0 auto 20px;font-size:38px;display:flex;box-shadow:0 8px 20px #0d4f2b1f}.subcat-empty-title{color:#0f1b0f;margin:0 0 8px;font-size:20px;font-weight:800}.subcat-empty-desc{color:#5a8a5a;margin:0;font-size:14px;line-height:1.5}@media (width<=640px){.subcat-hero{padding:24px 0 50px}.subcat-hero-inner{padding:0 16px}.subcat-hero-title{font-size:24px}.subcat-hero-sub{font-size:13px}.subcat-content{padding:0 12px 40px}.subcat-section-head{padding:14px 16px}.subcat-grid{gap:12px;padding:14px}.subcat-card-body{padding:10px}.subcat-card-name{min-height:34px;font-size:12.5px}.subcat-back-btn{width:30px;height:30px;margin-right:4px;font-size:16px}}.subsubcat-page{background:linear-gradient(#f0fdf4 0%,#fff 400px);min-height:100vh}.subsubcat-hero{background:linear-gradient(135deg,#0d4f2b 0%,#166534 50%,#15803d 100%);padding:32px 0 60px;position:relative;overflow:hidden}.subsubcat-hero:before{content:"";background:#ffffff0a;border-radius:50%;width:260px;height:260px;position:absolute;top:-80px;right:-80px}.subsubcat-hero:after{content:"";background:#ffffff08;border-radius:50%;width:160px;height:160px;position:absolute;bottom:-40px;left:10%}.subsubcat-hero-inner{z-index:2;max-width:1280px;margin:0 auto;padding:0 32px;position:relative}.subsubcat-crumbs{color:#ffffffbf;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:18px;font-size:13px;font-weight:500;display:flex}.subsubcat-crumb-link{color:#ffffffd9;cursor:pointer;background:0 0;border:none;padding:0;font-size:13px;font-weight:600;transition:color .15s}.subsubcat-crumb-link:hover{color:#fcd34d}.subsubcat-crumb-sep{color:#fff6;font-size:12px}.subsubcat-crumb-current{color:#fff;white-space:nowrap;text-overflow:ellipsis;max-width:220px;font-weight:700;overflow:hidden}.subsubcat-hero-main{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:20px;display:flex}.subsubcat-hero-title-block{flex-direction:column;gap:8px;max-width:640px;display:flex}.subsubcat-hero-eyebrow{color:#fcd34d;letter-spacing:1.2px;text-transform:uppercase;align-items:center;gap:6px;font-size:11px;font-weight:700;display:inline-flex}.subsubcat-hero-title{color:#fff;letter-spacing:-.5px;word-break:break-word;margin:0;font-size:34px;font-weight:800;line-height:1.15}.subsubcat-hero-sub{color:#ffffffc7;font-size:15px;font-weight:500}.subsubcat-count-pill{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#fff;background:#ffffff1f;border:1px solid #fff3;border-radius:999px;align-items:center;gap:8px;padding:10px 18px;font-size:13px;font-weight:600;display:inline-flex}.subsubcat-count-num{color:#fcd34d;font-size:15px;font-weight:900}.subsubcat-content{z-index:3;max-width:1280px;margin:-30px auto 0;padding:0 32px 60px;position:relative}.subsubcat-section-head{background:#fff;border:1px solid #e8f5e0;border-bottom:none;border-radius:16px 16px 0 0;justify-content:space-between;align-items:center;padding:20px 24px;display:flex;box-shadow:0 4px 12px #0d4f2b0f}.subsubcat-section-title{color:#0f1b0f;align-items:center;gap:10px;font-size:16px;font-weight:700;display:flex}.subsubcat-section-title:before{content:"";background:linear-gradient(#22c55e,#0d4f2b);border-radius:2px;width:4px;height:20px}.subsubcat-section-actions{color:#5a8a5a;align-items:center;gap:6px;font-size:13px;font-weight:500;display:flex}.subsubcat-grid{background:#fff;border:1px solid #e8f5e0;border-top:none;border-radius:0 0 16px 16px;grid-template-columns:repeat(2,1fr);gap:18px;padding:24px;display:grid;box-shadow:0 6px 16px #0d4f2b0f}@media (width>=640px){.subsubcat-grid{grid-template-columns:repeat(3,1fr)}}@media (width>=900px){.subsubcat-grid{grid-template-columns:repeat(4,1fr)}}@media (width>=1200px){.subsubcat-grid{grid-template-columns:repeat(5,1fr)}}.subsubcat-card{cursor:pointer;text-align:left;background:#fff;border:1px solid #e8f5e0;border-radius:14px;flex-direction:column;width:100%;padding:0;transition:all .22s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 2px 6px #0d4f2b0a}.subsubcat-card:hover{border-color:#86efac;transform:translateY(-4px);box-shadow:0 12px 24px #0d4f2b24}.subsubcat-card:hover .subsubcat-card-arrow{color:#fff;background:#0d4f2b;transform:translate(3px)}.subsubcat-card:hover .subsubcat-card-img,.subsubcat-card:hover .subsubcat-card-emoji{transform:scale(1.08)}.subsubcat-card-img-wrap{aspect-ratio:1/.9;justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}.subsubcat-card-img-bg{z-index:0;position:absolute;inset:0}.subsubcat-card-img{object-fit:contain;z-index:2;filter:drop-shadow(0 4px 8px #00000014);width:55%;height:55%;transition:transform .3s;position:relative}.subsubcat-card-emoji{z-index:2;filter:drop-shadow(0 4px 8px #0000001a);font-size:48px;transition:transform .3s;position:relative}.subsubcat-card-body{background:#fff;border-top:1px solid #f1f5f1;flex-direction:column;flex:1;gap:10px;padding:14px 14px 16px;display:flex}.subsubcat-card-name{color:#0f1b0f;letter-spacing:.2px;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:38px;font-size:14px;font-weight:700;line-height:1.35;display:-webkit-box;overflow:hidden}.subsubcat-card-cta{border-top:1px dashed #e8f5e0;justify-content:space-between;align-items:center;padding-top:8px;display:flex}.subsubcat-card-cta-txt{color:#15803d;letter-spacing:.3px;text-transform:uppercase;font-size:11.5px;font-weight:600}.subsubcat-card-arrow{color:#0d4f2b;background:#dcfce7;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:14px;font-weight:800;transition:all .22s;display:flex}@keyframes subsubcat-shimmer{0%{background-position:-600px 0}to{background-position:600px 0}}.subsubcat-skeleton{background:linear-gradient(90deg,#f0fdf4 25%,#dcfce7 50%,#f0fdf4 75%) 0 0/600px 100%;border:1px solid #e8f5e0;border-radius:14px;height:240px;animation:1.4s linear infinite subsubcat-shimmer}.subsubcat-empty{grid-column:1/-1;justify-content:center;align-items:center;padding:60px 24px;display:flex}.subsubcat-empty-inner{text-align:center;max-width:380px}.subsubcat-empty-icon{background:linear-gradient(135deg,#dcfce7,#bbf7d0);border:4px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:88px;height:88px;margin:0 auto 20px;font-size:38px;display:flex;box-shadow:0 8px 20px #0d4f2b1f}.subsubcat-empty-title{color:#0f1b0f;margin:0 0 8px;font-size:20px;font-weight:800}.subsubcat-empty-desc{color:#5a8a5a;margin:0;font-size:14px;line-height:1.5}@media (width<=640px){.subsubcat-hero{padding:24px 0 50px}.subsubcat-hero-inner{padding:0 16px}.subsubcat-hero-title{font-size:24px}.subsubcat-hero-sub{font-size:13px}.subsubcat-content{padding:0 12px 40px}.subsubcat-section-head{padding:14px 16px}.subsubcat-grid{gap:12px;padding:14px}.subsubcat-card-body{padding:10px}.subsubcat-card-name{min-height:34px;font-size:12.5px}.subsubcat-card-emoji{font-size:40px}}.tc-root{background-color:#f0fdf4;flex-direction:column;min-height:100vh;display:flex}.tc-header{z-index:0;animation:.4s forwards tc-header-in;top:0;box-shadow:0 6px 14px #0000002e}@keyframes tc-header-in{0%{opacity:0;transform:translateY(-40px)}to{opacity:1;transform:translateY(0)}}.tc-header-gradient{background:linear-gradient(135deg,#0d4f2b 0%,#166534 55%,#15803d 100%);border-bottom-right-radius:8px;border-bottom-left-radius:8px;padding:8px 0 10px;position:relative;overflow:hidden}.tc-header-decor1{pointer-events:none;background-color:#ffffff0a;border-radius:50%;width:120px;height:120px;position:absolute;top:-20px;right:-30px}.tc-header-decor2{pointer-events:none;background-color:#ffffff08;border-radius:50%;width:80px;height:80px;position:absolute;bottom:10px;left:-20px}.tc-header-nav-row{box-sizing:border-box;align-items:center;gap:8px;width:100%;max-width:1280px;height:46px;margin:0 auto;padding:0 16px;display:flex}.tc-header-back-btn{cursor:pointer;background-color:#ffffff24;border:1px solid #ffffff14;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;transition:background .15s,transform .1s;display:flex}.tc-header-back-btn:hover{background-color:#ffffff38}.tc-header-back-btn:active{transform:scale(.9)}.tc-header-back-arrow{color:#fff;font-size:30px;font-weight:700;line-height:1}.tc-header-center{flex:1;justify-content:center;align-items:center;display:flex}.tc-header-title{color:#fff;letter-spacing:.5px;font-size:20px;font-weight:800}.tc-header-right{align-items:center;gap:8px;display:flex}.tc-header-icon-btn{cursor:pointer;background-color:#ffffff24;border:1px solid #ffffff14;border-radius:16px;justify-content:center;align-items:center;width:44px;height:44px;transition:background .15s,transform .1s;display:flex}.tc-header-icon-btn:hover{background-color:#ffffff38}.tc-header-icon-btn:active{transform:scale(.9)}.tc-header-icon-emoji{font-size:19px}.tc-header-info-strip{box-sizing:border-box;justify-content:space-between;align-items:center;width:100%;max-width:1280px;margin-top:12px;margin-left:auto;margin-right:auto;padding:0 20px;display:flex}.tc-header-info-left{align-items:center;gap:6px;display:flex}.tc-header-info-emoji{font-size:14px}.tc-header-info-text{color:#ffffffb8;letter-spacing:.3px;font-size:13px;font-weight:500}.tc-header-version-pill{background-color:#ffffff1a;border:1px solid #ffffff1f;border-radius:50px;padding:2px 12px}.tc-header-version-text{color:#ffffffbf;letter-spacing:.6px;font-size:11px;font-weight:700}.tc-header-wave{background-color:#f0fdf4;border-top-left-radius:28px;border-top-right-radius:28px;height:22px;position:absolute;bottom:0;left:0;right:0}.tc-body{flex-direction:column;flex:1;animation:.5s .12s both tc-body-in;display:flex}@keyframes tc-body-in{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.tc-loading-bar-track{background-color:#e8f5e0;flex-shrink:0;width:100%;height:3px}.tc-loading-bar-fill{background-color:#22c55e;border-radius:2px;height:3px;transition:width .2s}.tc-scroll{flex:1;overflow-y:auto}.tc-scroll-content{box-sizing:border-box;width:100%;max-width:900px;margin:0 auto;padding:20px 16px}.tc-section-label-row{align-items:center;gap:8px;margin-bottom:16px;display:flex}.tc-section-accent-bar{background:linear-gradient(90deg,#0d4f2b,#15803d);border-radius:2px;flex-shrink:0;width:4px;height:22px}.tc-section-label-text{color:#0f1b0f;letter-spacing:.3px;flex:1;font-size:16px;font-weight:800}.tc-section-count-pill{background-color:#dcfce7;border:1px solid #bbf7d0;border-radius:50px;padding:2px 12px}.tc-section-count-text{color:#0d4f2b;letter-spacing:.4px;font-size:11px;font-weight:700}.tc-policy-card{border-style:solid;border-width:1px;border-radius:22px;margin-bottom:16px;animation:.4s both tc-policy-in;overflow:hidden;box-shadow:0 3px 10px #00000014}@keyframes tc-policy-in{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.tc-policy-card-header{flex-direction:row;justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.tc-policy-card-header-left{flex:1;align-items:center;gap:8px;display:flex}.tc-policy-emoji-wrap{background-color:#fff3;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.tc-policy-emoji{font-size:19px}.tc-policy-card-title{color:#fff;letter-spacing:.3px;flex:1;font-size:14px;font-weight:800}.tc-policy-count-badge{background-color:#ffffff38;border-radius:13px;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;display:flex}.tc-policy-count-badge-text{color:#fff;font-size:12px;font-weight:800}.tc-policy-points-wrap{flex-direction:column;gap:12px;padding:16px;display:flex}.tc-policy-point-row{flex-direction:row;align-items:flex-start;gap:8px;display:flex}.tc-policy-bullet-dot{border-radius:4px;flex-shrink:0;width:7px;height:7px;margin-top:6px}.tc-policy-point-text{color:#2d5a2d;flex:1;font-size:13px;font-weight:500;line-height:1.55}.tc-divider-row{align-items:center;gap:8px;margin:20px 0;display:flex}.tc-divider-line{background-color:#d1fae5;flex:1;height:1px}.tc-divider-pill{white-space:nowrap;background-color:#fff;border:1px solid #d1fae5;border-radius:50px;padding:4px 16px;box-shadow:0 1px 4px #0000000d}.tc-divider-pill-text{color:#2d5a2d;font-size:12px;font-weight:600}.tc-webview-card{background-color:#fff;border:1px solid #d1fae5;border-radius:22px;overflow:hidden;box-shadow:0 2px 8px #0000000f}.tc-iframe{background-color:#fff;border:none;width:100%;display:block}.tc-acceptance-banner{background:linear-gradient(90deg,#0d4f2b,#166534,#15803d);border-radius:22px;flex-direction:row;align-items:flex-start;gap:12px;margin-top:20px;padding:16px;display:flex;box-shadow:0 4px 10px #0d4f2b38}.tc-acceptance-banner-emoji{flex-shrink:0;margin-top:1px;font-size:20px}.tc-acceptance-banner-text{color:#fff;letter-spacing:.2px;flex:1;font-size:13px;font-weight:600;line-height:1.62}.tc-error-container{flex:1;justify-content:center;align-items:center;padding:40px 24px;display:flex}.tc-error-card{background-color:#fff;border:1px solid #d1fae5;border-radius:28px;flex-direction:column;align-items:center;width:100%;max-width:360px;padding:0 24px 32px;display:flex;overflow:hidden;box-shadow:0 6px 16px #0000001a}.tc-error-top-grad{background:linear-gradient(#dcfce7,#f0fdf4);width:130%;height:80px;margin-bottom:12px}.tc-error-icon-circle{background-color:#dcfce7;border:3px solid #bbf7d0;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:20px;display:flex}.tc-error-icon-emoji{font-size:34px}.tc-error-title{color:#0f1b0f;text-align:center;margin-bottom:8px;font-size:18px;font-weight:800}.tc-error-subtitle{color:#5a8a5a;text-align:center;margin-bottom:24px;font-size:13px;font-weight:500;line-height:1.55}.tc-retry-btn{cursor:pointer;color:#fff;letter-spacing:.4px;background:linear-gradient(90deg,#0d4f2b,#15803d);border:none;border-radius:50px;padding:12px 32px;font-size:15px;font-weight:700;transition:opacity .15s,transform .1s;box-shadow:0 4px 8px #0d4f2b40}.tc-retry-btn:hover{opacity:.88}.tc-retry-btn:active{transform:scale(.97)}.tc-bottom-accent{background:linear-gradient(90deg,#15803d,#22c55e,#fcd34d);flex-shrink:0;width:100%;height:3px}@media (width>=768px){.tc-policy-card-title{font-size:15px}.tc-policy-point-text{font-size:14px}}.up-page{background:linear-gradient(#f0fdf4 0%,#fff 400px);min-height:100vh}.up-hero{background:linear-gradient(135deg,#0d4f2b 0%,#166534 50%,#15803d 100%);padding:32px 0 70px;position:relative;overflow:hidden}.up-hero:before{content:"";background:#ffffff0a;border-radius:50%;width:260px;height:260px;position:absolute;top:-80px;right:-80px}.up-hero-inner{z-index:2;max-width:900px;margin:0 auto;padding:0 32px;position:relative}.up-crumbs{color:#ffffffbf;align-items:center;gap:8px;margin-bottom:22px;font-size:13px;font-weight:500;display:flex}.up-crumb-link{color:#ffffffd9;cursor:pointer;background:0 0;border:none;padding:0;font-size:13px;font-weight:600;transition:color .15s}.up-crumb-link:hover{color:#fcd34d}.up-crumb-sep{color:#fff6;font-size:12px}.up-crumb-current{color:#fff;font-weight:700}.up-avatar-row{flex-wrap:wrap;align-items:center;gap:22px;display:flex}.up-avatar-wrap{flex-shrink:0;position:relative}.up-avatar-ring{background:#ffffff1a;border:3px solid #ffffff59;border-radius:50%;width:108px;height:108px;padding:4px;overflow:hidden}.up-avatar-img{object-fit:cover;border-radius:50%;width:100%;height:100%;display:block}.up-avatar-edit{color:#78350f;cursor:pointer;background:#fcd34d;border:3px solid #0d4f2b;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font-size:15px;transition:transform .15s,background .15s;display:flex;position:absolute;bottom:4px;right:4px}.up-avatar-edit:hover{background:#f59e0b;transform:scale(1.1)}.up-hidden-input{display:none}.up-avatar-info{color:#fff;flex:1;min-width:0}.up-avatar-name{letter-spacing:-.3px;margin:0 0 4px;font-size:24px;font-weight:800}.up-avatar-phone{color:#ffffffc7;margin:0 0 12px;font-size:13.5px;font-weight:500}.up-completion-row{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffff1f;border:1px solid #fff3;border-radius:999px;align-items:center;gap:12px;padding:7px 14px 7px 12px;display:inline-flex}.up-completion-bar{background:#fff3;border-radius:3px;width:90px;height:6px;overflow:hidden}.up-completion-fill{background:linear-gradient(90deg,#fcd34d,#f59e0b);border-radius:3px;height:100%;transition:width .4s}.up-completion-text{color:#fcd34d;letter-spacing:.3px;font-size:12px;font-weight:800}.up-content{z-index:3;flex-direction:column;gap:20px;max-width:900px;margin:-40px auto 0;padding:0 32px 60px;display:flex;position:relative}.up-section-head{align-items:center;gap:10px;padding:4px 0;display:flex}.up-section-head:before{content:"";background:#f59e0b;border-radius:2px;width:4px;height:18px}.up-section-head.up-danger:before{background:#dc2626}.up-section-head-emoji{font-size:16px}.up-section-head-title{color:#fff;letter-spacing:.2px;font-size:15px;font-weight:800}.up-section-head.up-danger .up-section-head-title{color:#dc2626}.up-card{background:#fff;border:1px solid #e8f5e0;border-radius:16px;flex-direction:column;gap:18px;padding:22px;display:flex;box-shadow:0 4px 12px #0d4f2b0d}.up-card.up-danger-card{background:#fef2f2;border-color:#fecaca}.up-row-2{grid-template-columns:1fr;gap:18px;display:grid}@media (width>=640px){.up-row-2{grid-template-columns:1fr 1fr}}.up-field{flex-direction:column;gap:6px;display:flex}.up-field-label{color:#374151;letter-spacing:.3px;align-items:center;gap:6px;font-size:12.5px;font-weight:700;display:flex}.up-field-emoji{font-size:14px}.up-input,.up-select{color:#111827;box-sizing:border-box;background:#f9fafb;border:1.5px solid #d1d5db;border-radius:10px;outline:none;width:100%;padding:12px 14px;font-family:inherit;font-size:14.5px;font-weight:500;transition:all .18s}.up-input:hover,.up-select:hover{border-color:#86efac}.up-input:focus,.up-select:focus{background:#fff;border-color:#15803d;box-shadow:0 0 0 3px #15803d1f}.up-input::placeholder{color:#9ca3af;font-weight:400}.up-input:disabled{color:#9ca3af;cursor:not-allowed;background:#f3f4f6;padding-right:42px}.up-select:disabled{color:#9ca3af;cursor:not-allowed;background:#f3f4f6}.up-input-wrap{position:relative}.up-input-lock{pointer-events:none;background:#e5e7eb;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:12px;display:flex;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.up-select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%230D4F2B' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-position:right 14px center;background-repeat:no-repeat;background-size:12px;padding-right:40px}.up-actions-row{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:12px;padding:4px 0;display:flex}.up-btn-cancel{color:#374151;cursor:pointer;background:#fff;border:1.5px solid #d1d5db;border-radius:10px;padding:12px 24px;font-size:14px;font-weight:700;transition:all .18s}.up-btn-cancel:hover{background:#f9fafb;border-color:#9ca3af}.up-btn-primary{color:#fff;letter-spacing:.3px;cursor:pointer;background:linear-gradient(135deg,#0d4f2b,#15803d);border:none;border-radius:10px;align-items:center;gap:8px;padding:12px 28px;font-size:14px;font-weight:800;transition:all .18s;display:inline-flex;box-shadow:0 3px 10px #0d4f2b38}.up-btn-primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 5px 14px #0d4f2b52}.up-btn-primary:disabled{cursor:not-allowed;box-shadow:none;background:#9ca3af;transform:none}.up-btn-primary-icon{background:#ffffff38;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:12px;display:inline-flex}.up-danger-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.up-danger-text{flex:1;min-width:200px}.up-danger-title{color:#991b1b;margin:0 0 4px;font-size:14px;font-weight:800}.up-danger-desc{color:#b91c1c;margin:0;font-size:12.5px;line-height:1.5}.up-btn-danger{color:#fff;letter-spacing:.3px;cursor:pointer;background:linear-gradient(135deg,#dc2626,#b91c1c);border:none;border-radius:10px;flex-shrink:0;align-items:center;gap:8px;padding:10px 20px;font-size:13.5px;font-weight:800;transition:all .18s;display:inline-flex;box-shadow:0 3px 10px #dc262638}.up-btn-danger:hover{transform:translateY(-1px);box-shadow:0 5px 14px #dc262659}@media (width<=640px){.up-hero{padding:24px 0 60px}.up-hero-inner{padding:0 16px}.up-content{padding:0 12px 40px}.up-card{padding:18px}.up-avatar-name{font-size:20px}.up-avatar-ring{width:88px;height:88px}.up-actions-row{flex-direction:column-reverse;align-items:stretch}.up-btn-primary,.up-btn-cancel{justify-content:center;width:100%}.up-danger-row{flex-direction:column;align-items:stretch}.up-btn-danger{justify-content:center;width:100%}}.wal-page{background:#f0fdf4;min-height:100vh}.wal-hero{background:linear-gradient(135deg,#0d4f2b 0%,#166534 50%,#15803d 100%);padding:32px 0 60px;position:relative;overflow:hidden}.wal-hero:before{content:"";background:#ffffff0a;border-radius:50%;width:260px;height:260px;position:absolute;top:-80px;right:-80px}.wal-hero-inner{z-index:2;max-width:1280px;margin:0 auto;padding:0 32px;position:relative}.wal-crumbs{color:#ffffffbf;align-items:center;gap:8px;margin-bottom:18px;font-size:13px;font-weight:500;display:flex}.wal-crumb-link{color:#ffffffd9;cursor:pointer;background:0 0;border:none;padding:0;font-size:13px;font-weight:600;transition:color .15s}.wal-crumb-link:hover{color:#fcd34d}.wal-crumb-sep{color:#fff6;font-size:12px}.wal-crumb-current{color:#fff;font-weight:700}.wal-hero-title{color:#fff;letter-spacing:-.5px;margin:0 0 8px;font-size:30px;font-weight:800;line-height:1.15}.wal-hero-sub{color:#ffffffc7;margin:0;font-size:14px;font-weight:500}.wal-content{z-index:3;max-width:1280px;margin:-30px auto 0;padding:0 32px 60px;position:relative}.wal-layout{grid-template-columns:1fr;gap:20px;display:grid}@media (width>=900px){.wal-layout{grid-template-columns:1fr 1.8fr;align-items:start}}.wal-side-col{flex-direction:column;gap:16px;display:flex;position:sticky;top:20px}.wal-card{color:#fff;background:linear-gradient(135deg,#165c46 0%,#0b865d 50%,#1c8961 100%);border-radius:20px;padding:24px;position:relative;overflow:hidden;box-shadow:0 10px 30px #0b865d59}.wal-card:before{content:"";background:#ffffff1a;border-radius:50%;width:140px;height:140px;position:absolute;top:-30px;right:-30px}.wal-card:after{content:"";background:#ffffff14;border-radius:50%;width:110px;height:110px;position:absolute;bottom:-40px;left:-40px}.wal-card-content{z-index:2;align-items:center;gap:16px;display:flex;position:relative}.wal-card-icon{background:#fff3;border:2px solid #ffffff4d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;font-size:30px;display:inline-flex}.wal-card-info{flex:1;min-width:0}.wal-card-label{color:#ffffffe6;letter-spacing:.6px;text-transform:uppercase;margin:0;font-size:12.5px;font-weight:800}.wal-card-amount{color:#fff;letter-spacing:-.5px;margin:6px 0 0;font-size:34px;font-weight:900;animation:3s ease-in-out infinite wal-pulse}@keyframes wal-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.02)}}.wal-card-footer{z-index:2;border-top:1px solid #ffffff2e;justify-content:center;align-items:center;gap:20px;margin-top:20px;padding-top:16px;display:flex;position:relative}.wal-card-footer-item{color:#ffffffeb;align-items:center;gap:6px;font-size:12px;font-weight:700;display:flex}.wal-card-footer-divider{background:#ffffff40;width:1px;height:16px}.wal-info-card{background:#fff;border:1px solid #e8f5e0;border-radius:14px;flex-direction:column;gap:10px;padding:16px 18px;display:flex}.wal-info-item{color:#374151;align-items:flex-start;gap:10px;font-size:13px;font-weight:500;line-height:1.5;display:flex}.wal-info-item-icon{color:#059669;flex-shrink:0;margin-top:1px;font-weight:900}.wal-tx-col{flex-direction:column;gap:14px;display:flex}.wal-tx-head{background:#fff;border:1px solid #e8f5e0;border-radius:14px;justify-content:space-between;align-items:center;padding:16px 22px;display:flex;box-shadow:0 3px 10px #0d4f2b0d}.wal-tx-head-title{color:#111827;align-items:center;gap:10px;font-size:15px;font-weight:800;display:flex}.wal-tx-head-title:before{content:"";background:linear-gradient(#22c55e,#0d4f2b);border-radius:2px;width:4px;height:20px}.wal-tx-head-count{color:#6b7280;font-size:13px;font-weight:600}.wal-tx{cursor:pointer;text-align:left;background:#fff;border:1.5px solid;border-radius:14px;width:100%;padding:0;transition:all .22s;position:relative;overflow:hidden;box-shadow:0 3px 10px #0000000d}.wal-tx:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0d4f2b1a}.wal-tx-accent{width:100%;height:4px}.wal-tx-header{justify-content:space-between;align-items:center;gap:10px;padding:14px 18px 10px;display:flex}.wal-tx-status{letter-spacing:.3px;border:1px solid;border-radius:999px;align-items:center;gap:6px;padding:5px 12px;font-size:11.5px;font-weight:800;display:inline-flex}.wal-tx-arrow{border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:16px;font-weight:800;display:inline-flex}.wal-tx-oid{align-items:center;gap:8px;padding:0 18px 12px;display:flex}.wal-tx-oid-label{color:#9ca3af;font-size:12px;font-weight:600}.wal-tx-oid-value{color:#111827;font-size:13.5px;font-weight:800}.wal-tx-grid{flex-direction:column;gap:10px;padding:0 18px;display:flex}.wal-tx-grid-item{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:10px;align-items:flex-start;gap:10px;padding:12px;display:flex}.wal-tx-grid-row{grid-template-columns:1fr;gap:10px;display:grid}@media (width>=500px){.wal-tx-grid-row{grid-template-columns:1fr 1fr}}.wal-tx-grid-item-emoji{flex-shrink:0;margin-top:2px;font-size:15px}.wal-tx-grid-item-body{flex:1;min-width:0}.wal-tx-grid-item-label{color:#6b7280;letter-spacing:.5px;text-transform:uppercase;margin:0 0 3px;font-size:10px;font-weight:800}.wal-tx-grid-item-value{color:#111827;word-break:break-word;margin:0;font-size:12.5px;font-weight:700;line-height:1.4}.wal-tx-stats{background:#ecfdf5;border:1px solid #bbf7d0;border-radius:10px;align-items:center;margin:14px 18px 0;padding:12px 0;display:flex}.wal-tx-stat{text-align:center;flex:1;padding:0 8px}.wal-tx-stat-val{color:#111827;margin:0 0 2px;font-size:13px;font-weight:900}.wal-tx-stat-label{color:#6b7280;letter-spacing:.4px;text-transform:uppercase;margin:0;font-size:10px;font-weight:700}.wal-tx-stat-divider{background:#bbf7d0;width:1px;height:34px}.wal-tx-footer{flex-direction:column;gap:10px;padding:14px 18px 16px;display:flex}.wal-tx-badges{flex-wrap:wrap;gap:8px;display:flex}.wal-tx-badge{border:1px solid;border-radius:8px;align-items:center;gap:5px;padding:5px 10px;font-size:11.5px;font-weight:800;display:inline-flex}.wal-tx-wallet-row{grid-template-columns:1fr;gap:8px;display:grid}@media (width>=500px){.wal-tx-wallet-row{grid-template-columns:1fr 1fr}}.wal-tx-wallet-item{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:10px;align-items:center;gap:8px;padding:10px 12px;display:flex}.wal-tx-wallet-emoji{flex-shrink:0;font-size:16px}.wal-tx-wallet-label{color:#6b7280;flex:1;min-width:0;font-size:11.5px;font-weight:700}.wal-tx-wallet-val{flex-shrink:0;font-size:13px;font-weight:900}.wal-tx-cancel{background:#fef2f2;border:1px solid #fecaca;border-radius:10px;align-items:flex-start;gap:10px;padding:12px;display:flex}.wal-tx-cancel-emoji{flex-shrink:0;margin-top:1px;font-size:16px}.wal-tx-cancel-body{flex:1}.wal-tx-cancel-label{color:#dc2626;text-transform:uppercase;letter-spacing:.5px;margin:0 0 3px;font-size:10px;font-weight:800}.wal-tx-cancel-text{color:#dc2626;margin:0;font-size:12.5px;font-weight:500;line-height:1.4}.wal-empty{justify-content:center;align-items:center;padding:60px 24px;display:flex}.wal-empty-card{text-align:center;background:#fff;border:1px solid #e8f5e0;border-radius:20px;width:100%;max-width:400px;padding:40px 30px;box-shadow:0 6px 16px #0d4f2b0f}.wal-empty-icon{background:linear-gradient(135deg,#dcfce7,#bbf7d0);border:4px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:96px;height:96px;margin:0 auto 20px;font-size:42px;display:flex;box-shadow:0 6px 16px #0d4f2b1f}.wal-empty-title{color:#111827;margin:0 0 8px;font-size:20px;font-weight:800}.wal-empty-sub{color:#6b7280;margin:0;font-size:14px;line-height:1.55}@media (width<=900px){.wal-side-col{position:static}}@media (width<=640px){.wal-hero{padding:24px 0 50px}.wal-hero-inner{padding:0 16px}.wal-hero-title{font-size:24px}.wal-content{padding:0 12px 40px}.wal-card{padding:20px}.wal-card-amount{font-size:28px}.wal-card-icon{width:54px;height:54px;font-size:26px}.wal-tx-head{padding:12px 14px}.wal-tx-header{padding:12px 14px 8px}.wal-tx-oid,.wal-tx-grid,.wal-tx-footer{padding-left:14px;padding-right:14px}.wal-tx-stats{margin:14px 14px 0}}.cdl-root{background-color:#f0fdf4;flex-direction:column;min-height:100vh;display:flex}.cdl-header{z-index:100;animation:.4s forwards cdl-header-in;position:sticky;top:0;box-shadow:0 6px 14px #0000002e}@keyframes cdl-header-in{0%{opacity:0;transform:translateY(-40px)}to{opacity:1;transform:translateY(0)}}.cdl-header-grad{background:linear-gradient(135deg,#0d4f2b 0%,#166534 55%,#15803d 100%);border-bottom-right-radius:26px;border-bottom-left-radius:26px;padding:8px 0 36px;position:relative;overflow:hidden}.cdl-header-decor1{pointer-events:none;background-color:#ffffff0a;border-radius:50%;width:110px;height:110px;position:absolute;top:-25px;right:-25px}.cdl-header-decor2{pointer-events:none;background-color:#ffffff08;border-radius:50%;width:70px;height:70px;position:absolute;bottom:15px;left:-15px}.cdl-header-nav{box-sizing:border-box;align-items:center;gap:8px;width:100%;max-width:1280px;height:56px;margin:0 auto;padding:0 16px;display:flex}.cdl-header-btn{cursor:pointer;background-color:#ffffff24;border:1px solid #ffffff14;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;transition:background .15s,transform .1s;display:flex}.cdl-header-btn:hover{background-color:#ffffff38}.cdl-header-btn:active{transform:scale(.9)}.cdl-header-btn-back{color:#fff;font-size:30px;font-weight:700;line-height:1}.cdl-header-btn-emoji{font-size:19px}.cdl-header-center{flex-direction:row;flex:1;justify-content:center;align-items:center;gap:8px;display:flex}.cdl-header-title{color:#fff;letter-spacing:.5px;font-size:20px;font-weight:800}.cdl-header-right{flex-direction:row;align-items:center;gap:8px;display:flex}.cdl-header-info-strip{box-sizing:border-box;justify-content:space-between;align-items:center;width:100%;max-width:1280px;margin-top:8px;margin-left:auto;margin-right:auto;padding:0 20px;display:flex}.cdl-header-info-item{align-items:center;gap:6px;display:flex}.cdl-header-info-emoji{font-size:14px}.cdl-header-info-text{color:#ffffffb8;letter-spacing:.3px;font-size:13px;font-weight:500}.cdl-header-count-pill{background-color:#f59e0b38;border:1px solid #f59e0b26;border-radius:999px;padding:4px 12px}.cdl-header-count-text{color:#fcd34d;letter-spacing:.3px;font-size:11px;font-weight:700}.cdl-header-wave{background-color:#f0fdf4;border-top-left-radius:26px;border-top-right-radius:26px;height:22px;position:absolute;bottom:0;left:0;right:0}.cdl-body{flex:1;animation:.5s .12s both cdl-body-in}@keyframes cdl-body-in{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.cdl-list-content{box-sizing:border-box;width:100%;max-width:1280px;margin:0 auto;padding:8px 16px 24px}.cdl-list-header{flex-direction:column;gap:12px;margin-bottom:16px;display:flex}.cdl-section-row{align-items:center;gap:8px;display:flex}.cdl-section-accent{background-color:#f59e0b;border-radius:2px;flex-shrink:0;width:4px;height:18px}.cdl-section-title{color:#111827;letter-spacing:.3px;flex:1;font-size:15px;font-weight:700}.cdl-section-badge{background-color:#dcfce7;border:1px solid #bbf7d0;border-radius:999px;padding:4px 12px}.cdl-section-badge-text{color:#15803d;letter-spacing:.3px;font-size:12px;font-weight:800}.cdl-card-wrap{margin-bottom:12px;animation:.4s both cdl-card-in}@keyframes cdl-card-in{0%{opacity:0;transform:translateY(40px)scale(.9)}to{opacity:1;transform:translateY(0)scale(1)}}.cdl-card{cursor:pointer;background-color:#fff;border:1px solid #e5e7eb;border-radius:20px;flex-direction:row;align-items:center;gap:12px;padding:16px 16px 16px 0;transition:transform .18s,box-shadow .18s;display:flex;overflow:hidden;box-shadow:0 4px 10px #0000001a}.cdl-card:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0000001f}.cdl-card:active{transform:scale(.97)}.cdl-card-accent{border-radius:0;flex-shrink:0;align-self:stretch;width:5px;min-height:80px}.cdl-avatar-section{flex-shrink:0;position:relative}.cdl-avatar-circle{border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;display:flex;box-shadow:0 2px 6px #00000026}.cdl-avatar-text{color:#fff;letter-spacing:.5px;font-size:18px;font-weight:900}.cdl-available-dot{background-color:#059669;border:2px solid #fff;border-radius:50%;width:13px;height:13px;position:absolute;bottom:1px;right:1px}.cdl-card-info{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.cdl-name-row{align-items:center;gap:8px;display:flex}.cdl-serial-no{color:#9ca3af;letter-spacing:.8px;white-space:nowrap;background-color:#f3f4f6;border-radius:6px;flex-shrink:0;padding:2px 6px;font-size:10px;font-weight:800}.cdl-doctor-name{color:#111827;letter-spacing:.2px;white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:16px;font-weight:800;overflow:hidden}.cdl-address-row{align-items:center;gap:4px;display:flex}.cdl-address-pin{flex-shrink:0;font-size:11px}.cdl-address-text{color:#6b7280;letter-spacing:.2px;white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:12px;font-weight:500;overflow:hidden}.cdl-phone-row{align-items:center;gap:4px;display:flex}.cdl-phone-icon{flex-shrink:0;font-size:11px}.cdl-phone-text{color:#059669;letter-spacing:.3px;font-size:13px;font-weight:700}.cdl-call-btn{cursor:pointer;background:linear-gradient(135deg,#059669,#22c55e);border:none;border-radius:14px;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:4px;min-width:60px;padding:10px 12px;transition:transform .15s,box-shadow .15s;animation:2s ease-in-out infinite cdl-call-pulse;display:flex;box-shadow:0 3px 8px #05966959}@keyframes cdl-call-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.08)}}.cdl-call-btn:hover{animation-play-state:paused;transform:scale(1.05);box-shadow:0 5px 14px #05966980}.cdl-call-btn:active{animation-play-state:paused;transform:scale(.88)}.cdl-call-btn-emoji{font-size:18px}.cdl-call-btn-text{color:#fff;letter-spacing:.8px;text-transform:uppercase;font-size:10px;font-weight:900}.cdl-empty-container{justify-content:center;align-items:center;padding:64px 32px;animation:.4s both cdl-empty-in;display:flex}@keyframes cdl-empty-in{0%{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}.cdl-empty-card{background-color:#fff;border:1px solid #f3f4f6;border-radius:26px;flex-direction:column;align-items:center;width:100%;max-width:360px;padding:32px 24px;display:flex;box-shadow:0 6px 16px #0000001a}.cdl-empty-icon-circle{background-color:#dcfce7;border:3px solid #bbf7d0;border-radius:50%;justify-content:center;align-items:center;width:88px;height:88px;margin-bottom:20px;display:flex}.cdl-empty-icon-inner{background-color:#fff;border-radius:50%;justify-content:center;align-items:center;width:62px;height:62px;display:flex;box-shadow:0 2px 6px #0000001a}.cdl-empty-icon-emoji{font-size:28px}.cdl-empty-title{color:#111827;text-align:center;letter-spacing:.3px;margin-bottom:8px;font-size:18px;font-weight:800}.cdl-empty-subtitle{color:#6b7280;text-align:center;letter-spacing:.2px;font-size:14px;font-weight:500;line-height:1.55}.cdl-empty-hint{background-color:#fffbeb;border:1px solid #fcd34d;border-radius:999px;align-items:center;gap:6px;margin-top:20px;padding:8px 16px;display:flex}.cdl-empty-hint-emoji{font-size:14px}.cdl-empty-hint-text{color:#f59e0b;letter-spacing:.2px;font-size:12px;font-weight:600}@media (width>=768px){.cdl-list-content{grid-template-columns:1fr 1fr;align-items:start;gap:12px;display:grid}.cdl-card-wrap{margin-bottom:0}.cdl-list-header,.cdl-empty-container{grid-column:1/-1}}@media (width>=1024px){.cdl-list-content{grid-template-columns:repeat(3,1fr)}}.rp-root{background-color:#f0fdf4;flex-direction:column;min-height:100vh;display:flex}.rp-header{z-index:0;background:linear-gradient(135deg,#0d4f2b 0%,#166534 55%,#15803d 100%);flex-shrink:0;padding:8px 16px 14px;top:0;box-shadow:0 6px 14px #0000002e}.rp-header-row{box-sizing:border-box;align-items:center;gap:8px;width:100%;max-width:1280px;height:48px;margin:0 auto;display:flex}.rp-header-btn{cursor:pointer;background-color:#ffffff24;border:1px solid #ffffff14;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;transition:background .15s,transform .1s;display:flex}.rp-header-btn:hover{background-color:#ffffff38}.rp-header-btn:active{transform:scale(.93)}.rp-header-back{color:#fff;font-size:28px;font-weight:700;line-height:1}.rp-header-center{flex:1;justify-content:center;align-items:center;display:flex}.rp-header-title{color:#fff;letter-spacing:.4px;font-size:18px;font-weight:800}.rp-header-spacer{flex-shrink:0;width:42px}.rp-body{flex-direction:column;flex:1;display:flex;overflow:hidden}.rp-loading-bar-track{background-color:#e8f5e0;flex-shrink:0;width:100%;height:3px}.rp-loading-bar-fill{background-color:#22c55e;border-radius:2px;height:3px;transition:width .2s}.rp-notice-card{box-sizing:border-box;background-color:#fffbeb;border:1px solid #fcd34d;border-radius:14px;flex-direction:row;flex-shrink:0;align-items:flex-start;gap:12px;max-width:1280px;margin:14px 16px 8px;padding:14px 16px;display:flex;box-shadow:0 3px 8px #00000014}.rp-notice-icon-wrap{background-color:#fff;border:1px solid #fcd34d;border-radius:19px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.rp-notice-icon-emoji{font-size:18px}.rp-notice-text-wrap{flex-direction:column;flex:1;gap:4px;display:flex}.rp-notice-title{color:#0f1b0f;letter-spacing:.2px;font-size:13px;font-weight:800}.rp-notice-text{color:#2d5a2d;font-size:12.5px;font-weight:500;line-height:1.55}.rp-iframe-wrap{background-color:#fff;border:1px solid #d1fae5;border-radius:14px;flex:1;margin:0 16px 16px;overflow:hidden;box-shadow:0 2px 8px #0000000f}.rp-iframe{background-color:#f0fdf4;border:none;width:100%;height:100%;display:block}.rp-error-container{flex:1;justify-content:center;align-items:center;padding:40px 24px;display:flex}.rp-error-card{background-color:#fff;border:1px solid #d1fae5;border-radius:24px;flex-direction:column;align-items:center;width:100%;max-width:360px;padding:0 24px 32px;display:flex;overflow:hidden;box-shadow:0 6px 16px #0000001a}.rp-error-top-grad{background:linear-gradient(#dcfce7,#f0fdf4);width:130%;height:80px;margin-bottom:12px}.rp-error-icon-circle{background-color:#dcfce7;border:3px solid #bbf7d0;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:20px;display:flex}.rp-error-icon-emoji{font-size:34px}.rp-error-title{color:#0f1b0f;text-align:center;margin-bottom:8px;font-size:18px;font-weight:800}.rp-error-subtitle{color:#5a8a5a;text-align:center;margin-bottom:24px;font-size:13px;font-weight:500;line-height:1.55}.rp-retry-btn{cursor:pointer;color:#fff;letter-spacing:.4px;background:linear-gradient(90deg,#0d4f2b,#15803d);border:none;border-radius:99px;padding:12px 32px;font-size:15px;font-weight:700;transition:opacity .15s,transform .1s;box-shadow:0 4px 8px #0d4f2b40}.rp-retry-btn:hover{opacity:.88}.rp-retry-btn:active{transform:scale(.97)}.rp-bottom-accent{background:linear-gradient(90deg,#15803d,#22c55e,#fcd34d);flex-shrink:0;width:100%;height:3px}@media (width>=768px){.rp-notice-card{width:calc(100% - 32px);margin-left:auto;margin-right:auto}.rp-notice-text{font-size:13px}.rp-iframe-wrap{width:calc(100% - 32px);max-width:1280px;margin-left:auto;margin-right:auto}}.syp-page{background:linear-gradient(#f0fdf4 0%,#fff 400px);min-height:100vh}.syp-hero{background:linear-gradient(135deg,#0d4f2b 0%,#166534 50%,#15803d 100%);padding:32px 0 60px;position:relative;overflow:hidden}.syp-hero:before{content:"";background:#ffffff0a;border-radius:50%;width:260px;height:260px;position:absolute;top:-80px;right:-80px}.syp-hero-inner{z-index:2;max-width:800px;margin:0 auto;padding:0 32px;position:relative}.syp-crumbs{color:#ffffffbf;align-items:center;gap:8px;margin-bottom:18px;font-size:13px;font-weight:500;display:flex}.syp-crumb-link{color:#ffffffd9;cursor:pointer;background:0 0;border:none;padding:0;font-size:13px;font-weight:600;transition:color .15s}.syp-crumb-link:hover{color:#fcd34d}.syp-crumb-sep{color:#fff6;font-size:12px}.syp-crumb-current{color:#fff;font-weight:700}.syp-hero-title{color:#fff;letter-spacing:-.5px;margin:0 0 8px;font-size:30px;font-weight:800;line-height:1.2}.syp-hero-sub{color:#ffffffc7;margin:0;font-size:14px;font-weight:500}.syp-content{z-index:3;max-width:800px;margin:-30px auto 0;padding:0 32px 60px;position:relative}.syp-form-card{background:#fff;border:1px solid #e8f5e0;border-radius:16px;overflow:hidden;box-shadow:0 6px 16px #0d4f2b0f}.syp-form-head{background:linear-gradient(#f0fdf4,#fff);border-bottom:1px solid #e8f5e0;padding:20px 24px}.syp-form-head-title{color:#0f1b0f;align-items:center;gap:10px;font-size:16px;font-weight:800;display:flex}.syp-form-head-title:before{content:"";background:linear-gradient(#22c55e,#0d4f2b);border-radius:2px;width:4px;height:22px}.syp-form-body{flex-direction:column;gap:18px;padding:24px;display:flex}.syp-row-2{grid-template-columns:1fr;gap:18px;display:grid}@media (width>=640px){.syp-row-2{grid-template-columns:1fr 1fr}}.syp-field{flex-direction:column;gap:6px;display:flex}.syp-field-label{color:#374151;letter-spacing:.3px;align-items:center;gap:6px;font-size:12.5px;font-weight:700;display:flex}.syp-field-emoji{font-size:15px}.syp-field-required{color:#dc2626;margin-left:2px;font-weight:800}.syp-input,.syp-select,.syp-textarea{color:#111827;box-sizing:border-box;background:#f0fdf4;border:1.5px solid #bbf7d0;border-radius:10px;outline:none;width:100%;padding:12px 14px;font-family:inherit;font-size:14.5px;font-weight:500;transition:all .18s}.syp-input:hover,.syp-select:hover,.syp-textarea:hover{border-color:#86efac}.syp-input:focus,.syp-select:focus,.syp-textarea:focus{background:#fff;border-color:#0d4f2b;box-shadow:0 0 0 3px #0d4f2b1f}.syp-input::placeholder,.syp-textarea::placeholder{color:#9ca3af;font-weight:400}.syp-select:disabled{color:#9ca3af;cursor:not-allowed;background:#f3f4f6}.syp-textarea{resize:vertical;min-height:100px;line-height:1.5}.syp-select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%230D4F2B' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-position:right 14px center;background-repeat:no-repeat;background-size:12px;padding-right:40px}.syp-field-counter{color:#9ca3af;text-align:right;margin-top:2px;font-size:11px}.syp-field-error .syp-input,.syp-field-error .syp-select,.syp-field-error .syp-textarea{background:#fef2f2;border-color:#dc2626}.syp-field-error-msg{color:#dc2626;align-items:center;gap:4px;margin-top:2px;font-size:12px;font-weight:500;display:flex}.syp-submit-wrap{background:#f9fefb;border-top:1px solid #e8f5e0;padding:20px 24px 24px}.syp-submit-btn{color:#fff;cursor:pointer;letter-spacing:.3px;background:linear-gradient(135deg,#0d4f2b,#15803d);border:none;border-radius:12px;justify-content:center;align-items:center;gap:10px;width:100%;padding:14px 20px;font-size:15px;font-weight:700;transition:all .2s;display:flex;box-shadow:0 4px 12px #0d4f2b40}.syp-submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 18px #0d4f2b59}.syp-submit-btn:disabled{cursor:not-allowed;box-shadow:none;background:#9ca3af;transform:none}@media (width<=640px){.syp-hero{padding:24px 0 50px}.syp-hero-inner{padding:0 16px}.syp-hero-title{font-size:22px}.syp-hero-sub{font-size:13px}.syp-content{padding:0 12px 40px}.syp-form-head{padding:16px 18px}.syp-form-body{gap:16px;padding:18px}.syp-submit-wrap{padding:16px 18px 18px}}.kgk-root{background-color:#f0fdf4;flex-direction:column;min-height:100vh;display:flex}.kgk-header{background:linear-gradient(135deg,#083d20 0%,#0d4f2b 55%,#166534 100%);border-bottom-right-radius:32px;border-bottom-left-radius:32px;flex-shrink:0;padding:16px 20px 24px;position:relative;overflow:hidden}.kgk-decor1{pointer-events:none;background-color:#ffffff0f;border-radius:50%;width:150px;height:150px;position:absolute;top:-40px;right:-30px}.kgk-decor2{pointer-events:none;background-color:#ffffff0a;border-radius:50%;width:60px;height:60px;position:absolute;top:20px;right:80px}.kgk-decor3{pointer-events:none;background-color:#ffffff08;border-radius:50%;width:100px;height:100px;position:absolute;bottom:30px;left:-20px}.kgk-header-top-row{align-items:center;margin-top:8px;display:flex}.kgk-back-btn{cursor:pointer;background-color:#ffffff26;border:1px solid #fff3;border-radius:21px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;margin-right:12px;transition:background .15s,transform .1s;display:flex}.kgk-back-btn:hover{background-color:#ffffff40}.kgk-back-btn:active{transform:scale(.9)}.kgk-back-btn-text{color:#fff;font-size:28px;font-weight:700;line-height:1}.kgk-header-content{flex-direction:row;flex:1;align-items:center;animation:.45s forwards kgk-header-in;display:flex}@keyframes kgk-header-in{0%{opacity:0;transform:translateY(-14px)}to{opacity:1;transform:translateY(0)}}.kgk-header-icon-box{background-color:#ffffff26;border:1.5px solid #ffffff40;border-radius:25px;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;margin-right:12px;display:flex}.kgk-header-icon-text{font-size:24px}.kgk-header-text-container{flex:1}.kgk-header-title{color:#fff;letter-spacing:.5px;font-size:20px;font-weight:800}.kgk-header-sub{color:#ffffffa6;letter-spacing:.3px;margin-top:3px;font-size:11px;font-weight:500}.kgk-loader-container{flex:1;justify-content:center;align-items:center;padding:60px 20px;display:flex}.kgk-loader-box{background-color:#fff;border:1px solid #bbf7d0;border-radius:16px;flex-direction:column;align-items:center;gap:12px;padding:32px;display:flex;box-shadow:0 4px 12px #0d4f2b1a}.kgk-spinner{border:3px solid #bbf7d0;border-top-color:#0d4f2b;border-radius:50%;width:36px;height:36px;animation:.8s linear infinite kgk-spin}@keyframes kgk-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.kgk-loader-text{color:#6b9e6b;font-size:14px;font-weight:500}.kgk-list-content{box-sizing:border-box;width:100%;max-width:900px;margin:0 auto;padding:16px 20px 50px}.kgk-list-header-box{border-bottom:2px solid #bbf7d0;flex-direction:row;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:12px;display:flex}.kgk-list-header-left{flex:1}.kgk-list-heading{color:#0f1b0f;letter-spacing:.3px;font-size:18px;font-weight:800}.kgk-list-heading-sub{color:#6b9e6b;margin-top:2px;font-size:12px;font-weight:500}.kgk-list-header-icon{font-size:28px}.kgk-card-wrap{margin-bottom:20px;animation:.4s both kgk-card-in}@keyframes kgk-card-in{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.kgk-card{cursor:pointer;background-color:#fff;border:1.5px solid #bbf7d0;border-radius:24px;transition:transform .18s,box-shadow .18s;overflow:hidden;box-shadow:0 6px 14px #0d4f2b1f}.kgk-card:hover{transform:translateY(-3px);box-shadow:0 10px 24px #0d4f2b29}.kgk-card:active{opacity:.9;transform:scale(.985)}.kgk-card-image-wrapper{width:100%;height:210px;position:relative;overflow:hidden}.kgk-card-image{object-fit:cover;width:100%;height:100%;display:block}.kgk-card-image-placeholder{background:linear-gradient(135deg,#d1fae5,#a7f3d0);justify-content:center;align-items:center;width:100%;height:100%;display:flex}.kgk-card-image-placeholder-text{font-size:52px}.kgk-card-image-overlay{pointer-events:none;background:linear-gradient(#0000,#0d4f2b2e);position:absolute;inset:0}.kgk-category-tag{background-color:#0d4f2bd9;border:1px solid #fff3;border-radius:8px;padding:4px 12px;position:absolute;bottom:12px;left:12px}.kgk-category-tag-text{color:#fff;letter-spacing:.3px;font-size:11px;font-weight:600}.kgk-card-body{padding:16px}.kgk-card-date-row{align-items:center;margin-bottom:8px;display:flex}.kgk-date-icon{margin-right:4px;font-size:13px}.kgk-card-date{color:#6b9e6b;letter-spacing:.2px;font-size:12px;font-weight:600}.kgk-card-title{color:#0f1b0f;letter-spacing:.2px;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:8px;font-size:16px;font-weight:800;line-height:1.5;display:-webkit-box;overflow:hidden}.kgk-card-divider{background-color:#dcfce7;border-radius:1px;height:1.5px;margin-bottom:8px}.kgk-card-excerpt{color:#2d5a2d;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-bottom:12px;font-size:13px;line-height:1.55;display:-webkit-box;overflow:hidden}.kgk-card-action-row{flex-direction:row;justify-content:space-between;align-items:center;gap:8px;display:flex}.kgk-read-more-btn{cursor:pointer;background:linear-gradient(90deg,#0d4f2b,#15803d);border:none;border-radius:12px;align-items:center;padding:8px 16px;transition:opacity .15s;display:flex}.kgk-read-more-btn:hover{opacity:.88}.kgk-read-more-text{color:#fff;letter-spacing:.4px;font-size:13px;font-weight:700}.kgk-link-chip{cursor:pointer;background-color:#dcfce7;border:1.5px solid #0d4f2b;border-radius:12px;align-items:center;padding:8px 12px;transition:background .15s;display:flex}.kgk-link-chip:hover{background-color:#bbf7d0}.kgk-link-chip-text{color:#0d4f2b;letter-spacing:.3px;font-size:12px;font-weight:700}.kgk-empty-container{flex-direction:column;justify-content:center;align-items:center;padding-top:80px;display:flex}.kgk-empty-icon-box{background-color:#dcfce7;border:2px solid #bbf7d0;border-radius:45px;justify-content:center;align-items:center;width:90px;height:90px;margin-bottom:16px;display:flex}.kgk-empty-icon{font-size:42px}.kgk-empty-title{color:#0f1b0f;text-align:center;margin-bottom:8px;font-size:18px;font-weight:700}.kgk-empty-subtitle{color:#6b9e6b;text-align:center;font-size:13px;line-height:1.55}.kgk-modal-overlay{z-index:500;background-color:#0000008c;align-items:flex-end;animation:.25s forwards kgk-backdrop-in;display:flex;position:fixed;inset:0}@keyframes kgk-backdrop-in{0%{opacity:0}to{opacity:1}}.kgk-modal-overlay.is-closing{animation:.28s forwards kgk-backdrop-out}@keyframes kgk-backdrop-out{0%{opacity:1}to{opacity:0}}.kgk-modal-sheet{background-color:#fff;border-top:2px solid #bbf7d0;border-left:1px solid #bbf7d0;border-right:1px solid #bbf7d0;border-top-left-radius:32px;border-top-right-radius:32px;flex-direction:column;width:100%;max-width:760px;max-height:92vh;margin:0 auto;animation:.35s cubic-bezier(.34,1.56,.64,1) forwards kgk-sheet-in;display:flex;position:relative;overflow:hidden;box-shadow:0 -6px 16px #0000002e}@keyframes kgk-sheet-in{0%{transform:translateY(100%)}to{transform:translateY(0)}}.kgk-modal-sheet.is-closing{animation:.28s forwards kgk-sheet-out}@keyframes kgk-sheet-out{0%{transform:translateY(0)}to{transform:translateY(100%)}}.kgk-drag-handle{background-color:#bbf7d0;border-radius:2px;flex-shrink:0;align-self:center;width:40px;height:4px;margin:12px auto 8px}.kgk-modal-image-container{flex-shrink:0;width:100%;height:240px;position:relative}.kgk-modal-hero-image{object-fit:cover;width:100%;height:100%;display:block}.kgk-modal-image-placeholder{background:linear-gradient(135deg,#e8f5e0,#bbf7d0);justify-content:center;align-items:center;width:100%;height:100%;display:flex}.kgk-modal-image-placeholder-text{font-size:60px}.kgk-modal-image-overlay{pointer-events:none;background:linear-gradient(#0000,#000000a6);position:absolute;inset:0}.kgk-modal-date-badge{background-color:#00000080;border-radius:8px;padding:4px 12px;position:absolute;bottom:12px;left:12px}.kgk-modal-date-text{color:#fff;font-size:11px;font-weight:500}.kgk-modal-close-btn{cursor:pointer;color:#fff;z-index:10;background-color:#00000073;border:1px solid #fff3;border-radius:18px;justify-content:center;align-items:center;width:36px;height:36px;font-size:14px;font-weight:700;transition:background .15s;display:flex;position:absolute;top:12px;right:12px}.kgk-modal-close-btn:hover{background-color:#000000a6}.kgk-modal-content-scroll{flex:1;padding:20px 20px 50px;overflow-y:auto}.kgk-modal-title{color:#0f1b0f;letter-spacing:.3px;margin-bottom:16px;font-size:20px;font-weight:800;line-height:1.5}.kgk-accent-divider{align-items:center;margin-bottom:16px;display:flex}.kgk-accent-line{background-color:#bbf7d0;flex:1;height:1.5px}.kgk-accent-leaf{margin:0 12px;font-size:18px}.kgk-modal-body{color:#2d5a2d;letter-spacing:.2px;white-space:pre-wrap;font-size:15px;line-height:1.75}.kgk-modal-link-btn{cursor:pointer;color:#fff;letter-spacing:.5px;text-align:center;background:linear-gradient(90deg,#0d4f2b,#15803d);border:none;border-radius:12px;width:100%;margin-top:20px;padding:12px;font-size:14px;font-weight:700;transition:opacity .15s}.kgk-modal-link-btn:hover{opacity:.88}@media (width>=768px){.kgk-card-image-wrapper{height:240px}.kgk-modal-sheet{border-radius:32px;max-height:88vh;margin:auto}.kgk-modal-overlay{align-items:center;padding:24px}}.sf-root{box-sizing:border-box;width:100%;position:relative}.sf-label-outside{color:#4b5563;letter-spacing:.3px;margin-bottom:5px;font-size:12px;font-weight:600;display:block}.sf-container{box-sizing:border-box;background-color:#fff;border:1.5px solid #d1d5db;border-radius:10px;flex-direction:column;justify-content:center;width:100%;min-height:46px;padding:0 10px;transition:border-color .2s,box-shadow .2s;display:flex}.sf-container.is-focused{border-color:#2e9e6b;box-shadow:0 0 0 3px #2e9e6b26}.sf-container.is-locked{background-color:#f9fafb;border-color:#e5e7eb}.sf-label-inside{color:#9ca3af;letter-spacing:.3px;padding-top:6px;font-size:11px;font-weight:600;display:block}.sf-input-row{align-items:center;gap:8px;width:100%;display:flex}.sf-input{color:#1a1a1a;background:0 0;border:none;outline:none;flex:1;min-width:0;height:36px;padding:0;font-size:14px;font-weight:500}.sf-input::placeholder{color:#9ca3af;font-weight:400}.sf-input:disabled{color:#374151;cursor:default}.sf-icon-wrap{flex-shrink:0;justify-content:center;align-items:center;width:28px;display:flex}.sf-spinner{color:#9ca3af;font-size:18px;line-height:1;display:inline-block}.sf-search-icon{color:#9ca3af;font-size:16px}.sf-clear-btn{cursor:pointer;color:#fff;background:linear-gradient(135deg,#6b7280,#374151);border:none;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:10px;font-weight:900;transition:opacity .15s;display:flex}.sf-clear-btn:hover{opacity:.85}.sf-dropdown{z-index:500;background-color:#fff;border:1.5px solid #e5e7eb;border-radius:12px;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow:hidden;box-shadow:0 8px 24px #0000001f}.sf-dropdown-header{background-color:#f9fafb;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:9px 14px;display:flex}.sf-dropdown-count{color:#6b7280;font-size:11px;font-weight:700}.sf-dropdown-close{color:#2e9e6b;cursor:pointer;background:0 0;border:none;padding:0;font-size:11px;font-weight:800}.sf-dropdown-close:hover{text-decoration:underline}.sf-dropdown-list{max-height:240px;overflow-y:auto}.sf-dropdown-divider{background-color:#f3f4f6;height:1px;margin:0 14px}.sf-result-row{cursor:pointer;text-align:left;box-sizing:border-box;background:0 0;border:none;align-items:center;gap:12px;width:100%;padding:10px 14px;transition:background-color .12s;display:flex}.sf-result-row:hover{background-color:#f0fdf4}.sf-result-avatar{color:#fff;background:linear-gradient(135deg,#2e9e6b,#1a6b49);border:2px solid #a7f3d0;border-radius:19px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:15px;font-weight:800;display:flex}.sf-result-info{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.sf-result-name{color:#1a2b3c;white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:700;overflow:hidden}.sf-result-phone{color:#6b7280;font-size:12px;font-weight:500}.sf-result-arrow{color:#d1d5db;flex-shrink:0;font-size:20px}.sf-empty{flex-direction:column;align-items:center;gap:8px;padding:28px 0;display:flex}.sf-empty-icon{font-size:28px}.sf-empty-text{color:#9ca3af;font-size:13px;font-weight:600}@media (width<=400px){.sf-result-avatar{width:32px;height:32px;font-size:13px}.sf-result-name{font-size:13px}.sf-result-phone{font-size:11px}}.cmce-root{background-color:#f4f6f9;flex-direction:column;min-height:100vh;display:flex}.cmce-page-heading{background-color:#f4f6f9;flex-shrink:0;align-items:center;gap:10px;padding:16px 16px 12px;display:flex}.cmce-page-heading-back{color:#1a2b3c;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:16px;transition:background .15s,border-color .15s;display:flex}.cmce-page-heading-back:hover{background:#eef4fb;border-color:#c9d6e3}.cmce-page-heading-text{flex-direction:column;gap:1px;min-width:0;display:flex}.cmce-page-heading-title{color:#1a2b3c;letter-spacing:.2px;white-space:nowrap;text-overflow:ellipsis;font-size:18px;font-weight:700;overflow:hidden}.cmce-page-heading-subtitle{color:#6b7c8d;font-size:12px;font-weight:500}.cmce-scroll{box-sizing:border-box;flex-direction:column;flex:1;gap:14px;width:100%;max-width:680px;margin:0 auto;padding:16px 16px 0;display:flex;overflow-y:auto}.cmce-section-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:16px;box-shadow:0 2px 6px #1a3c5e12}.cmce-section-title-row{align-items:center;gap:8px;margin-bottom:16px;display:flex}.cmce-section-accent{background-color:#2e9e6b;border-radius:2px;flex-shrink:0;width:4px;height:16px}.cmce-section-title{color:#1a2b3c;letter-spacing:.3px;font-size:14px;font-weight:700}.cmce-field-wrapper{margin-bottom:14px;position:relative}.cmce-field-label{color:#6b7c8d;letter-spacing:.5px;text-transform:uppercase;margin-bottom:6px;font-size:11px;font-weight:700;display:block}.cmce-text-input{box-sizing:border-box;color:#1a2b3c;background-color:#fff;border:1.5px solid #cbd5e1;border-radius:10px;outline:none;width:100%;height:46px;padding:0 14px;font-size:14px;font-weight:600;transition:border-color .2s,box-shadow .2s}.cmce-text-input::-webkit-inner-spin-button{-webkit-appearance:none}.cmce-text-input::-webkit-outer-spin-button{-webkit-appearance:none}.cmce-toggle-row{align-items:flex-start;display:flex}.cmce-toggle-block{flex:1}.cmce-toggle-divider{background-color:#e8edf2;align-self:stretch;width:1px;margin:0 12px}.cmce-toggle-group{gap:6px;margin-top:4px;display:flex}.cmce-toggle-btn{color:#6b7c8d;cursor:pointer;background-color:#f4f6f9;border:1.5px solid #e2e8f0;border-radius:8px;flex:1;padding:10px 4px;font-size:13px;font-weight:600;transition:background .15s,border-color .15s,color .15s}.cmce-toggle-btn:hover:not(.is-active){background-color:#e8edf2}.cmce-toggle-btn.is-active{color:#fff;background-color:#1a3c5e;border-color:#1a3c5e;font-weight:700}.cmce-dropdown-trigger{cursor:pointer;text-align:left;box-sizing:border-box;background-color:#fff;border:1.5px solid #cbd5e1;border-radius:10px;align-items:center;width:100%;height:46px;padding:0 12px;transition:border-color .15s;display:flex}.cmce-dropdown-trigger.is-open{border-color:#2e9e6b;border-bottom-right-radius:0;border-bottom-left-radius:0}.cmce-dropdown-trigger-text{color:#1a2b3c;flex:1;font-size:14px;font-weight:600}.cmce-dropdown-trigger-text.is-placeholder{color:#a0adb8}.cmce-dropdown-chevron{color:#a0adb8;font-size:10px;transition:color .15s}.cmce-dropdown-chevron.is-open{color:#2e9e6b}.cmce-dropdown-list{z-index:100;background:#fff;border:1.5px solid #2e9e6b;border-top:none;border-radius:0 0 10px 10px;max-height:200px;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 4px 12px #0000001a}.cmce-dropdown-item{cursor:pointer;text-align:left;box-sizing:border-box;background:0 0;border:none;border-bottom:1px solid #e8edf2;align-items:center;width:100%;height:42px;padding:0 12px;transition:background .1s;display:flex}.cmce-dropdown-item:hover:not(.is-selected){background-color:#f4f6f9}.cmce-dropdown-item.is-selected{background-color:#e8f7f1}.cmce-dropdown-item:last-child{border-bottom:none}.cmce-dropdown-item-dot{background-color:#2e9e6b;border-radius:3px;flex-shrink:0;width:6px;height:6px;margin-right:8px}.cmce-dropdown-item-text{color:#1a2b3c;font-size:14px}.cmce-dropdown-item-text.is-selected{color:#2e9e6b;font-weight:700}.cmce-date-row{margin-bottom:4px}.cmce-date-picker{cursor:pointer;box-sizing:border-box;background-color:#fff;border:1.5px solid #cbd5e1;border-radius:10px;align-items:center;gap:10px;height:46px;padding:0 12px;transition:border-color .15s;display:flex;position:relative}.cmce-date-picker:hover{border-color:#2e9e6b}.cmce-date-icon{flex-shrink:0;font-size:16px}.cmce-date-text{color:#1a2b3c;flex:1;font-size:14px;font-weight:600}.cmce-date-badge{color:#2e9e6b;background-color:#e8f7f1;border-radius:6px;flex-shrink:0;padding:3px 8px;font-size:11px;font-weight:700}.cmce-rate-display{border:1.5px solid;border-radius:10px;align-items:center;gap:8px;height:46px;padding:0 12px;display:flex}.cmce-rate-display.is-filled{background-color:#e8f7f1;border-color:#2e9e6b}.cmce-rate-display.is-empty{background-color:#f4f6f9;border-style:dashed;border-color:#e2e8f0}.cmce-rate-dot{background-color:#2e9e6b;border-radius:4px;flex-shrink:0;width:8px;height:8px}.cmce-rate-value{color:#2e9e6b;flex:1;font-size:16px;font-weight:700}.cmce-rate-auto-tag{color:#2e9e6b;background-color:#fff;border:1px solid #2e9e6b;border-radius:4px;padding:2px 6px;font-size:10px;font-weight:700}.cmce-rate-empty-text{color:#a0adb8;font-size:12px;font-style:italic}.cmce-amount-preview{background-color:#1a3c5e;border-radius:10px;justify-content:space-between;align-items:center;margin-top:4px;padding:12px 16px;display:flex}.cmce-amount-label{color:#ffffffbf;font-size:13px;font-weight:500}.cmce-amount-value{color:#fff;font-size:18px;font-weight:700}.cmce-submit-btn{color:#fff;letter-spacing:.5px;cursor:pointer;background-color:#1a3c5e;border:none;border-radius:12px;justify-content:center;align-items:center;width:100%;height:52px;margin-top:4px;font-size:16px;font-weight:700;transition:background .2s,box-shadow .2s;display:flex;box-shadow:0 4px 14px #1a3c5e4d}.cmce-submit-btn:hover:not(:disabled){background-color:#2b5f8e;box-shadow:0 6px 18px #1a3c5e59}.cmce-submit-btn:disabled{opacity:.6;cursor:not-allowed}@media (width<=480px){.cmce-toggle-group{flex-direction:column}.cmce-toggle-btn{flex:unset;width:100%}}@media (width>=680px){.cmce-page-heading{max-width:680px;margin-left:auto;margin-right:auto}}.ds-root{box-sizing:border-box;flex-direction:column;align-items:center;gap:10px;width:100%;padding:8px 16px 4px;display:flex}.ds-tabs{background:#f4f6f9;border:1px solid #e2e8f0;border-radius:99px;align-items:center;gap:4px;padding:4px;display:flex}.ds-tab{color:#9ca3af;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:99px;padding:6px 16px;font-size:13px;font-weight:600;transition:background .18s,color .18s,box-shadow .18s}.ds-tab:hover:not(.is-active){color:#6b7280;background:#0000000a}.ds-tab.is-active{color:#fff;background:#003b65;font-weight:700;box-shadow:0 2px 8px #003b6547}.ds-nav{background:#003b65;border-radius:10px;align-items:center;gap:0;display:flex;overflow:hidden;box-shadow:0 2px 8px #003b6538}.ds-arrow-btn{cursor:pointer;color:#fff;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:22px;transition:background .14s;display:flex}.ds-arrow-btn:hover{background:#ffffff1f}.ds-arrow-phantom{pointer-events:none;opacity:0}.ds-nav-label{flex:1;justify-content:center;align-items:center;min-width:130px;padding:7px 12px;display:flex}.ds-nav-label-text{color:#fff;letter-spacing:.3px;white-space:nowrap;font-size:15px;font-weight:700}.ds-custom{flex-direction:column;align-items:center;gap:12px;width:100%;display:flex}.ds-custom-dates{flex-wrap:wrap;justify-content:center;align-items:flex-end;gap:10px;display:flex}.ds-custom-dates-sep{color:#9ca3af;flex-shrink:0;padding-bottom:10px;font-size:16px}.ds-datebox-wrap{flex-direction:column;gap:4px;display:flex}.ds-datebox-label{color:#6b7c8d;text-transform:uppercase;letter-spacing:.5px;text-align:center;font-size:11px;font-weight:700}.ds-datebox{cursor:pointer;box-sizing:border-box;background:#fff;border:1.5px solid #cbd5e1;border-radius:8px;align-items:center;gap:6px;min-width:130px;height:38px;padding:0 10px;transition:border-color .15s;display:flex;position:relative}.ds-datebox:hover{border-color:#003b65}.ds-datebox-icon{flex-shrink:0;font-size:14px}.ds-datebox-text{color:#1a2b3c;white-space:nowrap;flex:1;font-size:13px;font-weight:600}.ds-datebox-native{opacity:0;cursor:pointer;border:none;width:100%;height:100%;position:absolute;inset:0}.ds-presets{flex-wrap:wrap;justify-content:center;gap:8px;display:flex}.ds-preset-btn{color:#1a2b3c;cursor:pointer;white-space:nowrap;background:#fff;border:1.5px solid #e2e8f0;border-radius:6px;padding:6px 14px;font-size:12px;font-weight:600;transition:background .15s,border-color .15s,color .15s,box-shadow .15s}.ds-preset-btn:hover:not(.is-active){color:#003b65;border-color:#003b65}.ds-preset-btn.is-active{color:#fff;background:#003b65;border-color:#003b65;box-shadow:0 2px 8px #003b6540}@media (width<=420px){.ds-tabs{gap:2px}.ds-tab{padding:5px 10px;font-size:12px}.ds-nav-label-text{font-size:13px}.ds-custom-dates{flex-direction:column;align-items:center}.ds-custom-dates-sep{display:none}.ds-datebox{min-width:180px}}@media (width>=600px){.ds-tabs{gap:6px}.ds-tab{font-size:14px}}.mcl-search-wrap{background:#fff;border-bottom:1px solid #e8edf2;padding:8px 12px;overflow:hidden}.mcl-date-wrap{background:#fff;border-bottom:1px solid #e8edf2;padding-bottom:8px;overflow:hidden}.mcl-list-area{flex:1;padding:12px 0 8px;overflow-y:auto}.mcl-list{flex-direction:column;display:flex}.mcl-card{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:14px;outline:none;align-items:stretch;min-height:90px;margin:0 16px 10px;display:flex;overflow:hidden;box-shadow:0 2px 6px #1a3c5e14}.mcl-card:focus-visible{box-shadow:0 0 0 3px #2e9e6b59}.mcl-card-stripe{flex-shrink:0;width:4px}.mcl-card-avatar{flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;width:72px;padding:14px 4px 14px 10px;display:flex}.mcl-avatar-circle{background-color:#eef4fb;border-radius:18px;justify-content:center;align-items:center;width:36px;height:36px;margin-bottom:6px;display:flex}.mcl-avatar-name{color:#1a2b3c;text-align:center;white-space:nowrap;text-overflow:ellipsis;max-width:68px;font-size:11px;font-weight:600;overflow:hidden}.mcl-avatar-phone{color:#a0adb8;text-align:center;white-space:nowrap;text-overflow:ellipsis;max-width:68px;margin-top:2px;font-size:10px;font-weight:400;overflow:hidden}.mcl-card-vdivider{background-color:#e8edf2;flex-shrink:0;width:1px;margin:12px 0}.mcl-card-details{flex-direction:column;flex:1;justify-content:center;gap:5px;min-width:0;padding:14px 12px;display:flex}.mcl-detail-row{justify-content:space-between;align-items:center;gap:8px;display:flex}.mcl-detail-label{color:#6b7c8d;white-space:nowrap;flex:1;font-size:12px;font-weight:400}.mcl-detail-value{color:#1a2b3c;text-align:right;flex:1;font-size:12px;font-weight:500}.mcl-detail-bold{color:#1a3c5e;font-weight:700}.mcl-card-actions{flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:10px;padding:14px 10px;display:flex}.mcl-timing-badge{border-radius:8px;justify-content:center;align-items:center;width:30px;height:30px;display:flex}.mcl-delete-btn{cursor:pointer;background-color:#fef0f0;border:none;border-radius:8px;justify-content:center;align-items:center;width:30px;height:30px;font-size:16px;transition:background .15s;display:flex}.mcl-delete-btn:hover{background-color:#fddcdc}.mcl-empty-sub{color:#a0adb8;text-align:center;font-size:13px;font-weight:400;line-height:1.5}.mcl-summary-bar{background:#fff;border:1px solid #e2e8f0;border-radius:14px;flex-shrink:0;align-items:stretch;margin:4px 16px 12px;display:flex;overflow:hidden;box-shadow:0 2px 8px #1a3c5e14}.mcl-summary-center{background-color:#e8f7f1}.mcl-summary-vdivider{background-color:#e8edf2;flex-shrink:0;align-self:center;width:1px;height:60%}.mcl-summary-label{color:#a0adb8;text-transform:uppercase;letter-spacing:.4px;text-align:center;font-size:10px;font-weight:600}.mcl-summary-value{color:#1a2b3c;font-size:15px;font-weight:700}.mcl-summary-unit{color:#6b7c8d;margin-top:1px;font-size:10px;font-weight:400}@media (width>=680px){.mcl-card,.mcl-summary-bar,.mcl-search-wrap,.mcl-date-wrap,.mcl-page-heading{max-width:680px;margin-left:auto;margin-right:auto}.mcl-card{width:calc(100% - 32px);margin-left:auto;margin-right:auto}}@media (width<=360px){.mcl-card-avatar{width:60px}.mcl-avatar-name,.mcl-avatar-phone{max-width:56px}.mcl-summary-value{font-size:13px}}.cmp-root{background-color:#f4f6f9;flex-direction:column;min-height:100vh;display:flex}.cmp-page-heading{background-color:#f4f6f9;flex-shrink:0;align-items:center;gap:10px;padding:16px 16px 12px;display:flex}.cmp-page-heading-back{color:#1a2b3c;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:16px;transition:background .15s,border-color .15s;display:flex}.cmp-page-heading-back:hover{background:#eef4fb;border-color:#c9d6e3}.cmp-page-heading-text{flex-direction:column;gap:1px;min-width:0;display:flex}.cmp-page-heading-title{color:#1a2b3c;letter-spacing:.2px;white-space:nowrap;text-overflow:ellipsis;font-size:18px;font-weight:700;overflow:hidden}.cmp-page-heading-subtitle{color:#6b7c8d;font-size:12px;font-weight:500}.cmp-scroll{box-sizing:border-box;flex-direction:column;flex:1;gap:14px;width:100%;max-width:680px;margin:0 auto;padding:16px 16px 0;display:flex;overflow-y:auto}.cmp-section-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:16px;box-shadow:0 2px 6px #1a3c5e12}.cmp-section-title-row{align-items:center;gap:8px;margin-bottom:16px;display:flex}.cmp-section-accent{background-color:#2e9e6b;border-radius:2px;flex-shrink:0;width:4px;height:16px}.cmp-section-title{color:#1a2b3c;letter-spacing:.3px;font-size:14px;font-weight:700}.cmp-field-wrapper{margin-bottom:14px}.cmp-field-label{color:#6b7c8d;letter-spacing:.5px;text-transform:uppercase;margin-bottom:6px;font-size:11px;font-weight:700;display:block}.cmp-text-input{box-sizing:border-box;color:#1a2b3c;background-color:#fff;border:1.5px solid #cbd5e1;border-radius:10px;outline:none;width:100%;height:46px;padding:0 14px;font-size:14px;font-weight:600;transition:border-color .2s,box-shadow .2s}.cmp-text-input::-webkit-inner-spin-button{-webkit-appearance:none}.cmp-text-input::-webkit-outer-spin-button{-webkit-appearance:none}.cmp-textarea{box-sizing:border-box;color:#1a2b3c;resize:vertical;background-color:#fff;border:1.5px solid #cbd5e1;border-radius:10px;outline:none;width:100%;min-height:90px;padding:12px 14px;font-family:inherit;font-size:14px;font-weight:500;transition:border-color .2s,box-shadow .2s}.cmp-textarea::placeholder{color:#a0adb8}.cmp-date-picker{cursor:pointer;box-sizing:border-box;background-color:#fff;border:1.5px solid #cbd5e1;border-radius:10px;align-items:center;gap:10px;height:46px;margin-bottom:4px;padding:0 12px;transition:border-color .15s;display:flex;position:relative}.cmp-date-picker:hover{border-color:#2e9e6b}.cmp-date-icon{flex-shrink:0;font-size:16px}.cmp-date-text{color:#1a2b3c;flex:1;font-size:14px;font-weight:600}.cmp-date-badge{color:#2e9e6b;background-color:#e8f7f1;border-radius:6px;flex-shrink:0;padding:3px 8px;font-size:11px;font-weight:700}.cmp-dropdown-trigger{cursor:pointer;text-align:left;box-sizing:border-box;background-color:#fff;border:1.5px solid #cbd5e1;border-radius:10px;align-items:center;width:100%;height:46px;padding:0 12px;transition:border-color .15s;display:flex}.cmp-dropdown-trigger.is-open{border-color:#2e9e6b;border-bottom-right-radius:0;border-bottom-left-radius:0}.cmp-dropdown-text{color:#1a2b3c;flex:1;font-size:14px;font-weight:600}.cmp-dropdown-text.is-placeholder{color:#a0adb8}.cmp-dropdown-chevron{color:#a0adb8;font-size:10px;transition:color .15s}.cmp-dropdown-chevron.is-open{color:#2e9e6b}.cmp-dropdown-list{z-index:100;background:#fff;border:1.5px solid #2e9e6b;border-top:none;border-radius:0 0 10px 10px;max-height:200px;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 4px 12px #0000001a}.cmp-dropdown-item{cursor:pointer;text-align:left;box-sizing:border-box;background:0 0;border:none;border-bottom:1px solid #e8edf2;align-items:center;width:100%;height:42px;padding:0 12px;transition:background .1s;display:flex}.cmp-dropdown-item:hover:not(.is-selected){background-color:#f4f6f9}.cmp-dropdown-item.is-selected{background-color:#e8f7f1}.cmp-dropdown-item:last-child{border-bottom:none}.cmp-dropdown-dot{background-color:#2e9e6b;border-radius:3px;flex-shrink:0;width:6px;height:6px;margin-right:8px}.cmp-dropdown-item-text{color:#1a2b3c;font-size:14px}.cmp-dropdown-item-text.is-selected{color:#2e9e6b;font-weight:700}.cmp-amount-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.cmp-amount-card{background-color:#f4f6f9;border:1px solid #e2e8f0;border-radius:10px;flex-direction:column;gap:4px;padding:12px;display:flex}.cmp-amount-card.is-accent{background-color:#faf0ea;border-color:#b05a2f}.cmp-amount-card-label{color:#a0adb8;text-transform:uppercase;letter-spacing:.4px;font-size:11px;font-weight:700}.cmp-amount-card-label.is-accent{color:#b05a2f}.cmp-amount-card-value{color:#1a2b3c;font-size:16px;font-weight:700}.cmp-amount-card-value.is-accent{color:#b05a2f}.cmp-change-summary{background-color:#1a3c5e;border-radius:12px;padding:16px;box-shadow:0 3px 10px #1a3c5e33}.cmp-change-row{justify-content:space-between;align-items:center;display:flex}.cmp-change-divider{background:#ffffff26;height:1px;margin:10px 0}.cmp-change-label{color:#ffffffb3;font-size:13px;font-weight:500}.cmp-change-value{color:#fff;font-size:16px;font-weight:700}.cmp-change-balance{color:#7ee8b4}.cmp-submit-btn{color:#fff;letter-spacing:.5px;cursor:pointer;background-color:#1a3c5e;border:none;border-radius:12px;justify-content:center;align-items:center;width:100%;height:52px;margin-top:4px;font-size:16px;font-weight:700;transition:background .2s,box-shadow .2s;display:flex;box-shadow:0 4px 14px #1a3c5e4d}.cmp-submit-btn:hover:not(:disabled){background-color:#2b5f8e;box-shadow:0 6px 18px #1a3c5e59}.cmp-submit-btn:disabled{opacity:.6;cursor:not-allowed}@media (width<=400px){.cmp-amount-grid{grid-template-columns:1fr}}@media (width>=680px){.cmp-page-heading{max-width:680px;margin-left:auto;margin-right:auto}}.mcpl-root{background-color:#f4f6f9;flex-direction:column;min-height:100vh;display:flex}.mcpl-page-heading{background-color:#f4f6f9;flex-shrink:0;align-items:center;gap:10px;padding:16px 16px 12px;display:flex}.mcpl-page-heading-back{color:#1a2b3c;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:16px;transition:background .15s,border-color .15s;display:flex}.mcpl-page-heading-back:hover{background:#eef4fb;border-color:#c9d6e3}.mcpl-page-heading-text{flex-direction:column;gap:1px;min-width:0;display:flex}.mcpl-page-heading-title{color:#1a2b3c;letter-spacing:.2px;white-space:nowrap;text-overflow:ellipsis;font-size:18px;font-weight:700;overflow:hidden}.mcpl-page-heading-subtitle{color:#6b7c8d;font-size:12px;font-weight:500}.mcpl-search-wrap{background:#fff;border-bottom:1px solid #e8edf2;padding:8px 12px}.mcpl-date-wrap{background:#fff;border-bottom:1px solid #e8edf2;padding-bottom:10px}.mcpl-list-area{flex:1;padding:12px 0 8px;overflow-y:auto}.mcpl-list{flex-direction:column;display:flex}.mcpl-card{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:14px;outline:none;align-items:stretch;min-height:80px;margin:0 16px 10px;display:flex;overflow:hidden;box-shadow:0 2px 6px #1a3c5e14}.mcpl-card:focus-visible{box-shadow:0 0 0 3px #2e9e6b4d}.mcpl-card-stripe{background-color:#2e9e6b;flex-shrink:0;width:4px}.mcpl-card-avatar{flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;width:72px;padding:12px 4px 12px 10px;display:flex}.mcpl-avatar-circle{background-color:#ececea;border-radius:17px;justify-content:center;align-items:center;width:34px;height:34px;margin-bottom:5px;display:flex}.mcpl-avatar-emoji{font-size:18px}.mcpl-avatar-name{color:#1a2b3c;text-align:center;white-space:nowrap;text-overflow:ellipsis;max-width:68px;font-size:11px;font-weight:600;overflow:hidden}.mcpl-avatar-phone{color:#a0adb8;text-align:center;white-space:nowrap;text-overflow:ellipsis;max-width:68px;margin-top:2px;font-size:10px;font-weight:400;overflow:hidden}.mcpl-card-vdivider{background-color:#e8edf2;flex-shrink:0;width:1px;margin:12px 0}.mcpl-card-details{flex-direction:column;flex:1;justify-content:center;gap:6px;min-width:0;padding:12px;display:flex}.mcpl-detail-row{justify-content:space-between;align-items:center;gap:8px;display:flex}.mcpl-detail-label{color:#6b7c8d;white-space:nowrap;flex-shrink:0;font-size:12px;font-weight:400}.mcpl-detail-value{color:#1a2b3c;text-align:right;font-size:12px;font-weight:500}.mcpl-detail-bold{color:#1a3c5e;font-size:13px;font-weight:700}.mcpl-remarks{color:#6b7c8d;font-size:11px;font-style:italic}.mcpl-mode-chip{color:#2e9e6b;white-space:nowrap;background-color:#e8f7f1;border:1px solid #a7f3d0;border-radius:99px;padding:2px 8px;font-size:10px;font-weight:700}.mcpl-card-right{flex-shrink:0;justify-content:center;align-items:center;padding:0 12px;display:flex}.mcpl-pay-badge{background-color:#e8f7f1;border-radius:10px;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.mcpl-empty{flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:60px 32px 32px;display:flex}.mcpl-empty-icon-circle{background-color:#e8f7f1;border:2px solid #2e9e6b;border-radius:40px;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:6px;display:flex}.mcpl-empty-title{color:#1a2b3c;text-align:center;font-size:16px;font-weight:700}.mcpl-empty-sub{color:#a0adb8;text-align:center;font-size:13px;font-weight:400;line-height:1.5}.mcpl-total-bar{background:#fff;border:1px solid #e2e8f0;border-radius:14px;flex-shrink:0;justify-content:space-between;align-items:center;margin:4px 16px 12px;padding:14px 16px;display:flex;box-shadow:0 2px 8px #1a3c5e14}.mcpl-total-left{align-items:center;gap:10px;display:flex}.mcpl-total-dot-wrap{background-color:#e8f7f1;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.mcpl-total-dot{background-color:#2e9e6b;border-radius:5px;width:10px;height:10px}.mcpl-total-label{color:#6b7c8d;font-size:13px;font-weight:600}.mcpl-total-value{color:#1a3c5e;letter-spacing:.3px;font-size:17px;font-weight:800}@media (width>=680px){.mcpl-card,.mcpl-total-bar{width:calc(100% - 32px);max-width:680px;margin-left:auto;margin-right:auto}.mcpl-search-wrap,.mcpl-date-wrap,.mcpl-page-heading{max-width:680px;margin-left:auto;margin-right:auto}}@media (width<=360px){.mcpl-card-avatar{width:60px}.mcpl-avatar-name,.mcpl-avatar-phone{max-width:56px}.mcpl-total-value{font-size:15px}}.mcs-root{background-color:#f4f6f9;flex-direction:column;min-height:100vh;display:flex}.mcs-header{z-index:200;background-color:#1a3c5e;border-bottom:1px solid #ffffff1a;flex-shrink:0;align-items:center;height:56px;padding:0 12px;display:flex;position:sticky;top:0;box-shadow:0 2px 6px #00000040}.mcs-header-back{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;font-size:22px;transition:background .15s;display:flex}.mcs-header-back:hover{background:#ffffff1a}.mcs-header-center{flex-direction:column;flex:1;gap:1px;min-width:0;padding-left:10px;display:flex}.mcs-header-title{color:#fff;letter-spacing:.3px;white-space:nowrap;text-overflow:ellipsis;font-size:16px;font-weight:700;overflow:hidden}.mcs-header-subtitle{color:#ffffffa6;font-size:11px}.mcs-header-actions{align-items:center;gap:4px;display:flex}.mcs-header-action-btn{cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;font-size:18px;transition:background .15s;display:flex}.mcs-header-action-btn:hover{background:#ffffff1f}.mcs-list-area{flex:1;padding-bottom:8px;overflow-y:auto}.mcs-list-header{align-items:center;gap:10px;padding:20px 20px 12px;display:flex}.mcs-list-header-accent{background-color:#2e9e6b;border-radius:2px;flex-shrink:0;width:4px;height:18px}.mcs-list-header-text{color:#1a2b3c;letter-spacing:.3px;flex:1;font-size:16px;font-weight:700}.mcs-count-badge{color:#2e9e6b;background-color:#e8f7f1;border:1px solid #2e9e6b;border-radius:12px;justify-content:center;align-items:center;min-width:28px;padding:3px 10px;font-size:12px;font-weight:700;display:inline-flex}.mcs-list{flex-direction:column;display:flex}.mcs-card{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:14px;outline:none;align-items:stretch;min-height:100px;margin:0 16px 12px;display:flex;overflow:hidden;box-shadow:0 2px 6px #1a3c5e14}.mcs-card:focus-visible{box-shadow:0 0 0 3px #2e9e6b4d}.mcs-card-accent{background-color:#2e9e6b;flex-shrink:0;width:4px}.mcs-avatar-wrap{flex-shrink:0;justify-content:center;align-items:center;padding:0 14px;display:flex}.mcs-avatar-circle{background-color:#e8f7f1;border:2px solid #2e9e6b;border-radius:28px;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.mcs-avatar-emoji{font-size:26px}.mcs-info-block{flex-direction:column;flex:1;justify-content:center;min-width:0;padding:14px 14px 14px 0;display:flex}.mcs-supplier-name{color:#1a2b3c;letter-spacing:.2px;white-space:nowrap;text-overflow:ellipsis;margin-bottom:8px;font-size:15px;font-weight:700;overflow:hidden}.mcs-info-divider{background-color:#e8edf2;height:1px;margin-bottom:8px}.mcs-info-row{align-items:center;gap:8px;margin-bottom:5px;display:flex}.mcs-info-row:last-child{margin-bottom:0}.mcs-info-label-badge{color:#6b7c8d;white-space:nowrap;text-align:center;background-color:#f4f6f9;border:1px solid #e2e8f0;border-radius:4px;flex-shrink:0;min-width:80px;padding:2px 6px;font-size:11px;font-weight:600}.mcs-info-value{color:#1a2b3c;white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:13px;font-weight:400;overflow:hidden}.mcs-empty{flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:60px 32px 32px;display:flex}.mcs-empty-icon-circle{background-color:#e8f7f1;border:2px solid #2e9e6b;border-radius:40px;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:6px;display:flex}.mcs-empty-title{color:#1a2b3c;text-align:center;font-size:16px;font-weight:700}.mcs-empty-sub{color:#a0adb8;text-align:center;font-size:13px;font-weight:400;line-height:1.5}@media (width>=680px){.mcs-card{width:calc(100% - 32px);max-width:680px;margin-left:auto;margin-right:auto}.mcs-list-header{max-width:680px;margin-left:auto;margin-right:auto}}@media (width<=360px){.mcs-avatar-circle{width:46px;height:46px}.mcs-avatar-emoji{font-size:22px}.mcs-supplier-name{font-size:14px}.mcs-info-label-badge{min-width:66px}}.mcl-root{background-color:#f4f6f9;flex-direction:column;min-height:100vh;display:flex}.mcl-page-heading{background-color:#f4f6f9;flex-shrink:0;align-items:center;gap:10px;padding:16px 16px 12px;display:flex}.mcl-page-heading-back{color:#1a2b3c;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:16px;transition:background .15s,border-color .15s;display:flex}.mcl-page-heading-back:hover{background:#eef4fb;border-color:#c9d6e3}.mcl-page-heading-text{flex-direction:column;gap:1px;min-width:0;display:flex}.mcl-page-heading-title{color:#1a2b3c;letter-spacing:.2px;white-space:nowrap;text-overflow:ellipsis;font-size:18px;font-weight:700;overflow:hidden}.mcl-page-heading-subtitle{color:#6b7c8d;font-size:12px;font-weight:500}.mcl-search-wrapper{background:#fff;border:1px solid #e2e8f0;border-radius:12px;margin:12px 16px 0;padding:8px 12px;overflow:hidden;box-shadow:0 1px 4px #0000000f}.mcl-date-selector-wrap{padding:4px 0 8px}.mcl-list-area{flex:1;padding-bottom:8px;overflow-y:auto}.mcl-list-header{align-items:center;gap:10px;padding:16px 20px 10px;display:flex}.mcl-list-header-accent{background-color:#2e9e6b;border-radius:2px;flex-shrink:0;width:4px;height:18px}.mcl-list-header-text{color:#1a2b3c;letter-spacing:.3px;font-size:15px;font-weight:700}.mcl-list{flex-direction:column;gap:0;display:flex}.mcl-card{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:14px;min-height:110px;margin:0 16px 12px;display:flex;overflow:hidden;box-shadow:0 2px 6px #1a3c5e14}.mcl-card-accent-bar{background-color:#2e9e6b;flex-shrink:0;width:4px}.mcl-person-col{flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;width:76px;padding:14px 6px;display:flex}.mcl-avatar-circle{background-color:#e8f7f1;border:1.5px solid #2e9e6b;border-radius:21px;justify-content:center;align-items:center;width:42px;height:42px;margin-bottom:6px;display:flex}.mcl-avatar-emoji{font-size:20px}.mcl-person-name{color:#1a2b3c;text-align:center;word-break:break-word;font-size:10px;font-weight:600;line-height:1.3}.mcl-person-phone{color:#a0adb8;text-align:center;margin-top:2px;font-size:9px;font-weight:400}.mcl-v-divider{background-color:#e8edf2;flex-shrink:0;width:1px;margin:14px 0}.mcl-details-col{flex-direction:column;flex:1;justify-content:center;min-width:0;padding:12px;display:flex}.mcl-date-badge{color:#6b7c8d;letter-spacing:.2px;background-color:#f4f6f9;border:1px solid #e2e8f0;border-radius:6px;align-self:flex-start;margin-bottom:8px;padding:3px 8px;font-size:11px;font-weight:600;display:inline-block}.mcl-amount-rows{flex-direction:column;gap:6px;display:flex}.mcl-amount-row{align-items:center;display:flex}.mcl-closing-row{border-top:1px solid #e8edf2;margin-top:2px;padding-top:6px}.mcl-dot{border-radius:4px;flex-shrink:0;width:7px;height:7px;margin-right:6px}.mcl-amount-label{color:#6b7c8d;flex:1;font-size:12px;font-weight:400}.mcl-amount-value{letter-spacing:.2px;font-size:12px;font-weight:700}.mcl-closing-value{color:#1a3c5e}.mcl-summary-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;flex-shrink:0;align-items:stretch;margin:4px 16px 12px;display:flex;overflow:hidden;box-shadow:0 2px 8px #1a3c5e1a}.mcl-summary-item{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:4px;padding:14px 8px;display:flex}.mcl-summary-highlight{background-color:#1a3c5e;padding:18px 8px}.mcl-summary-dot-wrap{border-radius:14px;justify-content:center;align-items:center;width:28px;height:28px;margin-bottom:2px;display:flex}.mcl-summary-dot-inner{border-radius:5px;width:10px;height:10px}.mcl-summary-divider{background-color:#e8edf2;align-self:center;width:1px;height:60%}.mcl-summary-label{color:#6b7c8d;text-transform:uppercase;letter-spacing:.4px;font-size:11px;font-weight:600}.mcl-summary-amount{letter-spacing:.2px;font-size:14px;font-weight:700}.mcl-empty{flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:60px 32px 32px;display:flex}.mcl-empty-icon-circle{background-color:#e8f7f1;border:2px solid #2e9e6b;border-radius:40px;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:6px;display:flex}.mcl-empty-icon{font-size:36px}.mcl-empty-title{color:#1a2b3c;text-align:center;font-size:16px;font-weight:700}.mcl-empty-subtitle{color:#a0adb8;text-align:center;font-size:13px;font-weight:400;line-height:1.5}@media (width>=680px){.mcl-list,.mcl-search-wrapper,.mcl-summary-card,.mcl-page-heading{max-width:680px;margin-left:auto;margin-right:auto}.mcl-card{width:calc(100% - 32px);max-width:680px;margin-left:auto;margin-right:auto}}@media (width<=380px){.mcl-person-col{width:64px}.mcl-avatar-circle{width:36px;height:36px}.mcl-summary-amount{font-size:12px}}:root{--swiper-theme-color:#007aff}:host{z-index:1;margin-left:auto;margin-right:auto;display:block;position:relative}.swiper{z-index:1;margin-left:auto;margin-right:auto;padding:0;list-style:none;display:block;position:relative;overflow:hidden}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{z-index:1;width:100%;height:100%;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box;display:flex;position:relative}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate(0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;transition-property:transform;display:block;position:relative}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{scrollbar-width:none;-ms-overflow-style:none;overflow:auto}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:last-child{margin-inline-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:last-child{margin-block-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{pointer-events:none;z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(#0000,#00000080)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(#00000080,#0000)}.swiper-lazy-preloader{z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top-color:#0000;border-radius:50%;width:42px;height:42px;margin-top:-21px;margin-left:-21px;position:absolute;top:50%;left:50%}:is(.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader{animation:1s linear infinite swiper-preloader-spin}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swiper-pagination{text-align:center;z-index:10;transition:opacity .3s;position:absolute;transform:translate(0,0)}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);width:100%;left:0}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);display:inline-block}button.swiper-pagination-bullet{box-shadow:none;appearance:none;border:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity,1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translateY(-50%)}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets) .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic{width:8px;top:50%;transform:translateY(-50%)}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,top .2s;display:inline-block}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets) .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic{white-space:nowrap;left:50%;transform:translate(-50%)}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,#00000040);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));transform-origin:0 0;width:100%;height:100%;position:absolute;top:0;left:0;transform:scale(0)}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:100% 0}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);top:0;left:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size,4px);height:100%;top:0;left:0}.swiper-pagination-lock{display:none}.mch-page{background:#f4f6f9;min-height:100vh}.mch-hero{background:linear-gradient(135deg,#1a3c5e 0%,#2b5f8e 100%);padding:32px 0 50px;position:relative;overflow:hidden}.mch-hero:before{content:"";background:#ffffff0a;border-radius:50%;width:260px;height:260px;position:absolute;top:-80px;right:-80px}.mch-hero:after{content:"";background:#ffffff08;border-radius:50%;width:160px;height:160px;position:absolute;bottom:-40px;left:10%}.mch-hero-inner{z-index:2;max-width:1280px;margin:0 auto;padding:0 32px;position:relative}.mch-code-pill{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#fff;letter-spacing:.5px;background:#ffffff26;border:1px solid #ffffff40;border-radius:999px;align-items:center;gap:8px;margin-bottom:14px;padding:6px 16px;font-size:12px;font-weight:700;display:inline-flex}.mch-code-pill-dot{background:#2e9e6b;border-radius:50%;width:6px;height:6px}.mch-greet-label{color:#ffffffa6;letter-spacing:1.2px;text-transform:uppercase;margin:0 0 6px;font-size:11px;font-weight:600}.mch-greet-name{color:#fff;letter-spacing:-.3px;margin:0;font-size:28px;font-weight:800}.mch-greet-sub{color:#ffffffb8;margin:8px 0 0;font-size:14px;font-weight:500}.mch-content{z-index:3;flex-direction:column;gap:24px;max-width:1280px;margin:-30px auto 0;padding:0 32px 60px;display:flex;position:relative}.mch-wallet-card{color:#fff;cursor:pointer;text-align:left;background:linear-gradient(135deg,#1a3c5e,#2b5f8e);border:none;border-radius:16px;justify-content:space-between;align-items:center;gap:16px;width:100%;padding:20px 24px;font-family:inherit;transition:all .22s;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #1a3c5e33}.mch-wallet-card:hover{transform:translateY(-2px);box-shadow:0 14px 34px #1a3c5e47}.mch-wallet-card:before{content:"";background:#ffffff14;border-radius:50%;width:120px;height:120px;position:absolute;top:-30px;right:-30px}.mch-wallet-left{z-index:1;align-items:center;gap:14px;display:flex;position:relative}.mch-wallet-icon{background:#ffffff2e;border:1px solid #ffffff40;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:22px;display:inline-flex}.mch-wallet-text-block{min-width:0}.mch-wallet-label{color:#ffffffb3;letter-spacing:1.2px;text-transform:uppercase;margin:0;font-size:11px;font-weight:700}.mch-wallet-amount{color:#fff;letter-spacing:-.3px;margin:2px 0 0;font-size:22px;font-weight:900}.mch-wallet-arrow{color:#fff;z-index:1;background:#ffffff26;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:18px;font-weight:800;transition:transform .22s;display:inline-flex;position:relative}.mch-wallet-card:hover .mch-wallet-arrow{color:#1a3c5e;background:#fff;transform:translate(4px)}.mch-banner-section{border-radius:16px;overflow:hidden;box-shadow:0 6px 20px #1a3c5e1a}.mch-banner-swiper{aspect-ratio:16/6;background:#1a3c5e;width:100%;max-height:320px}.mch-banner-slide img{object-fit:contain;cursor:pointer;width:100%;height:100%;display:block}.mch-banner-swiper .swiper-pagination-bullet{opacity:1;background:#ffffff8c;width:6px;height:6px;transition:all .22s}.mch-banner-swiper .swiper-pagination-bullet-active{background:#2e9e6b;border-radius:3px;width:22px;height:6px}.mch-section-head{align-items:center;gap:10px;padding:0 4px;display:flex}.mch-section-head:before{content:"";background:linear-gradient(#2e9e6b,#1a3c5e);border-radius:2px;width:4px;height:22px}.mch-section-title{color:#1a2b3c;letter-spacing:.3px;font-size:17px;font-weight:800}.mch-tiles-grid{grid-template-columns:repeat(2,1fr);gap:14px;display:grid}@media (width>=640px){.mch-tiles-grid{grid-template-columns:repeat(3,1fr)}}@media (width>=900px){.mch-tiles-grid{grid-template-columns:repeat(3,1fr)}}@media (width>=1100px){.mch-tiles-grid{grid-template-columns:repeat(6,1fr)}}.mch-tile{cursor:pointer;text-align:left;background:#fff;border:1px solid #e2e8f0;border-radius:14px;width:100%;min-height:130px;padding:0;font-family:inherit;transition:all .22s;display:flex;overflow:hidden;box-shadow:0 2px 6px #1a3c5e0f}.mch-tile:hover{border-color:#cbd5e0;transform:translateY(-3px);box-shadow:0 10px 22px #1a3c5e24}.mch-tile:hover .mch-tile-arrow{transform:translate(3px)}.mch-tile:hover .mch-tile-icon{transform:scale(1.08)}.mch-tile-accent{flex-shrink:0;width:4px}.mch-tile-content{flex-direction:column;flex:1;justify-content:space-between;gap:8px;min-width:0;padding:16px 14px;display:flex}.mch-tile-icon{border-radius:12px;justify-content:center;align-items:center;width:42px;height:42px;font-size:22px;transition:transform .22s;display:inline-flex}.mch-tile-title{color:#1a2b3c;letter-spacing:.2px;margin:0;font-size:14px;font-weight:800;line-height:1.3}.mch-tile-arrow{letter-spacing:.3px;align-items:center;gap:4px;font-size:12px;font-weight:700;transition:transform .22s;display:inline-flex}@media (width<=640px){.mch-hero{padding:24px 0 40px}.mch-hero-inner{padding:0 16px}.mch-greet-name{font-size:22px}.mch-content{gap:18px;padding:0 12px 40px}.mch-wallet-card{padding:16px 18px}.mch-wallet-amount{font-size:18px}.mch-tile{min-height:110px}.mch-tile-icon{width:36px;height:36px;font-size:18px}.mch-tile-title{font-size:12.5px}}.msh-root{box-sizing:border-box;background-color:#f4f6f9;max-width:1280px;min-height:100%;margin:0 auto;padding:20px 16px}.msh-hero{grid-template-columns:1fr;gap:16px;margin-bottom:28px;display:grid}@media (width>=900px){.msh-hero{grid-template-columns:1.05fr .95fr;gap:20px}}.msh-greeting-card{background:linear-gradient(135deg,#1a3c5e 0%,#2b5f8e 55%,#234b7a 100%);border-radius:20px;align-items:center;min-height:200px;padding:28px 24px;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 24px #1a3c5e33}.msh-greeting-blob{pointer-events:none;border-radius:50%;position:absolute}.msh-greeting-blob-1{background:#2e9e6b26;width:180px;height:180px;top:-60px;right:-40px}.msh-greeting-blob-2{background:#ffffff0d;width:200px;height:200px;bottom:-80px;left:-40px}.msh-greeting-content{z-index:1;flex-direction:column;gap:8px;width:100%;display:flex;position:relative}.msh-greeting-eyebrow{color:#a5d6a7;text-transform:uppercase;letter-spacing:1.2px;background:#2e9e6b2e;border:1px solid #2e9e6b59;border-radius:99px;align-self:flex-start;align-items:center;gap:8px;padding:5px 12px;font-size:11px;font-weight:700;display:inline-flex}.msh-greeting-dot{background:#2e9e6b;border-radius:3px;width:6px;height:6px;animation:2s ease-in-out infinite msh-pulse;box-shadow:0 0 8px #2e9e6b}@keyframes msh-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.3)}}.msh-greeting-name{color:#fff;letter-spacing:.3px;margin-top:4px;font-size:26px;font-weight:800;line-height:1.15}.msh-greeting-sub{color:#ffffffb8;max-width:380px;margin-bottom:10px;font-size:13px;line-height:1.5}.msh-greeting-actions{flex-wrap:wrap;align-items:center;gap:10px;margin-top:4px;display:flex}.msh-wallet-btn{cursor:pointer;background:#ffffff1f;border:1px solid #fff3;border-radius:12px;align-items:center;gap:10px;padding:10px 14px;transition:background .15s,transform .15s;display:flex}.msh-wallet-btn:hover{background:#fff3}.msh-wallet-icon{font-size:22px;line-height:1}.msh-wallet-info{flex-direction:column;align-items:flex-start;gap:1px;display:flex}.msh-wallet-label{color:#ffffffa6;text-transform:uppercase;letter-spacing:.5px;font-size:10px;font-weight:500}.msh-wallet-amount{color:#fff;font-size:15px;font-weight:800}.msh-lang-btn{cursor:pointer;color:#fff;background:#ffffff1a;border:1px solid #ffffff2e;border-radius:12px;align-items:center;gap:6px;padding:10px 14px;font-size:13px;font-weight:600;transition:background .15s;display:inline-flex}.msh-lang-btn:hover{background:#ffffff2e}.msh-banner-section{border-radius:20px;min-height:200px;overflow:hidden;box-shadow:0 8px 24px #00000026}.msh-swiper{width:100%;height:100%}.msh-swiper .swiper-slide{aspect-ratio:16/9;overflow:hidden}@media (width>=900px){.msh-swiper .swiper-slide{aspect-ratio:unset;height:100%;min-height:200px}}.msh-swiper .swiper-pagination-bullet{opacity:1;background:#ffffff8c;border-radius:3px;width:6px;height:5px;transition:width .2s,background .2s}.msh-swiper .swiper-pagination-bullet-active{background:#f9a825;width:22px}.msh-banner-btn{cursor:pointer;background:0 0;border:none;width:100%;height:100%;padding:0;display:block;position:relative;overflow:hidden}.msh-banner-img{object-fit:cover;width:100%;height:100%;transition:transform .4s;display:block}.msh-banner-btn:hover .msh-banner-img{transform:scale(1.03)}.msh-banner-overlay{pointer-events:none;background:linear-gradient(#0000 60%,#00000059);position:absolute;inset:0}.msh-section-header{align-items:center;gap:10px;margin-bottom:14px;padding:0 4px;display:flex}.msh-section-accent{background:linear-gradient(#2e9e6b,#1b5e20);border-radius:2px;flex-shrink:0;width:4px;height:20px}.msh-section-title{color:#1a2b3c;letter-spacing:.3px;flex:1;font-size:17px;font-weight:800}.msh-section-count{color:#6b7c8d;text-transform:uppercase;letter-spacing:.4px;background:#fff;border:1px solid #e2e8f0;border-radius:99px;padding:4px 10px;font-size:11px;font-weight:700}.msh-tiles-grid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}@media (width>=600px){.msh-tiles-grid{grid-template-columns:repeat(4,1fr);gap:16px}}.msh-tile{cursor:pointer;text-align:left;background:#fff;border:1px solid #e2e8f0;border-radius:16px;align-items:stretch;width:100%;min-height:130px;padding:0;transition:box-shadow .2s;display:flex;overflow:hidden;box-shadow:0 3px 10px #1a3c5e0f}.msh-tile:hover{box-shadow:0 8px 22px #1a3c5e24}.msh-tile-accent{flex-shrink:0;width:5px}.msh-tile-content{flex-direction:column;flex:1;justify-content:space-between;min-width:0;padding:16px;display:flex}.msh-tile-icon-badge{border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:10px;display:flex}.msh-tile-title{color:#1a2b3c;margin-bottom:3px;font-size:14px;font-weight:800;line-height:1.3}.msh-tile-subtitle{color:#a0adb8;margin-bottom:10px;font-size:11px;font-weight:500;line-height:1.4}.msh-tile-cta{letter-spacing:.3px;align-self:flex-start;font-size:12px;font-weight:700}.msh-modal-backdrop{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:900;background:#00000080;position:fixed;inset:0}.msh-modal-card{z-index:901;background:#fff;border-radius:20px;width:min(88%,380px);position:fixed;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%);box-shadow:0 18px 48px #00000042}.msh-modal-header{background:linear-gradient(135deg,#1a3c5e,#2b5f8e);flex-direction:column;gap:4px;padding:22px 22px 18px;display:flex}.msh-modal-title{color:#fff;font-size:17px;font-weight:800}.msh-modal-sub{color:#ffffffb3;font-size:12px;font-weight:400}.msh-lang-row{gap:10px;padding:16px;display:flex}.msh-lang-option{cursor:pointer;text-align:left;background:#f4f6f9;border:1.5px solid #e2e8f0;border-radius:12px;flex:1;align-items:center;gap:8px;padding:12px;transition:border-color .15s,background .15s;display:flex}.msh-lang-option.is-active{background:#e8f7f1;border-color:#2e9e6b}.msh-radio-outer{border:2px solid #a0adb8;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;transition:border-color .15s;display:flex}.msh-radio-outer.is-active{border-color:#2e9e6b}.msh-radio-inner{background:#2e9e6b;border-radius:4px;width:8px;height:8px}.msh-lang-label{color:#6b7c8d;font-size:14px;font-weight:600;transition:color .15s}.msh-lang-label.is-active{color:#2e9e6b;font-weight:800}.msh-modal-done{color:#fff;letter-spacing:.5px;cursor:pointer;background:linear-gradient(135deg,#1a3c5e,#2b5f8e);border:none;border-radius:12px;width:calc(100% - 32px);margin:0 16px 16px;padding:13px 0;font-size:15px;font-weight:700;transition:opacity .15s;display:block}.msh-modal-done:hover{opacity:.92}@media (width<=480px){.msh-root{padding:14px 12px}.msh-greeting-card{min-height:170px;padding:20px 18px}.msh-greeting-name{font-size:22px}.msh-greeting-sub{font-size:12px}.msh-wallet-btn,.msh-lang-btn{padding:8px 12px}.msh-tile{min-height:118px}.msh-tile-title{font-size:13px}}.home-hero{background:linear-gradient(135deg,#1b5e20 0%,#2e7d32 55%,#388e3c 100%);padding:24px 16px 32px;position:relative}.home-hero-bg-blobs{pointer-events:none;z-index:0;border-radius:inherit;position:absolute;inset:0;overflow:hidden}.home-hero-bg-blobs:before{content:"";background:#ffffff0d;border-radius:50%;width:220px;height:220px;position:absolute;top:-60px;right:-60px}.home-hero-bg-blobs:after{content:"";background:#f9a82514;border-radius:50%;width:180px;height:180px;position:absolute;bottom:-80px;left:-40px}.home-hero-inner{z-index:1;grid-template-columns:1fr;gap:24px;max-width:1280px;margin:0 auto;display:grid;position:relative}.home-hero-greet-row{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:16px;display:flex}.home-hero-greet-left{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.home-hero-greet-name{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-size:16px;font-weight:800;overflow:hidden}.home-hero-greet-sub{color:#ffffffa6;font-size:11px;font-weight:500}.home-hero-weather-chip{background:#ffffff1f;border:1px solid #ffffff2e;border-radius:14px;flex-shrink:0;align-items:center;gap:6px;padding:6px 10px;display:flex}.home-hero-weather-emoji{font-size:20px;line-height:1}.home-hero-weather-info{flex-direction:column;align-items:flex-end;display:flex}.home-hero-weather-temp{color:#fff;font-size:14px;font-weight:900;line-height:1.2}.home-hero-weather-loc{color:#fff9;white-space:nowrap;text-overflow:ellipsis;max-width:90px;font-size:10px;overflow:hidden}.home-hero-refresh-btn{cursor:pointer;color:#fff;background:#ffffff24;border:1px solid #fff3;border-radius:18px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:16px;transition:background .15s;display:flex}.home-hero-refresh-btn:hover{background:#ffffff38}.home-hero-refresh-btn:disabled{cursor:default;opacity:.6}.home-hero-eyebrow{letter-spacing:.04em;color:#ffd54f;background:#ffffff1a;border:1px solid #ffffff2e;border-radius:99px;margin-bottom:12px;padding:5px 12px;font-size:12px;font-weight:800;display:inline-block}.home-hero-title{color:#fff;margin:0 0 10px;font-size:26px;font-weight:900;line-height:1.2}.home-hero-title-accent{color:#ffd54f}.home-hero-sub{color:#ffffffc7;max-width:420px;margin:0 0 16px;font-size:13px;line-height:1.5}.home-hero-search-wrap{max-width:520px;margin-bottom:16px;position:relative}.home-search-wrapper{position:relative}.home-search-pill{background-color:#fff;border:1.5px solid #d8edda;border-radius:99px;align-items:center;gap:8px;padding:10px 12px;transition:box-shadow .2s,border-color .2s;display:flex}.home-search-pill.is-focused{border-color:#f9a825;box-shadow:0 3px 10px #f9a82538}.home-search-icon-wrap{justify-content:center;align-items:center;display:flex}.home-search-input{color:#0f1c11;background:0 0;border:none;outline:none;flex:1;min-width:0;margin:0;padding:0;font-size:14px;font-weight:600}.home-search-dropdown-header{background-color:#f1f8f2;border-bottom:1px solid #d8edda;justify-content:space-between;align-items:center;padding:10px 14px;display:flex}.home-hero-chips{flex-wrap:wrap;gap:8px;display:flex}.home-hero-chip{color:#fff;white-space:nowrap;background:#ffffff1f;border:1px solid #fff3;border-radius:99px;padding:6px 10px;font-size:11px;font-weight:700}.home-hero-banner{z-index:1;border-radius:20px;position:relative;overflow:hidden;box-shadow:0 10px 24px #00000040}.home-hero-swiper{width:100%}.home-hero-swiper .swiper-slide{aspect-ratio:1.9;overflow:hidden}.home-hero-swiper .swiper-pagination-bullet{opacity:1;background:#ffffff80;border-radius:3px;width:6px;height:5px;transition:width .2s,background .2s}.home-hero-swiper .swiper-pagination-bullet-active{background:#f9a825;width:20px}@media (width>=760px){.home-hero-inner{grid-template-columns:1.15fr .85fr;align-items:center}.home-hero-title{font-size:32px}.home-hero-greet-name{font-size:18px}}@media (width>=1200px){.home-hero{padding:36px 32px 44px}.home-hero-title{font-size:36px}}.home-split{grid-template-columns:1fr;gap:24px;margin-top:24px;padding:0 16px;display:grid}@media (width>=900px){.home-split{grid-template-columns:1fr 1fr;align-items:stretch;gap:28px;padding:0 24px}}@media (width>=1200px){.home-split{max-width:1280px;margin-left:auto;margin-right:auto}}.home-cat-half{flex-direction:column;display:flex}.home-cat-grid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.home-cat-full{grid-column:1/-1}.home-review-panel{border-radius:24px;flex-direction:column;min-height:500px;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 28px #0000001f}.home-review-bg-img{z-index:0;background-position:top;background-repeat:no-repeat;background-size:cover;position:absolute;inset:0}.home-review-bg-overlay{z-index:1;background:linear-gradient(#0f1c11d1 0%,#1b5e20e0 40%,#0f1c11eb 100%);position:absolute;inset:0}.home-review-content{z-index:2;flex-direction:column;flex:1;padding:0 0 16px;display:flex;position:relative}.home-review-header{align-items:center;gap:12px;padding:22px 20px 14px;display:flex}.home-review-header-accent{background:linear-gradient(#f9a825,#f57f17);border-radius:4px;flex-shrink:0;width:4px;height:36px}.home-review-header-text{flex-direction:column;flex:1;gap:2px;display:flex}.home-review-title{color:#fff;letter-spacing:.3px;font-size:18px;font-weight:900}.home-review-sub{color:#fff9;font-size:12px;font-weight:500}.home-review-count-badge{background:#ffffff1f;border:1px solid #fff3;border-radius:14px;flex-direction:column;flex-shrink:0;align-items:center;padding:8px 14px;display:flex}.home-review-count-num{color:#ffd54f;font-size:18px;font-weight:900;line-height:1}.home-review-count-label{color:#fff9;text-transform:uppercase;letter-spacing:.5px;margin-top:2px;font-size:9px;font-weight:700}.home-review-stats{background:#ffffff14;border:1px solid #ffffff1f;border-radius:14px;justify-content:center;align-items:center;margin:0 20px 16px;padding:12px 0;display:flex}.home-review-stat{flex-direction:column;flex:1;align-items:center;gap:2px;display:flex}.home-review-stat-val{color:#ffd54f;font-size:18px;font-weight:900;line-height:1.1}.home-review-stat-label{color:#ffffff8c;text-transform:uppercase;letter-spacing:.4px;font-size:10px;font-weight:600}.home-review-stat-divider{background:#ffffff26;flex-shrink:0;width:1px;height:28px}.home-review-carousel-wrap{flex-direction:column;flex:1;justify-content:center;padding:0 16px;display:flex}.home-review-swiper{width:100%}.home-review-swiper .swiper-pagination{margin-top:12px;position:relative}.home-review-swiper .swiper-pagination-bullet{opacity:1;background:#ffffff4d;border-radius:3px;width:6px;height:5px;transition:width .2s,background .2s}.home-review-swiper .swiper-pagination-bullet-active{background:#f9a825;width:22px}.home-review-card{height:100%}.home-review-card-inner{-webkit-backdrop-filter:blur(8px);box-sizing:border-box;background:#fffffff2;border:1px solid #ffffff80;border-radius:18px;flex-direction:column;gap:10px;height:100%;min-height:180px;padding:18px 16px 14px;display:flex;box-shadow:0 4px 14px #0000001a}.home-review-quote-mark{color:#e8f5e9;-webkit-user-select:none;user-select:none;font-family:Georgia,Times New Roman,serif;font-size:40px;font-weight:900;line-height:.7}.home-review-text{color:#3b5640;flex:1;margin:0;font-size:13px;line-height:1.6}.home-review-text-hi{font-size:14px;line-height:1.75}.home-review-stars{letter-spacing:2px}.home-review-divider{background:linear-gradient(90deg,#d8edda,#0000);height:1px}.home-review-author{align-items:center;gap:10px;display:flex}.home-review-avatar-circle{color:#fff;background:linear-gradient(135deg,#2e7d32,#43a047);border:2px solid #a5d6a7;border-radius:18px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:15px;font-weight:900;display:flex}.home-review-id{flex-direction:column;gap:1px;min-width:0;display:flex}.home-review-name{color:#0f1c11;font-size:13px;font-weight:800}.home-review-place{color:#6b8f71;font-size:10px;font-weight:600}.home-review-trust{text-align:center;border-top:1px solid #ffffff1f;margin:12px 20px 0;padding:10px 0}.home-review-trust-txt{color:#ffffff73;letter-spacing:.6px;text-transform:uppercase;font-size:11px;font-weight:700}@media (width>=900px){.home-review-panel{min-height:100%}.home-review-card-inner{min-height:200px}}.home-ad-overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}
