@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap";html,body,#root{min-height:100%}body{margin:0}: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)}}:root{font-family:Poppins,Segoe UI,sans-serif;--c-primary-1: #22d3ee;--c-primary-2: #6d28d9;--c-primary-3: #9333ea;--c-accent: #22d3ee;--c-violet: #9333ea;--c-soft: #e9edf5;--c-text: #0f172a;--c-border: #d1d9e8;color:var(--c-text)}*{box-sizing:border-box}body{margin:0;background:#e9edf5;font-family:Poppins,Segoe UI,sans-serif;overflow-x:hidden}html,#root{max-width:100%;overflow-x:hidden}h1,h2,h3,p{margin:0}.auth-mode{min-height:100vh;display:grid;place-items:center;padding:1rem;background:linear-gradient(150deg,#0f172a,#6d28d9 45%,#22d3ee)}.auth-card{position:relative;overflow:hidden;width:min(100%,460px);background:#fffffffa;border:1px solid rgba(255,255,255,.45);border-radius:18px;padding:1rem;box-shadow:0 16px 38px #0f172a47}.auth-card-bg{position:absolute;width:560px;height:220px;border-radius:999px;pointer-events:none;opacity:.18;filter:blur(4px)}.auth-card-bg-1{left:-210px;top:-140px;background:linear-gradient(130deg,#6d28d9,#9333ea);animation:auth-float-1 6s ease-in-out infinite}.auth-card-bg-2{right:-220px;bottom:-150px;background:linear-gradient(130deg,#22d3ee,#6d28d9);animation:auth-float-2 7s ease-in-out infinite}.auth-card-content{position:relative;z-index:2}.auth-brand-logo{display:block;width:min(100%,260px);height:auto;margin:0 auto .55rem}.tabs{margin-top:1rem;display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem}.tab{min-height:44px;border:1px solid var(--c-border);border-radius:10px;background:#f2f7ff;color:#2b3f73;font-weight:700}.tab.active{color:#fff;border-color:var(--c-primary-2);background:linear-gradient(90deg,var(--c-primary-2),var(--c-violet))}.form{margin-top:1rem;display:grid;gap:.7rem}label{display:grid;gap:.35rem;color:#2a4378;font-size:.9rem;min-width:0}.field-note{color:#35548f;font-size:.78rem}.field-note-error{color:#8a1942}.field-note-inline{margin-top:.1rem;min-height:18px;text-align:right;padding-right:.15rem;display:block}.with-overflow-note{position:relative;overflow:visible}.with-overflow-note .field-note-inline{position:absolute;top:calc(100% + 4px);right:0;margin-top:0;white-space:nowrap;pointer-events:none}.label-with-help{display:inline-flex;align-items:center;gap:.35rem}.help-dot{width:16px;height:16px;border-radius:999px;border:1px solid #9db9ff;background:#eef5ff;color:#35548f;font-size:11px;font-weight:800;display:inline-grid;place-items:center;cursor:help}input,select{width:100%;min-height:44px;border-radius:10px;border:1px solid var(--c-border);background:#f8fbff;color:var(--c-text);padding:.6rem .75rem}.phone-field{display:grid;grid-template-columns:minmax(82px,30%) minmax(0,70%);gap:.4rem;align-items:start;justify-content:start}.phone-country{position:relative;z-index:5}.phone-country-btn{width:100%;min-height:44px;border:1px solid var(--c-border);border-radius:10px;background:#f8fbff;color:var(--c-text);font-weight:600;cursor:pointer}.phone-country-dropdown{position:absolute;z-index:130;left:0;top:calc(100% + 4px);width:max(220px,100%);max-width:min(280px,calc(100vw - 2.5rem));border:1px solid var(--c-border);border-radius:10px;background:#fff;box-shadow:0 10px 24px #0f172a26;padding:.4rem;overscroll-behavior:contain}.phone-country-dropdown input{min-height:38px;width:100%}.phone-country-list{max-height:220px;overflow:auto;overscroll-behavior:contain;display:grid;gap:.2rem;margin-top:.3rem}.phone-country-item{border:1px solid #e5ecff;border-radius:8px;background:#fff;text-align:left;padding:.4rem .5rem;color:#2b3f73}.search-select{position:relative;min-width:0}.search-select-btn{width:100%;min-width:0;min-height:44px;border:1px solid var(--c-border);border-radius:10px;background:#f8fbff;color:var(--c-text);padding:.6rem .75rem;display:flex;align-items:center;justify-content:space-between;gap:.5rem;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.search-select-btn:hover{border-color:#7ea5ff;background:#f3f8ff}.search-select-btn .placeholder{color:#536b9a}.search-select-btn .value,.search-select-btn .placeholder{display:block;flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.search-select-btn .caret{color:#41639f;font-size:.85rem}.search-select-btn.open{outline:2px solid var(--c-primary-1);outline-offset:1px}.search-select-dropdown{position:absolute;z-index:140;left:0;top:calc(100% + 4px);width:100%;min-width:0;max-width:100%;border:1px solid var(--c-border);border-radius:10px;background:#fff;box-shadow:0 10px 24px #0f172a26;padding:.45rem}.search-select-dropdown input{min-height:38px;width:100%}.search-select-list{max-height:240px;overflow:auto;overscroll-behavior:contain;display:grid;gap:.25rem;margin-top:.35rem}.search-select-item{border:1px solid #e5ecff;border-radius:8px;background:#fff;text-align:left;padding:.45rem .55rem;color:#2b3f73;cursor:pointer}.search-select-item:hover{background:#f3f8ff;border-color:#b3ccff}.search-select-item.active{background:#eff5ff;border-color:#8fb0ff;color:#1d3768}.search-select-empty{border:1px dashed #d5e3ff;border-radius:8px;padding:.45rem .55rem;color:#5f77a7;background:#fbfdff}input:focus,select:focus{outline:2px solid var(--c-primary-1);outline-offset:1px}.btn{min-height:44px;border-radius:10px;border:1px solid transparent;font-weight:700;cursor:pointer}.btn-primary{background:linear-gradient(90deg,#6d28d9,#9333ea);color:#fff;box-shadow:0 10px 18px #6d28d93d}.btn-secondary{background:#f2f7ff;color:#2b3f73;border-color:var(--c-border)}.btn-danger{background:#ef4444;color:#fff;border-color:#dc2626}.btn-danger:hover{background:#dc2626}.btn:disabled,button:disabled{cursor:not-allowed;opacity:1;box-shadow:none;transform:none}.btn-primary:disabled{background:linear-gradient(90deg,#9cb3f6,#b59df5);border-color:#9cb3f6;color:#eef2ff;text-shadow:none}.btn-secondary:disabled{background:#eef3ff;border-color:#d0ddff;color:#8aa0cd}.btn-danger:disabled{background:#f1a8a8;border-color:#e79696;color:#fff5f5}.banner{margin-top:.8rem;border-radius:10px;padding:.55rem .7rem;font-size:.9rem}.banner.error{border:1px solid #f7c2d4;background:#fff2f8;color:#8a1942}.banner.ok{border:1px solid #8deef5;background:#e8fdff;color:#0f6378}.muted{color:#33508e}.dashboard-shell{min-height:100vh;display:flex;background:#e9edf5;max-width:100%;overflow-x:hidden}.mobile-overlay{position:fixed;top:0;right:0;bottom:0;left:0;border:0;background:#0f172a59;z-index:20}.sidebar{position:fixed;top:0;left:0;bottom:0;width:268px;background:linear-gradient(180deg,#0f172a,#1f1852 55%,#15263f);border-right:1px solid rgba(147,51,234,.3);padding:1rem;display:grid;grid-template-rows:auto 1fr auto;gap:1rem;transform:translate(-100%);transition:transform .2s ease;z-index:30}.sidebar.open{transform:translate(0)}.sidebar-brand{display:flex;align-items:center;justify-content:center;height:76px;border-bottom:1px solid rgba(255,255,255,.08);margin-bottom:.35rem}.sidebar-brand-logo{width:min(100%,220px);height:auto;object-fit:contain}.sidebar-nav{display:flex;flex-direction:column;gap:.5rem;margin-top:.35rem}.side-item{min-height:42px;border:0;border-radius:10px;background:transparent;text-align:left;padding:.5rem .7rem;font-weight:700;color:#e7e9f4;box-shadow:none;transition:transform .14s ease,background .14s ease}.side-item:hover{background:#9333ea33;transform:translateY(-1px)}.side-item.active{background:linear-gradient(90deg,#6d28d9,#9333ea);color:#fff;box-shadow:0 8px 18px #6d28d947}.side-module{display:grid;gap:.3rem}.side-module-toggle{min-height:42px;border:0;border-radius:10px;background:transparent;text-align:left;padding:.5rem .7rem;color:#e7e9f4;font-weight:800;display:flex;align-items:center;justify-content:space-between;box-shadow:none;transition:transform .14s ease,box-shadow .14s ease,background .14s ease,border-color .14s ease}.side-caret{display:inline-flex;align-items:center;justify-content:center;min-width:18px;font-size:1rem;line-height:1;font-weight:900;transition:transform .18s ease}.side-caret.open{transform:rotate(0)}.side-module-toggle .side-caret:not(.open){transform:rotate(-90deg)}.side-module-toggle:hover{background:#9333ea33;transform:translateY(-1px)}.side-module-toggle.active{background:linear-gradient(90deg,#6d28d9,#9333ea);color:#fff;box-shadow:0 8px 18px #6d28d947}.side-submenu{display:grid;gap:.3rem;padding-left:.5rem;overflow:hidden;max-height:0;opacity:0;transform:translateY(-4px);transition:max-height .24s ease,opacity .2s ease,transform .2s ease}.side-submenu.open{max-height:260px;opacity:1;transform:translateY(0)}.side-subitem{min-height:38px;font-size:.92rem;font-weight:700;background:#ffffff0f;color:#dfe4f5}.dashboard-content{width:100%;max-width:100%;min-width:0;padding:20px;overflow-x:hidden}.topbar{position:relative;display:flex;justify-content:space-between;gap:.75rem;align-items:center;margin-bottom:.8rem;animation:topbar-fade .22s ease}.topbar-left{display:flex;align-items:center;gap:.6rem;min-height:56px}.topbar-brand-title{width:clamp(150px,18vw,210px);min-width:150px;height:56px;border-radius:8px;object-fit:contain;box-shadow:none;flex:0 0 auto}.topbar-left p{margin:0;text-transform:uppercase;letter-spacing:.08em;font-size:12px;color:#6d28d9;font-weight:700}.topbar-left h1{font-size:2rem;line-height:1.05;color:#111827}.menu-btn{min-width:42px;min-height:42px;border-radius:10px;border:1px solid var(--c-border);background:#fff;box-shadow:0 10px 22px #0f172a33}.topbar-right{display:flex;align-items:center;gap:.5rem;margin-left:auto;min-height:56px}.side-logout{border:1px solid rgba(255,255,255,.16);background:#ffffff0f;color:#f3f5fb}.side-logout:hover:not(:disabled){background:#9333ea33}.input-unit{display:grid;grid-template-columns:1fr auto;align-items:center;border:1px solid var(--c-border);border-radius:10px;background:#f8fbff;overflow:hidden}.input-unit input{border:0;border-radius:0;background:transparent}.input-unit span{min-width:34px;text-align:center;color:#6b7da8;font-weight:700;border-left:1px solid #d7e4ff;background:#f3f8ff}.cash-chip{display:grid;align-content:center;gap:.12rem;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:.42rem .6rem;min-height:56px;min-width:176px;box-shadow:0 10px 20px #0f172a1a;margin-right:.25rem}.cash-chip small{color:#345389;font-weight:700;line-height:1.1}.cash-chip-values{display:flex;align-items:center;gap:.55rem;white-space:nowrap}.cash-pill{display:inline-flex;align-items:center;border:1px solid #c7d8ff;border-radius:999px;padding:.2rem .45rem;color:#10244b;font-size:.78rem;font-weight:800;line-height:1.1}.cash-pill-ars{background:#eef4ff}.cash-pill-usd{background:#ecfffb;border-color:#b8efe8}.user-chip{display:flex;align-items:center;gap:.55rem;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:.45rem .7rem;min-height:56px;min-width:136px;box-shadow:0 10px 20px #0f172a1a}.user-chip strong{line-height:1.1;display:block;font-size:.86rem;color:#0f172a}.user-chip small{line-height:1.1;display:block;color:#64748b;font-size:.74rem}.role-pill{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 10px;border-radius:10px;border:1px solid #e5e7eb;background:#6d28d924;box-shadow:0 10px 20px #0f172a1a;color:#5b21b6;font-size:11px;font-weight:700;text-transform:uppercase}.avatar{width:40px;height:40px;border-radius:999px;background:linear-gradient(135deg,var(--c-primary-3),var(--c-violet));color:#fff;display:grid;place-items:center;font-weight:800;letter-spacing:.4px;overflow:hidden}.avatar img{width:100%;height:100%;object-fit:cover;display:block}.avatar-small{width:34px;height:34px;font-size:.8rem}.avatar-large{width:74px;height:74px;font-size:1.15rem}.bell-btn{position:relative;width:40px;height:40px;border:1px solid #e5e7eb;border-radius:10px;background:#fff;box-shadow:0 10px 20px #0f172a1a;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;padding:0}.bell-btn:hover{background:#f3f7ff}.notif-icon{width:20px;height:20px;object-fit:contain;filter:invert(18%) sepia(21%) saturate(841%) hue-rotate(186deg) brightness(96%) contrast(91%)}.badge{position:absolute;top:-5px;right:-5px;min-width:18px;height:18px;border-radius:999px;background:#ef4444;color:#fff;font-size:10px;display:grid;place-items:center}.notif-dropdown{position:absolute;right:0;top:calc(100% + 6px);width:min(360px,88vw);max-height:420px;overflow:auto;background:#fff;border:1px solid #d6e0f0;border-radius:14px;box-shadow:0 22px 44px #0f172a38,0 8px 18px #0f172a1f;padding:.6rem;z-index:40}.notif-mobile-backdrop,.notif-mobile-close-x{display:none}.notif-actions{display:flex;justify-content:flex-start;align-items:center;gap:.4rem;margin-bottom:.5rem;margin-top:.45rem;padding-bottom:.5rem;border-bottom:1px solid #ebf0f8}.notif-actions button,.notif-item-actions button{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;border:0;border-radius:8px;padding:.35rem .55rem;background:#ede9fe;color:#4c1d95;font-size:.78rem;font-weight:700}.notif-item{border:1px solid #eef3fb;border-radius:10px;padding:.5rem;margin-bottom:.45rem;cursor:pointer}.notif-item.unread{background:#f5f7ff;border-left:3px solid #3b82f6}.notif-item-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem;margin-bottom:.18rem}.notif-item-head p{flex:1 1 auto;min-width:0}.notif-item small{color:#3b4f82}.notif-item-date{flex:0 0 auto;color:#6b7da8;font-size:.68rem;font-weight:700;line-height:1.1;white-space:nowrap}.notif-item-actions{margin-top:.35rem;display:flex;gap:.35rem}.notif-item-actions button:last-child{background:#fee2e2;color:#b91c1c}.notif-clear-all-btn{background:#fee2e2!important;color:#b91c1c!important}.notif-clear-all-btn img{width:14px;height:14px;object-fit:contain}.notif-load-more-btn{width:100%;margin-top:.3rem;border:1px solid #d6e0f0;border-radius:10px;background:#f8fbff;color:#284475;padding:.55rem .7rem;font-size:.82rem;font-weight:700}.notif-load-more-btn:hover:not(:disabled){background:#f1f6ff;border-color:#bfd2f6}.panel{background:#fff;border:1px solid #d1d9e8;border-radius:16px;padding:.9rem;box-shadow:0 14px 32px #0f172a1a}.panel h2{margin-bottom:.55rem}.section-title{margin-top:.9rem;margin-bottom:.45rem;color:#1c3568}.section-head{display:flex;align-items:center;justify-content:space-between;gap:.6rem;margin-bottom:.55rem}.section-head h2{margin-bottom:0}.flow-box{margin-top:.8rem;border:1px solid #dbe8ff;border-radius:12px;background:#f7faff;padding:.7rem;display:grid;gap:.35rem}.stats-grid{margin-top:.8rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem}.cashbox-top{display:flex;align-items:flex-end;gap:.8rem;flex-wrap:wrap}.cashbox-stats{flex:1 1 520px;margin-top:.8rem}.cash-action-dropdown{flex:0 0 240px;display:flex;align-items:center;justify-content:space-between;gap:.5rem;color:#2a4378;font-size:.9rem;font-weight:700}.stat-card{border:1px solid #e4dbff;border-radius:14px;background:linear-gradient(145deg,#f8f7ff,#eef9ff);padding:.6rem;display:grid;gap:.2rem}.stat-card strong{font-size:1.2rem}.skeleton{border-radius:8px;background:linear-gradient(90deg,#e8efff,#f4f8ff,#e8efff);background-size:220% 100%;animation:skeleton-wave 1.25s ease-in-out infinite}.skeleton-label{height:12px;width:48%}.skeleton-value{height:20px;width:72%}.table-skeleton-line{height:16px;width:100%;border-radius:8px;background:linear-gradient(90deg,#e8efff,#f4f8ff,#e8efff);background-size:220% 100%;animation:skeleton-wave 1.25s ease-in-out infinite}@keyframes skeleton-wave{0%{background-position:200% 0}to{background-position:-200% 0}}.list-grid{margin-top:.7rem;display:grid;gap:.6rem}.user-card{border:1px solid var(--c-border);border-radius:12px;padding:.65rem;background:#f8fbff;display:grid;gap:.3rem}.inline-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.45rem;margin-top:.35rem}.actions-col{min-width:140px}.approvals-actions{grid-template-columns:1fr;gap:.35rem;margin-top:0;min-width:118px}.approvals-actions .btn{min-height:34px;padding:.35rem .5rem;font-size:.8rem;white-space:nowrap}.inline-edit-grid{display:grid;gap:.35rem}.balance-strip{margin:.7rem 0;padding:.55rem .65rem;border:1px solid #bfd4ff;border-radius:10px;background:#eef5ff;display:grid;gap:.15rem}.table-wrap{overflow:auto;border:1px solid #e1e8f5;border-radius:12px;background:#fff}.filters-grid{margin-top:.7rem;margin-bottom:.7rem;display:grid;gap:.6rem;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));background:linear-gradient(145deg,#f8faff,#f3f7ff);border:1px solid #d7e1ef;border-radius:14px;padding:10px}.filters-toggle-btn{margin-top:.55rem;display:inline-flex;align-items:center;gap:.4rem;min-height:38px;border:1px solid var(--c-border);border-radius:10px;background:#f6f9ff;color:#274377;font-weight:700;padding:.35rem .65rem}.filters-toggle-btn img{width:14px;height:14px}.pager{margin-top:.7rem;display:flex;align-items:center;justify-content:space-between;gap:.6rem}.history-table-wrap table{min-width:680px}.history-table-wrap td{vertical-align:top;line-height:1.35}.history-table-wrap tbody tr:nth-child(2n){background:#f8fbff}.row-actions{position:relative;display:inline-block}.row-menu-btn{width:34px;height:34px;border:1px solid var(--c-border);border-radius:8px;background:#fff;padding:0;display:grid;place-items:center;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease,transform .12s ease}.row-menu-btn:hover{background:#eef5ff;border-color:#6f9cff;box-shadow:0 6px 14px #467ffa2e;transform:translateY(-1px)}.row-menu-btn:active{transform:translateY(0)}.row-menu-btn img{width:16px;height:16px}.row-menu{position:absolute;right:0;top:calc(100% + 6px);z-index:25;min-width:130px;border:1px solid var(--c-border);border-radius:10px;background:#fff;box-shadow:0 10px 20px #0f172a24;display:grid;padding:.3rem}.row-menu-floating{position:fixed;top:0;left:0;right:auto;z-index:120;min-width:132px}.row-menu button{border:0;background:transparent;display:flex;align-items:center;gap:.4rem;text-align:left;padding:.4rem .45rem;border-radius:8px;color:#264070;font-weight:600}.row-menu button img{width:14px;height:14px}.row-menu button:hover{background:#eef4ff}.danger-text{color:#b91c1c!important}table{width:100%;border-collapse:collapse;min-width:520px;background:#fff}th,td{text-align:left;border-bottom:1px solid #eef3fb;padding:.5rem;font-size:.88rem;color:#0f172a}th{color:#334155;font-weight:700}.panel-form{margin-top:1rem;border-top:1px solid #e6edff;padding-top:.8rem}.profile-grid{display:grid;gap:.5rem}.profile-avatar-block{display:grid;justify-items:start;gap:.5rem}.avatar-upload{display:inline-grid;gap:.35rem;font-weight:600}.avatar-upload input[type=file]{max-width:260px}.confirm-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a73;display:grid;place-items:center;z-index:60;padding:1rem;overflow-y:auto}.confirm-modal{position:relative;width:min(100%,420px);background:#f6f4ef;border:1px solid #d7d2c8;border-radius:16px;box-shadow:0 16px 36px #0f172a40;padding:1rem;display:grid;gap:.6rem}.app-spinner{display:inline-block;border-radius:999px;border:2px solid rgba(86,122,214,.25);border-top-color:#5a72d7;animation:app-spin .8s linear infinite}.app-spinner-sm{width:14px;height:14px}.app-spinner-md{width:20px;height:20px}.modal-loading-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#ffffffb8;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);border-radius:14px;z-index:6;display:grid;place-items:center}.modal-loading-card{display:inline-flex;align-items:center;gap:.45rem;border:1px solid #b8ccff;border-radius:10px;background:#fff;color:#243f73;padding:.4rem .6rem;font-weight:700;box-shadow:0 8px 20px #467ffa2e}@keyframes app-spin{to{transform:rotate(360deg)}}.edit-user-modal{width:min(100%,620px)}.form-modal{width:min(100%,560px);max-height:none;overflow:visible}.form-modal-lg{width:min(100%,760px)}.form-modal-md{width:min(100%,620px)}.form-modal-xl{width:min(100%,920px)}.confirm-modal p{color:#2f467f}.confirm-modal-actions{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}@media (max-width: 919px){.dashboard-content{padding:.8rem}.topbar{flex-direction:column;align-items:stretch;gap:.55rem}.topbar-left{width:100%;min-width:0}.topbar-left>div{min-width:0}.topbar-brand-title{width:clamp(138px,45vw,180px);min-width:138px;height:auto}.topbar-left h1{font-size:2rem;line-height:1.08}.topbar-right{width:100%;min-width:0;justify-content:flex-start;align-items:center;align-content:center;gap:.45rem;row-gap:.5rem;flex-wrap:wrap;overflow:visible;padding-bottom:0}.cash-chip,.user-chip,.bell-btn{flex-shrink:0}.cash-chip{order:1;flex:0 1 auto;max-width:100%;min-width:0;width:fit-content;padding:.38rem .54rem;margin-right:0;overflow:hidden}.cash-chip-values{gap:.35rem;flex-wrap:nowrap}.cash-pill{font-size:.73rem;padding:.18rem .4rem}.user-chip{order:2;flex:0 1 auto;min-width:118px;min-height:42px;padding:.3rem .5rem}.user-chip strong,.user-chip small{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.role-pill{order:3;flex:0 0 auto;min-height:42px;height:42px;padding:0 10px;font-size:10px;border-radius:10px}.bell-btn{order:4;margin-left:auto;flex:0 0 auto;width:42px;height:42px;min-height:42px;border-radius:10px}.stats-grid{grid-template-columns:1fr;gap:.5rem}.stat-card{padding:.55rem}.stat-card strong{font-size:1.05rem}.filters-grid{grid-template-columns:1fr;gap:.5rem}.table-wrap{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;border:1px solid #e6edff;border-radius:10px;background:#fff}table{min-width:640px}th,td{padding:.46rem;font-size:.84rem}.history-table-wrap table{min-width:720px}.confirm-modal-backdrop{padding:.6rem;align-items:flex-start}.confirm-modal{width:min(100%,980px);max-height:calc(100dvh - 1.2rem);overflow:auto;padding:.85rem}.form-modal,.form-modal-lg,.form-modal-md,.form-modal-xl,.edit-user-modal{width:min(100%,980px)}.confirm-modal-actions{grid-template-columns:1fr}.notif-dropdown{position:fixed;top:12px;right:12px;left:12px;width:auto;max-width:none;max-height:calc(100vh - 24px);border-radius:14px;z-index:50;padding-top:40px}.notif-mobile-backdrop{display:block;position:fixed;top:0;right:0;bottom:0;left:0;border:0;background:#0206176b;z-index:49}.notif-mobile-close-x{display:inline-flex;position:absolute;top:8px;right:8px;width:30px;height:30px;border:1px solid #d8e2f2;border-radius:9px;background:#fff;color:#334155;font-size:20px;line-height:1;align-items:center;justify-content:center;cursor:pointer}.cashbox-top{align-items:stretch}.cashbox-stats{flex:1 1 100%}.cash-action-dropdown{flex:1 1 100%;justify-content:space-between}.panel{padding:.72rem}}@media (max-width: 560px){.auth-card{padding:.85rem}.topbar-left h1{font-size:1.8rem}.menu-btn,.bell-btn{min-width:40px;min-height:40px}.cash-chip{min-width:0;max-width:calc(100vw - 1.6rem)}.user-chip{min-width:106px}.phone-field{grid-template-columns:minmax(74px,28%) minmax(0,72%)}.search-select-dropdown,.phone-country-dropdown{z-index:180}.row-menu{min-width:120px}}@media (min-width: 920px){.mobile-overlay,.menu-btn{display:none}.dashboard-shell{display:block}.sidebar{transform:translate(0);position:fixed;top:0;left:0;height:100vh}.dashboard-content{margin-left:268px;width:calc(100% - 268px);max-width:calc(100% - 268px);padding:1.2rem}.user-chip{min-width:170px}.cash-chip{min-width:220px}.stats-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@keyframes auth-float-1{0%,to{transform:translateZ(0)}50%{transform:translate3d(8px,-8px,0)}}@keyframes auth-float-2{0%,to{transform:translateZ(0)}50%{transform:translate3d(-10px,8px,0)}}@keyframes topbar-fade{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}
