@import"https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap";:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--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 rgba(0, 0, 0, .1);--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));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.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);left:50%;transform:translate(-50%);align-items:center}.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);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;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;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-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%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.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:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.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:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.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;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.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{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__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 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: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 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: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 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:translate3d(0,-2000px,0)}}@keyframes Toastify__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 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:translate3d(0,2000px,0)}}.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%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}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) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}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:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.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-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}*{box-sizing:border-box}html{overflow-x:hidden;width:100%}body{overflow-x:hidden;width:100%;max-width:100vw;margin:0;padding:0}#root{overflow-x:hidden;width:100%;max-width:100vw}.admin-layout,.admin-main,.admin-content,.dashboard-container,.login-container{max-width:100vw;overflow-x:hidden}img{max-width:100%;height:auto}table{width:100%;overflow-x:auto;display:block}@media(max-width:768px){table{font-size:.875rem}}@media(max-width:768px){.hamburger-btn,.mobile-close-btn{display:block!important}.sidebar-wrapper{position:fixed!important;left:0!important;top:0!important;z-index:1000!important;transform:translate(-100%)!important}.sidebar-wrapper.mobile-open{transform:translate(0)!important}.admin-sidebar{position:fixed;left:0;top:0;height:100vh;z-index:1000}.admin-content{width:100%;margin-left:0}}.hide-mobile{display:block}.show-mobile{display:none}@media(max-width:768px){.hide-mobile{display:none}.show-mobile{display:block}}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.container-responsive{padding:24px}@media(max-width:1024px){.container-responsive{padding:16px}}@media(max-width:768px){.container-responsive{padding:12px}}@media(max-width:480px){.container-responsive{padding:8px}}.ps-sidebar-container,.ps-menu-root,.ps-menu-button{background-color:#fff!important}:root{--primary-color: #1e40af;--primary-dark: #1e3a8a;--secondary-color: #10b981;--accent-color: #7c3aed;--background-color: #f9fafb;--text-color: #111827;--text-light: #6b7280;--border-color: #e5e7eb;--success-color: #10b981;--error-color: #ef4444;--white: #ffffff;--shadow-light: 0 4px 6px -1px rgba(0, 0, 0, .1);--shadow-medium: 0 10px 15px -3px rgba(0, 0, 0, .1);--shadow-heavy: 0 25px 50px -12px rgba(0, 0, 0, .25);--gradient-primary: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%);--gradient-secondary: linear-gradient(135deg, #10b981 0%, #059669 100%);--gradient-accent: linear-gradient(135deg, #7c3aed 0%, #a78bfa 100%);--gradient-fleet: linear-gradient( 135deg, #1e40af 0%, #10b981 50%, #7c3aed 100% )}*{margin:0;padding:0;box-sizing:border-box;font-family:Sora}html,body{overflow-x:hidden;width:100%;max-width:100vw}body{font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background-color:var(--background-color);color:var(--text-color);line-height:1.6}.auth-container{min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.auth-background{position:absolute;inset:0;background:var(--gradient-primary);z-index:-1}.floating-shapes{position:absolute;width:100%;height:100%;overflow:hidden}.shape{position:absolute;background:#ffffff1a;border-radius:50%;animation:float 6s ease-in-out infinite}.shape-1{width:80px;height:80px;top:20%;left:10%;animation-delay:0s}.shape-2{width:120px;height:120px;top:60%;right:15%;animation-delay:2s}.shape-3{width:60px;height:60px;bottom:20%;left:20%;animation-delay:4s}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(180deg)}}.auth-card{background:var(--white);padding:2.5rem;border-radius:4px;box-shadow:var(--shadow-heavy);width:100%;max-width:420px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);opacity:0;transform:translateY(30px);transition:all .6s cubic-bezier(.4,0,.2,1)}.auth-card-visible{opacity:1;transform:translateY(0)}.auth-header{text-align:center;margin-bottom:2rem}.app-logo{margin-bottom:1.5rem}.logo-image{height:64px;border-radius:4px;box-shadow:var(--shadow-medium);transition:transform .3s ease}.logo-image:hover{transform:scale(1.05)}.auth-title{font-size:1.875rem;font-weight:700;color:var(--text-color);margin-bottom:.5rem;background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.auth-subtitle{color:var(--text-light);font-size:.875rem;font-weight:400}.auth-form,.form-group{margin-bottom:1.5rem}.form-label{display:block;margin-bottom:.5rem;font-weight:600;color:var(--text-color);font-size:.875rem}.input-wrapper{position:relative;display:flex;align-items:center}.input-icon{position:absolute;left:1rem;width:1.25rem;height:1.25rem;color:var(--text-light);z-index:1;pointer-events:none}.form-input{width:100%;padding:.875rem 1rem .875rem 3rem;border:2px solid var(--border-color);border-radius:4px;font-size:1rem;transition:all .3s cubic-bezier(.4,0,.2,1);background:var(--white)}.form-input:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #2fbd8f1a;transform:translateY(-1px)}.form-input::-moz-placeholder{color:var(--text-light);font-size:.875rem}.form-input::placeholder{color:var(--text-light);font-size:.875rem}.password-toggle{position:absolute;right:1rem;background:none;border:none;cursor:pointer;padding:.25rem;border-radius:4px;transition:background-color .2s;z-index:1}.password-toggle:hover{background-color:#0000000d}.password-toggle svg{width:1.25rem;height:1.25rem;color:var(--text-light)}.btn-primary{width:100%;padding:.875rem 1.5rem;background:var(--gradient-primary);color:var(--white);border:none;border-radius:4px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;gap:.5rem;box-shadow:var(--shadow-light)}.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:var(--shadow-medium)}.btn-primary:active:not(:disabled){transform:translateY(0)}.btn-primary:disabled{background:linear-gradient(135deg,#9ca3af,#6b7280);cursor:not-allowed;transform:none}.btn-loading{pointer-events:none}.loading-spinner{width:1.25rem;height:1.25rem;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.error-message{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background-color:#fef2f2;border:1px solid #fecaca;border-radius:4px;color:var(--error-color);font-size:.875rem;margin-bottom:1rem;animation:slideIn .3s ease-out}.error-icon{width:1rem;height:1rem;flex-shrink:0}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.auth-footer{text-align:center;padding-top:1rem;border-top:1px solid var(--border-color)}.signup-prompt{color:var(--text-light);font-size:.875rem}.text-link{color:var(--primary-color);text-decoration:none;font-weight:600;transition:color .2s}.text-link:hover{color:var(--primary-dark);text-decoration:underline}.dashboard-container{min-height:100vh;background:var(--background-color)}.dashboard-header{margin-bottom:2rem}.dashboard-header h1{font-size:2rem;font-weight:700;color:var(--text-color);margin-bottom:.5rem}.dashboard-header p{color:var(--text-light);font-size:1rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card{background:var(--white);padding:1.5rem;border-radius:4px;box-shadow:var(--shadow-light);display:flex;align-items:center;gap:1rem;transition:transform .2s ease,box-shadow .2s ease}.stat-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-medium)}.stat-icon{width:48px;height:48px;border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;flex-shrink:0}.transactions-icon{background:var(--gradient-primary)}.revenue-icon{background:var(--gradient-secondary)}.active-icon{background:var(--gradient-accent)}.stat-content h3{font-size:1.75rem;font-weight:700;color:var(--text-color);margin:0}.stat-content p{color:var(--text-light);font-size:.875rem;margin:.25rem 0}.stat-change{font-size:.75rem;font-weight:600;padding:.25rem .5rem;border-radius:4px}.stat-change.positive{background:#dcfce7;color:#16a34a}.stat-change.negative{background:#fef2f2;color:#dc2626}.dashboard-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;grid-template-areas:"merchant transactions" "actions performance" "status status"}.merchant-card{grid-area:merchant}.merchant-balance{font-size:1.5rem;font-weight:700;color:var(--primary-color)}.merchant-content{padding:1.5rem}.merchant-stats{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1rem;margin-bottom:1.5rem}.merchant-stat{text-align:center;padding:1rem;background:var(--background-color);border-radius:4px}.stat-label{display:block;font-size:.75rem;color:var(--text-light);margin-bottom:.5rem}.stat-value{display:block;font-size:1.25rem;font-weight:700;color:var(--text-color)}.merchant-actions{display:flex;gap:.75rem;flex-wrap:wrap}.merchant-btn{flex:1;padding:.75rem 1rem;border:none;border-radius:4px;font-weight:600;cursor:pointer;transition:all .2s ease;font-size:.875rem}.merchant-btn.primary{background:var(--primary-color);color:var(--white)}.merchant-btn.primary:hover{background:var(--primary-dark);transform:translateY(-1px)}.merchant-btn.secondary{background:var(--background-color);color:var(--text-color);border:1px solid var(--border-color)}.merchant-btn.secondary:hover{background:var(--border-color)}.dashboard-card{background:var(--white);border-radius:4px;box-shadow:var(--shadow-light);overflow:hidden}.card-header{padding:1.5rem 1.5rem 1rem;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--border-color)}.card-header h2{font-size:1.25rem;font-weight:600;color:var(--text-color);margin:0}.view-all-btn{background:none;border:none;color:var(--primary-color);font-weight:600;cursor:pointer;font-size:.875rem;padding:.5rem;border-radius:4px;transition:background-color .2s}.view-all-btn:hover{background:#2fbd8f1a}.transactions-card{grid-area:transactions}.transactions-list{padding:0}.transaction-item{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:1rem;padding:1rem 1.5rem;border-bottom:1px solid var(--border-color);align-items:center;transition:background-color .2s}.transaction-item:hover{background:var(--background-color)}.transaction-item:last-child{border-bottom:none}.transaction-user{font-weight:600;color:var(--text-color);font-size:.875rem}.transaction-details{display:flex;flex-direction:column;gap:.25rem}.transaction-id,.transaction-type{font-size:.75rem;color:var(--text-light)}.transaction-amount{font-weight:600;color:var(--text-color);text-align:right}.transaction-status{padding:.25rem .75rem;border-radius:4px;font-size:.75rem;font-weight:600;text-align:center}.transaction-status.completed{background:#dcfce7;color:#16a34a}.transaction-status.pending{background:#fef3c7;color:#d97706}.transaction-status.failed{background:#fef2f2;color:#dc2626}.transaction-time{font-size:.75rem;color:var(--text-light);text-align:right}.quick-actions-card{grid-area:actions}.quick-actions-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;padding:1.5rem}.action-btn{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1rem;background:var(--background-color);border:1px solid var(--border-color);border-radius:4px;cursor:pointer;transition:all .2s ease;font-size:.875rem;color:var(--text-color)}.action-btn:hover{background:var(--primary-color);color:var(--white);transform:translateY(-2px);box-shadow:var(--shadow-light)}.action-icon{font-size:1.5rem}.performance-card{grid-area:performance}.performance-chart{display:flex;align-items:end;gap:1rem;padding:1.5rem;height:200px}.chart-bar{flex:1;display:flex;flex-direction:column;align-items:center;gap:.5rem}.bar{width:100%;background:var(--gradient-primary);border-radius:4px 4px 0 0;min-height:20px;transition:all .3s ease}.chart-bar:hover .bar{background:var(--gradient-secondary)}.bar-label{font-size:.75rem;color:var(--text-light);font-weight:600}.bar-value{font-size:.75rem;color:var(--text-color);font-weight:600}.status-card{grid-area:status}.status-list{padding:1.5rem}.status-item{display:flex;align-items:center;gap:1rem;padding:.75rem 0;border-bottom:1px solid var(--border-color)}.status-item:last-child{border-bottom:none}.status-indicator{width:8px;height:8px;border-radius:50%;flex-shrink:0}.status-indicator.online{background:#16a34a}.status-indicator.warning{background:#d97706}.status-indicator.offline{background:#dc2626}.status-text{margin-left:auto;font-size:.875rem;font-weight:600}@media(max-width:1024px){.dashboard-grid{grid-template-columns:1fr;grid-template-areas:"merchant" "transactions" "actions" "performance" "status"}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.merchant-stats{grid-template-columns:1fr}.merchant-actions{flex-direction:column}.admin-content{padding:1rem}}@media(max-width:768px){.transaction-item{grid-template-columns:1fr;gap:.5rem;text-align:left}.transaction-amount,.transaction-time{text-align:left}.quick-actions-grid,.stats-grid{grid-template-columns:1fr}.stat-card{flex-direction:column;text-align:center}.admin-header{padding:0 1rem;flex-wrap:nowrap}.header-left{min-width:0}.header-left img{width:120px!important}.search-bar{display:none!important}.header-title{font-size:1.125rem}.user-name{display:none}.admin-content{padding:1rem}.header-logo{width:100px;height:30px}}@media(max-width:480px){.admin-header{padding:0 .75rem;height:56px;flex-wrap:nowrap}.header-left{gap:.5rem;flex:0 1 auto;min-width:0}.header-left img{width:100px!important;flex-shrink:0}.search-bar{display:none!important}.header-right{gap:12px;flex-shrink:0}.bell-icone,.profile-wrapper{flex-shrink:0}.profile-wrapper img{margin-right:0!important}.btn-logout{padding:.4rem .8rem;font-size:.875rem}.admin-content{padding:.75rem}}.admin-layout{display:flex;flex-direction:column;height:100vh;background:var(--background-color);overflow:hidden;width:100%}.admin-header{border-bottom:1px solid var(--border-color);padding:0 1.5rem;height:64px;width:100%;display:flex;align-items:center;justify-content:space-around;z-index:10;position:relative;color:var(--white);transition:all .3s ease}.search-icon{position:absolute;left:360px;top:50%;transform:translateY(-50%);pointer-events:none}.header-left{display:flex;align-items:center;gap:1rem;color:var(--white);flex:1;min-width:0}.header-logo{width:140px;height:40px;border-radius:4px;-o-object-fit:cover;object-fit:cover;margin-left:15px;flex-shrink:0}.header-title{display:flex;align-items:center;color:var(--white);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.header-right{display:flex;align-items:center;gap:16px;color:var(--white);flex-shrink:0}.user-info{display:flex;align-items:center;gap:1rem;color:var(--white)}.user-name{font-size:.875rem;color:var(--white);font-weight:500}.btn-logout{padding:.5rem 1rem;background:var(--error-color);color:var(--white);border:none;border-radius:4px;cursor:pointer;font-weight:500;transition:background-color .2s;white-space:nowrap}.btn-logout:hover{background:#dc2626}.admin-main{display:flex;flex:1;overflow:hidden;width:100%;position:relative}.admin-sidebar{background:#fff;border-right:1px solid var(--border-color);position:relative;flex-shrink:0;transition:all .3s ease}.admin-content{flex:1;padding:1.5rem;overflow-y:auto;overflow-x:hidden;background-color:#f3f3f9;width:100%;max-width:100%}.profile-wrapper{position:relative}.profile-dropdown{position:absolute;top:50px;right:15px;background:#fff;border-radius:4px;box-shadow:0 8px 24px #0000001f;min-width:180px;z-index:1000;overflow:hidden;border:1px solid #E5E7EB;animation:slideDown .2s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.profile-menu-item{display:flex;align-items:center;gap:12px;padding:14px 16px;cursor:pointer;transition:all .2s;color:#374151;font-size:14px;font-weight:500}.profile-menu-item:hover{background:#f9fafb;color:#ef4444}.profile-menu-item:hover svg{color:#ef4444}.profile-menu-item svg{color:#6b7280;transition:color .2s}.ps-menu-button{margin:8px 12px!important;border-radius:8px!important}.ps-menu-button.ps-active{padding:10px 16px!important;background-color:#f3f3f9!important;color:#052e66!important;font-weight:600!important;border-radius:8px!important;border-left:3px solid #052E66!important}.ps-menu-button:hover{transition:all .1s ease}.ps-menu-button:hover{background-color:#052e661a!important}.ps-menu-button:hover .ps-menu-label,.ps-menu-button:hover .ps-menu-icon{color:#052e66!important}.ps-menu-button.ps-active{background-color:#052e661a!important}.ps-menu-button.ps-active .ps-menu-label,.ps-menu-button.ps-active .ps-menu-icon{color:#052e66!important;font-weight:600}.tokai-login-page{height:100vh;background:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden}.tokai-login-card{width:100%;height:100%;background:#f6f7f8;border-radius:2px;overflow:hidden;display:grid;grid-template-columns:1.08fr 1fr;box-shadow:0 24px 70px #0000004d}.tokai-login-left{display:flex;flex-direction:column;justify-content:flex-start;overflow:hidden}.tokai-left-login{padding:68px 54px 40px!important}.tokai-left-login .tokai-logo{width:94px!important;height:94px!important;margin-bottom:28px}.tokai-left-login .tokai-title{margin-bottom:12px}.tokai-left-login .tokai-subtitle{margin-bottom:30px}.tokai-left-apply{padding:26px 38px 14px!important;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.tokai-left-apply::-webkit-scrollbar{width:0;height:0}.tokai-small-label{color:#5c6068;font-size:14px;margin-bottom:18px}.tokai-logo{width:82px!important;height:82px!important;-o-object-fit:contain;object-fit:contain;margin-bottom:18px}.tokai-title{font-size:32px!important;line-height:1.2;font-weight:600;color:#13151a;margin-bottom:18px}.tokai-subtitle{margin:0 0 18px;color:#5e6571;font-size:14px;line-height:1.65;max-width:560px}.tokai-form{width:min(600px,100%)}.tokai-login-page .input-group{position:relative;margin-bottom:18px;width:100%}.tokai-login-page .input-group label{display:block;margin-bottom:8px;font-size:13px;color:#4b4b4b;font-weight:400}.tokai-form .input-group input{width:100%;background:#fff;height:54px;border:1px solid #d9dde2;border-radius:4px;font-size:13px;padding:0 12px}.tokai-form .input-group label{color:#4b4b4b}.tokai-login-page .input-group input:focus{outline:none;border-color:#0066b3}.tokai-login-page .input-group input::-moz-placeholder{color:#9ca3af}.tokai-login-page .input-group input::placeholder{color:#9ca3af}.tokai-login-page .password-box{position:relative}.tokai-login-page .password-box input{padding-right:60px}.tokai-login-page .password-box span{display:none}.tokai-password-toggle{position:absolute;right:18px;bottom:14px;width:24px;height:24px;padding:0;border:none;background:transparent;cursor:pointer;color:#9aa3b2}.tokai-password-toggle svg{width:18px;height:18px;line-height:1}.tokai-forgot{margin-top:-2px;margin-bottom:20px}.tokai-forgot a{font-size:12px;color:#0f63ae}.tokai-forgot{display:flex;justify-content:end}.tokai-signin-btn{margin-top:18px;width:100%;height:54px!important;background:#0066b3;color:#fff;border-radius:4px!important;letter-spacing:.04em;font-size:13px!important;padding:0 18px;border:none}.tokai-inline-link-btn{background:none;border:none;color:#0f63ae;font-size:13px;font-weight:500;cursor:pointer;text-decoration:underline;padding:0;transition:color .2s ease}.tokai-inline-link-btn:hover{color:#0056a3;text-decoration:none}.tokai-inline-link-btn:disabled{color:#9ca3af;cursor:not-allowed;text-decoration:none}.tokai-apply-form .input-group{margin-bottom:8px}.tokai-left-apply .tokai-logo{width:82px!important;height:82px!important;margin-bottom:18px}.tokai-apply-form .input-group label{display:block;margin-bottom:8px;font-size:13px;color:#4b4b4b;font-weight:400}.tokai-apply-form .input-group input{height:44px!important;font-size:13px!important}.tokai-radio-group{display:flex;align-items:center;gap:18px;margin-top:2px}.tokai-radio-group label{display:inline-flex!important;align-items:center;gap:8px;margin-bottom:0!important;color:#4b5563!important}.tokai-radio-group input[type=radio]{width:14px!important;height:14px!important;margin:0}.tokai-two-col{display:grid;grid-template-columns:1fr 1fr;gap:12px}.tokai-apply-btn{margin-top:4px;height:44px!important}.tokai-apply-mode-footer{margin-top:12px;padding-top:0;padding-bottom:6px}.tokai-apply-text{margin-top:auto;padding-top:28px;text-align:center;color:#8c919c;font-size:13px}.tokai-left-login .tokai-apply-text{margin-top:18px;padding-top:0}.tokai-apply-text span{color:#0f63ae;cursor:pointer}.tokai-apply-text a{color:#0f63ae;text-decoration:none;font-weight:500}.tokai-login-right{position:relative;background:linear-gradient(180deg,#2769c7,#0066b3 110.94%);min-height:100%}.tokai-hero-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.tokai-overlay-image{position:absolute;top:0;left:0;width:100%;height:60%;-o-object-fit:cover;object-fit:cover;z-index:1}.tokai-overlay{position:absolute;bottom:120px;left:0;right:0;display:flex;flex-direction:column;align-items:center;text-align:center;color:#fff;padding:0 30px;text-shadow:0 3px 20px rgba(0,0,0,.42);z-index:2}.tokai-overlay h2{margin:0 0 15px;font-size:clamp(24px,2.7vw,38px);font-weight:500;line-height:1.15;text-align:left}.tokai-overlay p{margin:0 26px 0 0;font-size:13px;line-height:1.6;max-width:520px;text-align:left}.tokai-pin-input{position:relative}.tokai-pin-input svg{position:absolute;left:12px;top:50%;transform:translateY(-50%);width:18px;height:18px;color:#9ca3af;pointer-events:none}.tokai-pin-input input{padding-left:40px!important;width:100%}.tokai-signup-section{display:flex;margin-top:60px;justify-content:center}.tokai-signup-section h2{font-size:20px;font-weight:600;color:#13151a;margin-bottom:8px}.tokai-signup-section p{color:#5e6571;font-size:14px;margin:0}.tokai-signup-section a{color:#0f63ae;text-decoration:none;font-weight:500}.tokai-section-title{margin:0 0 18px;font-size:18px;font-weight:600;color:#13151a}.tokai-stepper{display:grid;grid-template-columns:repeat(auto-fit,minmax(92px,1fr));gap:10px;margin-bottom:22px}.tokai-stepper .step{display:flex;align-items:center;gap:8px;padding:10px 8px;border:1px solid #d9dde2;border-radius:4px;background:#fff}.tokai-stepper .step-circle{width:28px;height:28px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:600;color:#5e6571;background:#eef2f7;flex-shrink:0}.tokai-stepper .step-label{font-size:12px;line-height:1.3;color:#5e6571}.tokai-stepper .step.active{border-color:#0f63ae;box-shadow:0 8px 18px #0f63ae1f}.tokai-stepper .step.active .step-circle,.tokai-stepper .step.completed .step-circle{background:#0f63ae;color:#fff}.tokai-stepper .step.active .step-label,.tokai-stepper .step.completed .step-label{color:#13151a}.tokai-agree{display:flex;align-items:flex-start;gap:10px;margin:4px 0 18px;color:#4b5563;font-size:13px;line-height:1.5}.tokai-agree input{margin-top:3px}.btn-group{display:flex;gap:12px;margin-top:10px}.btn-group button{cursor:pointer}.btn-back{min-width:120px;height:54px;border:1px solid #d9dde2;background:#fff;color:#374151;border-radius:4px}.tokai-inline-btn{margin-top:0}.upload-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-bottom:12px}.upload-box{min-height:128px;border:1px dashed #b8c3d1;border-radius:4px;background:#fff;display:flex;align-items:center;justify-content:center;padding:14px;text-align:center;color:#5e6571;cursor:pointer;overflow:hidden}.upload-box img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:4px}.tokai-alt-link{margin-top:14px;color:#5e6571;font-size:13px}.tokai-alt-link span{color:#0f63ae;cursor:pointer;font-weight:500}.tokai-left-apply .signup{text-align:center;color:#5e6571;font-size:13px}.tokai-left-apply .signup a{color:#0f63ae;text-decoration:none;font-weight:500}@media(max-width:960px){.tokai-login-card{grid-template-columns:1fr;min-height:unset}.tokai-login-right{display:none}.tokai-login-left{order:1;padding:24px 20px 22px;overflow-y:auto;width:100%;max-width:480px;margin:0 auto}.tokai-two-col{grid-template-columns:1fr;gap:0}.tokai-title{font-size:32px}.tokai-subtitle{margin-bottom:18px}.tokai-apply-text{margin-top:20px;padding-top:0}.tokai-overlay{left:18px;right:18px;bottom:20px}.tokai-stepper,.upload-grid{grid-template-columns:1fr}.btn-group{flex-direction:column}.btn-back,.tokai-inline-btn{width:100%}}.pac-container{border-radius:4px;border:1px solid #d9dde2;box-shadow:0 4px 16px #0000001a;font-size:13px;z-index:9999}.pac-item{padding:8px 12px;cursor:pointer;color:#374151}.pac-item:hover{background:#f0f4ff}.pac-item-query{font-size:13px;color:#13151a}.pac-logo:after{display:none}.datatable-card{background:#fff;border:1px solid #e5e7eb;border-radius:4px;overflow:hidden;width:100%}.datatable{width:100%;min-width:100%;border-collapse:collapse;table-layout:auto;display:table;overflow:visible}.datatable thead{background:#052e661a}.datatable th,.datatable td{padding:12px 16px;text-align:left;border-bottom:1px solid #f1f5f9}.datatable th{font-size:12px;font-weight:600;color:#6b7280;border-bottom:1px solid #e5e7eb}.datatable td{font-size:13px;color:#374151;vertical-align:middle;word-break:break-word}.datatable th:last-child,.datatable td:last-child{text-align:center;white-space:nowrap}.datatable tbody tr{background:#fafbfc}.datatable tbody tr:hover{background:#f3f4f6}.datatable-empty-cell{text-align:center!important;color:#6b7280;padding:18px 16px;font-size:13px}.datatable--empty th{padding:7px 14px;font-size:11px}.datatable--empty .datatable-empty-cell{padding:16px 14px}.status-badge{display:inline-block;padding:6px 12px;border-radius:4px;font-size:12px;font-weight:600;text-align:center;min-width:80px}.status-active{background-color:#d2e3de;color:#065f46}.status-blocked{background-color:#fee2e2;color:#991b1b}.status-pending{background-color:#fef3c7;color:#92400e}.status-inactive{background-color:#fee2e2;color:#991b1b}.datatable-footer{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;font-size:12px;border-top:1px solid #e5e7eb}.pagination{display:flex;gap:6px}.pagination button{border:none;background:#eff6ff;padding:6px 10px;border-radius:4px;cursor:pointer}.pagination button.active{background:#e3781a1a;color:#e3781a}.pagination button:disabled{opacity:.5;cursor:not-allowed}@media(max-width:768px){.datatable thead{display:none}.datatable,.datatable tbody,.datatable tr{display:block;width:100%}.datatable tbody tr{border:1px solid #e5e7eb;border-radius:4px;margin-bottom:10px;padding:4px 0;background:#fafbfc}.datatable tbody tr:hover{background:#f3f4f6}.datatable td{display:flex;justify-content:space-between;align-items:center;padding:8px 14px;border-bottom:1px solid #f0f5fa;text-align:right;white-space:normal}.datatable td:last-child{border-bottom:none;justify-content:flex-end}.datatable td:before{content:attr(data-label);font-size:12px;font-weight:600;color:#6b7280;text-align:left;flex-shrink:0;margin-right:10px}.datatable td:last-child:before{display:none}.datatable-empty-cell{display:block;text-align:center}.datatable-empty-cell:before{display:none}.status-badge{padding:4px 8px;font-size:11px}}.dashboard-shell{min-height:85vh;padding:32px;background:#dfeaf5}.dashboard-topbar{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:22px}.dashboard-topbar h1{margin:0 0 6px;font-size:24px;font-weight:700;color:#3f556d}.dashboard-topbar p{margin:0;font-size:13px;color:#73859a}.dashboard-top-actions{display:flex;gap:12px}.dashboard-btn{height:40px;padding:0 18px;border-radius:4px;border:1px solid transparent;display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:600;cursor:pointer}.dashboard-btn-light{background:#fff;border-color:#dbe6f0;color:#36506c}.dashboard-btn-primary{background:#0b69b5;color:#fff}.dashboard-stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:26px}.dashboard-stat-card{background:#fff;border:1px solid #d8e4ef;border-radius:4px;padding:22px;box-shadow:0 2px 4px #24446814;display:flex;align-items:center;justify-content:space-between}.dashboard-stat-card strong{display:block;margin-bottom:8px;font-size:20px;line-height:1;color:#42596f}.dashboard-stat-card span{font-size:13px;color:#707d8f}.dashboard-stat-icon{width:38px;height:38px;border-radius:4px;background:#edf4fa;color:#6783a0;display:inline-flex;align-items:center;justify-content:center}.dashboard-bottom-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(480px,1fr));gap:16px;align-items:start}.dashboard-announcements-section{min-width:0}.dashboard-announcements-card{background:#fff;border:1px solid #d8e4ef;border-radius:4px;box-shadow:0 2px 4px #24446814;max-height:489.6px;overflow-y:auto}.dashboard-announcements-list{display:flex;flex-direction:column}.dashboard-announcement-item{padding:14px 16px;border-bottom:1px solid #edf3f9;min-width:0;max-width:100%}.dashboard-announcement-item:last-child{border-bottom:none}.dashboard-announcement-meta{display:flex;align-items:center;gap:8px;margin-bottom:6px}.dashboard-announcement-badge{display:inline-block;padding:2px 7px;border-radius:4px;font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.dashboard-announcement-badge--news{background:#e0f2fe;color:#0369a1}.dashboard-announcement-badge--promotion{background:#dcfce7;color:#15803d}.dashboard-announcement-badge--update{background:#fef3c7;color:#b45309}.dashboard-announcement-badge--alert{background:#fee2e2;color:#b91c1c}.dashboard-announcement-date{font-size:10px;color:#94a3b8;margin-left:auto}.dashboard-announcement-title{margin:0 0 4px;font-size:12px;font-weight:600;color:#2d4f6b;line-height:1.4}.dashboard-announcement-body{margin:4px 0 0;font-size:12px;color:#64748b;line-height:1.6;overflow-wrap:anywhere;word-break:break-word;max-width:100%;width:100%}.dashboard-announcement-body p{margin:0 0 4px}.dashboard-announcement-body h2{font-size:14px;font-weight:700;color:#1e3a5f;margin:8px 0 4px}.dashboard-announcement-body h3{font-size:13px;font-weight:600;color:#1e3a5f;margin:6px 0 4px}.dashboard-announcement-body ul,.dashboard-announcement-body ol{padding-left:18px;margin:0 0 4px}.dashboard-announcement-body li{margin-bottom:2px}.dashboard-announcement-body a{color:#0f63ae;text-decoration:underline}.dashboard-announcement-body img{max-width:100%;border-radius:6px;margin:6px 0;display:block}.dashboard-announcement-body mark{background:#fef08a;border-radius:2px;padding:0 2px}.dashboard-announcement-body [data-type=calendar-block]{max-width:100%!important;font-size:11px}.dashboard-announcements-empty{padding:32px 16px;text-align:center;font-size:12px;color:#94a3b8}.dashboard-view-all{height:26px;padding:0 12px;border-radius:4px;border:1px solid #d0dde9;background:#fff;font-size:12px;font-weight:600;color:#45607c;cursor:pointer;white-space:nowrap;transition:background .15s,color .15s,border-color .15s}.dashboard-view-all:hover{background:#edf4fa;border-color:#b0c8de}.dashboard-table-section{min-width:0}.dashboard-table-section .mo-table-card{max-height:489.6px;overflow-y:auto}.dashboard-section-head{margin-bottom:10px;min-height:26px;display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.dashboard-section-head h2{margin:0;font-size:13px;font-weight:700;color:#45607c}.dashboard-order-filter{display:flex;gap:6px}.dashboard-filter-btn{height:28px;padding:0 12px;border-radius:4px;border:1px solid #d0dde9;background:#fff;color:#5a7490;font-size:11px;font-weight:600;cursor:pointer;transition:background .15s,color .15s,border-color .15s}.dashboard-filter-btn:hover{background:#edf4fa;border-color:#b0c8de}.dashboard-filter-btn.active{background:#0b69b5;border-color:#0b69b5;color:#fff}.dashboard-chip--surface{background:#e8f0fb;color:#2d5fa8}.dashboard-chip--stock{background:#e8f7ef;color:#1e7a45}.dashboard-table-wrap .datatable-card{border:1px solid #d8e4ef;border-radius:4px;box-shadow:0 2px 4px #24446814}.dashboard-table-wrap .datatable thead{background:#fff}.dashboard-table-wrap .datatable th,.dashboard-table-wrap .datatable td{padding:10px 14px;border-bottom:1px solid #e7eff6;background:#fff}.dashboard-table-wrap .datatable th{font-size:10px;font-weight:700;color:#8b9aac}.dashboard-table-wrap .datatable td{font-size:10px;color:#50657a;line-height:1.2}.dashboard-table-wrap .datatable tbody tr:hover td{background:#f8fbfe}.dashboard-order-id,.dashboard-patient-name,.dashboard-rx,.dashboard-date{font-weight:600;color:#335271}.dashboard-chip{display:inline-flex;align-items:center;padding:3px 6px;border-radius:4px;background:#ebf3f9;color:#426380;font-size:9px;font-weight:700}.dashboard-status{display:inline-flex;align-items:center;gap:5px;padding:3px 8px;border-radius:999px;background:#ebf3f9;color:#2d567d;font-size:9px;font-weight:700}.dashboard-status:before{content:"";width:4px;height:4px;border-radius:50%;background:#1d4d78}.dashboard-row-actions{display:inline-flex;align-items:center;gap:6px}.dashboard-row-actions button{width:20px;height:20px;border:0;border-radius:4px;background:#edf4fa;color:#6b87a0;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.dashboard-table-wrap .datatable th:last-child,.dashboard-table-wrap .datatable td:last-child{width:96px}.dashboard-row-actions button:hover{background:#dfeaf5}@media(max-width:1024px){.dashboard-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:768px){.dashboard-shell{padding:20px}.dashboard-topbar{flex-direction:column;align-items:stretch}.dashboard-top-actions{flex-wrap:wrap}.dashboard-stats-grid{grid-template-columns:1fr}}.mo-shell{min-height:100vh;padding:32px}.mo-topbar{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:22px}.mo-topbar h1{margin:0 0 4px;font-size:22px;font-weight:700;color:#3f556d}.mo-topbar p{margin:0;font-size:12px;color:#73859a}.mo-top-actions{display:flex;gap:10px}.mo-btn{height:38px;padding:0 16px;border-radius:4px;border:1px solid transparent;display:inline-flex;align-items:center;gap:7px;font-size:13px;font-weight:600;cursor:pointer}.mo-btn--light{background:#fff;border-color:#dbe6f0;color:#36506c}.mo-btn--primary{background:#0b69b5;color:#fff}.mo-btn--primary:hover{background:#0958a0}.mo-btn--light:hover{background:#f4f9fd}.mo-btn--warning{background:#f59e0b;border-color:#f59e0b;color:#fff}.mo-btn--warning:hover{background:#d97706;border-color:#d97706}.mo-stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:22px}.mo-stat-card{background:#fff;border:1px solid #d8e4ef;border-radius:4px;padding:20px 22px;box-shadow:0 2px 4px #24446812;display:flex;align-items:center;justify-content:space-between}.mo-stat-card strong{display:block;font-size:22px;font-weight:700;color:#3a5570;margin-bottom:6px;line-height:1}.mo-stat-card span{font-size:12px;color:#7a8fa3}.mo-stat-icon{width:36px;height:36px;border-radius:4px;background:#edf4fa;color:#6783a0;display:inline-flex;align-items:center;justify-content:center}.mo-table-card{background:#fff;border:1px solid #d8e4ef;border-radius:4px;box-shadow:0 2px 4px #24446812;overflow:hidden}.mo-search-wrap{background:#fff;border:1px solid #d8e4ef;border-radius:4px;box-shadow:0 2px 4px #24446812;overflow:hidden;margin-bottom:10px}.mo-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 16px}.mo-search-wrap{display:flex;align-items:center;gap:8px;background:#f4f8fc;border:1px solid #dce8f2;border-radius:4px;padding:0 12px;height:34px;width:220px;color:#8fa3b8}.mo-search-wrap input{border:none;background:transparent;outline:none;font-size:12px;color:#4a6278;width:100%}.mo-search-wrap input::-moz-placeholder{color:#9fb3c4}.mo-search-wrap input::placeholder{color:#9fb3c4}.mo-tabs{display:flex;gap:6px}.mo-tab{height:34px;padding:0 12px;border-radius:4px;border:1px solid #d0dde9;background:#fff;font-size:12px;font-weight:600;color:#45607c;cursor:pointer;transition:background .15s,color .15s,border-color .15s}.mo-tab:hover{background:#edf4fa;border-color:#b0c8de}.mo-tab--active{background:#0b69b5;border-color:#0b69b5;color:#fff}.mo-tab--active:hover{background:#0958a0;border-color:#0958a0;color:#fff}.mo-table-card .datatable-card{border:none;border-radius:0;box-shadow:none}.mo-table-card .datatable th,.mo-table-card .datatable td{padding:9px 16px;border-bottom:1px solid #edf3f9;background:#fff}.mo-table-card .datatable th{font-size:11px;font-weight:700;color:#8b9aac;text-transform:uppercase;letter-spacing:.03em}.mo-table-card .datatable td{font-size:11px;color:#4a6278}.mo-table-card .datatable tbody tr:hover td{background:#f8fbfe}.mo-order-id{font-weight:700;color:#1a5fa8;font-size:11px}.mo-patient,.mo-rx,.mo-date{font-weight:600;color:#335271;font-size:11px}.mo-chip{display:inline-flex;align-items:center;padding:3px 7px;border-radius:4px;background:#ebf3f9;color:#426380;font-size:10px;font-weight:700}.mo-status{display:inline-flex;align-items:center;gap:5px;padding:3px 9px;border-radius:4px;font-size:10px;font-weight:700}.mo-status:before{content:"";width:5px;height:5px;border-radius:4px}.mo-status--submitted{background:#e8f1fb;color:#1a5fa8}.mo-status--submitted:before{background:#1a5fa8}.mo-status--drafts{background:#fef3e2;color:#b45309}.mo-status--drafts:before{background:#f59e0b}.mo-status--processing{background:#ede9fe;color:#6d28d9}.mo-status--processing:before{background:#7c3aed}.mo-status--complete,.mo-status--completed{background:#d1fae5;color:#065f46}.mo-status--complete:before,.mo-status--completed:before{background:#10b981}.mo-status--cancelled,.mo-status--canceled{background:#fee2e2;color:#991b1b}.mo-status--cancelled:before,.mo-status--canceled:before{background:#ef4444}.mo-actions{display:inline-flex;align-items:center;gap:5px}.mo-actions button{width:24px;height:24px;border:none;border-radius:4px;background:#edf4fa;color:#6b87a0;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.mo-actions button:hover{background:#dfeaf5;color:#0b69b5}@media(max-width:1024px){.mo-stats-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.mo-shell{padding:20px}.mo-topbar{flex-direction:column;align-items:stretch}.mo-stats-grid{grid-template-columns:1fr}.mo-toolbar{flex-direction:column;align-items:stretch}.mo-search-wrap{width:100%}.mo-tabs{flex-wrap:wrap}}.mo-modal-overlay{position:fixed;inset:0;background:#0f1e3273;z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px}.mo-modal{background:#f4f8fc;border-radius:4px;width:90%;max-width:1100px;max-height:95vh;display:flex;flex-direction:column;box-shadow:0 8px 32px #0f28502e;overflow:hidden}.mo-modal-header{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;background:#fff;border-bottom:1px solid #dce8f2;flex-shrink:0}.mo-modal-header h2{margin:0;font-size:16px;font-weight:700;color:#1e3a5f}.mo-modal-meta{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;margin-top:6px;font-size:11px;color:#5a7490}.mo-modal-meta-item{display:flex;align-items:center;gap:4px}.mo-modal-meta-item strong{color:#1e3a5f;font-weight:600}.mo-modal-meta-sep{color:#c5d8e8;font-size:13px;line-height:1}.mo-modal-close{width:32px;height:32px;border:1px solid #dce8f2;border-radius:4px;background:#f4f8fc;color:#6b87a0;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0}.mo-modal-close:hover{background:#dfeaf5;color:#0b69b5}.mo-modal-body{flex:1 1 auto;min-height:0;overflow-y:auto;padding:20px 24px;display:flex;flex-direction:column;gap:18px}.mo-modal-section{background:#fff;border:1px solid #dce8f2;border-radius:4px;padding:14px 18px}.mo-modal-section h3{margin:0 0 12px;font-size:12px;font-weight:700;color:#4a6278;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid #edf3f9;padding-bottom:8px}.mo-modal-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.mo-detail-table{width:100%;border-collapse:collapse;font-size:12px}.mo-detail-table th{text-align:left;padding:7px 10px;background:#f0f6fb;color:#6b87a0;font-weight:700;font-size:11px;border-bottom:1px solid #dce8f2}.mo-detail-table td{padding:8px 10px;color:#335271;border-bottom:1px solid #f0f6fb;font-size:12px}.mo-detail-table tbody tr:last-child td{border-bottom:none}.mo-detail-row{display:flex;align-items:center;justify-content:space-between;padding:6px 0;border-bottom:1px solid #f0f6fb;gap:12px}.mo-detail-row:last-child{border-bottom:none}.mo-detail-label{font-size:11px;color:#7a8fa3;font-weight:600;flex-shrink:0}.mo-detail-value{font-size:12px;color:#2d4f6b;font-weight:600;text-align:right}.mo-frame-img{width:100%;max-width:260px;height:160px;-o-object-fit:contain;object-fit:contain;margin-top:6px}.mo-frame-shape-row{flex-direction:column;align-items:flex-start}.mo-notes{margin:0;font-size:12px;color:#4a6278;line-height:1.6}.mo-modal-footer{display:flex;justify-content:space-between;align-items:center;padding-top:4px}.mo-btn--danger{background:#dc2626;color:#fff;border-color:transparent}.mo-btn--danger:hover{background:#b91c1c}.mo-search-clear{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border:none;background:#c8d8e8;border-radius:50%;color:#4a6278;cursor:pointer;flex-shrink:0;padding:0}.mo-search-clear:hover{background:#b0c4d6;color:#1e3a5f}.mo-rx-pd-grid{display:grid;grid-template-columns:3fr 2fr;gap:14px}.mo-rx-row{display:flex;flex-wrap:wrap;align-items:stretch;gap:1px;background:#d0dcea;border:1px solid #dce8f2;border-radius:4px;overflow:hidden}.mo-rx-col{flex:1 0 auto;display:flex;flex-direction:column;align-items:center;padding:14px 20px;background:#fff}.mo-rx-col--detail{align-items:stretch}.mo-rx-col h3{text-align:center;width:100%}.mo-rx-row .mo-rx-col h3{margin:0 0 14px;padding:10px 0 8px;background:none;border-bottom:1px solid #e8f0f8;font-size:13px;font-weight:700;color:#1a5a8b}.mo-col-divider{width:1px;background:#d0dcea;margin:0;flex-shrink:0;align-self:stretch}.mo-sub-divider{height:1px;background:#edf3f9;margin:14px 0}.mo-rx-table{width:auto!important;margin:0 auto;border:1px solid #dce8f2!important;border-radius:4px;overflow:hidden;border-collapse:separate!important;border-spacing:0!important}.mo-rx-table th,.mo-rx-table td{vertical-align:middle;text-align:center;border-right:1px solid #edf3f9;border-bottom:1px solid #edf3f9}.mo-rx-table th:last-child,.mo-rx-table td:last-child{border-right:none}.mo-rx-table tbody tr:last-child td{border-bottom:none}.mo-rx-cell{display:inline-block;background:#f0f6fb;border:1px solid #dce8f2;border-radius:4px;padding:4px 8px;min-width:44px;text-align:center;font-size:12px;color:#1f4668;font-weight:500;font-variant-numeric:tabular-nums}.mo-eye-badge{display:inline-flex;align-items:center;justify-content:center;width:30px;height:22px;border-radius:4px;font-size:11px;font-weight:700}.mo-eye-badge--od{background:#dbeafe;color:#1d4ed8}.mo-eye-badge--os{background:#dcfce7;color:#166534}.mo-type-badge{display:inline-block;padding:2px 7px;border-radius:4px;font-size:10px;font-weight:600;background:#f1f5f9;color:#475569;border:1px solid #e2e8f0}.mo-type-badge--surface{background:#e0f2fe;color:#0369a1;border-color:#bae6fd}.mo-type-badge--stock{background:#f0fdf4;color:#166534;border-color:#bbf7d0}.mo-type-badge--oor{background:#fefce8;color:#92400e;border-color:#fde68a}.mo-type-badge--multipair{background:#f3e8ff;color:#6b21a8;border-color:#d8b4fe}.mo-status--draft{background:#fef3e2;color:#b45309}.mo-status--draft:before{background:#f59e0b;content:"";width:5px;height:5px;border-radius:4px}.mo-status--reviewing{background:#ede9fe;color:#6d28d9}.mo-status--reviewing:before{background:#7c3aed}.mo-status--shipped{background:#d1fae5;color:#065f46}.mo-status--shipped:before{background:#10b981}.mo-status--awaiting_frame{background:#ffedd5;color:#c2410c}.mo-status--awaiting_frame:before{background:#f97316}.mo-toolbar-filters{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}.mo-status-dropdown{position:relative}.mo-status-dropdown-trigger{height:34px;padding:0 12px;border-radius:4px;border:1px solid #d8e4ef;background:#fff;font-size:12px;font-weight:500;color:#2d4f6b;cursor:pointer;display:inline-flex;align-items:center;gap:6px;box-shadow:0 2px 4px #24446812;min-width:120px;justify-content:space-between;transition:background .15s}.mo-status-dropdown-trigger:hover{background:#f4f8fc;color:#2d4f6b}.mo-status-dropdown-trigger svg{flex-shrink:0;transition:transform .15s}.mo-chevron-open{transform:rotate(180deg)}.mo-status-dropdown-menu{position:absolute;top:calc(100% + 4px);right:0;background:#fff;border:1px solid #d8e4ef;border-radius:4px;box-shadow:0 4px 12px #2444681f;min-width:140px;z-index:100;overflow:hidden}.mo-status-dropdown-item{display:block;width:100%;padding:8px 14px;border:none;background:transparent;text-align:left;font-size:12px;font-weight:500;color:#4a6278;cursor:pointer;transition:background .12s,color .12s}.mo-status-dropdown-item:hover{background:#edf4fa;color:#2d4f6b}.mo-status-dropdown-item.active{background:#e8f1fb;color:#0b69b5;font-weight:600}@media(max-width:900px){.mo-modal-grid{grid-template-columns:1fr 1fr}.mo-rx-pd-grid{grid-template-columns:1fr}}@media(max-width:600px){.mo-modal-grid{grid-template-columns:1fr}.mo-modal{width:100%;max-height:95vh;border-radius:0}.mo-rx-pd-grid{grid-template-columns:1fr}.mo-rx-row{flex-direction:column;gap:0}.mo-rx-col{width:100%;flex:none;padding:10px 12px}.mo-modal-body{padding:12px 10px;gap:12px}.mo-modal-header{padding:12px 14px}.mo-modal-section{padding:10px 12px}.mo-modal-grid{gap:10px}.mo-rx-table th,.mo-rx-table td{padding:5px 6px!important}.mo-rx-cell{padding:3px 5px;min-width:32px;font-size:11px}.mo-detail-table th,.mo-detail-table td{padding:6px 8px;font-size:11px}}.mo-dims-inline{display:flex;align-items:center;gap:6px;flex-wrap:wrap;justify-content:flex-end}.mo-dims-label{font-size:11px;color:#7a8fa3;font-weight:600}.mo-dims-inline .mo-rx-cell{min-width:28px;padding:2px 6px;font-size:11px}.mo-detail-row--top{align-items:flex-start}.tokai-admin-sidebar{width:270px;min-width:270px;height:100%;background:#05365b;color:#c7d9ea;padding:16px 12px;overflow-y:auto}.tokai-side-group{display:flex;flex-direction:column;gap:6px}.tokai-side-group-title{font-size:11px;font-weight:600;text-transform:none;color:#8fb0cf;margin:4px 8px 8px}.tokai-side-item{display:flex;align-items:center;gap:10px;height:36px;border-radius:4px;text-decoration:none;color:#c7d9ea;font-size:13px;font-weight:500;padding:0 10px;transition:.2s ease}.tokai-side-action{width:100%;border:0;background:transparent;text-align:left;cursor:pointer;font-family:inherit}.tokai-side-item:hover{background:#ffffff14}.tokai-side-item.active{background:#0f5f9d;color:#fff}.tokai-side-popout{position:fixed;min-width:190px;padding:10px;border-radius:4px;background:#0a426d;border:1px solid rgba(255,255,255,.12);box-shadow:0 16px 36px #03122057;z-index:1000}.tokai-side-popout-item{display:flex;align-items:center;min-height:38px;padding:0 12px;border-radius:4px;color:#c7d9ea;text-decoration:none;font-size:13px;font-weight:500;transition:.2s ease}.tokai-side-popout-item:hover{background:#ffffff14;color:#fff}.tokai-side-popout-item.active{background:#0f5f9d;color:#fff}.tokai-side-divider{height:1px;background:#ffffff26;margin:12px 0}.tokai-side-dropdown{display:flex;flex-direction:column;gap:4px}.tokai-side-item-left{display:flex;align-items:center;gap:10px}.tokai-side-action{display:flex;align-items:center;justify-content:space-between}.tokai-side-chevron{transition:transform .3s ease}.tokai-side-chevron.expanded{transform:rotate(180deg)}.tokai-side-submenu{display:flex;flex-direction:column;margin-left:14px;padding-left:12px;border-left:1px solid rgba(5,46,102,.08);gap:4px;max-height:0;overflow:hidden;opacity:0;transform:translateY(-4px);transition:max-height .35s ease,opacity .25s ease,transform .25s ease,padding .25s ease;padding-top:0}.tokai-side-submenu.expanded{max-height:300px;opacity:1;transform:translateY(0)}.tokai-side-subitem{display:flex;align-items:center;height:36px;padding:0 12px;border-radius:8px;text-decoration:none;color:#5b6b82;font-size:14px;color:#c7d9ea;transition:background .2s ease,color .2s ease}.tokai-side-subitem:hover{background:#052e660d;color:#fff}.tokai-side-subitem.active{background:#052e6614;color:#fff;font-weight:600}@media(min-width:901px){.tokai-admin-sidebar{transition:width .25s ease,min-width .25s ease,padding .25s ease}.tokai-admin-sidebar.collapsed{width:62px;min-width:62px;padding:16px 6px;overflow:visible}.tokai-admin-sidebar.collapsed .tokai-side-group-title{text-align:center;margin:4px 0 6px;overflow:hidden;white-space:nowrap}.tokai-admin-sidebar.collapsed .tokai-side-item>span,.tokai-admin-sidebar.collapsed .tokai-side-item-left>span,.tokai-admin-sidebar.collapsed .tokai-side-chevron{display:none}.tokai-admin-sidebar.collapsed .tokai-side-item{justify-content:center;padding:0}.tokai-admin-sidebar.collapsed .tokai-side-action{justify-content:center}.tokai-admin-sidebar.collapsed .tokai-side-divider{margin:8px 4px}.tokai-admin-sidebar.collapsed .tokai-side-submenu{display:none!important}}@media(max-width:900px){.tokai-admin-sidebar{position:fixed;left:-290px;top:56px;bottom:0;z-index:50;transition:left .25s ease}.tokai-admin-sidebar.mobile-open{left:0}.tokai-side-popout{min-width:170px}}.tokai-side-profile{padding:10px 10px 4px;display:flex;flex-direction:column;gap:6px}.tokai-side-profile-name{margin:0;font-size:13px;font-weight:600;color:#e2edf8;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tokai-side-bg-badge{display:inline-block;width:-moz-fit-content;width:fit-content;padding:3px 8px;border-radius:20px;font-size:11px;font-weight:600}.tokai-side-bg-badge--yes{background:#22c55e2e;color:#86efac}.tokai-side-bg-badge--no{background:#94a3b826;color:#94a3b8}:root{--swal2-outline: 0 0 0 3px rgba(100, 150, 200, .5);--swal2-container-padding: .625em;--swal2-backdrop: rgba(0, 0, 0, .4);--swal2-backdrop-transition: background-color .15s;--swal2-width: 32em;--swal2-padding: 0 0 1.25em;--swal2-border: none;--swal2-border-radius: .3125rem;--swal2-background: white;--swal2-color: #545454;--swal2-show-animation: swal2-show .3s;--swal2-hide-animation: swal2-hide .15s forwards;--swal2-icon-zoom: 1;--swal2-icon-animations: true;--swal2-title-padding: .8em 1em 0;--swal2-html-container-padding: 1em 1.6em .3em;--swal2-input-border: 1px solid #d9d9d9;--swal2-input-border-radius: .1875em;--swal2-input-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .06), 0 0 0 3px transparent;--swal2-input-background: transparent;--swal2-input-transition: border-color .2s, box-shadow .2s;--swal2-input-hover-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .06), 0 0 0 3px transparent;--swal2-input-focus-border: 1px solid #b4dbed;--swal2-input-focus-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .06), 0 0 0 3px rgba(100, 150, 200, .5);--swal2-progress-step-background: #add8e6;--swal2-validation-message-background: #f0f0f0;--swal2-validation-message-color: #666;--swal2-footer-border-color: #eee;--swal2-footer-background: transparent;--swal2-footer-color: inherit;--swal2-timer-progress-bar-background: rgba(0, 0, 0, .3);--swal2-close-button-position: initial;--swal2-close-button-inset: auto;--swal2-close-button-font-size: 2.5em;--swal2-close-button-color: #ccc;--swal2-close-button-transition: color .2s, box-shadow .2s;--swal2-close-button-outline: initial;--swal2-close-button-box-shadow: inset 0 0 0 3px transparent;--swal2-close-button-focus-box-shadow: inset var(--swal2-outline);--swal2-close-button-hover-transform: none;--swal2-actions-justify-content: center;--swal2-actions-width: auto;--swal2-actions-margin: 1.25em auto 0;--swal2-actions-padding: 0;--swal2-actions-border-radius: 0;--swal2-actions-background: transparent;--swal2-action-button-transition: background-color .2s, box-shadow .2s;--swal2-action-button-hover: black 10%;--swal2-action-button-active: black 10%;--swal2-confirm-button-box-shadow: none;--swal2-confirm-button-border-radius: .25em;--swal2-confirm-button-background-color: #7066e0;--swal2-confirm-button-color: #fff;--swal2-deny-button-box-shadow: none;--swal2-deny-button-border-radius: .25em;--swal2-deny-button-background-color: #dc3741;--swal2-deny-button-color: #fff;--swal2-cancel-button-box-shadow: none;--swal2-cancel-button-border-radius: .25em;--swal2-cancel-button-background-color: #6e7881;--swal2-cancel-button-color: #fff;--swal2-toast-show-animation: swal2-toast-show .5s;--swal2-toast-hide-animation: swal2-toast-hide .1s forwards;--swal2-toast-border: none;--swal2-toast-box-shadow: 0 0 1px hsl(0deg 0% 0% / .075), 0 1px 2px hsl(0deg 0% 0% / .075), 1px 2px 4px hsl(0deg 0% 0% / .075), 1px 3px 8px hsl(0deg 0% 0% / .075), 2px 4px 16px hsl(0deg 0% 0% / .075)}[data-swal2-theme=dark]{--swal2-dark-theme-black: #19191a;--swal2-dark-theme-white: #e1e1e1;--swal2-background: var(--swal2-dark-theme-black);--swal2-color: var(--swal2-dark-theme-white);--swal2-footer-border-color: #555;--swal2-input-background: color-mix(in srgb, var(--swal2-dark-theme-black), var(--swal2-dark-theme-white) 10%);--swal2-validation-message-background: color-mix( in srgb, var(--swal2-dark-theme-black), var(--swal2-dark-theme-white) 10% );--swal2-validation-message-color: var(--swal2-dark-theme-white);--swal2-timer-progress-bar-background: rgba(255, 255, 255, .7)}@media(prefers-color-scheme:dark){[data-swal2-theme=auto]{--swal2-dark-theme-black: #19191a;--swal2-dark-theme-white: #e1e1e1;--swal2-background: var(--swal2-dark-theme-black);--swal2-color: var(--swal2-dark-theme-white);--swal2-footer-border-color: #555;--swal2-input-background: color-mix(in srgb, var(--swal2-dark-theme-black), var(--swal2-dark-theme-white) 10%);--swal2-validation-message-background: color-mix( in srgb, var(--swal2-dark-theme-black), var(--swal2-dark-theme-white) 10% );--swal2-validation-message-color: var(--swal2-dark-theme-white);--swal2-timer-progress-bar-background: rgba(255, 255, 255, .7)}}body.swal2-shown:not(.swal2-no-backdrop,.swal2-toast-shown){overflow:hidden}body.swal2-height-auto{height:auto!important}body.swal2-no-backdrop .swal2-container{background-color:transparent!important;pointer-events:none}body.swal2-no-backdrop .swal2-container .swal2-popup{pointer-events:all}body.swal2-no-backdrop .swal2-container .swal2-modal{box-shadow:0 0 10px var(--swal2-backdrop)}body.swal2-toast-shown .swal2-container{box-sizing:border-box;width:360px;max-width:100%;background-color:transparent;pointer-events:none}body.swal2-toast-shown .swal2-container.swal2-top{inset:0 auto auto 50%;transform:translate(-50%)}body.swal2-toast-shown .swal2-container.swal2-top-end,body.swal2-toast-shown .swal2-container.swal2-top-right{inset:0 0 auto auto}body.swal2-toast-shown .swal2-container.swal2-top-start,body.swal2-toast-shown .swal2-container.swal2-top-left{inset:0 auto auto 0}body.swal2-toast-shown .swal2-container.swal2-center-start,body.swal2-toast-shown .swal2-container.swal2-center-left{inset:50% auto auto 0;transform:translateY(-50%)}body.swal2-toast-shown .swal2-container.swal2-center{inset:50% auto auto 50%;transform:translate(-50%,-50%)}body.swal2-toast-shown .swal2-container.swal2-center-end,body.swal2-toast-shown .swal2-container.swal2-center-right{inset:50% 0 auto auto;transform:translateY(-50%)}body.swal2-toast-shown .swal2-container.swal2-bottom-start,body.swal2-toast-shown .swal2-container.swal2-bottom-left{inset:auto auto 0 0}body.swal2-toast-shown .swal2-container.swal2-bottom{inset:auto auto 0 50%;transform:translate(-50%)}body.swal2-toast-shown .swal2-container.swal2-bottom-end,body.swal2-toast-shown .swal2-container.swal2-bottom-right{inset:auto 0 0 auto}@media print{body.swal2-shown:not(.swal2-no-backdrop,.swal2-toast-shown){overflow-y:scroll!important}body.swal2-shown:not(.swal2-no-backdrop,.swal2-toast-shown)>[aria-hidden=true]{display:none}body.swal2-shown:not(.swal2-no-backdrop,.swal2-toast-shown) .swal2-container{position:static!important}}div:where(.swal2-container){display:grid;position:fixed;z-index:1060;inset:0;box-sizing:border-box;grid-template-areas:"top-start     top            top-end" "center-start  center         center-end" "bottom-start  bottom-center  bottom-end";grid-template-rows:minmax(min-content,auto) minmax(min-content,auto) minmax(min-content,auto);height:100%;padding:var(--swal2-container-padding);overflow-x:hidden;transition:var(--swal2-backdrop-transition);-webkit-overflow-scrolling:touch}div:where(.swal2-container).swal2-backdrop-show,div:where(.swal2-container).swal2-noanimation{background:var(--swal2-backdrop)}div:where(.swal2-container).swal2-backdrop-hide{background:transparent!important}div:where(.swal2-container).swal2-top-start,div:where(.swal2-container).swal2-center-start,div:where(.swal2-container).swal2-bottom-start{grid-template-columns:minmax(0,1fr) auto auto}div:where(.swal2-container).swal2-top,div:where(.swal2-container).swal2-center,div:where(.swal2-container).swal2-bottom{grid-template-columns:auto minmax(0,1fr) auto}div:where(.swal2-container).swal2-top-end,div:where(.swal2-container).swal2-center-end,div:where(.swal2-container).swal2-bottom-end{grid-template-columns:auto auto minmax(0,1fr)}div:where(.swal2-container).swal2-top-start>.swal2-popup{align-self:start}div:where(.swal2-container).swal2-top>.swal2-popup{grid-column:2;place-self:start center}div:where(.swal2-container).swal2-top-end>.swal2-popup,div:where(.swal2-container).swal2-top-right>.swal2-popup{grid-column:3;place-self:start end}div:where(.swal2-container).swal2-center-start>.swal2-popup,div:where(.swal2-container).swal2-center-left>.swal2-popup{grid-row:2;align-self:center}div:where(.swal2-container).swal2-center>.swal2-popup{grid-column:2;grid-row:2;place-self:center center}div:where(.swal2-container).swal2-center-end>.swal2-popup,div:where(.swal2-container).swal2-center-right>.swal2-popup{grid-column:3;grid-row:2;place-self:center end}div:where(.swal2-container).swal2-bottom-start>.swal2-popup,div:where(.swal2-container).swal2-bottom-left>.swal2-popup{grid-column:1;grid-row:3;align-self:end}div:where(.swal2-container).swal2-bottom>.swal2-popup{grid-column:2;grid-row:3;place-self:end center}div:where(.swal2-container).swal2-bottom-end>.swal2-popup,div:where(.swal2-container).swal2-bottom-right>.swal2-popup{grid-column:3;grid-row:3;place-self:end end}div:where(.swal2-container).swal2-grow-row>.swal2-popup,div:where(.swal2-container).swal2-grow-fullscreen>.swal2-popup{grid-column:1/4;width:100%}div:where(.swal2-container).swal2-grow-column>.swal2-popup,div:where(.swal2-container).swal2-grow-fullscreen>.swal2-popup{grid-row:1/4;align-self:stretch}div:where(.swal2-container).swal2-no-transition{transition:none!important}div:where(.swal2-container)[popover]{width:auto;border:0}div:where(.swal2-container) div:where(.swal2-popup){display:none;position:relative;box-sizing:border-box;grid-template-columns:minmax(0,100%);width:var(--swal2-width);max-width:100%;padding:var(--swal2-padding);border:var(--swal2-border);border-radius:var(--swal2-border-radius);background:var(--swal2-background);color:var(--swal2-color);font-family:inherit;font-size:1rem;container-name:swal2-popup}div:where(.swal2-container) div:where(.swal2-popup):focus{outline:none}div:where(.swal2-container) div:where(.swal2-popup).swal2-loading{overflow-y:hidden}div:where(.swal2-container) div:where(.swal2-popup).swal2-draggable{cursor:grab}div:where(.swal2-container) div:where(.swal2-popup).swal2-draggable div:where(.swal2-icon){cursor:grab}div:where(.swal2-container) div:where(.swal2-popup).swal2-dragging{cursor:grabbing}div:where(.swal2-container) div:where(.swal2-popup).swal2-dragging div:where(.swal2-icon){cursor:grabbing}div:where(.swal2-container) h2:where(.swal2-title){position:relative;max-width:100%;margin:0;padding:var(--swal2-title-padding);color:inherit;font-size:1.875em;font-weight:600;text-align:center;text-transform:none;overflow-wrap:break-word;cursor:initial}div:where(.swal2-container) div:where(.swal2-actions){display:flex;z-index:1;box-sizing:border-box;flex-wrap:wrap;align-items:center;justify-content:var(--swal2-actions-justify-content);width:var(--swal2-actions-width);margin:var(--swal2-actions-margin);padding:var(--swal2-actions-padding);border-radius:var(--swal2-actions-border-radius);background:var(--swal2-actions-background)}div:where(.swal2-container) div:where(.swal2-loader){display:none;align-items:center;justify-content:center;width:2.2em;height:2.2em;margin:0 1.875em;animation:swal2-rotate-loading 1.5s linear 0s infinite normal;border-width:.25em;border-style:solid;border-radius:100%;border-color:#2778c4 transparent #2778c4 transparent}div:where(.swal2-container) button:where(.swal2-styled){margin:.3125em;padding:.625em 1.1em;transition:var(--swal2-action-button-transition);border:none;box-shadow:0 0 0 3px transparent;font-weight:500}div:where(.swal2-container) button:where(.swal2-styled):not([disabled]){cursor:pointer}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm){border-radius:var(--swal2-confirm-button-border-radius);background:initial;background-color:var(--swal2-confirm-button-background-color);box-shadow:var(--swal2-confirm-button-box-shadow);color:var(--swal2-confirm-button-color);font-size:1em}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm):hover{background-color:color-mix(in srgb,var(--swal2-confirm-button-background-color),var(--swal2-action-button-hover))}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm):active{background-color:color-mix(in srgb,var(--swal2-confirm-button-background-color),var(--swal2-action-button-active))}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-deny){border-radius:var(--swal2-deny-button-border-radius);background:initial;background-color:var(--swal2-deny-button-background-color);box-shadow:var(--swal2-deny-button-box-shadow);color:var(--swal2-deny-button-color);font-size:1em}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-deny):hover{background-color:color-mix(in srgb,var(--swal2-deny-button-background-color),var(--swal2-action-button-hover))}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-deny):active{background-color:color-mix(in srgb,var(--swal2-deny-button-background-color),var(--swal2-action-button-active))}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel){border-radius:var(--swal2-cancel-button-border-radius);background:initial;background-color:var(--swal2-cancel-button-background-color);box-shadow:var(--swal2-cancel-button-box-shadow);color:var(--swal2-cancel-button-color);font-size:1em}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel):hover{background-color:color-mix(in srgb,var(--swal2-cancel-button-background-color),var(--swal2-action-button-hover))}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel):active{background-color:color-mix(in srgb,var(--swal2-cancel-button-background-color),var(--swal2-action-button-active))}div:where(.swal2-container) button:where(.swal2-styled):focus-visible{outline:none;box-shadow:var(--swal2-action-button-focus-box-shadow)}div:where(.swal2-container) button:where(.swal2-styled)[disabled]:not(.swal2-loading){opacity:.4}div:where(.swal2-container) button:where(.swal2-styled)::-moz-focus-inner{border:0}div:where(.swal2-container) div:where(.swal2-footer){margin:1em 0 0;padding:1em 1em 0;border-top:1px solid var(--swal2-footer-border-color);background:var(--swal2-footer-background);color:var(--swal2-footer-color);font-size:1em;text-align:center;cursor:initial}div:where(.swal2-container) .swal2-timer-progress-bar-container{position:absolute;right:0;bottom:0;left:0;grid-column:auto!important;overflow:hidden;border-bottom-right-radius:var(--swal2-border-radius);border-bottom-left-radius:var(--swal2-border-radius)}div:where(.swal2-container) div:where(.swal2-timer-progress-bar){width:100%;height:.25em;background:var(--swal2-timer-progress-bar-background)}div:where(.swal2-container) img:where(.swal2-image){max-width:100%;margin:2em auto 1em;cursor:initial}div:where(.swal2-container) button:where(.swal2-close){position:var(--swal2-close-button-position);inset:var(--swal2-close-button-inset);z-index:2;align-items:center;justify-content:center;width:1.2em;height:1.2em;margin-top:0;margin-right:0;margin-bottom:-1.2em;padding:0;overflow:hidden;transition:var(--swal2-close-button-transition);border:none;border-radius:var(--swal2-border-radius);outline:var(--swal2-close-button-outline);background:transparent;color:var(--swal2-close-button-color);font-family:monospace;font-size:var(--swal2-close-button-font-size);cursor:pointer;justify-self:end}div:where(.swal2-container) button:where(.swal2-close):hover{transform:var(--swal2-close-button-hover-transform);background:transparent;color:#f27474}div:where(.swal2-container) button:where(.swal2-close):focus-visible{outline:none;box-shadow:var(--swal2-close-button-focus-box-shadow)}div:where(.swal2-container) button:where(.swal2-close)::-moz-focus-inner{border:0}div:where(.swal2-container) div:where(.swal2-html-container){z-index:1;justify-content:center;margin:0;padding:var(--swal2-html-container-padding);overflow:auto;color:inherit;font-size:1.125em;font-weight:400;line-height:normal;text-align:center;overflow-wrap:break-word;word-break:break-word;cursor:initial}div:where(.swal2-container) input:where(.swal2-input),div:where(.swal2-container) input:where(.swal2-file),div:where(.swal2-container) textarea:where(.swal2-textarea),div:where(.swal2-container) select:where(.swal2-select),div:where(.swal2-container) div:where(.swal2-radio),div:where(.swal2-container) label:where(.swal2-checkbox){margin:1em 2em 3px}div:where(.swal2-container) input:where(.swal2-input),div:where(.swal2-container) input:where(.swal2-file),div:where(.swal2-container) textarea:where(.swal2-textarea){box-sizing:border-box;width:auto;transition:var(--swal2-input-transition);border:var(--swal2-input-border);border-radius:var(--swal2-input-border-radius);background:var(--swal2-input-background);box-shadow:var(--swal2-input-box-shadow);color:inherit;font-size:1.125em}div:where(.swal2-container) input:where(.swal2-input).swal2-inputerror,div:where(.swal2-container) input:where(.swal2-file).swal2-inputerror,div:where(.swal2-container) textarea:where(.swal2-textarea).swal2-inputerror{border-color:#f27474!important;box-shadow:0 0 2px #f27474!important}div:where(.swal2-container) input:where(.swal2-input):hover,div:where(.swal2-container) input:where(.swal2-file):hover,div:where(.swal2-container) textarea:where(.swal2-textarea):hover{box-shadow:var(--swal2-input-hover-box-shadow)}div:where(.swal2-container) input:where(.swal2-input):focus,div:where(.swal2-container) input:where(.swal2-file):focus,div:where(.swal2-container) textarea:where(.swal2-textarea):focus{border:var(--swal2-input-focus-border);outline:none;box-shadow:var(--swal2-input-focus-box-shadow)}div:where(.swal2-container) input:where(.swal2-input)::-moz-placeholder,div:where(.swal2-container) input:where(.swal2-file)::-moz-placeholder,div:where(.swal2-container) textarea:where(.swal2-textarea)::-moz-placeholder{color:#ccc}div:where(.swal2-container) input:where(.swal2-input)::placeholder,div:where(.swal2-container) input:where(.swal2-file)::placeholder,div:where(.swal2-container) textarea:where(.swal2-textarea)::placeholder{color:#ccc}div:where(.swal2-container) .swal2-range{margin:1em 2em 3px;background:var(--swal2-background)}div:where(.swal2-container) .swal2-range input{width:80%}div:where(.swal2-container) .swal2-range output{width:20%;color:inherit;font-weight:600;text-align:center}div:where(.swal2-container) .swal2-range input,div:where(.swal2-container) .swal2-range output{height:2.625em;padding:0;font-size:1.125em;line-height:2.625em}div:where(.swal2-container) .swal2-input{height:2.625em;padding:0 .75em}div:where(.swal2-container) .swal2-file{width:75%;margin-right:auto;margin-left:auto;background:var(--swal2-input-background);font-size:1.125em}div:where(.swal2-container) .swal2-textarea{height:6.75em;padding:.75em}div:where(.swal2-container) .swal2-select{min-width:50%;max-width:100%;padding:.375em .625em;background:var(--swal2-input-background);color:inherit;font-size:1.125em}div:where(.swal2-container) .swal2-radio,div:where(.swal2-container) .swal2-checkbox{align-items:center;justify-content:center;background:var(--swal2-background);color:inherit}div:where(.swal2-container) .swal2-radio label,div:where(.swal2-container) .swal2-checkbox label{margin:0 .6em;font-size:1.125em}div:where(.swal2-container) .swal2-radio input,div:where(.swal2-container) .swal2-checkbox input{flex-shrink:0;margin:0 .4em}div:where(.swal2-container) label:where(.swal2-input-label){display:flex;justify-content:center;margin:1em auto 0}div:where(.swal2-container) div:where(.swal2-validation-message){align-items:center;justify-content:center;margin:1em 0 0;padding:.625em;overflow:hidden;background:var(--swal2-validation-message-background);color:var(--swal2-validation-message-color);font-size:1em;font-weight:300}div:where(.swal2-container) div:where(.swal2-validation-message):before{content:"!";display:inline-block;width:1.5em;min-width:1.5em;height:1.5em;margin:0 .625em;border-radius:50%;background-color:#f27474;color:#fff;font-weight:600;line-height:1.5em;text-align:center}div:where(.swal2-container) .swal2-progress-steps{flex-wrap:wrap;align-items:center;max-width:100%;margin:1.25em auto;padding:0;background:transparent;font-weight:600}div:where(.swal2-container) .swal2-progress-steps li{display:inline-block;position:relative}div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step{z-index:20;flex-shrink:0;width:2em;height:2em;border-radius:2em;background:#2778c4;color:#fff;line-height:2em;text-align:center}div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step{background:#2778c4}div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step{background:var(--swal2-progress-step-background);color:#fff}div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step-line{background:var(--swal2-progress-step-background)}div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step-line{z-index:10;flex-shrink:0;width:2.5em;height:.4em;margin:0 -1px;background:#2778c4}div:where(.swal2-icon){position:relative;box-sizing:content-box;justify-content:center;width:5em;height:5em;margin:2.5em auto .6em;zoom:var(--swal2-icon-zoom);border:.25em solid transparent;border-radius:50%;border-color:#000;font-family:inherit;line-height:5em;cursor:default;-webkit-user-select:none;-moz-user-select:none;user-select:none}div:where(.swal2-icon) .swal2-icon-content{display:flex;align-items:center;font-size:3.75em}div:where(.swal2-icon).swal2-error{border-color:#f27474;color:#f27474}div:where(.swal2-icon).swal2-error .swal2-x-mark{position:relative;flex-grow:1}div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line]{display:block;position:absolute;top:2.3125em;width:2.9375em;height:.3125em;border-radius:.125em;background-color:#f27474}div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line][class$=left]{left:1.0625em;transform:rotate(45deg)}div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line][class$=right]{right:1em;transform:rotate(-45deg)}@container swal2-popup style(--swal2-icon-animations:true){div:where(.swal2-icon).swal2-error.swal2-icon-show{animation:swal2-animate-error-icon .5s}div:where(.swal2-icon).swal2-error.swal2-icon-show .swal2-x-mark{animation:swal2-animate-error-x-mark .5s}}div:where(.swal2-icon).swal2-warning{border-color:#f8bb86;color:#f8bb86}@container swal2-popup style(--swal2-icon-animations:true){div:where(.swal2-icon).swal2-warning.swal2-icon-show{animation:swal2-animate-error-icon .5s}div:where(.swal2-icon).swal2-warning.swal2-icon-show .swal2-icon-content{animation:swal2-animate-i-mark .5s}}div:where(.swal2-icon).swal2-info{border-color:#3fc3ee;color:#3fc3ee}@container swal2-popup style(--swal2-icon-animations:true){div:where(.swal2-icon).swal2-info.swal2-icon-show{animation:swal2-animate-error-icon .5s}div:where(.swal2-icon).swal2-info.swal2-icon-show .swal2-icon-content{animation:swal2-animate-i-mark .8s}}div:where(.swal2-icon).swal2-question{border-color:#87adbd;color:#87adbd}@container swal2-popup style(--swal2-icon-animations:true){div:where(.swal2-icon).swal2-question.swal2-icon-show{animation:swal2-animate-error-icon .5s}div:where(.swal2-icon).swal2-question.swal2-icon-show .swal2-icon-content{animation:swal2-animate-question-mark .8s}}div:where(.swal2-icon).swal2-success{border-color:#a5dc86;color:#a5dc86}div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line]{position:absolute;width:3.75em;height:7.5em;border-radius:50%}div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line][class$=left]{top:-.4375em;left:-2.0635em;transform:rotate(-45deg);transform-origin:3.75em 3.75em;border-radius:7.5em 0 0 7.5em}div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line][class$=right]{top:-.6875em;left:1.875em;transform:rotate(-45deg);transform-origin:0 3.75em;border-radius:0 7.5em 7.5em 0}div:where(.swal2-icon).swal2-success .swal2-success-ring{position:absolute;z-index:2;top:-.25em;left:-.25em;box-sizing:content-box;width:100%;height:100%;border:.25em solid rgba(165,220,134,.3);border-radius:50%}div:where(.swal2-icon).swal2-success .swal2-success-fix{position:absolute;z-index:1;top:.5em;left:1.625em;width:.4375em;height:5.625em;transform:rotate(-45deg)}div:where(.swal2-icon).swal2-success [class^=swal2-success-line]{display:block;position:absolute;z-index:2;height:.3125em;border-radius:.125em;background-color:#a5dc86}div:where(.swal2-icon).swal2-success [class^=swal2-success-line][class$=tip]{top:2.875em;left:.8125em;width:1.5625em;transform:rotate(45deg)}div:where(.swal2-icon).swal2-success [class^=swal2-success-line][class$=long]{top:2.375em;right:.5em;width:2.9375em;transform:rotate(-45deg)}@container swal2-popup style(--swal2-icon-animations:true){div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-line-tip{animation:swal2-animate-success-line-tip .75s}div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-line-long{animation:swal2-animate-success-line-long .75s}div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-circular-line-right{animation:swal2-rotate-success-circular-line 4.25s ease-in}}[class^=swal2]{-webkit-tap-highlight-color:transparent}.swal2-show{animation:var(--swal2-show-animation)}.swal2-hide{animation:var(--swal2-hide-animation)}.swal2-noanimation{transition:none}.swal2-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}.swal2-rtl .swal2-close{margin-right:initial;margin-left:0}.swal2-rtl .swal2-timer-progress-bar{right:0;left:auto}.swal2-toast{box-sizing:border-box;grid-column:1/4!important;grid-row:1/4!important;grid-template-columns:min-content auto min-content;padding:1em;overflow-y:hidden;border:var(--swal2-toast-border);background:var(--swal2-background);box-shadow:var(--swal2-toast-box-shadow);pointer-events:all}.swal2-toast>*{grid-column:2}.swal2-toast h2:where(.swal2-title){margin:.5em 1em;padding:0;font-size:1em;text-align:initial}.swal2-toast .swal2-loading{justify-content:center}.swal2-toast input:where(.swal2-input){height:2em;margin:.5em;font-size:1em}.swal2-toast .swal2-validation-message{font-size:1em}.swal2-toast div:where(.swal2-footer){margin:.5em 0 0;padding:.5em 0 0;font-size:.8em}.swal2-toast button:where(.swal2-close){grid-column:3/3;grid-row:1/99;align-self:center;width:.8em;height:.8em;margin:0;font-size:2em}.swal2-toast div:where(.swal2-html-container){margin:.5em 1em;padding:0;overflow:initial;font-size:1em;text-align:initial}.swal2-toast div:where(.swal2-html-container):empty{padding:0}.swal2-toast .swal2-loader{grid-column:1;grid-row:1/99;align-self:center;width:2em;height:2em;margin:.25em}.swal2-toast .swal2-icon{grid-column:1;grid-row:1/99;align-self:center;width:2em;min-width:2em;height:2em;margin:0 .5em 0 0}.swal2-toast .swal2-icon .swal2-icon-content{display:flex;align-items:center;font-size:1.8em;font-weight:700}.swal2-toast .swal2-icon.swal2-success .swal2-success-ring{width:2em;height:2em}.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line]{top:.875em;width:1.375em}.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{left:.3125em}.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:.3125em}.swal2-toast div:where(.swal2-actions){justify-content:flex-start;height:auto;margin:.5em 0 0;padding:0 .5em}.swal2-toast button:where(.swal2-styled){margin:.25em .5em;padding:.4em .6em;font-size:1em}.swal2-toast .swal2-success{border-color:#a5dc86}.swal2-toast .swal2-success [class^=swal2-success-circular-line]{position:absolute;width:1.6em;height:3em;border-radius:50%}.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left]{top:-.8em;left:-.5em;transform:rotate(-45deg);transform-origin:2em 2em;border-radius:4em 0 0 4em}.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right]{top:-.25em;left:.9375em;transform-origin:0 1.5em;border-radius:0 4em 4em 0}.swal2-toast .swal2-success .swal2-success-ring{width:2em;height:2em}.swal2-toast .swal2-success .swal2-success-fix{top:0;left:.4375em;width:.4375em;height:2.6875em}.swal2-toast .swal2-success [class^=swal2-success-line]{height:.3125em}.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip]{top:1.125em;left:.1875em;width:.75em}.swal2-toast .swal2-success [class^=swal2-success-line][class$=long]{top:.9375em;right:.1875em;width:1.375em}@container swal2-popup style(--swal2-icon-animations:true){.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip{animation:swal2-toast-animate-success-line-tip .75s}.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long{animation:swal2-toast-animate-success-line-long .75s}}.swal2-toast.swal2-show{animation:var(--swal2-toast-show-animation)}.swal2-toast.swal2-hide{animation:var(--swal2-toast-hide-animation)}@keyframes swal2-show{0%{transform:translate3d(0,-50px,0) scale(.9);opacity:0}to{transform:translateZ(0) scale(1);opacity:1}}@keyframes swal2-hide{0%{transform:translateZ(0) scale(1);opacity:1}to{transform:translate3d(0,-50px,0) scale(.9);opacity:0}}@keyframes swal2-animate-success-line-tip{0%{top:1.1875em;left:.0625em;width:0}54%{top:1.0625em;left:.125em;width:0}70%{top:2.1875em;left:-.375em;width:3.125em}84%{top:3em;left:1.3125em;width:1.0625em}to{top:2.8125em;left:.8125em;width:1.5625em}}@keyframes swal2-animate-success-line-long{0%{top:3.375em;right:2.875em;width:0}65%{top:3.375em;right:2.875em;width:0}84%{top:2.1875em;right:0;width:3.4375em}to{top:2.375em;right:.5em;width:2.9375em}}@keyframes swal2-rotate-success-circular-line{0%{transform:rotate(-45deg)}5%{transform:rotate(-45deg)}12%{transform:rotate(-405deg)}to{transform:rotate(-405deg)}}@keyframes swal2-animate-error-x-mark{0%{margin-top:1.625em;transform:scale(.4);opacity:0}50%{margin-top:1.625em;transform:scale(.4);opacity:0}80%{margin-top:-.375em;transform:scale(1.15)}to{margin-top:0;transform:scale(1);opacity:1}}@keyframes swal2-animate-error-icon{0%{transform:rotateX(100deg);opacity:0}to{transform:rotateX(0);opacity:1}}@keyframes swal2-rotate-loading{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes swal2-animate-question-mark{0%{transform:rotateY(-360deg)}to{transform:rotateY(0)}}@keyframes swal2-animate-i-mark{0%{transform:rotate(45deg);opacity:0}25%{transform:rotate(-25deg);opacity:.4}50%{transform:rotate(15deg);opacity:.8}75%{transform:rotate(-5deg);opacity:1}to{transform:rotateX(0);opacity:1}}@keyframes swal2-toast-show{0%{transform:translateY(-.625em) rotate(2deg)}33%{transform:translateY(0) rotate(-2deg)}66%{transform:translateY(.3125em) rotate(2deg)}to{transform:translateY(0) rotate(0)}}@keyframes swal2-toast-hide{to{transform:rotate(1deg);opacity:0}}@keyframes swal2-toast-animate-success-line-tip{0%{top:.5625em;left:.0625em;width:0}54%{top:.125em;left:.125em;width:0}70%{top:.625em;left:-.25em;width:1.625em}84%{top:1.0625em;left:.75em;width:.5em}to{top:1.125em;left:.1875em;width:.75em}}@keyframes swal2-toast-animate-success-line-long{0%{top:1.625em;right:1.375em;width:0}65%{top:1.25em;right:.9375em;width:0}84%{top:.9375em;right:0;width:1.125em}to{top:.9375em;right:.1875em;width:1.375em}}.tokai-alert-popup{width:min(92vw,400px)!important;border:1px solid #d0dcea!important;border-radius:8px!important;background:#fff!important;box-shadow:0 8px 32px #0f234124!important;font-family:Sora,Inter,sans-serif!important;padding:28px 28px 22px!important}.tokai-alert-popup--toast{width:min(92vw,360px)!important;padding:16px 18px!important;border-radius:6px!important}.tokai-alert-icon{width:44px!important;height:44px!important;margin:0 auto 14px!important;border-width:2px!important}.tokai-alert-icon .swal2-icon-content{font-size:22px!important}.tokai-alert-title{margin:0!important;font-size:17px!important;font-weight:700!important;line-height:1.3!important;color:#1a3554!important}.tokai-alert-text{margin:8px 0 0!important;font-size:13px!important;line-height:1.55!important;color:#5a7490!important}.tokai-alert-actions{width:100%!important;margin:20px 0 0!important;gap:8px!important;justify-content:flex-end!important}.tokai-alert-btn{min-width:96px!important;height:36px!important;margin:0!important;padding:0 18px!important;border-radius:4px!important;border:1px solid transparent!important;font-size:13px!important;font-weight:600!important;font-family:inherit!important;cursor:pointer!important;transition:background .15s ease,border-color .15s ease,box-shadow .15s ease!important}.tokai-alert-btn:focus-visible{outline:2px solid rgba(11,92,173,.25)!important;outline-offset:2px!important}.tokai-alert-btn--primary{border-color:#0b5cad!important;background:linear-gradient(180deg,#1069c5,#0855a3)!important;color:#fff!important;box-shadow:0 2px 6px #0b5cad40!important}.tokai-alert-btn--primary:hover{background:linear-gradient(180deg,#1474d4,#0a4f96)!important;box-shadow:0 3px 8px #0b5cad52!important}.tokai-alert-btn--secondary{border-color:#cdd8e4!important;background:#f5f8fb!important;color:#3a5470!important}.tokai-alert-btn--secondary:hover{border-color:#b8c8d8!important;background:#eef3f8!important}.tokai-alert-btn--danger{border-color:#d88b97!important;background:linear-gradient(180deg,#fff7f8,#fdecee)!important;color:#c84d62!important;box-shadow:0 2px 6px #c84d6224!important}.tokai-alert-btn--danger:hover{border-color:#cf667a!important;background:linear-gradient(180deg,#fff0f3,#fce3e7)!important}.swal2-timer-progress-bar{background:linear-gradient(90deg,#1c7bd9,#0b5cad)!important;height:3px!important}@media(max-width:520px){.tokai-alert-popup{padding:22px 18px 18px!important}.tokai-alert-title{font-size:16px!important}.tokai-alert-actions{flex-direction:column-reverse!important;align-items:stretch!important;margin-top:16px!important}.tokai-alert-btn{width:100%!important;height:40px!important}}.tokai-shell-layout{display:flex;flex-direction:column;height:100vh;background:#dbe5ee;overflow:hidden}.tokai-shell-header{height:60px;background:#f7fbff;border-bottom:1px solid #9db2c3;display:flex;align-items:center;justify-content:space-between;padding:0 10px;z-index:20}.tokai-shell-header-left{display:flex;align-items:center;gap:10px;min-width:0}.tokai-shell-app-logo{width:92px;height:44px;-o-object-fit:contain;object-fit:contain}.humbergurger-search{display:flex;justify-content:center;margin-left:40px;gap:30px}.hamburger-btn{display:none}.hamburger-btn.hamburger-btn--back{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid #dce6f2;background:#f4f7fb;cursor:pointer;border-radius:999px;padding:0;transition:background .2s ease,border-color .2s ease,transform .2s ease}.hamburger-btn.hamburger-btn--back:hover{background:#eaf1f8;border-color:#c8d8ea;transform:translate(-1px)}.tokai-back-btn{display:flex;align-items:center;position:relative;overflow:hidden;width:80px;height:30px;border:1px solid #d7e3f0;border-radius:4px;background:#f4f8fc;color:#052e66;cursor:pointer;transition:all .3s cubic-bezier(.31,-.105,.43,1.4)}.tokai-back-btn span{position:absolute;left:0;width:72%;text-align:center;font-size:14px;font-weight:600;transition:all .3s cubic-bezier(.31,-.105,.43,1.4)}.tokai-back-btn span:after{content:"";position:absolute;top:20%;right:0;width:1px;height:60%;background:#d6e2ef}.tokai-back-btn__icon{position:absolute;right:0;width:28%;height:100%;display:flex;align-items:center;justify-content:center;transition:all .3s cubic-bezier(.31,-.105,.43,1.4)}.tokai-back-btn:hover span{left:-72%;opacity:0}.tokai-back-btn:hover .tokai-back-btn__icon{width:100%}.tokai-back-btn:hover .tokai-back-btn__icon svg{transform:translate(-2px) scale(1.15)}.tokai-back-btn__icon svg{transition:all .3s cubic-bezier(.31,-.105,.43,1.4)}.tokai-back-btn:hover{background:#e9f1f9;border-color:#c7d8ea}.tokai-back-btn:active{transform:scale(.96)}@media(max-width:900px){.hamburger-btn{display:inline-flex}}.hamburger-btn:hover{background:#e6edf3}.tokai-shell-search-wrap{position:relative;width:300px;max-width:32vw}.tokai-shell-search-icon{position:absolute;left:9px;top:50%;transform:translateY(-50%);color:#8a99a8}.tokai-shell-search-input{width:100%;height:28px;border:1px solid #d7e1eb;background:#e9f0f6;border-radius:3px;padding:0 10px 0 30px;font-size:12px;color:#374151}.tokai-shell-header-right{display:flex;align-items:center;gap:14px;margin-right:20px}.tokai-shell-icon-btn{width:32px;height:32px;border:1px solid #d7e3f0;border-radius:4px;background:#f4f8fc;color:#052e66;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.tokai-shell-portal-label{font-size:12px;font-weight:500;color:#23384d}.tokai-shell-main{display:flex;flex:1;min-height:0}.tokai-shell-sidebar{background:#083b66}.tokai-shell-content{flex:1;min-width:0;overflow:auto;scroll-behavior:smooth;padding:18px 20px;background:#0066b31a}.tokai-page-transition{animation:pageSlideIn .25s ease both}@keyframes pageSlideIn{0%{opacity:0}to{opacity:1}}.tokai-sidebar-backdrop{display:none}@media(max-width:900px){.tokai-sidebar-backdrop{display:block;position:fixed;inset:60px 0 0;background:#05142866;z-index:40;animation:backdropIn .25s ease both}}@keyframes backdropIn{0%{opacity:0}to{opacity:1}}.tokai-shell-main.no-sidebar .tokai-shell-content,.tokai-shell-content.full-width{padding-left:12px;padding-right:12px}@media(max-width:700px){.tokai-shell-content,.tokai-shell-main.no-sidebar .tokai-shell-content,.tokai-shell-content.full-width{padding-left:0;padding-right:0}}.tokai-shell-user-actions{display:flex;align-items:center;gap:8px}.tokai-shell-user-name{max-width:180px;height:34px;padding:0 14px;border:1px solid #d5e1ec;border-radius:999px;background:linear-gradient(180deg,#fff,#eef4f9);font-size:13px;font-weight:600;color:#24415e;display:inline-flex;align-items:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;box-shadow:inset 0 1px #fffc}.tokai-shell-logout-btn{display:flex;align-items:center;justify-content:flex-start;width:45px;height:30px;border:none;border-radius:4px;cursor:pointer;position:relative;overflow:hidden;transition-duration:.3s;background-color:#f4f8fc;border:1px solid #d7e3f0}.tokai-logout-sign{width:100%;transition-duration:.3s;display:flex;align-items:center;justify-content:center}.tokai-logout-sign svg{width:17px;stroke:#052e66;stroke-width:2}.tokai-logout-text{position:absolute;right:0%;width:0%;opacity:0;color:#052e66;font-size:14px;font-weight:600;transition-duration:.3s;white-space:nowrap}.tokai-shell-logout-btn:hover{width:125px;border-radius:4px;transition-duration:.3s}.tokai-shell-logout-btn:hover .tokai-logout-sign{width:30%;transition-duration:.3s;padding-left:20px}.tokai-shell-logout-btn:hover .tokai-logout-text{opacity:1;width:70%;transition-duration:.3s;padding-right:10px}.tokai-shell-logout-btn:active{transform:translate(2px,2px)}.tokai-shell-logout-btn:focus-visible{outline:2px solid rgba(5,46,102,.2);outline-offset:2px}.hamburger-btn{display:inline-flex;align-items:center;justify-content:center;border:none;background:transparent;cursor:pointer;padding:6px}.hamburger-icon{overflow:visible}.hamburger-icon .line{fill:none;stroke:#052e66;stroke-width:2;stroke-linecap:round;transition:all .35s cubic-bezier(.34,1.56,.64,1)}.hamburger-btn .line1{d:path("M4 6H20")}.hamburger-btn .line2{d:path("M4 12H20")}.hamburger-btn .line3{d:path("M4 18H20")}.hamburger-btn.open .line1{d:path("M4 6H20")}.hamburger-btn.open .line2{d:path("M8 12H20")}.hamburger-btn.open .line3{d:path("M14 18H20")}@media(max-width:900px){.tokai-shell-search-wrap{width:200px;max-width:42vw}.tokai-shell-header-right{gap:10px;margin-right:8px}.tokai-shell-user-name{max-width:120px}}@media(max-width:640px){.tokai-shell-portal-label{display:none}.tokai-shell-user-name{max-width:92px}}.loader-container{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:24px;background:radial-gradient(circle at top,rgba(15,95,157,.22),transparent 42%),linear-gradient(180deg,#05365beb,#031d32f5);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.loader-shell{min-width:240px;padding:28px 24px;border:1px solid rgba(143,176,207,.18);border-radius:4px;background:#ffffff0f;box-shadow:0 24px 70px #00000047,inset 0 1px #ffffff14;text-align:center}.loader-brand{margin-bottom:18px;color:#f2f7fb;font-size:12px;font-weight:700;letter-spacing:.18em;text-transform:uppercase}.loader-stage{position:relative;width:96px;height:96px;margin:0 auto 18px;display:grid;place-items:center}.loader-ring,.loader-ring:before,.loader-ring:after{position:absolute;inset:0;border-radius:50%}.loader-ring{border:2px solid rgba(255,255,255,.14)}.loader-ring:before,.loader-ring:after{content:"";border-top:3px solid transparent;border-right:3px solid #3da4ff;border-bottom:3px solid transparent;border-left:3px solid transparent;animation:tokaiSpin 1.1s linear infinite}.loader-ring:after{inset:10px;border-right-color:#e3781a;animation-duration:.8s;animation-direction:reverse}.loader-core{width:24px;height:24px;border-radius:50%;background:linear-gradient(135deg,#fff,#d8e9f8);box-shadow:0 0 0 8px #3da4ff14,0 0 24px #e3781a59;animation:tokaiPulse 1.2s ease-in-out infinite}.loader-label{margin:0;color:#d9e7f4;font-size:14px;font-weight:500;letter-spacing:.02em}.btn-spinner{display:inline-block;width:13px;height:13px;border:2px solid currentColor;border-top-color:transparent;border-radius:50%;opacity:.85;animation:tokaiSpin .65s linear infinite;flex-shrink:0}@keyframes tokaiSpin{to{transform:rotate(360deg)}}@keyframes tokaiPulse{0%,to{transform:scale(.92);opacity:.9}50%{transform:scale(1.08);opacity:1}}.cor-overlay{position:fixed;inset:0;background:#0f1e3273;z-index:1001;display:flex;align-items:center;justify-content:center;padding:20px}.cor-modal{background:#f4f8fc;border-radius:4px;width:100%;max-width:460px;display:flex;flex-direction:column;box-shadow:0 8px 32px #0f285033;overflow:hidden}.cor-header{display:flex;align-items:flex-start;justify-content:space-between;padding:16px 20px;background:#fff;border-bottom:1px solid #dce8f2;gap:12px}.cor-title{margin:0 0 3px;font-size:15px;font-weight:700;color:#1e3a5f}.cor-sub{margin:0;font-size:12px;color:#6b87a0}.cor-sub strong{color:#1e3a5f;font-weight:600}.cor-close{width:28px;height:28px;border:1px solid #dce8f2;border-radius:4px;background:#f4f8fc;color:#6b87a0;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0}.cor-close:hover:not(:disabled){background:#dfeaf5;color:#0b69b5}.cor-close:disabled{opacity:.5;cursor:not-allowed}.cor-body{padding:14px 20px;display:flex;flex-direction:column;gap:8px}.cor-group{background:#fff;border:1px solid #dce8f2;border-radius:4px;overflow:hidden}.cor-group--open{border-color:#b8d4ee}.cor-group-header{display:flex;align-items:center;justify-content:space-between;width:100%;padding:10px 14px;border:none;background:#f0f6fb;cursor:pointer;text-align:left;gap:8px;transition:background .12s}.cor-group--open .cor-group-header,.cor-group-header:hover{background:#e4f0fa}.cor-group-header-left{display:flex;align-items:center;gap:8px;min-width:0;flex:1}.cor-group-label{font-size:11px;font-weight:700;color:#4a6278;text-transform:uppercase;letter-spacing:.07em;white-space:nowrap}.cor-selection-preview{font-size:11px;font-weight:600;color:#0b69b5;background:#dbeafe;border-radius:3px;padding:2px 7px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:200px}.cor-chevron{flex-shrink:0;color:#7a8fa3;transition:transform .2s}.cor-chevron--open{transform:rotate(180deg)}.cor-options{max-height:0;overflow:hidden;opacity:0;transition:max-height .32s cubic-bezier(.22,1,.36,1),opacity .22s ease,padding .22s ease}.cor-options--open{max-height:400px;opacity:1;padding:4px 0;border-top:1px solid #e8f0f8}.cor-option{display:flex;align-items:center;gap:10px;width:100%;padding:8px 14px;border:none;background:transparent;text-align:left;font-size:12px;font-weight:500;color:#3d5772;cursor:pointer;transition:background .1s}.cor-option:hover{background:#f0f6fb}.cor-option--active{background:#e8f1fb;color:#0b69b5;font-weight:600}.cor-option--active:hover{background:#dbeafe}.cor-radio{width:14px;height:14px;border-radius:50%;border:2px solid #b0c4d8;flex-shrink:0;transition:border-color .1s}.cor-option--active .cor-radio{border-color:#0b69b5;background:#0b69b5;box-shadow:inset 0 0 0 2.5px #fff}.cor-options--other.cor-options--open{padding:10px 14px}.cor-other-input{display:block;width:100%;box-sizing:border-box;padding:8px 10px;border:1px solid #d0dcea;border-radius:4px;background:#f4f8fc;font-size:12px;color:#3d5772;resize:none;outline:none;font-family:inherit;line-height:1.5;transition:border-color .1s,background .1s}.cor-other-input::-moz-placeholder{color:#9fb3c4}.cor-other-input::placeholder{color:#9fb3c4}.cor-other-input:focus,.cor-other-input--active{border-color:#0b69b5;background:#fff}.cor-footer{display:flex;align-items:center;justify-content:flex-end;gap:8px;padding:12px 20px;background:#fff;border-top:1px solid #dce8f2}.cor-btn{height:34px;padding:0 16px;border-radius:4px;border:1px solid transparent;font-size:12px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:6px;transition:background .15s}.cor-btn--cancel{background:#fff;border-color:#dbe6f0;color:#36506c}.cor-btn--cancel:hover:not(:disabled){background:#f4f9fd}.cor-btn--cancel:disabled{opacity:.5;cursor:not-allowed}.cor-btn--confirm{background:#0b69b5;color:#fff}.cor-btn--confirm:hover:not(:disabled){background:#0958a0}.cor-btn--confirm:disabled{opacity:.45;cursor:not-allowed}@media(max-width:520px){.cor-modal{max-width:100%;border-radius:0}.cor-overlay{padding:0;align-items:flex-end}}.nf-shell{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#f0f4f9;padding:24px}.nf-card{display:flex;flex-direction:column;align-items:center;text-align:center}.nf-logo{width:60px;height:auto;-o-object-fit:contain;object-fit:contain;margin-bottom:40px;opacity:.85}.nf-glasses-row{display:flex;align-items:center;gap:8px;margin-bottom:28px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.nf-four{font-size:108px;font-weight:800;color:#1a5fa8;line-height:1;font-family:system-ui,-apple-system,sans-serif}.nf-glasses-wrap{display:flex;align-items:center;position:relative}.nf-arm{width:28px;height:6px;background:#1e3a5a;border-radius:3px;flex-shrink:0;margin-top:-14px}.nf-glasses{display:flex;align-items:center;flex-shrink:0}.nf-lens{width:106px;height:106px;border-radius:50%;border:8px solid #1e3a5a;background:#fff;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;flex-shrink:0}.nf-eyelid{position:absolute;left:0;width:100%;height:52%;background:#2b7cb9;z-index:2;pointer-events:none;animation-duration:4s;animation-timing-function:ease-in-out;animation-iteration-count:infinite}.nf-eyelid--top{top:-52%;animation-name:nf-eyelid-top;animation-delay:var(--blink-delay, 0s)}.nf-eyelid--bottom{bottom:-52%;animation-name:nf-eyelid-bottom;animation-delay:var(--blink-delay, 0s)}@keyframes nf-eyelid-top{0%,88%,to{top:-52%}94%{top:0}}@keyframes nf-eyelid-bottom{0%,88%,to{bottom:-52%}94%{bottom:0}}.nf-bridge{width:20px;height:6px;background:#1e3a5a;border-radius:3px;flex-shrink:0;margin-top:-14px}.nf-iris{width:46px;height:46px;border-radius:50%;background:radial-gradient(circle at 36% 36%,#7ab3e8,#1a5fa8 52%,#0c3264);position:absolute;top:50%;left:50%;margin-top:-23px;margin-left:-23px;will-change:transform;transition:transform .05s linear;pointer-events:none}.nf-pupil{width:20px;height:20px;border-radius:50%;background:#080808;position:absolute;top:50%;left:50%;margin-top:-10px;margin-left:-10px}.nf-glint{position:absolute;width:7px;height:7px;border-radius:50%;background:#ffffffc7;top:8px;left:10px}.nf-title{font-size:22px;font-weight:700;color:#1e293b;margin:0 0 10px}.nf-message{font-size:14px;color:#64748b;margin:0 0 28px;line-height:1.6;max-width:340px}.nf-btn{background:#1a5fa8;color:#fff;border:none;border-radius:8px;padding:11px 28px;font-size:14px;font-weight:600;cursor:pointer;transition:background .15s}.nf-btn:hover{background:#0958a0}@media(max-width:520px){.nf-four{font-size:68px}.nf-lens{width:68px;height:68px;border-width:6px}.nf-iris{width:30px;height:30px;margin-top:-15px;margin-left:-15px}.nf-pupil{width:13px;height:13px;margin-top:-6.5px;margin-left:-6.5px}.nf-bridge{width:14px;height:5px}.nf-arm{width:18px;height:5px}}*{margin:0;padding:0;box-sizing:border-box}.new-order-page{display:flex;flex-direction:column;gap:20px;min-width:0;color:#15324b;background:transparent;padding:20px 16px 26px;max-width:100%;margin:0 auto}.new-order-page-hero{display:flex;align-items:center;justify-content:space-between;padding:6px 2px 2px}.new-order-page-kicker{margin:0 0 4px;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#5b85ab}.new-order-page-hero h1{margin:0;font-size:28px;line-height:1.1;color:#15324b}.new-order-page-hero span{display:inline-block;margin-top:6px;font-size:13px;color:#6e88a1}.new-order-card{background:#fff;border-radius:4px;padding:20px 22px;box-shadow:none}.new-order-card--tight{padding:18px 0 1px;background:transparent;container-type:inline-size}.new-order-prescription-card{padding:14px 16px 16px;container-type:inline-size;container-name:rx-card}.new-order-section-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin:-20px -22px 18px;padding:14px 22px 12px;background:#fafafa;border-bottom:1px solid #e6f0f8;border-top-left-radius:10px;border-top-right-radius:10px;flex-wrap:wrap}.new-order-section-head h2{margin:0;font-size:15px;font-weight:700;color:#1a5a8b}.new-order-section-head h2 span{color:#e05a5a}.new-order-section-head span{font-size:11px;color:#7c9abc}.new-order-prescription-head{margin:-14px -16px 14px;padding:14px 16px 12px;background:#fafafa;border-bottom:1px solid #e6f0f8;border-top-left-radius:10px;border-top-right-radius:10px}.new-order-prescription-head-left{display:flex;align-items:flex-start;gap:20px}.new-order-prescription-head-left>div:first-child{flex:1 1 50%;min-width:0}.new-order-prescription-head-prism{flex:1 1 50%;min-width:0;display:flex;flex-direction:column;align-items:flex-start;gap:4px}.new-order-prescription-head h2{margin:0;font-size:15px;font-weight:700;color:#1a5a8b}.new-order-prescription-head h2 span{color:#e05a5a}.new-order-prescription-head p{margin:1px 0 0;font-size:11px;color:#7c9abc}.new-order-grid{display:grid;gap:16px}.new-order-grid--one{grid-template-columns:1fr}.new-order-grid--two{grid-template-columns:repeat(2,1fr)}.new-order-grid--four{grid-template-columns:repeat(4,1fr)}.new-order-field{display:flex;flex-direction:column;gap:6px}.new-order-field span{font-size:13px;font-weight:500;color:#4f6f8f}.new-order-field input,.new-order-field select,.new-order-field textarea{width:100%;border:1px solid #dce6f0;background:#fff;border-radius:4px;color:#1f4668;font-size:13px;outline:none;transition:all .2s ease;font-family:inherit}.new-order-field select{background:linear-gradient(180deg,#fff,#f8fbff)}.new-order-field input,.new-order-field select{height:36px;padding:0 12px}.new-order-field textarea{resize:vertical;padding:12px;min-height:80px}.new-order-field input:focus,.new-order-field select:focus,.new-order-field textarea:focus{border-color:#3f82c2;box-shadow:0 0 0 3px #3f82c21a}.new-order-field input::-moz-placeholder,.new-order-field select::-moz-placeholder{color:#b8cee6}.new-order-field input::placeholder,.new-order-field select::placeholder{color:#b8cee6}.new-order-field small{font-size:10px;color:#8aa9c4;margin-top:2px}.new-order-input-with-suffix{position:relative;display:inline-block;width:100%}.new-order-input-with-suffix input{padding-right:14px}.new-order-input-suffix{position:absolute;top:45%;right:23px;transform:translateY(-50%);font-size:11px;color:#6f8295;pointer-events:none;line-height:1}.new-order-prescription-table-wrap{overflow-x:auto;width:100%;border:1px solid #deedf9;border-radius:4px;background:#fff}.new-order-prescription-table{width:100%;border-collapse:collapse;table-layout:fixed}.new-order-prescription-table--prism{table-layout:fixed}.new-order-prescription-table--prism col.new-order-prism-col-eye{width:84px}.new-order-prescription-table--prism col.new-order-prism-col-value{width:calc((100% - 84px)/4)}.new-order-prescription-table col.new-order-prescription-col-eye{width:20%}.new-order-prescription-table col.new-order-prescription-col-value{width:25%}.new-order-prescription-table thead th{padding:10px 12px;background:#e6f0f8;color:#2c577c;font-size:13px;font-weight:600;text-align:center;border-bottom:1px solid #cde3f4;white-space:nowrap}.new-order-prescription-table thead th:first-child{text-align:center;padding:10px 12px}.new-order-prescription-table tbody td{padding:8px 2em;border-bottom:1px solid #f0f5fa;vertical-align:middle}.new-order-prescription-table tbody td:first-child{padding:8px 12px;background:#deedf9;border-bottom-color:#deedf9;text-align:center}.new-order-prescription-table tbody tr:last-child td{border-bottom:0}.new-order-prescription-table-wrap--pd{overflow-x:visible}.new-order-prescription-table-wrap--pd .new-order-prescription-table--pd{width:100%;table-layout:auto}.new-order-prescription-table--pd col.new-order-prescription-col-eye{width:15%}.new-order-prescription-table--pd col.new-order-prescription-col-value{width:auto}.new-order-prescription-table--pd tbody td:first-child{background:#fff;border-bottom-color:#f0f5fa}.new-order-prescription-row{transition:opacity .2s ease}.new-order-prescription-row td,.new-order-prescription-row .new-order-eye-button{opacity:1}.new-order-prescription-row.is-inactive td:not(:first-child){opacity:.42}.new-order-prescription-table td input,.new-order-prescription-table td select:not(.new-order-eye-mode-select){display:block;width:100%;max-width:100%;height:34px;padding:0 8px;border:1px solid #dce8f2;border-radius:4px;background:#fff;font-size:11px;color:#1f4668;box-sizing:border-box;outline:none;-webkit-appearance:auto;-moz-appearance:auto;appearance:auto;text-align:center}.new-order-prescription-table td input:focus,.new-order-prescription-table td select:focus{border-color:#3f82c2;box-shadow:0 0 0 2px #3f82c21a}.new-order-eye-button{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:0;border:0;background:transparent;cursor:pointer}.new-order-eye-cell{display:inline-flex;align-items:center;justify-content:center;gap:5px;width:100%}.new-order-eye-mode-select{height:28px!important;width:80px!important;min-width:80px!important;max-width:80px!important;padding:0 4px!important;border:1px solid #ccdde8!important;border-radius:3px!important;background:#f4f9fd!important;color:#3a6080!important;font-size:11px!important;font-weight:600!important;cursor:pointer;-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}.new-order-eye-checkbox{width:18px!important;height:18px!important;min-width:14px;padding:0!important;cursor:pointer}.new-order-prescription-row.is-inactive .new-order-eye-button{opacity:.55}.new-order-prescription-row.is-active .new-order-eye-button{opacity:1}.new-order-eye-badge{display:inline-flex;align-items:center;justify-content:center;min-width:54px;height:28px;padding:0 10px;border-radius:2px;font-size:12px;font-weight:700;letter-spacing:0}.new-order-eye-badge--od{background:#e6f0fc;color:#2a6eb0;border:1px solid #cde2f5}.new-order-eye-badge--os{background:#ecf6e8;color:#639462;border:1px solid #d4e8cd}.new-order-switch{display:inline-flex;align-items:center;gap:6px;margin-top:12px;margin-bottom:12px;cursor:pointer}.new-order-switch input{position:absolute;opacity:0;pointer-events:none}.new-order-switch-track{position:relative;width:32px;height:16px;border-radius:999px;background:#3f82c2;transition:background .2s ease;cursor:pointer}.new-order-switch-track:after{content:"";position:absolute;top:2px;right:2px;width:12px;height:12px;border-radius:50%;background:#fff;transition:right .2s ease}.new-order-switch input:not(:checked)+.new-order-switch-track{background:#cfdfef}.new-order-switch input:not(:checked)+.new-order-switch-track:after{right:18px}.new-order-switch-label{font-size:13px;font-weight:400;color:#4f6f8f}.new-order-prism-block{transition:all .2s}.new-order-prism-title{display:inline-block;margin-bottom:4px;font-size:14px;font-weight:500;color:#4f6f8f;background:transparent;padding:0;border-radius:0}.new-order-prescription-table-wrap--prism{border:1px solid #deedf9;border-radius:4px;background:#fff;box-shadow:none}.new-order-prescription-table-wrap--prism .new-order-prescription-table{background:#fff}.new-order-prescription-table-wrap--prism thead th{padding:10px 12px;background:#e6f0f8;color:#2c577c;font-size:13px;font-weight:600;border-bottom:1px solid #cde3f4;vertical-align:middle;text-align:left}.new-order-prescription-table-wrap--prism thead th:first-child{text-align:center}.new-order-prescription-table-wrap--prism thead th:not(:first-child){text-align:center}.new-order-prescription-table-wrap--prism tbody td{padding:8px 4px;background:#fff;border-bottom:1px solid #f0f5fa;text-align:center;vertical-align:middle}.new-order-prescription-table-wrap--prism tbody td:first-child{padding:8px;background:#deedf9;border-bottom-color:#deedf9;text-align:center}.new-order-prescription-table-wrap--prism .new-order-eye-button{width:100%;justify-content:flex-start}.new-order-prescription-table-wrap--prism .new-order-prism-input,.new-order-prescription-table-wrap--prism .new-order-prism-select{display:block;width:100%;max-width:100%;height:34px;padding:0 8px;border:1px solid #dce8f2;border-radius:4px;background:#fff;font-size:11px;color:#1f4668;box-sizing:border-box;outline:none;-webkit-appearance:auto;-moz-appearance:auto;appearance:auto;text-align:center;margin:0}.new-order-prescription-table-wrap--prism .new-order-prism-input:focus,.new-order-prescription-table-wrap--prism .new-order-prism-select:focus{border-color:#3f82c2;box-shadow:0 0 0 2px #3f82c21a}.new-order-prescription-table-wrap--prism .new-order-prism-input:focus,.new-order-prescription-table-wrap--prism .new-order-prism-select:focus{border-color:#9dbfdf;box-shadow:0 0 0 2px #9dbfdf29}.new-order-top-fields{gap:10px}.new-order-top-fields .new-order-field input,.new-order-top-fields .new-order-field select{border-radius:4px}.new-order-chip-group{display:flex;gap:8px;flex-wrap:wrap}.new-order-lens-top{display:grid;grid-template-columns:1.2fr 1fr 1.1fr 1fr;gap:28px;align-items:start}.new-order-lens-option,.new-order-lens-index{display:flex;flex-direction:column;gap:10px}.new-order-lens-option>span,.new-order-lens-index>span{font-size:13px;font-weight:500;color:#4f6f8f}.new-order-chip-group--lens-type .new-order-chip{min-width:134px}.new-order-chip{display:inline-flex;align-items:center;justify-content:center;border:1px solid #d7e2ee;background:#fff;color:#6d7d8d;border-radius:4px;min-height:30px;padding:0 18px;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s}.new-order-chip.active{background:#0d67b5;border-color:#0d67b5;color:#fff}.new-order-chip:hover{color:#0d67b5;background:#eef4fa}.new-order-chip:disabled{cursor:not-allowed;opacity:.55}.new-order-chip:disabled:hover{color:#6d7d8d;background:#fff}.new-order-lens-help{margin:0;font-size:12px;line-height:1.45;color:#687888}.new-order-switch--compact{margin:0 0 6px}.new-order-lens-divider{height:1px;margin:24px 0 14px;background:#e2e8f0}.new-order-lens-bottom{display:flex;flex-wrap:wrap;gap:20px;align-items:end}.new-order-lens-bottom>.new-order-field{flex:1 1 150px;min-width:0}.new-order-lens-bottom .new-order-field--lens-product{flex:1.4 1 180px}.new-order-lens-bottom .new-order-field--curve{flex:0 1 160px;min-width:130px}.new-order-curve-row{display:flex;align-items:center;gap:6px}.new-order-curve-row>.new-order-dropdown{flex:1 1 0;min-width:0}.new-order-required{color:#e05a5a}.new-order-search-input-wrap{position:relative}.new-order-search-input{width:100%;height:34px;border:1px solid #dce6f0;border-radius:4px;padding:0 16px 0 38px;font-size:13px;color:#1f4668;background:#fff}.new-order-search-icon{position:absolute;top:50%;left:12px;width:16px;height:16px;color:#8093a7;transform:translateY(-50%);pointer-events:none}.new-order-search-icon svg{display:block;width:100%;height:100%}.new-order-measurement-sections{align-items:stretch}.new-order-table-wrap{overflow-x:auto;border-radius:4px;border:1px solid #d7e2ee;background:#fff}.new-order-table{display:table;width:100%;border-collapse:collapse;table-layout:fixed}.new-order-table th,.new-order-table td{padding:8px 12px;text-align:left;border:1px solid #dfe7ef}.new-order-table th{background:#deedf9;font-size:12px;font-weight:600;color:#446581}.new-order-table thead th{border-top:0}.new-order-table th:first-child,.new-order-table td:first-child{border-left:0}.new-order-table th:last-child,.new-order-table td:last-child{border-right:0}.new-order-table tbody tr:last-child td{border-bottom:0}.new-order-table--pd th:first-child,.new-order-table--pd td:first-child{width:102px}.new-order-table td input{width:100%;height:38px;padding:0 12px;border:1px solid #d9e3ee;border-radius:4px;font-size:12px;color:#4c6074;background:#fff}.new-order-table-label{display:flex;align-items:center;justify-content:flex-start;padding-left:10px!important;font-weight:600;color:#2a5f8a}.new-order-eye-inline{display:inline-flex;align-items:center;gap:6px;flex-wrap:nowrap}.new-order-table--pd .new-order-eye-badge{min-width:42px;height:24px;padding:0 8px;font-size:11px;border:0;box-shadow:none}.new-order-thickness-grid{display:grid;gap:10px}.new-order-thickness-label,.new-order-thickness-help{font-size:12px;color:#4f6f8f}.new-order-thickness-help{margin:0;color:#7d8996}.new-order-thickness-tabs{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid #dbe5ef;border-radius:4px;overflow:hidden}.new-order-thickness-tab{height:38px;border:0;border-right:1px solid #dbe5ef;background:#fff;color:#7a8693;font-size:12px;font-weight:500;cursor:pointer;transition:all .2s ease}.new-order-thickness-tab:last-child{border-right:0}.new-order-thickness-tab.active{background:#0d67b5;color:#fff}.new-order-thickness-values{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.new-order-thickness-values .new-order-field{gap:4px}.new-order-thickness-values .new-order-field input{height:34px;border-radius:4px}.new-order-thickness-values .new-order-field input:disabled{background:#f3f7fb;color:#9aaabd;cursor:not-allowed}.new-order-extra-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:0 40px;align-items:start}.new-order-extra-col{display:flex;flex-direction:column;gap:16px}.new-order-extra-item{display:grid;grid-template-columns:minmax(0,1fr) 146px;border:1px solid #dfe7ef;border-radius:4px;overflow:visible;background:#fff;position:relative}.new-order-extra-item--wide{grid-column:1 / -1;grid-template-columns:minmax(0,1fr) 262px}.new-order-extra-meta{display:flex;flex-direction:column;justify-content:center;gap:2px;min-height:68px;padding:14px 16px;background:#dceaf7}.new-order-extra-meta strong{font-size:12px;font-weight:700;color:#3d5b79}.new-order-extra-meta small{font-size:11px;line-height:1.35;color:#59718a}.new-order-extra-control{display:flex;align-items:center;justify-content:flex-end;padding:10px 14px;background:#fff}.new-order-extra-control input,.new-order-extra-control select{width:100%;height:34px;padding:0 10px;border:1px solid #dce5ef;border-radius:4px;background:#fff;color:#6d7d8d;font-size:12px;outline:none}.new-order-extra-control--dual{gap:10px}.new-order-extra-dual-slot>span{color:#6d7d8d;font-size:14px}.new-order-extra-dual-slot{display:inline-flex;align-items:center;gap:10px}.new-order-extra-item--inset-pair{grid-template-columns:1fr 1fr;border:1px solid #dfe7ef;border-radius:4px;overflow:visible;background:#fff}.new-order-extra-control,.new-order-extra-control .new-order-dropdown{position:relative}.new-order-extra-control .new-order-dropdown.is-open{z-index:40}.new-order-extra-item--inset-pair .new-order-extra-meta{min-height:68px;padding:14px 16px;background:#dceaf7}.new-order-extra-item--inset-pair .new-order-extra-meta strong{font-size:12px;color:#3d5b79}.new-order-extra-item--inset-pair .new-order-extra-meta small{font-size:11px;line-height:1.35}.new-order-extra-item--inset-pair .new-order-extra-control{justify-content:center;gap:10px;padding:10px 14px}.new-order-extra-item--inset-pair .new-order-extra-dual-slot{flex:1;min-width:0;justify-content:center;gap:0}.new-order-extra-item--inset-pair .new-order-extra-dual-slot .new-order-dropdown{width:100%}.new-order-extra-item--inset-pair .new-order-extra-dual-slot .new-order-dropdown-trigger{width:100%;background:linear-gradient(180deg,#fff,#f8fbff);color:#1f4668;border-color:#dce6f0;font-size:13px;min-height:36px}.new-order-extra-item--inset-pair .new-order-extra-dual-slot>span{font-size:14px;color:#8796a6;flex-shrink:0}.new-order-frame-card{padding-bottom:20px}.new-order-frame-body{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:24px;align-items:stretch}.new-order-frame-left{display:flex;flex-direction:column;gap:16px}.new-order-frame-type-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.new-order-frame-right{display:flex;flex-direction:column}.new-order-frame-left .new-order-frame-shape-head{margin-top:4px;margin-bottom:6px}.new-order-frame-subhead{font-size:13px;font-weight:700;color:#0d67b5;margin-bottom:10px}.new-order-frame-measurements{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:0}.new-order-frame-measurements .new-order-field{gap:8px}.new-order-frame-measurements .new-order-field input{height:40px;border-radius:4px}.new-order-measurement-item{display:flex;flex-direction:column;gap:8px}.new-order-measurement-item span{font-size:13px;font-weight:500;color:#4b6480}.new-order-measurement-item input{height:42px;padding:0 12px;border:1px solid #dce5ef;border-radius:4px;background:#fff;font-weight:500;color:#36485c}.new-order-frame-measurement-notes{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:8px}.new-order-frame-measurement-notes small{font-size:11px;color:#59718a}.new-order-frame-shape-head h3{font-size:13px;font-weight:500;color:#4b6480}.new-order-frame-shape-head span{color:#e05a5a}.new-order-shape-grid-panel,.new-order-shape-preview{border:1px solid #e0e8f1;border-radius:4px;background:#eef5fc;padding:10px}.new-order-shape-grid-panel.has-error{border-color:#e53e3e}.new-order-shape-categories{display:flex;flex-wrap:wrap;gap:6px;padding:10px 6px 0}.new-order-shape-cat-btn{padding:4px 14px;border-radius:4px;border:1px solid #cbd5e1;background:#f8fafc;color:#475569;font-size:12px;font-weight:600;cursor:pointer;transition:background .15s,color .15s,border-color .15s}.new-order-shape-cat-btn.active{background:#052e66;border-color:#052e66;color:#fff}.new-order-shape-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:6px;padding:10px}.new-order-shape-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;min-height:90px;padding:12px 6px;border:1px solid #dce5ef;background:#fff;border-radius:4px;font-size:11px;font-weight:500;color:#5d738e;cursor:pointer;transition:all .2s}.new-order-shape-btn.active{background:#dbeaf8;border-color:#0d67b5;box-shadow:inset 0 0 0 1px #0d67b514}.new-order-shape-btn:hover{background:#eef4fa}.new-order-shape-btn small{font-size:10px;color:#6d7d8d}.new-order-shape-image{display:block;width:100%;max-width:80px;height:44px;-o-object-fit:contain;object-fit:contain}svg.new-order-shape-image{height:auto;min-height:20px;max-height:54px}.new-order-shape-icon{display:block;width:28px;height:18px;background:#4b92c9}.new-order-shape-icon--1,.new-order-shape-icon--6,.new-order-shape-icon--10,.new-order-shape-icon--2,.new-order-shape-icon--3,.new-order-shape-icon--4,.new-order-shape-icon--5,.new-order-shape-icon--8,.new-order-shape-icon--9,.new-order-shape-icon--13{border-radius:4px}.new-order-shape-icon--7{background:#111;border-radius:999px}.new-order-shape-icon--11{border-radius:50% 60%}.new-order-shape-icon--12{border-radius:20% 20% 35% 35%}.new-order-shape-icon--14{border-radius:40% 40% 55% 55%}.new-order-shape-icon--15{border-radius:50% 50% 44% 44%}.new-order-shape-preview{display:flex;align-items:center;justify-content:center;flex:1}.new-order-shape-preview-pair{display:flex;align-items:center;justify-content:center;gap:18px;width:100%;max-width:380px}.new-order-shape-preview-art{width:240px;height:118px;-o-object-fit:contain;object-fit:contain}svg.new-order-shape-preview-art{width:100%;height:auto;min-height:36px}.new-order-btn{padding:10px 20px;border-radius:4px;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s;border:none}.new-order-btn--light{background:#f0f5fc;color:#5d7c9b;border:1px solid #dce6f0}.new-order-btn--light:hover{background:#e5eef8}.new-order-btn--primary{background:#3f82c2;color:#fff}.new-order-btn--primary:hover{background:#2f6aa8}.new-order-btn--secondary{background:#f0f5fc;color:#3f82c2;border:1px solid #cde2f5}.new-order-footer{display:flex;justify-content:flex-end;gap:12px;margin-top:8px}.new-order-select{height:34px;padding:0 12px;border:1px solid #dce6f0;border-radius:4px;background:#fff;font-size:13px;color:#7a8898}.new-order-dropdown{position:relative;z-index:1}.new-order-dropdown.is-open{z-index:201}.new-order-dropdown.is-disabled{opacity:.7}.new-order-dropdown-trigger{width:100%;min-height:36px;padding:0 14px;border:1px solid #dce6f0;border-radius:4px;background:linear-gradient(180deg,#fff,#f8fbff);color:#1f4668;font-size:13px;text-align:left;display:flex;align-items:center;justify-content:space-between;gap:12px;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease}.new-order-dropdown-trigger:disabled{cursor:not-allowed}.new-order-dropdown.is-open .new-order-dropdown-trigger,.new-order-dropdown-trigger:focus{border-color:#3f82c2;box-shadow:0 0 0 3px #3f82c21a}.new-order-dropdown-trigger-text{flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.new-order-dropdown-trigger-icon{width:10px;height:10px;flex-shrink:0;border-right:1.5px solid #8ea3b8;border-bottom:1.5px solid #8ea3b8;transform:rotate(45deg) translateY(-1px);transform-origin:center;transition:transform .2s ease,border-color .2s ease}.new-order-dropdown-trigger-icon.is-open{transform:rotate(-135deg) translateY(-1px)}.new-order-dropdown-trigger:hover .new-order-dropdown-trigger-icon,.new-order-dropdown.is-open .new-order-dropdown-trigger-icon,.new-order-dropdown-trigger:focus .new-order-dropdown-trigger-icon{border-color:#5f7f9f}.new-order-dropdown-clear{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;padding:0;border:0;border-radius:4px;background:#fde8e8;color:#e53e3e;font-size:18px;font-weight:400;line-height:1;cursor:pointer;transition:all .2s ease;flex-shrink:0}.new-order-dropdown-clear:hover{background:#fbd0d0;color:#c53030}.new-order-dropdown-panel{position:absolute;top:calc(100% + 8px);left:0;right:0;z-index:200;border:1px solid #d6e5f3;border-radius:4px;background:#fff;box-shadow:0 20px 40px #15324b24;overflow:hidden}.new-order-dropdown-search{padding:12px;border-bottom:1px solid #e6eef7;background:#f8fbff}.new-order-dropdown-search-input{width:100%;height:38px;padding:0 12px;border:1px solid #d3e2f1;border-radius:4px;background:#fff;color:#1f4668;font-size:13px;outline:none}.new-order-dropdown-search-input:focus{border-color:#3f82c2;box-shadow:0 0 0 3px #3f82c21a}.new-order-dropdown-options{max-height:260px;overflow-y:auto;padding:8px}.new-order-dropdown-option{width:100%;border:0;border-radius:4px;background:transparent;text-align:left;padding:10px 12px;display:flex;flex-direction:column;gap:3px;transition:background-color .2s ease,transform .2s ease}.new-order-dropdown-option:hover,.new-order-dropdown-option.is-selected,.new-order-dropdown-option.is-highlighted{background:#edf5fc}.new-order-dropdown-option-label{font-size:13px;font-weight:600;color:#1f4668}.new-order-dropdown-option-description{font-size:11px;color:#6e88a1}.new-order-dropdown-empty{padding:16px 12px;font-size:12px;color:#7089a3}@media(max-width:1000px){.new-order-page{padding:16px}.new-order-grid--four{grid-template-columns:repeat(2,1fr)}.new-order-extra-grid{grid-template-columns:1fr}.new-order-extra-col+.new-order-extra-col{margin-top:16px}.new-order-extra-item,.new-order-extra-item--wide{grid-template-columns:1fr 132px}.new-order-extra-item--inset-pair,.new-order-lens-top{grid-template-columns:1fr}.new-order-lens-bottom>.new-order-field,.new-order-lens-bottom .new-order-field--lens-product,.new-order-lens-bottom .new-order-field--curve{flex:1 1 100%}.new-order-dropdown-panel{position:static;margin-top:8px}.new-order-frame-body{grid-template-columns:1fr}.new-order-frame-measurement-notes{grid-template-columns:repeat(2,1fr);gap:4px}.new-order-frame-measurement-notes small{font-size:10px}}@media(max-width:700px){.new-order-grid--two,.new-order-grid--four{grid-template-columns:1fr}.new-order-frame-measurements,.new-order-frame-type-row{grid-template-columns:1fr!important}.new-order-page-hero h1{font-size:24px}.new-order-page{padding-left:0;padding-right:0;gap:8px}.new-order-card{padding:16px 0;border-radius:0}.new-order-thickness-grid,.new-order-frame-body{padding:0 16px}.new-order-notes-row{padding:0 16px;flex-direction:column}.new-order-notes-error{flex:none;width:100%}.new-order-footer{padding-right:12px}.new-order-prescription-table-wrap--pd{padding:0 16px}.new-order-prescription-head{border-top-left-radius:0;border-top-right-radius:0}.new-order-card--tight{padding-left:0;padding-right:0}.new-order-section-head{margin:-16px 0 18px;padding:14px 16px 12px;border-top-left-radius:0;border-top-right-radius:0}.new-order-top-fields .new-order-field input,.new-order-top-fields .new-order-field select{border-radius:0}.new-order-lens-top,.new-order-lens-bottom{padding:0 16px}.new-order-chip-group{display:grid;grid-template-columns:repeat(3,1fr);gap:6px}.new-order-chip-group--lens-type .new-order-chip{min-width:0}.new-order-chip{padding:0 8px;font-size:11px}.new-order-thickness-values,.new-order-extra-item,.new-order-extra-item--wide{grid-template-columns:1fr}.new-order-extra-item--inset-pair .new-order-extra-control--dual{flex-direction:column;gap:10px}.new-order-extra-item--inset-pair .new-order-extra-dual-slot{width:100%}.new-order-extra-control--dual{justify-content:stretch}.new-order-chip-group--lens-type .new-order-chip,.new-order-chip{width:100%;justify-content:center}.new-order-shape-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.new-order-field.has-error input,.new-order-field.has-error select,.new-order-field.has-error .new-order-dropdown-trigger,td.has-error input,input.has-error,.new-order-prism-input.has-error{border-color:#e53e3e!important;outline-color:#e53e3e}.new-order-prescription-row.has-error td input{border-color:#e53e3e!important}.new-order-prescription-row.is-out-of-range{background:#ff8c000f}.rx-out-of-range-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;background:none;border:none;padding:1px;margin:0;cursor:pointer;color:#e07b00;border-radius:4px;flex-shrink:0;transition:color .15s,background .15s}.new-order-eye-cell.has-range-btn{gap:3px}.new-order-eye-cell.has-range-btn .new-order-eye-mode-select{width:56px!important;min-width:56px!important;max-width:56px!important}.rx-out-of-range-btn:hover{color:#c05f00;background:#e07b001f}.rx-out-of-range-btn--no-pdf{cursor:default;pointer-events:none}.rx-out-of-range-btn--info{cursor:default}.rx-range-tooltip-portal{position:fixed;transform:translate(-50%,calc(-100% - 10px));white-space:nowrap;background:#1c2e3f;color:#fff;font-size:11.5px;font-weight:500;line-height:1.5;padding:7px 13px;border-radius:6px;pointer-events:none;z-index:9999;box-shadow:0 4px 12px #00000040}.rx-range-tooltip-arrow{position:absolute;top:100%;left:50%;transform:translate(-50%);border:6px solid transparent;border-top-color:#1c2e3f}.new-order-extra-item.has-error{border-color:#e53e3e!important}.new-order-extra-item.has-error .new-order-extra-meta{background:#fde8e8!important}.new-order-extra-item.has-error .new-order-dropdown-trigger{border-color:#e53e3e!important}.new-order-error-msg{display:block;color:#e53e3e;font-size:.75rem;margin-top:4px}.new-order-error-asterisk{color:#e53e3e;font-weight:700;margin-left:2px}.new-order-error-box{background:#f4a6b8;color:#5a1a2a;padding:16px 20px;border-radius:4px;margin-bottom:20px;max-width:100%}.new-order-error-box--clear{background:#e6f9ee;color:#1a5a2a}.new-order-error-box h4{margin:0 0 8px}.new-order-error-box ul{margin:0;padding-left:16px}.new-order-error-box li{font-size:14px;margin-bottom:4px}.new-order-prescription-divided{display:flex;align-items:stretch;gap:20px}.new-order-prescription-divided-left,.new-order-prescription-divided-right{flex:1 1 50%;min-width:0}.new-order-prescription-divided-right .new-order-error-box{margin-bottom:0;max-width:100%;width:100%;height:100%;scrollbar-width:thin;max-height:175px;overflow-y:auto;padding:12px;background-color:#fff0f0;box-sizing:border-box}.new-order-prescription-divided-left .new-order-prescription-table-wrap{overflow-x:visible}.new-order-prescription-divided-left .new-order-prescription-table{min-width:unset;width:100%}.new-order-prescription-divided-left{overflow:hidden}.new-order-btn--draft{background:#f5a623;color:#fff;border-color:#f5a623}.new-order-btn--draft:hover{background:#e09510}.new-order-btn--draft:disabled{opacity:.6;cursor:not-allowed}.new-order-shape-preview-empty{width:100%;height:100%;min-height:80px;display:flex;align-items:center;justify-content:center;font-size:12px;color:#9fb3c4;border:1px dashed #ccdde8;border-radius:4px;background:#f8fbfe;padding:8px}.oor-confirm-overlay{position:fixed;inset:0;background:#0a1e3c73;display:flex;align-items:center;justify-content:center;z-index:1100}.oor-confirm-card{background:#fff;border-radius:8px;padding:32px 28px 24px;max-width:420px;width:90%;box-shadow:0 8px 32px #0a1e3c2e;display:flex;flex-direction:column;align-items:center;text-align:center;gap:14px}.oor-confirm-icon{color:#d97706;background:#fef3c7;border-radius:50%;width:56px;height:56px;display:flex;align-items:center;justify-content:center}.oor-confirm-card h2{font-size:17px;font-weight:700;color:#1e3a5f;margin:0}.oor-confirm-card p{font-size:13.5px;color:#4b6480;line-height:1.6;margin:0}.oor-confirm-actions{display:flex;gap:10px;margin-top:6px;width:100%}.oor-confirm-btn{flex:1;height:38px;border-radius:4px;font-size:13px;font-weight:600;cursor:pointer;border:none;transition:background .15s}.oor-confirm-btn--cancel{background:#f0f4f8;color:#4b6480}.oor-confirm-btn--cancel:hover{background:#e2eaf2}.oor-confirm-btn--submit{background:#0d67b5;color:#fff}.oor-confirm-btn--submit:hover{background:#0a56a0}.new-order-eye-badge--null{text-decoration:line-through;opacity:.5}.new-order-eye-badge--prism{min-width:54px;height:28px;padding:0 10px;font-size:12px;font-weight:700;border-radius:2px;display:inline-flex;align-items:center;justify-content:center}.new-order-prescription-divided-right .new-order-error-box{max-height:none!important;height:auto!important;overflow-y:visible!important}.new-order-prism-block{opacity:1;transition:opacity .2s}.new-order-prism-block input:disabled,.new-order-prism-block select:disabled{opacity:.45;cursor:not-allowed;background:#f4f8fc}.new-order-eye-badge--null{text-decoration:none!important;opacity:.45}.new-order-notes-row{display:flex;gap:16px;align-items:stretch}.new-order-notes-field{flex:1;min-width:0;display:flex;flex-direction:column}.new-order-notes-field textarea{width:100%;flex:1;min-height:100px;resize:none}.new-order-notes-error{flex:0 0 340px;width:340px;max-height:none!important;height:auto!important;overflow-y:visible!important;margin-bottom:0!important;align-self:stretch}.pd-grid-wrap{width:100%;border-radius:4px;border:1px solid #d7e2ee;background:#fff;overflow:hidden}.new-order-card .pd-grid-wrap{width:calc(100% + 44px);margin-left:-22px;border-top:none;border-left:none;border-right:none;border-radius:0 0 4px 4px}.fd-left .pd-grid-wrap{width:calc(100% + 40px);margin-left:-20px;border:none;border-radius:0}.pd-grid{width:100%;table-layout:fixed;border-collapse:collapse}.pd-grid th,.pd-grid td{padding:8px 12px;border:none;text-align:left;vertical-align:middle}.pd-grid th:first-child,.pd-grid td:first-child{width:110px}.pd-grid thead th{background:#deedf9;font-size:12px;font-weight:600;color:#446581;border-bottom:1px solid #dfe7ef}.pd-grid tbody tr:not(:last-child) td{border-bottom:1px solid #dfe7ef}.pd-grid th:not(:last-child),.pd-grid td:not(:last-child){border-right:1px solid #dfe7ef}.pd-grid-eye{text-align:center}.pd-grid .new-order-eye-badge{min-width:42px;height:24px;padding:0 8px;font-size:11px;border:0;box-shadow:none}.pd-grid td input{width:100%;height:38px;padding:0 12px;border:1px solid #d9e3ee;border-radius:4px;font-size:12px;color:#4c6074;background:#fff;outline:none}.pd-grid td input:focus{border-color:#7ab3e0;box-shadow:0 0 0 2px #0b69b51f}.pd-grid td.has-error input{border-color:#e53e3e}.tint-picker-trigger{width:100%;min-height:36px;padding:0 14px;border:1.5px dashed #93c5fd;border-radius:4px;background:#eff6ff;color:#1d4ed8;font-size:13px;font-weight:600;text-align:left;display:flex;align-items:center;gap:8px;cursor:pointer;transition:background .15s ease,border-color .15s ease}.tint-picker-trigger:hover:not(:disabled){background:#dbeafe;border-color:#60a5fa}.tint-picker-trigger.is-disabled,.tint-picker-trigger:disabled{border-color:#cbd5e1;background:#f8fafc;color:#94a3b8;cursor:not-allowed}.tint-picker-trigger-label{flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tint-picker-trigger-arrow{display:flex;align-items:center;flex-shrink:0;color:#3b82f6}.new-order-field.has-error .tint-picker-trigger{border-color:#e53e3e!important;background:#fff8f8;color:#e53e3e}.tint-picker-selected{width:100%;min-height:36px;padding:0 10px 0 12px;border:1px solid #bfdbfe;border-radius:4px;background:#eff6ff;display:flex;align-items:center;gap:8px}.tint-picker-selected--clickable{cursor:pointer;transition:border-color .15s,background .15s}.tint-picker-selected--clickable:hover{border-color:#93c5fd;background:#dbeafe}.tint-picker-selected-icon{flex-shrink:0;opacity:.85}.tint-picker-selected-label{flex:1;min-width:0;display:flex;align-items:center;gap:6px;overflow:hidden}.tint-picker-selected-value{font-size:13px;font-weight:600;color:#1e3a8a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tint-picker-selected-swatch{flex-shrink:0;width:14px;height:14px;border-radius:3px;border:1px solid rgba(0,0,0,.12)}.tint-picker-change{flex-shrink:0;padding:4px 10px;border:1px solid #93c5fd;border-radius:4px;background:#fff;color:#1d4ed8;font-size:12px;font-weight:600;cursor:pointer;transition:background .15s ease}.tint-picker-change:hover{background:#dbeafe}.tint-picker-clear{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:24px;height:24px;padding:0;border:0;border-radius:4px;background:transparent;color:#64748b;cursor:pointer;transition:background .15s ease,color .15s ease}.tint-picker-clear:hover{background:#fee2e2;color:#e53e3e}.new-order-field.has-error .tint-picker-selected{border-color:#e53e3e;background:#fff8f8}.tint-modal-overlay{position:fixed;inset:0;background:#0f172a73;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:1400;display:flex;align-items:center;justify-content:center;padding:20px}.tint-modal-card{width:min(660px,100%);max-height:calc(100vh - 40px);background:#fff;border-radius:4px;border:1px solid #e5e7eb;box-shadow:0 20px 48px #0f172a33;display:flex;flex-direction:column;overflow:hidden}.tint-modal-header{padding:18px 20px;border-bottom:1px solid #e5e7eb;display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.tint-modal-header h2{margin:0;font-size:17px;font-weight:700;color:#0f172a}.tint-modal-header p{margin:3px 0 0;font-size:12px;color:#64748b}.tint-modal-close{width:32px;height:32px;border-radius:4px;border:1px solid #e2e8f0;background:#f8fafc;color:#475569;display:grid;place-items:center;cursor:pointer;flex-shrink:0}.tint-modal-close:hover{background:#f1f5f9;color:#0f172a}.tint-breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:6px;padding:10px 20px;background:#f8fafc;border-bottom:1px solid #e5e7eb}.tint-breadcrumb-item{font-size:12px;font-weight:600;color:#052e66;background:#dbeafe;padding:3px 11px;border-radius:4px;white-space:nowrap}.tint-breadcrumb-sep{font-size:14px;color:#94a3b8;line-height:1}.tint-modal-body{padding:20px;overflow-y:auto;flex:1;min-height:0}.tint-type-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.tint-type-grid--1{grid-template-columns:1fr;max-width:260px}.tint-type-grid--2{grid-template-columns:repeat(2,1fr)}.tint-type-grid--3{grid-template-columns:repeat(3,1fr)}.tint-type-card{display:flex;flex-direction:column;align-items:center;gap:6px;padding:12px 10px;border:2px solid #e2e8f0;border-radius:4px;background:#fff;cursor:pointer;transition:border-color .15s,box-shadow .15s,background .15s;text-align:center}.tint-type-card:hover:not(:disabled){border-color:#052e66;box-shadow:0 2px 12px #052e661a}.tint-type-card.is-unavailable{opacity:.4;cursor:not-allowed}.tint-type-card strong{font-size:14px;color:#0f172a;font-weight:700}.tint-type-card p{font-size:11px;color:#64748b;margin:0;line-height:1.3}.tint-lens-single{display:flex;justify-content:center;align-items:center}.tint-lens-photo{display:flex;align-items:center;justify-content:center;gap:6px;width:100%}.tint-lens-photo-side{display:flex;flex-direction:column;align-items:center;gap:3px}.tint-lens-photo-side span{font-size:9px;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em}.tint-color-search{position:relative;margin-bottom:14px;display:flex;align-items:center}.tint-color-search-icon{position:absolute;left:11px;color:#94a3b8;pointer-events:none}.tint-color-search input{width:100%;height:38px;padding:0 36px 0 34px;border:1px solid #dce6f0;border-radius:4px;background:#f8fafc;font-size:13px;color:#1f4668;outline:none;transition:border-color .15s,box-shadow .15s}.tint-color-search input:focus{border-color:#3f82c2;box-shadow:0 0 0 3px #3f82c21a;background:#fff}.tint-color-search-clear{position:absolute;right:10px;width:22px;height:22px;border:0;background:#e2e8f0;border-radius:4px;color:#475569;display:grid;place-items:center;cursor:pointer}.tint-color-search-clear:hover{background:#cbd5e1}.tint-color-grid{display:flex;flex-direction:column;gap:16px}.tint-color-group-header{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:#94a3b8;margin-bottom:8px;padding-bottom:5px;border-bottom:1px solid #e2e8f0}.tint-color-chips{display:flex;flex-wrap:wrap;gap:8px}.tint-color-chip{padding:5px 12px 5px 7px;border:1.5px solid #dce6f0;border-radius:4px;background:#fff;font-size:12.5px;color:#1f4668;cursor:pointer;transition:border-color .12s,background .12s,color .12s;white-space:nowrap;display:flex;align-items:center;gap:6px}.tint-color-swatch{width:14px;height:14px;border-radius:3px;flex-shrink:0;border:1px solid rgba(0,0,0,.12)}.tint-color-swatch--grad{border:none}.tint-color-chip:hover{border-color:#052e66;background:#f0f5ff}.tint-color-chip.is-selected{border-color:#052e66;background:#052e66;color:#fff}.tint-density-grid{display:flex;flex-wrap:wrap;gap:10px}.tint-density-chip{min-width:70px;padding:10px 18px;border:2px solid #dce6f0;border-radius:4px;background:#fff;font-size:15px;font-weight:700;color:#1f4668;cursor:pointer;transition:border-color .12s,background .12s,color .12s,box-shadow .12s;text-align:center}.tint-density-chip:hover{border-color:#052e66;background:#052e66;color:#fff;box-shadow:0 2px 8px #052e6633}.tint-empty{font-size:13px;color:#94a3b8;text-align:center;padding:24px 0}.tint-modal-footer{padding:12px 20px;border-top:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between;gap:10px}.tint-modal-back{display:inline-flex;align-items:center;gap:5px;padding:7px 14px;border:1px solid #cbd5e1;border-radius:4px;background:#fff;color:#334155;font-size:13px;font-weight:600;cursor:pointer;transition:background .12s,border-color .12s}.tint-modal-back:hover{background:#f1f5f9;border-color:#94a3b8}.tint-modal-cancel{margin-left:auto;padding:7px 14px;border:1px solid #cbd5e1;border-radius:4px;background:#fff;color:#334155;font-size:13px;font-weight:600;cursor:pointer;transition:background .12s}.tint-modal-cancel:hover{background:#f1f5f9}@media(max-width:520px){.tint-type-grid,.tint-type-grid--2,.tint-type-grid--3{grid-template-columns:1fr}.tint-type-grid--1{max-width:100%}.tint-breadcrumb{padding:8px 14px}}.new-order-chip.restricted{opacity:.5;cursor:not-allowed}.new-order-chip.restricted span{display:none}.new-order-chip.restricted:hover span{display:inline}@container (max-width: 560px){.new-order-grid--two.new-order-top-fields{grid-template-columns:1fr}}.new-order-prism-mobile-title{display:none}@container rx-card (max-width: 720px){.new-order-prescription-head-prism{display:none}.new-order-prism-mobile-title{display:flex;flex-direction:row;align-items:center;gap:10px;margin-bottom:8px}.new-order-prism-mobile-title h2{margin:0;font-size:15px;font-weight:700;color:#1a5a8b;line-height:1}.new-order-prism-mobile-title .new-order-switch{margin-top:0!important;margin-bottom:0!important;display:flex;align-items:center}.new-order-prescription-head-left{flex-direction:column;gap:0}.new-order-prescription-divided{flex-direction:column!important;align-items:stretch!important;gap:12px!important}.new-order-prescription-divided>.new-order-prescription-divided-left,.new-order-prescription-divided>.new-order-prism-side{width:100%!important;min-width:0!important;flex:none!important}.new-order-prescription-card{padding-left:0!important;padding-right:0!important}.new-order-prescription-head{margin-left:0!important;margin-right:0!important;padding-left:16px!important;padding-right:16px!important}.new-order-prescription-divided-left .new-order-prescription-table col.new-order-prescription-col-eye{width:70px!important}.new-order-eye-cell{flex-direction:row!important;flex-wrap:wrap!important;justify-content:center!important;align-items:center!important;gap:3px!important}.new-order-prescription-table select.new-order-eye-mode-select{width:auto!important;min-width:0!important;max-width:52px!important}.new-order-prism-side .new-order-eye-badge{min-width:28px!important;padding:0 4px!important;font-size:11px!important}.rx-out-of-range-btn{flex-basis:100%!important;display:flex!important;justify-content:center!important}.new-order-eye-cell.has-range-btn{flex-wrap:nowrap!important;gap:2px!important}.new-order-eye-cell.has-range-btn .new-order-eye-mode-select{width:56px!important;min-width:0!important;max-width:56px!important;padding:0 2px!important}.new-order-eye-cell.has-range-btn .new-order-eye-badge{min-width:24px!important;padding:0 3px!important;font-size:10px!important}.new-order-eye-cell.has-range-btn .rx-out-of-range-btn{flex-basis:auto!important;justify-content:center!important}.new-order-prescription-table-wrap--prism tbody td{padding:6px 2px!important}}@media(max-width:700px){.new-order-prescription-divided-left .new-order-prescription-table tbody td,.new-order-prism-side .new-order-prescription-table-wrap--prism tbody td{padding:6px 4px!important}}.stock-order-filter-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:0 16px;margin-bottom:16px;align-items:start}.stock-order-filter-lens-design{grid-column:span 2}.stock-order-design-tabs{display:grid;grid-template-columns:repeat(2,1fr);border:1px solid #dbe5ef;border-radius:4px;overflow:hidden}.stock-order-design-tab{height:40px;border:0;border-right:1px solid #dbe5ef;background:#fff;color:#7a8693;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease}.stock-order-design-tab:last-child{border-right:0}.stock-order-design-tab.active{background:#0d67b5;color:#fff;font-weight:600}.stock-order-design-tab:hover:not(.active){background:#eef4fa;color:#0d67b5}.stock-order-checkbox-chip{display:inline-flex;align-items:center;gap:6px;height:40px;padding:0 12px 0 8px;border:1px solid #d7e2ee;border-radius:4px;background:#fff;cursor:pointer;font-size:13px;font-weight:500;color:#4f6f8f;transition:all .2s}.stock-order-checkbox-chip input[type=checkbox]{width:14px;height:14px;cursor:pointer;accent-color:#0d67b5}.stock-order-checkbox-chip:hover{background:#eef4fa;border-color:#0d67b5}.stock-order-prescription-grid{display:flex;flex-direction:column;gap:16px}.stock-order-prescription-row{display:grid;grid-template-columns:200px 1fr 180px;gap:16px;align-items:center;padding:12px 16px;border:1px solid #e6f0f8;border-radius:4px;background:#fafcff}.stock-order-prescription-fields{display:grid;grid-template-columns:1fr 1fr;gap:12px}.stock-order-prescription-status{text-align:right}.stock-order-eye-status{font-size:12px;font-weight:600;color:#8aa9c4;line-height:1.5}.stock-order-eye-status.active{color:#0d67b5}.stock-order-eye-status small{font-size:11px;font-weight:400;color:#2e9e4f}.stock-order-frame-option{display:flex;flex-direction:column;gap:10px}.stock-order-frame-option.has-error .stock-order-frame-option-item{border-color:#e53e3e}.stock-order-frame-option-item{display:flex;align-items:flex-start;gap:12px;padding:14px 16px;border:1px solid #dce6f0;border-radius:4px;background:#fff;cursor:pointer;transition:all .2s}.stock-order-frame-option-item input[type=radio]{margin-top:3px;width:16px;height:16px;accent-color:#0d67b5;flex-shrink:0;cursor:pointer}.stock-order-frame-option-item.selected{border-color:#0d67b5;background:#f0f7ff}.stock-order-frame-option-item:hover:not(.selected){background:#f8fbff;border-color:#b0cde8}.stock-order-frame-option-content{flex:1}.stock-order-frame-option-title{display:flex;align-items:center;gap:8px;margin-bottom:4px}.stock-order-frame-option-title span:first-child{font-size:13px;font-weight:600;color:#1a5a8b}.stock-order-frame-option-content p{font-size:12px;color:#6e88a1;line-height:1.45;margin:0}.stock-order-badge{display:inline-flex;align-items:center;padding:2px 8px;border-radius:4px;background:#d4edda;color:#1e7e34;font-size:11px;font-weight:600}@media(max-width:700px){.stock-order-prescription-row{grid-template-columns:1fr}.stock-order-prescription-status{text-align:left}.stock-order-design-tabs{grid-template-columns:1fr}.stock-order-design-tab{border-right:0;border-bottom:1px solid #dbe5ef}.stock-order-design-tab:last-child{border-bottom:0}}* 🔵 Lens Codes Section */ .stock-lens-codes{margin-top:10px}.stock-lens-codes h4{font-size:14px;margin-bottom:10px;color:#555}.lens-code-list{display:flex;flex-wrap:wrap;gap:10px}.lens-chip{padding:6px 14px;border-radius:4px;border:1px solid #d0d5dd;background:#f5f7fa;font-size:12px;cursor:pointer;transition:.2s}.lens-chip:hover{background:#e7f0ff}.lens-chip.active{background:#0d6efd;color:#fff;border:none}.stock-order-prescription-grid{display:flex;flex-direction:column;gap:12px}.stock-order-prescription-row{display:flex;align-items:center;justify-content:space-between;background:#f4f7fb;padding:12px;border-radius:4px}.stock-order-prescription-eye-col{display:flex;align-items:center;gap:8px}.stock-order-prescription-fields{display:flex;gap:12px}.stock-order-prescription-fields select{padding:6px;border-radius:4px;border:1px solid #ccc;width:120px}.stock-order-prescription-status{background:#dfe9f5;padding:10px;border-radius:4px;min-width:200px;font-size:12px}.stock-order-eye-status.active{color:#0a8f4c;font-weight:500}.prescription-wrapper{display:flex;justify-content:space-between;border-radius:4px;padding:15px}.prescription-left{gap:20px;align-items:center}.eye-icons{display:flex;gap:5px}.eye{width:35px;height:35px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff}.eye.s{background:#7b3ff2}.eye.r{background:#ff6a00}.prescription-row{display:flex;gap:10px;margin-bottom:8px}.prescription-row select{padding:6px;border-radius:4px;border:1px solid #ccc;width:130px}.prescription-summary{background:#dce6f3;padding:12px;border-radius:4px;min-width:220px}.prescription-summary p{color:green;font-size:13px;margin:3px 0}.note{font-size:12px;margin-top:8px;color:#666}.lens-section{margin-top:12px}.lens-title{font-size:13px;font-weight:500;color:#4f6f8f;margin-bottom:10px}.lens-container{display:flex;flex-wrap:wrap;gap:8px;row-gap:14px;padding:4px 0}.lens-pill{padding:4px 12px;border-radius:4px;background:#fff;font-size:13px;color:#4f6f8f;border:1px solid #d7e2ee;cursor:pointer;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:all .2s}.lens-pill:hover{background:#eef4fa;border-color:#0d67b5}.lens-pill.active{background:#0d67b5;border-color:#0d67b5;color:#fff}.lens-group{width:100%;margin-bottom:12px}.lens-group:last-child{margin-bottom:0}.lens-group-subtitle{font-size:11px;color:#b0bec8;font-weight:500;margin:0 0 6px;letter-spacing:.03em;text-transform:uppercase}.prescription-wrapper select{width:250px}.eye-label{margin-top:15px}.prescription-row{display:flex;align-items:center;gap:10px;margin-bottom:12px}.eye-label{display:flex;align-items:center;gap:6px}.eye-badge{padding:3px 8px;border-radius:4px;font-size:11px;font-weight:600}.prescription-row select{flex:1;padding:6px 8px;border-radius:4px;border:1px solid #d1d5db;font-size:12px}.prescription-summary{background:#e6eef6;padding:12px;border-radius:4px;font-size:12px}.prescription-wrapper{display:flex;gap:20px}.prescription-left{flex:2}.prescription-row{display:grid;grid-template-columns:90px 1fr 1fr;align-items:center;gap:12px;margin-bottom:12px}.eye-label{display:flex;align-items:center;gap:6px;background:#f3f4f6;padding:8px;border-radius:4px}.eye-badge{padding:4px 10px;border-radius:4px;font-size:12px;font-weight:600}.eye-badge.od{background:#dbeafe;color:#1d4ed8}.eye-badge.os{background:#dcfce7;color:#166534}.field-group{display:flex;flex-direction:column;font-size:11px;color:#6b7280}.field-group select{margin-top:4px;padding:6px;border-radius:4px;border:1px solid #d1d5db}.prescription-summary{flex:1;background:#dbe7f3;padding:14px;border-radius:4px;font-size:12px}.note{font-size:11px;color:#6b7280;margin-top:10px}.osdsrow{background:#e6f0f8;border-radius:4px;height:125px;padding:8px 10px;display:flex;flex-direction:column;justify-content:center}.frame-table-head{display:grid;grid-template-columns:60px 1fr 1fr;align-items:center;padding:6px 10px;font-size:12px;color:#4a6075;font-weight:500}.frame-row{display:grid;grid-template-columns:60px 1fr 1fr;align-items:center;gap:12px;padding:6px 10px}.eye-box{background:#c1def5;color:#4a6075;font-size:11px;font-weight:600;text-align:center;padding:4px 0;border-radius:4px;width:40px}.eye-box.green{background:#d8f3dc}.frame-row input{height:26px;border:1px solid #dcdfe3;border-radius:3px;padding:0 8px;background:#fff;font-size:12px;outline:none;width:92px}.frame-row input:focus{border-color:#3b82f6}.frame-table-head div:first-child{padding-left:5px}.option{margin-left:20px}.frame-row div:first-child{display:flex;justify-content:center}.stock-pres-table-wrap{overflow:visible;width:100%}.stock-pres-table tbody td .new-order-dropdown{width:100%}.stock-pres-table{width:100%;table-layout:fixed;border-collapse:collapse;font-size:13px}.stock-pres-table thead th{padding:8px 10px;background:#f0f6fc;border-bottom:1px solid #dce8f5;font-size:12px;font-weight:600;color:#4a6888;text-align:left;white-space:nowrap}.stock-pres-table thead th:first-child{width:110px}.stock-pres-table tbody td{padding:5px 6px;vertical-align:middle;border-bottom:1px solid #edf3f9}.stock-pres-table tbody tr:last-child td{border-bottom:none}.stock-pres-table tbody td:first-child{width:110px;padding-left:10px}.fd-card .new-order-prescription-table tbody td:first-child{background:transparent!important;border-bottom-color:#f0f5fa!important}.stock-pres-card .new-order-prescription-table-wrap,.fd-card .new-order-prescription-table-wrap{border-radius:0!important}.stock-pres-card .new-order-prescription-divided-left,.fd-left .new-order-prescription-divided-left{width:100%!important;flex:none!important}.stock-rx-table thead th{padding:8px 10px}.stock-rx-table tbody td{padding:4px 6px}.stock-rx-table tbody td:first-child{padding:6px 10px}.stock-rx-table tbody td .new-order-dropdown{width:100%}.stock-pres-axis-input{width:100%;height:36px;padding:0 10px;border:1px solid #d1d5db;border-radius:4px;font-size:12px;color:#374151;background:#fff;outline:none;box-sizing:border-box}.stock-pres-axis-input:disabled{opacity:.5;background:#f3f7fb;cursor:not-allowed}.stock-pres-axis-input.has-error{border-color:#e53e3e}.stock-pres-axis-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3f82c21a}.pres-left{width:120px;background:#e6f0f8;display:flex;flex-direction:column;justify-content:center;gap:18px;padding:29px}.pres-eye{display:flex;align-items:center;gap:8px}.pres-eye input{width:14px;height:14px}.eye-tag{padding:4px 10px;border-radius:4px;font-size:11px;font-weight:600}.eye-tag.od{background:#c1def5;color:#2c4e6b}.eye-tag.os{background:#d8f3dc;color:#2d6a4f}.pres-center{flex:1;padding:10px}.pres-row{display:flex;gap:15px;background:#fff;border-radius:4px;margin-bottom:10px}.selctboxContainer{flex:1;display:flex;flex-direction:column}.selctboxContainer label{font-size:11px;color:#6b7280;margin-bottom:4px}.selctboxContainer select{padding:4px 2px;border:1px solid #d1d5db;border-radius:4px;font-size:12px;color:#374151;background:#fff}.middleOne{width:1px;background:#e2e8f0}.pres-right{width:380px;background:#e6f0f8;padding:12px}.pres-result{margin-bottom:12px}.pres-result strong{font-size:12px;color:#2c3e50;font-weight:600;display:block;margin-bottom:4px}.pres-result p{font-size:11px;color:#16a34a;font-weight:500}.frame-type-card{border-radius:4px;padding:12px 16px}.frame-type-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.frame-field{display:flex;flex-direction:column}.frame-field label{font-size:12px;color:frame-field;margin-bottom:6px;font-weight:500}.frame-field select{height:34px;padding:0 10px;border:1px solid #dcdfe3;border-radius:4px;font-size:12px;color:frame-field;background:#fff;outline:none;cursor:pointer}.frame-field select:focus{border-color:#3b82f6}.frame-field select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;utf8,<svg fill='%236b7280' height='20' viewBox='0 0 20 20' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M5.5 7l4.5 4 4.5-4'/></svg>");background-repeat:no-repeat;background-position:right 10px center;background-size:14px}.stock-pres-card{flex:1 1 0;min-width:0}.stock-frame-option-card{flex:1 1 0;min-width:0;align-self:flex-start}.stock-pres-card+.stock-frame-option-card,.new-order-card.stock-pres-card~.new-order-card.stock-frame-option-card{margin-top:0}.new-order-card .stock-pres-card,.new-order-page>.stock-pres-card{display:block}.stock-order-page.new-order-page{gap:16px}.stock-pres-frame-row{display:grid;grid-template-columns:1fr 1fr;gap:16px;align-items:start}.stock-pres-frame-row{display:grid;grid-template-columns:1fr 1fr;gap:16px;align-items:start;margin-top:16px}.stock-pres-card,.stock-frame-option-card{margin:0!important}@media(max-width:900px){.stock-pres-frame-row{grid-template-columns:1fr}}.stock-pres-frame-row{display:grid!important;grid-template-columns:1fr 1fr!important;gap:0!important;align-items:stretch!important;margin-top:16px;border:1px solid #d8e4ef;border-radius:4px;box-shadow:0 2px 4px #24446812}.stock-pres-card{margin:0!important;border:none!important;border-right:1px solid #e8f0f8!important;border-radius:4px 0 0 4px!important;box-shadow:none!important;background:#fff!important;container-type:normal!important;padding:0!important;overflow:visible!important}.stock-pres-card .new-order-prescription-head{margin:0!important;border-radius:4px 0 0!important;padding:14px 16px 12px!important}.stock-pres-card .stock-pres-table-wrap{width:100%!important;display:block!important;padding:0}.stock-pres-card .stock-pres-table{width:100%!important}.stock-frame-option-card{margin:0!important;border:none!important;border-radius:0 4px 4px 0!important;box-shadow:none!important;align-self:stretch!important;background:#f7fafd!important;padding:0!important;display:flex!important;flex-direction:column!important}.stock-frame-option-card .stock-order-frame-option{flex:1;display:flex;flex-direction:column}.stock-frame-option-card .stock-order-frame-option-item{flex:1}.stock-frame-option-card .new-order-section-head{margin:0!important;border-radius:0 4px 0 0!important}.stock-frame-option-card .stock-order-frame-option{gap:0}.stock-frame-option-card .stock-order-frame-option-item{border-radius:0;border-left:none;border-right:none;border-top:none}.stock-frame-option-card .stock-order-frame-option-item:last-child{border-bottom:none;border-radius:0 0 4px!important}@media(max-width:900px){.stock-pres-frame-row{grid-template-columns:1fr!important}.stock-pres-card{border-right:none!important;border-bottom:1px solid #e8f0f8!important;border-radius:4px 4px 0 0!important}.stock-frame-option-card{border-radius:0 0 4px 4px!important}}.stock-order-page .new-order-extra-item--inset-pair{grid-template-columns:minmax(0,1fr) 146px!important}.stock-order-page .new-order-extra-item--inset-pair .new-order-extra-control--dual{flex-direction:column;align-items:stretch;gap:6px;padding:8px 14px;justify-content:center}.stock-order-page .new-order-extra-item--inset-pair .new-order-extra-dual-slot{display:flex;align-items:center;gap:6px;width:100%}.stock-order-page .new-order-extra-item--inset-pair .new-order-extra-dual-slot span{font-size:11px;color:#6d7d8d;flex-shrink:0}.stock-order-page .new-order-extra-item--inset-pair .new-order-extra-dual-slot .new-order-dropdown{flex:1;max-width:none;width:100%}.stock-order-page .new-order-extra-item--inset-pair .new-order-extra-dual-slot .new-order-dropdown-trigger{width:100%}.stock-order-page .new-order-extra-grid{align-items:stretch!important}.stock-order-page .new-order-extra-item{grid-template-columns:minmax(0,1fr) 180px!important;min-height:68px;align-items:stretch}.stock-order-page .new-order-extra-item--inset-pair{grid-template-columns:minmax(0,1fr) 200px!important;min-height:68px;align-items:stretch}.stock-order-page .new-order-extra-control{min-width:0!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:10px 16px!important;position:relative}.stock-order-page .new-order-extra-control .new-order-dropdown{width:100%!important;max-width:100%!important;position:relative}.stock-order-page .new-order-extra-control .new-order-dropdown.is-open{z-index:40}.stock-order-page .new-order-extra-control .new-order-dropdown-trigger{width:100%!important;height:34px!important;min-height:34px!important;padding:0 10px!important;border-radius:4px!important;font-size:12px!important}.stock-order-page .new-order-extra-item--inset-pair .new-order-extra-control--dual{flex-direction:row!important;align-items:center!important;justify-content:center!important;gap:6px!important;padding:10px 16px!important;flex-wrap:nowrap}.stock-order-page .new-order-extra-item--inset-pair .new-order-extra-dual-slot{display:inline-flex!important;align-items:center!important;gap:4px!important;flex:1!important;min-width:0!important;width:auto!important}.stock-order-page .new-order-extra-item--inset-pair .new-order-extra-dual-slot .new-order-dropdown{width:100%!important;max-width:none!important}.stock-order-page .new-order-extra-item--inset-pair .new-order-extra-dual-slot .new-order-dropdown-trigger{width:100%!important;min-width:0!important;height:34px!important;min-height:34px!important;padding:0 6px!important;font-size:11px!important}.stock-order-page .new-order-extra-item--inset-pair .new-order-extra-control--dual span{font-size:12px;color:#6d7d8d;flex-shrink:0}.lens-container--no-border{border:none!important;overflow:visible!important;max-height:none!important;overflow-y:visible!important;padding:0!important;background:transparent!important;box-shadow:none!important}.stock-coating-card{margin-top:0}.stock-coating-chips{display:flex;flex-wrap:wrap;gap:8px}.stock-coating-chip{height:34px;padding:0 16px;border-radius:4px;border:1px solid #c5d8ec;background:#f4f8fc;color:#2d5a8a;font-size:13px;font-weight:600;cursor:pointer;transition:all .15s}.stock-coating-chip:hover{background:#edf4fb;border-color:#0b69b5;color:#0b69b5}.stock-coating-chip.active{background:#0b69b5;border-color:#0b69b5;color:#fff}.new-order-prescription-divided{display:flex!important;align-items:flex-start!important;gap:20px!important}.new-order-prescription-divided-left{flex:1 1 50%!important;min-width:0!important}.new-order-prism-side{flex:1 1 50%!important;min-width:0!important;display:flex!important;flex-direction:column!important;gap:8px!important}.new-order-prism-side .new-order-prescription-table-wrap--prism{overflow-x:auto}@media(max-width:768px){.new-order-prescription-divided{flex-direction:column!important}.new-order-prescription-divided-left,.new-order-prism-side{width:100%!important}}.new-order-prescription-divided-left .new-order-prescription-table-wrap{overflow-x:auto!important}.new-order-prescription-divided-left .new-order-prescription-table thead th{padding:8px 6px!important;font-size:11px!important}.new-order-prescription-divided-left .new-order-prescription-table td input,.new-order-prescription-divided-left .new-order-prescription-table td select:not(.new-order-eye-mode-select){min-width:0!important;width:100%!important;padding:0 4px!important;font-size:12px!important}.new-order-prism-side .new-order-prescription-table-wrap--prism{overflow-x:auto!important}.new-order-prism-side .new-order-prescription-table-wrap--prism thead th{padding:8px 6px!important;font-size:11px!important}.new-order-prism-side .new-order-prescription-table-wrap--prism tbody td{padding:6px 4px!important}.new-order-prism-side .new-order-prism-input,.new-order-prism-side .new-order-prism-select{width:100%!important;min-width:0!important;height:34px!important;padding:0 8px!important;border:1px solid #dce8f2!important;border-radius:4px!important;font-size:11px!important;-webkit-appearance:auto!important;-moz-appearance:auto!important;appearance:auto!important;box-sizing:border-box!important;text-align:center!important;background:#fff!important;color:#1f4668!important}.new-order-prescription-divided{align-items:stretch!important}.new-order-prism-side{align-items:flex-start!important;justify-content:flex-start!important;padding-top:0!important}.new-order-prism-side .new-order-switch{margin-top:0!important;margin-bottom:8px!important}.new-order-prism-side .new-order-prism-block{width:100%!important}.new-order-prescription-divided-left .new-order-prescription-table-wrap{overflow-x:hidden!important}.new-order-prescription-divided{align-items:flex-start!important}.new-order-prescription-divided-left{flex:0 0 auto!important;width:auto!important;overflow:visible!important}.new-order-prism-side{flex:1 1 auto!important}.new-order-prescription-divided{display:flex!important;align-items:stretch!important;gap:16px!important}.new-order-prescription-divided-left{flex:1 1 100%!important;width:100%!important;min-width:0!important;overflow:visible!important}.new-order-prescription-divided-left .new-order-prescription-table-wrap{overflow-x:auto!important;width:100%!important}.new-order-prescription-divided-left .new-order-prescription-table{width:100%!important;min-width:unset!important;table-layout:fixed!important}.new-order-prescription-divided-left .new-order-prescription-table thead th{padding:10px 8px!important;font-size:12px!important}.new-order-prescription-divided-left .new-order-prescription-table td input,.new-order-prescription-divided-left .new-order-prescription-table td select:not(.new-order-eye-mode-select){width:100%!important;min-width:0!important;padding:0 4px!important}.new-order-prescription-divided-right.new-order-prism-side{flex:1 1 50%!important;width:50%!important;min-width:0!important;display:flex!important;flex-direction:column!important}.new-order-prism-side .new-order-prescription-table-wrap--prism{overflow-x:auto!important;width:100%!important}.new-order-prism-side .new-order-prescription-table--prism{width:100%!important;min-width:unset!important}.new-order-prism-side .new-order-prescription-table-wrap--prism thead th{padding:10px 8px!important;font-size:12px!important}.new-order-prism-side .new-order-prescription-table-wrap--prism tbody td{padding:8px 4px!important}.new-order-prism-side .new-order-prism-input,.new-order-prism-side .new-order-prism-select{width:100%!important;min-width:0!important}.new-order-prescription-head .new-order-switch{margin-top:0!important;margin-bottom:0!important;display:inline-flex!important;flex-direction:row!important;align-items:center!important}.new-order-prescription-divided-left .new-order-prescription-table-wrap,.new-order-prism-side .new-order-prescription-table-wrap--prism{width:100%!important}.new-order-prescription-divided-left .new-order-prescription-table,.new-order-prism-side .new-order-prescription-table--prism{display:table!important;width:100%!important;table-layout:fixed!important}.new-order-prescription-divided-left .new-order-prescription-table thead th,.new-order-prism-side .new-order-prescription-table-wrap--prism thead th{padding:10px 16px!important}.new-order-prescription-divided-left .new-order-prescription-table tbody td,.new-order-prism-side .new-order-prescription-table-wrap--prism tbody td{padding:8px 12px}.new-order-prescription-divided-left .new-order-prescription-table td input,.new-order-prescription-divided-left .new-order-prescription-table td select:not(.new-order-eye-mode-select){width:100%!important;padding:0 4px!important;font-size:12px!important}.new-order-prism-side .new-order-prism-input,.new-order-prism-side .new-order-prism-select{width:100%!important;padding:0 8px!important}.new-order-prescription-divided-left .new-order-dropdown-trigger,.new-order-prism-side .new-order-dropdown-trigger{min-width:0!important;width:100%!important;padding:0 6px!important}.new-order-prescription-divided-left .new-order-dropdown,.new-order-prism-side .new-order-dropdown{width:100%!important;max-width:none!important}.new-order-prescription-divided-left{display:flex!important;flex-direction:column!important}.new-order-prescription-divided-left .new-order-prescription-table-wrap{flex:1!important;width:100%!important;overflow-x:hidden!important}.new-order-prescription-divided-left .new-order-prescription-table{width:100%!important;table-layout:fixed!important}.new-order-prescription-divided-left .new-order-prescription-table col.new-order-prescription-col-eye{width:90px!important}.new-order-prescription-divided-left .new-order-prescription-table col.new-order-prescription-col-value{width:auto!important}.new-order-prescription-divided-right.new-order-prism-side{display:flex!important;flex-direction:column!important}.new-order-prism-side .new-order-prism-block{flex:1!important;width:100%!important}.new-order-prism-side .new-order-prescription-table-wrap--prism{width:100%!important;overflow-x:hidden!important}.new-order-prism-side .new-order-prescription-table--prism{width:100%!important;table-layout:fixed!important}.new-order-prism-side .new-order-prescription-table--prism col.new-order-prism-col-eye{width:100px!important}.new-order-prism-side .new-order-prescription-table--prism col.new-order-prism-col-value{width:auto!important}.new-order-prescription-table .new-order-eye-mode-select{min-width:70px!important;max-width:90px!important;width:auto!important;font-size:11px!important}select.new-order-eye-mode-select{width:70px!important;min-width:70px!important;max-width:70px!important;height:28px!important;font-size:11px!important;padding:0 2px!important}.frame-details-split{display:grid;grid-template-columns:1fr 1fr;gap:20px;align-items:start;margin-top:12px}.frame-details-left{min-width:0}.frame-details-right{min-width:0;padding:8px 12px;background:#f8fbff;border:1px solid #e0eaf4;border-radius:4px;display:flex;flex-direction:column;justify-content:center}.frame-details-right .frame-field label{font-size:12px;font-weight:500;color:#4a6075;margin-bottom:6px;display:block}.frame-details-right .frame-field select{width:100%;height:34px;padding:0 10px;border:1px solid #dcdfe3;border-radius:4px;font-size:12px;color:#374151;background:#fff;outline:none;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;utf8,<svg fill='%236b7280' height='20' viewBox='0 0 20 20' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M5.5 7l4.5 4 4.5-4'/></svg>");background-repeat:no-repeat;background-position:right 10px center;background-size:14px}.frame-details-right .frame-field select:focus{border-color:#3b82f6}.frame-details-right .frame-field select:disabled{opacity:.55;cursor:not-allowed}@media(max-width:700px){.frame-details-split{grid-template-columns:1fr}}.fd-card{padding:0!important;overflow:hidden;border:1px solid #d8e4ef!important;border-radius:4px!important;box-shadow:0 2px 4px #24446812!important;margin-top:20px}.stock-pres-frame-row~.new-order-card{margin-top:20px}.fd-card-header{display:grid;grid-template-columns:1fr 1fr;background:#fafafa;border-bottom:1px solid #e6f0f8}.fd-col-head{padding:14px 20px 12px;font-size:15px;font-weight:700;color:#1a5a8b}.fd-col-head:first-child{border-right:1px solid #e6f0f8}.fd-card-body{display:grid;grid-template-columns:1fr auto 1fr;align-items:stretch;min-height:140px}.fd-left{padding:16px 20px}.fd-divider{width:1px;background:#e6f0f8;align-self:stretch}.fd-right{padding:16px 20px;display:grid;grid-template-columns:1fr 1fr;gap:0 16px;align-items:start;align-content:start}.fd-right .frame-field label{font-size:12px;font-weight:500;color:#4a6075;margin-bottom:6px;display:block}.fd-right .frame-field select{width:100%;height:36px;padding:0 32px 0 10px;border:1px solid #dcdfe3;border-radius:4px;font-size:13px;color:#374151;background:#fff;outline:none;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;utf8,<svg fill='%236b7280' height='20' viewBox='0 0 20 20' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M5.5 7l4.5 4 4.5-4'/></svg>");background-repeat:no-repeat;background-position:right 10px center;background-size:14px}.fd-right .frame-field select:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3f82c21a}.fd-right .frame-field select:disabled{opacity:.5;cursor:not-allowed;background-color:#f3f7fb}@media(max-width:700px){.fd-card{display:flex;flex-direction:column}.fd-card-header,.fd-card-body{display:contents}.fd-col-head{background:#fafafa;border-right:0!important;border-bottom:1px solid #e6f0f8}.fd-col-head--left{order:1}.fd-left{order:2}.fd-col-head--right{order:3;border-top:1px solid #e6f0f8}.fd-right{order:4}.fd-divider{display:none}}@media(max-width:700px){.stock-order-filter-grid{grid-template-columns:1fr}.stock-order-filter-lens-design{grid-column:span 1;padding:0 16px}.stock-order-filter-grid>.new-order-field:not(.stock-order-filter-lens-design){padding:0 16px}.lens-section{padding:0 16px}.stock-order-frame-option{gap:0}.stock-order-frame-option-item{border-radius:0;border-bottom:none}.stock-order-frame-option-item:last-child{border-bottom:1px solid #dce6f0}}@container rx-card (max-width: 720px){.stock-pres-card .new-order-prescription-table tbody td:first-child{padding:4px 5px!important}.stock-pres-card .new-order-eye-badge{min-width:32px!important;padding:0 5px!important;font-size:11px!important}.stock-pres-card .pres-eye{gap:4px!important}}.new-order-prescription-card .new-order-prescription-divided{display:flex!important;align-items:stretch!important;gap:16px!important}.new-order-prescription-card .new-order-prescription-divided>.new-order-prescription-divided-left,.new-order-prescription-card .new-order-prescription-divided>.new-order-prescription-divided-right{flex:1 1 0!important;width:0!important;min-width:0!important;overflow:visible!important}.new-order-prescription-card .new-order-prescription-divided-left .new-order-prescription-table col.new-order-prescription-col-eye{width:140px!important}@media(max-width:768px){.new-order-prescription-card .new-order-prescription-divided{flex-direction:column!important}.new-order-prescription-card .new-order-prescription-divided>.new-order-prescription-divided-left,.new-order-prescription-card .new-order-prescription-divided>.new-order-prescription-divided-right{flex:none!important;width:100%!important}}@container rx-card (max-width: 720px){.new-order-prescription-card .new-order-prescription-divided{flex-direction:column!important;gap:12px!important}.new-order-prescription-card .new-order-prescription-divided>.new-order-prescription-divided-left,.new-order-prescription-card .new-order-prescription-divided>.new-order-prescription-divided-right{flex:none!important;width:100%!important;min-width:0!important}}@container rx-card (max-width: 720px){.new-order-prescription-card .new-order-prescription-divided-left .new-order-prescription-table col.new-order-prescription-col-eye{width:110px!important}.new-order-prescription-divided-left .new-order-eye-badge{min-width:30px!important;width:30px!important;padding:0 4px!important;font-size:10px!important}.new-order-prism-side .new-order-eye-badge{min-width:42px!important;width:42px!important;padding:0 6px!important;font-size:11px!important}}.new-order-btn--test-xml{background:#f0fdf4;color:#16a34a;border:1px solid #bbf7d0!important}.new-order-btn--test-xml:hover:not(:disabled){background:#dcfce7;border-color:#86efac!important}.new-order-btn--test-xml:disabled{opacity:.45;cursor:not-allowed}.new-order-btn--test-result{background:#eff6ff;color:#2563eb;border:1px solid #bfdbfe!important}.new-order-btn--test-result:hover:not(:disabled){background:#dbeafe;border-color:#93c5fd!important}.new-order-btn--test-result:disabled{opacity:.45;cursor:not-allowed}.xml-preview-overlay{position:fixed;inset:0;background:#0a1e3c8c;display:flex;align-items:center;justify-content:center;z-index:1200;padding:20px}.xml-preview-modal{background:#fff;border-radius:10px;width:100%;max-width:900px;max-height:92vh;display:flex;flex-direction:column;box-shadow:0 16px 48px #0a1e3c3d;overflow:hidden}.xml-preview-header{display:flex;align-items:flex-start;justify-content:space-between;padding:20px 24px 14px;border-bottom:1px solid #e5e7eb;gap:16px;flex-shrink:0}.xml-preview-header h2{margin:0 0 4px;font-size:16px;font-weight:700;color:#15324b}.xml-preview-header p{margin:0;font-size:12px;color:#6b7280}.xml-preview-close{background:none;border:none;font-size:18px;color:#6b7280;cursor:pointer;padding:2px 7px;border-radius:4px;line-height:1;flex-shrink:0}.xml-preview-close:hover{background:#f3f4f6}.xml-preview-stats{display:flex;gap:24px;padding:10px 24px;background:#f8fafc;border-bottom:1px solid #e5e7eb;font-size:12px;color:#374151;flex-wrap:wrap;flex-shrink:0}.xml-preview-stats strong{color:#1d4ed8}.xml-preview-tabs{flex:1;overflow-y:auto;min-height:0}.xml-preview-tab-label{padding:8px 20px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#5b85ab;background:#f1f5f9;border-bottom:1px solid #e2e8f0;border-top:1px solid #e2e8f0}.xml-preview-tab-label--response{margin-top:0;border-top:3px solid #e5e7eb}.xml-preview-tab-note{font-weight:400;text-transform:none;font-size:11px;color:#9ca3af;letter-spacing:0}.xml-preview-body{background:#1e1e2e}.xml-preview-code{margin:0;padding:18px 22px;font-family:Courier New,Courier,monospace;font-size:11.5px;line-height:1.65;color:#cdd6f4;white-space:pre;overflow-x:auto;-moz-tab-size:2;-o-tab-size:2;tab-size:2}.xml-preview-footer{display:flex;justify-content:flex-end;gap:10px;padding:14px 24px;border-top:1px solid #e5e7eb;flex-shrink:0;background:#fff}.xml-preview-copy-btn{background:#1d4ed8;color:#fff;border:none;padding:8px 18px;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer}.xml-preview-copy-btn:hover{background:#1e40af}.xml-preview-close-btn{background:#f1f5f9;color:#475569;border:none;padding:8px 18px;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer}.xml-preview-close-btn:hover{background:#e2e8f0}.trm-overlay{position:fixed;inset:0;background:#0f172a73;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);z-index:9999;display:grid;place-items:center;padding:20px}.trm-card{width:min(1280px,100%);max-height:92vh;overflow:hidden;display:flex;flex-direction:column;background:#fff;border-radius:4px;border:1px solid #e2e8f0;box-shadow:0 18px 44px #0f172a2e}.trm-header{padding:16px 22px;border-bottom:1px solid #e5e7eb;background:#fff;display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-shrink:0}.trm-header__title{margin:0;font-size:16px;font-weight:700;color:#0f172a}.trm-header__sub{margin:3px 0 0;font-size:12px;color:#64748b}.trm-close{width:32px;height:32px;border-radius:4px;border:1px solid #e2e8f0;background:#f8fafc;color:#334155;display:grid;place-items:center;cursor:pointer;font-size:16px;flex-shrink:0;line-height:1}.trm-close:hover{background:#f1f5f9;border-color:#cbd5e1}.trm-body{flex:1;overflow-y:auto;min-height:0;padding:16px 22px}.trm-layout{display:grid;grid-template-columns:340px 1fr;gap:14px;align-items:stretch}.trm-cards{display:flex;flex-direction:column;gap:14px}.trm-summary-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:4px;padding:14px}.trm-summary-card__side{font-size:20px;font-weight:800;color:#0f172a;margin-bottom:10px}.trm-summary-card__rows{display:flex;flex-direction:column;gap:5px;font-size:13.5px;color:#334155}.trm-summary-card__rows strong{font-weight:700}.trm-val--max{color:#dc2626}.trm-val--min{color:#16a34a}.trm-shape-panel{background:#f8fafc;border:1px solid #e2e8f0;border-radius:4px;padding:16px;display:flex;flex-direction:column}.trm-shape-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;flex:1;align-items:start}.trm-shape-label{font-size:20px;font-weight:800;color:#0f172a;text-align:center;margin-bottom:4px}.trm-lens-name{font-size:13px;font-weight:700;color:#334155;text-align:center;margin-top:6px}.trm-shape-footer{padding-top:12px;border-top:1px solid #e2e8f0;margin-top:12px;display:flex;justify-content:space-between;align-items:center;flex-shrink:0;gap:12px}.trm-details-btn{height:34px;padding:0 14px;border-radius:4px;border:1px solid #e2e8f0;background:#fff;color:#334155;font-size:13px;font-weight:600;cursor:pointer}.trm-details-btn:hover{background:#f1f5f9;border-color:#cbd5e1}.trm-delivery{display:flex;align-items:center;gap:6px;font-size:13px;color:#64748b}.trm-delivery strong{color:#0f172a;font-weight:700}.trm-footer{padding:12px 22px;border-top:1px solid #e5e7eb;background:#fff;display:flex;justify-content:flex-end;flex-shrink:0}.trm-footer-close{height:36px;padding:0 20px;border-radius:4px;border:1px solid #cbd5e1;background:#fff;color:#334155;font-size:13px;font-weight:600;cursor:pointer}.trm-footer-close:hover{background:#f1f5f9}.trm-card--stock{width:min(1600px,calc(100vw - 32px));max-width:1600px}.trm-stock-layout{display:grid;grid-template-columns:minmax(280px,1fr) minmax(360px,1.2fr) minmax(280px,1fr);gap:16px;align-items:stretch}.trm-stock-layout--narrow{grid-template-columns:1fr}.trm-stock-table-card{border:1px solid #e2e8f0;border-radius:4px;background:#fff;overflow:hidden;width:100%;display:flex;flex-direction:column}.trm-stock-table-header{padding:12px 14px;text-align:center}.trm-stock-table-eye{font-size:22px;font-weight:900;color:#0f172a;margin-bottom:4px}.trm-stock-table-lens-name{font-size:13px;font-weight:700;color:#334155;margin-bottom:6px}.trm-stock-table-center{font-size:14px;font-weight:800;color:#0f172a}.trm-stock-grid{display:grid;flex:1;align-content:start;border-top:1px solid #bcdff0;background:#eaf5fa;font-size:12.5px;text-align:center}.trm-sg-title{grid-column:1 / -1;background:#cfe8f3;border-bottom:1px solid #bcdff0;padding:6px 4px;font-weight:900;font-size:12px}.trm-sg-head{background:#dcedf5;border-right:1px solid #bcdff0;border-bottom:1px solid #bcdff0;padding:6px 4px;font-weight:800}.trm-sg-pos{border-right:1px solid #bcdff0;border-bottom:1px solid #bcdff0;padding:6px 4px;font-weight:800}.trm-sg-pos.even{background:#f7fcfe}.trm-sg-pos.odd{background:#eef7fb}.trm-sg-val{border-right:1px solid #bcdff0;border-bottom:1px solid #bcdff0;padding:6px 4px}.trm-sg-val.even{background:#fdfefe}.trm-sg-val.odd{background:#f4fafc}.trm-sg--lc{border-right:none}.trm-sg--lr{border-bottom:none}.trm-stock-middle{border:1px solid #e2e8f0;border-radius:4px;background:#f8fafc;padding:16px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px}.trm-stock-diagrams{display:grid;grid-template-columns:1fr 1fr;gap:8px;width:100%;justify-items:center}.trm-stock-diagram{display:grid;justify-items:center;gap:4px;width:100%}.trm-stock-diagrams--stack{grid-template-columns:1fr}.trm-stock-diagram__label{font-size:18px;font-weight:900;color:#0f172a}.trm-stock-ref-note{margin:0;font-size:13px;font-weight:600;color:#64748b;text-align:center}.trm-stock-delivery{flex-direction:column;gap:2px;text-align:center}@media(max-width:900px){.trm-layout{grid-template-columns:1fr}.trm-cards{flex-direction:row}.trm-summary-card{flex:1}}@media(max-width:600px){.trm-cards{flex-direction:column}.trm-shape-grid{grid-template-columns:1fr}.trm-overlay,.trm-body{padding:12px}}.tem-overlay{position:fixed;inset:0;background:#0f172a73;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);z-index:9999;display:grid;place-items:center;padding:20px}.tem-card{width:min(640px,100%);display:flex;flex-direction:column;background:#fff;border-radius:4px;border:1px solid #e2e8f0;box-shadow:0 18px 44px #0f172a2e;overflow:hidden}.tem-header{padding:16px 22px;border-bottom:1px solid #e5e7eb;background:#fff;display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.tem-header__title{margin:0;font-size:16px;font-weight:700;color:#00599f}.tem-header__code{margin:4px 0 0;font-size:12px;color:#64748b;font-family:monospace}.tem-close{width:32px;height:32px;border-radius:4px;border:1px solid #e2e8f0;background:#f8fafc;color:#334155;display:grid;place-items:center;cursor:pointer;font-size:16px;flex-shrink:0;line-height:1}.tem-close:hover{background:#f1f5f9;border-color:#cbd5e1}.tem-body{padding:20px 22px;display:grid;gap:14px}.tem-message{font-size:15px;font-weight:700;line-height:1.5;color:#0f172a;border-left:4px solid #00599f;padding-left:14px}.tem-explanation{font-size:14px;line-height:1.6;color:#334155}.tem-footer{padding:12px 22px;border-top:1px solid #e5e7eb;background:#fff;display:flex;justify-content:flex-end}.tem-footer-close{height:36px;padding:0 20px;border-radius:4px;border:1px solid #cbd5e1;background:#fff;color:#334155;font-size:13px;font-weight:600;cursor:pointer}.tem-footer-close:hover{background:#f1f5f9}.ma-shell{min-height:100vh;padding:32px}.ma-topbar{margin-bottom:28px}.ma-topbar h1{margin:0 0 4px;font-size:22px;font-weight:700;color:#3f556d}.ma-topbar p{margin:0;font-size:12px;color:#73859a}.ma-layout{display:grid;grid-template-columns:1fr 380px;gap:20px;align-items:start}.ma-card{background:#fff;border:1px solid #d8e4ef;border-radius:4px;padding:28px;box-shadow:0 2px 8px #24446812;display:flex;flex-direction:column;gap:18px}.ma-card-head{display:flex;align-items:flex-start;gap:12px;padding-bottom:18px;border-bottom:1px solid #edf3f9}.ma-card-icon{width:38px;height:38px;border-radius:4px;background:#e8f1fb;color:#0b69b5;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.ma-card-icon--purple{background:#ede9fe;color:#6d28d9}.ma-card-head h2{margin:0 0 3px;font-size:14px;font-weight:700;color:#1e3a5f}.ma-card-head span{font-size:11px;color:#7a8fa3}.ma-field{display:flex;flex-direction:column;gap:6px}.ma-field label{font-size:11px;font-weight:700;color:#5a7490;text-transform:uppercase;letter-spacing:.05em}.ma-field input{height:40px;border:1px solid #d0dde9;border-radius:4px;padding:0 13px;font-size:13px;color:#2d4f6b;background:#f7fafd;outline:none;transition:border-color .15s,box-shadow .15s;width:100%;box-sizing:border-box}.ma-field input:focus{border-color:#0b69b5;background:#fff;box-shadow:0 0 0 3px #0b69b51a}.ma-field--readonly input{background:#f0f5fa;color:#8fa3b8;cursor:default;border-style:dashed}.ma-two-col{display:grid;grid-template-columns:1fr 1fr;gap:14px}.ma-three-col{display:grid;grid-template-columns:1fr 1fr 1fr;gap:14px}.ma-card-footer{padding-top:6px;display:flex;justify-content:flex-end;border-top:1px solid #edf3f9}.ma-security-body{display:flex;align-items:center;justify-content:space-between;gap:16px;background:#f7fafd;border:1px solid #dce8f2;border-radius:4px;padding:16px 18px}.ma-security-info{display:flex;align-items:center;gap:12px;flex:1;min-width:0}.ma-security-dot{width:10px;height:10px;border-radius:50%;background:#10b981;flex-shrink:0;box-shadow:0 0 0 3px #10b98133}.ma-security-info p{margin:0 0 2px;font-size:13px;font-weight:700;color:#2d4f6b}.ma-security-info span{font-size:11px;color:#7a8fa3;display:block;line-height:1.5}.ma-security-tips{background:#f0f6fb;border-radius:4px;padding:14px 18px}.ma-security-tips p{margin:0 0 8px;font-size:11px;font-weight:700;color:#5a7490;text-transform:uppercase;letter-spacing:.05em}.ma-security-tips ul{margin:0;padding-left:16px;display:flex;flex-direction:column;gap:4px}.ma-security-tips li{font-size:12px;color:#6b87a0}.ma-btn{height:38px;padding:0 18px;border-radius:4px;border:1px solid transparent;display:inline-flex;align-items:center;gap:7px;font-size:13px;font-weight:600;cursor:pointer;transition:all .15s;white-space:nowrap}.ma-btn--primary{background:#0b69b5;color:#fff}.ma-btn--primary:hover:not(:disabled){background:#0958a0}.ma-btn--primary:disabled{opacity:.6;cursor:not-allowed}.ma-btn--outline{background:#fff;border-color:#c5d8ec;color:#2d5a8a}.ma-btn--outline:hover{background:#edf4fb;border-color:#0b69b5;color:#0b69b5}.ma-btn--ghost{background:transparent;border-color:#d0dde9;color:#5a7490}.ma-btn--ghost:hover{background:#f4f8fc}.ma-overlay{position:fixed;inset:0;background:#0a192f80;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px;animation:ma-fade-in .15s ease}@keyframes ma-fade-in{0%{opacity:0}to{opacity:1}}.ma-modal{background:#fff;border-radius:4px;width:100%;max-width:440px;box-shadow:0 20px 60px #0a1e3c38;display:flex;flex-direction:column;animation:ma-slide-up .18s ease;overflow:hidden}@keyframes ma-slide-up{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.ma-modal-header{display:flex;align-items:flex-start;justify-content:space-between;padding:22px 24px 18px;border-bottom:1px solid #edf3f9}.ma-modal-title-wrap{display:flex;align-items:flex-start;gap:12px}.ma-modal-icon{width:38px;height:38px;border-radius:4px;background:#ede9fe;color:#6d28d9;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.ma-modal-header h3{margin:0 0 3px;font-size:15px;font-weight:700;color:#1e3a5f}.ma-modal-header span{font-size:11px;color:#7a8fa3}.ma-modal-close{width:30px;height:30px;border:1px solid #dce8f2;border-radius:4px;background:#f4f8fc;color:#6b87a0;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:all .15s}.ma-modal-close:hover{background:#fee2e2;border-color:#fca5a5;color:#dc2626}.ma-modal-body{padding:22px 24px;display:flex;flex-direction:column;gap:16px}.ma-modal-divider{height:1px;background:#edf3f9;margin:2px 0}.ma-pwd-input-wrap{position:relative}.ma-pwd-input-wrap input{height:40px;border:1px solid #d0dde9;border-radius:4px;padding:0 40px 0 13px;font-size:13px;color:#2d4f6b;background:#f7fafd;outline:none;transition:border-color .15s,box-shadow .15s;width:100%;box-sizing:border-box}.ma-pwd-input-wrap input:focus{border-color:#0b69b5;background:#fff;box-shadow:0 0 0 3px #0b69b51a}.ma-pwd-eye{position:absolute;right:11px;top:50%;transform:translateY(-50%);background:none;border:none;color:#8fa3b8;cursor:pointer;display:inline-flex;align-items:center;padding:2px;transition:color .15s}.ma-pwd-eye:hover{color:#0b69b5}.ma-pwd-hint{display:flex;align-items:flex-start;gap:7px;background:#f4f8fc;border:1px solid #dce8f2;border-radius:4px;padding:10px 14px;color:#6b87a0}.ma-pwd-hint span{font-size:11px;line-height:1.5}.ma-modal-footer{display:flex;align-items:center;justify-content:flex-end;gap:10px;padding:16px 24px 20px;border-top:1px solid #edf3f9}.ma-section-divider{display:flex;align-items:center;gap:12px;margin:4px 0 -4px}.ma-section-divider span{font-size:11px;font-weight:700;color:#5a7490;text-transform:uppercase;letter-spacing:.06em;white-space:nowrap}.ma-section-divider:after{content:"";flex:1;height:1px;background:#e4edf5}.ma-field-hint{font-size:10px;font-weight:400;color:#9db5c8;text-transform:none;letter-spacing:0}.ma-pin-input{position:relative}.ma-pin-input svg{position:absolute;left:11px;top:50%;transform:translateY(-50%);color:#8fa3b8;pointer-events:none;flex-shrink:0}.ma-pin-input input{padding-left:34px!important}.ma-billing-wrapper{display:flex;flex-direction:column}.ma-billing-toggle{display:flex;align-items:center;gap:10px;width:100%;padding:11px 16px;background:#f4f8fc;border:1px solid #dce8f2;border-radius:4px;cursor:pointer;text-align:left;transition:background .15s,border-color .15s}.ma-billing-toggle:hover{background:#edf4fb;border-color:#a8c8e4}.ma-billing-toggle.open{border-bottom-left-radius:0;border-bottom-right-radius:0;border-bottom-color:transparent}.ma-billing-check{width:17px;height:17px;border-radius:4px;border:2px solid #9db8d2;background:#fff;flex-shrink:0;transition:all .15s;position:relative}.ma-billing-check.active{background:#0b69b5;border-color:#0b69b5}.ma-billing-check.active:after{content:"";position:absolute;left:3px;top:0;width:5px;height:9px;border:2px solid #fff;border-top:none;border-left:none;transform:rotate(45deg)}.ma-billing-toggle-label{flex:1;font-size:13px;font-weight:600;color:#36506c}.ma-billing-chevron{color:#7a8fa3;flex-shrink:0;transition:transform .2s}.ma-billing-chevron.open{transform:rotate(180deg)}.ma-billing-section{display:flex;flex-direction:column;gap:14px;padding:18px;background:#f7fafd;border:1px solid #dce8f2;border-top:none;border-bottom-left-radius:8px;border-bottom-right-radius:8px}.ma-billing-section-title{font-size:11px;font-weight:700;color:#5a7490;text-transform:uppercase;letter-spacing:.06em;padding-bottom:10px;border-bottom:1px solid #e4edf5}@media(max-width:1024px){.ma-layout{grid-template-columns:1fr}}@media(max-width:768px){.ma-shell{padding:20px}.ma-two-col{grid-template-columns:1fr}.ma-three-col{grid-template-columns:1fr 1fr}.ma-security-body{flex-direction:column;align-items:flex-start}}@media(max-width:480px){.ma-three-col{grid-template-columns:1fr}.ma-modal{border-radius:4px}}
