@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&display=swap";.verification-container[data-v-9b26fe57]{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#0f3d2e,#2a9d8f);padding:20px}.verification-card[data-v-9b26fe57]{background:#fff;border-radius:16px;padding:48px;max-width:500px;width:100%;text-align:center;box-shadow:0 20px 60px #0000004d}.loading-state[data-v-9b26fe57],.success-state[data-v-9b26fe57],.error-state[data-v-9b26fe57]{display:flex;flex-direction:column;align-items:center;gap:16px}.spinner[data-v-9b26fe57]{width:60px;height:60px;border:4px solid #e5e7eb;border-top-color:#2a9d8f;border-radius:50%;animation:spin-9b26fe57 1s linear infinite}@keyframes spin-9b26fe57{to{transform:rotate(360deg)}}.success-icon[data-v-9b26fe57]{width:80px;height:80px;background:#10b981;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:48px;color:#fff;font-weight:700}.error-icon[data-v-9b26fe57]{width:80px;height:80px;background:#ef4444;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:48px;color:#fff;font-weight:700}h2[data-v-9b26fe57]{font-size:24px;color:#0f2f25;margin:0}p[data-v-9b26fe57]{font-size:16px;color:#6b7280;margin:0}.redirect-text[data-v-9b26fe57]{font-size:14px;color:#9ca3af;font-style:italic}.btn-retry[data-v-9b26fe57],.btn-dashboard[data-v-9b26fe57]{padding:12px 32px;border:none;border-radius:8px;font-weight:600;cursor:pointer;font-size:14px;transition:all .2s;margin-top:8px}.btn-retry[data-v-9b26fe57]{background:#2a9d8f;color:#fff}.btn-retry[data-v-9b26fe57]:hover{background:#0f3d2e;transform:translateY(-1px)}.btn-dashboard[data-v-9b26fe57]{background:#e5e7eb;color:#0f2f25}.btn-dashboard[data-v-9b26fe57]:hover{background:#d1d5db}@media (max-width: 768px){.verification-card[data-v-9b26fe57]{padding:32px 24px}}.Vue-Toastification__container{z-index:9999;position:fixed;padding:4px;width:600px;box-sizing:border-box;display:flex;min-height:100%;color:#fff;flex-direction:column;pointer-events:none}@media only screen and (min-width : 600px){.Vue-Toastification__container.top-left,.Vue-Toastification__container.top-right,.Vue-Toastification__container.top-center{top:1em}.Vue-Toastification__container.bottom-left,.Vue-Toastification__container.bottom-right,.Vue-Toastification__container.bottom-center{bottom:1em;flex-direction:column-reverse}.Vue-Toastification__container.top-left,.Vue-Toastification__container.bottom-left{left:1em}.Vue-Toastification__container.top-left .Vue-Toastification__toast,.Vue-Toastification__container.bottom-left .Vue-Toastification__toast{margin-right:auto}@supports not (-moz-appearance: none){.Vue-Toastification__container.top-left .Vue-Toastification__toast--rtl,.Vue-Toastification__container.bottom-left .Vue-Toastification__toast--rtl{margin-right:unset;margin-left:auto}}.Vue-Toastification__container.top-right,.Vue-Toastification__container.bottom-right{right:1em}.Vue-Toastification__container.top-right .Vue-Toastification__toast,.Vue-Toastification__container.bottom-right .Vue-Toastification__toast{margin-left:auto}@supports not (-moz-appearance: none){.Vue-Toastification__container.top-right .Vue-Toastification__toast--rtl,.Vue-Toastification__container.bottom-right .Vue-Toastification__toast--rtl{margin-left:unset;margin-right:auto}}.Vue-Toastification__container.top-center,.Vue-Toastification__container.bottom-center{left:50%;margin-left:-300px}.Vue-Toastification__container.top-center .Vue-Toastification__toast,.Vue-Toastification__container.bottom-center .Vue-Toastification__toast{margin-left:auto;margin-right:auto}}@media only screen and (max-width : 600px){.Vue-Toastification__container{width:100vw;padding:0;left:0;margin:0}.Vue-Toastification__container .Vue-Toastification__toast{width:100%}.Vue-Toastification__container.top-left,.Vue-Toastification__container.top-right,.Vue-Toastification__container.top-center{top:0}.Vue-Toastification__container.bottom-left,.Vue-Toastification__container.bottom-right,.Vue-Toastification__container.bottom-center{bottom:0;flex-direction:column-reverse}}.Vue-Toastification__toast{display:inline-flex;position:relative;max-height:800px;min-height:64px;box-sizing:border-box;margin-bottom:1rem;padding:22px 24px;border-radius:8px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;justify-content:space-between;font-family:Lato,Helvetica,Roboto,Arial,sans-serif;max-width:600px;min-width:326px;pointer-events:auto;overflow:hidden;transform:translateZ(0);direction:ltr}.Vue-Toastification__toast--rtl{direction:rtl}.Vue-Toastification__toast--default{background-color:#1976d2;color:#fff}.Vue-Toastification__toast--info{background-color:#2196f3;color:#fff}.Vue-Toastification__toast--success{background-color:#4caf50;color:#fff}.Vue-Toastification__toast--error{background-color:#ff5252;color:#fff}.Vue-Toastification__toast--warning{background-color:#ffc107;color:#fff}@media only screen and (max-width : 600px){.Vue-Toastification__toast{border-radius:0;margin-bottom:.5rem}}.Vue-Toastification__toast-body{flex:1;line-height:24px;font-size:16px;word-break:break-word;white-space:pre-wrap}.Vue-Toastification__toast-component-body{flex:1}.Vue-Toastification__toast.disable-transition{animation:none!important}.Vue-Toastification__close-button{font-weight:700;font-size:24px;line-height:24px;background:transparent;outline:none;border:none;padding:0 0 0 10px;cursor:pointer;transition:.3s ease;align-items:center;color:#fff;opacity:.3;transition:visibility 0s,opacity .2s linear}.Vue-Toastification__close-button:hover,.Vue-Toastification__close-button:focus{opacity:1}.Vue-Toastification__toast:not(:hover) .Vue-Toastification__close-button.show-on-hover{opacity:0}.Vue-Toastification__toast--rtl .Vue-Toastification__close-button{padding-left:unset;padding-right:10px}@keyframes scale-x-frames{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Vue-Toastification__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:10000;background-color:#ffffffb3;transform-origin:left;animation:scale-x-frames linear 1 forwards}.Vue-Toastification__toast--rtl .Vue-Toastification__progress-bar{right:0;left:unset;transform-origin:right}.Vue-Toastification__icon{margin:auto 18px auto 0;background:transparent;outline:none;border:none;padding:0;transition:.3s ease;align-items:center;width:20px;height:100%}.Vue-Toastification__toast--rtl .Vue-Toastification__icon{margin:auto 0 auto 18px}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes bounceOutRight{40%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(1000px,0,0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Vue-Toastification__bounce-enter-active.top-left,.Vue-Toastification__bounce-enter-active.bottom-left{animation-name:bounceInLeft}.Vue-Toastification__bounce-enter-active.top-right,.Vue-Toastification__bounce-enter-active.bottom-right{animation-name:bounceInRight}.Vue-Toastification__bounce-enter-active.top-center{animation-name:bounceInDown}.Vue-Toastification__bounce-enter-active.bottom-center{animation-name:bounceInUp}.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-left,.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-left{animation-name:bounceOutLeft}.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-right,.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-right{animation-name:bounceOutRight}.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-center{animation-name:bounceOutUp}.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-center{animation-name:bounceOutDown}.Vue-Toastification__bounce-leave-active,.Vue-Toastification__bounce-enter-active{animation-duration:.75s;animation-fill-mode:both}.Vue-Toastification__bounce-move{transition-timing-function:ease-in-out;transition-property:all;transition-duration:.4s}@keyframes fadeOutTop{0%{transform:translateY(0);opacity:1}to{transform:translateY(-50px);opacity:0}}@keyframes fadeOutLeft{0%{transform:translate(0);opacity:1}to{transform:translate(-50px);opacity:0}}@keyframes fadeOutBottom{0%{transform:translateY(0);opacity:1}to{transform:translateY(50px);opacity:0}}@keyframes fadeOutRight{0%{transform:translate(0);opacity:1}to{transform:translate(50px);opacity:0}}@keyframes fadeInLeft{0%{transform:translate(-50px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes fadeInRight{0%{transform:translate(50px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes fadeInTop{0%{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes fadeInBottom{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}.Vue-Toastification__fade-enter-active.top-left,.Vue-Toastification__fade-enter-active.bottom-left{animation-name:fadeInLeft}.Vue-Toastification__fade-enter-active.top-right,.Vue-Toastification__fade-enter-active.bottom-right{animation-name:fadeInRight}.Vue-Toastification__fade-enter-active.top-center{animation-name:fadeInTop}.Vue-Toastification__fade-enter-active.bottom-center{animation-name:fadeInBottom}.Vue-Toastification__fade-leave-active:not(.disable-transition).top-left,.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-left{animation-name:fadeOutLeft}.Vue-Toastification__fade-leave-active:not(.disable-transition).top-right,.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-right{animation-name:fadeOutRight}.Vue-Toastification__fade-leave-active:not(.disable-transition).top-center{animation-name:fadeOutTop}.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-center{animation-name:fadeOutBottom}.Vue-Toastification__fade-leave-active,.Vue-Toastification__fade-enter-active{animation-duration:.75s;animation-fill-mode:both}.Vue-Toastification__fade-move{transition-timing-function:ease-in-out;transition-property:all;transition-duration:.4s}@keyframes slideInBlurredLeft{0%{transform:translate(-1000px) scaleX(2.5) scaleY(.2);transform-origin:100% 50%;filter:blur(40px);opacity:0}to{transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideInBlurredTop{0%{transform:translateY(-1000px) scaleY(2.5) scaleX(.2);transform-origin:50% 0%;filter:blur(240px);opacity:0}to{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideInBlurredRight{0%{transform:translate(1000px) scaleX(2.5) scaleY(.2);transform-origin:0% 50%;filter:blur(40px);opacity:0}to{transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideInBlurredBottom{0%{transform:translateY(1000px) scaleY(2.5) scaleX(.2);transform-origin:50% 100%;filter:blur(240px);opacity:0}to{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideOutBlurredTop{0%{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 0%;filter:blur(0);opacity:1}to{transform:translateY(-1000px) scaleY(2) scaleX(.2);transform-origin:50% 0%;filter:blur(240px);opacity:0}}@keyframes slideOutBlurredBottom{0%{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}to{transform:translateY(1000px) scaleY(2) scaleX(.2);transform-origin:50% 100%;filter:blur(240px);opacity:0}}@keyframes slideOutBlurredLeft{0%{transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}to{transform:translate(-1000px) scaleX(2) scaleY(.2);transform-origin:100% 50%;filter:blur(40px);opacity:0}}@keyframes slideOutBlurredRight{0%{transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}to{transform:translate(1000px) scaleX(2) scaleY(.2);transform-origin:0% 50%;filter:blur(40px);opacity:0}}.Vue-Toastification__slideBlurred-enter-active.top-left,.Vue-Toastification__slideBlurred-enter-active.bottom-left{animation-name:slideInBlurredLeft}.Vue-Toastification__slideBlurred-enter-active.top-right,.Vue-Toastification__slideBlurred-enter-active.bottom-right{animation-name:slideInBlurredRight}.Vue-Toastification__slideBlurred-enter-active.top-center{animation-name:slideInBlurredTop}.Vue-Toastification__slideBlurred-enter-active.bottom-center{animation-name:slideInBlurredBottom}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-left,.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-left{animation-name:slideOutBlurredLeft}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-right,.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-right{animation-name:slideOutBlurredRight}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-center{animation-name:slideOutBlurredTop}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-center{animation-name:slideOutBlurredBottom}.Vue-Toastification__slideBlurred-leave-active,.Vue-Toastification__slideBlurred-enter-active{animation-duration:.75s;animation-fill-mode:both}.Vue-Toastification__slideBlurred-move{transition-timing-function:ease-in-out;transition-property:all;transition-duration:.4s}.modal-overlay[data-v-813900a7]{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:9999;padding:20px}.modal[data-v-813900a7]{background:#fff;border-radius:16px;width:100%;max-width:900px;max-height:90vh;overflow:auto;box-shadow:0 20px 60px #0000004d}.modal-header[data-v-813900a7]{padding:24px;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center;background:linear-gradient(135deg,#0f3d2e,#2a9d8f)}.title[data-v-813900a7]{font-size:24px;font-weight:700;color:#fff;margin:0}.close-btn[data-v-813900a7]{width:36px;height:36px;border:none;background:#fff3;border-radius:8px;font-size:24px;cursor:pointer;color:#fff;transition:background .2s}.close-btn[data-v-813900a7]:hover:not(:disabled){background:#ffffff4d}.close-btn[data-v-813900a7]:disabled{opacity:.5;cursor:not-allowed}.alert[data-v-813900a7]{background:#fef3c7;border:1px solid #fbbf24;border-radius:8px;padding:16px;margin:16px 24px;color:#92400e}.alert p[data-v-813900a7]{margin:4px 0}.loading[data-v-813900a7]{text-align:center;padding:40px;color:#6b7280;font-size:16px}.no-plans[data-v-813900a7]{text-align:center;padding:40px;color:#6b7280}.plans-grid[data-v-813900a7]{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;padding:24px}.plan-card[data-v-813900a7]{border:2px solid #e5e7eb;border-radius:12px;padding:24px;cursor:pointer;transition:all .2s;position:relative;background:#fff}.plan-card[data-v-813900a7]:hover{border-color:#93c5fd;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.plan-card.selected[data-v-813900a7]{border-color:#2a9d8f;background:#2563eb0d;transform:scale(1.02);box-shadow:0 8px 16px #2563eb33}.plan-header[data-v-813900a7]{margin-bottom:20px}.plan-header h3[data-v-813900a7]{font-size:20px;font-weight:700;color:#0f2f25;margin-bottom:8px}.plan-price[data-v-813900a7]{display:flex;align-items:baseline;gap:4px}.currency[data-v-813900a7]{font-size:18px;color:#6b7280}.amount[data-v-813900a7]{font-size:32px;font-weight:700;color:#2a9d8f}.period[data-v-813900a7]{font-size:14px;color:#6b7280}.features-list[data-v-813900a7]{list-style:none;padding:0;margin:0}.features-list li[data-v-813900a7]{margin-bottom:8px;color:#4b5563;font-size:14px}.selected-badge[data-v-813900a7]{position:absolute;top:16px;right:16px;background:#10b981;color:#fff;padding:4px 12px;border-radius:999px;font-size:12px;font-weight:600}.modal-footer[data-v-813900a7]{padding:24px;border-top:1px solid #e5e7eb;display:flex;gap:12px;justify-content:flex-end;background:#f6fbf9}.btn-cancel[data-v-813900a7]{padding:12px 24px;border:none;border-radius:8px;background:#e5e7eb;color:#0f2f25;font-weight:600;cursor:pointer;font-size:14px;transition:all .2s}.btn-cancel[data-v-813900a7]:hover:not(:disabled){background:#d1d5db}.btn-cancel[data-v-813900a7]:disabled{opacity:.5;cursor:not-allowed}.btn-pay[data-v-813900a7]{padding:12px 32px;border:none;border-radius:8px;background:linear-gradient(135deg,#2a9d8f,#0f3d2e);color:#fff;font-weight:600;cursor:pointer;font-size:14px;transition:all .2s}.btn-pay[data-v-813900a7]:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #2563eb66}.btn-pay[data-v-813900a7]:disabled{opacity:.5;cursor:not-allowed;transform:none}@media (max-width: 768px){.plans-grid[data-v-813900a7]{grid-template-columns:1fr}.modal[data-v-813900a7]{max-width:100%;margin:10px;max-height:95vh}}.mobile-menu-btn[data-v-ec238fd4]{position:fixed;top:14px;right:14px;z-index:1400;width:42px;height:42px;border-radius:12px;border:1px solid #e5e7eb;background:#fff;font-size:20px;cursor:pointer;box-shadow:0 6px 16px #0000001f}.menu-overlay[data-v-ec238fd4]{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:1300}.side-menu[data-v-ec238fd4]{position:absolute;top:0;left:0;width:82%;max-width:320px;height:100%;background:#fff;box-shadow:12px 0 24px #0000002e;display:flex;flex-direction:column}.menu-header[data-v-ec238fd4]{display:flex;justify-content:space-between;gap:12px;padding:16px;border-bottom:1px solid #e5e7eb}.menu-title[data-v-ec238fd4]{display:flex;flex-direction:column;gap:4px}.shop-name[data-v-ec238fd4]{font-weight:700;color:#0b2b20}.user-name[data-v-ec238fd4]{font-size:.9rem;color:#374151}.user-role[data-v-ec238fd4]{font-size:.75rem;color:#6b7280;text-transform:capitalize}.close-btn[data-v-ec238fd4]{background:#f4f9f7;border:none;width:32px;height:32px;border-radius:8px;cursor:pointer}.menu-items[data-v-ec238fd4]{padding:8px;display:flex;flex-direction:column;gap:4px;overflow-y:auto;flex:1}.menu-item[data-v-ec238fd4]{display:flex;align-items:center;gap:12px;padding:12px;border-radius:10px;text-decoration:none;color:#374151;font-weight:600}.menu-item.router-link-active[data-v-ec238fd4],.menu-item[data-v-ec238fd4]:hover{background:#f4f9f7;color:#0b2b20}.menu-icon[data-v-ec238fd4]{font-size:1.2rem}.menu-footer[data-v-ec238fd4]{padding:16px;border-top:1px solid #e5e7eb}.logout-btn[data-v-ec238fd4]{width:100%;display:flex;align-items:center;gap:12px;padding:12px;border:none;border-radius:10px;background:#fee2e2;color:#991b1b;font-weight:700;cursor:pointer}.slide-right-enter-active[data-v-ec238fd4],.slide-right-leave-active[data-v-ec238fd4]{transition:all .25s ease}.slide-right-enter-from[data-v-ec238fd4],.slide-right-leave-to[data-v-ec238fd4]{opacity:0}.slide-right-enter-from .side-menu[data-v-ec238fd4],.slide-right-leave-to .side-menu[data-v-ec238fd4]{transform:translate(-100%)}@media (min-width: 769px){.mobile-menu-btn[data-v-ec238fd4]{top:18px;right:18px}}*{margin:0;padding:0;box-sizing:border-box}:root{--brand-900: #0b2b20;--brand-800: #0f3d2e;--brand-700: #1b5e4a;--brand-500: #2a9d8f;--brand-300: #7cccbc;--brand-100: #e5f4f0;--surface: #ffffff;--surface-alt: #f4f9f7;--border: rgba(15, 61, 46, .12);--shadow: 0 20px 60px rgba(12, 56, 41, .12);--text-900: #0f2f25;--text-700: #35524a;--text-500: #5d746c;--primary: #2a9d8f;--primary-dark: #0f3d2e;--success: #10b981;--warning: #f59e0b;--danger: #ef4444;--dark: #0f2f25;--gray: #6b7280;--light: #f4f9f7;--white: #ffffff}body{font-family:Manrope,sans-serif;background:radial-gradient(circle at top,#f4f9f7,#fff 55%,#eef6f3);color:var(--text-900);line-height:1.6}button,input,select,textarea{font-family:inherit}.page-loader{position:fixed;top:0;right:0;bottom:0;left:0;background:#ffffffa6;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;align-items:center;justify-content:center;z-index:2000}.loader-card{display:flex;align-items:center;gap:.75rem;padding:.85rem 1.25rem;background:#fff;border:1px solid rgba(15,61,46,.12);border-radius:999px;box-shadow:0 12px 30px #0c38291f;color:#0f2f25;font-weight:600}.spinner{width:20px;height:20px;border:3px solid rgba(42,157,143,.2);border-top-color:#2a9d8f;border-radius:50%;animation:spin .9s linear infinite}.loader-text{font-size:.9rem}@keyframes spin{to{transform:rotate(360deg)}}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a73;display:flex;align-items:center;justify-content:center;z-index:2100;padding:1.5rem}.modal-content{width:min(480px,100%);background:#fff;border-radius:16px;box-shadow:0 24px 60px #0c382933;padding:1.25rem 1.5rem}.modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.modal-header h3{margin:0;color:#0f2f25}.modal-body{color:#35524a;font-size:.95rem}.modal-actions{display:flex;justify-content:flex-end;margin-top:1rem}.close-btn{border:none;background:#f4f9f7;color:#35524a;width:32px;height:32px;border-radius:8px;cursor:pointer;font-size:1.25rem}.pos-header,.dash-header,.inventory-header,.customers-header,.users-header,.settings-header,.page-header,.header{padding-right:80px}.header-right,.header-stats,.header-actions{margin-right:56px}@media (min-width: 769px){.pos-header,.dash-header,.inventory-header,.customers-header,.users-header,.settings-header,.page-header,.header{padding-right:96px}.header-right,.header-stats,.header-actions{margin-right:72px}}
