@charset "UTF-8";:root{--app-footer-height: 30px}@media (max-width: 768px){:root{--app-footer-height: 38px}}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#f0f9ff,#e0f2fe,#bae6fd,#7dd3fc,#bae6fd,#e0f2fe);background-attachment:fixed;min-height:100vh;padding-bottom:var(--app-footer-height)}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--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-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-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--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;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.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%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.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%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;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{--y: 0;position:relative;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.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-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.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;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start;z-index:1}.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:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.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;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-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)}}.login{width:100vw;min-height:calc(100vh - var(--app-footer-height, 44px));display:flex;align-items:center;justify-content:center;padding:20px}.login .form{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;padding:20px 25px;border:none;border-radius:20px;min-height:360px;max-width:340px;width:100%;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 15px 35px #0000001a,0 5px 15px #0000000d;transition:all .3s ease}.login .form img{width:250px;margin-bottom:15px}.login .form .inputGroup{display:flex;flex-direction:column;gap:18px;width:100%}.login .form .inputGroup .title{text-align:center;font-size:24px;font-weight:600;color:#4a5568;margin-bottom:10px}.login .form .inputGroup .inputIcon{width:20px;height:20px;margin-bottom:5px}.login .form .inputGroup input{width:100%;padding:8px 20px;border:2px solid #e2e8f0;border-radius:12px;outline:none;font-size:16px;background:#fff;color:#4a5568;transition:all .3s ease;box-sizing:border-box}.login .form .inputGroup input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;transform:translateY(-1px)}.login .form .inputGroup input::placeholder{color:#a0aec0;font-weight:400}.login .form .inputGroup .countdown-container{width:100%;padding:12px 16px;background:#f7fafc;border-radius:8px;border:1px solid #e2e8f0}.login .form .inputGroup .countdown-container .countdown-header{display:flex;justify-content:center;margin-bottom:8px}.login .form .inputGroup .countdown-container .countdown-header .countdown-text{font-size:15px;color:#667eea;font-weight:500}.login .form .inputGroup .countdown-container .countdown-progress{width:100%;height:6px;background:#e2e8f0;border-radius:3px;overflow:hidden}.login .form .inputGroup .countdown-container .countdown-progress .countdown-bar{height:100%;transition:width 1s linear,background-color .3s ease;border-radius:3px;position:relative}.login .form .inputGroup .countdown-container .countdown-progress .countdown-bar:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.3) 50%,transparent 100%);animation:shine 2s infinite}@keyframes shine{0%{transform:translate(-100%)}to{transform:translate(100%)}}.login .form .inputGroup .lock-warning{width:100%;background:linear-gradient(135deg,#fff5f5,#fed7d7);border:2px solid #fc8181;border-radius:12px;padding:16px;margin-bottom:12px;animation:slideDown .4s ease-out}.login .form .inputGroup .lock-warning .lock-icon{font-size:32px;text-align:center;margin-bottom:8px;animation:shake .5s ease-in-out}.login .form .inputGroup .lock-warning .lock-message{text-align:center;margin-bottom:12px}.login .form .inputGroup .lock-warning .lock-message strong{display:block;color:#c53030;font-size:15px;margin-bottom:4px}.login .form .inputGroup .lock-warning .lock-message p{color:#742a2a;font-size:13px;margin:0}.login .form .inputGroup .lock-warning .lock-countdown-container{background:#fff;border-radius:8px;padding:12px}.login .form .inputGroup .lock-warning .lock-countdown-container .lock-countdown-text{text-align:center;font-size:24px;font-weight:600;color:#c53030;margin-bottom:8px;font-family:Courier New,monospace}.login .form .inputGroup .lock-warning .lock-countdown-container .lock-countdown-progress{width:100%;height:8px;background:#e2e8f0;border-radius:4px;overflow:hidden;margin-bottom:8px}.login .form .inputGroup .lock-warning .lock-countdown-container .lock-countdown-progress .lock-countdown-bar{height:100%;transition:width 1s linear,background-color .3s ease;border-radius:4px}.login .form .inputGroup .lock-warning .lock-countdown-container .lock-info{text-align:center;color:#742a2a;font-size:12px;margin:0}.login .form .inputGroup .attempt-warning{width:100%;background:#fefcbf;border:1px solid #f6e05e;border-radius:8px;padding:10px 12px;text-align:center;color:#744210;font-size:13px;animation:pulse 2s infinite}.login .form .inputGroup .attempt-warning strong{color:#c05621;font-size:15px}.login .form .error-message{color:#e53e3e;text-align:center;background:#fed7d7;padding:10px 15px;border-radius:8px;font-size:14px;border:1px solid #feb2b2}.login .form .success-state{text-align:center}.login .form .success-state .success-icon{width:60px;height:60px;background:linear-gradient(135deg,#48bb78,#38a169);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:28px;color:#fff;margin:20px auto;animation:bounceIn .6s ease-out;box-shadow:0 8px 25px #48bb784d}.login .form .success-state .title{color:#2d3748;font-size:24px;font-weight:600;margin-bottom:10px}.login .form .success-state .success-message{color:#718096;font-size:16px;margin:0}@media (max-width: 480px){.login .form{padding:30px 25px;gap:20px}.login .form img{width:160px}.login .form .inputGroup input{padding:14px 18px;font-size:16px}}@keyframes bounceIn{0%,20%,53%,80%,to{transform:translateZ(0)}40%,43%{transform:translate3d(0,-20px,0)}70%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,-4px,0)}}@keyframes shake{0%,to{transform:translate(0)}10%,30%,50%,70%,90%{transform:translate(-5px)}20%,40%,60%,80%{transform:translate(5px)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}._button_15gf9_2{border:none;padding:12px 24px;margin:0 0 0 5px;border-radius:12px;cursor:pointer}._button_15gf9_2._success_15gf9_10{background:linear-gradient(135deg,#22c55e,#16a34a,#15803d)!important;color:#fff;border:2px solid rgba(34,197,94,.3)!important;border-radius:12px!important;font-weight:700!important;text-shadow:0 1px 2px rgba(0,0,0,.2);box-shadow:0 8px 16px #22c55e4d,0 4px 6px #0000001a,inset 0 1px #ffffff1a!important;transition:all .4s cubic-bezier(.175,.885,.32,1.275)!important;position:relative;overflow:hidden}._button_15gf9_2._success_15gf9_10:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(-45deg,transparent,rgba(255,255,255,.1),transparent);transform:translate(-100%) skew(-15deg);transition:transform .6s}._button_15gf9_2._success_15gf9_10:hover{color:#fff!important;background:linear-gradient(135deg,#16a34a,#15803d,#166534)!important;border-color:#22c55e80!important;box-shadow:0 12px 24px #22c55e66,0 6px 8px #00000026,inset 0 1px #fff3!important;transform:translateY(-4px) scale(1.03)!important}._button_15gf9_2._success_15gf9_10:hover:before{transform:translate(100%) skew(-15deg)}._button_15gf9_2._success_15gf9_10:active{transform:translateY(-2px) scale(.97)!important;box-shadow:0 4px 8px #22c55e4d,0 2px 4px #0000001a,inset 0 1px 3px #0000001a!important}._button_15gf9_2._primary_15gf9_47{color:#fff;background-color:#3e5acb;border-color:#3e5acb}._button_15gf9_2._primary_15gf9_47:hover{color:#fff;background-color:#0b5ed7;border-color:#0a58ca}._button_15gf9_2._danger_15gf9_57{background:linear-gradient(135deg,#ef4444,#dc2626,#b91c1c)!important;color:#fff;border:2px solid rgba(239,68,68,.3)!important;border-radius:12px!important;font-weight:700!important;text-shadow:0 1px 2px rgba(0,0,0,.2);box-shadow:0 8px 16px #ef44444d,0 4px 6px #0000001a,inset 0 1px #ffffff1a!important;transition:all .4s cubic-bezier(.175,.885,.32,1.275)!important;position:relative;overflow:hidden}._button_15gf9_2._danger_15gf9_57:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(-45deg,transparent,rgba(255,255,255,.1),transparent);transform:translate(-100%) skew(-15deg);transition:transform .6s}._button_15gf9_2._danger_15gf9_57:hover{color:#fff!important;background:#b91c1c!important;border-color:#991b1b!important;box-shadow:0 12px 24px #b91c1c80,0 6px 8px #0000002e,inset 0 1px #ffffff38!important;transform:translateY(-4px) scale(1.06)!important}._button_15gf9_2._danger_15gf9_57:hover:before{transform:translate(100%) skew(-15deg)}._button_15gf9_2._danger_15gf9_57:active{transform:translateY(-2px) scale(.97)!important;box-shadow:0 4px 8px #ef44444d,0 2px 4px #0000001a,inset 0 1px 3px #0000001a!important}._button_15gf9_2._warning_15gf9_94{color:#212529;background-color:#ffc107;border-color:#ffc107}._button_15gf9_2._warning_15gf9_94:hover{color:#212529;background-color:#e0a800;border-color:#d39e00}._button_15gf9_2._info_15gf9_104{color:#fff;background-color:#3e5acb;border-color:#3e5acb}._button_15gf9_2._info_15gf9_104:hover{color:#fff;background-color:#313ef2;border-color:#313ef2}._button_15gf9_2._cancel_15gf9_114{background-color:#ff4d4d;color:#fff}._button_15gf9_2._cancel_15gf9_114:hover{background-color:#f33}._button_15gf9_2._sm_15gf9_121{padding:5px 7px}._button_15gf9_2._ml_15gf9_124{margin-left:10px}._button_15gf9_2._mr_15gf9_127{margin-right:10px}._page-button_15gf9_131{padding:10px 15px;border:1px solid #ccc;background-color:#f9f9f9;cursor:pointer;border-radius:5px;transition:background-color .3s}._page-button_15gf9_131:hover{background-color:#e6e6e6}._page-button_15gf9_131._active_15gf9_142{background-color:#007bff;color:#fff;border-color:#007bff}._primaryBtn_15gf9_148{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 24px;font-size:.9rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:12px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 14px #667eea59}._primaryBtn_15gf9_148:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea73;background:linear-gradient(135deg,#5a67d8,#6b46c1)}._primaryBtn_15gf9_148:active{transform:translateY(0);box-shadow:0 2px 8px #667eea4d}._buttonBase_15gf9_174{display:inline-flex;justify-content:center;align-items:center}._buttonContent_15gf9_180{display:inline-flex;align-items:center;gap:6px}._button_15gf9_2._primary-outline_15gf9_186{background:#fff;color:#4361ee;border:2px solid #4361ee;padding:.75rem 1.5rem;border-radius:12px;font-weight:600;font-size:.95rem;display:flex;align-items:center;gap:.75rem;transition:all .3s ease;position:relative;z-index:1;overflow:hidden}._button_15gf9_2._primary-outline_15gf9_186 svg{font-size:1rem;transition:all .3s ease}._button_15gf9_2._primary-outline_15gf9_186:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#4361ee;z-index:-1;transform:scaleX(0);transform-origin:right;transition:transform .3s ease}._button_15gf9_2._primary-outline_15gf9_186:hover{color:#fff}._button_15gf9_2._primary-outline_15gf9_186:hover:after{transform:scaleX(1);transform-origin:left}._button_15gf9_2._primary-outline_15gf9_186:hover svg{transform:scale(1.2)}._button_15gf9_2._primary-outline_15gf9_186:active{transform:scale(.98)}._taskButton-container_15gf9_234{display:grid;gap:10px;grid-template-columns:repeat(2,1fr);margin-bottom:2rem}@media (min-width: 768px){._taskButton-container_15gf9_234{grid-template-columns:repeat(5,2fr)}}._taskButton_15gf9_234{padding:7px 11px;height:35px;font-size:.8rem;font-weight:500;color:#fff;border:none;background-color:#6c757d;border-radius:5px;cursor:pointer;transition:background-color .3s}._taskButton_15gf9_234:hover{background-color:#0056b3}._active_15gf9_142{background-color:#007bff}._taskButton-large_15gf9_269{grid-column:span 2}@media (min-width: 768px){._taskButton-large_15gf9_269{grid-column:span 2}}._btn-login-verify_15gf9_279{width:100%;height:40px;padding:10px;cursor:pointer;border:none;border-radius:5px;background-color:#007bff;color:#fff;font-size:16px;display:flex;align-items:center;justify-content:center;gap:10px;margin-top:20px;transition:background-color .3s}._btn-login-verify_15gf9_279:hover{background-color:#0056b3}._btn-tag-submit_15gf9_300{width:max-content;height:40px;padding:8px;background:linear-gradient(45deg,#3498db,#2980b9);color:#fff;border:none;border-radius:6px;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:8px;margin:0 0 0 10px;box-shadow:0 4px 6px #3498db33}._btn-tag-submit_15gf9_300 i{font-size:1.1rem}._btn-tag-submit_15gf9_300:hover{transform:translateY(-2px);box-shadow:0 6px 8px #3498db4d;background:linear-gradient(45deg,#2980b9,#2471a3)}._btn-tag-submit_15gf9_300:active{transform:translateY(0);box-shadow:0 2px 4px #3498db33}._btn-tag-remove_15gf9_333{background:none;border:none;color:#fff;font-size:16px;margin-left:8px;margin-bottom:5px;cursor:pointer}._btn-tag-remove_15gf9_333:hover{color:red}._toggleBtn_15gf9_347{padding:10px 30px;height:40px;width:150px;border:none;border-radius:6px;cursor:pointer;font-size:1rem;transition:all .3s ease;background-color:#f8f9fa;color:#6c757d}._toggleBtn_15gf9_347._active_15gf9_142{background-color:#3498db;color:#fff}._toggleBtn_15gf9_347 ._notesAddButton_15gf9_363{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 18px;font-size:.9rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#0d6efd,#0a58ca);border:none;border-radius:10px;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #0d6efd40}._toggleBtn_15gf9_347 ._notesAddButton_15gf9_363:hover{background:linear-gradient(135deg,#0a58ca,#084298);transform:translateY(-1px);box-shadow:0 6px 16px #0d6efd59}._toggleBtn_15gf9_347 ._notesAddButton_15gf9_363:active{transform:translateY(0)}._toggleBtn_15gf9_347 ._notesAddButton_15gf9_363:disabled{opacity:.6;cursor:not-allowed;box-shadow:none}._toggleBtn_15gf9_347:hover:not(._active_15gf9_142){background-color:#e9ecef}._updateButton_15gf9_396{background:#28a745;color:#fff;border:none;padding:5px 8px;border-radius:5px;cursor:pointer;font-size:12px}._updateButton_15gf9_396:hover{background:#506ca9}._audio-toggle-btn_15gf9_410{background:none;border:none;cursor:pointer;outline:none;padding:8px;border-radius:50%;transition:background .3s ease,transform .2s ease;margin-right:0;margin-top:3px;display:flex;align-items:center;justify-content:center}._audio-toggle-btn_15gf9_410:hover{background:#fff3;transform:scale(1.1)}._audio-toggle-btn_15gf9_410:active{transform:scale(.9)}._audio-toggle-btn_15gf9_410 svg{color:#fff;font-size:50px;transition:color .3s ease}._audio-toggle-btn_15gf9_410._muted_15gf9_436 svg{color:#ffffff80}._button_15gf9_2{padding:12px 30px;border-radius:5px;font-size:16px;font-weight:600;text-decoration:none;transition:all .3s ease;cursor:pointer;border:none}._button_15gf9_2:hover{transform:translateY(-2px);box-shadow:0 5px 15px #0000001a}._homeButton_15gf9_455{background:#0984e3;color:#fff}._backButton_15gf9_461{background:#fff;color:#0984e3;border:2px solid #0984e3}._btnn_15gf9_468{border:1px solid #eaeaea;display:inline-flex;justify-content:center;align-items:center;text-align:center;cursor:pointer;transition:all .3s ease;gap:5px;box-shadow:0 2px 8px #dc262640}._pxxsm_15gf9_480{width:30px;height:30px}._pxsm_15gf9_485{width:35px;height:35px}._psm_15gf9_490{width:39px;height:39px}._pmd_15gf9_495{width:42px;height:42px}._pl_15gf9_500{height:40px;width:110px}._pxl_15gf9_505{height:52px;width:170px;font-size:15px}._pxl_15gf9_505 svg,._pxl_15gf9_505 i{margin-right:8px!important;font-size:16px!important}._pxxl_15gf9_516{height:60px;width:250px}._pedit_15gf9_521{background-color:#22c55e;border-radius:4px;border:none;margin:0 0 0 5px}._pdelete_15gf9_528{background-color:#dc2626;border-radius:4px;color:#fff;border:none;margin:0 0 0 5px;font-weight:600;font-size:17px;transition:all .2s,box-shadow .2s,border .2s}._pdelete_15gf9_528:hover,._pdelete_15gf9_528:focus{background-color:#b91c1c!important;box-shadow:0 0 0 2px #b91c1c33;border:1.5px solid #991b1b!important}._pheader_15gf9_546{background:linear-gradient(135deg,#3a7bd5,#2563eb);color:#fff;border-radius:8px;border:none;font-weight:600;font-size:.85rem!important;height:36px!important;width:auto!important;min-width:unset!important;padding:0 1rem!important;box-shadow:0 2px 8px #3a7bd54d;transition:all .2s ease;display:inline-flex;align-items:center;justify-content:center;gap:.5rem}._pheader_15gf9_546 svg,._pheader_15gf9_546 i{font-size:.85rem!important;margin-right:0!important;color:#fff!important}._pheader_15gf9_546:hover{transform:translateY(-2px);box-shadow:0 4px 12px #3a7bd566;background:linear-gradient(135deg,#2563eb,#1d4ed8)}._pheader_15gf9_546:active{transform:translateY(0);box-shadow:0 2px 6px #3a7bd54d}._psetting_15gf9_579{border-radius:4px;margin-left:10px;border:none}._plogout_15gf9_585{background-color:#dc2626;border-radius:4px;margin-left:10px;border:none}._pclose_15gf9_592{position:relative;width:40px;height:40px;border-radius:50%;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;font-size:1.2rem;z-index:10}._pclose_15gf9_592:hover{transform:rotate(90deg) scale(1.1)}._pmbl_15gf9_610{font-size:24px;background-color:transparent;border:none}._psuccess_15gf9_616{background-color:#3e5acb;border-radius:5px;color:#fff;font-size:.9rem;font-weight:600}._psecondary_15gf9_624{background-color:#1a1a1a;border-radius:5px;color:#fff;font-size:.9rem;font-weight:600}._pcancel_15gf9_632{background-color:#dc2626;border-radius:5px;color:#fff;font-size:.9rem;font-weight:600}._padd_15gf9_640{background-color:#3e5acb;color:#fff;font-size:16px;border-radius:5px;font-weight:600}._pwhite_15gf9_648{background-color:#fff;color:#3e5acb;border:2px solid #3e5acb}._primary_15gf9_47{background-color:#3e5acb;color:#fff}._pred_15gf9_659{background-color:#dc2626;color:#fff}._plogin_15gf9_664{width:100%;height:45px;margin-top:10px;font-weight:500;font-size:15px;border-radius:6px;margin-bottom:10px}._psend_15gf9_674{border:none;border-radius:12px;background:linear-gradient(135deg,#14b8a6,#0d9488)!important;box-shadow:0 3px 10px #14b8a659}._psend_15gf9_674:hover{background:linear-gradient(135deg,#0d9488,#0f766e)!important;box-shadow:0 5px 15px #14b8a673;transform:translateY(-1px)}._pmessage_15gf9_686{border:1px solid var(--gray-200, #e5e7eb);border-radius:12px;background-color:var(--gray-50, #f9fafb);transition:all .2s ease}._pmessage_15gf9_686._emojiBtn_15gf9_692{background:#f59e0b1a;border-color:#f59e0b40}._pmessage_15gf9_686._emojiBtn_15gf9_692:hover{background:#f59e0b2e;border-color:#f59e0b73;transform:translateY(-1px);box-shadow:0 4px 12px #f59e0b26}._pmessage_15gf9_686._fileBtn_15gf9_702{background:#3b82f61a;border-color:#3b82f640}._pmessage_15gf9_686._fileBtn_15gf9_702:hover{background:#3b82f62e;border-color:#3b82f673;transform:translateY(-1px);box-shadow:0 4px 12px #3b82f626}._pmessage_15gf9_686._quickMsgBtn_15gf9_712{background:#22c55e1a;border-color:#22c55e40}._pmessage_15gf9_686._quickMsgBtn_15gf9_712:hover{background:#22c55e2e;border-color:#22c55e73;transform:translateY(-1px);box-shadow:0 4px 12px #22c55e26}._pmessage_15gf9_686._offerBtn_15gf9_722{background:#f59e0b1a;border-color:#f59e0b40}._pmessage_15gf9_686._offerBtn_15gf9_722:hover{background:#f59e0b2e;border-color:#f59e0b73;transform:translateY(-1px);box-shadow:0 4px 12px #f59e0b26}._pmessage_15gf9_686._translateBtn_15gf9_732{background:#8b5cf61a;border-color:#8b5cf640}._pmessage_15gf9_686._translateBtn_15gf9_732:hover{background:#8b5cf62e;border-color:#8b5cf673;transform:translateY(-1px);box-shadow:0 4px 12px #8b5cf626}._preader_15gf9_743{border-radius:16px;font-weight:500}._disabledButton_15gf9_748{background-color:#ccc!important;cursor:not-allowed!important;opacity:.6}._pright_15gf9_754{margin-left:auto;display:block}._inputBase_ags8e_1{border:1px solid #eaeaea;display:inline-block;padding:8px 12px;font-family:inherit;font-size:14px;line-height:1.4;color:#1e293b;background-color:#fff;transition:all .3s ease;outline:none}._inputBase_ags8e_1:focus{border-color:#3e5acb;box-shadow:0 0 0 2px #3e5acb1a}._inputBase_ags8e_1:disabled{background-color:#f3f4f6;color:#9ca3af;cursor:not-allowed;opacity:.6}._inputBase_ags8e_1::placeholder{color:#9ca3af;opacity:1}._ixxsm_ags8e_28{width:60px;height:28px;padding:4px 8px;font-size:12px}._ixsm_ags8e_35{width:80px;height:32px;padding:6px 10px;font-size:13px}._ism_ags8e_42{width:120px;height:36px;padding:8px 12px;font-size:14px}._imd_ags8e_49{width:220px;height:40px;padding:10px 14px;font-size:15px}._il_ags8e_56{width:300px;height:44px;padding:12px 16px;font-size:16px}._ixl_ags8e_63{width:400px;height:48px;padding:14px 18px;font-size:17px}._ixxl_ags8e_70{width:500px;height:52px;padding:16px 20px;font-size:18px}._ifull_ags8e_77{width:100%;height:40px;padding:10px 14px}._isearch_ags8e_83{border-radius:50%;padding-left:40px;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="%23666" stroke-width="2"><circle cx="11" cy="11" r="8"/><path d="m21 21-4.35-4.35"/></svg>');background-repeat:no-repeat;background-position:12px center;background-size:16px}._ilogin_ags8e_92{width:100%;height:50px;padding:15px 18px;border-radius:6px;font-size:16px;font-weight:500}._ilogin_ags8e_92:focus{border-color:#3e5acb;box-shadow:0 0 0 3px #3e5acb1a}._imessage_ags8e_105{border-radius:50%;padding:12px 20px;background-color:#f9fafb;border:1px solid transparent}._imessage_ags8e_105:focus{background-color:#fff;border-color:#3e5acb}._iheader_ags8e_116{background-color:#fff;border:2px solid #3e5acb;border-radius:5px;color:#3e5acb;font-weight:500}._iheader_ags8e_116:focus{border-color:#3e5acb;box-shadow:0 0 0 2px #3e5acb1a}._ifilter_ags8e_128{border-radius:4px;background-color:#fff;border:1px solid #ccc}._ifilter_ags8e_128:focus{background-color:#fff;border-color:#3e5acb}._iedit_ags8e_138{background-color:#22c55e;border:1px solid #22c55e;border-radius:4px}._iedit_ags8e_138:focus{border-color:#22c55e;box-shadow:0 0 0 2px #22c55e33}._isuccess_ags8e_148{border-color:#198754}._isuccess_ags8e_148:focus{border-color:#198754;box-shadow:0 0 0 2px #1987541a}._ierror_ags8e_156{border-color:#dc2626}._ierror_ags8e_156:focus{border-color:#dc2626;box-shadow:0 0 0 2px #dc26261a}._iwarning_ags8e_164{border-color:#ffc107}._iwarning_ags8e_164:focus{border-color:#ffc107;box-shadow:0 0 0 2px #ffc1071a}._ipassword_ags8e_172{padding-right:45px;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="%23666" stroke-width="2"><rect x="3" y="11" width="18" height="11" rx="2" ry="2"/><circle cx="12" cy="7" r="4"/></svg>');background-repeat:no-repeat;background-position:calc(100% - 12px) center;background-size:16px}._iemail_ags8e_180{padding-left:40px;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="%23666" stroke-width="2"><path d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"/><polyline points="22,6 12,13 2,6"/></svg>');background-repeat:no-repeat;background-position:12px center;background-size:16px}._iphone_ags8e_188{padding-left:40px;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="%23666" stroke-width="2"><path d="M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"/></svg>');background-repeat:no-repeat;background-position:12px center;background-size:16px}._itextarea_ags8e_196{resize:vertical;min-height:80px;padding:12px;line-height:1.5}._loading-container_17to5_1{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;justify-content:center;align-items:center;min-height:24px;font-size:1rem;color:#666;animation:_pulse_17to5_1 1.5s infinite ease-in-out}@keyframes _pulse_17to5_1{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}.firstPage{padding:15px 15px 0;min-height:calc(100vh - 100px);position:relative;width:100%;max-width:1400px;margin:0 auto}.firstPage>*{position:relative;z-index:1}.firstPage .alert-container{max-width:1200px;margin:20px auto}.firstPage .card.is-new{position:relative;animation:softGlow 2.2s ease-in-out infinite;box-shadow:0 0 #35bcff2e;border-color:#35bcff59!important}@keyframes softGlow{0%,to{box-shadow:0 0 #ffffff2e}50%{box-shadow:0 0 16px 8px #0011ff2e}}.firstPage .more-card{display:flex;justify-content:center;align-items:center;width:280px;height:48px;margin:20px auto 60px;background:linear-gradient(135deg,#ffffffe6,#f8fafccc);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(59,130,246,.15);border-radius:16px;cursor:pointer;color:#3b82f6;font-weight:600;font-size:14px;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 16px #3b82f614,0 2px 8px #93c5fd0d;position:static}.firstPage .more-card:hover{background:linear-gradient(135deg,#3b82f6e6,#2563ebe6);border-color:#3b82f64d;color:#fff;transform:translateY(-2px);box-shadow:0 8px 24px #3b82f626,0 4px 12px #2563eb1a}.firstPage .more-card:active{transform:translateY(-1px);box-shadow:0 6px 20px #3b82f61f,0 3px 10px #2563eb14}.firstPage .processes{display:flex;gap:15px;margin:0 auto 35px;padding:10px;width:100%;overflow-x:auto;overflow-y:hidden;min-height:calc(100vh - 320px);position:relative;transition:all .3s ease;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.2) transparent}.firstPage .processes::-webkit-scrollbar{height:8px}.firstPage .processes::-webkit-scrollbar-track{background:#0000000d;border-radius:4px}.firstPage .processes::-webkit-scrollbar-thumb{background:#0003;border-radius:4px}.firstPage .processes::-webkit-scrollbar-thumb:hover{background:#0000004d}.firstPage .processes[data-process-count="1"] .process:not(:only-child){flex:1;max-width:100%;width:100%}.firstPage .processes[data-process-count="2"] .process{width:calc(50% - 7.5px);max-width:calc(50% - 7.5px)}.firstPage .processes[data-process-count="3"] .process{width:calc(33.333% - 10px);max-width:calc(33.333% - 10px)}.firstPage .processes[data-process-count="4"] .process{width:calc(25% - 11.25px);max-width:calc(25% - 11.25px)}.firstPage .processes[data-process-count-gt="4"] .process{width:320px;max-width:350px;flex:0 0 auto}.firstPage .processes.vertical{flex-direction:column;overflow-x:hidden;overflow-y:auto}.firstPage .processes.vertical .process{min-width:100%!important;max-width:100%!important;margin:0 auto}.firstPage .processes.vertical .process .cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:15px;padding:20px;max-height:none;overflow-y:visible}.firstPage .processes.vertical .process .cards .card{margin-bottom:0;height:180px;width:280px;justify-self:center}.firstPage .processes.vertical .process:only-child .cards{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.firstPage .processes.vertical .scroll-button{display:none}.firstPage .processes.vertical::-webkit-scrollbar{display:none}.firstPage .processes.horizontal{flex-direction:row;overflow-x:hidden}.firstPage .processes.horizontal .process{flex:0 1 auto;min-width:300px;max-width:350px;width:320px}.firstPage .processes.horizontal .process .cards{display:flex;flex-direction:column;gap:14px}.firstPage .processes.horizontal .process .cards .card{width:100%;max-width:280px;margin:0 auto;height:180px}.firstPage .processes.horizontal .process:only-child{flex:1;width:100%;min-width:100%;max-width:100%}.firstPage .processes.horizontal .process:only-child .cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:15px;padding:20px;max-height:none;overflow-y:visible}.firstPage .processes.horizontal .process:only-child .cards .card{margin-bottom:0;height:180px;width:280px;justify-self:center}.firstPage .processes.horizontal::-webkit-scrollbar{display:none}.firstPage .processes .process{background:linear-gradient(135deg,#ffffffe6,#f8fafccc);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(59,130,246,.1);border-radius:20px;box-shadow:0 8px 32px #3b82f614,0 2px 16px #93c5fd0d,inset 0 1px #ffffffe6;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1);height:max-content;position:relative;flex:0 1 auto;min-width:300px;max-width:350px;width:320px}.firstPage .processes .process:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#3b82f605,#93c5fd08,#3b82f605);opacity:0;transition:opacity .3s ease;pointer-events:none;z-index:0}.firstPage .processes .process:hover{transform:translateY(-4px);box-shadow:0 16px 48px #3b82f61f,0 8px 24px #93c5fd14,inset 0 1px #fffffff2;border-color:#3b82f626}.firstPage .processes .process:hover:before{opacity:1}.firstPage .processes .process>*{position:relative;z-index:1}@media (max-width: 768px){.firstPage .processes .process{min-width:calc(100vw - 60px);max-width:calc(100vw - 60px);width:calc(100vw - 60px);border-radius:16px}}@media (max-width: 1024px) and (min-width: 769px){.firstPage .processes .process{min-width:280px;max-width:320px;width:300px}}@media (min-width: 1200px){.firstPage .processes .process{min-width:280px;max-width:320px;width:300px}}@media (min-width: 1600px){.firstPage .processes .process{min-width:300px;max-width:350px;width:320px}}.firstPage .processes .process:only-child{flex:1;width:100%;min-width:100%;max-width:100%}.firstPage .processes .process:only-child .cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:15px;padding:20px;max-height:none;overflow-y:visible}.firstPage .processes .process:only-child .cards .card{margin-bottom:0;height:180px;width:280px;justify-self:center}.firstPage .processes .process:hover{transform:translateY(-3px);box-shadow:0 10px 25px #0000001f;border-color:#0066cc1a}.firstPage .processes .process.drop-target{background:#0066cc0d;border:2px dashed #0066cc}.firstPage .processes .process.drop-target .process-header{transform:scale(1.02)}.firstPage .processes .process .process-header{padding:10px 20px;display:flex;justify-content:space-between;align-items:center;font-weight:700;color:#fff;font-size:15px;letter-spacing:-.02em}.firstPage .processes .process .process-header .offer{background:#ffffff40;padding:6px 10px;border-radius:12px;font-size:10px;font-weight:600;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 8px #0000001a}.firstPage .processes .process .process-header .count{background:#ffffff40;padding:6px 14px;border-radius:12px;font-size:14px;font-weight:700;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 8px #0000001a}.firstPage .processes .process .cards{padding:16px;scrollbar-width:thin;background:linear-gradient(135deg,#f8fafc66,#f1f5f94d);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;flex-direction:column;gap:8px;border-radius:0 0 20px 20px}.firstPage .processes .process .cards::-webkit-scrollbar{width:8px}.firstPage .processes .process .cards::-webkit-scrollbar-track{background:#94a3b81a;border-radius:6px}.firstPage .processes .process .cards::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#3b82f699,#2563eb99);border-radius:6px;border:2px solid rgba(255,255,255,.2)}.firstPage .processes .process .cards::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#3b82f6cc,#2563ebcc)}.firstPage .processes .process .cards .card{background:linear-gradient(135deg,#fff,#f8f9fa);border:1px solid rgba(0,0,0,.08);border-radius:12px;padding:12px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #0000000d;position:relative;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:100%;height:120px;min-height:120px;max-height:120px;display:flex;flex-direction:column;justify-content:flex-start}.firstPage .processes .process .cards .card.dragging{cursor:grabbing;transform:scale(1.02) translateY(-4px);box-shadow:0 12px 24px #00000026;border:2px solid #0066cc}.firstPage .processes .process .cards .card.blinking{animation:cardBlink 1s ease-in-out infinite;border-color:#9ee3ff;box-shadow:0 0 10px #35b8ff4d}.firstPage .processes .process .cards .card:hover{cursor:grab;transform:translateY(-2px);box-shadow:0 8px 20px #0000001f;border-color:#06c3}.firstPage .processes .process .cards .card:hover .status-close,.firstPage .processes .process .cards .card:hover .card-menu-trigger{opacity:1;transform:translateY(-1px) scale(1);pointer-events:auto}.firstPage .processes .process .cards .card:active{cursor:grabbing}.firstPage .processes .process .cards .card .card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:6px;gap:6px;border-bottom:1px solid rgba(0,0,0,.05);padding-bottom:6px;height:28px;min-height:28px}.firstPage .processes .process .cards .card .card-header h4{margin:0;font-size:13px;font-weight:600;color:#1a202c;flex:1;line-height:1.2;letter-spacing:-.01em;overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;text-overflow:ellipsis}.firstPage .processes .process .cards .card .card-header .card-actions{display:flex;gap:6px;flex-shrink:0;align-items:flex-start}.firstPage .processes .process .cards .card .card-header .card-actions .user-card-btn{background:linear-gradient(135deg,#06c,#0052a3);color:#fff;border:none;padding:8px 14px;border-radius:8px;cursor:pointer;font-size:12px;font-weight:500;display:flex;align-items:center;gap:5px;transition:all .2s ease;box-shadow:0 2px 6px #0066cc4d}.firstPage .processes .process .cards .card .card-header .card-actions .user-card-btn:hover{background:linear-gradient(135deg,#0052a3,#003d7a);transform:translateY(-1px);box-shadow:0 4px 12px #06c6}.firstPage .processes .process .cards .card .card-header .card-actions .offer{margin-top:50px;margin-left:-80px;position:absolute;background:#359fdc;color:#fff;border:none;padding:6px 12px;border-radius:6px;cursor:pointer;font-size:12px;display:flex;align-items:center;gap:5px;transition:background .2s;width:max-content}.firstPage .processes .process .cards .card .card-header .card-actions .offer:hover{background:#119b82}.firstPage .processes .process .cards .card .message-type{display:flex;align-items:center;gap:6px;margin-top:8px;font-size:13px;color:#4a5568;font-weight:500}.firstPage .processes .process .cards .card .user-info{display:flex;align-items:center;gap:4px;margin:3px 0;color:#25d366;font-size:11px;font-weight:500;background:#25d36614;padding:3px 6px;border-radius:4px;border-left:2px solid #25d366;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.firstPage .processes .process .cards .card .message-time{display:flex;align-items:center;gap:4px;margin:3px 0;font-size:10px;color:#718096;font-weight:500;background:#71809614;padding:3px 6px;border-radius:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.firstPage .processes .process .cards .card .channel-info{display:flex;align-items:center;gap:4px;margin:3px 0;color:#25d366;font-size:9px;font-weight:500;background:#25d36614;padding:3px 6px;border-radius:4px;border-left:2px solid #25d366;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.firstPage .processes .arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:10;font-size:20px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);width:22px;height:22px;background:#ffffffe6;border:1px solid rgba(0,0,0,.1);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#4a5568;box-shadow:0 2px 8px #0000001a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.firstPage .processes .arrow.left{left:-10px}.firstPage .processes .arrow.right{right:-10px}.firstPage .processes .arrow:hover{background:#fff;transform:translateY(-50%) scale(1.1);color:#06c;border-color:#06c3;box-shadow:0 4px 16px #0066cc26}.firstPage .processes .arrow:active{transform:translateY(-50%) scale(.95);box-shadow:0 2px 8px #06c3}.firstPage .processes .arrow:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}@media (max-width: 768px){.firstPage .processes .arrow{width:36px;height:36px;font-size:16px;left:5px;right:5px}}.no-card-message{padding:10px;text-align:center;color:#666;font-size:13px;background-color:#f5f5f5;border-radius:8px;margin:5px;font-style:italic}.status-close{position:absolute;top:-10px;right:-10px;background:#fff;border:none;padding:4px;border-radius:20px;cursor:pointer;font-size:11px;font-weight:500;display:flex;align-items:center;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 6px #dc35454d;opacity:0;transform:translateY(-1px) scale(.8);pointer-events:none}.status-close:hover{transform:translateY(-2px) scale(1.1);box-shadow:0 4px 12px #dc354566}@media (max-width: 768px){.firstPage{padding:10px}.firstPage .processes{padding:10px;gap:10px}.firstPage .processes .process{min-width:280px}.firstPage .processes .process .cards .draggable-card-container{margin:0 auto}.firstPage .processes .process .cards .draggable-card-container .card-menu-trigger{width:32px;height:32px;top:-8px;left:-8px;padding:8px}.firstPage .processes .process .cards .draggable-card-container .card-menu-trigger:hover{transform:translateY(-1px) scale(1.05)}.firstPage .processes .process .cards .draggable-card-container .status-close{top:-8px;right:-8px;padding:8px;border-radius:24px}.firstPage .processes .process .cards .draggable-card-container .status-close:hover{transform:translateY(-2px) scale(1.05)}.firstPage .processes .process .cards .draggable-card-container .action-menu-dropdown .button-container{padding:16px;gap:12px}.firstPage .processes .process .cards .draggable-card-container .action-menu-dropdown .card-button{padding:16px 20px;border-radius:14px;gap:16px}.firstPage .processes .process .cards .draggable-card-container .action-menu-dropdown .card-button .button-label{font-size:14px}.firstPage .processes .process .cards .draggable-card-container .action-menu-dropdown .card-button .card-button-badge{min-width:20px;height:20px;font-size:11px;border-width:3px}}.all-close{background:linear-gradient(135deg,#6c757d,#5a6268);color:#fff;border:none;padding:8px 12px;border-radius:10px;cursor:pointer;font-size:11px;font-weight:600;display:flex;align-items:center;gap:6px;margin:12px 16px 8px auto;box-shadow:0 2px 8px #6c757d4d;transition:all .2s ease}.all-close:hover{background:linear-gradient(135deg,#5a6268,#495057);transform:translateY(-1px);box-shadow:0 4px 12px #6c757d66}.scroll-button{position:fixed;top:50%;transform:translateY(-50%);width:44px;height:44px;background:#00000080;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:100;transition:all .2s ease;box-shadow:0 2px 8px #0003;color:#fff}.scroll-button:hover{background:#000000b3;transform:translateY(-50%) scale(1.1);box-shadow:0 4px 12px #0000004d}.scroll-button:active{transform:translateY(-50%) scale(.95)}.scroll-button.left{left:10px}.scroll-button.right{right:10px}.scroll-button svg{width:24px;height:24px;color:#fff}@media (max-width: 768px){.scroll-button{width:36px;height:36px}.scroll-button svg{width:20px;height:20px}}.scroll-button{transition:all .3s cubic-bezier(.4,0,.2,1);transform:scale(1);box-shadow:0 2px 8px #0003}.scroll-button:hover:not(:disabled){transform:scale(1.1);box-shadow:0 4px 12px #0000004d}.scroll-button:active:not(:disabled),.scroll-button.active{transform:scale(.95);box-shadow:0 1px 4px #0006}.scroll-button.scrolling{pointer-events:none;opacity:.8}.scroll-button:disabled{opacity:.6;cursor:not-allowed}.scroll-button.active:before{content:"";position:absolute;top:50%;left:50%;width:100%;height:100%;border-radius:50%;background:#ffffff4d;transform:translate(-50%,-50%) scale(0);animation:pulse .6s ease-out}@keyframes pulse{0%{transform:translate(-50%,-50%) scale(0);opacity:1}to{transform:translate(-50%,-50%) scale(2);opacity:0}}@keyframes slideInUp{0%{opacity:0;transform:translateY(15px) scale(.9)}60%{opacity:.8;transform:translateY(-2px) scale(1.02)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes buttonSlideUp{0%{opacity:0;transform:translateY(20px) scale(.9)}60%{opacity:.8;transform:translateY(-2px) scale(1.02)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes buttonSlideIn{0%{opacity:0;transform:translateY(12px) scale(.8)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes cardBlink{0%{background-color:#fff;border-color:#e1e4e8;box-shadow:0 2px 4px #0000001a}50%{background-color:#f2fdff;border-color:#35c2ff;box-shadow:0 0 15px #35bcff66;transform:scale(1.02)}to{background-color:#fff;border-color:#e1e4e8;box-shadow:0 2px 4px #0000001a}}@keyframes badgePulse{0%,to{transform:scale(1);box-shadow:0 0 #0ea5e933}50%{transform:scale(1.06);box-shadow:0 0 0 6px #0ea5e914}}.draggable-card-container{width:calc(100% - 16px);max-width:280px;margin:0 auto;position:relative}.draggable-card-container.menu-active{z-index:999}.card-menu-trigger{position:absolute;top:-10px;left:-10px;background:#fff;border:none;padding:4px;border-radius:20px;cursor:pointer;font-size:11px;font-weight:500;display:flex;align-items:center;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 6px #3540dc4d;opacity:0;transform:translateY(-1px) scale(.8);pointer-events:none}.card-menu-trigger:hover{transform:translateY(-3px) scale(1.1);box-shadow:0 8px 20px #6366f14d;background:linear-gradient(135deg,#6366f1,#4f46e5);border-color:#6366f166}.card-menu-trigger:hover svg{color:#fff!important;transform:scale(1.1)}.card-menu-trigger.active{background:linear-gradient(135deg,#6366f1,#4f46e5);border-color:#6366f166;transform:translateY(-2px) scale(1.05)}.card-menu-trigger.active svg{color:#fff!important}.draggable-card-container.menu-active .card-menu-trigger{opacity:0!important;transform:translateY(-1px) scale(.8)!important;pointer-events:none!important}.action-menu-dropdown{position:absolute;top:0;left:-10px;z-index:20;visibility:hidden;opacity:0;transform:translateY(-10px) scale(.9);transition:all .3s cubic-bezier(.175,.885,.32,1.275)}.action-menu-dropdown.visible{visibility:visible;opacity:1;transform:translateY(0) scale(1)}.action-menu-dropdown .dropdown-content{background:linear-gradient(135deg,#fff,#f8f9fa);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(0,0,0,.08);border-radius:22px;padding:6px;box-shadow:0 8px 25px #0000001a,0 4px 10px #0000000f;display:flex;flex-direction:column;gap:4px;height:100%;justify-content:center}.action-btn{background:linear-gradient(135deg,#fff,#f8fafc);border:1px solid rgba(99,102,241,.15);border-radius:50%;width:32px;height:32px;padding:0;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center;position:relative;box-shadow:0 2px 8px #0000000d}.action-btn:hover{background:linear-gradient(135deg,#6366f1,#4f46e5);border-color:#6366f1;transform:scale(1.1);box-shadow:0 6px 20px #6366f140}.action-btn:hover svg{color:#fff!important}.action-btn:active{transform:scale(1.05);box-shadow:0 3px 12px #6366f133}.action-btn .btn-text{display:none}.action-btn svg{width:16px;height:16px;color:#6366f1;transition:color .2s ease}.action-btn .notification-badge{position:absolute;top:-2px;right:-2px;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;border-radius:50%;width:16px;height:16px;min-width:16px;display:flex;align-items:center;justify-content:center;font-size:8px;font-weight:600;border:2px solid white;box-shadow:0 2px 8px #ef44444d;animation:pulse-badge 2s infinite}@keyframes pulse-badge{0%,to{transform:scale(1);box-shadow:0 2px 8px #ef44444d}50%{transform:scale(1.1);box-shadow:0 4px 12px #ef444480}}@keyframes dropdown-slide-in{0%{opacity:0;transform:translateY(-5px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}.action-menu-dropdown.visible .action-btn{animation:dropdown-slide-in .3s ease-out forwards}.action-menu-dropdown.visible .action-btn:nth-child(1){animation-delay:.1s}.action-menu-dropdown.visible .action-btn:nth-child(2){animation-delay:.2s}.action-menu-dropdown.visible .action-btn:nth-child(3){animation-delay:.3s}@media (max-width: 768px){.draggable-card-container{margin:0 auto}.draggable-card-container.menu-active{margin-bottom:200px}.card-menu-trigger{width:36px;height:36px;top:-10px;left:-10px}.card-menu-trigger:hover{transform:translateY(-2px) scale(1.05)}}@media (max-width: 767px){footer{display:none!important}}._modalOverlay_cane1_1{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}._modalContent_cane1_14{background-color:#fff;border-radius:8px;box-shadow:0 5px 15px #0000004d;width:100%;max-width:600px;overflow:hidden}._modalHeader_cane1_23{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #eee}._modalHeader_cane1_23 h2{margin:0;font-size:18px;font-weight:600;color:#333}._closeButton_cane1_37{background:none;border:none;font-size:24px;cursor:pointer;color:#666}._closeButton_cane1_37:hover{color:#333}._modalBody_cane1_48{padding:20px}._modalFooter_cane1_52{padding:16px 20px;border-top:1px solid #eee;display:flex;justify-content:flex-end}._formRow_cane1_59{display:flex;flex-wrap:wrap;margin:-8px;align-items:flex-end}._formGroup_cane1_66{flex:1;min-width:180px;padding:8px}._formGroup_cane1_66 label{display:block;margin-bottom:6px;font-weight:500;color:#555}._select_cane1_78,._dateInput_cane1_78{width:100%;padding:10px 12px;border:1px solid #ddd;border-radius:4px;font-size:14px;background-color:#f9f9f9}._select_cane1_78:focus,._dateInput_cane1_78:focus{outline:none;border-color:#4a90e2;box-shadow:0 0 0 2px #4a90e233}._select_cane1_78:disabled,._dateInput_cane1_78:disabled{opacity:.6;cursor:not-allowed}._errorMessage_cane1_96{background-color:#fff2f2;color:#e74c3c;padding:10px;border-radius:4px;margin-bottom:16px;border-left:3px solid #e74c3c;font-size:14px}._infoMessage_cane1_106{background-color:#f9f9f9;color:#333;padding:10px;border-radius:4px;margin-bottom:16px;border-left:3px solid #333;font-size:14px;min-height:60px;display:flex;align-items:center;justify-content:left}._moveButton_cane1_120{background-color:#4a90e2;color:#fff;border:none;border-radius:4px;padding:10px 24px;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .2s}._moveButton_cane1_120:hover{background-color:#3a7bc8}._moveButton_cane1_120:disabled{background-color:#ccc;cursor:not-allowed}@media (max-width: 768px){._formGroup_cane1_66{flex:1 0 100%}}@media (max-width: 576px){._modalContent_cane1_14{width:90%;margin:0 15px}._modalBody_cane1_48{padding:15px}}._processLabel_1wih2_1{position:relative;display:inline-block}._infoIcon_1wih2_6{cursor:pointer;background-color:transparent;color:#fff;border:none;border-radius:4px;padding:4px 8px;font-size:14px;transition:background-color .3s ease}._infoIcon_1wih2_6:hover{background-color:#1e40af}._card_1wih2_20{position:absolute;top:35px;left:50%;transform:translate(-50%);background:#fff;color:#111827;border:1px solid #e5e7eb;border-radius:8px;padding:15px;width:max-content;box-shadow:0 4px 12px #00000026;animation:_fadeIn_1wih2_1 .3s ease-in-out;z-index:1000}._card_1wih2_20 h4{font-size:1rem;margin-bottom:10px;border-bottom:1px solid #e5e7eb;padding-bottom:5px;color:#2563eb}._card_1wih2_20 ul{list-style:none;padding:0;margin:0 0 10px}._card_1wih2_20 ul li{font-size:.85rem;padding:3px 0;border-bottom:1px dashed #e5e7eb;display:flex;justify-content:right}._card_1wih2_20 ul li:last-child{border-bottom:none}._card_1wih2_20 ._totalArea_1wih2_57{font-weight:600;font-size:.9rem;color:#10b981;text-align:right}@keyframes _fadeIn_1wih2_1{0%{opacity:0;transform:translate(-50%) translateY(10px)}to{opacity:1;transform:translate(-50%) translateY(0)}}._loading-container_97acc_1{position:fixed;display:flex;justify-content:center;align-items:center;min-height:24px;gap:12px;top:0;left:0;right:0;bottom:0}._spinner_97acc_14{border:3px solid #f3f3f3;border-top:3px solid #3498db;border-radius:50%;animation:_spin_97acc_14 1s linear infinite}._spinner_25_97acc_20{width:25px;height:25px}._spinner_40_97acc_24{width:40px;height:40px}._spinner_50_97acc_28{width:50px;height:50px}@keyframes _spin_97acc_14{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._summaryContent_ms47f_1{display:flex;flex-direction:row;gap:8px;align-items:center;justify-content:space-between;width:100%}._summaryItem_ms47f_10{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:6px 8px;background:#ffffffb3;border-radius:6px;border:1px solid rgba(226,232,240,.6);transition:all .3s ease;position:relative;overflow:hidden;min-width:120px}._summaryItem_ms47f_10:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#3b82f6cc,#10b981cc,#f59e0bcc);border-radius:6px 6px 0 0}._summaryItem_ms47f_10:hover{background:#ffffffe6;transform:translateY(-1px);box-shadow:0 2px 8px #0000000f;border-color:#3b82f64d}._summaryItem_ms47f_10._offerItem_ms47f_41:before{background:linear-gradient(90deg,#3b82f6,#60a5fa)}._summaryItem_ms47f_10._offerItem_ms47f_41:hover{border-color:#3b82f666;background:#3b82f605}._summaryItem_ms47f_10._expectedItem_ms47f_48:before{background:linear-gradient(90deg,#10b981,#34d399)}._summaryItem_ms47f_10._expectedItem_ms47f_48:hover{border-color:#10b98166;background:#10b98105}._summaryItem_ms47f_10._paidItem_ms47f_55:before{background:linear-gradient(90deg,#f59e0b,#fbbf24)}._summaryItem_ms47f_10._paidItem_ms47f_55:hover{border-color:#f59e0b66;background:#f59e0b05}._summaryLabel_ms47f_63{font-size:9px;font-weight:600;color:#64748b;margin-bottom:3px;text-transform:uppercase;letter-spacing:.2px;transition:color .3s ease;line-height:1.1}._summaryValue_ms47f_74{font-size:13px;font-weight:700;color:#1e293b;line-height:1.1;transition:all .3s ease;text-shadow:0 1px 2px rgba(0,0,0,.05)}._offerItem_ms47f_41:hover ._summaryLabel_ms47f_63{color:#3b82f6}._expectedItem_ms47f_48:hover ._summaryLabel_ms47f_63{color:#10b981}._paidItem_ms47f_55:hover ._summaryLabel_ms47f_63{color:#f59e0b}._offerItem_ms47f_41:hover ._summaryValue_ms47f_74{color:#3b82f6;transform:scale(1.03)}._expectedItem_ms47f_48:hover ._summaryValue_ms47f_74{color:#10b981;transform:scale(1.03)}._paidItem_ms47f_55:hover ._summaryValue_ms47f_74{color:#f59e0b;transform:scale(1.03)}._summaryTable_ms47f_111{width:100%;border-collapse:separate;border-spacing:0;background:#ffffffe6;border-radius:10px;overflow:hidden;border:1px solid rgba(226,232,240,.8);box-shadow:0 2px 6px #0000000a}._summaryTableHeader_ms47f_122{background:linear-gradient(135deg,#f8fafc,#f1f5f9)}._summaryTableHeader_ms47f_122 th{padding:12px 16px;font-size:12px;font-weight:600;color:#475569;text-align:center;text-transform:uppercase;letter-spacing:.3px;border-bottom:2px solid rgba(226,232,240,.8);position:relative}._summaryTableHeader_ms47f_122 th:not(:last-child){border-right:1px solid rgba(226,232,240,.6)}._summaryTableHeader_ms47f_122 th:first-child{color:#3b82f6}._summaryTableHeader_ms47f_122 th:nth-child(2){color:#10b981}._summaryTableHeader_ms47f_122 th:last-child{color:#f59e0b}._summaryTableRow_ms47f_149{transition:all .3s ease}._summaryTableRow_ms47f_149:hover{background:#f8fafccc}._summaryTableRow_ms47f_149 td{padding:14px 16px;font-size:15px;font-weight:600;color:#1e293b;text-align:center;border-bottom:1px solid rgba(226,232,240,.4);transition:all .3s ease}._summaryTableRow_ms47f_149 td:not(:last-child){border-right:1px solid rgba(226,232,240,.4)}._summaryTableRow_ms47f_149 td:first-child{color:#3b82f6;background:#3b82f605}._summaryTableRow_ms47f_149 td:nth-child(2){color:#10b981;background:#10b98105}._summaryTableRow_ms47f_149 td:last-child{color:#f59e0b;background:#f59e0b05}._loadingWrapper_ms47f_181{display:flex;justify-content:center;align-items:center;padding:24px 20px;background:#f8fafc99;border-radius:10px;border:1px solid rgba(226,232,240,.6)}@media (max-width: 1024px){._summaryTable_ms47f_111,._summaryContainer_ms47f_194{display:none}._summaryContainer_ms47f_194{padding:6px 10px}._summaryContent_ms47f_1{gap:6px}._summaryItem_ms47f_10{padding:5px 6px}._summaryValue_ms47f_74{font-size:12px}._summaryLabel_ms47f_63{font-size:8px}}@media (max-width: 768px){._summaryContainer_ms47f_194{padding:6px 8px;border-radius:6px}._summaryContent_ms47f_1{gap:6px;justify-content:space-between}._summaryItem_ms47f_10{padding:4px 6px}._summaryLabel_ms47f_63{font-size:8px;margin-bottom:2px}._summaryValue_ms47f_74,._summaryTable_ms47f_111{font-size:11px}._summaryTableHeader_ms47f_122 th{padding:8px 10px;font-size:9px}._summaryTableRow_ms47f_149 td{padding:10px 8px;font-size:11px}}@media (max-width: 640px){._summaryContent_ms47f_1{gap:6px}._summaryItem_ms47f_10{flex-direction:row;justify-content:space-between;text-align:left;padding:8px 12px}._summaryLabel_ms47f_63{margin-bottom:0;text-align:left}._summaryValue_ms47f_74{text-align:right}}@media (max-width: 480px){._summaryContainer_ms47f_194{padding:4px 6px}._summaryContent_ms47f_1{flex-direction:column}._summaryItem_ms47f_10{padding:3px 6px}._summaryLabel_ms47f_63{font-size:7px}._summaryValue_ms47f_74{font-size:10px}._summaryTableHeader_ms47f_122 th{padding:6px 8px;font-size:8px}._summaryTableRow_ms47f_149 td{padding:8px 6px;font-size:10px}._loadingWrapper_ms47f_181{padding:12px 10px}}._topBarWrapper_1fw76_3{background:linear-gradient(135deg,#fff,#f8fafc);border-radius:12px;box-shadow:0 2px 12px #0000000f,0 1px 2px #0000000a;padding:12px 16px;margin:0 2.5% 16px;border:1px solid rgba(226,232,240,.6);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}._topBarWrapper_1fw76_3:hover{box-shadow:0 4px 20px #00000014,0 2px 4px #0000000f;transform:translateY(-1px)}._tabBarContainer_1fw76_18{display:flex;flex-direction:row;align-items:center;justify-content:space-between;column-gap:8px;width:100%}._searchControlsContainer_1fw76_27{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%}._searchInputWrapper_1fw76_35{position:relative;flex:1;max-width:calc(100% - 280px)}._searchInput_1fw76_35{width:100%;padding:10px 16px 10px 40px;border:2px solid #e2e8f0;border-radius:10px;font-size:14px;font-weight:400;color:#334155;background:#fff;transition:all .3s ease;outline:none;box-shadow:0 1px 2px #00000005}._searchInput_1fw76_35::placeholder{color:#94a3b8;font-weight:400}._searchInput_1fw76_35:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a,0 2px 8px #0000000f;transform:translateY(-1px)}._searchInput_1fw76_35:hover:not(:focus){border-color:#cbd5e1;box-shadow:0 2px 6px #0000000a}._searchIcon_1fw76_68{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#94a3b8!important;font-size:16px;pointer-events:none;transition:color .3s ease}._searchInput_1fw76_35:focus+._searchIcon_1fw76_68{color:#3b82f6!important}._controlButtonsGroup_1fw76_83{display:flex;align-items:center;gap:8px;flex-shrink:0;margin-left:auto}._mobileMenuButton_1fw76_91{display:none}._menuButton_1fw76_95{background:#3e5acb14}@media (max-width: 768px){._searchInputWrapper_1fw76_35{max-width:calc(100% - 210px)}._mobileMenuButton_1fw76_91{display:flex}}._buttonWithLabel_1fw76_107{display:flex;flex-direction:row;align-items:center;gap:6px;padding:6px 10px;background:#ffffffe6;border-radius:6px;border:1px solid rgba(226,232,240,.8);transition:all .3s ease;cursor:pointer}._buttonWithLabel_1fw76_107:hover{background:#f8fafc;border-color:#cbd5e1;transform:translateY(-1px);box-shadow:0 1px 6px #0000000f}._actionButton_1fw76_126{display:flex;align-items:center;justify-content:center;width:30px;height:30px;border:none;border-radius:5px;background:transparent;color:#475569;cursor:pointer;transition:all .3s ease;outline:none;position:relative;overflow:hidden}._actionButton_1fw76_126>*{font-size:14px;color:inherit!important}._actionButton_1fw76_126:hover{color:#1e293b;background:#94a3b81a}._actionButton_1fw76_126:active{transform:scale(.95)}._actionButton_1fw76_126._filterButton_1fw76_155{color:#059669}._actionButton_1fw76_126._filterButton_1fw76_155:hover{color:#047857;background:#0596691a}._actionButton_1fw76_126._layoutButton_1fw76_162{color:#d97706}._actionButton_1fw76_126._layoutButton_1fw76_162:hover{color:#b45309;background:#d977061a}._actionButton_1fw76_126._calendarButton_1fw76_169{color:#7c3aed}._actionButton_1fw76_126._calendarButton_1fw76_169:hover{color:#6d28d9;background:#7c3aed1a}._buttonLabel_1fw76_177{font-size:11px;font-weight:500;color:#64748b;text-align:left;line-height:1;transition:color .3s ease;white-space:nowrap;letter-spacing:.2px}._buttonWithLabel_1fw76_107:hover ._actionButton_1fw76_126._filterButton_1fw76_155{color:#047857!important;background:#05966926}._buttonWithLabel_1fw76_107:hover ._actionButton_1fw76_126._filterButton_1fw76_155>*{color:#047857!important}._buttonWithLabel_1fw76_107:hover ._actionButton_1fw76_126._layoutButton_1fw76_162{color:#b45309!important;background:#d9770626}._buttonWithLabel_1fw76_107:hover ._actionButton_1fw76_126._layoutButton_1fw76_162>*{color:#b45309!important}._buttonWithLabel_1fw76_107:hover ._actionButton_1fw76_126._calendarButton_1fw76_169{color:#6d28d9!important;background:#7c3aed26}._buttonWithLabel_1fw76_107:hover ._actionButton_1fw76_126._calendarButton_1fw76_169>*{color:#6d28d9!important}._buttonWithLabel_1fw76_107:hover ._buttonLabel_1fw76_177{color:#374151;font-weight:600}@media (max-width: 1024px){._tabBarContainer_1fw76_18{flex-direction:column}._searchInputWrapper_1fw76_35{max-width:calc(100% - 220px)}._controlButtonsGroup_1fw76_83{gap:6px}._buttonWithLabel_1fw76_107{padding:5px 8px;gap:5px}._actionButton_1fw76_126{width:30px;height:30px}._actionButton_1fw76_126>*{font-size:13px}._buttonLabel_1fw76_177{font-size:10px}}@media (max-width: 768px){._topBarWrapper_1fw76_3{padding:10px 12px;margin-bottom:12px;border-radius:10px}._searchControlsContainer_1fw76_27{gap:8px;margin-bottom:10px}._searchInputWrapper_1fw76_35{max-width:calc(100% - 200px)}._searchInput_1fw76_35{padding:8px 14px 8px 36px;font-size:13px}._searchIcon_1fw76_68{left:10px;font-size:14px}._controlButtonsGroup_1fw76_83{gap:6px}._buttonWithLabel_1fw76_107{padding:4px 6px;gap:4px}._actionButton_1fw76_126{width:28px;height:28px}._actionButton_1fw76_126>*{font-size:12px}._buttonLabel_1fw76_177{font-size:9px}}@media (max-width: 640px){._searchControlsContainer_1fw76_27{flex-direction:column;align-items:stretch;gap:16px}._searchInputWrapper_1fw76_35{max-width:none;order:1}._controlButtonsGroup_1fw76_83{justify-content:center;order:2;margin-left:0;align-self:center;gap:16px}._buttonWithLabel_1fw76_107{padding:8px 12px;gap:8px}._actionButton_1fw76_126{width:36px;height:36px}._actionButton_1fw76_126>*{font-size:16px}._buttonLabel_1fw76_177{font-size:11px}}@media (max-width: 480px){._topBarWrapper_1fw76_3{padding:12px}._searchControlsContainer_1fw76_27{gap:12px;margin-bottom:12px}._searchInput_1fw76_35{padding:10px 16px 10px 40px;font-size:14px}._searchIcon_1fw76_68{left:14px;font-size:16px}._actionButton_1fw76_126{width:44px;height:44px}._actionButton_1fw76_126>*{font-size:16px}._controlButtonsGroup_1fw76_83{gap:16px}._buttonWithLabel_1fw76_107{gap:6px}._buttonLabel_1fw76_177{display:none}}._overlay_1xgj1_1{position:fixed;top:0;left:0;right:0;bottom:0;background:#0f172a99;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:16px;animation:_fadeIn_1xgj1_1 .2s ease-out}@keyframes _fadeIn_1xgj1_1{0%{opacity:0}to{opacity:1}}@keyframes _slideUp_1xgj1_1{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}._popup_1xgj1_35{background:#fff;border-radius:16px;box-shadow:0 25px 50px -12px #00000040,0 0 0 1px #0000000d;width:480px;max-width:100%;max-height:90vh;overflow:hidden;animation:_slideUp_1xgj1_1 .3s ease-out;border:1px solid rgba(226,232,240,.8);display:flex;flex-direction:column}._header_1xgj1_49{display:flex;justify-content:space-between;align-items:center;padding:8px;border-bottom:1px solid var(--gray-200, #e5e7eb);background:linear-gradient(135deg,#14b8a6,#0d9488);border-radius:16px 16px 0 0}._header_1xgj1_49 h3{margin:0;font-size:18px;font-weight:600;color:#fff;background:none;-webkit-background-clip:unset;-webkit-text-fill-color:white;background-clip:unset}._closeButton_1xgj1_70{background:#fff3;border:none;cursor:pointer;padding:8px;border-radius:10px;transition:all .2s ease;display:flex;align-items:center;justify-content:center;color:#fff}._closeButton_1xgj1_70:hover{background-color:#ffffff4d;transform:scale(1.05)}._content_1xgj1_88{padding:24px;flex:1;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}._content_1xgj1_88::-webkit-scrollbar{width:6px}._content_1xgj1_88::-webkit-scrollbar-track{background:transparent}._content_1xgj1_88::-webkit-scrollbar-thumb{background-color:#cbd5e1;border-radius:3px}._section_1xgj1_109{margin-bottom:32px}._section_1xgj1_109:last-child{margin-bottom:0}._sectionTitle_1xgj1_116{font-size:15px;font-weight:600;color:var(--gray-800, #1f2937);margin:0 0 14px;padding-bottom:8px;border-bottom:2px solid var(--gray-200, #e5e7eb);position:relative}._sectionTitle_1xgj1_116:after{content:"";position:absolute;bottom:-2px;left:0;width:40px;height:2px;background:linear-gradient(90deg,#14b8a6,#0d9488);border-radius:1px}._filterGroup_1xgj1_136{margin-bottom:16px}._filterGroup_1xgj1_136:last-child{margin-bottom:0}._label_1xgj1_143{display:block;margin-bottom:8px;font-weight:500;color:var(--gray-700, #374151);font-size:.875rem}._select_1xgj1_151{width:100%;padding:11px 14px;border:1px solid var(--gray-200, #e5e7eb);border-radius:12px;font-size:.875rem;background-color:var(--gray-50, #f9fafb);transition:all .2s ease;color:var(--gray-700, #374151);font-weight:500}._select_1xgj1_151:focus{outline:none;border-color:#14b8a680;box-shadow:0 0 0 4px #14b8a61f;background:#fff}._select_1xgj1_151:hover{border-color:var(--gray-300, #d1d5db)}._dateGroup_1xgj1_172{display:grid;grid-template-columns:1fr 1fr;gap:16px}@media (max-width: 480px){._dateGroup_1xgj1_172{grid-template-columns:1fr;gap:12px}}._dateField_1xgj1_184{display:flex;flex-direction:column}._dateInput_1xgj1_189{padding:12px 16px;border:2px solid #e2e8f0;border-radius:12px;font-size:14px;background-color:#fff;transition:all .2s ease;color:#374151;font-weight:500}._dateInput_1xgj1_189:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 4px #3b82f61a;transform:translateY(-1px)}._dateInput_1xgj1_189:hover{border-color:#cbd5e1}._footer_1xgj1_209{display:flex;justify-content:space-between;padding:20px 24px;border-top:1px solid var(--gray-200, #e5e7eb);gap:12px;background:var(--gray-50, #f9fafb);flex-shrink:0}._resetButton_1xgj1_219,._applyButton_1xgj1_220{padding:11px 22px;border-radius:12px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;border:none;position:relative;overflow:hidden}._resetButton_1xgj1_219{background:#fff;color:var(--gray-600, #4b5563);border:1px solid var(--gray-200, #e5e7eb)}._resetButton_1xgj1_219:hover{background:var(--gray-50, #f9fafb);border-color:var(--gray-300, #d1d5db);transform:translateY(-1px);box-shadow:0 4px 8px #0000000f}._resetButton_1xgj1_219:active{transform:translateY(0)}._applyButton_1xgj1_220{background:linear-gradient(135deg,#14b8a6,#0d9488);color:#fff;flex:1;border:none}._applyButton_1xgj1_220:hover{background:linear-gradient(135deg,#0d9488,#0f766e);transform:translateY(-1px);box-shadow:0 8px 20px #14b8a659}._applyButton_1xgj1_220:active{transform:translateY(0)}._applyButton_1xgj1_220:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}._applyButton_1xgj1_220:hover:before{left:100%}@media (max-width: 640px){._overlay_1xgj1_1{padding:8px}._popup_1xgj1_35{width:100%;max-height:95vh;margin:0}._header_1xgj1_49{padding:16px 20px}._header_1xgj1_49 h3{font-size:18px}._content_1xgj1_88{padding:16px 20px}._footer_1xgj1_209{padding:16px 20px;flex-direction:column;gap:12px}._resetButton_1xgj1_219,._applyButton_1xgj1_220{width:100%;padding:14px 20px;font-size:16px}._section_1xgj1_109{margin-bottom:24px}._sectionTitle_1xgj1_116{font-size:15px}}@media (max-width: 480px){._overlay_1xgj1_1{padding:4px}._popup_1xgj1_35{max-height:98vh}._header_1xgj1_49,._content_1xgj1_88,._footer_1xgj1_209{padding:12px 16px}._dateGroup_1xgj1_172{grid-template-columns:1fr;gap:12px}}._modalOverlay_1i4fs_2{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}._modalContent_1i4fs_15{background:#fff;padding:20px;border-radius:8px;max-width:500px;width:90%;max-height:90vh;overflow-y:auto;position:relative;border:2px solid #e5e7eb;box-shadow:0 10px 25px #00000026}._modalHeader_1i4fs_28{margin-bottom:20px;padding-bottom:10px;border-bottom:1px solid #e5e7eb;font-size:1.2em;font-weight:600}._modalBody_1i4fs_36{margin-bottom:20px}._modalFooter_1i4fs_40{display:flex;justify-content:space-between;gap:10px;padding-top:20px;border-top:1px solid #e5e7eb}._button_1i4fs_48{padding:8px 16px;border-radius:6px;border:none;font-size:14px;cursor:pointer;transition:all .2s}._button_1i4fs_48._btn-primary_1i4fs_56{background-color:#3b82f6;color:#fff}._button_1i4fs_48._btn-primary_1i4fs_56:hover{background-color:#2563eb}._button_1i4fs_48._btn-secondary_1i4fs_63{background-color:#e5e7eb;color:#374151}._button_1i4fs_48._btn-secondary_1i4fs_63:hover{background-color:#d1d5db}._labelHeaderText_1i4fs_71{font-size:14px;color:#374151;font-weight:500;margin-bottom:8px;display:block}._wideInput_1i4fs_79{width:100%;padding:8px 12px;border:2px solid #d1d5db;border-radius:6px;font-size:14px;margin-top:4px;background-color:#fff}._wideInput_1i4fs_79:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}._tabContainer_1i4fs_94{width:100%;padding:20px;background-color:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000d;border:1px solid #e5e7eb}._tabContainer_1i4fs_94 ._tabs_1i4fs_102{display:flex;justify-content:space-between;border-bottom:2px solid #f0f0f0;margin-bottom:20px;padding-bottom:2px}._tabContainer_1i4fs_94 ._tabButton_1i4fs_109{padding:12px 24px;border:none;background:none;font-size:14px;font-weight:500;color:#6b7280;cursor:pointer;transition:all .3s ease;position:relative}._tabContainer_1i4fs_94 ._tabButton_1i4fs_109:after{content:"";position:absolute;bottom:-2px;left:0;width:100%;height:2px;background-color:transparent;transition:all .3s ease}._tabContainer_1i4fs_94 ._tabButton_1i4fs_109:hover,._tabContainer_1i4fs_94 ._tabButton_1i4fs_109._activeTab_1i4fs_133{color:#3b82f6}._tabContainer_1i4fs_94 ._tabButton_1i4fs_109._activeTab_1i4fs_133:after{background-color:#3b82f6}._tabContainer_1i4fs_94 ._tabContent_1i4fs_139 ._tabSelectBox_1i4fs_139{width:100%;padding:12px;border:2px solid #d1d5db;border-radius:8px;margin-top:12px;margin-bottom:16px;font-size:14px;transition:all .3s ease;background-color:#fff}._tabContainer_1i4fs_94 ._tabContent_1i4fs_139 ._tabSelectBox_1i4fs_139:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f61a}._tabContainer_1i4fs_94 ._tabContent_1i4fs_139 ._inputGroup_1i4fs_155{display:flex;flex-direction:column;gap:8px}._tabContainer_1i4fs_94 ._tabContent_1i4fs_139 ._inputGroup_1i4fs_155 label{font-size:14px;color:#374151;font-weight:500}._tabContainer_1i4fs_94 ._tabContent_1i4fs_139 ._inputGroup_1i4fs_155 input{padding:12px;border:2px solid #d1d5db;border-radius:8px;font-size:14px;transition:all .3s ease;background-color:#fff}._tabContainer_1i4fs_94 ._tabContent_1i4fs_139 ._inputGroup_1i4fs_155 input:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f61a}._tabContainer_1i4fs_94 ._tabContent_1i4fs_139 ._tagInputContainer_1i4fs_178{display:flex;gap:8px;margin-bottom:16px}._tabContainer_1i4fs_94 ._tabContent_1i4fs_139 ._tagInputContainer_1i4fs_178 input{flex:1;padding:12px;border:2px solid #d1d5db;border-radius:8px;font-size:14px;transition:all .3s ease;background-color:#fff}._tabContainer_1i4fs_94 ._tabContent_1i4fs_139 ._tagInputContainer_1i4fs_178 input:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f61a}._tabContainer_1i4fs_94 ._tabContent_1i4fs_139 ._tagInputContainer_1i4fs_178 button{padding:12px 24px;background-color:#3b82f6;color:#fff;border:none;border-radius:8px;font-weight:500;cursor:pointer;transition:all .3s ease}._tabContainer_1i4fs_94 ._tabContent_1i4fs_139 ._tagInputContainer_1i4fs_178 button:hover{background-color:#2563eb}._tabContainer_1i4fs_94 ._tabContent_1i4fs_139 ._tagInputContainer_1i4fs_178 button:disabled{background-color:#9ca3af;cursor:not-allowed}._tabContainer_1i4fs_94 ._tabContent_1i4fs_139 ._tagList_1i4fs_214{display:flex;flex-wrap:wrap;gap:8px}._tabContainer_1i4fs_94 ._tabContent_1i4fs_139 ._tagList_1i4fs_214 ._tagItem_1i4fs_219{display:flex;align-items:center;gap:2px;padding:2px 6px;background-color:#f3f4f6;border-radius:6px;font-size:13px;transition:all .3s ease;border:1px solid #d1d5db}._tabContainer_1i4fs_94 ._tabContent_1i4fs_139 ._tagList_1i4fs_214 ._tagItem_1i4fs_219:hover{background-color:#e5e7eb}._tabContainer_1i4fs_94 ._tabContent_1i4fs_139 ._tagList_1i4fs_214 ._tagItem_1i4fs_219 button{background:none;border:none;color:#6b7280;cursor:pointer;padding:2px 6px;border-radius:4px;transition:all .3s ease}._tabContainer_1i4fs_94 ._tabContent_1i4fs_139 ._tagList_1i4fs_214 ._tagItem_1i4fs_219 button:hover{background-color:#d1d5db;color:#374151}._tabContainer_1i4fs_94 ._tabContent_1i4fs_139 ._tagList_1i4fs_214 ._tagItem_1i4fs_219 button:disabled{color:#9ca3af;cursor:not-allowed}._labelHeaderText_1i4fs_71{font-size:14px;color:#374151;font-weight:400}._popupContainer_1i4fs_257{background:#fff;border-radius:12px;box-shadow:0 8px 20px #00000026;display:flex;flex-direction:column;max-height:90%;overflow:hidden;width:500px;max-width:100%;animation:_popupFadeIn_1i4fs_1 .3s ease-in-out}._popupContainer_1i4fs_257._small_1i4fs_270{width:300px}._popupContainer_1i4fs_257._medium_1i4fs_274{width:500px}._popupContainer_1i4fs_257._large_1i4fs_278{width:800px}._popupHeader_1i4fs_282{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e5e7eb;background-color:#f9fafb}._popupHeader_1i4fs_282 ._popupTitle_1i4fs_289{font-size:18px;font-weight:600;color:#111827;margin:0;padding-left:16px}._popupHeader_1i4fs_282 ._popupHeaderActions_1i4fs_296{display:flex;gap:8px}._popupHeader_1i4fs_282 ._popupHeaderActions_1i4fs_296 ._headerActionButton_1i4fs_300{padding:6px 12px;border:none;border-radius:6px;background:#3b82f6;color:#fff;font-size:14px;cursor:pointer;transition:background .2s}._popupHeader_1i4fs_282 ._popupHeaderActions_1i4fs_296 ._headerActionButton_1i4fs_300:hover{background:#2563eb}._popupHeader_1i4fs_282 ._popupCloseButton_1i4fs_313{font-size:24px;background:transparent;border:none;color:#6b7280;cursor:pointer;transition:color .2s;padding:6px}._popupHeader_1i4fs_282 ._popupCloseButton_1i4fs_313:hover{color:#111827}._popupBody_1i4fs_326{padding:16px;overflow-y:auto;flex-grow:1}._popupBody_1i4fs_326 p{font-size:16px;color:#374151}._popupFooter_1i4fs_336{display:flex;justify-content:flex-end;gap:10px;padding:16px;border-top:1px solid #e5e7eb;background-color:#f9fafb}._footerButton_1i4fs_345{padding:10px 18px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;border:none;transition:all .2s ease-in-out;background-color:#e5e7eb;color:#111827}._footerButton_1i4fs_345:hover{background-color:#d1d5db;transform:translateY(-1px)}._footerButton_1i4fs_345._btn-primary_1i4fs_56{background-color:#e5e7eb;color:#111827}._footerButton_1i4fs_345._btn-primary_1i4fs_56:hover{background-color:#00bf0a;color:#f7f7f7;font-weight:400}._footerButton_1i4fs_345._btn-secondary_1i4fs_63{background-color:#e5e7eb;color:#111827}._footerButton_1i4fs_345._btn-secondary_1i4fs_63:hover{background-color:red;color:#f7f7f7;font-weight:400}._footerButton_1i4fs_345._btn-danger_1i4fs_381{background-color:#ef4444;color:#fff}._footerButton_1i4fs_345._btn-danger_1i4fs_381:hover{background-color:#dc2626}._tabHeader_1i4fs_389{display:flex;border-bottom:1px solid #e5e7eb}._tabButton_1i4fs_109{padding:8px 16px;margin-right:8px;border:none;border-radius:6px;background:#3b82f6;color:#fff;font-size:14px;cursor:pointer;transition:background .2s}._activeTab_1i4fs_133{background:#011101}@media (max-width: 640px){._popupContainer_1i4fs_257{width:100%;height:100%;border-radius:0;max-height:100%}._popupHeader_1i4fs_282,._popupFooter_1i4fs_336,._popupBody_1i4fs_326{padding:12px}}@keyframes _popupFadeIn_1i4fs_1{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}._emptyTagMessage_1i4fs_437{padding:6px;margin:6px 0;background-color:#fef3c7;border:1px solid #f59e0b;border-radius:8px;color:#92400e;font-size:12px;display:flex;align-items:center;justify-content:center;gap:8px}._emptyTagMessage_1i4fs_437:before{content:"⚠️";font-size:16px}._container_1bzoq_2{position:relative;display:inline-flex;vertical-align:middle}._content_1bzoq_8{position:absolute;z-index:1000;background-color:#333;color:#fff;padding:8px 12px;border-radius:4px;font-size:14px;line-height:1.4;box-shadow:0 2px 8px #00000026;max-width:400px;white-space:normal;text-align:left}._content_1bzoq_8:before{content:"";position:absolute;width:0;height:0;border-style:solid}._right_1bzoq_33{left:calc(100% + 10px);top:50%;transform:translateY(-50%)}._right_1bzoq_33:before{left:-6px;top:50%;transform:translateY(-50%);border-width:6px 6px 6px 0;border-color:transparent #333 transparent transparent}._left_1bzoq_47{right:calc(100% + 10px);top:50%;transform:translateY(-50%)}._left_1bzoq_47:before{right:-6px;top:50%;transform:translateY(-50%);border-width:6px 0 6px 6px;border-color:transparent transparent transparent #333}._top_1bzoq_61{bottom:calc(100% + 10px);left:50%;transform:translate(-50%)}._top_1bzoq_61:before{bottom:-6px;left:50%;transform:translate(-50%);border-width:6px 6px 0 6px;border-color:#333 transparent transparent transparent}._bottom_1bzoq_75{top:calc(100% + 10px);left:50%;transform:translate(-50%)}._bottom_1bzoq_75:before{top:-6px;left:50%;transform:translate(-50%);border-width:0 6px 6px 6px;border-color:transparent transparent #333 transparent}._select-input_1j7y2_1,._selectBase_1j7y2_2{min-height:44px;height:44px;width:100%;max-width:400px;padding:9px 40px 9px 14px;margin:0;border:2px solid #e2e8f0;border-radius:12px;font-size:14px;color:#2d3748;background-color:#fff;cursor:pointer;transition:all .3s ease;box-shadow:0 1px 3px #0000000d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23667eea' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:16px}._select-input_1j7y2_1:hover,._selectBase_1j7y2_2:hover{border-color:#cbd5e0;box-shadow:0 2px 6px #00000014}._select-input_1j7y2_1:focus,._selectBase_1j7y2_2:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}._select-input_1j7y2_1 option,._selectBase_1j7y2_2 option{padding:10px}._select-input_1j7y2_1._w100_1j7y2_41,._selectBase_1j7y2_2._w100_1j7y2_41{width:100%;max-width:100%}._select-input_1j7y2_1:disabled,._selectBase_1j7y2_2:disabled{background-color:#f7fafc;color:#a0aec0;cursor:not-allowed;opacity:.8}._select-input_1j7y2_1::-ms-expand,._selectBase_1j7y2_2::-ms-expand{display:none}._select-wrapper_1j7y2_60{min-width:250px}._select-wrapper_1j7y2_60 label{display:block;margin-bottom:8px;color:#333;font-weight:500;text-align:left}._modalOverlay_178i3_1{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;justify-content:center;align-items:center;z-index:9999;padding:20px;animation:_fadeIn_178i3_1 .2s ease-out}@keyframes _fadeIn_178i3_1{0%{opacity:0}to{opacity:1}}._modalContent_178i3_26{background:#fff;border-radius:16px;box-shadow:0 25px 50px -12px #00000026,0 10px 15px -3px #00000014,0 4px 6px -2px #0000000d;max-width:500px;width:100%;max-height:90vh;overflow-y:auto;overflow-x:hidden;position:relative;transform:translateY(0);animation:_slideUp_178i3_1 .3s cubic-bezier(.16,1,.3,1)}@keyframes _slideUp_178i3_1{0%{opacity:0;transform:translateY(24px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}._modalHeader_178i3_52{display:flex;justify-content:space-between;align-items:center;padding:28px 28px 0;border-bottom:1px solid #e5e7eb;margin-bottom:28px;position:sticky;top:0;background:#fff;z-index:10}._modalTitle_178i3_65{margin:0;font-size:1.375rem;font-weight:700;color:#1f2937;display:flex;align-items:center;gap:10px;letter-spacing:-.025em;line-height:1.3}._closeButton_178i3_77{background:none;border:none;cursor:pointer;padding:10px;border-radius:8px;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center;position:relative;outline:none}._closeButton_178i3_77:hover{background-color:#f3f4f6;transform:scale(1.05)}._closeButton_178i3_77:focus-visible{box-shadow:0 0 0 2px #6366f1;background-color:#f3f4f6}._closeButton_178i3_77:active{transform:scale(.95)}._modalBody_178i3_105{padding:0 28px 28px}._userInfo_178i3_109{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:20px;margin-bottom:28px;transition:all .2s ease;position:relative;overflow:hidden}._userInfo_178i3_109:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#6366f1,#8b5cf6)}._userInfo_178i3_109 h4{margin:0 0 16px;color:#1e293b;font-size:1.1rem;font-weight:700;letter-spacing:-.025em}._userInfo_178i3_109 p{margin:8px 0;color:#475569;font-size:.9rem;line-height:1.5}._assignmentSection_178i3_145{display:flex;flex-direction:column;gap:16px}._label_178i3_151{font-weight:600;color:#374151;display:flex;align-items:center;gap:10px;font-size:.925rem;margin-bottom:6px;letter-spacing:-.0125em}._selectWrapper_178i3_162{position:relative;display:flex;align-items:center}._selectWrapper_178i3_162:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#6366f10d,#8b5cf60d);border-radius:12px;opacity:0;transition:opacity .2s ease;pointer-events:none;z-index:-1}._selectWrapper_178i3_162:hover:before{opacity:1}._selectIcon_178i3_191{position:absolute;right:16px;pointer-events:none;transition:all .2s cubic-bezier(.4,0,.2,1);z-index:2}._selectWrapper_178i3_162:hover ._selectIcon_178i3_191{transform:scale(1.1);filter:drop-shadow(0 2px 4px rgba(99,102,241,.3))}._selectInput_178i3_204:focus+._selectIcon_178i3_191{transform:rotate(180deg) scale(1.1);color:#6366f1}._selectInput_178i3_204{width:100%!important;height:48px;padding:12px 16px;border:2px solid #e5e7eb;border-radius:12px;font-size:.95rem;font-weight:500;color:#374151;background-color:#fff;background-image:none;background-position:right 12px center;background-repeat:no-repeat;background-size:16px;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);line-height:1.5;letter-spacing:-.025em}._selectInput_178i3_204:hover{border-color:#d1d5db;background-color:#f9fafb}._selectInput_178i3_204:focus{outline:none;border-color:#6366f1;background-color:#fff;box-shadow:0 0 0 3px #6366f11a,0 4px 12px #0000000d;transform:translateY(-1px)}._selectInput_178i3_204:disabled{background-color:#f3f4f6;border-color:#e5e7eb;color:#9ca3af;cursor:not-allowed;opacity:.7}._selectInput_178i3_204 option{padding:12px 16px;font-weight:500;color:#374151;background-color:#fff;border:none;border-radius:8px;margin:2px 0}._selectInput_178i3_204 option:first-child{color:#9ca3af;font-style:italic;font-weight:400}._selectInput_178i3_204 option:not(:first-child):hover{background-color:#f3f4f6;color:#1f2937}._selectInput_178i3_204 option:checked,._selectInput_178i3_204 option:selected{background-color:#6366f1!important;color:#fff!important;font-weight:600}._selectInput_178i3_204[value=""],._selectInput_178i3_204[value="-1"]{color:#9ca3af;font-style:italic}._selectInput_178i3_204:invalid{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}._selectInput_178i3_204:valid:not([value=""]):not([value="-1"]){border-color:#10b981;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%2310b981'%3e%3cpath fill-rule='evenodd' d='M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z' clip-rule='evenodd'/%3e%3c/svg%3e");background-position:right 40px center;background-size:16px;padding-right:64px}._selectWrapper_178i3_162._loading_178i3_302{pointer-events:none}._selectWrapper_178i3_162._loading_178i3_302 ._selectInput_178i3_204{background-color:#f9fafb;color:#9ca3af;cursor:wait}._selectWrapper_178i3_162._loading_178i3_302:after{content:"";position:absolute;right:16px;top:50%;transform:translateY(-50%);width:16px;height:16px;border:2px solid #e5e7eb;border-top:2px solid #6366f1;border-radius:50%;animation:_spin_178i3_1 1s linear infinite;z-index:3}@keyframes _spin_178i3_1{0%{transform:translateY(-50%) rotate(0)}to{transform:translateY(-50%) rotate(360deg)}}._selectInput_178i3_204:focus-visible{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f126,0 4px 12px #00000014,inset 0 1px 2px #6366f10d}._loadingWrapper_178i3_344{display:flex;align-items:center;gap:16px;padding:20px;background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;color:#6b7280;animation:_pulse_178i3_1 2s infinite}@keyframes _pulse_178i3_1{0%,to{opacity:1}50%{opacity:.8}}._modalFooter_178i3_366{display:flex;justify-content:flex-end;gap:14px;padding:28px;border-top:1px solid #e5e7eb;margin-top:28px;position:sticky;bottom:0;background:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}._cancelButton_178i3_380,._assignButton_178i3_381{padding:12px 24px;border-radius:10px;font-weight:600;font-size:.925rem;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);border:none;display:flex;align-items:center;justify-content:center;gap:8px;min-width:100px;position:relative;overflow:hidden;letter-spacing:-.0125em}._cancelButton_178i3_380:before,._assignButton_178i3_381:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}._cancelButton_178i3_380:hover:before,._assignButton_178i3_381:hover:before{left:100%}._cancelButton_178i3_380{background-color:#f3f4f6;color:#374151;border:1px solid #d1d5db}._cancelButton_178i3_380:hover:not(:disabled){background-color:#e5e7eb;transform:translateY(-1px);box-shadow:0 4px 12px #0000001a}._cancelButton_178i3_380:focus-visible{outline:none;box-shadow:0 0 0 2px #9ca3af}._cancelButton_178i3_380:active:not(:disabled){transform:translateY(0)}._assignButton_178i3_381{background-color:#6366f1;color:#fff;box-shadow:0 2px 4px #6366f133}._assignButton_178i3_381:hover:not(:disabled){background-color:#5b5cf6;transform:translateY(-1px);box-shadow:0 6px 20px #6366f14d}._assignButton_178i3_381:focus-visible{outline:none;box-shadow:0 0 0 2px #6366f1}._assignButton_178i3_381:active:not(:disabled){transform:translateY(0)}._assignButton_178i3_381:disabled,._cancelButton_178i3_380:disabled{opacity:.5;cursor:not-allowed;transform:none!important;box-shadow:none!important}@media (max-width: 640px){._modalOverlay_178i3_1{padding:16px}._modalContent_178i3_26{max-width:100%;border-radius:20px 20px 0 0;position:fixed;bottom:0;left:0;right:0;max-height:95vh;animation:_slideUpMobile_178i3_1 .3s cubic-bezier(.16,1,.3,1)}@keyframes _slideUpMobile_178i3_1{0%{transform:translateY(100%)}to{transform:translateY(0)}}._modalHeader_178i3_52,._modalBody_178i3_105,._modalFooter_178i3_366{padding-left:20px;padding-right:20px}._modalFooter_178i3_366{flex-direction:column-reverse;gap:12px}._cancelButton_178i3_380,._assignButton_178i3_381{width:100%;justify-content:center;padding:14px 24px}._modalTitle_178i3_65{font-size:1.25rem}}._listViewContainer_h7ips_1{width:95%;margin:0 auto;padding:1.5rem;background:linear-gradient(180deg,#e8f4fc,#f0f7fc,#f8fbfe);border:1px solid rgba(147,197,253,.3);border-radius:20px;overflow:hidden;box-shadow:0 2px 8px #0000000a}._listViewContainer_h7ips_1 ._filterBar_h7ips_11{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;background:#fff;border-bottom:1px solid rgba(147,197,253,.2);border-radius:12px;margin-bottom:1rem;box-shadow:0 2px 4px #0000000a}._listViewContainer_h7ips_1 ._filterBar_h7ips_11 ._mobileFilterToggle_h7ips_22{display:none;align-items:center;justify-content:space-between;gap:8px;padding:10px 12px;width:100%;border:1px solid #e5e7eb;border-radius:10px;background:#fff;color:#374151;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s ease}._listViewContainer_h7ips_1 ._filterBar_h7ips_11 ._mobileFilterToggle_h7ips_22:hover{background:#f9fafb;border-color:#d1d5db}._listViewContainer_h7ips_1 ._filterBar_h7ips_11 ._filterLeft_h7ips_42{display:flex;align-items:center;gap:16px}._listViewContainer_h7ips_1 ._filterBar_h7ips_11 ._filterLeft_h7ips_42 ._filterGroup_h7ips_47{display:flex;align-items:center;gap:8px}._listViewContainer_h7ips_1 ._filterBar_h7ips_11 ._filterLeft_h7ips_42 ._filterGroup_h7ips_47 label{font-size:13px;font-weight:500;color:#6b7280}._listViewContainer_h7ips_1 ._filterBar_h7ips_11 ._filterLeft_h7ips_42 ._filterGroup_h7ips_47 ._statusFilterWrapper_h7ips_57{position:relative}._listViewContainer_h7ips_1 ._filterBar_h7ips_11 ._filterLeft_h7ips_42 ._filterGroup_h7ips_47 ._statusFilterWrapper_h7ips_57 ._statusFilterButton_h7ips_60{display:flex;align-items:center;gap:8px;padding:8px 16px;background:#fff;border:1px solid #d1d5db;border-radius:8px;font-size:13px;color:#111827;cursor:pointer;transition:all .15s ease;min-width:180px;justify-content:space-between}._listViewContainer_h7ips_1 ._filterBar_h7ips_11 ._filterLeft_h7ips_42 ._filterGroup_h7ips_47 ._statusFilterWrapper_h7ips_57 ._statusFilterButton_h7ips_60:hover{border-color:#9ca3af;background:#f9fafb}._listViewContainer_h7ips_1 ._filterBar_h7ips_11 ._filterLeft_h7ips_42 ._filterGroup_h7ips_47 ._statusFilterWrapper_h7ips_57 ._statusFilterButton_h7ips_60 span{white-space:nowrap}._listViewContainer_h7ips_1 ._filterBar_h7ips_11 ._filterLeft_h7ips_42 ._filterGroup_h7ips_47 ._statusFilterWrapper_h7ips_57 ._statusFilterButton_h7ips_60 svg{flex-shrink:0}._listViewContainer_h7ips_1 ._filterBar_h7ips_11 ._filterLeft_h7ips_42 ._filterGroup_h7ips_47 ._statusFilterWrapper_h7ips_57 ._statusDropdown_h7ips_85{position:absolute;top:calc(100% + 4px);left:0;min-width:250px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 4px 12px #0000001a;z-index:100;max-height:400px;overflow-y:auto}._listViewContainer_h7ips_1 ._filterBar_h7ips_11 ._filterLeft_h7ips_42 ._filterGroup_h7ips_47 ._statusFilterWrapper_h7ips_57 ._statusDropdown_h7ips_85 ._statusOption_h7ips_98{display:flex;align-items:center;gap:8px;padding:10px 16px;cursor:pointer;transition:background-color .15s ease;font-size:13px;color:#111827}._listViewContainer_h7ips_1 ._filterBar_h7ips_11 ._filterLeft_h7ips_42 ._filterGroup_h7ips_47 ._statusFilterWrapper_h7ips_57 ._statusDropdown_h7ips_85 ._statusOption_h7ips_98:hover{background:#f3f4f6}._listViewContainer_h7ips_1 ._filterBar_h7ips_11 ._filterLeft_h7ips_42 ._filterGroup_h7ips_47 ._statusFilterWrapper_h7ips_57 ._statusDropdown_h7ips_85 ._statusOption_h7ips_98._active_h7ips_111{background:#e0e7ff;color:#4f46e5;font-weight:500}._listViewContainer_h7ips_1 ._filterBar_h7ips_11 ._filterLeft_h7ips_42 ._filterGroup_h7ips_47 ._statusFilterWrapper_h7ips_57 ._statusDropdown_h7ips_85 ._statusOption_h7ips_98 ._statusDot_h7ips_116{width:10px;height:10px;border-radius:50%;flex-shrink:0}._listViewContainer_h7ips_1 ._filterBar_h7ips_11 ._filterLeft_h7ips_42 ._filterGroup_h7ips_47 ._statusFilterWrapper_h7ips_57 ._statusDropdown_h7ips_85 ._statusOption_h7ips_98 ._ownerAvatar_h7ips_122{width:24px;height:24px;background:linear-gradient(135deg,#10b981,#059669);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:600;color:#fff;text-transform:uppercase;flex-shrink:0}._listViewContainer_h7ips_1 ._filterBar_h7ips_11 ._filterLeft_h7ips_42 ._filterGroup_h7ips_47 ._statusFilterWrapper_h7ips_57 ._statusDropdown_h7ips_85 ._statusOption_h7ips_98 ._count_h7ips_136{margin-left:auto;font-size:12px;color:#6b7280;background:#f3f4f6;padding:2px 8px;border-radius:10px;font-weight:600}._listViewContainer_h7ips_1 ._filterBar_h7ips_11 ._filterRight_h7ips_145 ._totalInfo_h7ips_145{font-size:13px;color:#6b7280}._listViewContainer_h7ips_1 ._filterBar_h7ips_11 ._filterRight_h7ips_145 ._totalInfo_h7ips_145 strong{color:#111827;font-weight:600}._listViewContainer_h7ips_1 ._tableHeader_h7ips_153{display:flex;align-items:center;padding:12px 16px;background:#fff;border-bottom:1px solid rgba(147,197,253,.2);border-radius:12px 12px 0 0;font-size:12px;font-weight:500;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;box-shadow:0 2px 4px #00000005}._listViewContainer_h7ips_1 ._tableHeader_h7ips_153 ._headerCell_h7ips_167{padding:0 8px;display:flex;align-items:center;gap:4px;-webkit-user-select:none;user-select:none}._listViewContainer_h7ips_1 ._tableHeader_h7ips_153 ._headerCell_h7ips_167 span{white-space:nowrap}._listViewContainer_h7ips_1 ._tableHeader_h7ips_153 ._headerCell_h7ips_167 svg{opacity:.5;cursor:pointer;flex-shrink:0}._listViewContainer_h7ips_1 ._tableHeader_h7ips_153 ._headerCell_h7ips_167 svg:hover{opacity:1}._listViewContainer_h7ips_1 ._tableHeader_h7ips_153 ._headerCell_h7ips_167._sortable_h7ips_185{cursor:pointer;transition:background-color .15s ease;padding:8px;margin:-8px 0;border-radius:6px}._listViewContainer_h7ips_1 ._tableHeader_h7ips_153 ._headerCell_h7ips_167._sortable_h7ips_185:hover{background:#f3f4f6}._listViewContainer_h7ips_1 ._tableHeader_h7ips_153 ._headerCell_h7ips_167._sortable_h7ips_185:active{background:#e5e7eb}._listViewContainer_h7ips_1 ._tableBody_h7ips_198{min-height:500px;max-height:calc(100vh - 280px);overflow-y:auto;scrollbar-width:thin;scrollbar-color:#93c5fd transparent;padding-bottom:24px;background:#fff;border-radius:0 0 12px 12px}._listViewContainer_h7ips_1 ._tableBody_h7ips_198::-webkit-scrollbar{width:6px}._listViewContainer_h7ips_1 ._tableBody_h7ips_198::-webkit-scrollbar-track{background:transparent}._listViewContainer_h7ips_1 ._tableBody_h7ips_198::-webkit-scrollbar-thumb{background:#93c5fd;border-radius:3px}._listViewContainer_h7ips_1 ._tableBody_h7ips_198::-webkit-scrollbar-thumb:hover{background:#60a5fa}._listViewContainer_h7ips_1 ._tableBody_h7ips_198 ._tableRow_h7ips_221{display:flex;align-items:center;padding:12px 16px;border-bottom:1px solid rgba(147,197,253,.15);cursor:pointer;transition:all .2s ease;min-height:60px}._listViewContainer_h7ips_1 ._tableBody_h7ips_198 ._tableRow_h7ips_221:hover{background:#93c5fd14}._listViewContainer_h7ips_1 ._tableBody_h7ips_198 ._tableRow_h7ips_221._blinking_h7ips_233{animation:_rowBlink_h7ips_1 1.5s ease-in-out infinite}._listViewContainer_h7ips_1 ._tableBody_h7ips_198 ._tableRow_h7ips_221 ._cell_h7ips_236{padding:0 8px;font-size:14px;color:#111827;display:flex;align-items:center;gap:8px}._listViewContainer_h7ips_1 ._tableBody_h7ips_198 ._tableRow_h7ips_221 ._cell_h7ips_236 ._checkbox_h7ips_245{width:16px;height:16px;cursor:pointer;accent-color:#3b82f6;border-radius:4px}._listViewContainer_h7ips_1 ._tableBody_h7ips_198 ._tableRow_h7ips_221 ._cell_h7ips_236._leadCell_h7ips_252{cursor:pointer}._listViewContainer_h7ips_1 ._tableBody_h7ips_198 ._tableRow_h7ips_221 ._cell_h7ips_236._leadCell_h7ips_252:hover ._leadName_h7ips_255{color:#3b82f6}._listViewContainer_h7ips_1 ._tableBody_h7ips_198 ._tableRow_h7ips_221 ._cell_h7ips_236 ._leadInfo_h7ips_258{display:flex;align-items:center;gap:12px;width:100%}._listViewContainer_h7ips_1 ._tableBody_h7ips_198 ._tableRow_h7ips_221 ._cell_h7ips_236 ._leadInfo_h7ips_258 ._avatar_h7ips_264{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden;background:#f3f4f6}._listViewContainer_h7ips_1 ._tableBody_h7ips_198 ._tableRow_h7ips_221 ._cell_h7ips_236 ._leadInfo_h7ips_258 ._avatar_h7ips_264 ._avatarImage_h7ips_275{width:100%;height:100%;object-fit:cover;display:block}._listViewContainer_h7ips_1 ._tableBody_h7ips_198 ._tableRow_h7ips_221 ._cell_h7ips_236 ._leadInfo_h7ips_258 ._leadDetails_h7ips_281{display:flex;flex-direction:column;gap:2px;overflow:hidden}._listViewContainer_h7ips_1 ._tableBody_h7ips_198 ._tableRow_h7ips_221 ._cell_h7ips_236 ._leadInfo_h7ips_258 ._leadDetails_h7ips_281 ._leadName_h7ips_255{font-weight:600;font-size:14px;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:color .15s ease}._listViewContainer_h7ips_1 ._tableBody_h7ips_198 ._tableRow_h7ips_221 ._cell_h7ips_236 ._leadInfo_h7ips_258 ._leadDetails_h7ips_281 ._leadSubtext_h7ips_296{font-size:12px;color:#6b7280;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._listViewContainer_h7ips_1 ._tableBody_h7ips_198 ._tableRow_h7ips_221 ._cell_h7ips_236 ._statusRow_h7ips_303{display:flex;align-items:center;gap:8px;width:100%}._listViewContainer_h7ips_1 ._tableBody_h7ips_198 ._tableRow_h7ips_221 ._cell_h7ips_236 ._statusButton_h7ips_309{display:flex;align-items:center;gap:6px;padding:6px 12px;border:none;border-radius:16px;font-size:12px;font-weight:500;cursor:pointer;transition:all .15s ease;white-space:nowrap}._listViewContainer_h7ips_1 ._tableBody_h7ips_198 ._tableRow_h7ips_221 ._cell_h7ips_236 ._statusButton_h7ips_309 ._statusContent_h7ips_322{display:flex;align-items:center;gap:8px;min-width:0;width:100%;justify-content:center}._listViewContainer_h7ips_1 ._tableBody_h7ips_198 ._tableRow_h7ips_221 ._cell_h7ips_236 ._statusButton_h7ips_309 ._statusText_h7ips_330{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1 1 auto}._listViewContainer_h7ips_1 ._tableBody_h7ips_198 ._tableRow_h7ips_221 ._cell_h7ips_236 ._statusButton_h7ips_309:hover{opacity:.9;transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}._listViewContainer_h7ips_1 ._tableBody_h7ips_198 ._tableRow_h7ips_221 ._cell_h7ips_236 ._statusButton_h7ips_309 svg{flex-shrink:0}._listViewContainer_h7ips_1 ._tableBody_h7ips_198 ._tableRow_h7ips_221 ._cell_h7ips_236 ._statusButton_h7ips_309 span{white-space:nowrap}._listViewContainer_h7ips_1 ._tableBody_h7ips_198 ._tableRow_h7ips_221 ._cell_h7ips_236 ._statusOwnerChip_h7ips_348{display:none;flex-shrink:0}._listViewContainer_h7ips_1 ._tableBody_h7ips_198 ._tableRow_h7ips_221 ._cell_h7ips_236 ._tagsRow_h7ips_352{display:flex;align-items:center;gap:8px;width:100%}._listViewContainer_h7ips_1 ._tableBody_h7ips_198 ._tableRow_h7ips_221 ._cell_h7ips_236 ._tagsList_h7ips_358{display:flex;align-items:center;gap:2px;flex-wrap:wrap;cursor:pointer;padding:2px;border-radius:6px;transition:background-color .15s ease}._listViewContainer_h7ips_1 ._tableBody_h7ips_198 ._tableRow_h7ips_221 ._cell_h7ips_236 ._tagsList_h7ips_358:hover{background:#f9fafb}._listViewContainer_h7ips_1 ._tableBody_h7ips_198 ._tableRow_h7ips_221 ._cell_h7ips_236 ._tagsList_h7ips_358 ._tag_h7ips_352{display:inline-flex;align-items:center;padding:5px 12px;border-radius:16px;font-size:12px;font-weight:500;color:#fff;white-space:nowrap;box-shadow:0 1px 3px #0000001a;transition:all .15s ease}._listViewContainer_h7ips_1 ._tableBody_h7ips_198 ._tableRow_h7ips_221 ._cell_h7ips_236 ._tagsList_h7ips_358 ._tag_h7ips_352:hover{transform:translateY(-1px);box-shadow:0 2px 6px #00000026}._listViewContainer_h7ips_1 ._tableBody_h7ips_198 ._tableRow_h7ips_221 ._cell_h7ips_236 ._tagsList_h7ips_358 ._tagMore_h7ips_387{display:inline-flex;align-items:center;padding:5px 10px;background:#f3f4f6;color:#6b7280;border-radius:16px;font-size:11px;font-weight:600;border:1px solid #e5e7eb;box-shadow:0 1px 2px #0000000d}._listViewContainer_h7ips_1 ._tableBody_h7ips_198 ._tableRow_h7ips_221 ._cell_h7ips_236 ._selectButton_h7ips_399{display:flex;align-items:center;gap:6px;padding:6px 12px;background:#fff;border:1px solid #e5e7eb;border-radius:6px;font-size:12px;color:#6b7280;cursor:pointer;transition:all .15s ease;white-space:nowrap}._listViewContainer_h7ips_1 ._tableBody_h7ips_198 ._tableRow_h7ips_221 ._cell_h7ips_236 ._selectButton_h7ips_399:hover{background:#f9fafb;border-color:#d1d5db;color:#111827}._listViewContainer_h7ips_1 ._tableBody_h7ips_198 ._tableRow_h7ips_221 ._cell_h7ips_236 ._selectButton_h7ips_399 svg{opacity:1;color:#6b7280}._listViewContainer_h7ips_1 ._tableBody_h7ips_198 ._tableRow_h7ips_221 ._cell_h7ips_236 ._selectButton_h7ips_399 span{white-space:nowrap}._listViewContainer_h7ips_1 ._tableBody_h7ips_198 ._tableRow_h7ips_221 ._cell_h7ips_236 ._linkIcons_h7ips_425{display:flex;align-items:center;gap:4px}._listViewContainer_h7ips_1 ._tableBody_h7ips_198 ._tableRow_h7ips_221 ._cell_h7ips_236 ._linkIcons_h7ips_425 ._chatTypeLink_h7ips_430{display:flex;align-items:center;justify-content:center;gap:6px;font-size:13px;font-weight:500;cursor:pointer;padding:6px 12px;border-radius:8px;background:#fffc;border:1px solid rgba(0,0,0,.08);transition:all .2s ease;box-shadow:0 1px 2px #0000000d;min-width:130px;width:130px;max-width:130px}._listViewContainer_h7ips_1 ._tableBody_h7ips_198 ._tableRow_h7ips_221 ._cell_h7ips_236 ._linkIcons_h7ips_425 ._chatTypeLink_h7ips_430:hover{background:#fff;border-color:currentColor;transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}._listViewContainer_h7ips_1 ._tableBody_h7ips_198 ._tableRow_h7ips_221 ._cell_h7ips_236 ._linkIcons_h7ips_425 ._chatTypeLink_h7ips_430 svg{flex-shrink:0;width:16px;height:16px;display:flex;align-items:center;justify-content:center}._listViewContainer_h7ips_1 ._tableBody_h7ips_198 ._tableRow_h7ips_221 ._cell_h7ips_236 ._linkIcons_h7ips_425 ._chatTypeLink_h7ips_430 span{font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._listViewContainer_h7ips_1 ._tableBody_h7ips_198 ._tableRow_h7ips_221 ._cell_h7ips_236 ._linkIcons_h7ips_425 ._iconButton_h7ips_468{width:28px;height:28px;background:transparent;border:1px solid transparent;border-radius:6px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s ease;color:#6b7280;padding:0}._listViewContainer_h7ips_1 ._tableBody_h7ips_198 ._tableRow_h7ips_221 ._cell_h7ips_236 ._linkIcons_h7ips_425 ._iconButton_h7ips_468:hover{background:#f3f4f6;border-color:#e5e7eb;color:#111827}._listViewContainer_h7ips_1 ._tableBody_h7ips_198 ._tableRow_h7ips_221 ._cell_h7ips_236 ._linkIcons_h7ips_425 ._iconButton_h7ips_468 svg{flex-shrink:0;width:14px;height:14px}._listViewContainer_h7ips_1 ._tableBody_h7ips_198 ._tableRow_h7ips_221 ._cell_h7ips_236 ._ownerInfo_h7ips_492{display:flex;align-items:center;gap:8px;transition:all .2s ease;padding:4px;border-radius:6px}._listViewContainer_h7ips_1 ._tableBody_h7ips_198 ._tableRow_h7ips_221 ._cell_h7ips_236 ._ownerInfo_h7ips_492:hover{background-color:#f3f4f6;transform:translateY(-1px)}._listViewContainer_h7ips_1 ._tableBody_h7ips_198 ._tableRow_h7ips_221 ._cell_h7ips_236 ._ownerInfo_h7ips_492 ._ownerAvatar_h7ips_122{width:28px;height:28px;background:linear-gradient(135deg,#10b981,#059669);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:600;color:#fff;text-transform:uppercase;flex-shrink:0;transition:transform .2s ease}._listViewContainer_h7ips_1 ._tableBody_h7ips_198 ._tableRow_h7ips_221 ._cell_h7ips_236 ._ownerInfo_h7ips_492:hover ._ownerAvatar_h7ips_122{transform:scale(1.05)}._listViewContainer_h7ips_1 ._tableBody_h7ips_198 ._tableRow_h7ips_221 ._cell_h7ips_236 ._ownerInfo_h7ips_492 ._ownerName_h7ips_522{font-size:13px;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:color .2s ease}._listViewContainer_h7ips_1 ._tableBody_h7ips_198 ._tableRow_h7ips_221 ._cell_h7ips_236 ._ownerInfo_h7ips_492:hover ._ownerName_h7ips_522{color:#10b981}._listViewContainer_h7ips_1 ._tableBody_h7ips_198 ._tableRow_h7ips_221 ._cell_h7ips_236 ._noOwner_h7ips_533{color:#9ca3af;font-size:13px}._listViewContainer_h7ips_1 ._tableBody_h7ips_198 ._tableRow_h7ips_221 ._cell_h7ips_236 ._poolLabel_h7ips_537{color:#374151;background:#f3f4f6;border:1px solid #e5e7eb;padding:6px 10px;border-radius:6px;display:inline-block;font-weight:600;font-size:13px}._listViewContainer_h7ips_1 ._tableBody_h7ips_198 ._tableRow_h7ips_221 ._cell_h7ips_236 ._interactionInfo_h7ips_547{display:flex;align-items:center;gap:8px}._listViewContainer_h7ips_1 ._tableBody_h7ips_198 ._tableRow_h7ips_221 ._cell_h7ips_236 ._interactionInfo_h7ips_547 ._interactionText_h7ips_552{font-size:13px;color:#6b7280}._listViewContainer_h7ips_1 ._tableBody_h7ips_198 ._tableRow_h7ips_221 ._cell_h7ips_236 ._interactionInfo_h7ips_547 ._unreadBadge_h7ips_556{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;padding:2px 8px;border-radius:10px;font-size:11px;font-weight:700;min-width:20px;text-align:center;box-shadow:0 2px 4px #ef44444d;animation:_pulse-badge_h7ips_1 2s infinite}._listViewContainer_h7ips_1 ._tableBody_h7ips_198 ._tableRow_h7ips_221 ._cell_h7ips_236 ._noInteraction_h7ips_568{color:#9ca3af;font-size:13px}._listViewContainer_h7ips_1 ._tableBody_h7ips_198 ._tableRow_h7ips_221 ._cell_h7ips_236 ._connectionActions_h7ips_572{display:flex;align-items:center;gap:6px}._listViewContainer_h7ips_1 ._tableBody_h7ips_198 ._tableRow_h7ips_221 ._cell_h7ips_236 ._connectionActions_h7ips_572 ._iconButton_h7ips_468{width:32px;height:32px;border:none;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;padding:0;position:relative;overflow:hidden;box-shadow:0 2px 4px #0000001a}._listViewContainer_h7ips_1 ._tableBody_h7ips_198 ._tableRow_h7ips_221 ._cell_h7ips_236 ._connectionActions_h7ips_572 ._iconButton_h7ips_468:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#ffffff4d,#fff0);opacity:0;transition:opacity .2s ease}._listViewContainer_h7ips_1 ._tableBody_h7ips_198 ._tableRow_h7ips_221 ._cell_h7ips_236 ._connectionActions_h7ips_572 ._iconButton_h7ips_468:hover{transform:translateY(-2px);box-shadow:0 4px 8px #00000026}._listViewContainer_h7ips_1 ._tableBody_h7ips_198 ._tableRow_h7ips_221 ._cell_h7ips_236 ._connectionActions_h7ips_572 ._iconButton_h7ips_468:hover:before{opacity:1}._listViewContainer_h7ips_1 ._tableBody_h7ips_198 ._tableRow_h7ips_221 ._cell_h7ips_236 ._connectionActions_h7ips_572 ._iconButton_h7ips_468:active{transform:translateY(0)}._listViewContainer_h7ips_1 ._tableBody_h7ips_198 ._tableRow_h7ips_221 ._cell_h7ips_236 ._connectionActions_h7ips_572 ._iconButton_h7ips_468 svg{flex-shrink:0;width:14px;height:14px;position:relative;z-index:1}._listViewContainer_h7ips_1 ._tableBody_h7ips_198 ._tableRow_h7ips_221 ._cell_h7ips_236 ._connectionActions_h7ips_572 ._offerButton_h7ips_620{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}._listViewContainer_h7ips_1 ._tableBody_h7ips_198 ._tableRow_h7ips_221 ._cell_h7ips_236 ._connectionActions_h7ips_572 ._offerButton_h7ips_620:hover{background:linear-gradient(135deg,#d97706,#b45309)}._listViewContainer_h7ips_1 ._tableBody_h7ips_198 ._tableRow_h7ips_221 ._cell_h7ips_236 ._connectionActions_h7ips_572 ._taskButton_h7ips_627{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff}._listViewContainer_h7ips_1 ._tableBody_h7ips_198 ._tableRow_h7ips_221 ._cell_h7ips_236 ._connectionActions_h7ips_572 ._taskButton_h7ips_627:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8)}._listViewContainer_h7ips_1 ._tableBody_h7ips_198 ._tableRow_h7ips_221 ._cell_h7ips_236 ._connectionActions_h7ips_572 ._agentButton_h7ips_634{background:linear-gradient(135deg,#10b981,#059669);color:#fff}._listViewContainer_h7ips_1 ._tableBody_h7ips_198 ._tableRow_h7ips_221 ._cell_h7ips_236 ._connectionActions_h7ips_572 ._agentButton_h7ips_634:hover{background:linear-gradient(135deg,#059669,#047857)}._listViewContainer_h7ips_1 ._tableBody_h7ips_198 ._tableRow_h7ips_221 ._cell_h7ips_236 ._connectionActions_h7ips_572 ._closeButton_h7ips_641{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff}._listViewContainer_h7ips_1 ._tableBody_h7ips_198 ._tableRow_h7ips_221 ._cell_h7ips_236 ._connectionActions_h7ips_572 ._closeButton_h7ips_641:hover{background:linear-gradient(135deg,#dc2626,#b91c1c)}._listViewContainer_h7ips_1 ._tableBody_h7ips_198 ._emptyState_h7ips_648{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;color:#9ca3af}._listViewContainer_h7ips_1 ._tableBody_h7ips_198 ._emptyState_h7ips_648 svg{margin-bottom:16px;opacity:.5}._listViewContainer_h7ips_1 ._tableBody_h7ips_198 ._emptyState_h7ips_648 p{font-size:15px;font-weight:500;color:#6b7280}._listViewContainer_h7ips_1 ._pagination_h7ips_665{display:flex;align-items:center;justify-content:center;gap:4px;padding:8px 12px;background:linear-gradient(135deg,#fffffff2,#f9fafbf2);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);position:fixed;bottom:40px;left:50%;transform:translate(-50%);z-index:1000;box-shadow:0 8px 24px #0000001f,0 2px 8px #00000014;border-radius:16px;border:1px solid rgba(255,255,255,.8);min-width:auto;width:auto}._listViewContainer_h7ips_1 ._pagination_h7ips_665:before{content:"";position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;border-radius:16px;padding:1px;background:linear-gradient(135deg,#3b82f64d,#8b5cf64d);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:exclude;pointer-events:none}._listViewContainer_h7ips_1 ._pagination_h7ips_665 ._paginationButton_h7ips_697{width:32px;height:32px;background:linear-gradient(135deg,#fff,#f9fafb);border:1px solid rgba(229,231,235,.6);border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;color:#6b7280;padding:0;position:relative;box-shadow:0 1px 2px #0000000d;flex-shrink:0}._listViewContainer_h7ips_1 ._pagination_h7ips_665 ._paginationButton_h7ips_697:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:8px;background:linear-gradient(135deg,#3b82f61a,#8b5cf61a);opacity:0;transition:opacity .2s ease}._listViewContainer_h7ips_1 ._pagination_h7ips_665 ._paginationButton_h7ips_697:hover:not(:disabled){background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-color:transparent;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #3b82f64d}._listViewContainer_h7ips_1 ._pagination_h7ips_665 ._paginationButton_h7ips_697:hover:not(:disabled):before{opacity:1}._listViewContainer_h7ips_1 ._pagination_h7ips_665 ._paginationButton_h7ips_697:active:not(:disabled){transform:translateY(0)}._listViewContainer_h7ips_1 ._pagination_h7ips_665 ._paginationButton_h7ips_697:disabled{opacity:.3;cursor:not-allowed;background:#f3f4f6}._listViewContainer_h7ips_1 ._pagination_h7ips_665 ._paginationButton_h7ips_697>div,._listViewContainer_h7ips_1 ._pagination_h7ips_665 ._paginationButton_h7ips_697>svg{display:flex!important;align-items:center!important;justify-content:center!important}._listViewContainer_h7ips_1 ._pagination_h7ips_665 ._paginationButton_h7ips_697 svg{flex-shrink:0;width:14px;height:14px}._listViewContainer_h7ips_1 ._pagination_h7ips_665 ._pageInfo_h7ips_752{font-size:13px;color:#111827;font-weight:600;margin:0 8px;padding:0 4px;min-width:60px;text-align:center;background:linear-gradient(135deg,#3b82f6,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:.5px;white-space:nowrap}._listViewContainer_h7ips_1 ._mobileQuickRow_h7ips_767{display:none}@keyframes _rowBlink_h7ips_1{0%,to{background-color:#fff}50%{background-color:#dbeafe}}@keyframes _pulse-badge_h7ips_1{0%,to{transform:scale(1);box-shadow:0 2px 4px #ef44444d}50%{transform:scale(1.05);box-shadow:0 4px 8px #ef444480}}@media (max-width: 1400px){._listViewContainer_h7ips_1 ._tableHeader_h7ips_153 ._cell_h7ips_236,._listViewContainer_h7ips_1 ._tableBody_h7ips_198 ._tableRow_h7ips_221 ._cell_h7ips_236{padding:0 6px}._listViewContainer_h7ips_1 ._tableBody_h7ips_198{min-height:450px}}@media (max-width: 1200px){._listViewContainer_h7ips_1 ._tableHeader_h7ips_153{font-size:11px}._listViewContainer_h7ips_1 ._tableBody_h7ips_198{min-height:400px}._listViewContainer_h7ips_1 ._tableBody_h7ips_198 ._tableRow_h7ips_221 ._cell_h7ips_236{font-size:13px}._listViewContainer_h7ips_1 ._tableBody_h7ips_198 ._tableRow_h7ips_221 ._cell_h7ips_236 ._leadInfo_h7ips_258 ._avatar_h7ips_264{width:32px;height:32px;font-size:12px}._listViewContainer_h7ips_1 ._tableBody_h7ips_198 ._tableRow_h7ips_221 ._cell_h7ips_236 ._statusButton_h7ips_309,._listViewContainer_h7ips_1 ._tableBody_h7ips_198 ._tableRow_h7ips_221 ._cell_h7ips_236 ._selectButton_h7ips_399{font-size:11px;padding:5px 10px}}@media (max-width: 992px){._listViewContainer_h7ips_1{border-radius:8px}._listViewContainer_h7ips_1 ._filterBar_h7ips_11{flex-direction:column;gap:12px;padding:12px;position:sticky;top:0;z-index:10;background:#f9fafb}._listViewContainer_h7ips_1 ._filterBar_h7ips_11 ._mobileFilterToggle_h7ips_22{display:flex}._listViewContainer_h7ips_1 ._filterBar_h7ips_11 ._filterLeft_h7ips_42{display:none;width:100%;flex-direction:column;gap:12px}._listViewContainer_h7ips_1 ._filterBar_h7ips_11 ._filterLeft_h7ips_42._mobileOpen_h7ips_841{display:flex}._listViewContainer_h7ips_1 ._filterBar_h7ips_11 ._filterLeft_h7ips_42 ._filterGroup_h7ips_47{width:100%;flex-direction:column;align-items:flex-start;gap:6px;position:relative;z-index:20}._listViewContainer_h7ips_1 ._filterBar_h7ips_11 ._filterLeft_h7ips_42 ._filterGroup_h7ips_47 label{font-size:12px}._listViewContainer_h7ips_1 ._filterBar_h7ips_11 ._filterLeft_h7ips_42 ._filterGroup_h7ips_47 ._statusFilterWrapper_h7ips_57{width:100%;position:relative;z-index:30}._listViewContainer_h7ips_1 ._filterBar_h7ips_11 ._filterLeft_h7ips_42 ._filterGroup_h7ips_47 ._statusFilterWrapper_h7ips_57 ._statusFilterButton_h7ips_60{width:100%;min-width:auto;font-size:13px;padding:10px 12px}._listViewContainer_h7ips_1 ._filterBar_h7ips_11 ._filterLeft_h7ips_42 ._filterGroup_h7ips_47 ._statusFilterWrapper_h7ips_57 ._statusDropdown_h7ips_85{width:100%;min-width:auto;max-height:300px;z-index:1000;position:absolute;box-shadow:0 8px 20px #00000026}._listViewContainer_h7ips_1 ._filterBar_h7ips_11 ._filterRight_h7ips_145{width:100%}._listViewContainer_h7ips_1 ._filterBar_h7ips_11 ._filterRight_h7ips_145 ._totalInfo_h7ips_145{font-size:12px;text-align:center}._listViewContainer_h7ips_1 ._tableBody_h7ips_198{min-height:350px;max-height:calc(100vh - 200px);padding-bottom:16px;position:relative;z-index:1}._listViewContainer_h7ips_1 ._tableHeader_h7ips_153{display:none}._listViewContainer_h7ips_1 ._tableBody_h7ips_198 ._tableRow_h7ips_221{flex-direction:column;align-items:flex-start;padding:16px;gap:12px;background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 4px 12px #0f172a0f;margin-bottom:12px}._listViewContainer_h7ips_1 ._tableBody_h7ips_198 ._tableRow_h7ips_221:last-child{margin-bottom:0}._listViewContainer_h7ips_1 ._tableBody_h7ips_198 ._tableRow_h7ips_221 ._mobileQuickRow_h7ips_767{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:10px;width:100%;padding:10px 12px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px}._listViewContainer_h7ips_1 ._tableBody_h7ips_198 ._tableRow_h7ips_221 ._mobileLink_h7ips_916{display:flex;align-items:center;gap:8px;flex:1;min-width:0;justify-self:start}._listViewContainer_h7ips_1 ._tableBody_h7ips_198 ._tableRow_h7ips_221 ._mobileChannel_h7ips_924{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:600;white-space:nowrap}._listViewContainer_h7ips_1 ._tableBody_h7ips_198 ._tableRow_h7ips_221 ._mobileOwnerName_h7ips_932{font-size:12px;color:#64748b;font-weight:600;white-space:nowrap}._listViewContainer_h7ips_1 ._tableBody_h7ips_198 ._tableRow_h7ips_221 ._mobileActions_h7ips_938{display:flex;align-items:center;gap:6px;justify-content:center;justify-self:center}._listViewContainer_h7ips_1 ._tableBody_h7ips_198 ._tableRow_h7ips_221 ._mobileActions_h7ips_938 ._channelIconButton_h7ips_945{background:#fff;color:#0f172a;border:1px solid rgba(148,163,184,.5);box-shadow:0 4px 10px #0f172a0f}._listViewContainer_h7ips_1 ._tableBody_h7ips_198 ._tableRow_h7ips_221 ._mobileActions_h7ips_938 ._channelIconButton_h7ips_945:hover{background:#f8fafc}._listViewContainer_h7ips_1 ._tableBody_h7ips_198 ._tableRow_h7ips_221 ._mobileActions_h7ips_938 button{padding:6px 8px;border-radius:8px;border:none;font-size:12px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;min-width:32px;height:32px}._listViewContainer_h7ips_1 ._tableBody_h7ips_198 ._tableRow_h7ips_221 ._mobileActions_h7ips_938 button:active{transform:scale(.95)}._listViewContainer_h7ips_1 ._tableBody_h7ips_198 ._tableRow_h7ips_221 ._mobileActions_h7ips_938 button svg{width:16px;height:16px}._listViewContainer_h7ips_1 ._tableBody_h7ips_198 ._tableRow_h7ips_221 ._mobileActions_h7ips_938 button._offerButton_h7ips_620{background:linear-gradient(135deg,#10b981,#059669);color:#fff;box-shadow:0 2px 6px #10b98140}._listViewContainer_h7ips_1 ._tableBody_h7ips_198 ._tableRow_h7ips_221 ._mobileActions_h7ips_938 button._offerButton_h7ips_620:hover{background:linear-gradient(135deg,#059669,#047857);box-shadow:0 4px 10px #10b98159}._listViewContainer_h7ips_1 ._tableBody_h7ips_198 ._tableRow_h7ips_221 ._mobileActions_h7ips_938 button._taskButton_h7ips_627{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;box-shadow:0 2px 6px #3b82f640}._listViewContainer_h7ips_1 ._tableBody_h7ips_198 ._tableRow_h7ips_221 ._mobileActions_h7ips_938 button._taskButton_h7ips_627:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 4px 10px #3b82f659}._listViewContainer_h7ips_1 ._tableBody_h7ips_198 ._tableRow_h7ips_221 ._mobileActions_h7ips_938 button._agentButton_h7ips_634{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;box-shadow:0 2px 6px #f59e0b40}._listViewContainer_h7ips_1 ._tableBody_h7ips_198 ._tableRow_h7ips_221 ._mobileActions_h7ips_938 button._agentButton_h7ips_634:hover{background:linear-gradient(135deg,#d97706,#b45309);box-shadow:0 4px 10px #f59e0b59}._listViewContainer_h7ips_1 ._tableBody_h7ips_198 ._tableRow_h7ips_221 ._mobileActions_h7ips_938 button._closeButton_h7ips_641{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;box-shadow:0 2px 6px #ef444440}._listViewContainer_h7ips_1 ._tableBody_h7ips_198 ._tableRow_h7ips_221 ._mobileActions_h7ips_938 button._closeButton_h7ips_641:hover{background:linear-gradient(135deg,#dc2626,#b91c1c);box-shadow:0 4px 10px #ef444459}._listViewContainer_h7ips_1 ._tableBody_h7ips_198 ._tableRow_h7ips_221 ._linkCell_h7ips_1010,._listViewContainer_h7ips_1 ._tableBody_h7ips_198 ._tableRow_h7ips_221 ._ownerCell_h7ips_1011,._listViewContainer_h7ips_1 ._tableBody_h7ips_198 ._tableRow_h7ips_221 ._actionsCell_h7ips_1012,._listViewContainer_h7ips_1 ._tableBody_h7ips_198 ._tableRow_h7ips_221 ._interactionCell_h7ips_1013{display:none}._listViewContainer_h7ips_1 ._tableBody_h7ips_198 ._tableRow_h7ips_221 ._cell_h7ips_236{width:100%;padding:0}._listViewContainer_h7ips_1 ._tableBody_h7ips_198 ._tableRow_h7ips_221 ._cell_h7ips_236[style*=flex]{flex:1!important;min-width:100%!important}._listViewContainer_h7ips_1 ._tableBody_h7ips_198 ._tableRow_h7ips_221 ._cell_h7ips_236 ._leadInfo_h7ips_258 ._avatar_h7ips_264{width:40px!important;height:40px!important;font-size:16px!important}._listViewContainer_h7ips_1 ._tableBody_h7ips_198 ._tableRow_h7ips_221 ._cell_h7ips_236 ._leadInfo_h7ips_258 ._details_h7ips_1029 ._name_h7ips_1029{font-size:15px!important;font-weight:600}._listViewContainer_h7ips_1 ._tableBody_h7ips_198 ._tableRow_h7ips_221 ._cell_h7ips_236 ._leadInfo_h7ips_258 ._details_h7ips_1029 ._phoneContainer_h7ips_1033{font-size:13px!important}._listViewContainer_h7ips_1 ._tableBody_h7ips_198 ._tableRow_h7ips_221 ._cell_h7ips_236 ._statusButton_h7ips_309,._listViewContainer_h7ips_1 ._tableBody_h7ips_198 ._tableRow_h7ips_221 ._cell_h7ips_236 ._selectButton_h7ips_399{font-size:13px!important;padding:10px 12px!important;justify-content:center;border-radius:12px;box-shadow:0 4px 10px #00000014}._listViewContainer_h7ips_1 ._tableBody_h7ips_198 ._tableRow_h7ips_221 ._cell_h7ips_236 ._statusButton_h7ips_309{width:auto;flex:1 1 auto}._listViewContainer_h7ips_1 ._tableBody_h7ips_198 ._tableRow_h7ips_221 ._cell_h7ips_236 ._statusButton_h7ips_309 ._statusText_h7ips_330{font-size:12px;font-weight:700;letter-spacing:.2px}._listViewContainer_h7ips_1 ._tableBody_h7ips_198 ._tableRow_h7ips_221 ._cell_h7ips_236 ._statusRow_h7ips_303{width:100%}._listViewContainer_h7ips_1 ._tableBody_h7ips_198 ._tableRow_h7ips_221 ._cell_h7ips_236 ._statusRow_h7ips_303 ._statusContent_h7ips_322{justify-content:flex-start}._listViewContainer_h7ips_1 ._tableBody_h7ips_198 ._tableRow_h7ips_221 ._cell_h7ips_236 ._statusOwnerChip_h7ips_348{display:inline-flex;align-items:center;padding:6px 10px;border-radius:9999px;background:#fff;border:1px solid rgba(148,163,184,.5);color:#0f172a;font-size:11px;font-weight:800;line-height:1;max-width:45%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;box-shadow:0 4px 10px #0f172a0f}._listViewContainer_h7ips_1 ._tableBody_h7ips_198 ._tableRow_h7ips_221 ._cell_h7ips_236 ._labelContainer_h7ips_1076{flex-wrap:wrap;gap:6px}._listViewContainer_h7ips_1 ._tableBody_h7ips_198 ._tableRow_h7ips_221 ._cell_h7ips_236 ._labelContainer_h7ips_1076 ._label_h7ips_1076{font-size:11px;padding:4px 8px;border-radius:10px}._listViewContainer_h7ips_1 ._tableBody_h7ips_198 ._tableRow_h7ips_221 ._cell_h7ips_236 ._tagsRow_h7ips_352 ._tagsList_h7ips_358{flex:1 1 auto;min-width:0}._listViewContainer_h7ips_1 ._tableBody_h7ips_198 ._tableRow_h7ips_221 ._cell_h7ips_236 ._tagsRow_h7ips_352 ._selectButton_h7ips_399{flex:1 1 auto;min-width:0;width:100%}._listViewContainer_h7ips_1 ._tableBody_h7ips_198 ._tableRow_h7ips_221 ._cell_h7ips_236 ._channelIcon_h7ips_945{font-size:24px!important}._listViewContainer_h7ips_1 ._tableBody_h7ips_198 ._tableRow_h7ips_221 ._cell_h7ips_236:last-child ._connectionActions_h7ips_572{display:none}._listViewContainer_h7ips_1 ._pagination_h7ips_665{padding:12px;flex-wrap:wrap;gap:8px}._listViewContainer_h7ips_1 ._pagination_h7ips_665 ._pageInfo_h7ips_752{width:100%;text-align:center;font-size:12px;order:-1}._listViewContainer_h7ips_1 ._pagination_h7ips_665 ._pageButton_h7ips_1111{font-size:12px;padding:6px 12px}}@media (max-width: 576px){._listViewContainer_h7ips_1{border-radius:6px;border:none}._listViewContainer_h7ips_1 ._filterBar_h7ips_11{padding:10px;position:sticky;top:0;z-index:10;background:#f9fafb}._listViewContainer_h7ips_1 ._filterBar_h7ips_11 ._filterLeft_h7ips_42 ._filterGroup_h7ips_47{position:relative;z-index:20}._listViewContainer_h7ips_1 ._filterBar_h7ips_11 ._filterLeft_h7ips_42 ._filterGroup_h7ips_47 label{font-size:11px}._listViewContainer_h7ips_1 ._filterBar_h7ips_11 ._filterLeft_h7ips_42 ._filterGroup_h7ips_47 ._statusFilterWrapper_h7ips_57{position:relative;z-index:30}._listViewContainer_h7ips_1 ._filterBar_h7ips_11 ._filterLeft_h7ips_42 ._filterGroup_h7ips_47 ._statusFilterWrapper_h7ips_57 ._statusFilterButton_h7ips_60{font-size:12px;padding:8px 10px}._listViewContainer_h7ips_1 ._filterBar_h7ips_11 ._filterLeft_h7ips_42 ._filterGroup_h7ips_47 ._statusFilterWrapper_h7ips_57 ._statusDropdown_h7ips_85{max-height:250px;z-index:1000;box-shadow:0 8px 20px #00000026}._listViewContainer_h7ips_1 ._filterBar_h7ips_11 ._filterLeft_h7ips_42 ._filterGroup_h7ips_47 ._statusFilterWrapper_h7ips_57 ._statusDropdown_h7ips_85 ._statusOption_h7ips_98{font-size:12px;padding:8px 12px}._listViewContainer_h7ips_1 ._tableBody_h7ips_198{min-height:300px;position:relative;z-index:1}._listViewContainer_h7ips_1 ._tableBody_h7ips_198 ._tableRow_h7ips_221{padding:12px 10px;gap:10px}._listViewContainer_h7ips_1 ._tableBody_h7ips_198 ._tableRow_h7ips_221 ._cell_h7ips_236 ._leadInfo_h7ips_258 ._avatar_h7ips_264{width:36px!important;height:36px!important;font-size:14px!important}._listViewContainer_h7ips_1 ._tableBody_h7ips_198 ._tableRow_h7ips_221 ._cell_h7ips_236 ._leadInfo_h7ips_258 ._details_h7ips_1029 ._name_h7ips_1029{font-size:14px!important}._listViewContainer_h7ips_1 ._tableBody_h7ips_198 ._tableRow_h7ips_221 ._cell_h7ips_236 ._leadInfo_h7ips_258 ._details_h7ips_1029 ._phoneContainer_h7ips_1033{font-size:12px!important}._listViewContainer_h7ips_1 ._tableBody_h7ips_198 ._tableRow_h7ips_221 ._cell_h7ips_236 ._statusButton_h7ips_309,._listViewContainer_h7ips_1 ._tableBody_h7ips_198 ._tableRow_h7ips_221 ._cell_h7ips_236 ._selectButton_h7ips_399{font-size:12px!important;padding:7px 10px!important}._listViewContainer_h7ips_1 ._pagination_h7ips_665{padding:10px}._listViewContainer_h7ips_1 ._pagination_h7ips_665 ._pageInfo_h7ips_752{font-size:11px}._listViewContainer_h7ips_1 ._pagination_h7ips_665 ._pageButton_h7ips_1111{font-size:11px;padding:5px 10px}}._overlay_hqstg_1{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;animation:_fadeIn_hqstg_1 .2s ease}._popup_hqstg_15{background:#fff;border-radius:12px;box-shadow:0 10px 40px #0003;width:90%;max-width:650px;max-height:85vh;display:flex;flex-direction:column;animation:_slideUp_hqstg_1 .3s ease}._header_hqstg_27{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid #e5e7eb}._header_hqstg_27 ._headerTitle_hqstg_34{display:flex;align-items:center;gap:12px;margin-left:-6px}._header_hqstg_27 ._headerTitle_hqstg_34 svg{color:#111827}._header_hqstg_27 ._headerTitle_hqstg_34 h3{margin:0;font-size:18px;font-weight:600;color:#111827}._header_hqstg_27 ._closeButton_hqstg_49{width:32px;height:32px;background:transparent;border:none;border-radius:6px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#6b7280;transition:all .15s ease}._header_hqstg_27 ._closeButton_hqstg_49:hover{background:#f3f4f6;color:#111827}._cardInfo_hqstg_67{display:flex;align-items:center;gap:12px;padding:16px 24px;background:#f9fafb;border-bottom:1px solid #e5e7eb}._cardInfo_hqstg_67 ._avatar_hqstg_75{width:48px;height:48px;border-radius:50%;overflow:hidden;flex-shrink:0;background:#e5e7eb}._cardInfo_hqstg_67 ._avatar_hqstg_75 img{width:100%;height:100%;object-fit:cover}._cardInfo_hqstg_67 ._cardDetails_hqstg_88{flex:1;min-width:0}._cardInfo_hqstg_67 ._cardDetails_hqstg_88 ._cardName_hqstg_92{font-size:15px;font-weight:600;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._cardInfo_hqstg_67 ._cardDetails_hqstg_88 ._cardPhone_hqstg_100{font-size:13px;color:#6b7280;margin-top:2px}._searchContainer_hqstg_106{position:relative;padding:16px 24px;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;gap:10px}._searchContainer_hqstg_106 ._searchInput_hqstg_114{flex:1;padding:10px 40px 10px 12px;border:1px solid #ddd;border-radius:8px;font-size:14px;transition:all .3s ease}._searchContainer_hqstg_106 ._searchInput_hqstg_114:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}._searchContainer_hqstg_106 ._searchInput_hqstg_114::placeholder{color:#999}._searchContainer_hqstg_106 ._searchInput_hqstg_114:disabled{background:#f5f5f5;cursor:not-allowed}._searchContainer_hqstg_106 svg{position:absolute;right:36px;color:#999;pointer-events:none}._content_hqstg_141{flex:1;overflow-y:auto;padding:20px 24px}._content_hqstg_141 ._loading_hqstg_146{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;color:#6b7280;gap:12px}._content_hqstg_141 ._loading_hqstg_146 span{font-size:14px}._content_hqstg_141 ._selectedSection_hqstg_158,._content_hqstg_141 ._allTagsSection_hqstg_159{margin-bottom:24px}._content_hqstg_141 ._selectedSection_hqstg_158:last-child,._content_hqstg_141 ._allTagsSection_hqstg_159:last-child{margin-bottom:0}._content_hqstg_141 ._sectionTitle_hqstg_166{font-size:13px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;margin-bottom:12px}._content_hqstg_141 ._tagsList_hqstg_174{display:flex;flex-wrap:wrap;gap:8px}._content_hqstg_141 ._tagsList_hqstg_174 ._tag_hqstg_174{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border-radius:20px;font-size:13px;font-weight:500;cursor:pointer;transition:all .15s ease;border:2px solid;-webkit-user-select:none;user-select:none}._content_hqstg_141 ._tagsList_hqstg_174 ._tag_hqstg_174:hover{transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}._content_hqstg_141 ._tagsList_hqstg_174 ._tag_hqstg_174._selected_hqstg_158{color:#fff}._content_hqstg_141 ._tagsList_hqstg_174 ._tag_hqstg_174 span{white-space:nowrap}._content_hqstg_141 ._tagsList_hqstg_174 ._noResults_hqstg_202{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;color:#999;gap:10px}._content_hqstg_141 ._tagsList_hqstg_174 ._noResults_hqstg_202 span{font-size:16px;color:#999}._content_hqstg_141 ._tagsList_hqstg_174 ._noResults_hqstg_202 svg{opacity:.5}._footer_hqstg_219{display:flex;align-items:center;justify-content:flex-end;gap:12px;padding:16px 24px;border-top:1px solid #e5e7eb;background:#f9fafb}._footer_hqstg_219 button{display:flex;align-items:center;gap:8px;padding:10px 20px;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .15s ease}._footer_hqstg_219 button:disabled{opacity:.5;cursor:not-allowed}._footer_hqstg_219 ._cancelButton_hqstg_244{background:#fff;color:#6b7280;border:1px solid #d1d5db}._footer_hqstg_219 ._cancelButton_hqstg_244:hover:not(:disabled){background:#f9fafb;border-color:#9ca3af;color:#111827}._footer_hqstg_219 ._saveButton_hqstg_254{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff}._footer_hqstg_219 ._saveButton_hqstg_254:hover:not(:disabled){background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 4px 12px #3b82f64d}._formGroup_hqstg_263{margin-bottom:16px}._formGroup_hqstg_263 ._formLabel_hqstg_266{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:#374151;margin-bottom:8px}._formGroup_hqstg_263 ._formLabel_hqstg_266 svg{color:#3b82f6}._formGroup_hqstg_263 ._formInput_hqstg_278,._formGroup_hqstg_263 ._formTextarea_hqstg_279,._formGroup_hqstg_263 ._formSelect_hqstg_280{width:100%;padding:10px 12px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;transition:all .2s ease;font-family:inherit}._formGroup_hqstg_263 ._formInput_hqstg_278:focus,._formGroup_hqstg_263 ._formTextarea_hqstg_279:focus,._formGroup_hqstg_263 ._formSelect_hqstg_280:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}._formGroup_hqstg_263 ._formInput_hqstg_278::placeholder,._formGroup_hqstg_263 ._formTextarea_hqstg_279::placeholder,._formGroup_hqstg_263 ._formSelect_hqstg_280::placeholder{color:#9ca3af}._formGroup_hqstg_263 ._formInput_hqstg_278:disabled,._formGroup_hqstg_263 ._formTextarea_hqstg_279:disabled,._formGroup_hqstg_263 ._formSelect_hqstg_280:disabled{background:#f3f4f6;cursor:not-allowed}._formGroup_hqstg_263 ._formTextarea_hqstg_279{resize:vertical;min-height:80px}._formGroup_hqstg_263 ._formSelect_hqstg_280{cursor:pointer;background:#fff}._summaryBox_hqstg_316{background:linear-gradient(135deg,#eff6ff,#dbeafe);border:1px solid #93c5fd;border-radius:8px;padding:12px 16px;margin-top:8px}._summaryBox_hqstg_316 ._summaryItem_hqstg_323{display:flex;justify-content:space-between;align-items:center}._summaryBox_hqstg_316 ._summaryItem_hqstg_323 ._summaryLabel_hqstg_328{font-size:14px;font-weight:500;color:#1e40af}._summaryBox_hqstg_316 ._summaryItem_hqstg_323 ._summaryValue_hqstg_333{font-size:16px;font-weight:700;color:#1e40af}._offersListSection_hqstg_339{margin-bottom:24px}._offersListSection_hqstg_339 ._sectionHeader_hqstg_342{display:flex;align-items:center;gap:8px;margin-bottom:12px;padding-bottom:8px;border-bottom:2px solid #e5e7eb}._offersListSection_hqstg_339 ._sectionHeader_hqstg_342 h4{margin:0;font-size:15px;font-weight:600;color:#374151}._offersListSection_hqstg_339 ._offersList_hqstg_339{display:flex;flex-direction:column;gap:12px;max-height:280px;overflow-y:auto;padding-right:8px}._offersListSection_hqstg_339 ._offersList_hqstg_339::-webkit-scrollbar{width:6px}._offersListSection_hqstg_339 ._offersList_hqstg_339::-webkit-scrollbar-track{background:#f3f4f6;border-radius:3px}._offersListSection_hqstg_339 ._offersList_hqstg_339::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}._offersListSection_hqstg_339 ._offersList_hqstg_339::-webkit-scrollbar-thumb:hover{background:#9ca3af}._offersListSection_hqstg_339 ._loadingContainer_hqstg_378{display:flex;align-items:center;justify-content:center;gap:8px;padding:20px;color:#6b7280}._offersListSection_hqstg_339 ._loadingContainer_hqstg_378 span{font-size:14px}._offersListSection_hqstg_339 ._offerItem_hqstg_389{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:12px;transition:all .2s ease}._offersListSection_hqstg_339 ._offerItem_hqstg_389:hover{border-color:#d1d5db;box-shadow:0 2px 8px #00000014}._offersListSection_hqstg_339 ._offerItem_hqstg_389._latestOffer_hqstg_400{background:linear-gradient(135deg,#eff6ff,#dbeafe);border-color:#93c5fd}._offersListSection_hqstg_339 ._offerItem_hqstg_389._editingOffer_hqstg_404{background:linear-gradient(135deg,#fef3c7,#fde68a);border-color:#fbbf24;box-shadow:0 0 0 3px #fbbf2433}._offersListSection_hqstg_339 ._offerHeader_hqstg_409{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}._offersListSection_hqstg_339 ._offerBadge_hqstg_415{display:flex;align-items:center;gap:8px;flex-wrap:wrap}._offersListSection_hqstg_339 ._latestBadge_hqstg_421{display:inline-flex;align-items:center;padding:4px 10px;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;font-size:11px;font-weight:600;border-radius:12px;text-transform:uppercase;letter-spacing:.5px}._offersListSection_hqstg_339 ._editingBadge_hqstg_433{display:inline-flex;align-items:center;padding:4px 10px;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;font-size:11px;font-weight:600;border-radius:12px;text-transform:uppercase;letter-spacing:.5px}._offersListSection_hqstg_339 ._offerDate_hqstg_445{font-size:12px;color:#6b7280;font-weight:500}._offersListSection_hqstg_339 ._offerActions_hqstg_450{display:flex;align-items:center;gap:6px}._offersListSection_hqstg_339 ._editButton_hqstg_455,._offersListSection_hqstg_339 ._deleteButton_hqstg_456{width:32px;height:32px;border:1px solid;border-radius:6px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;flex-shrink:0}._offersListSection_hqstg_339 ._editButton_hqstg_455:hover,._offersListSection_hqstg_339 ._deleteButton_hqstg_456:hover{transform:translateY(-2px);box-shadow:0 4px 8px #00000026}._offersListSection_hqstg_339 ._editButton_hqstg_455:active,._offersListSection_hqstg_339 ._deleteButton_hqstg_456:active{transform:translateY(0)}._offersListSection_hqstg_339 ._editButton_hqstg_455{background:#dbeafe;border-color:#93c5fd;color:#1e40af}._offersListSection_hqstg_339 ._editButton_hqstg_455:hover{background:#bfdbfe;border-color:#3b82f6}._offersListSection_hqstg_339 ._deleteButton_hqstg_456{background:#fee2e2;border-color:#fecaca;color:#dc2626}._offersListSection_hqstg_339 ._deleteButton_hqstg_456:hover{background:#fecaca;border-color:#ef4444}._offersListSection_hqstg_339 ._offerDetails_hqstg_495{display:flex;flex-direction:column;gap:6px}._offersListSection_hqstg_339 ._servicesInfo_hqstg_500{padding:8px;background:#3b82f60d;border-radius:6px;margin-bottom:6px}._offersListSection_hqstg_339 ._servicesInfo_hqstg_500 ._servicesLabel_hqstg_506{display:flex;align-items:center;gap:6px;font-size:12px;color:#6b7280;font-weight:500;margin-bottom:6px}._offersListSection_hqstg_339 ._servicesInfo_hqstg_500 ._servicesList_hqstg_515{display:flex;flex-wrap:wrap;gap:4px}._offersListSection_hqstg_339 ._servicesInfo_hqstg_500 ._serviceTag_hqstg_520{display:inline-block;padding:3px 8px;background:#dbeafe;color:#1e40af;font-size:11px;font-weight:500;border-radius:4px}._offersListSection_hqstg_339 ._offerRow_hqstg_529{display:flex;justify-content:space-between;align-items:center;font-size:13px}._offersListSection_hqstg_339 ._offerRow_hqstg_529._remainingRow_hqstg_535{margin-top:4px;padding-top:8px;border-top:1px solid #e5e7eb}._offersListSection_hqstg_339 ._offerLabel_hqstg_540{display:flex;align-items:center;gap:6px;color:#6b7280;font-weight:500}._offersListSection_hqstg_339 ._offerValue_hqstg_547{font-weight:600;color:#111827}._offersListSection_hqstg_339 ._offerValue_hqstg_547._remainingValue_hqstg_551{color:#f59e0b;font-size:14px}._newOfferSection_hqstg_556 ._sectionHeader_hqstg_342{display:flex;align-items:center;gap:8px;margin-bottom:16px;padding-bottom:8px;border-bottom:2px solid #e5e7eb}._newOfferSection_hqstg_556 ._sectionHeader_hqstg_342 h4{margin:0;font-size:15px;font-weight:600;color:#374151;flex:1}._newOfferSection_hqstg_556 ._cancelEditButton_hqstg_571{display:flex;align-items:center;gap:6px;padding:6px 12px;background:transparent;border:1px solid #d1d5db;border-radius:6px;color:#6b7280;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease}._newOfferSection_hqstg_556 ._cancelEditButton_hqstg_571:hover{background:#f3f4f6;border-color:#9ca3af;color:#374151}._newOfferSection_hqstg_556 ._cancelEditButton_hqstg_571:active{transform:scale(.98)}._selectedServicesSection_hqstg_594{margin-top:12px;padding:12px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px}._selectedServicesSection_hqstg_594 ._servicesHeader_hqstg_601{display:flex;align-items:center;gap:8px;margin-bottom:12px;color:#059669;font-weight:600;font-size:14px}._selectedServicesSection_hqstg_594 ._servicesTable_hqstg_610{display:flex;flex-direction:column;gap:8px}._selectedServicesSection_hqstg_594 ._serviceRow_hqstg_615{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px;background:#fff;border:1px solid #e5e7eb;border-radius:6px;transition:all .2s ease}._selectedServicesSection_hqstg_594 ._serviceRow_hqstg_615:hover{border-color:#d1d5db;box-shadow:0 2px 4px #0000000d}._selectedServicesSection_hqstg_594 ._serviceInfo_hqstg_630{display:flex;align-items:center;justify-content:space-between;gap:12px;flex:1;min-width:0}._selectedServicesSection_hqstg_594 ._serviceName_hqstg_638{flex:1;font-size:14px;font-weight:500;color:#374151;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._selectedServicesSection_hqstg_594 ._servicePrice_hqstg_647{font-size:14px;font-weight:600;color:#1e40af;white-space:nowrap;flex-shrink:0}._selectedServicesSection_hqstg_594 ._removeServiceButton_hqstg_654{width:32px;height:32px;background:#fee2e2;border:1px solid #fecaca;border-radius:6px;color:#ef4444;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;flex-shrink:0}._selectedServicesSection_hqstg_594 ._removeServiceButton_hqstg_654:hover{background:#fecaca;border-color:#ef4444;transform:scale(1.05)}._selectedServicesSection_hqstg_594 ._removeServiceButton_hqstg_654:active{transform:scale(.95)}._currentStageSection_hqstg_677{padding:16px 24px;background:#f9fafb;border-bottom:1px solid #e5e7eb}._currentStageSection_hqstg_677 ._sectionTitle_hqstg_166{font-size:12px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;margin-bottom:12px}._currentStageSection_hqstg_677 ._currentStageItem_hqstg_690{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#fff;border:2px solid #3b82f6;border-radius:8px;box-shadow:0 2px 4px #3b82f61a}._currentStageSection_hqstg_677 ._currentStageItem_hqstg_690 ._stageDot_hqstg_700{width:12px;height:12px;border-radius:50%;flex-shrink:0}._currentStageSection_hqstg_677 ._currentStageItem_hqstg_690 ._stageName_hqstg_706{font-size:14px;font-weight:600;color:#111827}._stagesList_hqstg_712{display:flex;flex-direction:column;gap:8px}._stagesList_hqstg_712 ._stageItem_hqstg_717{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:all .15s ease}._stagesList_hqstg_712 ._stageItem_hqstg_717:hover{background:#f9fafb;border-color:#3b82f6;transform:translate(4px);box-shadow:0 2px 4px #3b82f61a}._stagesList_hqstg_712 ._stageItem_hqstg_717 ._stageDot_hqstg_700{width:12px;height:12px;border-radius:50%;flex-shrink:0}._stagesList_hqstg_712 ._stageItem_hqstg_717 ._stageName_hqstg_706{flex:1;font-size:14px;font-weight:500;color:#111827}._stagesList_hqstg_712 ._stageItem_hqstg_717 svg{color:#9ca3af;flex-shrink:0;opacity:0;transition:opacity .15s ease}._stagesList_hqstg_712 ._stageItem_hqstg_717:hover svg{opacity:1}@keyframes _fadeIn_hqstg_1{0%{opacity:0}to{opacity:1}}@keyframes _slideUp_hqstg_1{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@media (max-width: 768px){._popup_hqstg_15{width:95%;max-height:90vh}._header_hqstg_27{padding:16px 20px}._header_hqstg_27 ._headerTitle_hqstg_34 h3{font-size:16px}._cardInfo_hqstg_67{padding:12px 20px}._content_hqstg_141{padding:16px 20px}._footer_hqstg_219{padding:12px 20px}._footer_hqstg_219 button{padding:8px 16px;font-size:13px}._currentStageSection_hqstg_677{padding:12px 20px}}._modalOverlay_f31yq_1{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;justify-content:center;align-items:center;z-index:9999;padding:20px;animation:_fadeIn_f31yq_1 .2s ease-out}@keyframes _fadeIn_f31yq_1{0%{opacity:0}to{opacity:1}}._modalContent_f31yq_25{background:#fff;border-radius:16px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;overflow:hidden;position:relative;transform:translateY(0);box-shadow:0 25px 50px -12px #00000026,0 10px 15px -3px #00000014,0 4px 6px -2px #0000000d;animation:_slideUp_f31yq_1 .3s cubic-bezier(.16,1,.3,1)}@keyframes _slideUp_f31yq_1{0%{opacity:0;transform:translateY(24px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}._modalHeader_f31yq_49{display:flex;justify-content:space-between;align-items:center;padding:20px 24px 0;border-bottom:1px solid #e5e7eb;margin-bottom:20px;position:sticky;top:0;background:#fff;z-index:10}._modalHeader_f31yq_49 h3{margin:0;font-size:1.25rem;font-weight:700;color:#1f2937;letter-spacing:-.025em;line-height:1.3}._closeButton_f31yq_70{background:none;border:none;cursor:pointer;padding:10px;border-radius:8px;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center;position:relative;outline:none}._closeButton_f31yq_70:hover{background-color:#f3f4f6;transform:scale(1.05)}._closeButton_f31yq_70:focus-visible{box-shadow:0 0 0 2px #6366f1;background-color:#f3f4f6}._closeButton_f31yq_70:active{transform:scale(.95)}._modalBody_f31yq_95{padding:0 24px 20px;max-height:calc(90vh - 150px);overflow-y:auto;overflow-x:hidden}._cardSection_f31yq_102{margin-bottom:20px}._cardSection_f31yq_102 ._cardTitle_f31yq_105{display:flex;align-items:center;gap:8px;color:#fff;font-size:14px;margin-bottom:0;padding:8px;border-bottom:2px solid #e9ecef;background:linear-gradient(90deg,#6366f1,#8b5cf6);height:40px;border-radius:10px 10px 0 0}._cardSection_f31yq_102 ._cardInfo_f31yq_118{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:0 0 10px 10px;border-top:none;padding:16px;margin-bottom:20px;transition:all .2s ease;position:relative;overflow:hidden}._cardSection_f31yq_102 ._cardInfo_f31yq_118 p{margin:6px 0;color:#475569;font-size:.875rem;line-height:1.4}._cardSection_f31yq_102 ._cardInfo_f31yq_118 p:last-child{margin-bottom:0}._cardSection_f31yq_102 ._cardInfo_f31yq_118 p strong{color:#2d3748;font-weight:600}._taskForm_f31yq_143 ._formGroup_f31yq_143{margin-bottom:18px}._taskForm_f31yq_143 ._formGroup_f31yq_143 label{font-weight:600;color:#374151;display:flex;align-items:center;gap:8px;font-size:.9rem;margin-bottom:6px;letter-spacing:-.0125em}._taskForm_f31yq_143 ._textarea_f31yq_156{width:100%!important;height:100px;padding:10px 14px;border:2px solid #e5e7eb;border-radius:10px;font-size:.9rem;font-weight:500;color:#374151;background-color:#fff;resize:vertical;cursor:text;transition:all .2s cubic-bezier(.4,0,.2,1);line-height:1.4;letter-spacing:-.025em}._taskForm_f31yq_143 ._textarea_f31yq_156:hover{border-color:#d1d5db;background-color:#f9fafb}._taskForm_f31yq_143 ._textarea_f31yq_156:focus{outline:none;border-color:#6366f1;background-color:#fff;box-shadow:0 0 0 3px #6366f11a,0 4px 12px #0000000d;transform:translateY(-1px)}._taskForm_f31yq_143 ._textarea_f31yq_156::placeholder{color:#9ca3af;opacity:.8}._taskForm_f31yq_143 ._formRow_f31yq_187{display:flex;flex-direction:row;align-items:space-evenly;justify-content:flex-start;gap:14px;margin-bottom:18px}@media (max-width: 640px){._taskForm_f31yq_143 ._formRow_f31yq_187{grid-template-columns:1fr;gap:14px}}._buttonGroup_f31yq_202{display:flex;justify-content:flex-end;gap:12px;padding:20px 24px;border-top:1px solid #e5e7eb;margin-top:20px;position:sticky;bottom:0;background:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}@media (max-width: 640px){._buttonGroup_f31yq_202{flex-direction:column-reverse;gap:10px}._buttonGroup_f31yq_202 button{width:100%}}._cancelButton_f31yq_225,._assignButton_f31yq_226{padding:10px 20px;border-radius:8px;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);border:none;display:flex;align-items:center;justify-content:center;gap:6px;min-width:90px;position:relative;overflow:hidden;letter-spacing:-.0125em}._cancelButton_f31yq_225:before,._assignButton_f31yq_226:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}._cancelButton_f31yq_225:hover:before,._assignButton_f31yq_226:hover:before{left:100%}._cancelButton_f31yq_225{background-color:#f3f4f6;color:#374151;border:1px solid #d1d5db}._cancelButton_f31yq_225:hover:not(:disabled){background-color:#e5e7eb;transform:translateY(-1px);box-shadow:0 4px 12px #0000001a}._cancelButton_f31yq_225:focus-visible{outline:none;box-shadow:0 0 0 2px #9ca3af}._cancelButton_f31yq_225:active:not(:disabled){transform:translateY(0)}._assignButton_f31yq_226{background-color:#6366f1;color:#fff;box-shadow:0 2px 4px #6366f133}._assignButton_f31yq_226:hover:not(:disabled){background-color:#5b5cf6;transform:translateY(-1px);box-shadow:0 6px 20px #6366f14d}._assignButton_f31yq_226:focus-visible{outline:none;box-shadow:0 0 0 2px #6366f1}._assignButton_f31yq_226:active:not(:disabled){transform:translateY(0)}._assignButton_f31yq_226:disabled,._cancelButton_f31yq_225:disabled{opacity:.5;cursor:not-allowed;transform:none!important;box-shadow:none!important}@media (max-width: 768px){._modalContent_f31yq_25{width:95%;margin:16px;border-radius:12px}._modalHeader_f31yq_49{padding:18px 20px 0;margin-bottom:18px}._modalHeader_f31yq_49 h3{font-size:1.2rem}._modalBody_f31yq_95{padding:0 20px 18px}._buttonGroup_f31yq_202{padding:18px 20px;margin-top:18px}}@media (max-width: 640px){._modalOverlay_f31yq_1{padding:16px}._modalContent_f31yq_25{max-width:100%;border-radius:20px 20px 0 0;position:fixed;bottom:0;left:0;right:0;max-height:95vh;animation:_slideUpMobile_f31yq_1 .3s cubic-bezier(.16,1,.3,1)}@keyframes _slideUpMobile_f31yq_1{0%{transform:translateY(100%)}to{transform:translateY(0)}}._modalHeader_f31yq_49,._modalBody_f31yq_95,._buttonGroup_f31yq_202{padding-left:18px;padding-right:18px}._modalHeader_f31yq_49{padding-top:18px;padding-bottom:0;margin-bottom:18px}._modalHeader_f31yq_49 h3{font-size:1.2rem}}._modalBody_f31yq_95::-webkit-scrollbar{width:6px}._modalBody_f31yq_95::-webkit-scrollbar-track{background:#f1f5f9;border-radius:3px}._modalBody_f31yq_95::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}._modalBody_f31yq_95::-webkit-scrollbar-thumb:hover{background:#94a3b8}.react-datepicker__navigation-icon:before,.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow{border-color:#ccc;border-style:solid;border-width:3px 3px 0 0;content:"";display:block;height:9px;position:absolute;top:6px;width:9px}.react-datepicker__sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.react-datepicker-wrapper{display:inline-block;padding:0;border:0}.react-datepicker{font-family:Helvetica Neue,helvetica,arial,sans-serif;font-size:.8rem;background-color:#fff;color:#000;border:1px solid #aeaeae;border-radius:.3rem;display:inline-block;position:relative;line-height:initial}.react-datepicker--time-only .react-datepicker__time-container{border-left:0}.react-datepicker--time-only .react-datepicker__time,.react-datepicker--time-only .react-datepicker__time-box{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker-popper{z-index:1;line-height:0}.react-datepicker-popper .react-datepicker__triangle{stroke:#aeaeae}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{fill:#f0f0f0;color:#f0f0f0}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle{fill:#fff;color:#fff}.react-datepicker__header{text-align:center;background-color:#f0f0f0;border-bottom:1px solid #aeaeae;border-top-left-radius:.3rem;padding:8px 0;position:relative}.react-datepicker__header--time{padding-bottom:8px;padding-left:5px;padding-right:5px}.react-datepicker__header--time:not(.react-datepicker__header--time--only){border-top-left-radius:0}.react-datepicker__header:not(.react-datepicker__header--has-time-select){border-top-right-radius:.3rem}.react-datepicker__year-dropdown-container--select,.react-datepicker__month-dropdown-container--select,.react-datepicker__month-year-dropdown-container--select,.react-datepicker__year-dropdown-container--scroll,.react-datepicker__month-dropdown-container--scroll,.react-datepicker__month-year-dropdown-container--scroll{display:inline-block;margin:0 15px}.react-datepicker__current-month,.react-datepicker-time__header,.react-datepicker-year-header{margin-top:0;color:#000;font-weight:700;font-size:.944rem}h2.react-datepicker__current-month{padding:0;margin:0}.react-datepicker-time__header{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.react-datepicker__navigation{align-items:center;background:none;display:flex;justify-content:center;text-align:center;cursor:pointer;position:absolute;top:2px;padding:0;border:none;z-index:1;height:32px;width:32px;text-indent:-999em;overflow:hidden}.react-datepicker__navigation--previous{left:2px}.react-datepicker__navigation--next{right:2px}.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button){right:85px}.react-datepicker__navigation--years{position:relative;top:0;display:block;margin-left:auto;margin-right:auto}.react-datepicker__navigation--years-previous{top:4px}.react-datepicker__navigation--years-upcoming{top:-4px}.react-datepicker__navigation:hover *:before{border-color:#a6a6a6}.react-datepicker__navigation-icon{position:relative;top:-1px;font-size:20px;width:0}.react-datepicker__navigation-icon--next{left:-2px}.react-datepicker__navigation-icon--next:before{transform:rotate(45deg);left:-7px}.react-datepicker__navigation-icon--previous{right:-2px}.react-datepicker__navigation-icon--previous:before{transform:rotate(225deg);right:-7px}.react-datepicker__month-container{float:left}.react-datepicker__year{margin:.4rem;text-align:center}.react-datepicker__year-wrapper{display:flex;flex-wrap:wrap;max-width:180px}.react-datepicker__year .react-datepicker__year-text{display:inline-block;width:4rem;margin:2px}.react-datepicker__month{margin:.4rem;text-align:center}.react-datepicker__month .react-datepicker__month-text,.react-datepicker__month .react-datepicker__quarter-text{display:inline-block;width:4rem;margin:2px}.react-datepicker__input-time-container{clear:both;width:100%;float:left;margin:5px 0 10px 15px;text-align:left}.react-datepicker__input-time-container .react-datepicker-time__caption,.react-datepicker__input-time-container .react-datepicker-time__input-container{display:inline-block}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input{display:inline-block;margin-left:10px}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input{width:auto}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]{-moz-appearance:textfield}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter{margin-left:5px;display:inline-block}.react-datepicker__time-container{float:right;border-left:1px solid #aeaeae;width:85px}.react-datepicker__time-container--with-today-button{display:inline;border:1px solid #aeaeae;border-radius:.3rem;position:absolute;right:-87px;top:0}.react-datepicker__time-container .react-datepicker__time{position:relative;background:#fff;border-bottom-right-radius:.3rem}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box{width:85px;overflow-x:hidden;margin:0 auto;text-align:center;border-bottom-right-radius:.3rem}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list{list-style:none;margin:0;height:calc(195px + .85rem);overflow-y:scroll;padding-right:0;padding-left:0;width:100%;box-sizing:content-box}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item{height:30px;padding:5px 10px;white-space:nowrap}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover{cursor:pointer;background-color:#f0f0f0}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected{background-color:#216ba5;color:#fff;font-weight:700}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover{background-color:#216ba5}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled{color:#ccc}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover{cursor:default;background-color:transparent}.react-datepicker__week-number{color:#ccc;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__week-number.react-datepicker__week-number--clickable{cursor:pointer}.react-datepicker__week-number.react-datepicker__week-number--clickable:not(.react-datepicker__week-number--selected):hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__week-number--selected{border-radius:.3rem;background-color:#216ba5;color:#fff}.react-datepicker__week-number--selected:hover{background-color:#1d5d90}.react-datepicker__day-names{white-space:nowrap;margin-bottom:-8px}.react-datepicker__week{white-space:nowrap}.react-datepicker__day-name,.react-datepicker__day,.react-datepicker__time-name{color:#000;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__day,.react-datepicker__month-text,.react-datepicker__quarter-text,.react-datepicker__year-text{cursor:pointer}.react-datepicker__day:not([aria-disabled=true]):hover,.react-datepicker__month-text:not([aria-disabled=true]):hover,.react-datepicker__quarter-text:not([aria-disabled=true]):hover,.react-datepicker__year-text:not([aria-disabled=true]):hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__day--today,.react-datepicker__month-text--today,.react-datepicker__quarter-text--today,.react-datepicker__year-text--today{font-weight:700}.react-datepicker__day--highlighted,.react-datepicker__month-text--highlighted,.react-datepicker__quarter-text--highlighted,.react-datepicker__year-text--highlighted{border-radius:.3rem;background-color:#3dcc4a;color:#fff}.react-datepicker__day--highlighted:not([aria-disabled=true]):hover,.react-datepicker__month-text--highlighted:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--highlighted:not([aria-disabled=true]):hover,.react-datepicker__year-text--highlighted:not([aria-disabled=true]):hover{background-color:#32be3f}.react-datepicker__day--highlighted-custom-1,.react-datepicker__month-text--highlighted-custom-1,.react-datepicker__quarter-text--highlighted-custom-1,.react-datepicker__year-text--highlighted-custom-1{color:#f0f}.react-datepicker__day--highlighted-custom-2,.react-datepicker__month-text--highlighted-custom-2,.react-datepicker__quarter-text--highlighted-custom-2,.react-datepicker__year-text--highlighted-custom-2{color:green}.react-datepicker__day--holidays,.react-datepicker__month-text--holidays,.react-datepicker__quarter-text--holidays,.react-datepicker__year-text--holidays{position:relative;border-radius:.3rem;background-color:#ff6803;color:#fff}.react-datepicker__day--holidays .overlay,.react-datepicker__month-text--holidays .overlay,.react-datepicker__quarter-text--holidays .overlay,.react-datepicker__year-text--holidays .overlay{position:absolute;bottom:100%;left:50%;transform:translate(-50%);background-color:#333;color:#fff;padding:4px;border-radius:4px;white-space:nowrap;visibility:hidden;opacity:0;transition:visibility 0s,opacity .3s ease-in-out}.react-datepicker__day--holidays:not([aria-disabled=true]):hover,.react-datepicker__month-text--holidays:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--holidays:not([aria-disabled=true]):hover,.react-datepicker__year-text--holidays:not([aria-disabled=true]):hover{background-color:#cf5300}.react-datepicker__day--holidays:hover .overlay,.react-datepicker__month-text--holidays:hover .overlay,.react-datepicker__quarter-text--holidays:hover .overlay,.react-datepicker__year-text--holidays:hover .overlay{visibility:visible;opacity:1}.react-datepicker__day--selected,.react-datepicker__day--in-selecting-range,.react-datepicker__day--in-range,.react-datepicker__month-text--selected,.react-datepicker__month-text--in-selecting-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--selected,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--selected,.react-datepicker__year-text--in-selecting-range,.react-datepicker__year-text--in-range{border-radius:.3rem;background-color:#216ba5;color:#fff}.react-datepicker__day--selected:not([aria-disabled=true]):hover,.react-datepicker__day--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__day--in-range:not([aria-disabled=true]):hover,.react-datepicker__month-text--selected:not([aria-disabled=true]):hover,.react-datepicker__month-text--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__month-text--in-range:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--selected:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--in-range:not([aria-disabled=true]):hover,.react-datepicker__year-text--selected:not([aria-disabled=true]):hover,.react-datepicker__year-text--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__year-text--in-range:not([aria-disabled=true]):hover{background-color:#1d5d90}.react-datepicker__day--keyboard-selected,.react-datepicker__month-text--keyboard-selected,.react-datepicker__quarter-text--keyboard-selected,.react-datepicker__year-text--keyboard-selected{border-radius:.3rem;background-color:#bad9f1;color:#000}.react-datepicker__day--keyboard-selected:not([aria-disabled=true]):hover,.react-datepicker__month-text--keyboard-selected:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--keyboard-selected:not([aria-disabled=true]):hover,.react-datepicker__year-text--keyboard-selected:not([aria-disabled=true]):hover{background-color:#1d5d90}.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range){background-color:#216ba580}.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range){background-color:#f0f0f0;color:#000}.react-datepicker__day--disabled,.react-datepicker__month-text--disabled,.react-datepicker__quarter-text--disabled,.react-datepicker__year-text--disabled{cursor:default;color:#ccc}.react-datepicker__day--disabled .overlay,.react-datepicker__month-text--disabled .overlay,.react-datepicker__quarter-text--disabled .overlay,.react-datepicker__year-text--disabled .overlay{position:absolute;bottom:70%;left:50%;transform:translate(-50%);background-color:#333;color:#fff;padding:4px;border-radius:4px;white-space:nowrap;visibility:hidden;opacity:0;transition:visibility 0s,opacity .3s ease-in-out}.react-datepicker__input-container{position:relative;display:inline-block;width:100%}.react-datepicker__input-container .react-datepicker__calendar-icon{position:absolute;padding:.5rem;box-sizing:content-box}.react-datepicker__view-calendar-icon input{padding:6px 10px 5px 25px}.react-datepicker__year-read-view,.react-datepicker__month-read-view,.react-datepicker__month-year-read-view{border:1px solid transparent;border-radius:.3rem;position:relative}.react-datepicker__year-read-view:hover,.react-datepicker__month-read-view:hover,.react-datepicker__month-year-read-view:hover{cursor:pointer}.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow{border-top-color:#b3b3b3}.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow{transform:rotate(135deg);right:-16px;top:0}.react-datepicker__year-dropdown,.react-datepicker__month-dropdown,.react-datepicker__month-year-dropdown{background-color:#f0f0f0;position:absolute;width:50%;left:25%;top:30px;z-index:1;text-align:center;border-radius:.3rem;border:1px solid #aeaeae}.react-datepicker__year-dropdown:hover,.react-datepicker__month-dropdown:hover,.react-datepicker__month-year-dropdown:hover{cursor:pointer}.react-datepicker__year-dropdown--scrollable,.react-datepicker__month-dropdown--scrollable,.react-datepicker__month-year-dropdown--scrollable{height:150px;overflow-y:scroll}.react-datepicker__year-option,.react-datepicker__month-option,.react-datepicker__month-year-option{line-height:20px;width:100%;display:block;margin-left:auto;margin-right:auto}.react-datepicker__year-option:first-of-type,.react-datepicker__month-option:first-of-type,.react-datepicker__month-year-option:first-of-type{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.react-datepicker__year-option:last-of-type,.react-datepicker__month-option:last-of-type,.react-datepicker__month-year-option:last-of-type{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker__year-option:hover,.react-datepicker__month-option:hover,.react-datepicker__month-year-option:hover{background-color:#ccc}.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming{border-bottom-color:#b3b3b3}.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous{border-top-color:#b3b3b3}.react-datepicker__year-option--selected,.react-datepicker__month-option--selected,.react-datepicker__month-year-option--selected{position:absolute;left:15px}.react-datepicker__close-icon{cursor:pointer;background-color:transparent;border:0;outline:0;padding:0 6px 0 0;position:absolute;top:0;right:0;height:100%;display:table-cell;vertical-align:middle}.react-datepicker__close-icon:after{cursor:pointer;background-color:#216ba5;color:#fff;border-radius:50%;height:16px;width:16px;padding:2px;font-size:12px;line-height:1;text-align:center;display:table-cell;vertical-align:middle;content:"×"}.react-datepicker__close-icon--disabled{cursor:default}.react-datepicker__close-icon--disabled:after{cursor:default;background-color:#ccc}.react-datepicker__today-button{background:#f0f0f0;border-top:1px solid #aeaeae;cursor:pointer;text-align:center;font-weight:700;padding:5px 0;clear:left}.react-datepicker__portal{position:fixed;width:100vw;height:100vh;background-color:#000c;left:0;top:0;justify-content:center;align-items:center;display:flex;z-index:2147483647}.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:3rem;line-height:3rem}@media (max-width: 400px),(max-height: 550px){.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:2rem;line-height:2rem}}.react-datepicker__portal .react-datepicker__current-month,.react-datepicker__portal .react-datepicker-time__header{font-size:1.44rem}.react-datepicker__children-container{width:13.8rem;margin:.4rem;padding-right:.2rem;padding-left:.2rem;height:auto}.react-datepicker__aria-live{position:absolute;clip-path:circle(0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;width:1px;white-space:nowrap}.react-datepicker__calendar-icon{width:1em;height:1em;vertical-align:-.125em}*{margin:0;padding:0;box-sizing:border-box}.container{max-width:1200px;margin:0 auto;padding:20px;min-height:calc(100vh - 60px);background-color:#fff;box-shadow:0 0 10px #141313a1;overflow:auto}.container.xl{max-width:1400px}.container.xxl{max-width:1600px}h1{font-size:28px;margin-bottom:20px}h2{font-size:24px;margin-bottom:20px}.avatar{display:inline-block;width:50px;height:50px;border-radius:50%;background-repeat:no-repeat;background-position:center center;background-size:cover;border:1px solid #dedede;box-shadow:0 0 10px #6f5c5ca1}.topBar{display:flex;align-items:center;justify-content:flex-start;margin-bottom:25px;padding:0 0 20px;gap:5px}.input{padding:10px;border:1px solid #ccc;border-radius:5px;width:220px;margin-left:0}@media (max-width: 768px){.input{width:100%}}.select{padding:10px;border:1px solid #ccc;border-radius:5px;width:220px;margin-left:0;color:gray}.select option{color:gray}@media (max-width: 768px){.select{width:100%}}.footer{background-color:#3e5acb;color:#ece7e7;text-align:center;padding:10px;width:100%;font-size:14px;bottom:0;z-index:1000}.footer p{margin:0}.table{width:100%;border-collapse:collapse;margin-top:20px;justify-self:center;margin-bottom:40px}.table th,.table td{padding:6px;text-align:left;border:1px solid #ddd}.table th.center,.table td.center{text-align:center}.table th.cursor,.table td.cursor{cursor:pointer}.table th{background-color:#f2f2f2;font-weight:700}.table th.cursor{cursor:pointer}.table tr:nth-child(2n){background-color:#f9f9f9}.table tr:hover{background-color:#e9e9e9}.spinner{border:4px solid rgba(0,0,0,.1);border-left-color:#09f;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite;margin:auto;left:50%;z-index:9999;text-align:center;box-shadow:0 4px 6px #0000001a}.spinner_25{border:3px solid rgba(0,0,0,.1);border-left-color:#09f;border-radius:50%;width:25px;height:25px;animation:spin 1s linear infinite;margin-top:5px}.w500{width:500px}.w800{width:800px}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding:10px;background:#fff;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000000d;position:relative;overflow:hidden}.page-header:before{position:absolute;top:0;left:0;width:6px;height:100%;background:linear-gradient(180deg,#4361ee,#3a0ca3);border-radius:4px 0 0 4px}.page-header h1{font-size:1.5rem;font-weight:700;background:linear-gradient(120deg,#4361ee,#3a0ca3);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin:0}.action-bar{justify-content:space-between;display:flex}@media screen and (max-width: 768px){body{background-attachment:scroll;background-size:cover}}@media screen and (max-width: 480px){body{background-position:center center}}.os-modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.os-modal{background-color:#fff;border-radius:8px;min-width:425px;max-width:90%;height:auto;padding:15px;box-shadow:0 4px 8px #0003;position:relative;animation:fadeIn .3s ease-in-out;display:flex;flex-direction:column;gap:15px}.os-modal .modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding:10px 0;width:100%;border-bottom:1px solid #e9ecef}.os-modal .modal-header h2{margin:0;font-size:1.3rem;color:#333;flex:1}.os-modal .modal-header .close-btn{background:none;border:none;font-size:1.2rem;cursor:pointer;color:#999}.os-modal .modal-header .close-btn:hover{color:#000}.os-modal .modal-body{display:flex;flex-direction:column;gap:10px;width:100%;max-height:450px;overflow:overlay}.os-modal .modal-body .form-group{margin-bottom:10px;flex-direction:row;display:flex;gap:10px}.os-modal .modal-body .form-group label{display:block;font-size:.9rem;color:#555;margin-bottom:5px;width:160px;text-align:right;padding:5px 5px 0 0}.os-modal .modal-body .form-group input{padding:8px 10px;border:1px solid #ccc;border-radius:4px;font-size:.9rem}.os-modal .modal-body .form-group input:focus{border-color:#007bff;outline:none}.os-modal .modal-body .form-group select{padding:10px;border:1px solid #ccc;border-radius:5px;width:200px;margin-left:0;color:gray}.os-modal .modal-footer{display:flex;width:100%;justify-content:flex-end;margin-top:10px;padding:10px 0 0;border-top:1px solid #e9ecef;gap:5px}.os-modal .modal-footer .button{padding:8px 15px;border:none;border-radius:4px;cursor:pointer;font-size:.9rem;margin-left:10px}.os-modal .modal-footer .button.success{background-color:#007bff;color:#fff}.os-modal .modal-footer .button.success:hover{background-color:#0056b3}.os-modal .modal-footer .button.cancel{background-color:#dc3545;color:#fff}.os-modal .modal-footer .button.cancel:hover{background-color:#c82333}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10%)}to{opacity:1;transform:translateY(0)}}._container_10zqo_24{width:100%;max-width:1400px;margin:0 auto;padding:1rem;min-height:calc(100vh - 60px);background:transparent}._filtersSection_10zqo_34{margin-bottom:1rem}._filtersCard_10zqo_38{background:linear-gradient(135deg,var(--gray-50) 0%,white 100%);border-radius:16px;padding:1.5rem;box-shadow:0 2px 8px #0000000f;border:1px solid var(--gray-200);width:95%;margin:0 auto}._primaryFilters_10zqo_48{display:flex;gap:1rem;align-items:center;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid var(--gray-200);flex-wrap:wrap}._searchSection_10zqo_58{flex:1;display:flex;align-items:center;gap:1rem;min-width:300px}._searchInput_10zqo_66{flex:1;position:relative;display:flex;align-items:center;background:#fff;border:2px solid transparent;border-radius:12px;transition:all var(--transition-speed) ease;box-shadow:0 2px 4px #0000000a;min-width:250px}._searchInput_10zqo_66:focus-within{border-color:var(--primary-color);box-shadow:0 0 0 3px #0d6efd1a}._searchInput_10zqo_66 svg{position:absolute;left:14px;color:var(--gray-400);z-index:1;pointer-events:none}._searchInput_10zqo_66 input{width:100%;padding:12px 16px 12px 44px;border:none;border-radius:12px;font-size:14px;font-weight:500;background:transparent;color:var(--gray-900)}._searchInput_10zqo_66 input:focus{outline:none}._searchInput_10zqo_66 input::placeholder{color:var(--gray-400);font-weight:400}._viewControls_10zqo_107{display:flex;align-items:center;gap:12px}._viewToggle_10zqo_113{display:flex;background:#fff;border-radius:10px;padding:4px;border:1px solid var(--gray-200);box-shadow:0 1px 3px #0000000d}._viewButton_10zqo_122{display:flex;align-items:center;gap:6px;padding:10px 14px;border:none;background:transparent;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;transition:all var(--transition-speed) ease;color:var(--gray-600)}._viewButton_10zqo_122._active_10zqo_136{background:linear-gradient(135deg,var(--primary-color) 0%,#0a58ca 100%);color:#fff;box-shadow:0 2px 8px #0d6efd40}._viewButton_10zqo_122:not(._active_10zqo_136):hover{background:var(--gray-50);color:var(--gray-700)}._quickActions_10zqo_146{display:flex;gap:8px}._filterDropdownButton_10zqo_151{display:flex;align-items:center;justify-content:center;gap:6px;padding:0 16px;height:40px;border:2px solid var(--gray-300);border-radius:10px;background:#fff;color:var(--gray-600);font-size:13px;font-weight:600;cursor:pointer;transition:all var(--transition-speed) ease;box-shadow:0 2px 4px #0000000a}._filterDropdownButton_10zqo_151:hover{background:var(--gray-50);border-color:var(--primary-color);transform:translateY(-2px);box-shadow:0 4px 8px #00000014}._filterDropdownButton_10zqo_151 span{white-space:nowrap}._exportButton_10zqo_178,._resetButton_10zqo_179{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:none;border-radius:10px;cursor:pointer;transition:all var(--transition-speed) ease}._exportButton_10zqo_178{background:linear-gradient(135deg,var(--success-color) 0%,#146c43 100%);color:#fff;box-shadow:0 2px 6px #19875433}._exportButton_10zqo_178:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #1987544d}._exportButton_10zqo_178:disabled{opacity:.6;cursor:not-allowed;transform:none}._resetButton_10zqo_179{background:linear-gradient(135deg,var(--danger-color) 0%,#b02a37 100%);color:#fff;box-shadow:0 2px 6px #dc354533}._resetButton_10zqo_179:hover{transform:translateY(-2px);box-shadow:0 4px 12px #dc35454d}._advancedFilters_10zqo_216{margin-top:16px;position:relative;z-index:1;background:transparent;border-radius:0;padding:0;box-shadow:none;border:none;animation:none}@keyframes _slideDown_10zqo_1{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes _fadeIn_10zqo_1{0%{opacity:0}to{opacity:1}}._filterOverlay_10zqo_246{display:none}@media (max-width: 768px){._filterDropdownButton_10zqo_151{display:flex}._advancedFilters_10zqo_216{display:none;position:absolute;left:0;right:0;top:100%;margin-top:-4px;border-radius:12px;max-height:60vh;overflow-y:auto;z-index:10001;background:#fff;padding:16px;box-shadow:0 8px 24px #0000001f;border:1px solid var(--gray-200);animation:_slideDown_10zqo_1 .2s ease-out}._advancedFilters_10zqo_216._open_10zqo_271{display:block}._filterOverlay_10zqo_246{display:block;position:fixed;top:0;left:0;right:0;bottom:0;background:#0000004d;z-index:10000;animation:_fadeIn_10zqo_1 .2s ease-out}}@media (min-width: 769px){._filterDropdownButton_10zqo_151{display:none}}._filterGrid_10zqo_291{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;align-items:center}._select_10zqo_298{padding:12px 14px;border:2px solid transparent;border-radius:10px;font-size:13px;font-weight:500;background:#fff;cursor:pointer;transition:all var(--transition-speed) ease;color:var(--gray-700);box-shadow:0 1px 3px #0000000d}._select_10zqo_298:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #0d6efd1a}._select_10zqo_298:hover{border-color:var(--gray-300)}._dateRange_10zqo_319{display:flex;align-items:center;gap:8px;min-width:300px;padding:4px;border:2px solid transparent;border-radius:10px;background:#fff;transition:all var(--transition-speed) ease;box-shadow:0 1px 3px #0000000d}._dateRange_10zqo_319:focus-within{border-color:var(--primary-color);box-shadow:0 0 0 3px #0d6efd1a}._dateRange_10zqo_319:hover{border-color:var(--gray-300)}._dateInputWrapper_10zqo_339{display:flex;flex-direction:column;flex:1;position:relative}._datePickerContainer_10zqo_346{position:relative;display:flex;align-items:center}._dateIcon_10zqo_352{position:absolute;left:12px;z-index:10;color:var(--gray-500);font-size:14px;pointer-events:none;top:50%;transform:translateY(-50%)}._dateLabel_10zqo_363{font-size:11px;font-weight:600;color:var(--gray-500);text-transform:uppercase;letter-spacing:.5px;margin:0}._dateInput_10zqo_339{width:100%;padding:10px 12px 10px 36px;border:none;border-radius:8px;font-size:13px;font-weight:500;color:var(--gray-700);background:transparent;cursor:pointer;transition:all var(--transition-speed) ease}._dateInput_10zqo_339:focus{outline:none}._dateInput_10zqo_339::placeholder{color:var(--gray-400);font-weight:400}._dateSeparator_10zqo_392{color:var(--primary-color);font-weight:700;font-size:16px}._loadingState_10zqo_399,._emptyState_10zqo_400{background:linear-gradient(180deg,#e8f4fc,#f0f7fc,#f8fbfe);border-radius:20px;box-shadow:0 2px 8px #0000000a;border:1px solid rgba(147,197,253,.3);padding:4rem 2rem;width:95%;margin:0 auto 2rem;text-align:center;min-height:400px;display:flex;flex-direction:column;align-items:center;justify-content:center}._pagination_10zqo_416{display:flex;align-items:center;justify-content:center;gap:4px;padding:8px 12px;background:linear-gradient(135deg,#fffffff2,#f9fafbf2);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);position:fixed;bottom:40px;left:50%;transform:translate(-50%);z-index:1000;border-radius:12px;border:1px solid rgba(229,231,235,.7);box-shadow:0 10px 30px #00000014}._paginationButton_10zqo_434{width:32px;height:32px;background:linear-gradient(135deg,#fff,#f9fafb);border:1px solid rgba(229,231,235,.6);border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;color:#6b7280;padding:0;position:relative;box-shadow:0 1px 2px #0000000d;flex-shrink:0}._paginationButton_10zqo_434:hover:not(:disabled){background:linear-gradient(135deg,#f9fafb,#fff);border-color:#3b82f666;color:#3b82f6;transform:translateY(-1px);box-shadow:0 4px 12px #3b82f61f}._paginationButton_10zqo_434:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 6px #3b82f61a}._paginationButton_10zqo_434:disabled{opacity:.45;cursor:not-allowed;transform:none;box-shadow:0 1px 2px #00000008}._pageInfo_10zqo_469{font-size:13px;color:#111827;font-weight:600;margin:0 8px;padding:0 4px;min-width:60px;text-align:center;background:linear-gradient(135deg,#3b82f6,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:.5px;white-space:nowrap}._loadingState_10zqo_399 p{color:var(--gray-600);font-size:.95rem;font-weight:500;margin-top:16px}._spinner_10zqo_493{width:40px;height:40px;border:3px solid var(--gray-200);border-top:3px solid var(--primary-color);border-radius:50%;animation:_spin_10zqo_493 1s linear infinite}@keyframes _spin_10zqo_493{to{transform:rotate(360deg)}}._emptyState_10zqo_400 h3{font-size:1.25rem;font-weight:600;color:var(--gray-800);margin:1rem 0 .5rem}._emptyState_10zqo_400 p{color:var(--gray-600);font-size:.95rem;line-height:1.5;margin:0;max-width:500px}._emptyIcon_10zqo_522{color:var(--gray-400);opacity:.4;margin-bottom:1rem}._usersGrid_10zqo_529{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;padding:20px;padding-bottom:6rem;background:linear-gradient(180deg,#e8f4fc,#f0f7fc,#f8fbfe);border:1px solid rgba(147,197,253,.3);border-radius:20px;box-shadow:0 2px 8px #0000000a;width:95%;margin:0 auto 2rem}._userCard_10zqo_543{position:relative;display:flex;flex-direction:column;align-items:stretch;padding:1rem 1.25rem;cursor:pointer;transition:all var(--transition-speed) ease;gap:12px;background-color:#fff;border:1px solid rgba(0,0,0,.06);border-radius:14px;box-shadow:0 2px 4px #0000000a;min-height:170px}._userCard_10zqo_543:hover{transform:translateY(-2px);box-shadow:0 8px 25px #1118271a}._cardHeader_10zqo_563{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}._avatarSection_10zqo_571{display:flex;align-items:center;gap:12px;flex:0 0 auto;min-width:0;flex:1}._avatarContainer_10zqo_581{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden;background:linear-gradient(135deg,#0d6efd,#0a58ca);padding:2px;position:relative;box-shadow:0 3px 12px #0d6efd66;border:2.5px solid white;transition:all var(--transition-speed) ease}._avatar_10zqo_571{width:100%;height:100%;object-fit:cover;display:block;border-radius:50%;border:2px solid white}._statusIndicator_10zqo_607{position:absolute;bottom:-1px;right:-1px;width:10px;height:10px;border-radius:50%;border:2px solid white;box-shadow:0 1px 2px #00000026}._statusIndicator_10zqo_607._active_10zqo_136{background:var(--success-color)}._statusIndicator_10zqo_607._pending_10zqo_620{background:var(--warning-color)}._statusIndicator_10zqo_607._inactive_10zqo_623{background:var(--gray-500)}._statusDot_10zqo_627{display:none}._userMeta_10zqo_632{display:flex;flex-direction:column;gap:2px;flex:1;overflow:hidden;min-width:0}._subTitleRow_10zqo_642{display:flex;align-items:center;gap:10px;flex-wrap:wrap;min-width:0}._subTitlePhone_10zqo_650{color:#0f172abf;font-weight:600;font-size:14px;line-height:1.2;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}._userName_10zqo_662{font-weight:600;font-size:14px;color:#111827;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:color .15s ease}._userCard_10zqo_543:hover ._userName_10zqo_662{color:#3b82f6}._channelBadge_10zqo_676{font-size:12px;display:inline-flex;align-items:center;gap:4px;padding:5px 10px;border-radius:12px;font-weight:600;background:#3b82f61a;color:#3b82f6;border:1px solid rgba(59,130,246,.2);box-shadow:0 1px 2px #3b82f61a;max-width:100%;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._channelBadge_10zqo_676 svg{flex-shrink:0}._channelBadge_10zqo_676[data-channel=whatsapp]{background:#25d3661a;color:#25d366;border-color:#25d36633;box-shadow:0 1px 2px #25d36626}._channelBadge_10zqo_676[data-channel=instagram]{background:linear-gradient(135deg,#e4405f1a,#c135841a);color:#e4405f;border-color:#e4405f33;box-shadow:0 1px 2px #e4405f26}._channelBadge_10zqo_676[data-channel=facebook]{background:#1877f21a;color:#1877f2;border-color:#1877f233;box-shadow:0 1px 2px #1877f226}._channelBadge_10zqo_676[data-channel=email]{background:#ea43351a;color:#ea4335;border-color:#ea433533;box-shadow:0 1px 2px #ea433526}._cardBody_10zqo_730{display:flex;flex-direction:column;gap:10px;flex:1}._contactInfo_10zqo_737{display:flex;flex-direction:column;gap:8px;flex:0 0 auto}._contactItem_10zqo_744{display:flex;align-items:center;gap:6px;font-size:13px;color:#111827;font-weight:500}._contactItem_10zqo_744 svg{flex-shrink:0}._contactItem_10zqo_744:has(svg[data-icon=phone]) svg{color:#3b82f6}._contactItem_10zqo_744:has(svg[data-icon=mail]) svg{color:#ef4444}._contactItem_10zqo_744 span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._detailsGrid_10zqo_769{display:flex;gap:8px;flex:0 0 auto;align-items:center;flex-wrap:wrap}._chipsRow_10zqo_778{display:flex;align-items:center;gap:6px;flex:1;flex-wrap:wrap;min-width:0}._chip_10zqo_778{display:inline-flex;align-items:center;padding:5px 12px;border-radius:16px;font-size:12px;font-weight:600;color:#fff;white-space:nowrap;box-shadow:0 1px 3px #0000001f;transition:all .15s ease;max-width:180px;overflow:hidden;text-overflow:ellipsis}._userCard_10zqo_543:hover ._chip_10zqo_778{transform:translateY(-1px);box-shadow:0 2px 6px #00000029}._chipWide_10zqo_807{max-width:320px}._detailItem_10zqo_811{display:flex;align-items:center;gap:6px;flex:0 0 auto;font-size:13px;color:#111827}._detailLabel_10zqo_820{font-size:12px;font-weight:600;color:#8b5cf6;display:inline-flex;align-items:center;gap:4px}._detailLabel_10zqo_820:before{content:"•";color:#c4b5fd;font-size:16px}._detailValue_10zqo_834{font-size:13px;color:#111827;font-weight:600;white-space:nowrap}._cardFooter_10zqo_842{display:flex;gap:1rem;align-items:center;flex:0 0 auto}._statusBadge_10zqo_849{flex:0 0 140px}._statusLabel_10zqo_853{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border:none;border-radius:16px;font-size:12px;font-weight:600;flex:0 0 auto;white-space:nowrap;cursor:pointer;transition:all .15s ease;box-shadow:0 2px 4px #0000001a}._statusLabel_10zqo_853:hover{transform:translateY(-1px);box-shadow:0 3px 8px #00000026}._statusLabel_10zqo_853._active_10zqo_136{background:linear-gradient(135deg,#10b981,#059669);color:#fff;box-shadow:0 2px 6px #10b9814d}._statusLabel_10zqo_853._pending_10zqo_620{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;box-shadow:0 2px 6px #f59e0b4d}._statusLabel_10zqo_853._inactive_10zqo_623{background:linear-gradient(135deg,#6b7280,#4b5563);color:#fff;box-shadow:0 2px 6px #6b72804d}._dateInfo_10zqo_888{display:flex;align-items:center;gap:6px;font-size:12px;color:#6b7280;flex:0 0 120px}._dateInfo_10zqo_888 svg{color:#8b5cf6}._cardActions_10zqo_901{display:none}._deleteButton_10zqo_905{width:36px;height:36px;border:none;border-radius:10px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all var(--transition-speed) ease;background:linear-gradient(135%,#ef4444,#dc2626);color:#fff;box-shadow:0 2px 6px #ef444440}._deleteButton_10zqo_905:hover{transform:translateY(-2px);box-shadow:0 4px 12px #ef444459}._deleteButton_10zqo_905:active{transform:translateY(0)}._tableContainer_10zqo_928{overflow:auto;background:linear-gradient(180deg,#e8f4fc,#f0f7fc,#f8fbfe);border:1px solid rgba(147,197,253,.3);border-radius:20px;padding:14px;padding-bottom:6rem;box-shadow:0 2px 8px #0000000a;max-height:calc(100vh - 240px);min-height:520px;width:95%;margin:0 auto 2rem}._table_10zqo_928{width:100%;border-collapse:collapse;background:#fff;border-radius:12px;overflow:hidden;table-layout:fixed}._table_10zqo_928 th{background:#fff;padding:10px;text-align:left;font-weight:700;color:#6b7280;font-size:11px;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid rgba(147,197,253,.2);white-space:nowrap;position:sticky;top:0;z-index:2}._table_10zqo_928 th._sortable_10zqo_965{cursor:pointer;-webkit-user-select:none;user-select:none;transition:all var(--transition-speed) ease}._table_10zqo_928 th._sortable_10zqo_965:hover{background:#f3f4f6;color:#111827}._table_10zqo_928 th._sortable_10zqo_965 svg{margin-left:4px;opacity:.6}._table_10zqo_928 td{padding:10px;border-bottom:1px solid rgba(147,197,253,.15);font-size:12px;line-height:1.35;color:#111827;font-weight:500;vertical-align:middle}._table_10zqo_928 tr{cursor:pointer;transition:all var(--transition-speed) ease}._table_10zqo_928 tr:hover{background:linear-gradient(90deg,#93c5fd14,#60a5fa0d)}._colIndex_10zqo_996{width:44px;max-width:44px;text-align:center;white-space:nowrap}._colAvatar_10zqo_1003{width:56px;max-width:56px;text-align:center}._colName_10zqo_1009{width:160px;max-width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._colPhone_10zqo_1017{width:120px;max-width:120px;white-space:nowrap}._colChannel_10zqo_1023{width:105px;max-width:105px}._colLanguage_10zqo_1028{width:90px;max-width:90px}._colAgent_10zqo_1033{width:120px;max-width:120px}._colStatus_10zqo_1038{width:130px;max-width:130px}._colDate_10zqo_1043{width:120px;max-width:120px;white-space:nowrap}._colActions_10zqo_1049{width:85px;max-width:85px;min-width:85px;text-align:center;padding-right:16px!important}._table_10zqo_928 ._chip_10zqo_778{display:inline-block;padding:3px 8px;font-size:10.5px;border-radius:12px;max-width:100%;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._table_10zqo_928 td{font-weight:500}._table_10zqo_928 tbody tr:nth-child(2n){background:#f9fafbb3}._opportunityCol_10zqo_1077{width:150px;max-width:150px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._opportunityCol_10zqo_1077 ._chipWide_10zqo_807{max-width:100%}._tableAvatar_10zqo_1088{width:30px;height:30px;border-radius:50%;object-fit:cover;border:2px solid white;box-shadow:0 2px 4px #0000001a}._tableStatusBadge_10zqo_1097{display:inline-flex;padding:4px 8px;border-radius:6px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.3px}._tableStatusBadge_10zqo_1097._active_10zqo_136{background:#1987541a;color:var(--success-color)}._tableStatusBadge_10zqo_1097._pending_10zqo_620{background:#ffc1071a;color:var(--warning-color)}._tableStatusBadge_10zqo_1097._inactive_10zqo_623{background:#6b72801a;color:var(--gray-600)}._table_10zqo_928 tr:hover ._chip_10zqo_778{transform:translateY(-1px);box-shadow:0 2px 6px #00000029}._tableDeleteButton_10zqo_1125{width:26px;height:26px;border:none;border-radius:6px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all var(--transition-speed) ease;background:linear-gradient(135deg,var(--danger-color) 0%,#b02a37 100%);color:#fff;box-shadow:0 2px 6px #dc354538}._tableDeleteButton_10zqo_1125:hover{transform:translateY(-1px);box-shadow:0 6px 16px #dc354547}._tableDeleteButton_10zqo_1125:active{transform:translateY(0);box-shadow:0 2px 8px #dc354538}._paginationSection_10zqo_1149{padding:1.5rem 0 0;display:flex;justify-content:center}@media (max-width: 1200px){._container_10zqo_24{padding:16px}._filterGrid_10zqo_291{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px}._usersGrid_10zqo_529{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding:8px}}@media (max-width: 768px){._headerContent_10zqo_1171{flex-direction:column;gap:20px;padding:24px;text-align:center}._title_10zqo_1177{font-size:28px}._primaryFilters_10zqo_48{flex-direction:column;gap:16px;align-items:stretch}._searchSection_10zqo_58{flex-direction:column;gap:12px}._dateRange_10zqo_319{min-width:auto;width:100%}._viewControls_10zqo_107{justify-content:center}._viewControls_10zqo_107 ._viewToggle_10zqo_113{display:none}._filtersCard_10zqo_38{position:relative}._tableContainer_10zqo_928{display:none}._filterGrid_10zqo_291{grid-template-columns:1fr;gap:12px}._usersGrid_10zqo_529{grid-template-columns:1fr;gap:12px;padding:6px}._userCard_10zqo_543{padding:20px}._subTitlePhone_10zqo_650,._cardFooter_10zqo_842{display:none}._detailsGrid_10zqo_769{grid-template-columns:1fr;gap:12px}}@media (max-width: 480px){._container_10zqo_24{padding:12px}._filtersCard_10zqo_38,._headerContent_10zqo_1171{padding:16px}._dateRange_10zqo_319{flex-direction:column;gap:12px;align-items:stretch}._dateInputWrapper_10zqo_339{width:100%}._dateSeparator_10zqo_392{display:none}._quickActions_10zqo_146{justify-content:center}._addButton_10zqo_1250{padding:12px 20px;font-size:13px}}.react-datepicker-wrapper,.react-datepicker__input-container{width:100%}.react-datepicker{border:none;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;border-radius:16px;font-family:inherit}.react-datepicker__header{background:linear-gradient(135deg,#4f46e5,#7c3aed);border:none;border-radius:16px 16px 0 0;color:#fff;font-weight:600}.react-datepicker__current-month{color:#fff;font-weight:600;margin-bottom:8px}.react-datepicker__day-name{color:#fffc;font-weight:500}.react-datepicker__day{border-radius:8px;margin:2px;transition:all .2s ease}.react-datepicker__day:hover{background:#4f46e5;color:#fff;transform:scale(1.05)}.react-datepicker__day--selected{background:#4f46e5;color:#fff;font-weight:600}.react-datepicker__day--today{background:#10b981;color:#fff;font-weight:600}.react-datepicker__navigation{top:12px}.react-datepicker__navigation:hover{background:#ffffff1a;border-radius:50%}.react-datepicker__navigation-icon:before{border-color:#fff}.react-datepicker__year-dropdown,.react-datepicker__month-dropdown{background:#fff;border:none;box-shadow:0 10px 15px -3px #0000001a;border-radius:12px}.react-datepicker__year-option,.react-datepicker__month-option{padding:8px 12px;border-radius:8px;margin:2px;transition:all .2s ease}.react-datepicker__year-option:hover,.react-datepicker__month-option:hover{background:#4f46e5;color:#fff}._modernHeader_10zfz_1{background:linear-gradient(135deg,#3a7bd5,#3a6073);border-radius:12px;box-shadow:0 4px 20px #0000001a;padding:0;margin-bottom:1.5rem;overflow:hidden;position:relative;width:95%;margin-left:auto;margin-right:auto;min-height:70px}._modernHeader_10zfz_1:before{content:"";position:absolute;top:0;right:0;width:30%;height:100%;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath fill='rgba(255,255,255,0.05)' d='M0 0 L100 0 L50 100 Z'/%3E%3C/svg%3E");background-size:cover;pointer-events:none}._modernHeader_10zfz_1 ._headerContent_10zfz_25{padding:.75rem 1rem;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:2;min-height:70px}@media (max-width: 768px){._modernHeader_10zfz_1 ._headerContent_10zfz_25{flex-direction:column;gap:1rem;align-items:flex-start;padding:1rem}}._modernHeader_10zfz_1 ._headerTitleSection_10zfz_42{display:flex;align-items:center;gap:1rem}._modernHeader_10zfz_1 ._headerTitleSection_10zfz_42 ._headerIcon_10zfz_47{width:44px;height:44px;min-width:44px;background-color:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center}._modernHeader_10zfz_1 ._headerTitleSection_10zfz_42 ._headerIcon_10zfz_47 ._iconPrimary_10zfz_57{font-size:1.25rem;color:#fff}._modernHeader_10zfz_1 ._headerTitleSection_10zfz_42 ._headerText_10zfz_61{color:#fff}._modernHeader_10zfz_1 ._headerTitleSection_10zfz_42 ._headerText_10zfz_61 h1{font-size:1.25rem;font-weight:600;margin:0;position:relative;line-height:1.3}._modernHeader_10zfz_1 ._headerTitleSection_10zfz_42 ._headerText_10zfz_61 ._headerDescription_10zfz_71{font-size:.85rem;opacity:.85;margin:.25rem 0 0;max-width:600px}._modernHeader_10zfz_1 ._headerActions_10zfz_77{display:flex;align-items:center;gap:1.5rem}@media (max-width: 768px){._modernHeader_10zfz_1 ._headerActions_10zfz_77{width:100%;justify-content:end}}._modernHeader_10zfz_1 ._headerActions_10zfz_77 ._statCard_10zfz_88{background-color:#ffffff26;border-radius:8px;padding:.5rem 1rem;display:flex;align-items:center;gap:.5rem;transition:background-color .2s}@media (max-width: 768px){._modernHeader_10zfz_1 ._headerActions_10zfz_77 ._statCard_10zfz_88{display:none}}._modernHeader_10zfz_1 ._headerActions_10zfz_77 ._statCard_10zfz_88:hover{background-color:#fff3}._modernHeader_10zfz_1 ._headerActions_10zfz_77 ._statCard_10zfz_88 ._statIcon_10zfz_105{color:#ffffffe6;font-size:1.25rem}._modernHeader_10zfz_1 ._headerActions_10zfz_77 ._statCard_10zfz_88 ._statInfo_10zfz_109{display:flex;flex-direction:column}._modernHeader_10zfz_1 ._headerActions_10zfz_77 ._statCard_10zfz_88 ._statInfo_10zfz_109 ._statValue_10zfz_113{font-size:1rem;font-weight:600;color:#fff;line-height:1.2}._modernHeader_10zfz_1 ._headerActions_10zfz_77 ._statCard_10zfz_88 ._statInfo_10zfz_109 ._statLabel_10zfz_119{font-size:.7rem;color:#ffffffd9;white-space:nowrap}._modernHeader_10zfz_1 ._headerActions_10zfz_77 ._addButton_10zfz_124{display:flex;align-items:center;justify-content:center;gap:.4rem;background-color:#fff;color:#3a7bd5;border:none;border-radius:6px;padding:.4rem .85rem;font-size:.8rem;font-weight:600;cursor:pointer;box-shadow:0 2px 6px #0000001a;transition:all .2s;white-space:nowrap;height:32px}._modernHeader_10zfz_1 ._headerActions_10zfz_77 ._addButton_10zfz_124:hover{transform:translateY(-1px);box-shadow:0 3px 10px #0000001f}._modernHeader_10zfz_1 ._headerActions_10zfz_77 ._addButton_10zfz_124:active{transform:translateY(0)}._modernHeader_10zfz_1 ._headerActions_10zfz_77 ._addButton_10zfz_124 svg{font-size:.8rem}._modernHeader_10zfz_1 ._headerActions_10zfz_77 ._actionButtons_10zfz_152{display:flex;align-items:center;gap:.75rem}:root{--primary-color: #0d6efd;--primary-light: #cfe2ff;--danger-color: #dc3545;--success-color: #198754;--warning-color: #ffc107;--info-color: #0dcaf0;--gray-50: #f9fafb;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-300: #d1d5db;--gray-400: #9ca3af;--gray-500: #6b7280;--gray-600: #4b5563;--gray-700: #374151;--gray-800: #1f2937;--gray-900: #111827;--transition-speed: .3s;--whatsapp-color: #25D366;--whatsapp-bg: rgba(37, 211, 102, .08);--instagram-color: #E4405F;--instagram-bg: rgba(228, 64, 95, .08);--facebook-color: #1877F2;--facebook-bg: rgba(24, 119, 242, .08);--email-color: #4285F4;--email-bg: rgba(66, 133, 244, .08)}._container_ij1sd_33{width:100%;max-width:1400px;margin:0 auto;padding:1rem;min-height:calc(100vh - 60px);background:transparent}._loadingContainer_ij1sd_42{display:flex;justify-content:center;align-items:center;height:300px;background:linear-gradient(135deg,var(--gray-50) 0%,white 100%);border-radius:16px;border:1px solid var(--gray-200)}._loadingContainer_ij1sd_42:after{content:"";width:40px;height:40px;border:3px solid var(--gray-200);border-top-color:var(--whatsapp-color);border-radius:50%;animation:_spin_ij1sd_1 1s linear infinite}@keyframes _spin_ij1sd_1{to{transform:rotate(360deg)}}._channelsWrapper_ij1sd_67{display:flex;flex-direction:column;gap:1rem;width:95%;margin:0 auto;background:linear-gradient(180deg,#e8f4fc,#f0f7fc,#f8fbfe);padding:1.5rem;border-radius:20px;border:1px solid rgba(147,197,253,.3)}._platformTabs_ij1sd_80{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:.5rem}._platformTab_ij1sd_80{display:flex;align-items:center;gap:.5rem;padding:.6rem 1rem;border:none;border-radius:10px;background:#fff;cursor:pointer;transition:all var(--transition-speed) ease;font-family:inherit;box-shadow:0 2px 4px #0000000f}._platformTab_ij1sd_80:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}._platformTab_ij1sd_80:hover ._tabIcon_ij1sd_104{transform:scale(1.1)}._platformTab_ij1sd_80._active_ij1sd_107{background:linear-gradient(135deg,var(--platform-color) 0%,color-mix(in srgb,var(--platform-color) 80%,black) 100%);box-shadow:0 4px 12px color-mix(in srgb,var(--platform-color) 35%,transparent)}._platformTab_ij1sd_80._active_ij1sd_107 ._tabIcon_ij1sd_104,._platformTab_ij1sd_80._active_ij1sd_107 ._tabName_ij1sd_111{color:#fff}._platformTab_ij1sd_80._active_ij1sd_107 ._tabCount_ij1sd_114{background:#ffffff40;color:#fff}._tabIcon_ij1sd_104{display:flex;align-items:center;justify-content:center;color:var(--platform-color);transition:all var(--transition-speed) ease}._tabName_ij1sd_111{font-size:.9rem;font-weight:600;color:var(--gray-800);transition:color var(--transition-speed) ease}._tabCount_ij1sd_114{font-size:.75rem;font-weight:700;color:var(--gray-600);background:var(--gray-100);padding:.2rem .5rem;border-radius:20px;transition:all var(--transition-speed) ease;min-width:24px;text-align:center}._channelsList_ij1sd_147,._channelsGrid_ij1sd_153{display:flex;flex-direction:column;gap:.75rem}._channelCard_ij1sd_160{display:flex;align-items:center;padding:1rem 1.25rem;cursor:default;transition:all var(--transition-speed) ease;gap:1rem;background-color:#fff;border-radius:14px;border:1px solid rgba(0,0,0,.06);box-shadow:0 2px 4px #0000000a;position:relative}._channelCard_ij1sd_160:hover{transform:translateY(-2px);box-shadow:0 8px 25px #1118271a}._channelCard_ij1sd_160._warningCard_ij1sd_188{border-left:4px solid var(--warning-color)}._channelCard_ij1sd_160._stateDisconnected_ij1sd_191{background:linear-gradient(135deg,#ef444414,#dc26260a);border-left:4px solid #ef4444}._channelCard_ij1sd_160._stateDisconnected_ij1sd_191:hover{background:linear-gradient(135deg,#ef44441f,#dc262614)}._channelCard_ij1sd_160._stateDeviceRemoved_ij1sd_198{background:linear-gradient(135deg,#ef444414,#dc26260a);border-left:4px solid #dc2626}._channelCard_ij1sd_160._stateDeviceRemoved_ij1sd_198:hover{background:linear-gradient(135deg,#ef44441f,#dc262614)}._channelCard_ij1sd_160._stateNotEnoughMoney_ij1sd_205{background:linear-gradient(135deg,#f59e0b14,#d977060a);border-left:4px solid #f59e0b}._channelCard_ij1sd_160._stateNotEnoughMoney_ij1sd_205:hover{background:linear-gradient(135deg,#f59e0b1f,#d9770614)}._channelCard_ij1sd_160._stateWaiting_ij1sd_212{background:linear-gradient(135deg,#06b6d414,#0891b20a);border-left:4px solid #06b6d4}._channelCard_ij1sd_160._stateWaiting_ij1sd_212:hover{background:linear-gradient(135deg,#06b6d41f,#0891b214)}._channelCard_ij1sd_160._stateInactive_ij1sd_219{background:linear-gradient(135deg,#6b728014,#4b55630a);border-left:4px solid #6b7280}._channelCard_ij1sd_160._stateInactive_ij1sd_219:hover{background:linear-gradient(135deg,#6b72801f,#4b556314)}._channelCard_ij1sd_160[data-platform=whatsapp] ._channelIcon_ij1sd_226{background:linear-gradient(135deg,#25d366,#128c7e);box-shadow:0 3px 12px #25d36666}._channelCard_ij1sd_160[data-platform=instagram] ._channelIcon_ij1sd_226{background:linear-gradient(135deg,#e4405f,#c13584);box-shadow:0 3px 12px #e4405f66}._channelCard_ij1sd_160[data-platform=facebook] ._channelIcon_ij1sd_226{background:linear-gradient(135deg,#1877f2,#0c63d4);box-shadow:0 3px 12px #1877f266}._channelCard_ij1sd_160[data-platform=email] ._channelIcon_ij1sd_226{background:linear-gradient(135deg,#4285f4,#1967d2);box-shadow:0 3px 12px #4285f466}._channelIcon_ij1sd_226{width:44px;height:44px;min-width:44px;min-height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#fff;border:2.5px solid white;transition:all var(--transition-speed) ease;position:relative}._channelIcon_ij1sd_226 svg{display:block!important;margin:0!important;padding:0;line-height:1}._channelIcon_ij1sd_226:before{content:"";position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;border-radius:50%;background:inherit;opacity:.2;z-index:-1;transition:all var(--transition-speed) ease}._channelCard_ij1sd_160:hover ._channelIcon_ij1sd_226{transform:scale(1.05)}._channelCard_ij1sd_160:hover ._channelIcon_ij1sd_226:before{opacity:.3;top:-6px;right:-6px;bottom:-6px;left:-6px}._channelInfo_ij1sd_288{display:flex;flex-direction:column;gap:.25rem;min-width:180px;flex-shrink:0}._nameRow_ij1sd_296{display:flex;align-items:center;gap:.5rem}._nameRow_ij1sd_296 h3{font-size:.95rem;font-weight:700;color:var(--gray-900);margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:200px}._channelId_ij1sd_312{font-size:.75rem;color:var(--gray-500);font-weight:500;background:var(--gray-100);padding:.15rem .4rem;border-radius:4px}._badgeContainer_ij1sd_321{display:flex;align-items:center}._assignmentDetails_ij1sd_327{display:flex;gap:2rem;margin-left:auto;align-items:flex-start}._detailSection_ij1sd_334{display:flex;flex-direction:column;gap:.35rem;min-width:140px}._sectionHeader_ij1sd_341{display:flex;align-items:center;gap:.35rem}._sectionTitle_ij1sd_347{font-size:.7rem;font-weight:600;color:var(--gray-500);text-transform:uppercase;letter-spacing:.5px}._count_ij1sd_355{font-size:.65rem;font-weight:700;color:var(--gray-600);background:var(--gray-100);padding:.1rem .35rem;border-radius:6px;margin-left:.25rem}._chips_ij1sd_366{display:flex;flex-wrap:wrap;gap:.3rem;align-items:center}._chip_ij1sd_366{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;padding:.2rem .6rem;border-radius:6px;font-size:.7rem;font-weight:600;white-space:nowrap;transition:all var(--transition-speed) ease;box-shadow:0 2px 4px #6366f140}._chip_ij1sd_366:hover{transform:translateY(-1px);box-shadow:0 3px 8px #6366f159}._chipMore_ij1sd_389{background:var(--gray-200);color:var(--gray-700);padding:.2rem .5rem;border-radius:6px;font-size:.65rem;font-weight:600}._chipLanguage_ij1sd_398{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;padding:.2rem .5rem;border-radius:6px;font-size:.7rem;font-weight:600;display:flex;align-items:center;gap:.2rem;box-shadow:0 2px 4px #3b82f640}._flagEmoji_ij1sd_411{font-size:.85rem;line-height:1}._warningChip_ij1sd_416{font-size:.7rem;font-weight:600;color:var(--warning-color)}._emptyText_ij1sd_422{font-size:.75rem;font-weight:600;color:var(--warning-color);background:#ffc1071a;padding:.25rem .5rem;border-radius:6px;border:1px dashed var(--warning-color)}._coveredText_ij1sd_432{font-size:.75rem;font-weight:600;color:var(--success-color)}._statusBadge_ij1sd_439{padding:.3rem .6rem;font-size:.7rem;font-weight:600;border-radius:6px;display:inline-flex;align-items:center;gap:.25rem;white-space:nowrap}._statusActive_ij1sd_450{background:linear-gradient(135deg,#10b981,#059669);color:#fff;box-shadow:0 2px 6px #10b98159}._statusInactive_ij1sd_456{background:linear-gradient(135deg,var(--gray-400) 0%,var(--gray-500) 100%);color:#fff}._statusDeviceRemoved_ij1sd_461{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;box-shadow:0 2px 6px #ef444459}._statusNotEnoughMoney_ij1sd_467{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;box-shadow:0 2px 6px #f59e0b59}._statusWaiting_ij1sd_473{background:linear-gradient(135deg,#06b6d4,#0891b2);color:#fff;box-shadow:0 2px 6px #06b6d459}._statusDisconnected_ij1sd_479{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;box-shadow:0 2px 6px #ef444459}._actionButtons_ij1sd_486{display:flex;gap:.4rem;align-items:center;flex-shrink:0;margin-left:1rem}._actionButton_ij1sd_486{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border:none;border-radius:8px;cursor:pointer;transition:all var(--transition-speed) ease}._actionButton_ij1sd_486:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #00000026}._actionButton_ij1sd_486:disabled{opacity:.5;cursor:not-allowed}._qrButton_ij1sd_514{background:linear-gradient(135deg,#10b981,#059669);color:#fff}._qrButton_ij1sd_514:hover:not(:disabled){box-shadow:0 4px 12px #10b98166}._paymentButton_ij1sd_522{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}._paymentButton_ij1sd_522:hover:not(:disabled){box-shadow:0 4px 12px #f59e0b66}._noData_ij1sd_531{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;height:300px;color:var(--gray-500);font-size:.9rem}._modalOverlay_ij1sd_543{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0009;display:flex;justify-content:center;align-items:center;z-index:1000;padding:20px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}._qrModalContent_ij1sd_558{background-color:#fff;border-radius:20px;width:100%;max-width:400px;max-height:90vh;overflow-y:auto;box-shadow:0 25px 50px #00000040}._modalHeader_ij1sd_568{display:flex;justify-content:space-between;align-items:center;padding:1.25rem;border-bottom:1px solid var(--gray-200)}._modalHeader_ij1sd_568 h3{font-size:1.1rem;font-weight:700;color:var(--gray-900);margin:0}._closeButton_ij1sd_582{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;background-color:transparent;border-radius:10px;cursor:pointer;transition:all var(--transition-speed) ease;color:var(--gray-600)}._closeButton_ij1sd_582:hover{background-color:var(--gray-100);color:var(--gray-900)}._qrContainer_ij1sd_600{padding:1.5rem;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:300px}._qrLoading_ij1sd_609{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:250px}._qrLoading_ij1sd_609 p{margin-top:16px;color:var(--gray-500);text-align:center;font-weight:500}._qrCodeWrapper_ij1sd_623{display:flex;flex-direction:column;align-items:center}._qrCodeWrapper_ij1sd_623 canvas{border:2px solid var(--gray-200);padding:16px;background-color:#fff;border-radius:12px}._qrInstructions_ij1sd_635{margin-top:16px;color:var(--gray-600);text-align:center;font-size:.875rem;max-width:300px;line-height:1.5}._qrError_ij1sd_644{min-height:200px;display:flex;flex-direction:column;align-items:center;justify-content:center}._qrError_ij1sd_644 p{color:var(--danger-color);text-align:center;font-weight:600}._retryButton_ij1sd_657{margin-top:12px;display:flex;align-items:center;gap:8px;padding:10px 18px;background:var(--primary-color);border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:.875rem;font-weight:600;transition:all var(--transition-speed) ease}._retryButton_ij1sd_657:hover:not(:disabled){background:#0b5ed7}._retryButton_ij1sd_657:disabled{opacity:.5;cursor:not-allowed}._alertPa_ij1sd_680{padding:24px;font-size:.875rem;line-height:1.6;color:var(--gray-700)}@media (max-width: 1200px){._assignmentDetails_ij1sd_327{gap:1.5rem}._detailSection_ij1sd_334{min-width:120px}}@media (max-width: 992px){._channelsWrapper_ij1sd_67{width:100%}._platformTabs_ij1sd_80{gap:.4rem}._platformTab_ij1sd_80{padding:.5rem .8rem}._channelCard_ij1sd_160{flex-wrap:wrap}._assignmentDetails_ij1sd_327{width:100%;margin-left:0;margin-top:.5rem;padding-left:56px;gap:1.5rem}}@media (max-width: 768px){._container_ij1sd_33{padding:.75rem}._platformTabs_ij1sd_80{padding:.5rem}._platformTab_ij1sd_80{padding:.5rem .75rem;flex:1;justify-content:center;min-width:0}._platformTab_ij1sd_80 ._tabName_ij1sd_111{display:none}._channelsList_ij1sd_147{padding:1rem}._channelCard_ij1sd_160{flex-direction:column;align-items:flex-start;gap:.75rem;padding:1rem}._channelInfo_ij1sd_288{width:100%;flex-direction:row;justify-content:space-between;align-items:center}._assignmentDetails_ij1sd_327{flex-direction:column;padding-left:0;gap:.75rem}._actionButtons_ij1sd_486{width:100%;justify-content:flex-end;margin-left:0;margin-top:.5rem}._qrModalContent_ij1sd_558{max-width:95%}}._content_uwkc9_1{display:flex;flex-direction:column;gap:16px}._grid_uwkc9_7{display:grid;grid-template-columns:1fr 1fr;gap:14px}@media (max-width: 720px){._grid_uwkc9_7{grid-template-columns:1fr}}._span2_uwkc9_18{grid-column:span 2}@media (max-width: 720px){._span2_uwkc9_18{grid-column:auto}}._inline_uwkc9_27{display:flex;align-items:center;gap:8px;width:100%}._inlineGrow_uwkc9_34{flex:1;min-width:0}._helper_uwkc9_39{font-size:12px;color:#6b7280;margin-top:6px}._container_hriw4_1{display:flex;flex-direction:column;gap:12px}._card_hriw4_7{background:#fff;border:1px solid rgba(15,23,42,.12);border-radius:12px;padding:12px}._templateCard_hriw4_14{display:flex;align-items:center;justify-content:space-between;gap:12px;background:linear-gradient(180deg,#fff,#f8fafc)}._templateInfo_hriw4_22{display:flex;align-items:center;gap:10px;min-width:0}._templateIcon_hriw4_29{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;background:#22c55e1f;color:#16a34a;flex:0 0 auto}._templateText_hriw4_41{min-width:0}._templateTitle_hriw4_45{font-weight:600;color:#0f172a;line-height:1.2}._templateHint_hriw4_51{margin-top:2px;font-size:12px;color:#64748b}._templateButton_hriw4_57{white-space:nowrap}._downloadButton_hriw4_61{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid rgba(15,23,42,.14);background:#fff;color:#0f172a;border-radius:10px;padding:10px 12px;display:inline-flex;align-items:center;gap:8px;font-weight:700;cursor:pointer;box-shadow:0 1px 2px #0f172a14;transition:transform .12s ease,box-shadow .12s ease,border-color .12s ease}._downloadButton_hriw4_61:hover{transform:translateY(-1px);border-color:#2563eb59;box-shadow:0 6px 18px #0f172a1f}._downloadButton_hriw4_61:active{transform:translateY(0)}._downloadButtonIcon_hriw4_87{width:32px;height:32px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;background:#2563eb1f;color:#2563eb}._downloadButtonText_hriw4_98{display:inline-flex;flex-direction:column;align-items:flex-start;line-height:1.1}._downloadButtonTitle_hriw4_105{font-size:13px}._downloadButtonSub_hriw4_109{margin-top:2px;font-size:11px;font-weight:600;color:#64748b}._uploadCard_hriw4_116{background:#fff}._uploadLabel_hriw4_120{display:block;font-weight:600;color:#0f172a;margin-bottom:8px}._dropzone_hriw4_127{position:relative;border-radius:12px;border:2px dashed rgba(100,116,139,.45);background:#fff;padding:14px;cursor:pointer;transition:border-color .12s ease,background-color .12s ease,transform .12s ease}._dropzone_hriw4_127:hover{border-color:#3b82f6a6;background:#3b82f608}._dropzoneHasFile_hriw4_142{border-color:#22c55eb3;background:#22c55e0f}._fileInput_hriw4_147{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}._dropzoneContent_hriw4_154{display:flex;align-items:center;gap:12px;pointer-events:none}._dropzoneIcon_hriw4_161{width:38px;height:38px;border-radius:10px;display:flex;align-items:center;justify-content:center;background:#3b82f61f;color:#2563eb;flex:0 0 auto}._dropzoneText_hriw4_173{display:flex;flex-direction:column;gap:2px;min-width:0}._dropzonePrimary_hriw4_180{font-weight:600;color:#0f172a}._dropzoneSecondary_hriw4_185{font-size:12px;color:#64748b}._fileMeta_hriw4_190{margin-top:8px;display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:12px;color:#0f172a}._fileName_hriw4_200{display:flex;align-items:center;gap:8px;min-width:0}._fileNameText_hriw4_207{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._badge_hriw4_213{display:inline-flex;align-items:center;justify-content:center;padding:2px 8px;border-radius:999px;font-weight:600;color:#14532d;background:#22c55e26;border:1px solid rgba(34,197,94,.25);white-space:nowrap}._progressWrap_hriw4_226{margin-top:10px;padding-top:10px;border-top:1px dashed rgba(100,116,139,.35)}._progressMeta_hriw4_232{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:12px;font-weight:600;color:#0f172a}._progressBar_hriw4_242{margin-top:8px;height:10px;border-radius:999px;background:#64748b2e;overflow:hidden;border:1px solid rgba(15,23,42,.08)}._progressFill_hriw4_251{height:100%;width:0;border-radius:999px;background:linear-gradient(90deg,#22c55e,#16a34a);transition:width .18s ease}._progressHint_hriw4_259{margin-top:8px;font-size:12px;color:#64748b}:root{--primary-color: #0d6efd;--primary-light: #cfe2ff;--danger-color: #dc3545;--success-color: #198754;--warning-color: #ffc107;--info-color: #0dcaf0;--gray-50: #f9fafb;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-300: #d1d5db;--gray-400: #9ca3af;--gray-500: #6b7280;--gray-600: #4b5563;--gray-700: #374151;--gray-800: #1f2937;--gray-900: #111827;--transition-speed: .3s;--super-admin-color: #4361ee;--super-admin-bg: rgba(67, 97, 238, .08);--admin-color: #8b5cf6;--admin-bg: rgba(139, 92, 246, .08);--agent-color: #14b8a6;--agent-bg: rgba(20, 184, 166, .08)}._container_18bgb_30{width:100%;max-width:1400px;margin:0 auto;padding:1rem;min-height:calc(100vh - 60px);background:transparent}._loadingContainer_18bgb_39{display:flex;justify-content:center;align-items:center;height:300px;background:linear-gradient(135deg,var(--gray-50) 0%,white 100%);border-radius:16px;border:1px solid var(--gray-200)}._loadingContainer_18bgb_39:after{content:"";width:40px;height:40px;border:3px solid var(--gray-200);border-top-color:var(--agent-color);border-radius:50%;animation:_spin_18bgb_1 1s linear infinite}@keyframes _spin_18bgb_1{to{transform:rotate(360deg)}}._adminList_18bgb_65{display:flex;flex-direction:column;gap:.75rem;width:95%;margin:0 auto;background:linear-gradient(180deg,#e8f4fc,#f0f7fc,#f8fbfe);padding:2.5rem;border-radius:20px;border:1px solid rgba(147,197,253,.3);position:relative;z-index:0}._adminList_18bgb_65:before{content:"";position:absolute;top:16px;right:16px;bottom:16px;left:16px;background:#fff;opacity:.85;border-radius:12px;z-index:-1}._adminCardContainer_18bgb_89{display:flex;flex-direction:column;width:100%}._adminCardContainer_18bgb_89:not(:last-child){padding-bottom:.5rem;margin-bottom:.5rem}._adminWithAgents_18bgb_100{display:flex;flex-direction:column;width:100%}._adminWithAgents_18bgb_100:has(._agentsList_18bgb_106){margin-bottom:.5rem}._adminCard_18bgb_89{display:flex;align-items:center;padding:.875rem 1rem;cursor:pointer;transition:all var(--transition-speed) ease;gap:.875rem;background-color:#fff;border-radius:12px;border:1px solid var(--gray-200);box-shadow:0 1px 2px #0000000a;position:relative}._adminCard_18bgb_89:hover{transform:translateY(-2px);box-shadow:0 8px 25px #1118271a}._adminCard_18bgb_89._superAdminCard_18bgb_132{background:linear-gradient(135deg,var(--super-admin-bg) 0%,rgba(67,97,238,.04) 100%);border-color:#4361ee33}._adminCard_18bgb_89._superAdminCard_18bgb_132:hover{border-color:#4361ee80;background:linear-gradient(135deg,#4361ee24,#4361ee14);box-shadow:0 8px 30px #4361ee33,0 0 0 1px #4361ee1a}._adminCard_18bgb_89._superAdminCard_18bgb_132 ._userAvatar_18bgb_141{background:linear-gradient(135deg,#4361ee,#3730a3);color:#fff;box-shadow:0 3px 12px #4361ee66}._adminCard_18bgb_89._admin_18bgb_65{background:linear-gradient(135deg,var(--admin-bg) 0%,rgba(139,92,246,.04) 100%);border-color:#8b5cf633}._adminCard_18bgb_89._admin_18bgb_65:hover{border-color:#8b5cf680;background:linear-gradient(135deg,#8b5cf624,#8b5cf614);box-shadow:0 8px 30px #8b5cf633,0 0 0 1px #8b5cf61a}._adminCard_18bgb_89._admin_18bgb_65 ._userAvatar_18bgb_141{background:linear-gradient(135deg,#8b5cf6,#6d28d9);color:#fff;box-shadow:0 3px 12px #8b5cf666}._adminCard_18bgb_89._agentCard_18bgb_160{background:linear-gradient(135deg,var(--agent-bg) 0%,rgba(20,184,166,.04) 100%);border-color:#14b8a633}._adminCard_18bgb_89._agentCard_18bgb_160:hover{border-color:#14b8a680;background:linear-gradient(135deg,#14b8a624,#14b8a614);box-shadow:0 8px 30px #14b8a633,0 0 0 1px #14b8a61a}._adminCard_18bgb_89._agentCard_18bgb_160 ._userAvatar_18bgb_141{background:linear-gradient(135deg,#14b8a6,#0d9488);color:#fff;box-shadow:0 3px 12px #14b8a666}._userAvatar_18bgb_141{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;border:2.5px solid white;transition:all var(--transition-speed) ease;position:relative}._userAvatar_18bgb_141:before{content:"";position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;border-radius:50%;background:inherit;opacity:.2;z-index:-1;transition:all var(--transition-speed) ease}._adminCard_18bgb_89:hover ._userAvatar_18bgb_141{transform:scale(1.05)}._adminCard_18bgb_89:hover ._userAvatar_18bgb_141:before{opacity:.3;top:-6px;right:-6px;bottom:-6px;left:-6px}._onlineIndicator_18bgb_209{position:absolute;bottom:2px;right:2px;width:12px;height:12px;border-radius:50%;background:linear-gradient(135deg,#22c55e,#16a34a);border:2px solid white;box-shadow:0 2px 4px #22c55e66}._onlineIndicator_18bgb_209:after{content:"";position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;border-radius:50%;background:#22c55e;opacity:0;animation:_pulse_18bgb_1 2s ease-in-out infinite}._offlineIndicator_18bgb_231{position:absolute;bottom:2px;right:2px;width:12px;height:12px;border-radius:50%;background:var(--gray-400);border:2px solid white}@keyframes _pulse_18bgb_1{0%,to{opacity:0;transform:scale(1)}50%{opacity:.4;transform:scale(1.5)}}._adminCardContent_18bgb_253{display:flex;flex-direction:column;width:100%}._cardHeader_18bgb_259{display:flex;align-items:center;gap:.875rem;width:100%}._userSection_18bgb_266{display:flex;align-items:center;gap:.875rem;flex:1;min-width:0}._adminInfo_18bgb_274{flex:1;min-width:0;display:flex;flex-direction:column;gap:.25rem}._nameRow_18bgb_282{display:flex;align-items:center;gap:.5rem}._nameRow_18bgb_282 h3{margin:0;font-weight:600;font-size:.95rem;color:var(--gray-900);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._nameRow_18bgb_282 ._username_18bgb_296{font-size:.8rem;color:var(--gray-500);white-space:nowrap}._roleBadgeContainer_18bgb_303{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}._roleBadge_18bgb_303{display:inline-flex;align-items:center;gap:.3rem;padding:.25rem .6rem;border-radius:10px;font-size:.7rem;font-weight:600;transition:all .2s ease}._roleBadge_18bgb_303 svg{width:12px;height:12px;opacity:.9}._roleBadge_18bgb_303._superAdminBadge_18bgb_325{background:linear-gradient(135deg,#4361ee,#3730a3);color:#fff;box-shadow:0 2px 8px #4361ee59}._roleBadge_18bgb_303._superAdminBadge_18bgb_325:hover{box-shadow:0 4px 12px #4361ee73;transform:translateY(-1px)}._roleBadge_18bgb_303._adminBadge_18bgb_334{background:linear-gradient(135deg,#8b5cf6,#6d28d9);color:#fff;box-shadow:0 2px 8px #8b5cf659}._roleBadge_18bgb_303._adminBadge_18bgb_334:hover{box-shadow:0 4px 12px #8b5cf673;transform:translateY(-1px)}._roleBadge_18bgb_303._agentBadge_18bgb_343{background:linear-gradient(135deg,#14b8a6,#0d9488);color:#fff;box-shadow:0 2px 8px #14b8a659}._roleBadge_18bgb_303._agentBadge_18bgb_343:hover{box-shadow:0 4px 12px #14b8a673;transform:translateY(-1px)}._ipStatus_18bgb_353{display:flex;align-items:center;gap:.3rem;font-size:.7rem;color:var(--gray-500);background:var(--gray-100);padding:.2rem .5rem;border-radius:6px}._assignmentDetails_18bgb_365{display:flex;gap:1.5rem;margin-left:auto;padding-right:3rem}@media (max-width: 992px){._assignmentDetails_18bgb_365{display:none}}._detailSection_18bgb_377{display:flex;flex-direction:column;gap:.35rem;min-width:140px}._sectionHeader_18bgb_384{display:flex;align-items:center;gap:.35rem}._sectionHeader_18bgb_384 ._sectionTitle_18bgb_389{font-size:.65rem;font-weight:600;color:var(--gray-500);text-transform:uppercase;letter-spacing:.5px}._sectionHeader_18bgb_384 ._count_18bgb_396{font-size:.6rem;font-weight:600;background:var(--gray-200);color:var(--gray-600);padding:.1rem .35rem;border-radius:6px;margin-left:.25rem}._chips_18bgb_406{display:flex;flex-wrap:wrap;gap:.3rem}._chip_18bgb_406,._chipSmall_18bgb_413{display:inline-flex;align-items:center;gap:.3rem;padding:.25rem .6rem;background:linear-gradient(135deg,#14b8a626,#14b8a614);color:#0d9488;border-radius:8px;font-size:.7rem;font-weight:500;border:1px solid rgba(20,184,166,.2);transition:all .2s ease}._chip_18bgb_406 svg,._chipSmall_18bgb_413 svg{width:12px;height:12px;opacity:.8}._chip_18bgb_406:hover,._chipSmall_18bgb_413:hover{background:#14b8a638;border-color:#14b8a659;transform:translateY(-1px);box-shadow:0 2px 8px #14b8a626}._chipSmall_18bgb_413{padding:.15rem .45rem;font-size:.65rem;border-radius:6px}._chipLanguage_18bgb_447,._chipLanguageSmall_18bgb_448{display:inline-flex;align-items:center;gap:.35rem;padding:.2rem .6rem;background:linear-gradient(135deg,#3b82f626,#3b82f614);color:#2563eb;border-radius:6px;font-size:.7rem;font-weight:600;border:1px solid rgba(59,130,246,.2);letter-spacing:.3px;transition:all .2s ease}._chipLanguage_18bgb_447 ._flagEmoji_18bgb_463,._chipLanguageSmall_18bgb_448 ._flagEmoji_18bgb_463{font-size:.9rem;line-height:1}._chipLanguage_18bgb_447:hover,._chipLanguageSmall_18bgb_448:hover{background:#3b82f633;border-color:#3b82f64d;transform:translateY(-1px)}._chipLanguageSmall_18bgb_448{padding:.15rem .5rem;font-size:.65rem}._chipLanguageSmall_18bgb_448 ._flagEmoji_18bgb_463{font-size:.8rem}._chipMore_18bgb_483{display:inline-flex;align-items:center;justify-content:center;padding:.2rem .5rem;background:linear-gradient(135deg,var(--gray-100) 0%,var(--gray-50) 100%);color:var(--gray-500);border-radius:6px;font-size:.6rem;font-weight:600;border:1px solid var(--gray-200);transition:all .2s ease}._chipMore_18bgb_483:hover{background:var(--gray-200);color:var(--gray-600)}._emptyText_18bgb_501{font-size:.65rem;color:var(--gray-400);font-style:italic;display:flex;align-items:center;gap:.25rem}._emptyText_18bgb_501:before{content:"—";opacity:.5}._actionButtons_18bgb_515{display:flex;gap:.4rem;position:absolute;top:50%;right:.75rem;transform:translateY(-50%);z-index:1}._actionButtons_18bgb_515 ._deleteBtn_18bgb_524{width:30px;height:30px;padding:0;background:#fee2e2;border:1px solid #fecaca;border-radius:10px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;color:#dc2626}._actionButtons_18bgb_515 ._deleteBtn_18bgb_524:hover{background-color:#fecaca;border-color:#f87171;color:#b91c1c}._actionButtons_18bgb_515 ._deleteBtn_18bgb_524:disabled{opacity:.5;cursor:not-allowed}._actionButtons_18bgb_515 .button.pdelete,._actionButtons_18bgb_515 .btnn.pdelete{width:30px;height:30px;min-width:30px;padding:0;background:#fee2e2!important;border:1px solid #fecaca!important;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#ef4444;transition:all .2s ease}._actionButtons_18bgb_515 .button.pdelete:hover,._actionButtons_18bgb_515 .btnn.pdelete:hover{background-color:#fecaca!important;border-color:#f87171!important;color:#dc2626}._actionButtons_18bgb_515 .button.pdelete svg,._actionButtons_18bgb_515 .btnn.pdelete svg{width:12px;height:12px}._agentsList_18bgb_106{display:flex;flex-direction:column;gap:.5rem;margin-top:.75rem;margin-left:2.5rem;padding-left:1.75rem;position:relative}._agentsList_18bgb_106:before{content:"";position:absolute;left:0;top:0;bottom:.5rem;width:2px;background:linear-gradient(to bottom,var(--agent-color) 0%,rgba(20,184,166,.6) 50%,rgba(20,184,166,.2) 100%);border-radius:2px;animation:_flowDown_18bgb_1 3s ease-in-out infinite}._agentsList_18bgb_106 ._adminCard_18bgb_89{position:relative}._agentsList_18bgb_106 ._adminCard_18bgb_89:before{content:"";position:absolute;left:-1.75rem;top:50%;width:1.5rem;height:2px;background:linear-gradient(to right,var(--agent-color),rgba(20,184,166,.4));border-radius:1px}._agentsList_18bgb_106 ._adminCard_18bgb_89:after{content:"";position:absolute;left:-.5rem;top:50%;transform:translateY(-50%);width:6px;height:6px;background:var(--agent-color);border-radius:50%;opacity:.6}@media (max-width: 768px){._agentsList_18bgb_106{margin-left:1rem;padding-left:1.25rem}._agentsList_18bgb_106 ._adminCard_18bgb_89:before{left:-1.25rem;width:1rem}._agentsList_18bgb_106 ._adminCard_18bgb_89:after{left:-.5rem}}@keyframes _flowDown_18bgb_1{0%,to{opacity:1}50%{opacity:.7}}._groupSeparator_18bgb_647{display:flex;align-items:center;gap:1rem;margin:1.5rem 0;padding:0 1rem}._groupSeparator_18bgb_647:before,._groupSeparator_18bgb_647:after{content:"";flex:1;height:1px;background:linear-gradient(to right,transparent,var(--gray-300),transparent)}._groupSeparator_18bgb_647 ._separatorText_18bgb_660{font-size:.7rem;font-weight:600;color:var(--gray-400);text-transform:uppercase;letter-spacing:1px;white-space:nowrap}._groupSeparator_18bgb_647 ._separatorIcon_18bgb_668{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:var(--gray-100);border-radius:50%;color:var(--gray-400)}._groupSeparator_18bgb_647 ._separatorIcon_18bgb_668 svg{width:14px;height:14px}._leftBorder_18bgb_684{display:none}._modalOverlay_18bgb_689{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}._modal_18bgb_689{width:90%;max-width:600px;background-color:#fff;border-radius:16px;box-shadow:0 25px 50px -12px #00000040;overflow:hidden;animation:_modalFadeIn_18bgb_1 .3s ease}@keyframes _modalFadeIn_18bgb_1{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}._modalHeader_18bgb_723{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid var(--gray-200);background-color:var(--gray-50)}._modalHeader_18bgb_723 h2{margin:0;font-size:1.125rem;font-weight:600;color:var(--gray-900)}._modalHeader_18bgb_723 ._closeButton_18bgb_737{width:32px;height:32px;border-radius:8px;background:transparent;border:none;color:var(--gray-500);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}._modalHeader_18bgb_723 ._closeButton_18bgb_737:hover{background:var(--gray-100);color:var(--gray-700)}._modalContent_18bgb_755{padding:1.5rem}._modalFooter_18bgb_759{display:flex;justify-content:flex-end;gap:.75rem;padding:1rem 1.5rem;border-top:1px solid var(--gray-200);background:var(--gray-50)}._formGroup_18bgb_769{margin-bottom:1rem}._formGroup_18bgb_769 label{display:block;font-size:.875rem;font-weight:500;color:var(--gray-700);margin-bottom:.375rem}._formGroup_18bgb_769 input,._formGroup_18bgb_769 select{width:100%;padding:.625rem .875rem;border:1px solid var(--gray-300);border-radius:8px;font-size:.875rem;color:var(--gray-900);transition:all .2s ease}._formGroup_18bgb_769 input:focus,._formGroup_18bgb_769 select:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #0d6efd1a}._formGroup_18bgb_769 input::placeholder,._formGroup_18bgb_769 select::placeholder{color:var(--gray-400)}._btn_18bgb_548{border-radius:8px;padding:.625rem 1rem;font-weight:500;font-size:.875rem;display:inline-flex;justify-content:center;align-items:center;gap:.5rem;cursor:pointer;transition:all .2s ease;border:1px solid transparent}._editButton_18bgb_815,._deleteButton_18bgb_816{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;border:1px solid var(--gray-200);cursor:pointer;transition:all .2s ease;background:#fff;color:var(--gray-500)}._editButton_18bgb_815:hover{background:#14b8a61a;border-color:var(--agent-color);color:var(--agent-color)}._deleteButton_18bgb_816:hover{background:#fef2f2;border-color:#f87171;color:#ef4444}._addAdminButton_18bgb_842{display:flex;align-items:center;gap:.5rem;padding:.625rem 1rem;background:linear-gradient(135deg,#14b8a6,#0d9488);color:#fff;border:none;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 6px #14b8a659}._addAdminButton_18bgb_842:hover{transform:translateY(-1px);box-shadow:0 4px 12px #14b8a666}@media (max-width: 768px){._container_18bgb_30,._adminCard_18bgb_89{padding:.75rem}._userAvatar_18bgb_141{width:40px;height:40px}._nameRow_18bgb_282 h3{font-size:.875rem}._assignmentDetails_18bgb_365{display:none}}._container_1peyf_2{width:100%;max-width:1400px;margin:0 auto;padding:1rem;min-height:calc(100vh - 60px);background:transparent}._content_1peyf_11{width:95%;margin:0 auto;background:linear-gradient(180deg,#e8f4fc,#f0f7fc,#f8fbfe);border-radius:20px;padding:1.5rem;border:1px solid rgba(147,197,253,.3)}._formCard_1peyf_20{background:transparent;border-radius:16px;box-shadow:none;border:none;overflow:hidden}._tabsContainer_1peyf_28{border-bottom:1px solid rgba(147,197,253,.3);padding:0 1.5rem;background:transparent}._tabs_1peyf_28{display:flex;gap:.5rem}._tab_1peyf_28{padding:1rem 1.5rem;border:none;background:transparent;color:#64748b;font-weight:600;cursor:pointer;position:relative;transition:all .2s ease;border-bottom:3px solid transparent;font-size:.9rem;border-radius:8px 8px 0 0}._tab_1peyf_28:hover{color:#3a7bd5;background:#93c5fd1a}._tab_1peyf_28._active_1peyf_56{color:#3a7bd5;border-bottom-color:#3a7bd5;background:#93c5fd26}._tabContent_1peyf_62{padding:1.5rem;min-height:400px;background:transparent}._tabContent_1peyf_62 .adminProfile{padding:0;background:transparent;border:none;box-shadow:none;border-radius:0}._tabContent_1peyf_62 .adminProfile ._formGroup_1peyf_74{background:transparent;border:none;border-radius:0;padding:0}._tabContent_1peyf_62 .adminProfile .header{border-bottom:1px solid rgba(147,197,253,.4);margin-bottom:1.5rem;padding-bottom:1rem}._tabContent_1peyf_62 .adminProfile .header .headerInfo h4{color:#1e3a5f;font-size:1.1rem;font-weight:700;margin:0 0 4px}._tabContent_1peyf_62 .adminProfile .header .headerInfo p{color:#64748b;font-size:.85rem;margin:0;font-weight:500}._tabContent_1peyf_62 .adminProfile .formGroup{background:transparent!important;border:none!important;border-radius:0!important;padding:8px 0!important}._tabContent_1peyf_62 .adminProfile .formGroup:hover{border-color:transparent!important;box-shadow:none}._tabContent_1peyf_62 .adminProfile .formGroup label{color:#3a7bd5;font-weight:600;font-size:.85rem}._tabContent_1peyf_62 .adminProfile .formGroup input,._tabContent_1peyf_62 .adminProfile .formGroup select{border:1px solid rgba(147,197,253,.4)!important;border-radius:8px!important;padding:10px 14px!important;font-size:.9rem!important;background:#fff!important;transition:all .2s ease}._tabContent_1peyf_62 .adminProfile .formGroup input:focus,._tabContent_1peyf_62 .adminProfile .formGroup select:focus{border-color:#3a7bd5!important;box-shadow:0 0 0 3px #3a7bd51a!important;outline:none}._tabContent_1peyf_62 .adminProfile .formGroup input:hover:not(:focus),._tabContent_1peyf_62 .adminProfile .formGroup select:hover:not(:focus){border-color:#93c5fd99!important}._tabContent_1peyf_62 .adminProfile .formGroup input::placeholder,._tabContent_1peyf_62 .adminProfile .formGroup select::placeholder{color:#94a3b8}._tabContent_1peyf_62 .adminProfile .formGroup select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%233a7bd5'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E")!important;background-repeat:no-repeat!important;background-position:right 12px center!important;background-size:16px!important;padding-right:40px!important}._tabContent_1peyf_62 .adminProfile .formGroup .checkboxLabel{color:#475569}._tabContent_1peyf_62 .adminProfile .formGroup .checkboxLabel input[type=checkbox]{accent-color:#3a7bd5!important;width:18px!important;height:18px!important}._tabContent_1peyf_62 .adminProfile .formGroup .infoText{color:#64748b;font-size:.75rem;margin-top:6px}._tabContent_1peyf_62 .adminProfile .formRow{gap:1rem}._tabContent_1peyf_62 .adminProfile .buttonGroup{background:transparent;border:none;border-radius:0}._tabContent_1peyf_62 .adminProfile .buttonGroup button{border-radius:8px;font-weight:600}._tabContent_1peyf_62 .adminProfile .buttonGroup button.saveButton{background:linear-gradient(135deg,#3a7bd5,#2563eb)}._tabContent_1peyf_62 .adminProfile .buttonGroup button.saveButton:hover{box-shadow:0 4px 12px #3a7bd54d}._tabContent_1peyf_62 .adminProfile .buttonGroup button.cancelButton{background:#fff;color:#64748b;border:1px solid rgba(147,197,253,.4)}._tabContent_1peyf_62 .adminProfile .buttonGroup button.cancelButton:hover{background:#f8fafc;border-color:#93c5fd99}._saveSection_1peyf_181{padding:1.5rem 0;margin-top:1rem;border-top:1px solid rgba(147,197,253,.3);display:flex;gap:1rem;justify-content:flex-end;background:transparent;position:relative}._saveButton_1peyf_165{display:flex;align-items:center;justify-content:center;gap:.5rem;min-width:130px;height:42px;padding:0 1.5rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:10px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #10b9814d}._saveButton_1peyf_165 svg,._saveButton_1peyf_165 i{font-size:.9rem}._saveButton_1peyf_165:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 16px #10b98166;background:linear-gradient(135deg,#059669,#047857)}._saveButton_1peyf_165:active:not(:disabled){transform:translateY(0)}._saveButton_1peyf_165:disabled{opacity:.6;cursor:not-allowed}._cancelButton_1peyf_171{display:flex;align-items:center;justify-content:center;gap:.5rem;min-width:130px;height:42px;padding:0 1.5rem;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;border:none;border-radius:10px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #ef44444d}._cancelButton_1peyf_171 svg,._cancelButton_1peyf_171 i{font-size:.9rem;color:#fff!important}._cancelButton_1peyf_171:hover:not(:disabled){transform:translateY(-2px);background:linear-gradient(135deg,#dc2626,#b91c1c);box-shadow:0 6px 16px #ef444466}._cancelButton_1peyf_171:active:not(:disabled){transform:translateY(0)}._cancelButton_1peyf_171:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 768px){._container_1peyf_2{padding:.5rem}._content_1peyf_11{width:100%;padding:1rem;border-radius:16px}._formCard_1peyf_20{border-radius:12px}._tabContent_1peyf_62{padding:1rem}._saveSection_1peyf_181{padding:1rem;flex-direction:column;gap:.75rem}._saveSection_1peyf_181 .button{width:100%;min-width:unset;height:44px;font-size:.9rem}._tabs_1peyf_28{flex-direction:column;gap:0}._tab_1peyf_28{text-align:left;border-bottom:1px solid rgba(147,197,253,.2);border-radius:0}._tab_1peyf_28._active_1peyf_56{border-bottom-color:#93c5fd33;background:#93c5fd26}}._adminProfile_lk19w_1{padding:24px;background:#fff;border-radius:16px;box-shadow:0 4px 12px #0000000d;border:1px solid #e2e8f0}._adminProfile_lk19w_1 ._header_lk19w_8{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:20px;border-bottom:2px solid #e2e8f0}._adminProfile_lk19w_1 ._header_lk19w_8 ._headerInfo_lk19w_16 h4{color:#0f172a;font-size:1.25rem;font-weight:600;margin:0 0 4px}._adminProfile_lk19w_1 ._header_lk19w_8 ._headerInfo_lk19w_16 p{color:#64748b;font-size:.875rem;margin:0;font-weight:500}._adminProfile_lk19w_1 ._header_lk19w_8 ._editButton_lk19w_28{display:flex;align-items:center;gap:8px;padding:10px 20px;background:#3b82f6;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:14px;font-weight:600;transition:all .2s ease}._adminProfile_lk19w_1 ._header_lk19w_8 ._editButton_lk19w_28:hover{background:#2563eb}._adminProfile_lk19w_1 ._profileForm_lk19w_45{display:flex;flex-direction:column;gap:16px}._adminProfile_lk19w_1 ._profileForm_lk19w_45 ._formRow_lk19w_50{display:grid;grid-template-columns:1fr 1fr;gap:16px}@media (max-width: 768px){._adminProfile_lk19w_1 ._profileForm_lk19w_45 ._formRow_lk19w_50{grid-template-columns:1fr;gap:12px}}._adminProfile_lk19w_1 ._profileForm_lk19w_45 ._formGroup_lk19w_61{display:flex;flex-direction:column;gap:6px;background:#f8fafc;padding:12px 14px;border-radius:8px;border:1px solid #e2e8f0;transition:all .2s ease}._adminProfile_lk19w_1 ._profileForm_lk19w_45 ._formGroup_lk19w_61:hover{border-color:#cbd5e1}._adminProfile_lk19w_1 ._profileForm_lk19w_45 ._formGroup_lk19w_61 label{font-weight:600;color:#374151;font-size:14px;margin-bottom:4px}._adminProfile_lk19w_1 ._profileForm_lk19w_45 ._formGroup_lk19w_61 input,._adminProfile_lk19w_1 ._profileForm_lk19w_45 ._formGroup_lk19w_61 select{padding:10px 12px;border:1px solid #e5e7eb;border-radius:6px;font-size:14px;transition:all .2s ease;background:#fff;min-height:40px;box-sizing:border-box}._adminProfile_lk19w_1 ._profileForm_lk19w_45 ._formGroup_lk19w_61 input:focus,._adminProfile_lk19w_1 ._profileForm_lk19w_45 ._formGroup_lk19w_61 select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f61a}._adminProfile_lk19w_1 ._profileForm_lk19w_45 ._formGroup_lk19w_61 input._readonly_lk19w_95,._adminProfile_lk19w_1 ._profileForm_lk19w_45 ._formGroup_lk19w_61 select._readonly_lk19w_95{background-color:#f1f5f9;color:#64748b;cursor:not-allowed;border-color:#cbd5e1}._adminProfile_lk19w_1 ._profileForm_lk19w_45 ._formGroup_lk19w_61 input._editable_lk19w_101,._adminProfile_lk19w_1 ._profileForm_lk19w_45 ._formGroup_lk19w_61 select._editable_lk19w_101{background-color:#fff;color:#1f2937;border-color:#d1d5db}._adminProfile_lk19w_1 ._profileForm_lk19w_45 ._formGroup_lk19w_61 input._editable_lk19w_101:hover,._adminProfile_lk19w_1 ._profileForm_lk19w_45 ._formGroup_lk19w_61 select._editable_lk19w_101:hover{border-color:#9ca3af}._adminProfile_lk19w_1 ._profileForm_lk19w_45 ._formGroup_lk19w_61 ._infoText_lk19w_109{display:block;font-size:11px;color:#6b7280;margin-top:2px;font-weight:400;line-height:1.3}._adminProfile_lk19w_1 ._profileForm_lk19w_45 ._formGroup_lk19w_61 ._checkboxLabel_lk19w_117{display:flex;align-items:center;gap:10px;cursor:pointer;font-size:14px;font-weight:500;flex-direction:row;padding:4px 0;color:#374151;margin-top:4px}._adminProfile_lk19w_1 ._profileForm_lk19w_45 ._formGroup_lk19w_61 ._checkboxLabel_lk19w_117 input[type=checkbox]{width:18px;height:18px;margin:0;accent-color:#3b82f6;cursor:pointer}._adminProfile_lk19w_1 ._profileForm_lk19w_45 ._formGroup_lk19w_61 ._checkboxLabel_lk19w_117:hover{color:#1f2937}._adminProfile_lk19w_1 ._profileForm_lk19w_45 ._buttonGroup_lk19w_139{display:flex;gap:12px;margin-top:20px;justify-content:flex-end;padding:16px;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}._adminProfile_lk19w_1 ._profileForm_lk19w_45 ._buttonGroup_lk19w_139 button{display:flex;align-items:center;gap:8px;padding:10px 20px;border:none;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}._adminProfile_lk19w_1 ._profileForm_lk19w_45 ._buttonGroup_lk19w_139 button._saveButton_lk19w_161{background:#059669;color:#fff}._adminProfile_lk19w_1 ._profileForm_lk19w_45 ._buttonGroup_lk19w_139 button._saveButton_lk19w_161:hover{background:#047857}._adminProfile_lk19w_1 ._profileForm_lk19w_45 ._buttonGroup_lk19w_139 button._cancelButton_lk19w_168{background:#dc2626;color:#fff}._adminProfile_lk19w_1 ._profileForm_lk19w_45 ._buttonGroup_lk19w_139 button._cancelButton_lk19w_168:hover{background:#b91c1c}@media (max-width: 768px){._adminProfile_lk19w_1{padding:16px}._adminProfile_lk19w_1 ._header_lk19w_8{flex-direction:column;gap:16px;align-items:stretch}._adminProfile_lk19w_1 ._header_lk19w_8 ._headerInfo_lk19w_16 h4{font-size:1.125rem;text-align:center}._adminProfile_lk19w_1 ._header_lk19w_8 ._headerInfo_lk19w_16 p{font-size:.8rem;text-align:center}._adminProfile_lk19w_1 ._header_lk19w_8 ._editButton_lk19w_28{justify-content:center;padding:12px 18px}._adminProfile_lk19w_1 ._profileForm_lk19w_45{gap:16px}._adminProfile_lk19w_1 ._profileForm_lk19w_45 ._formRow_lk19w_50{gap:12px}._adminProfile_lk19w_1 ._profileForm_lk19w_45 ._formGroup_lk19w_61{padding:12px}._adminProfile_lk19w_1 ._profileForm_lk19w_45 ._formGroup_lk19w_61 input,._adminProfile_lk19w_1 ._profileForm_lk19w_45 ._formGroup_lk19w_61 select{padding:10px 12px;font-size:13px}._adminProfile_lk19w_1 ._profileForm_lk19w_45 ._formGroup_lk19w_61 ._checkboxLabel_lk19w_117{margin-top:12px}._adminProfile_lk19w_1 ._profileForm_lk19w_45 ._buttonGroup_lk19w_139{flex-direction:column;padding:12px}._adminProfile_lk19w_1 ._profileForm_lk19w_45 ._buttonGroup_lk19w_139 button{justify-content:center;padding:12px 16px}}@media (max-width: 480px){._adminProfile_lk19w_1{padding:12px}._adminProfile_lk19w_1 ._header_lk19w_8 ._headerInfo_lk19w_16 h4{font-size:1rem}._adminProfile_lk19w_1 ._header_lk19w_8 ._editButton_lk19w_28{padding:10px 16px;font-size:13px}._adminProfile_lk19w_1 ._profileForm_lk19w_45 ._formRow_lk19w_50{gap:10px}._adminProfile_lk19w_1 ._profileForm_lk19w_45 ._formGroup_lk19w_61{padding:10px}._adminProfile_lk19w_1 ._profileForm_lk19w_45 ._formGroup_lk19w_61 label{font-size:13px}._adminProfile_lk19w_1 ._profileForm_lk19w_45 ._formGroup_lk19w_61 input,._adminProfile_lk19w_1 ._profileForm_lk19w_45 ._formGroup_lk19w_61 select{padding:8px 10px;font-size:13px}._adminProfile_lk19w_1 ._profileForm_lk19w_45 ._formGroup_lk19w_61 ._checkboxLabel_lk19w_117{font-size:13px;margin-top:10px}._adminProfile_lk19w_1 ._profileForm_lk19w_45 ._formGroup_lk19w_61 ._checkboxLabel_lk19w_117 input[type=checkbox]{width:16px;height:16px}._adminProfile_lk19w_1 ._profileForm_lk19w_45 ._buttonGroup_lk19w_139{padding:10px;flex-direction:column}._adminProfile_lk19w_1 ._profileForm_lk19w_45 ._buttonGroup_lk19w_139 button{padding:10px 14px;font-size:13px;justify-content:center}._required_lk19w_263{color:#ef4444;font-weight:600}._error_lk19w_267{border-color:#ef4444!important;background-color:#fef2f2!important}._errorText_lk19w_271{display:block;font-size:12px;color:#ef4444;margin-top:4px;font-weight:500}}._adminSettings_18mxk_2{padding:24px;background:#fff;border-radius:16px;box-shadow:0 4px 12px #0000000d;border:1px solid #e2e8f0}._adminSettings_18mxk_2 ._loadingContainer_18mxk_9{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;gap:16px}._adminSettings_18mxk_2 ._loadingContainer_18mxk_9 span{color:#64748b;font-size:14px;font-weight:500}._adminSettings_18mxk_2 ._header_18mxk_22{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:20px;border-bottom:2px solid #e2e8f0}._adminSettings_18mxk_2 ._header_18mxk_22 ._headerInfo_18mxk_30 h4{color:#0f172a;font-size:1.25rem;font-weight:600;margin:0 0 4px}._adminSettings_18mxk_2 ._header_18mxk_22 ._headerInfo_18mxk_30 p{color:#64748b;font-size:.875rem;margin:0;font-weight:500}._adminSettings_18mxk_2 ._header_18mxk_22 ._buttonGroup_18mxk_42{display:flex;gap:12px}._adminSettings_18mxk_2 ._header_18mxk_22 ._buttonGroup_18mxk_42 button{display:flex;align-items:center;gap:8px;padding:10px 20px;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}._adminSettings_18mxk_2 ._header_18mxk_22 ._buttonGroup_18mxk_42 button._saveButton_18mxk_58{background:#059669;color:#fff}._adminSettings_18mxk_2 ._header_18mxk_22 ._buttonGroup_18mxk_42 button._saveButton_18mxk_58:hover{background:#047857}._adminSettings_18mxk_2 ._header_18mxk_22 ._buttonGroup_18mxk_42 button._resetButton_18mxk_65{background:#f1f5f9;color:#64748b;border:1px solid #cbd5e1}._adminSettings_18mxk_2 ._header_18mxk_22 ._buttonGroup_18mxk_42 button._resetButton_18mxk_65:hover{background:#e2e8f0;color:#475569}._adminSettings_18mxk_2 ._assignmentContainer_18mxk_74{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:24px}._adminSettings_18mxk_2 ._assignmentContainer_18mxk_74 ._assignmentBox_18mxk_80{background:#fff;border-radius:12px;padding:20px;box-shadow:0 2px 8px #0000000f;border:1px solid #e2e8f0}._adminSettings_18mxk_2 ._assignmentContainer_18mxk_74 ._assignmentBox_18mxk_80 ._boxHeader_18mxk_87{margin-bottom:20px}._adminSettings_18mxk_2 ._assignmentContainer_18mxk_74 ._assignmentBox_18mxk_80 ._boxHeader_18mxk_87 ._boxTitle_18mxk_90{display:flex;align-items:center;gap:12px;margin-bottom:16px}._adminSettings_18mxk_2 ._assignmentContainer_18mxk_74 ._assignmentBox_18mxk_80 ._boxHeader_18mxk_87 ._boxTitle_18mxk_90 h4{color:#0f172a;font-size:1.25rem;font-weight:600;margin:0;flex:1}._adminSettings_18mxk_2 ._assignmentContainer_18mxk_74 ._assignmentBox_18mxk_80 ._boxHeader_18mxk_87 ._boxTitle_18mxk_90 ._badge_18mxk_103{background:#3b82f6;color:#fff;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:600}._adminSettings_18mxk_2 ._assignmentContainer_18mxk_74 ._assignmentBox_18mxk_80 ._boxHeader_18mxk_87 ._headerActions_18mxk_111{display:flex;gap:12px;align-items:center}._adminSettings_18mxk_2 ._assignmentContainer_18mxk_74 ._assignmentBox_18mxk_80 ._boxHeader_18mxk_87 ._headerActions_18mxk_111 ._filterInput_18mxk_116{display:flex;align-items:center;gap:8px;padding:10px 12px;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0;transition:all .2s ease;flex:1}._adminSettings_18mxk_2 ._assignmentContainer_18mxk_74 ._assignmentBox_18mxk_80 ._boxHeader_18mxk_87 ._headerActions_18mxk_111 ._filterInput_18mxk_116:focus-within{background:#fff;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}._adminSettings_18mxk_2 ._assignmentContainer_18mxk_74 ._assignmentBox_18mxk_80 ._boxHeader_18mxk_87 ._headerActions_18mxk_111 ._filterInput_18mxk_116 input{flex:1;border:none;background:transparent;outline:none;font-size:14px;color:#0f172a}._adminSettings_18mxk_2 ._assignmentContainer_18mxk_74 ._assignmentBox_18mxk_80 ._boxHeader_18mxk_87 ._headerActions_18mxk_111 ._filterInput_18mxk_116 input::placeholder{color:#94a3b8}._adminSettings_18mxk_2 ._assignmentContainer_18mxk_74 ._assignmentBox_18mxk_80 ._boxHeader_18mxk_87 ._headerActions_18mxk_111 ._selectActions_18mxk_143{display:flex;gap:8px}._adminSettings_18mxk_2 ._assignmentContainer_18mxk_74 ._assignmentBox_18mxk_80 ._boxHeader_18mxk_87 ._headerActions_18mxk_111 ._selectActions_18mxk_143 ._selectAllBtn_18mxk_147,._adminSettings_18mxk_2 ._assignmentContainer_18mxk_74 ._assignmentBox_18mxk_80 ._boxHeader_18mxk_87 ._headerActions_18mxk_111 ._selectActions_18mxk_143 ._deselectAllBtn_18mxk_148{padding:6px 12px;border:none;border-radius:6px;cursor:pointer;transition:all .2s ease;font-size:11px;font-weight:600;text-transform:uppercase}._adminSettings_18mxk_2 ._assignmentContainer_18mxk_74 ._assignmentBox_18mxk_80 ._boxHeader_18mxk_87 ._headerActions_18mxk_111 ._selectActions_18mxk_143 ._selectAllBtn_18mxk_147{background:#dcfdf4;color:#047857;border:1px solid #bbf7d0}._adminSettings_18mxk_2 ._assignmentContainer_18mxk_74 ._assignmentBox_18mxk_80 ._boxHeader_18mxk_87 ._headerActions_18mxk_111 ._selectActions_18mxk_143 ._selectAllBtn_18mxk_147:hover{background:#bbf7d0}._adminSettings_18mxk_2 ._assignmentContainer_18mxk_74 ._assignmentBox_18mxk_80 ._boxHeader_18mxk_87 ._headerActions_18mxk_111 ._selectActions_18mxk_143 ._deselectAllBtn_18mxk_148{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}._adminSettings_18mxk_2 ._assignmentContainer_18mxk_74 ._assignmentBox_18mxk_80 ._boxHeader_18mxk_87 ._headerActions_18mxk_111 ._selectActions_18mxk_143 ._deselectAllBtn_18mxk_148:hover{background:#fecaca}._adminSettings_18mxk_2 ._assignmentContainer_18mxk_74 ._assignmentBox_18mxk_80 ._checkboxGrid_18mxk_174{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:12px;max-height:300px;overflow-y:auto;padding-right:4px}._adminSettings_18mxk_2 ._assignmentContainer_18mxk_74 ._assignmentBox_18mxk_80 ._checkboxGrid_18mxk_174::-webkit-scrollbar{width:4px}._adminSettings_18mxk_2 ._assignmentContainer_18mxk_74 ._assignmentBox_18mxk_80 ._checkboxGrid_18mxk_174::-webkit-scrollbar-track{background:#f1f5f9;border-radius:2px}._adminSettings_18mxk_2 ._assignmentContainer_18mxk_74 ._assignmentBox_18mxk_80 ._checkboxGrid_18mxk_174::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:2px}._adminSettings_18mxk_2 ._assignmentContainer_18mxk_74 ._assignmentBox_18mxk_80 ._checkboxGrid_18mxk_174::-webkit-scrollbar-thumb:hover{background:#94a3b8}._adminSettings_18mxk_2 ._assignmentContainer_18mxk_74 ._assignmentBox_18mxk_80 ._checkboxGrid_18mxk_174 ._checkboxCard_18mxk_196{display:flex;align-items:center;justify-content:space-between;padding:16px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;cursor:pointer;transition:all .2s ease}._adminSettings_18mxk_2 ._assignmentContainer_18mxk_74 ._assignmentBox_18mxk_80 ._checkboxGrid_18mxk_174 ._checkboxCard_18mxk_196:hover{background:#fff;border-color:#cbd5e1;box-shadow:0 2px 8px #0000000f}._adminSettings_18mxk_2 ._assignmentContainer_18mxk_74 ._assignmentBox_18mxk_80 ._checkboxGrid_18mxk_174 ._checkboxCard_18mxk_196._selected_18mxk_212{background:#3b82f6;border-color:#2563eb;color:#fff}._adminSettings_18mxk_2 ._assignmentContainer_18mxk_74 ._assignmentBox_18mxk_80 ._checkboxGrid_18mxk_174 ._checkboxCard_18mxk_196._selected_18mxk_212 ._cardContent_18mxk_217 ._cardInfo_18mxk_217 ._cardTitle_18mxk_217,._adminSettings_18mxk_2 ._assignmentContainer_18mxk_74 ._assignmentBox_18mxk_80 ._checkboxGrid_18mxk_174 ._checkboxCard_18mxk_196._selected_18mxk_212 ._cardContent_18mxk_217 ._cardInfo_18mxk_217 ._cardSubtitle_18mxk_218{color:#fff}._adminSettings_18mxk_2 ._assignmentContainer_18mxk_74 ._assignmentBox_18mxk_80 ._checkboxGrid_18mxk_174 ._checkboxCard_18mxk_196 ._cardContent_18mxk_217{display:flex;align-items:center;gap:12px;flex:1}._adminSettings_18mxk_2 ._assignmentContainer_18mxk_74 ._assignmentBox_18mxk_80 ._checkboxGrid_18mxk_174 ._checkboxCard_18mxk_196 ._cardContent_18mxk_217 ._flag_18mxk_227{font-size:1.5rem}._adminSettings_18mxk_2 ._assignmentContainer_18mxk_74 ._assignmentBox_18mxk_80 ._checkboxGrid_18mxk_174 ._checkboxCard_18mxk_196 ._cardContent_18mxk_217 ._cardInfo_18mxk_217{display:flex;flex-direction:column;gap:4px}._adminSettings_18mxk_2 ._assignmentContainer_18mxk_74 ._assignmentBox_18mxk_80 ._checkboxGrid_18mxk_174 ._checkboxCard_18mxk_196 ._cardContent_18mxk_217 ._cardInfo_18mxk_217 ._cardTitle_18mxk_217{font-weight:600;color:#0f172a;font-size:14px;line-height:1.2}._adminSettings_18mxk_2 ._assignmentContainer_18mxk_74 ._assignmentBox_18mxk_80 ._checkboxGrid_18mxk_174 ._checkboxCard_18mxk_196 ._cardContent_18mxk_217 ._cardInfo_18mxk_217 ._cardSubtitle_18mxk_218{font-size:11px;color:#64748b;font-weight:500;text-transform:uppercase;letter-spacing:.5px}._adminSettings_18mxk_2 ._assignmentContainer_18mxk_74 ._assignmentBox_18mxk_80 ._checkboxGrid_18mxk_174 ._checkboxCard_18mxk_196 ._checkbox_18mxk_174{width:20px;height:20px;border:2px solid #cbd5e1;border-radius:4px;display:flex;align-items:center;justify-content:center;background:#fff;transition:all .2s ease;flex-shrink:0;position:relative}._adminSettings_18mxk_2 ._assignmentContainer_18mxk_74 ._assignmentBox_18mxk_80 ._checkboxGrid_18mxk_174 ._checkboxCard_18mxk_196 ._checkbox_18mxk_174._checked_18mxk_261:after{content:"✓";color:#3b82f6;font-size:14px;font-weight:700;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._adminSettings_18mxk_2 ._assignmentContainer_18mxk_74 ._assignmentBox_18mxk_80 ._checkboxGrid_18mxk_174 ._checkboxCard_18mxk_196._selected_18mxk_212 ._checkbox_18mxk_174{background:#fff;border-color:#3b82f6}@media (max-width: 1200px){._adminSettings_18mxk_2 ._assignmentContainer_18mxk_74{grid-template-columns:1fr}._adminSettings_18mxk_2 ._assignmentContainer_18mxk_74 ._assignmentBox_18mxk_80 ._checkboxGrid_18mxk_174{grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}}@media (max-width: 768px){._adminSettings_18mxk_2{padding:16px}._adminSettings_18mxk_2 ._header_18mxk_22{flex-direction:column;gap:16px;align-items:stretch}._adminSettings_18mxk_2 ._header_18mxk_22 ._headerInfo_18mxk_30{text-align:center}._adminSettings_18mxk_2 ._header_18mxk_22 ._headerInfo_18mxk_30 h4{font-size:1.125rem}._adminSettings_18mxk_2 ._header_18mxk_22 ._buttonGroup_18mxk_42{justify-content:center}._adminSettings_18mxk_2 ._header_18mxk_22 ._buttonGroup_18mxk_42 button{flex:1;justify-content:center;padding:12px 16px}._adminSettings_18mxk_2 ._assignmentContainer_18mxk_74{grid-template-columns:1fr}._adminSettings_18mxk_2 ._assignmentContainer_18mxk_74 ._assignmentBox_18mxk_80{padding:16px}._adminSettings_18mxk_2 ._assignmentContainer_18mxk_74 ._assignmentBox_18mxk_80 ._boxHeader_18mxk_87 ._headerActions_18mxk_111{flex-direction:column;gap:12px}._adminSettings_18mxk_2 ._assignmentContainer_18mxk_74 ._assignmentBox_18mxk_80 ._boxHeader_18mxk_87 ._headerActions_18mxk_111 ._filterInput_18mxk_116{width:100%}._adminSettings_18mxk_2 ._assignmentContainer_18mxk_74 ._assignmentBox_18mxk_80 ._boxHeader_18mxk_87 ._headerActions_18mxk_111 ._selectActions_18mxk_143{align-self:center}._adminSettings_18mxk_2 ._assignmentContainer_18mxk_74 ._assignmentBox_18mxk_80 ._checkboxGrid_18mxk_174{grid-template-columns:1fr}._adminSettings_18mxk_2 ._assignmentContainer_18mxk_74 ._assignmentBox_18mxk_80 ._checkboxGrid_18mxk_174 ._checkboxCard_18mxk_196 ._cardContent_18mxk_217 ._cardInfo_18mxk_217 ._cardTitle_18mxk_217{font-size:13px}}@media (max-width: 480px){._adminSettings_18mxk_2{padding:12px}._adminSettings_18mxk_2 ._header_18mxk_22 ._headerInfo_18mxk_30 h4{font-size:1rem}._adminSettings_18mxk_2 ._header_18mxk_22 ._buttonGroup_18mxk_42{flex-direction:column}._adminSettings_18mxk_2 ._header_18mxk_22 ._buttonGroup_18mxk_42 button{width:100%}._adminSettings_18mxk_2 ._assignmentContainer_18mxk_74 ._assignmentBox_18mxk_80{padding:16px}._adminSettings_18mxk_2 ._assignmentContainer_18mxk_74 ._assignmentBox_18mxk_80 ._checkboxGrid_18mxk_174 ._checkboxCard_18mxk_196{padding:12px}._adminSettings_18mxk_2 ._assignmentContainer_18mxk_74 ._assignmentBox_18mxk_80 ._checkboxGrid_18mxk_174 ._checkboxCard_18mxk_196 ._cardContent_18mxk_217 ._flag_18mxk_227{font-size:1.2rem}._adminSettings_18mxk_2 ._assignmentContainer_18mxk_74 ._assignmentBox_18mxk_80 ._checkboxGrid_18mxk_174 ._checkboxCard_18mxk_196 ._cardContent_18mxk_217 ._cardInfo_18mxk_217 ._cardTitle_18mxk_217{font-size:13px}._adminSettings_18mxk_2 ._assignmentContainer_18mxk_74 ._assignmentBox_18mxk_80 ._checkboxGrid_18mxk_174 ._checkboxCard_18mxk_196 ._cardContent_18mxk_217 ._cardInfo_18mxk_217 ._cardSubtitle_18mxk_218{font-size:10px}._adminSettings_18mxk_2 ._assignmentContainer_18mxk_74 ._assignmentBox_18mxk_80 ._checkboxGrid_18mxk_174 ._checkboxCard_18mxk_196 ._checkbox_18mxk_174{width:20px;height:20px}}._footer_a1mt5_1{position:fixed;left:0;right:0;bottom:0;height:var(--app-footer-height);z-index:600;display:flex;align-items:center;justify-content:center;padding:0 12px;color:#ffffffeb;background:linear-gradient(90deg,#3e5acbeb,#2d46b4f5);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-top:1px solid rgba(255,255,255,.14);box-shadow:0 -10px 30px #3e5acb2e}._inner_a1mt5_20{width:100%;max-width:1400px;display:flex;align-items:center;justify-content:center;gap:8px;text-align:center}._hospitalName_a1mt5_30{font-size:11px;font-weight:700;line-height:1.1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:60%}._copy_a1mt5_40{font-size:11px;font-weight:600;opacity:.9;white-space:nowrap}@media (max-width: 768px){._inner_a1mt5_20{flex-direction:column;justify-content:center;gap:2px}._hospitalName_a1mt5_30{max-width:100%}}.filter-bar{background:linear-gradient(135deg,#fff,#f8f9ff);border-radius:16px;padding:24px;margin-bottom:24px;box-shadow:0 4px 20px #667eea14;border:1px solid rgba(102,126,234,.12);transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;z-index:100}.filter-bar:hover{box-shadow:0 8px 30px #667eea1f;border-color:#667eea33}.filter-bar .date-filter-container{display:flex;align-items:flex-end;gap:16px;flex-wrap:wrap}.filter-bar .filter-group{flex:1;min-width:200px;display:flex;flex-direction:column;gap:8px;position:relative;z-index:1}.filter-bar .filter-group label{font-size:13px;font-weight:600;color:#4a5568;letter-spacing:.3px;text-transform:uppercase;margin-bottom:4px}.filter-bar .filter-group .date-input,.filter-bar .filter-group input[type=date]{width:100%;padding:9px 16px;font-size:14px;color:#2d3748;background:#fff;border:2px solid #e2e8f0;border-radius:12px;outline:none;transition:all .3s ease;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;box-shadow:0 1px 3px #0000000d}.filter-bar .filter-group .date-input:hover,.filter-bar .filter-group input[type=date]:hover{border-color:#cbd5e0;box-shadow:0 2px 6px #00000014}.filter-bar .filter-group .date-input:focus,.filter-bar .filter-group input[type=date]:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;background:#fff}.filter-bar .filter-group .date-input::-webkit-calendar-picker-indicator,.filter-bar .filter-group input[type=date]::-webkit-calendar-picker-indicator{cursor:pointer;filter:opacity(.6);transition:filter .2s ease}.filter-bar .filter-group .date-input::-webkit-calendar-picker-indicator:hover,.filter-bar .filter-group input[type=date]::-webkit-calendar-picker-indicator:hover{filter:opacity(1)}.filter-bar .filter-group .select-input .react-select__control{min-height:44px;border:2px solid #e2e8f0;border-radius:12px;box-shadow:0 1px 3px #0000000d;transition:all .3s ease;background:#fff}.filter-bar .filter-group .select-input .react-select__control:hover{border-color:#cbd5e0;box-shadow:0 2px 6px #00000014}.filter-bar .filter-group .select-input .react-select__control--is-focused{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.filter-bar .filter-group .select-input .react-select__value-container{padding:4px 12px}.filter-bar .filter-group .select-input .react-select__placeholder{color:#a0aec0;font-size:14px}.filter-bar .filter-group .select-input .react-select__single-value{color:#2d3748;font-size:14px}.filter-bar .filter-group .select-input .react-select__indicator-separator{display:none}.filter-bar .filter-group .select-input .react-select__dropdown-indicator{color:#667eea;transition:transform .2s ease}.filter-bar .filter-group .select-input .react-select__dropdown-indicator:hover{color:#5a67d8}.filter-bar .filter-group .select-input .react-select__menu{border-radius:12px;box-shadow:0 10px 40px #0000001f;border:1px solid #e2e8f0;overflow:hidden;margin-top:8px;z-index:1000}.filter-bar .filter-group .select-input .react-select__option{padding:12px 16px;font-size:14px;cursor:pointer;transition:all .2s ease}.filter-bar .filter-group .select-input .react-select__option--is-focused{background:#edf2f7}.filter-bar .filter-group .select-input .react-select__option--is-selected{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.filter-bar .filter-group .error-message{color:#e53e3e;font-size:12px;margin-top:4px;font-weight:500}.filter-bar .filter-group .dropdown-container{position:relative;width:100%}.filter-bar .filter-group .dropdown-container .dropdown-toggle{width:100%;min-height:44px;padding:10px 16px;background:#fff;border:2px solid #e2e8f0;border-radius:12px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:all .3s ease;box-shadow:0 1px 3px #0000000d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.filter-bar .filter-group .dropdown-container .dropdown-toggle:hover{border-color:#cbd5e0;box-shadow:0 2px 6px #00000014}.filter-bar .filter-group .dropdown-container .dropdown-toggle.active{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.filter-bar .filter-group .dropdown-container .dropdown-toggle:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.filter-bar .filter-group .dropdown-container .dropdown-toggle .dropdown-text{font-size:14px;color:#2d3748;flex:1;text-align:left}.filter-bar .filter-group .dropdown-container .dropdown-toggle .dropdown-text.placeholder{color:#a0aec0}.filter-bar .filter-group .dropdown-container .dropdown-toggle .dropdown-text.has-selection{color:#667eea;font-weight:600}.filter-bar .filter-group .dropdown-container .dropdown-toggle .arrow{display:flex;align-items:center;justify-content:center;margin-left:8px;transition:transform .3s ease;flex-shrink:0}.filter-bar .filter-group .dropdown-container .dropdown-toggle .arrow.open{transform:rotate(180deg)}.filter-bar .filter-group .dropdown-container .dropdown-menu{position:absolute;top:calc(100% + 8px);left:0;right:0;background:#fff;border:2px solid #e2e8f0;border-radius:12px;box-shadow:0 10px 40px #0000001f;z-index:99999;max-height:400px;overflow:visible;display:flex;flex-direction:column;animation:dropdownSlideIn .2s ease-out}@keyframes dropdownSlideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.filter-bar .filter-group .dropdown-container .dropdown-menu .dropdown-header{padding:12px 16px;background:linear-gradient(135deg,#f7fafc,#edf2f7);border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;align-items:center}.filter-bar .filter-group .dropdown-container .dropdown-menu .dropdown-header .dropdown-title{font-size:13px;font-weight:700;color:#4a5568;text-transform:uppercase;letter-spacing:.5px}.filter-bar .filter-group .dropdown-container .dropdown-menu .dropdown-header .clear-all-btn{background:none;border:none;color:#e53e3e;font-size:12px;font-weight:600;cursor:pointer;padding:4px 8px;border-radius:6px;transition:all .2s ease}.filter-bar .filter-group .dropdown-container .dropdown-menu .dropdown-header .clear-all-btn:hover{background:#fff5f5;color:#c53030}.filter-bar .filter-group .dropdown-container .dropdown-menu .dropdown-items-container{max-height:300px;overflow-y:auto;overflow-x:hidden;padding:8px 0}.filter-bar .filter-group .dropdown-container .dropdown-menu .dropdown-items-container::-webkit-scrollbar{width:8px}.filter-bar .filter-group .dropdown-container .dropdown-menu .dropdown-items-container::-webkit-scrollbar-track{background:#f7fafc;border-radius:0 12px 12px 0}.filter-bar .filter-group .dropdown-container .dropdown-menu .dropdown-items-container::-webkit-scrollbar-thumb{background:#cbd5e0;border-radius:4px}.filter-bar .filter-group .dropdown-container .dropdown-menu .dropdown-items-container::-webkit-scrollbar-thumb:hover{background:#a0aec0}.filter-bar .filter-group .dropdown-container .dropdown-menu .dropdown-item{padding:12px 16px;display:flex;align-items:center;gap:12px;cursor:pointer;transition:all .2s ease;min-height:44px}.filter-bar .filter-group .dropdown-container .dropdown-menu .dropdown-item:hover{background:#f7fafc}.filter-bar .filter-group .dropdown-container .dropdown-menu .dropdown-item.loading-item,.filter-bar .filter-group .dropdown-container .dropdown-menu .dropdown-item.empty-item{justify-content:center;gap:8px;color:#718096;font-size:13px;cursor:default;padding:16px}.filter-bar .filter-group .dropdown-container .dropdown-menu .dropdown-item.loading-item .loading-spinner,.filter-bar .filter-group .dropdown-container .dropdown-menu .dropdown-item.empty-item .loading-spinner{width:16px;height:16px;border:2px solid #e2e8f0;border-top-color:#667eea;border-radius:50%;animation:spin .6s linear infinite}.filter-bar .filter-group .dropdown-container .dropdown-menu .dropdown-item .checkbox-wrapper{position:relative;width:18px;height:18px;flex-shrink:0}.filter-bar .filter-group .dropdown-container .dropdown-menu .dropdown-item .checkbox-wrapper input[type=checkbox]{position:absolute;opacity:0;cursor:pointer;width:100%;height:100%;z-index:2;margin:0}.filter-bar .filter-group .dropdown-container .dropdown-menu .dropdown-item .checkbox-wrapper input[type=checkbox]:checked~.checkmark{background:linear-gradient(135deg,#667eea,#764ba2);border-color:#667eea;transform:scale(1.05)}.filter-bar .filter-group .dropdown-container .dropdown-menu .dropdown-item .checkbox-wrapper input[type=checkbox]:checked~.checkmark:after{opacity:1;transform:rotate(45deg) scale(1)}.filter-bar .filter-group .dropdown-container .dropdown-menu .dropdown-item .checkbox-wrapper input[type=checkbox]:hover~.checkmark{border-color:#667eea;transform:scale(1.05)}.filter-bar .filter-group .dropdown-container .dropdown-menu .dropdown-item .checkbox-wrapper .checkmark{position:absolute;top:0;left:0;width:18px;height:18px;background:#fff;border:2px solid #cbd5e0;border-radius:5px;transition:all .2s cubic-bezier(.4,0,.2,1)}.filter-bar .filter-group .dropdown-container .dropdown-menu .dropdown-item .checkbox-wrapper .checkmark:after{content:"";position:absolute;left:5px;top:2px;width:4px;height:8px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg) scale(0);opacity:0;transition:all .2s cubic-bezier(.4,0,.2,1)}.filter-bar .filter-group .dropdown-container .dropdown-menu .dropdown-item .label-content{flex:1;display:flex;align-items:center;gap:10px;min-width:0;overflow:visible}.filter-bar .filter-group .dropdown-container .dropdown-menu .dropdown-item .label-content .label-color-indicator{width:14px;height:14px;border-radius:50%;box-shadow:0 2px 6px #00000026;flex-shrink:0;transition:transform .2s ease}.filter-bar .filter-group .dropdown-container .dropdown-menu .dropdown-item .label-content label{flex:1;font-size:14px;color:#2d3748;cursor:pointer;margin:0;text-transform:none;font-weight:500;white-space:normal;word-wrap:break-word;overflow-wrap:break-word;line-height:1.5;transition:color .2s ease}.filter-bar .filter-group .dropdown-container .dropdown-menu .dropdown-item .label-content label:hover{color:#667eea}.filter-bar .filter-group .dropdown-container .dropdown-menu .dropdown-item:hover{background:linear-gradient(135deg,#f7fafc,#edf2f7)}.filter-bar .filter-group .dropdown-container .dropdown-menu .dropdown-item:hover .label-color-indicator{transform:scale(1.1)}.filter-bar .filter-action{display:flex;align-items:center;gap:12px}.filter-bar .filter-action .filter-button{padding:12px 32px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:12px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #667eea4d;letter-spacing:.3px;text-transform:uppercase}.filter-bar .filter-action .filter-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.filter-bar .filter-action .filter-button:active{transform:translateY(0)}.filter-bar .filter-action .tooltip-container{display:flex;align-items:center}.filter-bar .filter-action .tooltip-container .info-icon-wrapper{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#667eea1a;border-radius:50%;cursor:pointer;transition:all .3s ease}.filter-bar .filter-action .tooltip-container .info-icon-wrapper:hover{background:#667eea33;transform:scale(1.1)}.filter-bar.message-reports-filter .filter-grid,.filter-bar.standard-reports-filter .filter-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;margin-bottom:20px}.filter-bar.message-reports-filter .filter-grid.message-reports-grid,.filter-bar.standard-reports-filter .filter-grid.message-reports-grid{grid-template-columns:repeat(3,1fr)}@media (max-width: 1200px){.filter-bar.message-reports-filter .filter-grid.message-reports-grid,.filter-bar.standard-reports-filter .filter-grid.message-reports-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.filter-bar.message-reports-filter .filter-grid.message-reports-grid,.filter-bar.standard-reports-filter .filter-grid.message-reports-grid{grid-template-columns:1fr}}.filter-bar.message-reports-filter .filter-grid.standard-reports-grid,.filter-bar.standard-reports-filter .filter-grid.standard-reports-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}@media (max-width: 768px){.filter-bar.message-reports-filter .filter-grid.standard-reports-grid,.filter-bar.standard-reports-filter .filter-grid.standard-reports-grid{grid-template-columns:1fr}}.filter-bar.message-reports-filter .filter-grid .date-range-group,.filter-bar.standard-reports-filter .filter-grid .date-range-group{grid-column:span 1}.filter-bar.message-reports-filter .filter-grid .date-range-group .date-inputs,.filter-bar.standard-reports-filter .filter-grid .date-range-group .date-inputs{display:flex;align-items:center;gap:12px}.filter-bar.message-reports-filter .filter-grid .date-range-group .date-inputs .date-separator,.filter-bar.standard-reports-filter .filter-grid .date-range-group .date-inputs .date-separator{font-size:18px;font-weight:600;color:#667eea;padding:0 4px}.filter-bar.message-reports-filter .filter-grid .date-range-group .date-inputs input[type=date],.filter-bar.standard-reports-filter .filter-grid .date-range-group .date-inputs input[type=date]{flex:1}.filter-bar.message-reports-filter .filter-actions,.filter-bar.standard-reports-filter .filter-actions{display:flex;justify-content:flex-end;gap:12px;padding-top:16px;border-top:2px solid #e2e8f0}.filter-bar.message-reports-filter .filter-actions .btn-reset,.filter-bar.message-reports-filter .filter-actions .btn-apply,.filter-bar.standard-reports-filter .filter-actions .btn-reset,.filter-bar.standard-reports-filter .filter-actions .btn-apply{padding:12px 24px;border:none;border-radius:12px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:8px;letter-spacing:.3px;text-transform:uppercase}.filter-bar.message-reports-filter .filter-actions .btn-reset:disabled,.filter-bar.message-reports-filter .filter-actions .btn-apply:disabled,.filter-bar.standard-reports-filter .filter-actions .btn-reset:disabled,.filter-bar.standard-reports-filter .filter-actions .btn-apply:disabled{opacity:.5;cursor:not-allowed}.filter-bar.message-reports-filter .filter-actions .btn-reset svg,.filter-bar.message-reports-filter .filter-actions .btn-apply svg,.filter-bar.standard-reports-filter .filter-actions .btn-reset svg,.filter-bar.standard-reports-filter .filter-actions .btn-apply svg{font-size:14px}.filter-bar.message-reports-filter .filter-actions .btn-reset,.filter-bar.standard-reports-filter .filter-actions .btn-reset{background:#f7fafc;color:#4a5568;border:2px solid #e2e8f0}.filter-bar.message-reports-filter .filter-actions .btn-reset:hover:not(:disabled),.filter-bar.standard-reports-filter .filter-actions .btn-reset:hover:not(:disabled){background:#edf2f7;border-color:#cbd5e0;transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.filter-bar.message-reports-filter .filter-actions .btn-apply,.filter-bar.standard-reports-filter .filter-actions .btn-apply{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 12px #667eea4d}.filter-bar.message-reports-filter .filter-actions .btn-apply:hover:not(:disabled),.filter-bar.standard-reports-filter .filter-actions .btn-apply:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.filter-bar.message-reports-filter .filter-actions .btn-apply:active:not(:disabled),.filter-bar.standard-reports-filter .filter-actions .btn-apply:active:not(:disabled){transform:translateY(0)}.filter-bar.task-status-filter .filter-grid.task-status-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:20px}@media (max-width: 1024px){.filter-bar.task-status-filter .filter-grid.task-status-grid{grid-template-columns:1fr}}.filter-bar.task-status-filter .filter-grid.task-status-grid .filter-group{min-width:auto}.filter-bar.task-status-filter .filter-grid.task-status-grid .filter-group.full-width{grid-column:1/-1}.filter-bar.task-status-filter .filter-grid.task-status-grid .filter-group.date-range-group .date-inputs{display:flex;align-items:center;gap:12px}.filter-bar.task-status-filter .filter-grid.task-status-grid .filter-group.date-range-group .date-inputs .date-separator{font-size:18px;font-weight:600;color:#667eea;padding:0 4px}.filter-bar.task-status-filter .filter-grid.task-status-grid .filter-group.date-range-group .date-inputs input[type=date]{flex:1}.filter-bar.task-status-filter .filter-grid.task-status-grid .filter-group .search-input-wrapper{position:relative}.filter-bar.task-status-filter .filter-grid.task-status-grid .filter-group .search-input-wrapper .search-input{width:100%;padding:12px 42px 12px 16px;border:2px solid #e2e8f0;border-radius:12px;font-size:14px;color:#2d3748;background:#fff;transition:all .3s ease;box-shadow:0 1px 3px #0000000d;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.filter-bar.task-status-filter .filter-grid.task-status-grid .filter-group .search-input-wrapper .search-input::placeholder{color:#a0aec0}.filter-bar.task-status-filter .filter-grid.task-status-grid .filter-group .search-input-wrapper .search-input:hover{border-color:#cbd5e0;box-shadow:0 2px 6px #00000014}.filter-bar.task-status-filter .filter-grid.task-status-grid .filter-group .search-input-wrapper .search-input:hover~.search-icon{color:#667eea}.filter-bar.task-status-filter .filter-grid.task-status-grid .filter-group .search-input-wrapper .search-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.filter-bar.task-status-filter .filter-grid.task-status-grid .filter-group .search-input-wrapper .search-input:focus~.search-icon{color:#667eea}.filter-bar.task-status-filter .filter-grid.task-status-grid .filter-group .search-input-wrapper .search-input:disabled{background:#f7fafc;cursor:not-allowed;opacity:.6}.filter-bar.task-status-filter .filter-grid.task-status-grid .filter-group .search-input-wrapper .search-icon{position:absolute;right:16px;top:50%;transform:translateY(-50%);color:#a0aec0;font-size:14px;transition:color .3s ease;pointer-events:none}.filter-bar.task-status-filter .filter-actions{display:flex;justify-content:flex-end;gap:12px;padding-top:16px;border-top:2px solid #e2e8f0}.filter-bar.task-status-filter .filter-actions .btn-reset,.filter-bar.task-status-filter .filter-actions .btn-apply{padding:12px 24px;border:none;border-radius:12px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:8px;letter-spacing:.3px;text-transform:uppercase}.filter-bar.task-status-filter .filter-actions .btn-reset:disabled,.filter-bar.task-status-filter .filter-actions .btn-apply:disabled{opacity:.5;cursor:not-allowed}.filter-bar.task-status-filter .filter-actions .btn-reset svg,.filter-bar.task-status-filter .filter-actions .btn-apply svg{font-size:14px}.filter-bar.task-status-filter .filter-actions .btn-reset{background:#f7fafc;color:#4a5568;border:2px solid #e2e8f0}.filter-bar.task-status-filter .filter-actions .btn-reset:hover:not(:disabled){background:#edf2f7;border-color:#cbd5e0;transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.filter-bar.task-status-filter .filter-actions .btn-reset:active:not(:disabled){transform:translateY(0)}.filter-bar.task-status-filter .filter-actions .btn-apply{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 12px #667eea4d}.filter-bar.task-status-filter .filter-actions .btn-apply:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.filter-bar.task-status-filter .filter-actions .btn-apply:active:not(:disabled){transform:translateY(0)}.filter-bar.task-list-filter .filter-grid.task-list-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:20px}@media (max-width: 1024px){.filter-bar.task-list-filter .filter-grid.task-list-grid{grid-template-columns:1fr}}.filter-bar.task-list-filter .filter-grid.task-list-grid .filter-group{min-width:auto}.filter-bar.task-list-filter .filter-grid.task-list-grid .filter-group.date-range-group{grid-column:1/-1}.filter-bar.task-list-filter .filter-grid.task-list-grid .filter-group.date-range-group .date-inputs{display:flex;align-items:center;gap:12px}.filter-bar.task-list-filter .filter-grid.task-list-grid .filter-group.date-range-group .date-inputs .date-separator{font-size:18px;font-weight:600;color:#667eea;padding:0 4px}.filter-bar.task-list-filter .filter-grid.task-list-grid .filter-group.date-range-group .date-inputs input[type=date]{flex:1}.filter-bar.task-list-filter .filter-actions{display:flex;justify-content:flex-end;gap:12px;padding-top:16px;border-top:2px solid #e2e8f0}.filter-bar.task-list-filter .filter-actions .btn-reset,.filter-bar.task-list-filter .filter-actions .btn-apply{padding:12px 24px;border:none;border-radius:12px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:8px}.filter-bar.task-list-filter .filter-actions .btn-reset:disabled,.filter-bar.task-list-filter .filter-actions .btn-apply:disabled{opacity:.6;cursor:not-allowed}.filter-bar.task-list-filter .filter-actions .btn-reset svg,.filter-bar.task-list-filter .filter-actions .btn-apply svg{font-size:16px}.filter-bar.task-list-filter .filter-actions .btn-reset{background:#f7fafc;color:#4a5568;border:2px solid #e2e8f0}.filter-bar.task-list-filter .filter-actions .btn-reset:hover:not(:disabled){background:#edf2f7;border-color:#cbd5e0}.filter-bar.task-list-filter .filter-actions .btn-apply{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 12px #667eea4d}.filter-bar.task-list-filter .filter-actions .btn-apply:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.filter-bar.task-list-filter .filter-actions .btn-apply:active:not(:disabled){transform:translateY(0)}.filter-bar.incoming-patients-filter .filter-grid.incoming-patients-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:20px}@media (max-width: 1024px){.filter-bar.incoming-patients-filter .filter-grid.incoming-patients-grid{grid-template-columns:1fr}}.filter-bar.incoming-patients-filter .filter-grid.incoming-patients-grid .filter-group{min-width:auto}.filter-bar.incoming-patients-filter .filter-grid.incoming-patients-grid .filter-group.date-range-group .date-inputs{display:flex;align-items:center;gap:12px}.filter-bar.incoming-patients-filter .filter-grid.incoming-patients-grid .filter-group.date-range-group .date-inputs .date-separator{font-size:18px;font-weight:600;color:#667eea;padding:0 4px}.filter-bar.incoming-patients-filter .filter-grid.incoming-patients-grid .filter-group.date-range-group .date-inputs input[type=date]{flex:1}.filter-bar.incoming-patients-filter .filter-actions{display:flex;justify-content:flex-end;gap:12px;padding-top:16px;border-top:2px solid #e2e8f0}.filter-bar.incoming-patients-filter .filter-actions .btn-reset,.filter-bar.incoming-patients-filter .filter-actions .btn-apply{padding:12px 24px;border:none;border-radius:12px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:8px;letter-spacing:.3px;text-transform:uppercase}.filter-bar.incoming-patients-filter .filter-actions .btn-reset:disabled,.filter-bar.incoming-patients-filter .filter-actions .btn-apply:disabled{opacity:.5;cursor:not-allowed}.filter-bar.incoming-patients-filter .filter-actions .btn-reset svg,.filter-bar.incoming-patients-filter .filter-actions .btn-apply svg{font-size:14px}.filter-bar.incoming-patients-filter .filter-actions .btn-reset{background:#f7fafc;color:#4a5568;border:2px solid #e2e8f0}.filter-bar.incoming-patients-filter .filter-actions .btn-reset:hover:not(:disabled){background:#edf2f7;border-color:#cbd5e0;transform:translateY(-1px);box-shadow:0 4px 12px #00000014}.filter-bar.incoming-patients-filter .filter-actions .btn-apply{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 12px #667eea4d}.filter-bar.incoming-patients-filter .filter-actions .btn-apply:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.filter-bar.incoming-patients-filter .filter-actions .btn-apply:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 8px #667eea4d}.filter-bar.unified-report-filter .filter-grid.unified-report-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:20px}@media (max-width: 1200px){.filter-bar.unified-report-filter .filter-grid.unified-report-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.filter-bar.unified-report-filter .filter-grid.unified-report-grid{grid-template-columns:1fr}}.filter-bar.unified-report-filter .filter-grid.unified-report-grid .filter-group{min-width:auto}.filter-bar.unified-report-filter .filter-grid.unified-report-grid .filter-group.date-range-group{grid-column:span 1}.filter-bar.unified-report-filter .filter-grid.unified-report-grid .filter-group.date-range-group .date-inputs{display:flex;align-items:center;gap:12px}.filter-bar.unified-report-filter .filter-grid.unified-report-grid .filter-group.date-range-group .date-inputs .date-separator{font-size:18px;font-weight:600;color:#667eea;padding:0 4px}.filter-bar.unified-report-filter .filter-grid.unified-report-grid .filter-group.date-range-group .date-inputs input[type=date]{flex:1}.filter-bar.unified-report-filter .filter-actions{display:flex;justify-content:flex-end;gap:12px;padding-top:16px;border-top:2px solid #e2e8f0}.filter-bar.unified-report-filter .filter-actions .btn-reset,.filter-bar.unified-report-filter .filter-actions .btn-apply{padding:12px 24px;border:none;border-radius:12px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:8px;letter-spacing:.3px;text-transform:uppercase}.filter-bar.unified-report-filter .filter-actions .btn-reset:disabled,.filter-bar.unified-report-filter .filter-actions .btn-apply:disabled{opacity:.5;cursor:not-allowed}.filter-bar.unified-report-filter .filter-actions .btn-reset svg,.filter-bar.unified-report-filter .filter-actions .btn-apply svg{font-size:14px}.filter-bar.unified-report-filter .filter-actions .btn-reset{background:#f7fafc;color:#4a5568;border:2px solid #e2e8f0}.filter-bar.unified-report-filter .filter-actions .btn-reset:hover:not(:disabled){background:#edf2f7;border-color:#cbd5e0;transform:translateY(-1px);box-shadow:0 4px 12px #00000014}.filter-bar.unified-report-filter .filter-actions .btn-apply{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 12px #667eea4d}.filter-bar.unified-report-filter .filter-actions .btn-apply:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.filter-bar.unified-report-filter .filter-actions .btn-apply:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 8px #667eea4d}@media (max-width: 1024px){.filter-bar .date-filter-container{gap:12px}.filter-bar .filter-group{min-width:180px}}.filter-bar.leadgen-filter .filter-grid.leadgen-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:20px}@media (max-width: 1024px){.filter-bar.leadgen-filter .filter-grid.leadgen-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.filter-bar.leadgen-filter .filter-grid.leadgen-grid{grid-template-columns:1fr}}.filter-bar.leadgen-filter .filter-grid.leadgen-grid .filter-group{min-width:auto}.filter-bar.leadgen-filter .filter-grid.leadgen-grid .filter-group.date-range-group{grid-column:span 1}@media (max-width: 1024px){.filter-bar.leadgen-filter .filter-grid.leadgen-grid .filter-group.date-range-group{grid-column:span 2}}@media (max-width: 768px){.filter-bar.leadgen-filter .filter-grid.leadgen-grid .filter-group.date-range-group{grid-column:span 1}}.filter-bar.leadgen-filter .filter-grid.leadgen-grid .filter-group.date-range-group .date-inputs{display:flex;align-items:center;gap:12px}.filter-bar.leadgen-filter .filter-grid.leadgen-grid .filter-group.date-range-group .date-inputs .date-separator{font-size:18px;font-weight:600;color:#667eea;padding:0 4px}.filter-bar.leadgen-filter .filter-grid.leadgen-grid .filter-group.date-range-group .date-inputs input[type=date]{flex:1}.filter-bar.leadgen-filter .filter-actions{display:flex;gap:12px;justify-content:flex-end;align-items:center}.filter-bar.leadgen-filter .filter-actions .btn-reset,.filter-bar.leadgen-filter .filter-actions .btn-apply{display:flex;align-items:center;gap:8px;padding:12px 24px;font-size:14px;font-weight:600;border:none;border-radius:10px;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #0000001a}.filter-bar.leadgen-filter .filter-actions .btn-reset svg,.filter-bar.leadgen-filter .filter-actions .btn-apply svg{font-size:16px}.filter-bar.leadgen-filter .filter-actions .btn-reset:disabled,.filter-bar.leadgen-filter .filter-actions .btn-apply:disabled{opacity:.6;cursor:not-allowed}.filter-bar.leadgen-filter .filter-actions .btn-reset{background:linear-gradient(135deg,#718096,#4a5568);color:#fff}.filter-bar.leadgen-filter .filter-actions .btn-reset:hover:not(:disabled){background:linear-gradient(135deg,#4a5568,#2d3748);transform:translateY(-2px);box-shadow:0 4px 12px #4a55684d}.filter-bar.leadgen-filter .filter-actions .btn-reset:active:not(:disabled){transform:translateY(0)}.filter-bar.leadgen-filter .filter-actions .btn-apply{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.filter-bar.leadgen-filter .filter-actions .btn-apply:hover:not(:disabled){background:linear-gradient(135deg,#5568d3,#63408a);transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.filter-bar.leadgen-filter .filter-actions .btn-apply:active:not(:disabled){transform:translateY(0)}@media (max-width: 768px){.filter-bar.leadgen-filter .filter-actions{flex-direction:column-reverse;gap:10px}.filter-bar.leadgen-filter .filter-actions .btn-reset,.filter-bar.leadgen-filter .filter-actions .btn-apply{width:100%;justify-content:center}}@media (max-width: 768px){.filter-bar{padding:16px;border-radius:12px}.filter-bar .date-filter-container{flex-direction:column;align-items:stretch}.filter-bar .filter-group{min-width:100%}.filter-bar .filter-action{justify-content:stretch}.filter-bar .filter-action .filter-button{flex:1;padding:14px 24px}.filter-bar.message-reports-filter .filter-grid.message-reports-grid,.filter-bar.message-reports-filter .filter-grid.standard-reports-grid,.filter-bar.standard-reports-filter .filter-grid.message-reports-grid,.filter-bar.standard-reports-filter .filter-grid.standard-reports-grid{grid-template-columns:1fr}.filter-bar.message-reports-filter .filter-actions,.filter-bar.standard-reports-filter .filter-actions{flex-direction:column-reverse}.filter-bar.message-reports-filter .filter-actions .btn-reset,.filter-bar.message-reports-filter .filter-actions .btn-apply,.filter-bar.standard-reports-filter .filter-actions .btn-reset,.filter-bar.standard-reports-filter .filter-actions .btn-apply{width:100%;justify-content:center}.filter-bar.message-reports-filter .filter-actions .tooltip-container,.filter-bar.standard-reports-filter .filter-actions .tooltip-container{margin-right:0;width:100%;justify-content:center}.filter-bar.task-status-filter .filter-grid.task-status-grid{grid-template-columns:1fr;gap:12px}.filter-bar.task-status-filter .filter-actions{flex-direction:column-reverse;gap:10px}.filter-bar.task-status-filter .filter-actions .btn-reset,.filter-bar.task-status-filter .filter-actions .btn-apply{width:100%;justify-content:center}}._pagination_uz2p7_1{margin-top:20px;display:flex;justify-content:center;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:40px}@media (max-width: 768px){._pagination_uz2p7_1{gap:8px;margin-top:15px}}._ellipsis_uz2p7_17{display:flex;align-items:center;justify-content:center;width:40px;height:40px;color:#94a3b8;font-size:16px;font-weight:700;-webkit-user-select:none;user-select:none}@media (max-width: 768px){._ellipsis_uz2p7_17{width:36px;height:36px;font-size:14px}}._pageInfo_uz2p7_36{display:flex;flex-direction:column;align-items:center;margin-left:16px;padding-left:16px;border-left:1px solid #e2e8f0}@media (max-width: 768px){._pageInfo_uz2p7_36{margin-left:8px;padding-left:8px;font-size:12px}}@media (max-width: 640px){._pageInfo_uz2p7_36{display:none}}._pageInfoText_uz2p7_57{font-size:14px;color:#475569;font-weight:500;line-height:1.2}._pageInfoText_uz2p7_57 strong{color:#1e293b;font-weight:600}@media (max-width: 768px){._pageInfoText_uz2p7_57{font-size:13px}}._recordInfo_uz2p7_73{font-size:12px;color:#64748b;margin-top:2px}@media (max-width: 768px){._recordInfo_uz2p7_73{font-size:11px}}._table-view-container_13app_1{width:100%;margin-top:16px;overflow-x:auto;background:#fffffff2;border-radius:16px;padding:20px;box-shadow:0 4px 20px #00000014}._table-view-container_13app_1 ._report-table_13app_10{width:100%;border-collapse:separate;border-spacing:0;background-color:#fff;border-radius:12px;overflow:hidden;table-layout:auto}._table-view-container_13app_1 ._report-table_13app_10 th,._table-view-container_13app_1 ._report-table_13app_10 td{padding:12px 16px;text-align:left;font-size:13px}._table-view-container_13app_1 ._report-table_13app_10 th{background:linear-gradient(90deg,#3a7bd5,#3a7bd5 99%,#74b7fe);color:#fff;font-weight:600;position:sticky;top:0;z-index:10;white-space:nowrap;text-transform:uppercase;font-size:11px;letter-spacing:.5px;padding:14px 16px}._table-view-container_13app_1 ._report-table_13app_10 th:first-child{border-top-left-radius:12px}._table-view-container_13app_1 ._report-table_13app_10 th:last-child{border-top-right-radius:12px}._table-view-container_13app_1 ._report-table_13app_10 tr{transition:all .3s cubic-bezier(.4,0,.2,1)}._table-view-container_13app_1 ._report-table_13app_10 tr:hover{background:linear-gradient(135deg,#667eea0d,#764ba20d);transform:translateY(-1px);box-shadow:0 2px 8px #0000000d}._table-view-container_13app_1 ._report-table_13app_10 tr:last-child td{border-bottom:none}._table-view-container_13app_1 ._report-table_13app_10 tr._detail-row_13app_55{background:linear-gradient(135deg,#667eea08,#764ba208)}._table-view-container_13app_1 ._report-table_13app_10 tr._detail-row_13app_55:hover{background:linear-gradient(135deg,#667eea14,#764ba214)}._table-view-container_13app_1 ._report-table_13app_10 td{color:#1e293b;border-bottom:1px solid rgba(226,232,240,.8)}._table-view-container_13app_1 ._report-table_13app_10 .date-column ._date-icon_13app_65,._table-view-container_13app_1 ._report-table_13app_10 .name-column ._user-icon_13app_69{margin-right:8px;font-size:16px}._table-view-container_13app_1 ._report-table_13app_10 .name-column strong{color:#1e40af;font-weight:600}._table-view-container_13app_1 ._report-table_13app_10 .count-column ._appointment-badge_13app_77{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;background:linear-gradient(135deg,#dbeafe,#bfdbfe);border-radius:8px;border:1px solid #93c5fd;font-weight:600;color:#1e40af;box-shadow:0 2px 4px #3b82f61a;transition:all .2s ease}._table-view-container_13app_1 ._report-table_13app_10 .count-column ._appointment-badge_13app_77:hover{transform:translateY(-1px);box-shadow:0 3px 6px #3b82f626}._table-view-container_13app_1 ._report-table_13app_10 .count-column ._appointment-badge_13app_77 ._badge-icon_13app_94{background:#3b82f6;color:#fff;border-radius:50%;width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:700}._table-view-container_13app_1 ._report-table_13app_10 .count-column ._appointment-badge_13app_77 strong{font-size:15px}._table-view-container_13app_1 ._report-table_13app_10 .status-column ._status-badge_13app_109{display:inline-flex;align-items:center;gap:6px;padding:6px 16px;border-radius:20px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 2px 6px #0000001a;transition:all .2s ease}._table-view-container_13app_1 ._report-table_13app_10 .status-column ._status-badge_13app_109:hover{transform:translateY(-1px);box-shadow:0 3px 8px #00000026}._table-view-container_13app_1 ._report-table_13app_10 .status-column ._status-badge_13app_109 ._status-emoji_13app_126{font-size:14px;display:inline-flex;align-items:center}._table-view-container_13app_1 ._report-table_13app_10 .status-column ._status-badge_13app_109._badge-high_13app_131{background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff}._table-view-container_13app_1 ._report-table_13app_10 .status-column ._status-badge_13app_109._badge-medium_13app_135{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}._table-view-container_13app_1 ._report-table_13app_10 .status-column ._status-badge_13app_109._badge-low_13app_139{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff}._table-view-container_13app_1 ._report-table_13app_10 .status-column ._status-badge_13app_109._badge-none_13app_143{background:linear-gradient(135deg,#94a3b8,#64748b);color:#fff}._table-view-container_13app_1 ._detail-toggle_13app_147{display:flex;justify-content:center}._table-view-container_13app_1 ._detail-toggle_13app_147 ._toggle-button_13app_151{background:none;border:none;cursor:pointer;color:#667eea;padding:8px;font-size:18px;display:flex;align-items:center;justify-content:center;transition:all .3s cubic-bezier(.4,0,.2,1);border-radius:8px}._table-view-container_13app_1 ._detail-toggle_13app_147 ._toggle-button_13app_151:hover{background:#667eea1a;transform:scale(1.1)}._table-summary_13app_169{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:24px}._table-summary_13app_169 ._summary-card_13app_175{background:linear-gradient(135deg,#667eea14,#764ba214);border:2px solid rgba(102,126,234,.15);border-radius:12px;padding:16px 20px;display:flex;align-items:center;gap:14px;transition:all .3s cubic-bezier(.4,0,.2,1)}._table-summary_13app_169 ._summary-card_13app_175:hover{transform:translateY(-2px);box-shadow:0 6px 16px #667eea26;border-color:#667eea4d}._table-summary_13app_169 ._summary-card_13app_175 ._summary-icon_13app_190{font-size:32px;display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:#fffc;border-radius:10px;box-shadow:0 2px 8px #00000014}._table-summary_13app_169 ._summary-card_13app_175 ._summary-value_13app_201{font-size:24px;font-weight:700;color:#667eea;line-height:1.2}._table-summary_13app_169 ._summary-card_13app_175 ._summary-label_13app_207{font-size:12px;color:#64748b;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-top:2px}._export-buttons_13app_216{display:flex;gap:12px;margin-bottom:20px}._export-buttons_13app_216 button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;color:#fff;padding:12px 24px;border-radius:12px;cursor:pointer;font-size:14px;font-weight:600;display:flex;align-items:center;gap:8px;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #667eea4d}._export-buttons_13app_216 button:hover{transform:translateY(-2px);box-shadow:0 6px 16px #667eea66}._export-buttons_13app_216 button:active{transform:translateY(0)}._export-buttons_13app_216 button svg{font-size:18px}._pagination-container_13app_247{margin-top:24px;display:flex;justify-content:center}._pagination-container_13app_247 ._pagination_13app_247{display:flex;list-style:none;padding:0;margin:0;gap:8px}._pagination-container_13app_247 ._pagination_13app_247 li a{display:flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 12px;border-radius:10px;border:2px solid rgba(102,126,234,.2);background-color:#fff;color:#667eea;cursor:pointer;font-size:14px;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1)}._pagination-container_13app_247 ._pagination_13app_247 li a:hover{background:linear-gradient(135deg,#667eea1a,#764ba21a);border-color:#667eea;transform:translateY(-2px);box-shadow:0 4px 12px #667eea33}._pagination-container_13app_247 ._pagination_13app_247 li._active_13app_281 a{background:linear-gradient(135deg,#667eea,#764ba2);border-color:transparent;color:#fff;box-shadow:0 4px 12px #667eea66}._pagination-container_13app_247 ._pagination_13app_247 li._disabled_13app_287 a{color:#cbd5e1;border-color:#e2e8f0;pointer-events:none;opacity:.5}._labels-container_13app_294{display:flex;flex-wrap:wrap;gap:4px;align-items:center;max-width:300px}._label-tag_13app_302{display:inline-block;padding:3px 8px;border-radius:6px;font-weight:500;max-width:200px;overflow:hidden;text-overflow:ellipsis;font-size:11px;font-weight:600;white-space:nowrap;box-shadow:0 2px 6px #0000001a;transition:all .2s ease}._label-tag_13app_302:hover{transform:translateY(-1px);box-shadow:0 3px 8px #00000026}._updated-badge_13app_323{display:inline-block;padding:4px 10px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border-radius:6px;font-size:11px;font-weight:600;box-shadow:0 2px 6px #10b9814d}._no-update_13app_334{color:#94a3b8;font-size:13px}._detail-content_13app_339{padding:20px;background:#ffffff80;border-radius:12px}._detail-content_13app_339 h4{margin:0 0 16px;color:#667eea;font-size:16px;font-weight:600;border-bottom:2px solid rgba(102,126,234,.2);padding-bottom:8px}._offers-list_13app_353,._notes-list_13app_354{display:flex;flex-direction:column;gap:16px}._offer-item_13app_360,._note-item_13app_361{background:#fff;padding:16px;border-radius:10px;border-left:4px solid #667eea;box-shadow:0 2px 8px #0000000d;transition:all .3s ease}._offer-item_13app_360:hover,._note-item_13app_361:hover{transform:translate(4px);box-shadow:0 4px 12px #0000001a}._offer-item_13app_360 p,._note-item_13app_361 p{margin:8px 0;font-size:14px;color:#475569}._offer-item_13app_360 p strong,._note-item_13app_361 p strong{color:#1e293b;font-weight:600;margin-right:8px}._offer-item_13app_360 p:first-child,._note-item_13app_361 p:first-child{margin-top:0}._offer-item_13app_360 p:last-child,._note-item_13app_361 p:last-child{margin-bottom:0}@media (max-width: 768px){._table-view-container_13app_1{padding:16px}._table-view-container_13app_1 ._table-summary_13app_169{grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:20px}._table-view-container_13app_1 ._table-summary_13app_169 ._summary-card_13app_175{padding:12px 16px}._table-view-container_13app_1 ._table-summary_13app_169 ._summary-card_13app_175 ._summary-icon_13app_190{font-size:24px;width:40px;height:40px}._table-view-container_13app_1 ._table-summary_13app_169 ._summary-card_13app_175 ._summary-value_13app_201{font-size:20px}._table-view-container_13app_1 ._table-summary_13app_169 ._summary-card_13app_175 ._summary-label_13app_207{font-size:11px}._table-view-container_13app_1 ._report-table_13app_10 th,._table-view-container_13app_1 ._report-table_13app_10 td{padding:10px 8px;font-size:13px}._table-view-container_13app_1 ._report-table_13app_10 .count-column ._appointment-badge_13app_77{padding:4px 10px;font-size:11px}._table-view-container_13app_1 ._report-table_13app_10 .count-column ._appointment-badge_13app_77 strong{font-size:13px}._table-view-container_13app_1 ._report-table_13app_10 .status-column ._status-badge_13app_109{padding:4px 12px;font-size:10px}._table-view-container_13app_1 ._export-buttons_13app_216{flex-wrap:wrap}._table-view-container_13app_1 ._export-buttons_13app_216 button{padding:6px 10px;font-size:12px}}@media (max-width: 480px){._table-view-container_13app_1{padding:12px}._table-view-container_13app_1 ._table-summary_13app_169{grid-template-columns:1fr;gap:10px;margin-bottom:16px}._table-view-container_13app_1 ._table-summary_13app_169 ._summary-card_13app_175{padding:10px 14px}._table-view-container_13app_1 ._table-summary_13app_169 ._summary-card_13app_175 ._summary-icon_13app_190{font-size:20px;width:36px;height:36px}._table-view-container_13app_1 ._table-summary_13app_169 ._summary-card_13app_175 ._summary-value_13app_201{font-size:18px}._table-view-container_13app_1 ._table-summary_13app_169 ._summary-card_13app_175 ._summary-label_13app_207{font-size:10px}._table-view-container_13app_1 ._report-table_13app_10 th,._table-view-container_13app_1 ._report-table_13app_10 td{padding:8px 5px;font-size:12px}._table-view-container_13app_1 ._report-table_13app_10 .date-column ._date-icon_13app_65,._table-view-container_13app_1 ._report-table_13app_10 .name-column ._user-icon_13app_69{display:none}._table-view-container_13app_1 ._report-table_13app_10 .count-column ._appointment-badge_13app_77{padding:3px 8px;font-size:10px}._table-view-container_13app_1 ._report-table_13app_10 .count-column ._appointment-badge_13app_77 ._badge-icon_13app_94{width:14px;height:14px;font-size:10px}._table-view-container_13app_1 ._report-table_13app_10 .count-column ._appointment-badge_13app_77 strong{font-size:12px}._table-view-container_13app_1 ._report-table_13app_10 .status-column ._status-badge_13app_109{padding:3px 8px;font-size:9px}._table-view-container_13app_1 ._pagination-container_13app_247 ._pagination_13app_247 li{margin:0 2px}._table-view-container_13app_1 ._pagination-container_13app_247 ._pagination_13app_247 li a{width:30px;height:30px;font-size:12px}}._gender-icon-male_13app_502{color:#3b82f6;margin-left:6px;font-size:14px}._gender-icon-female_13app_508{color:#ec4899;margin-left:6px;font-size:14px}._badge_13app_94{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;border-radius:6px;font-size:12px;font-weight:600;white-space:nowrap}._badge_13app_94._chat-whatsapp_13app_524{background:linear-gradient(135deg,#25d366,#128c7e);color:#fff}._badge_13app_94._chat-other_13app_528{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}._transaction-badge_13app_533{display:inline-flex;align-items:center;justify-content:center;min-width:32px;padding:4px 10px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:6px;font-size:13px;font-weight:700;box-shadow:0 2px 6px #667eea4d}._doctor-info_13app_547{display:flex;flex-direction:column;gap:4px}._doctor-info_13app_547 ._doctor-name_13app_552,._doctor-info_13app_547 ._department-name_13app_553,._doctor-info_13app_547 ._branch-name_13app_554{display:flex;align-items:center;gap:6px;font-size:12px}._doctor-info_13app_547 ._doctor-name_13app_552{font-weight:600;color:#1e293b}._doctor-info_13app_547 ._department-name_13app_553{color:#64748b;font-size:11px}._doctor-info_13app_547 ._branch-name_13app_554{color:#94a3b8;font-size:11px;font-style:italic}._doctor-info_13app_547 ._doctor-icon_13app_573,._doctor-info_13app_547 ._hospital-icon_13app_574{color:#667eea;font-size:12px}._table-header-info_13app_579{margin-bottom:16px;padding:12px 16px;background:linear-gradient(135deg,#667eea1a,#764ba21a);border-radius:8px}._table-header-info_13app_579 p{margin:0;font-size:14px;color:#475569}._table-header-info_13app_579 p strong{color:#667eea;font-weight:700}._patient-name_13app_595{display:flex;align-items:center;gap:6px;font-weight:600;color:#1e293b;font-size:13px;margin-bottom:4px}._patient-phone_13app_605,._patient-birth_13app_606,._patient-email_13app_607{display:flex;align-items:center;gap:6px;font-size:11px;color:#64748b;margin-top:2px}._patient-birth_13app_606{color:#94a3b8}._patient-email_13app_607{color:#94a3b8;font-style:italic}._phone-icon_13app_625,._calendar-icon_13app_626{font-size:10px;color:#94a3b8}._expand-button_13app_631{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:6px;padding:6px 10px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;font-size:12px}._expand-button_13app_631:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 8px #667eea4d}._expand-button_13app_631:disabled{background:#e2e8f0;color:#94a3b8;cursor:not-allowed}._expand-button_13app_631 ._no-data-icon_13app_653{font-size:14px;color:inherit}._transaction-details_13app_658{padding:20px;background:linear-gradient(135deg,#667eea0d,#764ba20d);border-radius:8px;margin:8px 0}._transaction-details_13app_658 ._details-title_13app_664{margin:0 0 16px;font-size:14px;font-weight:700;color:#1e293b;display:flex;align-items:center;gap:8px}._transaction-details_13app_658 ._details-title_13app_664:before{content:"";width:4px;height:20px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:2px}._transactions-grid_13app_681{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:12px}._transaction-card_13app_687{background:#fff;border-radius:8px;padding:12px;box-shadow:0 2px 6px #00000014;transition:all .2s ease}._transaction-card_13app_687:hover{box-shadow:0 4px 12px #0000001f;transform:translateY(-2px)}._transaction-header_13app_699{display:flex;justify-content:space-between;align-items:center;padding-bottom:10px;margin-bottom:10px;border-bottom:1px solid #e2e8f0}._transaction-header_13app_699 ._transaction-id_13app_707{font-size:11px;font-weight:700;color:#667eea;background:#667eea1a;padding:3px 8px;border-radius:4px}._transaction-header_13app_699 ._transaction-date_13app_715{font-size:10px;color:#64748b}._transaction-body_13app_720{display:flex;flex-direction:column;gap:8px}._transaction-item_13app_726{display:flex;align-items:flex-start;gap:8px}._transaction-item_13app_726 ._item-icon_13app_731{color:#667eea;font-size:12px;margin-top:2px}._transaction-item_13app_726 ._item-content_13app_736{flex:1;display:flex;flex-direction:column;gap:2px}._transaction-item_13app_726 ._item-label_13app_742{font-size:10px;color:#94a3b8;text-transform:uppercase;font-weight:600;letter-spacing:.5px}._transaction-item_13app_726 ._item-value_13app_749{font-size:12px;color:#1e293b;font-weight:500}._container_52i4x_1{padding:20px;min-height:100vh}._tabNavigation_52i4x_6{display:flex;gap:8px;margin-bottom:24px;border-bottom:2px solid #e2e8f0;padding-bottom:0}._tabButton_52i4x_14{display:flex;align-items:center;gap:8px;padding:12px 24px;background:transparent;border:none;border-bottom:3px solid transparent;color:#64748b;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;position:relative;bottom:-2px}._tabButton_52i4x_14 ._tabIcon_52i4x_30{font-size:16px}._tabButton_52i4x_14:hover{color:#475569;background:#f8fafc}._tabButton_52i4x_14._active_52i4x_37{color:#667eea;border-bottom-color:#667eea;background:linear-gradient(to bottom,#f8fafc,transparent)}._patientListContent_52i4x_43{margin-top:20px}._loadingContainer_52i4x_47{display:flex;justify-content:center;align-items:center;padding:60px 20px}._loadingContainer_52i4x_47 p{font-size:16px;color:#64748b}._headerSection_52i4x_58{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;padding:1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;color:#fff;box-shadow:0 8px 32px #667eea4d}._headerSection_52i4x_58 ._titleSection_52i4x_69{flex:1}._headerSection_52i4x_58 ._headerActions_52i4x_72{display:flex;flex-direction:column;gap:1rem;align-items:center;flex-wrap:wrap}._headerSection_52i4x_58 ._mainTitle_52i4x_79{display:flex;align-items:center;gap:.5rem;font-size:1.75rem;font-weight:700;margin-bottom:1rem;text-shadow:0 2px 4px rgba(0,0,0,.1)}._headerSection_52i4x_58 ._mainTitle_52i4x_79 ._titleIcon_52i4x_88{font-size:1.5rem}._headerSection_52i4x_58 ._dateInfo_52i4x_91{display:flex;flex-direction:column;align-items:start;gap:.5rem;font-size:.9rem;opacity:.9;flex-wrap:wrap}._headerSection_52i4x_58 ._dateInfo_52i4x_91 ._infoIcon_52i4x_100{font-size:.8rem}._headerSection_52i4x_58 ._dateInfo_52i4x_91 ._dataNote_52i4x_103{font-style:italic;opacity:.8}._headerSection_52i4x_58 ._downloadBtn_52i4x_107{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:#ffffff26;color:#fff;border:1px solid rgba(255,255,255,.2);border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);min-width:180px;justify-content:center}._headerSection_52i4x_58 ._downloadBtn_52i4x_107:hover:not(:disabled){background:#ffffff40;border-color:#fff6;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}._headerSection_52i4x_58 ._downloadBtn_52i4x_107:disabled{opacity:.6;cursor:not-allowed;transform:none}._headerSection_52i4x_58 ._downloadBtn_52i4x_107 ._spinner_52i4x_135{animation:_spin_52i4x_135 1s linear infinite}@keyframes _spin_52i4x_135{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._headerSection_52i4x_58 ._downloadBtn_52i4x_107 span{font-size:.85rem}._headerSection_52i4x_58 ._dropdownContainer_52i4x_149{position:relative;display:inline-block}._headerSection_52i4x_58 ._dropdownBtn_52i4x_153 ._chevron_52i4x_153{margin-left:8px;font-size:12px;transition:transform .3s ease}._headerSection_52i4x_58 ._dropdownBtn_52i4x_153 ._chevron_52i4x_153._open_52i4x_158{transform:rotate(180deg)}._headerSection_52i4x_58 ._dropdownMenu_52i4x_161{position:absolute;top:100%;right:0;margin-top:8px;background:#fffffffa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:2px solid rgba(102,126,234,.15);border-radius:12px;box-shadow:0 12px 40px #00000026;z-index:1000;min-width:200px;animation:_slideDown_52i4x_1 .3s ease;overflow:hidden}@keyframes _slideDown_52i4x_1{0%{opacity:0;transform:translateY(-10px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}._headerSection_52i4x_58 ._dropdownItem_52i4x_186{display:flex;align-items:center;gap:12px;width:100%;padding:12px 16px;background:none;border:none;font-size:14px;font-weight:500;color:#2d3748;cursor:pointer;transition:all .2s ease;text-align:left}._headerSection_52i4x_58 ._dropdownItem_52i4x_186:hover:not(:disabled){background:linear-gradient(135deg,#667eea14,#764ba214);color:#1a202c;transform:translate(4px)}._headerSection_52i4x_58 ._dropdownItem_52i4x_186:hover:not(:disabled):before{content:"";position:absolute;left:0;top:20%;bottom:20%;width:3px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:0 2px 2px 0}._headerSection_52i4x_58 ._dropdownItem_52i4x_186:disabled{opacity:.6;cursor:not-allowed}._headerSection_52i4x_58 ._dropdownItem_52i4x_186:not(:last-child){border-bottom:1px solid rgba(102,126,234,.1)}._headerSection_52i4x_58 ._dropdownItem_52i4x_186 svg{font-size:16px;flex-shrink:0}._headerSection_52i4x_58 ._dropdownItem_52i4x_186 span{font-size:14px}._reportContent_52i4x_231{position:relative}@media print{._container_52i4x_1{padding:10px!important;background:#fff!important}._summaryCards_52i4x_240{gap:10px!important;margin-bottom:15px!important}._summaryCard_52i4x_240{padding:15px!important;box-shadow:none!important}._chartsGrid_52i4x_248{gap:15px!important;margin-bottom:15px!important}._chartCard_52i4x_252,._dataQualitySection_52i4x_256{padding:15px!important;box-shadow:none!important}}._summaryCards_52i4x_240{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin-bottom:30px}._summaryCard_52i4x_240{background:#fff;border-radius:15px;padding:25px;box-shadow:0 8px 25px #0000001a;display:flex;align-items:center;gap:20px;transition:all .3s ease;border-left:5px solid transparent}._summaryCard_52i4x_240:hover{transform:translateY(-5px);box-shadow:0 12px 35px #00000026}._summaryCard_52i4x_240:nth-child(1){border-left-color:#4fc3f7}._summaryCard_52i4x_240:nth-child(1) ._cardIcon_52i4x_286{background:linear-gradient(135deg,#4fc3f7,#29b6f6)}._summaryCard_52i4x_240:nth-child(2){border-left-color:#66bb6a}._summaryCard_52i4x_240:nth-child(2) ._cardIcon_52i4x_286{background:linear-gradient(135deg,#66bb6a,#4caf50)}._summaryCard_52i4x_240:nth-child(3){border-left-color:#ffa726}._summaryCard_52i4x_240:nth-child(3) ._cardIcon_52i4x_286{background:linear-gradient(135deg,#ffa726,#ff9800)}._summaryCard_52i4x_240:nth-child(4){border-left-color:#ab47bc}._summaryCard_52i4x_240:nth-child(4) ._cardIcon_52i4x_286{background:linear-gradient(135deg,#ab47bc,#9c27b0)}._cardIcon_52i4x_286{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:24px;flex-shrink:0}._cardContent_52i4x_320{flex:1}._cardContent_52i4x_320 h3{margin:0 0 8px;font-size:16px;color:#666;font-weight:500}._cardValue_52i4x_330{font-size:28px;font-weight:700;color:#333;line-height:1}._chartsGrid_52i4x_248{display:grid;grid-template-columns:repeat(auto-fit,minmax(500px,1fr));gap:25px;margin-bottom:30px}._chartCard_52i4x_252{background:#fff;border-radius:15px;padding:25px;box-shadow:0 8px 25px #0000001a;transition:all .3s ease}._chartCard_52i4x_252:hover{transform:translateY(-2px);box-shadow:0 12px 35px #00000026}._chartTitle_52i4x_356{display:flex;align-items:center;gap:10px;margin:0 0 20px;font-size:18px;font-weight:600;color:#333;border-bottom:2px solid #f0f0f0;padding-bottom:10px}._titleIcon_52i4x_88{color:#4fc3f7;font-size:20px}._customTooltip_52i4x_373{background:#fffffffa;border:1px solid #e0e0e0;border-radius:8px;padding:12px;box-shadow:0 4px 15px #0000001a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}._tooltipLabel_52i4x_382{font-weight:600;color:#333;margin:0 0 8px;font-size:14px}._tooltipValue_52i4x_389{margin:4px 0;font-size:13px;font-weight:500}._dataQualitySection_52i4x_256{background:#fff;border-radius:15px;padding:25px;box-shadow:0 8px 25px #0000001a}._sectionTitle_52i4x_402{margin:0 0 20px;font-size:20px;font-weight:600;color:#333;border-bottom:2px solid #4fc3f7;padding-bottom:10px}._qualityCards_52i4x_411{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:15px}._qualityCard_52i4x_411{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:10px;padding:20px;display:flex;justify-content:space-between;align-items:center;border-left:4px solid #4fc3f7;transition:all .3s ease}._qualityCard_52i4x_411:hover{transform:translate(5px);box-shadow:0 4px 15px #0000001a}._qualityLabel_52i4x_432{font-weight:500;color:#666;font-size:14px}._qualityValue_52i4x_438{font-weight:700;color:#333;font-size:18px}._noData_52i4x_444{background:#fff;border-radius:15px;padding:40px;text-align:center;font-size:18px;color:#666;box-shadow:0 8px 25px #0000001a}@media (max-width: 768px){._container_52i4x_1{padding:15px}._headerSection_52i4x_58{flex-direction:column;gap:20px;align-items:stretch}._headerSection_52i4x_58 ._headerActions_52i4x_72{align-self:flex-end;gap:.75rem}._headerSection_52i4x_58 ._headerActions_52i4x_72 ._dropdownContainer_52i4x_149 ._dropdownMenu_52i4x_161{right:0;min-width:220px}._mainTitle_52i4x_79{font-size:24px}._mainTitle_52i4x_79 ._titleIcon_52i4x_88{font-size:28px}._summaryCards_52i4x_240{grid-template-columns:1fr;gap:15px}._summaryCard_52i4x_240{padding:20px;flex-direction:column;text-align:center;gap:15px}._cardValue_52i4x_330{font-size:24px}._chartsGrid_52i4x_248{grid-template-columns:1fr;gap:20px}._chartCard_52i4x_252{padding:20px}._chartTitle_52i4x_356{font-size:16px}._qualityCards_52i4x_411{grid-template-columns:1fr}._qualityCard_52i4x_411{flex-direction:column;gap:10px;text-align:center}}@media (max-width: 480px){._container_52i4x_1{padding:10px}._headerSection_52i4x_58{padding:15px}._headerSection_52i4x_58 ._headerActions_52i4x_72{flex-direction:column;width:100%;align-self:center;gap:.5rem}._headerSection_52i4x_58 ._headerActions_52i4x_72 ._dropdownContainer_52i4x_149{width:100%}._headerSection_52i4x_58 ._headerActions_52i4x_72 ._dropdownContainer_52i4x_149 ._dropdownMenu_52i4x_161{right:0;left:0;min-width:100%}._mainTitle_52i4x_79{font-size:18px;flex-direction:column;text-align:center;gap:10px}._summaryCard_52i4x_240{padding:15px}._cardIcon_52i4x_286{width:50px;height:50px;font-size:20px}._cardValue_52i4x_330{font-size:20px}._chartCard_52i4x_252{padding:15px}._dataQualitySection_52i4x_256{padding:20px}._downloadBtn_52i4x_107{padding:10px 16px;font-size:12px;min-width:100%}._downloadBtn_52i4x_107 span{font-size:11px}}.message-reports-summary{margin-bottom:20px}.message-reports-summary .summary-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:16px}.message-reports-summary .summary-grid .summary-card{position:relative;background:linear-gradient(135deg,#fff,#f8fafc);border-radius:12px;padding:18px 20px;box-shadow:0 1px 3px #00000014,0 1px 2px #0000000f;border:1px solid #e2e8f0;transition:all .3s cubic-bezier(.4,0,.2,1);overflow:hidden}.message-reports-summary .summary-grid .summary-card:hover{transform:translateY(-2px);box-shadow:0 4px 6px #0000001a,0 2px 4px #0000000f;border-color:currentColor}.message-reports-summary .summary-grid .summary-card .card-decoration{position:absolute;top:-30px;right:-30px;width:100px;height:100px;border-radius:50%;opacity:.05}.message-reports-summary .summary-grid .summary-card .card-icon{width:44px;height:44px;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:12px;font-size:22px;position:relative;z-index:1}.message-reports-summary .summary-grid .summary-card .card-content{position:relative;z-index:1}.message-reports-summary .summary-grid .summary-card .card-content .card-title{margin:0 0 6px;font-size:12px;color:#64748b;font-weight:600;text-transform:uppercase;letter-spacing:.8px}.message-reports-summary .summary-grid .summary-card .card-content .card-value{margin:0 0 4px;font-size:26px;font-weight:700;color:#0f172a;line-height:1.2}.message-reports-summary .summary-grid .summary-card .card-content .card-subtitle{margin:0;font-size:11px;color:#94a3b8;font-weight:500}.message-reports-summary .summary-grid .summary-card.blue{border-left:3px solid #3b82f6}.message-reports-summary .summary-grid .summary-card.blue .card-icon{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff}.message-reports-summary .summary-grid .summary-card.blue .card-decoration{background:#3b82f6}.message-reports-summary .summary-grid .summary-card.green{border-left:3px solid #10b981}.message-reports-summary .summary-grid .summary-card.green .card-icon{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.message-reports-summary .summary-grid .summary-card.green .card-decoration{background:#10b981}.message-reports-summary .summary-grid .summary-card.purple{border-left:3px solid #8b5cf6}.message-reports-summary .summary-grid .summary-card.purple .card-icon{background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff}.message-reports-summary .summary-grid .summary-card.purple .card-decoration{background:#8b5cf6}.message-reports-summary .summary-grid .summary-card.orange{border-left:3px solid #f59e0b}.message-reports-summary .summary-grid .summary-card.orange .card-icon{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}.message-reports-summary .summary-grid .summary-card.orange .card-decoration{background:#f59e0b}.message-reports-summary .summary-grid .summary-card.teal{border-left:3px solid #14b8a6}.message-reports-summary .summary-grid .summary-card.teal .card-icon{background:linear-gradient(135deg,#14b8a6,#0d9488);color:#fff}.message-reports-summary .summary-grid .summary-card.teal .card-decoration{background:#14b8a6}.message-reports-summary .summary-grid .summary-card.pink{border-left:3px solid #ec4899}.message-reports-summary .summary-grid .summary-card.pink .card-icon{background:linear-gradient(135deg,#ec4899,#db2777);color:#fff}.message-reports-summary .summary-grid .summary-card.pink .card-decoration{background:#ec4899}.message-reports-summary .additional-info{background:linear-gradient(135deg,#fff,#f8fafc);border-radius:12px;padding:18px 24px;box-shadow:0 1px 3px #00000014;border:1px solid #e2e8f0;display:grid;grid-template-columns:repeat(2,1fr);gap:32px;align-items:center}.message-reports-summary .additional-info .info-item{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 18px;background:linear-gradient(135deg,#f8fafc,#fff);border-radius:10px;border:1px solid #e2e8f0;transition:all .3s cubic-bezier(.4,0,.2,1)}.message-reports-summary .additional-info .info-item:hover{transform:translateY(-2px);box-shadow:0 4px 8px #0000001a;border-color:#3b82f6}.message-reports-summary .additional-info .info-item .info-label{font-size:13px;color:#64748b;font-weight:600;flex:1}.message-reports-summary .additional-info .info-item .info-value{font-size:14px;font-weight:700;padding:6px 14px;background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff;border-radius:8px;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 2px 4px #3b82f64d;white-space:nowrap}@media (max-width: 768px){.message-reports-summary .summary-grid{grid-template-columns:repeat(2,1fr);gap:12px}.message-reports-summary .additional-info{grid-template-columns:1fr;gap:12px;padding:16px 18px}}@media (max-width: 480px){.message-reports-summary .summary-grid{grid-template-columns:1fr}.message-reports-summary .additional-info .info-item{flex-direction:column;align-items:flex-start;gap:8px}.message-reports-summary .additional-info .info-item .info-value{align-self:stretch;text-align:center}}.message-reports-user-stats .top-performers{margin-bottom:24px}.message-reports-user-stats .top-performers h4{margin:0 0 16px;font-size:18px;font-weight:700;color:#0f172a;display:flex;align-items:center;gap:8px}.message-reports-user-stats .top-performers h4:before{content:"";display:block;width:4px;height:20px;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:2px}.message-reports-user-stats .top-performers .performers-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px}.message-reports-user-stats .top-performers .performers-grid .performer-card{display:flex;align-items:center;gap:16px;padding:18px 20px;background:linear-gradient(135deg,#fff,#f8fafc);border-radius:12px;box-shadow:0 1px 3px #00000014;border:1px solid #e2e8f0;border-left:3px solid;transition:all .3s cubic-bezier(.4,0,.2,1)}.message-reports-user-stats .top-performers .performers-grid .performer-card:hover{transform:translateY(-2px);box-shadow:0 4px 6px #0000001a}.message-reports-user-stats .top-performers .performers-grid .performer-card .performer-icon{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:22px;flex-shrink:0;padding:10px}.message-reports-user-stats .top-performers .performers-grid .performer-card .performer-info{flex:1;min-width:0}.message-reports-user-stats .top-performers .performers-grid .performer-card .performer-info .performer-title{margin:0 0 6px;font-size:11px;color:#64748b;font-weight:600;text-transform:uppercase;letter-spacing:.8px}.message-reports-user-stats .top-performers .performers-grid .performer-card .performer-info .performer-name{margin:0 0 4px;font-size:16px;color:#0f172a;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.message-reports-user-stats .top-performers .performers-grid .performer-card .performer-info .performer-stat{margin:0;font-size:15px;font-weight:700}.message-reports-user-stats .top-performers .performers-grid .performer-card.active{border-color:#f59e0b}.message-reports-user-stats .top-performers .performers-grid .performer-card.active .performer-icon{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}.message-reports-user-stats .top-performers .performers-grid .performer-card.active .performer-stat{color:#f59e0b}.message-reports-user-stats .top-performers .performers-grid .performer-card.fast{border-color:#10b981}.message-reports-user-stats .top-performers .performers-grid .performer-card.fast .performer-icon{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.message-reports-user-stats .top-performers .performers-grid .performer-card.fast .performer-stat{color:#10b981}.message-reports-user-stats .top-performers .performers-grid .performer-card.rate{border-color:#3b82f6}.message-reports-user-stats .top-performers .performers-grid .performer-card.rate .performer-icon{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff}.message-reports-user-stats .top-performers .performers-grid .performer-card.rate .performer-stat{color:#3b82f6}.message-reports-user-stats .avg-statistics{margin-bottom:24px}.message-reports-user-stats .avg-statistics h4{margin:0 0 16px;font-size:18px;font-weight:700;color:#0f172a;display:flex;align-items:center;gap:8px}.message-reports-user-stats .avg-statistics h4:before{content:"";display:block;width:4px;height:20px;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:2px}.message-reports-user-stats .avg-statistics .stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:14px}.message-reports-user-stats .avg-statistics .stats-grid .stat-box{display:flex;flex-direction:column;gap:8px;padding:16px 18px;background:linear-gradient(135deg,#fff,#f8fafc);border-radius:10px;border:1px solid #e2e8f0;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.message-reports-user-stats .avg-statistics .stats-grid .stat-box:before{content:"";position:absolute;top:0;left:0;width:100%;height:3px;background:linear-gradient(90deg,#3b82f6,#8b5cf6);transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.message-reports-user-stats .avg-statistics .stats-grid .stat-box:hover{transform:translateY(-2px);border-color:#3b82f6;box-shadow:0 4px 6px #3b82f626}.message-reports-user-stats .avg-statistics .stats-grid .stat-box:hover:before{transform:scaleX(1)}.message-reports-user-stats .avg-statistics .stats-grid .stat-box .stat-label{font-size:12px;color:#64748b;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.message-reports-user-stats .avg-statistics .stats-grid .stat-box .stat-value{font-size:24px;font-weight:700;color:#0f172a;line-height:1.2}.message-reports-user-stats .role-filter{margin-bottom:20px}.message-reports-user-stats .role-filter h4{margin:0 0 14px;font-size:18px;font-weight:700;color:#0f172a;display:flex;align-items:center;gap:8px}.message-reports-user-stats .role-filter h4:before{content:"";display:block;width:4px;height:20px;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:2px}.message-reports-user-stats .role-filter .filter-buttons{display:flex;gap:10px;flex-wrap:wrap}.message-reports-user-stats .role-filter .filter-buttons button{display:flex;align-items:center;gap:8px;padding:10px 18px;background:#fff;border:1.5px solid #e2e8f0;border-radius:8px;color:#64748b;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1)}.message-reports-user-stats .role-filter .filter-buttons button svg{font-size:15px}.message-reports-user-stats .role-filter .filter-buttons button:hover{border-color:#3b82f6;color:#3b82f6;background:#3b82f60d;transform:translateY(-1px)}.message-reports-user-stats .role-filter .filter-buttons button.active{background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-color:transparent;color:#fff;box-shadow:0 2px 4px #3b82f64d;transform:translateY(-1px)}.message-reports-user-stats .users-table-container{background:#fff;border-radius:12px;overflow:hidden;border:1px solid #e2e8f0;box-shadow:0 1px 3px #00000014}.message-reports-user-stats .users-table-container .users-table{width:100%;border-collapse:separate;border-spacing:0}.message-reports-user-stats .users-table-container .users-table thead{background:linear-gradient(135deg,#f8fafc,#f1f5f9);position:sticky;top:0;z-index:10}.message-reports-user-stats .users-table-container .users-table thead tr{border-bottom:2px solid #e2e8f0}.message-reports-user-stats .users-table-container .users-table thead th{padding:16px 18px;font-size:12px;font-weight:700;color:#475569;text-transform:uppercase;letter-spacing:.8px;white-space:nowrap;text-align:left;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-bottom:2px solid #cbd5e1}.message-reports-user-stats .users-table-container .users-table thead th:first-child{text-align:left;padding-left:24px}.message-reports-user-stats .users-table-container .users-table thead th:nth-child(2){text-align:center}.message-reports-user-stats .users-table-container .users-table thead th:nth-child(n+3){text-align:right;padding-right:24px}.message-reports-user-stats .users-table-container .users-table tbody tr{border-bottom:1px solid #f1f5f9;transition:all .2s ease}.message-reports-user-stats .users-table-container .users-table tbody tr:hover{background:linear-gradient(135deg,#fafbfc,#f8fafc);box-shadow:0 2px 4px #0000000a}.message-reports-user-stats .users-table-container .users-table tbody tr:last-child{border-bottom:none}.message-reports-user-stats .users-table-container .users-table tbody td{padding:16px 18px;font-size:13px;color:#64748b;vertical-align:middle}.message-reports-user-stats .users-table-container .users-table tbody td:first-child{padding-left:24px}.message-reports-user-stats .users-table-container .users-table tbody td:last-child{padding-right:24px}.message-reports-user-stats .users-table-container .users-table tbody td.user-name{text-align:left}.message-reports-user-stats .users-table-container .users-table tbody td.user-name .user-info{display:flex;flex-direction:column;gap:4px}.message-reports-user-stats .users-table-container .users-table tbody td.user-name .user-info strong{font-size:14px;color:#0f172a;font-weight:600;line-height:1.3}.message-reports-user-stats .users-table-container .users-table tbody td.user-name .user-info .username{font-size:12px;color:#94a3b8;line-height:1.3}.message-reports-user-stats .users-table-container .users-table tbody td:nth-child(2){text-align:center}.message-reports-user-stats .users-table-container .users-table tbody td.number{text-align:right;font-weight:600;color:#334155;font-variant-numeric:tabular-nums}.message-reports-user-stats .users-table-container .users-table tbody td.number.incoming{color:#10b981}.message-reports-user-stats .users-table-container .users-table tbody td.number.outgoing{color:#8b5cf6}.message-reports-user-stats .users-table-container .users-table tbody td .role-badge{display:inline-flex;align-items:center;justify-content:center;padding:5px 12px;border-radius:6px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;min-width:80px}.message-reports-user-stats .users-table-container .users-table tbody td .role-badge.role-0{background:linear-gradient(135deg,#10b981,#059669);color:#fff;box-shadow:0 2px 4px #10b9814d}.message-reports-user-stats .users-table-container .users-table tbody td .role-badge.role-1{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;box-shadow:0 2px 4px #3b82f64d}.message-reports-user-stats .users-table-container .users-table tbody td .role-badge.role-2{background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff;box-shadow:0 2px 4px #8b5cf64d}.message-reports-user-stats .users-table-container .users-table tbody td .response-rate{display:inline-flex;align-items:center;justify-content:center;padding:5px 12px;border-radius:6px;font-weight:700;font-size:12px;min-width:60px}.message-reports-user-stats .users-table-container .users-table tbody td .response-rate.high{background:#10b98126;color:#059669;border:1px solid rgba(16,185,129,.3)}.message-reports-user-stats .users-table-container .users-table tbody td .response-rate.medium{background:#f59e0b26;color:#d97706;border:1px solid rgba(245,158,11,.3)}.message-reports-user-stats .users-table-container .users-table tbody td .response-rate.low{background:#ef444426;color:#dc2626;border:1px solid rgba(239,68,68,.3)}.message-reports-user-stats .users-table-container .no-users{padding:48px 20px;text-align:center}.message-reports-user-stats .users-table-container .no-users p{margin:0;color:#94a3b8;font-size:15px;font-weight:500}@media (max-width: 1200px){.message-reports-user-stats .top-performers .performers-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}}@media (max-width: 1024px){.message-reports-user-stats .top-performers .performers-grid{grid-template-columns:1fr}.message-reports-user-stats .avg-statistics .stats-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.message-reports-user-stats .avg-statistics .stats-grid{grid-template-columns:1fr}.message-reports-user-stats .role-filter .filter-buttons button{flex:1 1 calc(50% - 5px);justify-content:center;padding:10px 14px;font-size:13px}.message-reports-user-stats .users-table-container{overflow-x:auto;border-radius:10px}.message-reports-user-stats .users-table-container .users-table{min-width:900px}}@media (max-width: 480px){.message-reports-user-stats .role-filter .filter-buttons button{flex:1 1 100%}}._container_e8f7k_1{width:100%;padding:0}._no-data_e8f7k_6{background:#fffffff2;border-radius:16px;padding:60px 20px;text-align:center;box-shadow:0 4px 20px #00000014}._no-data_e8f7k_6 p{color:#64748b;font-size:16px;margin:0}._stats-grid_e8f7k_19{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px;margin-bottom:32px}._stat-card_e8f7k_26{background:#fffffff2;border-radius:16px;padding:24px;box-shadow:0 4px 20px #00000014;display:flex;align-items:center;gap:20px;transition:all .3s cubic-bezier(.4,0,.2,1);border:2px solid transparent;position:relative;overflow:hidden}._stat-card_e8f7k_26:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,var(--card-color),transparent);transition:width .3s cubic-bezier(.4,0,.2,1)}._stat-card_e8f7k_26:hover{transform:translateY(-4px);box-shadow:0 8px 32px #0000001f;border-color:var(--card-color)}._stat-card_e8f7k_26:hover:before{width:100%;opacity:.05}._stat-card_e8f7k_26:hover ._stat-icon_e8f7k_58{transform:scale(1.1) rotate(5deg)}._stat-card_e8f7k_26 ._stat-icon_e8f7k_58{width:64px;height:64px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:28px;background:var(--icon-bg);color:var(--icon-color);flex-shrink:0;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px var(--icon-shadow)}._stat-card_e8f7k_26 ._stat-content_e8f7k_75{flex:1;min-width:0}._stat-card_e8f7k_26 ._stat-content_e8f7k_75 h4{margin:0 0 8px;font-size:14px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.5px}._stat-card_e8f7k_26 ._stat-content_e8f7k_75 ._stat-value_e8f7k_87{display:block;font-size:32px;font-weight:700;color:var(--value-color);line-height:1.2;margin-bottom:4px}._stat-card_e8f7k_26 ._stat-content_e8f7k_75 ._stat-label_e8f7k_95{font-size:13px;color:#94a3b8;font-weight:500;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._stat-total_e8f7k_105{--card-color: #3b82f6;--icon-bg: linear-gradient(135deg, #3b82f6, #2563eb);--icon-color: #ffffff;--icon-shadow: rgba(59, 130, 246, .3);--value-color: #1e40af}._stat-average_e8f7k_113{--card-color: #8b5cf6;--icon-bg: linear-gradient(135deg, #8b5cf6, #7c3aed);--icon-color: #ffffff;--icon-shadow: rgba(139, 92, 246, .3);--value-color: #6d28d9}._stat-top_e8f7k_121{--card-color: #f59e0b;--icon-bg: linear-gradient(135deg, #f59e0b, #d97706);--icon-color: #ffffff;--icon-shadow: rgba(245, 158, 11, .3);--value-color: #b45309}._stat-users_e8f7k_129{--card-color: #10b981;--icon-bg: linear-gradient(135deg, #10b981, #059669);--icon-color: #ffffff;--icon-shadow: rgba(16, 185, 129, .3);--value-color: #047857}._stat-positive_e8f7k_137{--card-color: #22c55e;--icon-bg: linear-gradient(135deg, #22c55e, #16a34a);--icon-color: #ffffff;--icon-shadow: rgba(34, 197, 94, .3);--value-color: #15803d}._stat-negative_e8f7k_145{--card-color: #ef4444;--icon-bg: linear-gradient(135deg, #ef4444, #dc2626);--icon-color: #ffffff;--icon-shadow: rgba(239, 68, 68, .3);--value-color: #b91c1c}._stat-period_e8f7k_153{--card-color: #06b6d4;--icon-bg: linear-gradient(135deg, #06b6d4, #0891b2);--icon-color: #ffffff;--icon-shadow: rgba(6, 182, 212, .3);--value-color: #0e7490}._charts-section_e8f7k_161{display:grid;grid-template-columns:1fr;gap:24px}._chart-container_e8f7k_167{background:#fffffff2;border-radius:16px;padding:28px;box-shadow:0 4px 20px #00000014;transition:all .3s cubic-bezier(.4,0,.2,1)}._chart-container_e8f7k_167:hover{box-shadow:0 8px 28px #0000001f}._chart-container_e8f7k_167 ._chart-title_e8f7k_177{display:flex;align-items:center;gap:12px;margin:0 0 24px;font-size:18px;font-weight:700;color:#1e293b;padding-bottom:16px;border-bottom:2px solid #e2e8f0}._chart-container_e8f7k_167 ._chart-title_e8f7k_177 ._icon_e8f7k_188{color:#3b82f6;font-size:20px}._custom-tooltip_e8f7k_193{background:#fffffffa;border-radius:12px;box-shadow:0 8px 24px #00000026;padding:16px 20px;border:2px solid rgba(59,130,246,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}._custom-tooltip_e8f7k_193 ._tooltip-label_e8f7k_201{margin:0 0 12px;font-weight:700;color:#1e293b;border-bottom:2px solid rgba(59,130,246,.2);padding-bottom:8px;font-size:14px}._custom-tooltip_e8f7k_193 ._tooltip-data_e8f7k_209{margin:8px 0;font-size:13px;color:#64748b;font-weight:500;display:flex;align-items:center;gap:8px}._custom-tooltip_e8f7k_193 ._tooltip-data_e8f7k_209 ._icon_e8f7k_188{color:#3b82f6;font-size:14px;flex-shrink:0}._custom-tooltip_e8f7k_193 ._tooltip-data_e8f7k_209 strong{color:#1e293b;font-weight:700}@media (max-width: 1200px){._stats-grid_e8f7k_19{grid-template-columns:repeat(3,1fr)}}@media (max-width: 992px){._stats-grid_e8f7k_19{grid-template-columns:repeat(2,1fr);gap:16px}._stat-card_e8f7k_26{padding:20px}._stat-card_e8f7k_26 ._stat-icon_e8f7k_58{width:56px;height:56px;font-size:24px}._stat-card_e8f7k_26 ._stat-content_e8f7k_75 ._stat-value_e8f7k_87{font-size:28px}._chart-container_e8f7k_167{padding:20px}._chart-container_e8f7k_167 ._chart-title_e8f7k_177{font-size:16px}}@media (max-width: 768px){._stats-grid_e8f7k_19{grid-template-columns:1fr;gap:12px}._stat-card_e8f7k_26{padding:16px;gap:16px}._stat-card_e8f7k_26 ._stat-icon_e8f7k_58{width:48px;height:48px;font-size:20px}._stat-card_e8f7k_26 ._stat-content_e8f7k_75 h4{font-size:12px}._stat-card_e8f7k_26 ._stat-content_e8f7k_75 ._stat-value_e8f7k_87{font-size:24px}._stat-card_e8f7k_26 ._stat-content_e8f7k_75 ._stat-label_e8f7k_95{font-size:12px}._chart-container_e8f7k_167{padding:16px}._chart-container_e8f7k_167 ._chart-title_e8f7k_177{font-size:15px;margin-bottom:16px;padding-bottom:12px}}@media (max-width: 480px){._stats-grid_e8f7k_19{gap:10px}._stat-card_e8f7k_26{padding:14px;gap:12px}._stat-card_e8f7k_26 ._stat-icon_e8f7k_58{width:44px;height:44px;font-size:18px}._stat-card_e8f7k_26 ._stat-content_e8f7k_75 h4{font-size:11px;margin-bottom:6px}._stat-card_e8f7k_26 ._stat-content_e8f7k_75 ._stat-value_e8f7k_87{font-size:20px}._stat-card_e8f7k_26 ._stat-content_e8f7k_75 ._stat-label_e8f7k_95{font-size:11px}._chart-container_e8f7k_167{padding:12px}._chart-container_e8f7k_167 ._chart-title_e8f7k_177{font-size:14px;gap:8px;margin-bottom:12px}._chart-container_e8f7k_167 ._chart-title_e8f7k_177 ._icon_e8f7k_188{font-size:16px}}.task-status-distribution .main-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:32px}@media (max-width: 1400px){.task-status-distribution .main-stats-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.task-status-distribution .main-stats-grid{grid-template-columns:1fr}}.task-status-distribution .main-stats-grid .main-stat-card{position:relative;background:linear-gradient(135deg,#fff,#f8fafc);border-radius:16px;padding:24px;box-shadow:0 2px 8px #00000014;border:1px solid #e2e8f0;transition:all .3s cubic-bezier(.4,0,.2,1);overflow:hidden}.task-status-distribution .main-stats-grid .main-stat-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #00000026}.task-status-distribution .main-stats-grid .main-stat-card .card-decoration{position:absolute;top:-40px;right:-40px;width:120px;height:120px;border-radius:50%;opacity:.08}.task-status-distribution .main-stats-grid .main-stat-card .card-header{display:flex;align-items:flex-start;gap:16px;margin-bottom:16px;position:relative;z-index:1}.task-status-distribution .main-stats-grid .main-stat-card .card-header .card-icon{width:56px;height:56px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:28px}.task-status-distribution .main-stats-grid .main-stat-card .card-header .card-info{flex:1}.task-status-distribution .main-stats-grid .main-stat-card .card-header .card-info .card-title{margin:0 0 8px;font-size:13px;color:#64748b;font-weight:600;text-transform:uppercase;letter-spacing:1px}.task-status-distribution .main-stats-grid .main-stat-card .card-header .card-info .card-value{margin:0;font-size:32px;font-weight:700;color:#0f172a}.task-status-distribution .main-stats-grid .main-stat-card .card-footer{z-index:1}.task-status-distribution .main-stats-grid .main-stat-card .card-footer .card-subtitle{font-size:12px;color:#94a3b8;font-weight:500;margin-bottom:8px}.task-status-distribution .main-stats-grid .main-stat-card .card-footer .progress-bar{width:100%;height:6px;background:#0000000d;border-radius:3px}.task-status-distribution .main-stats-grid .main-stat-card .card-footer .progress-bar .progress-fill{height:100%;border-radius:3px;transition:width .6s ease}.task-status-distribution .main-stats-grid .main-stat-card.blue{border-left:4px solid #3b82f6}.task-status-distribution .main-stats-grid .main-stat-card.blue .card-icon{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;box-shadow:0 4px 12px #3b82f64d}.task-status-distribution .main-stats-grid .main-stat-card.blue .card-decoration,.task-status-distribution .main-stats-grid .main-stat-card.blue .progress-fill{background:#3b82f6}.task-status-distribution .main-stats-grid .main-stat-card.green{border-left:4px solid #10b981}.task-status-distribution .main-stats-grid .main-stat-card.green .card-icon{background:linear-gradient(135deg,#10b981,#059669);color:#fff;box-shadow:0 4px 12px #10b9814d}.task-status-distribution .main-stats-grid .main-stat-card.green .card-decoration,.task-status-distribution .main-stats-grid .main-stat-card.green .progress-fill{background:#10b981}.task-status-distribution .main-stats-grid .main-stat-card.orange{border-left:4px solid #f59e0b}.task-status-distribution .main-stats-grid .main-stat-card.orange .card-icon{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;box-shadow:0 4px 12px #f59e0b4d}.task-status-distribution .main-stats-grid .main-stat-card.orange .card-decoration,.task-status-distribution .main-stats-grid .main-stat-card.orange .progress-fill{background:#f59e0b}.task-status-distribution .main-stats-grid .main-stat-card.red{border-left:4px solid #ef4444}.task-status-distribution .main-stats-grid .main-stat-card.red .card-icon{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;box-shadow:0 4px 12px #ef44444d}.task-status-distribution .main-stats-grid .main-stat-card.red .card-decoration,.task-status-distribution .main-stats-grid .main-stat-card.red .progress-fill{background:#ef4444}.task-status-distribution .secondary-stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:32px}@media (max-width: 1200px){.task-status-distribution .secondary-stats-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.task-status-distribution .secondary-stats-grid{grid-template-columns:1fr}}.task-status-distribution .secondary-stats-grid .secondary-stat-card{background:#fff;border-radius:12px;padding:20px;box-shadow:0 1px 3px #00000014;border:1px solid #e2e8f0;transition:all .3s ease}.task-status-distribution .secondary-stats-grid .secondary-stat-card:hover{box-shadow:0 8px 20px #0000001f;transform:translateY(-3px)}.task-status-distribution .secondary-stats-grid .secondary-stat-card .card-content{display:flex;align-items:center;gap:16px}.task-status-distribution .secondary-stats-grid .secondary-stat-card .card-content .icon-wrapper{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:24px;color:#fff;box-shadow:0 4px 12px #00000026}.task-status-distribution .secondary-stats-grid .secondary-stat-card .card-content .text-content{flex:1}.task-status-distribution .secondary-stats-grid .secondary-stat-card .card-content .text-content .value{margin:0 0 4px;font-size:24px;font-weight:700;color:#0f172a}.task-status-distribution .secondary-stats-grid .secondary-stat-card .card-content .text-content .title{margin:0 0 2px;font-size:12px;color:#64748b;font-weight:600}.task-status-distribution .secondary-stats-grid .secondary-stat-card .card-content .text-content .subtitle{margin:0;font-size:11px;color:#94a3b8}.task-status-distribution .secondary-stats-grid .secondary-stat-card .card-content .text-content .detail{margin:4px 0 0;font-size:10px;color:#94a3b8;font-weight:500}.task-status-distribution .secondary-stats-grid .secondary-stat-card.purple .icon-wrapper{background:linear-gradient(135deg,#8b5cf6,#7c3aed)}.task-status-distribution .secondary-stats-grid .secondary-stat-card.teal .icon-wrapper{background:linear-gradient(135deg,#14b8a6,#0d9488)}.task-status-distribution .secondary-stats-grid .secondary-stat-card.indigo .icon-wrapper{background:linear-gradient(135deg,#6366f1,#4f46e5)}.task-status-distribution .performance-score-card{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border-radius:20px;padding:32px;margin-bottom:32px;box-shadow:0 2px 12px #3b82f626;border:1px solid #bfdbfe;color:#0f172a}.task-status-distribution .performance-score-card .score-header{display:flex;align-items:center;gap:12px;margin-bottom:24px}.task-status-distribution .performance-score-card .score-header .score-icon{font-size:32px;color:#f59e0b}.task-status-distribution .performance-score-card .score-header h3{margin:0;font-size:24px;font-weight:700;color:#0f172a}.task-status-distribution .performance-score-card .score-body{display:grid;grid-template-columns:auto 1fr;gap:32px;align-items:center}@media (max-width: 768px){.task-status-distribution .performance-score-card .score-body{grid-template-columns:1fr}}.task-status-distribution .performance-score-card .score-body .score-circle{position:relative;width:140px;height:140px}.task-status-distribution .performance-score-card .score-body .score-circle svg{width:100%;height:100%}.task-status-distribution .performance-score-card .score-body .score-circle .score-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center}.task-status-distribution .performance-score-card .score-body .score-circle .score-text .score-number{display:block;font-size:28px;font-weight:700;color:#1e40af;line-height:1;margin:0}.task-status-distribution .performance-score-card .score-body .score-circle .score-text .score-grade{display:block;font-size:16px;font-weight:600;margin-top:4px;color:#3b82f6;line-height:1}.task-status-distribution .performance-score-card .score-body .score-info .score-interpretation{font-size:18px;font-weight:600;margin:0 0 16px;color:#1e293b}.task-status-distribution .performance-score-card .score-body .score-info .insights-list{display:flex;flex-direction:column;gap:10px}.task-status-distribution .performance-score-card .score-body .score-info .insights-list .insight-item{display:flex;align-items:center;gap:10px;padding:10px 14px;background:#ffffffb3;border-radius:8px;font-size:13px;color:#334155}.task-status-distribution .performance-score-card .score-body .score-info .insights-list .insight-item .insight-icon{font-size:16px}.task-status-distribution .performance-score-card .score-body .score-info .insights-list .insight-item.success{background:#10b98126;border-left:3px solid #10b981;color:#065f46}.task-status-distribution .performance-score-card .score-body .score-info .insights-list .insight-item.warning{background:#f59e0b26;border-left:3px solid #f59e0b;color:#92400e}.task-status-distribution .chart-section{background:#fff;border-radius:16px;padding:28px;margin-bottom:28px;box-shadow:0 2px 8px #0000000f;border:1px solid #e2e8f0}.task-status-distribution .chart-section:hover{box-shadow:0 8px 20px #0000001a}.task-status-distribution .chart-section .section-header{display:flex;align-items:center;gap:12px;margin-bottom:24px;padding-bottom:16px;border-bottom:2px solid #f1f5f9;flex-wrap:wrap}.task-status-distribution .chart-section .section-header .section-icon{font-size:24px;color:#7c3aed}.task-status-distribution .chart-section .section-header h3{margin:0;font-size:20px;font-weight:700;color:#0f172a;flex:1}.task-status-distribution .chart-section .section-header .chart-subtitle{font-size:13px;color:#64748b;font-weight:500;width:100%;margin-top:6px}.task-status-distribution .chart-section .chart-container{margin-top:16px}.task-status-distribution .chart-section .chart-container.pie-chart-container{display:flex;justify-content:center;align-items:center}.task-status-distribution .performance-section{background:#fff;border-radius:16px;padding:28px;margin-bottom:28px;box-shadow:0 2px 8px #0000000f;border:1px solid #e2e8f0}.task-status-distribution .performance-section .performance-header{display:flex;align-items:center;gap:12px;margin-bottom:24px;padding-bottom:16px;border-bottom:2px solid #f1f5f9}.task-status-distribution .performance-section .performance-header .section-icon{font-size:24px;color:#fbbf24}.task-status-distribution .performance-section .performance-header .section-icon.warning{color:#f59e0b}.task-status-distribution .performance-section .performance-header h3{margin:0;font-size:20px;font-weight:700;color:#0f172a}.task-status-distribution .performance-section .performers-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}@media (max-width: 1200px){.task-status-distribution .performance-section .performers-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.task-status-distribution .performance-section .performers-grid{grid-template-columns:1fr}}.task-status-distribution .performance-section .performers-grid .performer-card{position:relative;background:linear-gradient(135deg,#f8fafc,#fff);border-radius:16px;padding:24px;border:2px solid #e2e8f0;transition:all .3s ease}.task-status-distribution .performance-section .performers-grid .performer-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0000001f}.task-status-distribution .performance-section .performers-grid .performer-card .rank-badge{position:absolute;top:-14px;right:20px;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:16px;color:#fff;box-shadow:0 4px 12px #0003}.task-status-distribution .performance-section .performers-grid .performer-card.rank-1{border-color:#fbbf24}.task-status-distribution .performance-section .performers-grid .performer-card.rank-1 .rank-badge{background:linear-gradient(135deg,#fbbf24,#f59e0b)}.task-status-distribution .performance-section .performers-grid .performer-card.rank-2{border-color:#94a3b8}.task-status-distribution .performance-section .performers-grid .performer-card.rank-2 .rank-badge{background:linear-gradient(135deg,#cbd5e1,#94a3b8)}.task-status-distribution .performance-section .performers-grid .performer-card.rank-3{border-color:#fb923c}.task-status-distribution .performance-section .performers-grid .performer-card.rank-3 .rank-badge{background:linear-gradient(135deg,#fb923c,#f97316)}.task-status-distribution .performance-section .performers-grid .performer-card .performer-info .performer-name{margin:0 0 18px;font-size:17px;font-weight:700;color:#0f172a}.task-status-distribution .performance-section .performers-grid .performer-card .performer-info .performer-stats{display:flex;flex-direction:column;gap:10px}.task-status-distribution .performance-section .performers-grid .performer-card .performer-info .performer-stats .stat-item{display:flex;justify-content:space-between;padding:10px 14px;background:#fff;border-radius:10px;border:1px solid #e2e8f0}.task-status-distribution .performance-section .performers-grid .performer-card .performer-info .performer-stats .stat-item:hover{background:#f8fafc}.task-status-distribution .performance-section .performers-grid .performer-card .performer-info .performer-stats .stat-item .stat-label{font-size:12px;color:#64748b;font-weight:600}.task-status-distribution .performance-section .performers-grid .performer-card .performer-info .performer-stats .stat-item .stat-value{font-size:14px;font-weight:700;color:#0f172a}.task-status-distribution .performance-section .performers-grid .performer-card .performer-info .performer-stats .stat-item .stat-value.success{color:#10b981}.task-status-distribution .performance-section.low-performance{background:linear-gradient(135deg,#fffbeb,#fff);border-left:4px solid #f59e0b}.task-status-distribution .performance-section .low-performers-list{display:flex;flex-direction:column;gap:12px}.task-status-distribution .performance-section .low-performers-list .low-performer-item{background:#fff;border-radius:12px;padding:16px 20px;border:1px solid #fde68a;display:flex;justify-content:space-between;align-items:center}.task-status-distribution .performance-section .low-performers-list .low-performer-item:hover{background:#fffbeb;border-color:#fbbf24}.task-status-distribution .performance-section .low-performers-list .low-performer-item .performer-name{font-size:14px;font-weight:600;color:#0f172a}.task-status-distribution .performance-section .low-performers-list .low-performer-item .performer-metrics{display:flex;gap:16px}.task-status-distribution .performance-section .low-performers-list .low-performer-item .performer-metrics .metric{display:flex;gap:6px}.task-status-distribution .performance-section .low-performers-list .low-performer-item .performer-metrics .metric .metric-label{font-size:12px;color:#64748b}.task-status-distribution .performance-section .low-performers-list .low-performer-item .performer-metrics .metric .metric-value{font-size:13px;font-weight:700;color:#0f172a}.task-status-distribution .performance-section .low-performers-list .low-performer-item .performer-metrics .metric .metric-value.warning{color:#f59e0b}.task-status-distribution .averages-section{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:28px}@media (max-width: 768px){.task-status-distribution .averages-section{grid-template-columns:1fr}}.task-status-distribution .averages-section .average-card{background:#fff;border-radius:16px;padding:24px;box-shadow:0 2px 8px #0000000f;border:1px solid #e2e8f0}.task-status-distribution .averages-section .average-card:hover{box-shadow:0 8px 20px #0000001a;transform:translateY(-2px)}.task-status-distribution .averages-section .average-card h4{margin:0 0 20px;font-size:16px;font-weight:700;color:#0f172a;padding-bottom:12px;border-bottom:2px solid #f1f5f9}.task-status-distribution .averages-section .average-card .average-stats{display:flex;flex-direction:column;gap:12px}.task-status-distribution .averages-section .average-card .average-stats .avg-stat{display:flex;justify-content:space-between;padding:12px 16px;background:#f8fafc;border-radius:10px;border:1px solid #e2e8f0}.task-status-distribution .averages-section .average-card .average-stats .avg-stat:hover{border-color:#7c3aed}.task-status-distribution .averages-section .average-card .average-stats .avg-stat .avg-label{font-size:13px;color:#64748b;font-weight:600}.task-status-distribution .averages-section .average-card .average-stats .avg-stat .avg-value{font-size:16px;font-weight:700;color:#7c3aed}.task-status-distribution .custom-tooltip{background:#0f172af2;padding:12px 16px;border-radius:8px;box-shadow:0 4px 12px #00000040}.task-status-distribution .custom-tooltip .tooltip-label{margin:0 0 8px;font-size:12px;color:#e2e8f0;font-weight:600}.task-status-distribution .custom-tooltip p{margin:4px 0;font-size:11px;color:#fff}._container_ti3hy_1{width:100%;padding:1rem;background-color:#f8f9fa;min-height:100vh}._noData_ti3hy_8{display:flex;align-items:center;justify-content:center;padding:3rem;font-size:1.125rem;color:#6c757d;background-color:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a}._sectionNav_ti3hy_20{display:flex;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap;background-color:#fff;padding:1rem;border-radius:12px;box-shadow:0 2px 8px #0000000d}._sectionButton_ti3hy_31{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background-color:#f8f9fa;border:2px solid transparent;border-radius:8px;cursor:pointer;font-size:.95rem;font-weight:500;color:#495057;transition:all .3s ease}._sectionButton_ti3hy_31:hover{background-color:#e9ecef;color:#212529}._sectionButton_ti3hy_31._active_ti3hy_49{background-color:#4fc3f7;color:#fff;border-color:#4fc3f7}._sectionButton_ti3hy_31._active_ti3hy_49 ._buttonIcon_ti3hy_54{color:#fff}._buttonIcon_ti3hy_54{font-size:1.1rem;color:#6c757d}._content_ti3hy_63{width:100%}._summarySection_ti3hy_67{display:flex;flex-direction:column;gap:2rem;margin-bottom:2rem}._highlightsGrid_ti3hy_74{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}._highlightCard_ti3hy_80{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;transition:transform .2s ease,box-shadow .2s ease}._highlightCard_ti3hy_80:hover{transform:translateY(-4px);box-shadow:0 4px 16px #0000001f}._cardIcon_ti3hy_95{display:flex;align-items:center;justify-content:center;width:60px;height:60px;background:linear-gradient(135deg,#4fc3f7,#26c6da);border-radius:12px;color:#fff;font-size:1.5rem}._cardContent_ti3hy_107{flex:1}._cardContent_ti3hy_107 h3{margin:0;font-size:.9rem;font-weight:500;color:#6c757d;margin-bottom:.5rem}._cardValue_ti3hy_118{font-size:1.75rem;font-weight:700;color:#212529}._chartCard_ti3hy_124{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #00000014}._chartTitle_ti3hy_131{display:flex;align-items:center;gap:.5rem;margin:0 0 1.5rem;font-size:1.25rem;font-weight:600;color:#212529}._titleIcon_ti3hy_141{color:#4fc3f7;font-size:1.3rem}._chartWrapper_ti3hy_146{width:100%;overflow-x:auto}._customTooltip_ti3hy_151{background-color:#000000d9;border:none;border-radius:8px;padding:.75rem 1rem;box-shadow:0 4px 12px #0003}._tooltipLabel_ti3hy_159{margin:0 0 .5rem;font-weight:600;color:#fff;font-size:.9rem}._tooltipValue_ti3hy_166{margin:.25rem 0;font-size:.85rem;color:#fff}._pieLabel_ti3hy_172{font-weight:600;font-size:.9rem}._usersGrid_ti3hy_177{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem;margin-top:1rem}._userCard_ti3hy_184{background:linear-gradient(135deg,#f8f9fa,#fff);border:1px solid #e9ecef;border-radius:12px;padding:1.5rem;transition:transform .2s ease,box-shadow .2s ease}._userCard_ti3hy_184:hover{transform:translateY(-4px);box-shadow:0 6px 20px #0000001a}._userHeader_ti3hy_196{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}._userRank_ti3hy_203{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:linear-gradient(135deg,#4fc3f7,#26c6da);color:#fff;border-radius:50%;font-size:1.25rem;font-weight:700}._userInfo_ti3hy_216{flex:1}._userInfo_ti3hy_216 h4{margin:0;font-size:1.1rem;font-weight:600;color:#212529}._username_ti3hy_226{font-size:.85rem;color:#6c757d}._userStats_ti3hy_231{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem;padding:1rem;background-color:#fff;border-radius:8px}._statItem_ti3hy_241{display:flex;flex-direction:column;gap:.25rem}._statLabel_ti3hy_247{font-size:.8rem;color:#6c757d;font-weight:500}._statValue_ti3hy_253{font-size:1.5rem;font-weight:700;color:#4fc3f7}._userTopLabels_ti3hy_259 h5{margin:0 0 .75rem;font-size:.9rem;font-weight:600;color:#495057}._labelItem_ti3hy_266{display:flex;align-items:center;gap:.75rem;padding:.5rem;background-color:#fff;border-radius:6px;margin-bottom:.5rem}._labelColor_ti3hy_276{width:24px;height:24px;border-radius:4px;flex-shrink:0}._labelName_ti3hy_283{flex:1;font-size:.9rem;color:#495057}._labelCount_ti3hy_289{font-size:.9rem;font-weight:600;color:#4fc3f7}._trendingSection_ti3hy_295{width:100%}._trendingGrid_ti3hy_299{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:1.5rem}._trendCard_ti3hy_305{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #00000014}._trendList_ti3hy_312{display:flex;flex-direction:column;gap:.75rem;margin-top:1rem}._trendItem_ti3hy_319{display:flex;align-items:center;gap:1rem;padding:1rem;background-color:#f8f9fa;border-radius:8px;transition:background-color .2s ease}._trendItem_ti3hy_319:hover{background-color:#e9ecef}._trendInfo_ti3hy_332{flex:1;display:flex;flex-direction:column;gap:.25rem}._trendName_ti3hy_339{font-size:.95rem;font-weight:600;color:#212529}._trendValue_ti3hy_345{font-size:.85rem;color:#6c757d}._trendIndicator_ti3hy_350{font-size:1.5rem}._trendIndicator_ti3hy_350 svg{color:#66bb6a}._generalSection_ti3hy_357{display:flex;flex-direction:column;gap:2rem}._timeAnalysisList_ti3hy_363{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}._timeAnalysisItem_ti3hy_370{padding:1rem;background-color:#f8f9fa;border-radius:8px}._labelHeader_ti3hy_376{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}._totalUsage_ti3hy_383{margin-left:auto;font-size:.9rem;font-weight:600;color:#4fc3f7}._timeStats_ti3hy_390{display:grid;grid-template-columns:1fr 1fr;gap:1rem;padding:.75rem;background-color:#fff;border-radius:6px}._timeStat_ti3hy_390{display:flex;flex-direction:column;gap:.25rem;font-size:.85rem}._timeStat_ti3hy_390 span:first-child{color:#6c757d;font-weight:500}._timeStat_ti3hy_390 span:last-child{color:#212529;font-weight:600}._performanceSection_ti3hy_414{display:flex;flex-direction:column;gap:1.5rem}._comparisonSection_ti3hy_420{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:1.5rem}._userPerformanceList_ti3hy_426{display:flex;flex-direction:column;gap:1rem}._performanceItem_ti3hy_432{padding:1.25rem;background-color:#f8f9fa;border-radius:8px;transition:background-color .2s ease}._performanceItem_ti3hy_432:hover{background-color:#e9ecef}._performanceStats_ti3hy_442{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem;margin-top:1rem}._performanceStat_ti3hy_442{display:flex;flex-direction:column;gap:.25rem;padding:.75rem;background-color:#fff;border-radius:6px}._performanceStat_ti3hy_442 span:first-child{font-size:.8rem;color:#6c757d;font-weight:500}._performanceStat_ti3hy_442 span:last-child{font-size:1.1rem;font-weight:700;color:#212529}._performanceStat_ti3hy_442 span:last-child._positive_ti3hy_467{color:#66bb6a}._performanceStat_ti3hy_442 span:last-child._negative_ti3hy_470{color:#ef5350}._analyticsSection_ti3hy_474{display:flex;flex-direction:column;gap:1.5rem}._flowStats_ti3hy_480{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1.5rem}._flowCard_ti3hy_487{padding:1.25rem;background:linear-gradient(135deg,#f8f9fa,#fff);border:1px solid #e9ecef;border-radius:8px;text-align:center}._flowLabel_ti3hy_495{font-size:.9rem;color:#6c757d;font-weight:500;margin-bottom:.5rem}._flowValue_ti3hy_502{font-size:1.75rem;font-weight:700;color:#4fc3f7}._transitionsList_ti3hy_508 h4{margin:0 0 1rem;font-size:1rem;font-weight:600;color:#495057}._transitionItem_ti3hy_515{display:flex;align-items:center;gap:1rem;padding:1rem;background-color:#f8f9fa;border-radius:8px;margin-bottom:.75rem}._fromLabel_ti3hy_525,._toLabel_ti3hy_526{flex:1;padding:.5rem 1rem;background-color:#fff;border-radius:6px;font-size:.9rem;font-weight:500;color:#495057;text-align:center}._transitionArrow_ti3hy_537{font-size:1.5rem;color:#4fc3f7;font-weight:700}._transitionCount_ti3hy_543{padding:.5rem 1rem;background-color:#4fc3f7;color:#fff;border-radius:6px;font-size:.85rem;font-weight:600;white-space:nowrap}._avgStats_ti3hy_553{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1.5rem}._avgCard_ti3hy_560{padding:1.25rem;background:linear-gradient(135deg,#f8f9fa,#fff);border:1px solid #e9ecef;border-radius:8px;text-align:center}._avgLabel_ti3hy_568{font-size:.9rem;color:#6c757d;font-weight:500;margin-bottom:.5rem}._avgValue_ti3hy_575{font-size:1.75rem;font-weight:700;color:#4fc3f7}@media (max-width: 768px){._container_ti3hy_1{padding:.5rem}._sectionNav_ti3hy_20{padding:.75rem}._sectionButton_ti3hy_31{padding:.5rem 1rem;font-size:.85rem}._highlightsGrid_ti3hy_74,._usersGrid_ti3hy_177,._trendingGrid_ti3hy_299,._comparisonSection_ti3hy_420{grid-template-columns:1fr}._chartCard_ti3hy_124{padding:1rem}._chartTitle_ti3hy_131{font-size:1.1rem}._cardValue_ti3hy_118{font-size:1.5rem}._flowStats_ti3hy_480,._avgStats_ti3hy_553{grid-template-columns:1fr 1fr}._transitionItem_ti3hy_515{flex-direction:column;text-align:center}._transitionArrow_ti3hy_537{transform:rotate(90deg)}}@media (max-width: 480px){._sectionNav_ti3hy_20{flex-direction:column}._sectionButton_ti3hy_31{width:100%;justify-content:center}._userStats_ti3hy_231,._timeStats_ti3hy_390,._performanceStats_ti3hy_442,._flowStats_ti3hy_480,._avgStats_ti3hy_553{grid-template-columns:1fr}}._offer-stats-container_2p6g5_1{padding:0;width:100%}._offer-stats-container_2p6g5_1 ._section_2p6g5_5{margin-bottom:32px}._offer-stats-container_2p6g5_1 ._section_2p6g5_5 ._section-header_2p6g5_8{display:flex;align-items:center;gap:12px;margin-bottom:20px;padding-bottom:12px;border-bottom:2px solid #e2e8f0}._offer-stats-container_2p6g5_1 ._section_2p6g5_5 ._section-header_2p6g5_8 ._section-icon_2p6g5_16{font-size:24px;color:#3b82f6}._offer-stats-container_2p6g5_1 ._section_2p6g5_5 ._section-header_2p6g5_8 h2{margin:0;font-size:20px;font-weight:700;color:#0f172a}._offer-stats-container_2p6g5_1 ._stats-grid_2p6g5_26{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:18px;margin-bottom:24px}._offer-stats-container_2p6g5_1 ._stat-card_2p6g5_32{position:relative;background:linear-gradient(135deg,#fff,#f8fafc);border-radius:12px;padding:20px;box-shadow:0 1px 3px #00000014,0 1px 2px #0000000f;border:1px solid #e2e8f0;transition:all .3s cubic-bezier(.4,0,.2,1);overflow:hidden}._offer-stats-container_2p6g5_1 ._stat-card_2p6g5_32:hover{transform:translateY(-3px);box-shadow:0 8px 16px #0000001f;border-color:currentColor}._offer-stats-container_2p6g5_1 ._stat-card_2p6g5_32:before{content:"";position:absolute;top:-40px;right:-40px;width:120px;height:120px;border-radius:50%;opacity:.06;background:currentColor}._offer-stats-container_2p6g5_1 ._stat-card_2p6g5_32 ._card-icon_2p6g5_58{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:14px;font-size:24px;position:relative;z-index:1}._offer-stats-container_2p6g5_1 ._stat-card_2p6g5_32 ._card-content_2p6g5_70{position:relative;z-index:1}._offer-stats-container_2p6g5_1 ._stat-card_2p6g5_32 ._card-content_2p6g5_70 ._card-title_2p6g5_74{margin:0 0 8px;font-size:12px;color:#64748b;font-weight:600;text-transform:uppercase;letter-spacing:.8px}._offer-stats-container_2p6g5_1 ._stat-card_2p6g5_32 ._card-content_2p6g5_70 ._card-value_2p6g5_82{margin:0 0 6px;font-size:28px;font-weight:700;color:#0f172a;line-height:1.2}._offer-stats-container_2p6g5_1 ._stat-card_2p6g5_32 ._card-content_2p6g5_70 ._card-subtitle_2p6g5_89{margin:0;font-size:12px;color:#94a3b8;font-weight:500}._offer-stats-container_2p6g5_1 ._stat-card_2p6g5_32._blue_2p6g5_95{border-left:4px solid #3b82f6}._offer-stats-container_2p6g5_1 ._stat-card_2p6g5_32._blue_2p6g5_95 ._card-icon_2p6g5_58{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff}._offer-stats-container_2p6g5_1 ._stat-card_2p6g5_32._green_2p6g5_102{border-left:4px solid #10b981}._offer-stats-container_2p6g5_1 ._stat-card_2p6g5_32._green_2p6g5_102 ._card-icon_2p6g5_58{background:linear-gradient(135deg,#10b981,#059669);color:#fff}._offer-stats-container_2p6g5_1 ._stat-card_2p6g5_32._purple_2p6g5_109{border-left:4px solid #8b5cf6}._offer-stats-container_2p6g5_1 ._stat-card_2p6g5_32._purple_2p6g5_109 ._card-icon_2p6g5_58{background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff}._offer-stats-container_2p6g5_1 ._stat-card_2p6g5_32._orange_2p6g5_116{border-left:4px solid #f59e0b}._offer-stats-container_2p6g5_1 ._stat-card_2p6g5_32._orange_2p6g5_116 ._card-icon_2p6g5_58{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}._offer-stats-container_2p6g5_1 ._currency-details_2p6g5_123{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:20px;margin-top:20px}._offer-stats-container_2p6g5_1 ._currency-details_2p6g5_123 ._currency-card_2p6g5_129{background:linear-gradient(135deg,#fff,#fafbfc);border-radius:14px;padding:24px;box-shadow:0 2px 8px #00000014;border:1px solid #e2e8f0;transition:all .3s ease}._offer-stats-container_2p6g5_1 ._currency-details_2p6g5_123 ._currency-card_2p6g5_129:hover{box-shadow:0 8px 20px #0000001f;transform:translateY(-2px)}._offer-stats-container_2p6g5_1 ._currency-details_2p6g5_123 ._currency-card_2p6g5_129 ._currency-header_2p6g5_141{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;padding-bottom:16px;border-bottom:2px solid #f1f5f9}._offer-stats-container_2p6g5_1 ._currency-details_2p6g5_123 ._currency-card_2p6g5_129 ._currency-header_2p6g5_141 ._currency-badge_2p6g5_149{display:flex;align-items:center;gap:8px;padding:8px 16px;background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff;border-radius:10px;font-weight:700;font-size:16px;box-shadow:0 4px 8px #3b82f64d}._offer-stats-container_2p6g5_1 ._currency-details_2p6g5_123 ._currency-card_2p6g5_129 ._currency-header_2p6g5_141 ._currency-badge_2p6g5_149 svg{font-size:18px}._offer-stats-container_2p6g5_1 ._currency-details_2p6g5_123 ._currency-card_2p6g5_129 ._currency-header_2p6g5_141 h4{margin:0;font-size:18px;font-weight:700;color:#1e293b}._offer-stats-container_2p6g5_1 ._currency-details_2p6g5_123 ._currency-card_2p6g5_129 ._currency-stats_2p6g5_170{display:grid;gap:14px}._offer-stats-container_2p6g5_1 ._currency-details_2p6g5_123 ._currency-card_2p6g5_129 ._currency-stats_2p6g5_170 ._currency-item_2p6g5_174{display:flex;justify-content:space-between;align-items:center;padding:12px;background:#f8fafc;border-radius:8px;transition:all .2s ease}._offer-stats-container_2p6g5_1 ._currency-details_2p6g5_123 ._currency-card_2p6g5_129 ._currency-stats_2p6g5_170 ._currency-item_2p6g5_174:hover{background:#f1f5f9}._offer-stats-container_2p6g5_1 ._currency-details_2p6g5_123 ._currency-card_2p6g5_129 ._currency-stats_2p6g5_170 ._currency-item_2p6g5_174 ._label_2p6g5_186{font-size:13px;color:#64748b;font-weight:600}._offer-stats-container_2p6g5_1 ._currency-details_2p6g5_123 ._currency-card_2p6g5_129 ._currency-stats_2p6g5_170 ._currency-item_2p6g5_174 ._value_2p6g5_191{font-size:15px;font-weight:700;color:#0f172a}._offer-stats-container_2p6g5_1 ._user-stats-grid_2p6g5_196{display:grid;grid-template-columns:repeat(auto-fill,minmax(360px,1fr));gap:20px}._offer-stats-container_2p6g5_1 ._user-stats-grid_2p6g5_196 ._user-card_2p6g5_201{background:linear-gradient(135deg,#fff,#f8fafc);border-radius:14px;padding:24px;box-shadow:0 2px 8px #00000014;border:1px solid #e2e8f0;transition:all .3s ease}._offer-stats-container_2p6g5_1 ._user-stats-grid_2p6g5_196 ._user-card_2p6g5_201:hover{box-shadow:0 8px 20px #0000001f;transform:translateY(-2px)}._offer-stats-container_2p6g5_1 ._user-stats-grid_2p6g5_196 ._user-card_2p6g5_201 ._user-header_2p6g5_213{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:16px;border-bottom:2px solid #f1f5f9}._offer-stats-container_2p6g5_1 ._user-stats-grid_2p6g5_196 ._user-card_2p6g5_201 ._user-header_2p6g5_213 ._user-info_2p6g5_221{display:flex;flex-direction:column;gap:8px}._offer-stats-container_2p6g5_1 ._user-stats-grid_2p6g5_196 ._user-card_2p6g5_201 ._user-header_2p6g5_213 ._user-info_2p6g5_221 h4{margin:0;font-size:18px;font-weight:700;color:#0f172a}._offer-stats-container_2p6g5_1 ._user-stats-grid_2p6g5_196 ._user-card_2p6g5_201 ._user-header_2p6g5_213 ._user-info_2p6g5_221 ._role-badge_2p6g5_232{display:inline-block;padding:4px 12px;border-radius:6px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;width:fit-content}._offer-stats-container_2p6g5_1 ._user-stats-grid_2p6g5_196 ._user-card_2p6g5_201 ._user-header_2p6g5_213 ._user-info_2p6g5_221 ._role-badge_2p6g5_232._admin_2p6g5_242{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff}._offer-stats-container_2p6g5_1 ._user-stats-grid_2p6g5_196 ._user-card_2p6g5_201 ._user-header_2p6g5_213 ._user-info_2p6g5_221 ._role-badge_2p6g5_232._user_2p6g5_196{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff}._offer-stats-container_2p6g5_1 ._user-stats-grid_2p6g5_196 ._user-card_2p6g5_201 ._user-header_2p6g5_213 ._offer-count_2p6g5_250{display:flex;align-items:center;gap:8px;padding:10px 16px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border-radius:10px;font-weight:700;box-shadow:0 4px 8px #10b9814d}._offer-stats-container_2p6g5_1 ._user-stats-grid_2p6g5_196 ._user-card_2p6g5_201 ._user-header_2p6g5_213 ._offer-count_2p6g5_250 svg{font-size:18px}._offer-stats-container_2p6g5_1 ._user-stats-grid_2p6g5_196 ._user-card_2p6g5_201 ._user-currencies_2p6g5_264{display:grid;gap:14px}._offer-stats-container_2p6g5_1 ._user-stats-grid_2p6g5_196 ._user-card_2p6g5_201 ._user-currencies_2p6g5_264 ._currency-row_2p6g5_268{background:#f8fafc;border-radius:10px;padding:16px;border:1px solid #e2e8f0}._offer-stats-container_2p6g5_1 ._user-stats-grid_2p6g5_196 ._user-card_2p6g5_201 ._user-currencies_2p6g5_264 ._currency-row_2p6g5_268 ._currency-label_2p6g5_274{display:flex;align-items:center;gap:8px;margin-bottom:12px;font-weight:700;font-size:14px;color:#1e293b}._offer-stats-container_2p6g5_1 ._user-stats-grid_2p6g5_196 ._user-card_2p6g5_201 ._user-currencies_2p6g5_264 ._currency-row_2p6g5_268 ._currency-label_2p6g5_274 svg{font-size:16px;color:#3b82f6}._offer-stats-container_2p6g5_1 ._user-stats-grid_2p6g5_196 ._user-card_2p6g5_201 ._user-currencies_2p6g5_264 ._currency-row_2p6g5_268 ._currency-amounts_2p6g5_287{display:grid;grid-template-columns:1fr 1fr;gap:12px}._offer-stats-container_2p6g5_1 ._user-stats-grid_2p6g5_196 ._user-card_2p6g5_201 ._user-currencies_2p6g5_264 ._currency-row_2p6g5_268 ._currency-amounts_2p6g5_287 ._amount-item_2p6g5_292{display:flex;flex-direction:column;gap:4px}._offer-stats-container_2p6g5_1 ._user-stats-grid_2p6g5_196 ._user-card_2p6g5_201 ._user-currencies_2p6g5_264 ._currency-row_2p6g5_268 ._currency-amounts_2p6g5_287 ._amount-item_2p6g5_292 ._amount-label_2p6g5_297{font-size:11px;color:#64748b;font-weight:600;text-transform:uppercase;letter-spacing:.5px}._offer-stats-container_2p6g5_1 ._user-stats-grid_2p6g5_196 ._user-card_2p6g5_201 ._user-currencies_2p6g5_264 ._currency-row_2p6g5_268 ._currency-amounts_2p6g5_287 ._amount-item_2p6g5_292 ._amount-value_2p6g5_304{font-size:14px;font-weight:700;color:#0f172a}._offer-stats-container_2p6g5_1 ._financial-grid_2p6g5_309{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px}._offer-stats-container_2p6g5_1 ._financial-grid_2p6g5_309 ._financial-card_2p6g5_314{position:relative;background:linear-gradient(135deg,#fff,#f8fafc);border-radius:12px;padding:20px;box-shadow:0 1px 3px #00000014;border:1px solid #e2e8f0;transition:all .3s ease;overflow:hidden}._offer-stats-container_2p6g5_1 ._financial-grid_2p6g5_309 ._financial-card_2p6g5_314:hover{transform:translateY(-3px);box-shadow:0 8px 16px #0000001f}._offer-stats-container_2p6g5_1 ._financial-grid_2p6g5_309 ._financial-card_2p6g5_314:before{content:"";position:absolute;top:-40px;right:-40px;width:120px;height:120px;border-radius:50%;opacity:.06;background:currentColor}._offer-stats-container_2p6g5_1 ._financial-grid_2p6g5_309 ._financial-card_2p6g5_314 ._card-icon_2p6g5_58{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:14px;font-size:24px;position:relative;z-index:1}._offer-stats-container_2p6g5_1 ._financial-grid_2p6g5_309 ._financial-card_2p6g5_314 ._card-content_2p6g5_70{position:relative;z-index:1}._offer-stats-container_2p6g5_1 ._financial-grid_2p6g5_309 ._financial-card_2p6g5_314 ._card-content_2p6g5_70 ._card-title_2p6g5_74{margin:0 0 8px;font-size:12px;color:#64748b;font-weight:600;text-transform:uppercase;letter-spacing:.8px}._offer-stats-container_2p6g5_1 ._financial-grid_2p6g5_309 ._financial-card_2p6g5_314 ._card-content_2p6g5_70 ._card-value_2p6g5_82{margin:0 0 6px;font-size:28px;font-weight:700;color:#0f172a;line-height:1.2}._offer-stats-container_2p6g5_1 ._financial-grid_2p6g5_309 ._financial-card_2p6g5_314 ._card-content_2p6g5_70 ._card-subtitle_2p6g5_89{margin:0;font-size:12px;color:#94a3b8;font-weight:500}._offer-stats-container_2p6g5_1 ._financial-grid_2p6g5_309 ._financial-card_2p6g5_314._success_2p6g5_376{border-left:4px solid #10b981}._offer-stats-container_2p6g5_1 ._financial-grid_2p6g5_309 ._financial-card_2p6g5_314._success_2p6g5_376 ._card-icon_2p6g5_58{background:linear-gradient(135deg,#10b981,#059669);color:#fff}._offer-stats-container_2p6g5_1 ._financial-grid_2p6g5_309 ._financial-card_2p6g5_314._warning_2p6g5_383{border-left:4px solid #f59e0b}._offer-stats-container_2p6g5_1 ._financial-grid_2p6g5_309 ._financial-card_2p6g5_314._warning_2p6g5_383 ._card-icon_2p6g5_58{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}._offer-stats-container_2p6g5_1 ._financial-grid_2p6g5_309 ._financial-card_2p6g5_314._danger_2p6g5_390{border-left:4px solid #ef4444}._offer-stats-container_2p6g5_1 ._financial-grid_2p6g5_309 ._financial-card_2p6g5_314._danger_2p6g5_390 ._card-icon_2p6g5_58{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff}._offer-stats-container_2p6g5_1 ._financial-grid_2p6g5_309 ._financial-card_2p6g5_314._info_2p6g5_397{border-left:4px solid #06b6d4}._offer-stats-container_2p6g5_1 ._financial-grid_2p6g5_309 ._financial-card_2p6g5_314._info_2p6g5_397 ._card-icon_2p6g5_58{background:linear-gradient(135deg,#06b6d4,#0891b2);color:#fff}._offer-stats-container_2p6g5_1 ._bottom-grid_2p6g5_404{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px;margin-top:24px}._offer-stats-container_2p6g5_1 ._bottom-grid_2p6g5_404 ._stat-box_2p6g5_410{background:linear-gradient(135deg,#fff,#f8fafc);border-radius:14px;padding:24px;box-shadow:0 2px 8px #00000014;border:1px solid #e2e8f0;transition:all .3s ease}._offer-stats-container_2p6g5_1 ._bottom-grid_2p6g5_404 ._stat-box_2p6g5_410:hover{box-shadow:0 8px 20px #0000001f;transform:translateY(-2px)}._offer-stats-container_2p6g5_1 ._bottom-grid_2p6g5_404 ._stat-box_2p6g5_410 ._box-header_2p6g5_422{display:flex;align-items:center;gap:10px;margin-bottom:18px;padding-bottom:12px;border-bottom:2px solid #f1f5f9}._offer-stats-container_2p6g5_1 ._bottom-grid_2p6g5_404 ._stat-box_2p6g5_410 ._box-header_2p6g5_422 ._box-icon_2p6g5_430{font-size:20px;color:#3b82f6}._offer-stats-container_2p6g5_1 ._bottom-grid_2p6g5_404 ._stat-box_2p6g5_410 ._box-header_2p6g5_422 h3{margin:0;font-size:16px;font-weight:700;color:#0f172a}._offer-stats-container_2p6g5_1 ._bottom-grid_2p6g5_404 ._stat-box_2p6g5_410 ._box-content_2p6g5_440{display:grid;gap:10px}._offer-stats-container_2p6g5_1 ._bottom-grid_2p6g5_404 ._stat-box_2p6g5_410 ._box-content_2p6g5_440 ._list-item_2p6g5_444{display:flex;justify-content:space-between;align-items:center;padding:12px;background:#f8fafc;border-radius:8px;transition:all .2s ease}._offer-stats-container_2p6g5_1 ._bottom-grid_2p6g5_404 ._stat-box_2p6g5_410 ._box-content_2p6g5_440 ._list-item_2p6g5_444:hover{background:#f1f5f9;transform:translate(4px)}._offer-stats-container_2p6g5_1 ._bottom-grid_2p6g5_404 ._stat-box_2p6g5_410 ._box-content_2p6g5_440 ._list-item_2p6g5_444 ._item-label_2p6g5_457{display:flex;align-items:center;gap:10px;font-size:13px;color:#1e293b;font-weight:600}._offer-stats-container_2p6g5_1 ._bottom-grid_2p6g5_404 ._stat-box_2p6g5_410 ._box-content_2p6g5_440 ._list-item_2p6g5_444 ._item-label_2p6g5_457 svg{font-size:16px;color:#3b82f6}._offer-stats-container_2p6g5_1 ._bottom-grid_2p6g5_404 ._stat-box_2p6g5_410 ._box-content_2p6g5_440 ._list-item_2p6g5_444 ._item-label_2p6g5_457 ._country-code_2p6g5_469,._offer-stats-container_2p6g5_1 ._bottom-grid_2p6g5_404 ._stat-box_2p6g5_410 ._box-content_2p6g5_440 ._list-item_2p6g5_444 ._item-label_2p6g5_457 ._lang-code_2p6g5_470{display:inline-block;padding:4px 8px;background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff;border-radius:6px;font-size:11px;font-weight:700;min-width:40px;text-align:center}._offer-stats-container_2p6g5_1 ._bottom-grid_2p6g5_404 ._stat-box_2p6g5_410 ._box-content_2p6g5_440 ._list-item_2p6g5_444 ._item-value_2p6g5_481{display:flex;align-items:center;gap:10px}._offer-stats-container_2p6g5_1 ._bottom-grid_2p6g5_404 ._stat-box_2p6g5_410 ._box-content_2p6g5_440 ._list-item_2p6g5_444 ._item-value_2p6g5_481 ._count_2p6g5_469{font-size:14px;font-weight:700;color:#0f172a}._offer-stats-container_2p6g5_1 ._bottom-grid_2p6g5_404 ._stat-box_2p6g5_410 ._box-content_2p6g5_440 ._list-item_2p6g5_444 ._item-value_2p6g5_481 ._badge_2p6g5_491{padding:4px 10px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border-radius:6px;font-size:11px;font-weight:700;box-shadow:0 2px 4px #10b9814d}@media (max-width: 1200px){._offer-stats-container_2p6g5_1 ._stats-grid_2p6g5_26{grid-template-columns:repeat(2,1fr)}._offer-stats-container_2p6g5_1 ._user-stats-grid_2p6g5_196{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}._offer-stats-container_2p6g5_1 ._bottom-grid_2p6g5_404{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){._offer-stats-container_2p6g5_1 ._stats-grid_2p6g5_26,._offer-stats-container_2p6g5_1 ._currency-details_2p6g5_123,._offer-stats-container_2p6g5_1 ._user-stats-grid_2p6g5_196{grid-template-columns:1fr}._offer-stats-container_2p6g5_1 ._financial-grid_2p6g5_309{grid-template-columns:repeat(2,1fr)}._offer-stats-container_2p6g5_1 ._bottom-grid_2p6g5_404{grid-template-columns:1fr}}@media (max-width: 480px){._offer-stats-container_2p6g5_1 ._financial-grid_2p6g5_309{grid-template-columns:1fr}._offer-stats-container_2p6g5_1 ._section_2p6g5_5 ._section-header_2p6g5_8 h2{font-size:18px}}._container_1vc1p_1{padding:0;width:100%}._reportContent_1vc1p_6{width:100%}._section_1vc1p_10{margin-bottom:32px}._section_1vc1p_10 ._sectionHeader_1vc1p_13{display:flex;align-items:center;gap:12px;margin-bottom:20px;padding-bottom:12px;border-bottom:2px solid #e2e8f0}._section_1vc1p_10 ._sectionHeader_1vc1p_13 ._sectionIcon_1vc1p_21{font-size:24px;color:#3b82f6}._section_1vc1p_10 ._sectionHeader_1vc1p_13 h2{margin:0;font-size:20px;font-weight:700;color:#0f172a}._statsGrid_1vc1p_32{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:18px;margin-bottom:24px}._statCard_1vc1p_39{position:relative;background:linear-gradient(135deg,#fff,#f8fafc);border-radius:12px;padding:20px;box-shadow:0 1px 3px #00000014,0 1px 2px #0000000f;border:1px solid #e2e8f0;transition:all .3s cubic-bezier(.4,0,.2,1);overflow:hidden}._statCard_1vc1p_39:hover{transform:translateY(-3px);box-shadow:0 8px 16px #0000001f;border-color:currentColor}._statCard_1vc1p_39:before{content:"";position:absolute;top:-40px;right:-40px;width:120px;height:120px;border-radius:50%;opacity:.06;background:currentColor}._statCard_1vc1p_39 ._cardIcon_1vc1p_65{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:14px;font-size:24px;position:relative;z-index:1}._statCard_1vc1p_39 ._cardContent_1vc1p_77{position:relative;z-index:1}._statCard_1vc1p_39 ._cardContent_1vc1p_77 ._cardTitle_1vc1p_81{margin:0 0 8px;font-size:12px;color:#64748b;font-weight:600;text-transform:uppercase;letter-spacing:.8px}._statCard_1vc1p_39 ._cardContent_1vc1p_77 ._cardValue_1vc1p_89{margin:0 0 6px;font-size:28px;font-weight:700;color:#0f172a;line-height:1.2}._statCard_1vc1p_39 ._cardContent_1vc1p_77 ._cardSubtitle_1vc1p_96{margin:0;font-size:13px;color:#94a3b8;font-weight:500}._statCard_1vc1p_39._blue_1vc1p_102{color:#3b82f6}._statCard_1vc1p_39._blue_1vc1p_102 ._cardIcon_1vc1p_65{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff}._statCard_1vc1p_39._green_1vc1p_109{color:#10b981}._statCard_1vc1p_39._green_1vc1p_109 ._cardIcon_1vc1p_65{background:linear-gradient(135deg,#10b981,#059669);color:#fff}._statCard_1vc1p_39._purple_1vc1p_116{color:#8b5cf6}._statCard_1vc1p_39._purple_1vc1p_116 ._cardIcon_1vc1p_65{background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff}._statCard_1vc1p_39._orange_1vc1p_123{color:#f59e0b}._statCard_1vc1p_39._orange_1vc1p_123 ._cardIcon_1vc1p_65{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}._statCard_1vc1p_39._teal_1vc1p_130{color:#14b8a6}._statCard_1vc1p_39._teal_1vc1p_130 ._cardIcon_1vc1p_65{background:linear-gradient(135deg,#14b8a6,#0d9488);color:#fff}._statCard_1vc1p_39._indigo_1vc1p_137{color:#6366f1}._statCard_1vc1p_39._indigo_1vc1p_137 ._cardIcon_1vc1p_65{background:linear-gradient(135deg,#6366f1,#4f46e5);color:#fff}._statCard_1vc1p_39._pink_1vc1p_144{color:#ec4899}._statCard_1vc1p_39._pink_1vc1p_144 ._cardIcon_1vc1p_65{background:linear-gradient(135deg,#ec4899,#db2777);color:#fff}._statCard_1vc1p_39._cyan_1vc1p_151{color:#06b6d4}._statCard_1vc1p_39._cyan_1vc1p_151 ._cardIcon_1vc1p_65{background:linear-gradient(135deg,#06b6d4,#0891b2);color:#fff}._trendGrid_1vc1p_159{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:18px}._trendCard_1vc1p_165{background:#fff;border-radius:12px;padding:20px;box-shadow:0 1px 3px #00000014;border:1px solid #e2e8f0;border-left:4px solid #3b82f6}._trendCard_1vc1p_165 ._trendContent_1vc1p_173 ._trendLabel_1vc1p_173{font-size:12px;color:#64748b;font-weight:600;text-transform:uppercase;letter-spacing:.8px;margin-bottom:8px}._trendCard_1vc1p_165 ._trendContent_1vc1p_173 ._trendValue_1vc1p_181{font-size:32px;font-weight:700;color:#0f172a;margin-bottom:12px}._trendCard_1vc1p_165 ._trendContent_1vc1p_173 ._trendComparison_1vc1p_187{display:flex;justify-content:space-between;align-items:center;gap:10px}._trendCard_1vc1p_165 ._trendContent_1vc1p_173 ._trendComparison_1vc1p_187 span:first-child{font-size:13px;color:#64748b}._trendCard_1vc1p_165 ._trendContent_1vc1p_173 ._trendComparison_1vc1p_187 ._trendBadge_1vc1p_197{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;border-radius:12px;font-size:12px;font-weight:600}._trendCard_1vc1p_165 ._trendContent_1vc1p_173 ._trendComparison_1vc1p_187 ._trendBadge_1vc1p_197._positive_1vc1p_206{background:#10b9811a;color:#10b981}._trendCard_1vc1p_165 ._trendContent_1vc1p_173 ._trendComparison_1vc1p_187 ._trendBadge_1vc1p_197._negative_1vc1p_210{background:#ef44441a;color:#ef4444}._chartContainer_1vc1p_215{background:#fff;border-radius:12px;padding:20px;box-shadow:0 1px 3px #00000014;border:1px solid #e2e8f0}._chartContainer_1vc1p_215 ._chartTitle_1vc1p_222{font-size:16px;font-weight:600;color:#0f172a;margin:0 0 16px;text-align:center}._contributorsList_1vc1p_230{display:flex;flex-direction:column;gap:12px;margin-bottom:24px}._contributorItem_1vc1p_237{display:flex;align-items:center;gap:16px;padding:16px;background:#fff;border-radius:12px;box-shadow:0 1px 3px #00000014;border:1px solid #e2e8f0;transition:all .3s ease}._contributorItem_1vc1p_237:hover{transform:translate(4px);box-shadow:0 4px 12px #0000001a;border-color:#3b82f6}._contributorItem_1vc1p_237 ._contributorRank_1vc1p_253{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;font-weight:700;font-size:14px;flex-shrink:0}._contributorItem_1vc1p_237 ._contributorInfo_1vc1p_266{flex:1}._contributorItem_1vc1p_237 ._contributorInfo_1vc1p_266 ._contributorName_1vc1p_269{font-size:15px;font-weight:600;color:#0f172a;margin-bottom:4px}._contributorItem_1vc1p_237 ._contributorInfo_1vc1p_266 ._contributorMeta_1vc1p_275{display:flex;align-items:center;gap:6px;font-size:12px;color:#64748b;margin-bottom:2px}._contributorItem_1vc1p_237 ._contributorInfo_1vc1p_266 ._contributorDate_1vc1p_283{font-size:11px;color:#94a3b8}._contributorItem_1vc1p_237 ._contributorBadge_1vc1p_287{display:flex;align-items:center;justify-content:center;min-width:50px;padding:6px 12px;background:linear-gradient(135deg,#f1f5f9,#e2e8f0);border-radius:20px;font-size:16px;font-weight:700;color:#3b82f6}._contributorChart_1vc1p_300{background:#fff;border-radius:12px;padding:24px;box-shadow:0 1px 3px #00000014;border:1px solid #e2e8f0;display:flex;flex-direction:column;align-items:center;justify-content:center}._contributorChart_1vc1p_300 ._chartTitle_1vc1p_222{font-size:16px;font-weight:600;color:#0f172a;margin:0 0 20px;text-align:center}._customTooltip_1vc1p_319{background:#fffffffa;padding:12px 16px;border-radius:8px;box-shadow:0 4px 20px #00000026;border:1px solid #e2e8f0}._customTooltip_1vc1p_319 ._tooltipLabel_1vc1p_326{font-weight:600;color:#0f172a;margin:0 0 6px;font-size:13px}._customTooltip_1vc1p_319 ._tooltipValue_1vc1p_332{margin:4px 0;font-size:12px;font-weight:500}._noData_1vc1p_338{display:flex;align-items:center;justify-content:center;min-height:400px;font-size:16px;color:#64748b;background:#fff;border-radius:12px;box-shadow:0 1px 3px #00000014;border:1px solid #e2e8f0}@media (max-width: 768px){._container_1vc1p_1{padding:0}._statsGrid_1vc1p_32{grid-template-columns:1fr;gap:12px}._statCard_1vc1p_39{padding:16px}._statCard_1vc1p_39 ._cardIcon_1vc1p_65{width:42px;height:42px;font-size:20px}._statCard_1vc1p_39 ._cardContent_1vc1p_77 ._cardTitle_1vc1p_81{font-size:11px}._statCard_1vc1p_39 ._cardContent_1vc1p_77 ._cardValue_1vc1p_89{font-size:24px}._statCard_1vc1p_39 ._cardContent_1vc1p_77 ._cardSubtitle_1vc1p_96{font-size:12px}._section_1vc1p_10{margin-bottom:24px}._section_1vc1p_10 ._sectionHeader_1vc1p_13 h2{font-size:18px}._section_1vc1p_10 ._sectionHeader_1vc1p_13 ._sectionIcon_1vc1p_21{font-size:20px}._trendGrid_1vc1p_159{grid-template-columns:1fr}._contributorItem_1vc1p_237{padding:12px}._contributorItem_1vc1p_237 ._contributorRank_1vc1p_253{width:32px;height:32px;font-size:12px}._contributorItem_1vc1p_237 ._contributorInfo_1vc1p_266 ._contributorName_1vc1p_269{font-size:14px}._contributorItem_1vc1p_237 ._contributorInfo_1vc1p_266 ._contributorMeta_1vc1p_275,._contributorItem_1vc1p_237 ._contributorInfo_1vc1p_266 ._contributorDate_1vc1p_283{font-size:11px}._contributorItem_1vc1p_237 ._contributorBadge_1vc1p_287{min-width:44px;font-size:14px}}.chart-container{background:#fffffff2;border-radius:16px;box-shadow:0 4px 20px #00000014;padding:24px;display:flex;flex-direction:column;justify-content:center;width:100%;overflow-x:auto;transition:all .3s cubic-bezier(.4,0,.2,1)}.chart-container.full-width{grid-column:1/-1}.chart-container:hover{box-shadow:0 8px 28px #0000001f}.chart-container h4{width:100%;margin:0 0 20px;font-size:18px;font-weight:700;color:#1e293b;text-align:left;padding-bottom:12px;border-bottom:2px solid rgba(91,141,239,.15)}.chart-container .recharts-wrapper{margin:0 auto}.chart-container .custom-tooltip{background:#fffffffa;border-radius:12px;box-shadow:0 8px 24px #00000026;padding:16px 20px;border:2px solid rgba(102,126,234,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.chart-container .custom-tooltip .tooltip-label{margin-top:0;margin-bottom:12px;font-weight:700;color:#1e293b;border-bottom:2px solid rgba(102,126,234,.2);padding-bottom:8px;font-size:14px}.chart-container .custom-tooltip .tooltip-data{margin:8px 0;font-size:13px;color:#64748b;font-weight:500}.chart-container .recharts-cartesian-grid-horizontal line,.chart-container .recharts-cartesian-grid-vertical line{stroke:#e2e8f099;stroke-dasharray:5 5}.chart-container .recharts-cartesian-axis-line{stroke:#cbd5e1}.chart-container .recharts-cartesian-axis-tick-value{fill:#64748b;font-size:12px;font-weight:500}.chart-container .recharts-legend-item-text{color:#1e293b;font-size:13px;font-weight:600}.chart-container .recharts-bar-rectangle{transition:opacity .3s cubic-bezier(.4,0,.2,1);filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.chart-container .recharts-bar-rectangle:hover{opacity:.85;filter:drop-shadow(0 4px 8px rgba(0,0,0,.15))}.chart-container .recharts-line-curve{transition:stroke-opacity .3s cubic-bezier(.4,0,.2,1);filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.chart-container .recharts-active-dot{transition:r .3s cubic-bezier(.4,0,.2,1)}@media (max-width: 992px){.chart-container{padding:15px 10px}.chart-container .recharts-wrapper{width:100%!important;height:auto!important;min-height:300px}.chart-container .recharts-surface{width:100%!important;height:auto!important;z-index:0}}@media (max-width: 768px){.chart-container{padding:10px 5px}.chart-container .recharts-wrapper{min-height:250px}}@media (max-width: 480px){.chart-container{padding:8px 2px}.chart-container .recharts-wrapper{min-height:200px}.chart-container .recharts-legend-wrapper{position:relative!important;margin-top:10px!important;left:0!important;bottom:0!important}}.stats-grid-modern{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;width:100%}.stats-grid-modern .stat-item-modern{display:flex;align-items:center;gap:16px;padding:24px;background:linear-gradient(135deg,#fafbff,#fff);border-radius:12px;border:1px solid #e5e7eb;box-shadow:0 2px 8px #0000000a;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.stats-grid-modern .stat-item-modern:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(135deg,#5b8def,#7c3aed);opacity:0;transition:opacity .3s ease}.stats-grid-modern .stat-item-modern:hover{transform:translateY(-4px);box-shadow:0 8px 24px #5b8def33;border-color:#5b8def}.stats-grid-modern .stat-item-modern:hover:before{opacity:1}.stats-grid-modern .stat-item-modern:hover .stat-icon-bg{transform:scale(1.1);opacity:.25}.stats-grid-modern .stat-item-modern .stat-icon-wrapper{position:relative;width:56px;height:56px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.stats-grid-modern .stat-item-modern .stat-icon-wrapper .stat-icon-bg{position:absolute;width:100%;height:100%;background:linear-gradient(135deg,#5b8def,#7c3aed);border-radius:12px;opacity:.15;transition:all .3s ease}.stats-grid-modern .stat-item-modern .stat-icon-wrapper:after{content:"";font-size:28px;position:relative;z-index:1}.stats-grid-modern .stat-item-modern:nth-child(1) .stat-icon-wrapper:after{content:""}.stats-grid-modern .stat-item-modern:nth-child(2) .stat-icon-wrapper:after{content:""}.stats-grid-modern .stat-item-modern:nth-child(3) .stat-icon-wrapper:after{content:""}.stats-grid-modern .stat-item-modern:nth-child(4) .stat-icon-wrapper:after{content:""}.stats-grid-modern .stat-item-modern .stat-content{display:flex;flex-direction:column;gap:6px;flex:1;min-width:0}.stats-grid-modern .stat-item-modern .stat-content .stat-label-modern{font-size:12px;color:#64748b;font-weight:600;text-transform:uppercase;letter-spacing:.5px;line-height:1.3}.stats-grid-modern .stat-item-modern .stat-content .stat-value-modern{font-size:24px;font-weight:800;color:#0f172a;line-height:1.2;background:linear-gradient(135deg,#5b8def,#7c3aed);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media (max-width: 1400px){.stats-grid-modern{grid-template-columns:repeat(2,1fr);gap:16px}}@media (max-width: 768px){.stats-grid-modern{grid-template-columns:repeat(2,1fr);gap:12px}.stats-grid-modern .stat-item-modern{padding:18px;gap:12px}.stats-grid-modern .stat-item-modern .stat-icon-wrapper{width:48px;height:48px}.stats-grid-modern .stat-item-modern .stat-icon-wrapper:after{font-size:24px}.stats-grid-modern .stat-item-modern .stat-content .stat-label-modern{font-size:11px}.stats-grid-modern .stat-item-modern .stat-content .stat-value-modern{font-size:20px}}.task-status-reports-visualizations{display:flex;flex-direction:column;gap:24px}.task-status-reports-visualizations .charts-grid-two-column{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}@media (max-width: 1024px){.task-status-reports-visualizations .charts-grid-two-column{grid-template-columns:1fr}}.task-status-reports-visualizations .charts-grid-two-column .chart-container{margin:0}@media (max-width: 480px){.stats-grid-modern{grid-template-columns:1fr;gap:10px}.stats-grid-modern .stat-item-modern{padding:16px}.stats-grid-modern .stat-item-modern .stat-icon-wrapper{width:44px;height:44px}.stats-grid-modern .stat-item-modern .stat-icon-wrapper:after{font-size:22px}.stats-grid-modern .stat-item-modern .stat-content .stat-label-modern{font-size:10px}.stats-grid-modern .stat-item-modern .stat-content .stat-value-modern{font-size:18px}}.message-reports-visualizations .report-section{margin-bottom:32px}.message-reports-visualizations .report-section .section-title{font-size:20px;font-weight:700;color:#0f172a;margin-bottom:20px;display:flex;align-items:center;gap:12px;padding-bottom:12px;border-bottom:2px solid #e5e7eb}.message-reports-visualizations .report-section .section-title:before{content:"";display:block;width:5px;height:24px;background:linear-gradient(135deg,#5b8def,#7c3aed);border-radius:4px;box-shadow:0 2px 8px #5b8def4d}.message-reports-visualizations .insights-section{margin-bottom:32px}.message-reports-visualizations .insights-section .insights-grid{display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(340px,1fr))}.message-reports-visualizations .insights-section .insights-grid .insight-card{position:relative;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 22px;border-radius:16px;background:linear-gradient(135deg,#fff,#fafbff);border:1px solid #e2e8f0;box-shadow:0 2px 8px #0000000a;transition:all .4s cubic-bezier(.4,0,.2,1);overflow:hidden}.message-reports-visualizations .insights-section .insights-grid .insight-card:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;transition:width .3s ease}.message-reports-visualizations .insights-section .insights-grid .insight-card:after{content:"";position:absolute;top:0;right:0;width:120px;height:100%;background:radial-gradient(circle at top right,rgba(91,141,239,.05) 0%,transparent 70%);pointer-events:none}.message-reports-visualizations .insights-section .insights-grid .insight-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f;border-color:currentColor}.message-reports-visualizations .insights-section .insights-grid .insight-card:hover:before{width:6px}.message-reports-visualizations .insights-section .insights-grid .insight-card:hover .insight-icon-wrapper{transform:rotate(5deg) scale(1.08)}.message-reports-visualizations .insights-section .insights-grid .insight-card:hover .insight-badge{transform:scale(1.05)}.message-reports-visualizations .insights-section .insights-grid .insight-card.high_volume{border-color:#5b8def}.message-reports-visualizations .insights-section .insights-grid .insight-card.high_volume:before{background:linear-gradient(180deg,#5b8def,#3b82f6)}.message-reports-visualizations .insights-section .insights-grid .insight-card.high_volume .insight-icon-wrapper,.message-reports-visualizations .insights-section .insights-grid .insight-card.high_volume .insight-badge{background:linear-gradient(135deg,#5b8def,#3b82f6)}.message-reports-visualizations .insights-section .insights-grid .insight-card.low_response_rate{border-color:#f59e0b}.message-reports-visualizations .insights-section .insights-grid .insight-card.low_response_rate:before{background:linear-gradient(180deg,#f59e0b,#d97706)}.message-reports-visualizations .insights-section .insights-grid .insight-card.low_response_rate .insight-icon-wrapper,.message-reports-visualizations .insights-section .insights-grid .insight-card.low_response_rate .insight-badge{background:linear-gradient(135deg,#f59e0b,#d97706)}.message-reports-visualizations .insights-section .insights-grid .insight-card.peak_hours{border-color:#10b981}.message-reports-visualizations .insights-section .insights-grid .insight-card.peak_hours:before{background:linear-gradient(180deg,#10b981,#059669)}.message-reports-visualizations .insights-section .insights-grid .insight-card.peak_hours .insight-icon-wrapper,.message-reports-visualizations .insights-section .insights-grid .insight-card.peak_hours .insight-badge{background:linear-gradient(135deg,#10b981,#059669)}.message-reports-visualizations .insights-section .insights-grid .insight-card .insight-left{display:flex;align-items:center;gap:16px;flex:1;min-width:0}.message-reports-visualizations .insights-section .insights-grid .insight-card .insight-left .insight-icon-wrapper{width:56px;height:56px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .3s ease;box-shadow:0 4px 12px #00000026}.message-reports-visualizations .insights-section .insights-grid .insight-card .insight-left .insight-icon-wrapper .insight-icon{font-size:26px;color:#fff}.message-reports-visualizations .insights-section .insights-grid .insight-card .insight-left .insight-content{flex:1;min-width:0}.message-reports-visualizations .insights-section .insights-grid .insight-card .insight-left .insight-content .insight-message{font-size:14px;color:#1e293b;margin:0;font-weight:600;line-height:1.5}.message-reports-visualizations .insights-section .insights-grid .insight-card .insight-right{display:flex;align-items:center;flex-shrink:0}.message-reports-visualizations .insights-section .insights-grid .insight-card .insight-right .insight-badge{padding:10px 20px;border-radius:10px;color:#fff;box-shadow:0 4px 12px #00000026;min-width:90px;text-align:center;transition:transform .3s ease}.message-reports-visualizations .insights-section .insights-grid .insight-card .insight-right .insight-badge .insight-value{font-size:24px;font-weight:800;display:block;line-height:1;letter-spacing:-.5px}.message-reports-visualizations .general-stats-compact{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:24px}.message-reports-visualizations .general-stats-compact .compact-pie-chart{background:linear-gradient(135deg,#fff,#f8fafc);border-radius:16px;padding:20px;border:1px solid #e5e7eb;box-shadow:0 2px 8px #0000000a;transition:all .3s ease;display:flex;flex-direction:column}.message-reports-visualizations .general-stats-compact .compact-pie-chart:hover{transform:translateY(-4px);box-shadow:0 8px 20px #0000001a}.message-reports-visualizations .general-stats-compact .compact-pie-chart h4{margin:0 0 4px;font-size:15px;font-weight:700;color:#1e293b;text-align:center;padding-bottom:8px;background:linear-gradient(135deg,#5b8def,#7c3aed);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.message-reports-visualizations .general-stats-compact .compact-pie-chart .recharts-wrapper{display:flex;justify-content:center;flex:1}.message-reports-visualizations .general-stats-compact .compact-stats-card{background:linear-gradient(135deg,#fff,#f8fafc);border-radius:16px;padding:20px;border:1px solid #e5e7eb;box-shadow:0 2px 8px #0000000a;display:flex;flex-direction:column;transition:all .3s ease;grid-column:1/-1}.message-reports-visualizations .general-stats-compact .compact-stats-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #0000001a}.message-reports-visualizations .general-stats-compact .compact-stats-card h4{margin:0 0 16px;font-size:15px;font-weight:700;color:#1e293b;text-align:center;padding-bottom:8px;background:linear-gradient(135deg,#5b8def,#7c3aed);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.message-reports-visualizations .general-stats-compact .compact-stats-card .compact-stats-grid{display:flex;flex-direction:row;gap:12px;flex:1;justify-content:center;align-items:stretch}.message-reports-visualizations .general-stats-compact .compact-stats-card .compact-stats-grid .compact-stat-item{display:flex;flex-direction:column;gap:6px;padding:14px 16px;background:linear-gradient(135deg,#fafbff,#fff);border-radius:10px;border:1px solid #e5e7eb;box-shadow:0 1px 3px #00000008;transition:all .3s ease;flex:1;min-width:0}.message-reports-visualizations .general-stats-compact .compact-stats-card .compact-stats-grid .compact-stat-item:hover{transform:translateY(-4px);box-shadow:0 4px 12px #5b8def26;border-color:#5b8def}.message-reports-visualizations .general-stats-compact .compact-stats-card .compact-stats-grid .compact-stat-item .stat-label{font-size:10px;color:#64748b;font-weight:600;text-transform:uppercase;letter-spacing:.8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.message-reports-visualizations .general-stats-compact .compact-stats-card .compact-stats-grid .compact-stat-item .stat-value{font-size:20px;font-weight:800;color:#0f172a;background:linear-gradient(135deg,#5b8def,#7c3aed);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.message-reports-visualizations .visualization-grid{display:grid;gap:20px;grid-template-columns:repeat(2,1fr)}.message-reports-visualizations .visualization-grid .chart-container{background:linear-gradient(135deg,#fff,#f8fafc);border-radius:16px;padding:20px 22px 22px;border:1px solid #e5e7eb;box-shadow:0 2px 8px #0000000a;transition:all .3s ease;display:flex;flex-direction:column}.message-reports-visualizations .visualization-grid .chart-container:hover{transform:translateY(-4px);box-shadow:0 8px 20px #0000001a}.message-reports-visualizations .visualization-grid .chart-container.full-width{grid-column:1/-1}.message-reports-visualizations .visualization-grid .chart-container h4{margin:0 0 12px;font-size:16px;font-weight:700;color:#1e293b;text-align:center;padding-bottom:8px;background:linear-gradient(135deg,#5b8def,#7c3aed);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.message-reports-visualizations .visualization-grid .chart-container .recharts-wrapper .recharts-cartesian-axis-tick-value{font-size:12px;fill:#64748b;font-weight:500}.message-reports-visualizations .visualization-grid .chart-container .recharts-wrapper .recharts-legend-item-text{color:#334155;font-weight:600;font-size:13px}.message-reports-visualizations .visualization-grid .chart-container .recharts-wrapper .recharts-tooltip-wrapper .recharts-default-tooltip{background:#fff!important;border:1px solid #e5e7eb!important;border-radius:12px!important;box-shadow:0 8px 24px #0000001f!important;padding:12px 16px!important}.message-reports-visualizations .visualization-grid .chart-container .recharts-wrapper .recharts-tooltip-wrapper .recharts-default-tooltip .recharts-tooltip-label{color:#0f172a;font-weight:700;margin-bottom:8px;font-size:13px}.message-reports-visualizations .visualization-grid .chart-container .recharts-wrapper .recharts-tooltip-wrapper .recharts-default-tooltip .recharts-tooltip-item{color:#334155;font-size:13px;font-weight:500}.message-reports-visualizations .visualization-grid .chart-container .recharts-wrapper .recharts-pie-label-text{font-size:12px;font-weight:600;fill:#1e293b}.message-reports-visualizations .visualization-grid .stats-card{background:linear-gradient(135deg,#fff,#f8fafc);border-radius:16px;padding:20px 22px 22px;border:1px solid #e5e7eb;box-shadow:0 2px 8px #0000000a;transition:all .3s ease;display:flex;flex-direction:column}.message-reports-visualizations .visualization-grid .stats-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #0000001a}.message-reports-visualizations .visualization-grid .stats-card h4{margin:0 0 16px;font-size:16px;font-weight:700;color:#1e293b;text-align:center;padding-bottom:8px;background:linear-gradient(135deg,#5b8def,#7c3aed);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.message-reports-visualizations .visualization-grid .stats-card .stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.message-reports-visualizations .visualization-grid .stats-card .stats-grid .stat-item{display:flex;flex-direction:column;gap:8px;padding:16px;background:linear-gradient(135deg,#fafbff,#fff);border-radius:12px;border:1px solid #e5e7eb;box-shadow:0 1px 3px #00000008;transition:all .3s ease}.message-reports-visualizations .visualization-grid .stats-card .stats-grid .stat-item:hover{transform:translateY(-2px);box-shadow:0 6px 16px #5b8def26;border-color:#5b8def}.message-reports-visualizations .visualization-grid .stats-card .stats-grid .stat-item .stat-label{font-size:11px;color:#64748b;font-weight:600;text-transform:uppercase;letter-spacing:.8px}.message-reports-visualizations .visualization-grid .stats-card .stats-grid .stat-item .stat-value{font-size:24px;font-weight:800;color:#0f172a;background:linear-gradient(135deg,#5b8def,#7c3aed);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media (max-width: 1200px){.message-reports-visualizations .general-stats-compact{grid-template-columns:1fr}.message-reports-visualizations .general-stats-compact .compact-pie-chart,.message-reports-visualizations .general-stats-compact .compact-stats-card{max-width:100%}}@media (max-width: 1024px){.message-reports-visualizations .insights-section .insights-grid{grid-template-columns:1fr}.message-reports-visualizations .insights-section .insights-grid .insight-card{padding:16px 18px}.message-reports-visualizations .insights-section .insights-grid .insight-card .insight-left{gap:14px}.message-reports-visualizations .insights-section .insights-grid .insight-card .insight-left .insight-icon-wrapper{width:50px;height:50px}.message-reports-visualizations .insights-section .insights-grid .insight-card .insight-left .insight-icon-wrapper .insight-icon{font-size:22px}.message-reports-visualizations .insights-section .insights-grid .insight-card .insight-left .insight-content .insight-message{font-size:13px}.message-reports-visualizations .insights-section .insights-grid .insight-card .insight-right .insight-badge{padding:8px 16px;min-width:80px}.message-reports-visualizations .insights-section .insights-grid .insight-card .insight-right .insight-badge .insight-value{font-size:20px}.message-reports-visualizations .visualization-grid{grid-template-columns:1fr}.message-reports-visualizations .visualization-grid .chart-container.full-width{grid-column:auto}.message-reports-visualizations .visualization-grid .stats-card .stats-grid{grid-template-columns:1fr}}@media (max-width: 768px){.message-reports-visualizations .report-section{margin-bottom:24px}.message-reports-visualizations .report-section .section-title{font-size:18px;margin-bottom:16px}.message-reports-visualizations .report-section .section-title:before{width:4px;height:20px}.message-reports-visualizations .insights-section .insights-grid{gap:12px}.message-reports-visualizations .insights-section .insights-grid .insight-card{flex-direction:column;align-items:stretch;padding:14px 16px;gap:14px}.message-reports-visualizations .insights-section .insights-grid .insight-card:hover{transform:translateY(-2px)}.message-reports-visualizations .insights-section .insights-grid .insight-card .insight-left{gap:12px}.message-reports-visualizations .insights-section .insights-grid .insight-card .insight-left .insight-icon-wrapper{width:44px;height:44px}.message-reports-visualizations .insights-section .insights-grid .insight-card .insight-left .insight-icon-wrapper .insight-icon{font-size:20px}.message-reports-visualizations .insights-section .insights-grid .insight-card .insight-left .insight-content .insight-message{font-size:12px}.message-reports-visualizations .insights-section .insights-grid .insight-card .insight-right{width:100%;justify-content:center}.message-reports-visualizations .insights-section .insights-grid .insight-card .insight-right .insight-badge{width:100%;padding:10px 16px}.message-reports-visualizations .insights-section .insights-grid .insight-card .insight-right .insight-badge .insight-value{font-size:22px}.message-reports-visualizations .general-stats-compact{gap:16px}.message-reports-visualizations .general-stats-compact .compact-pie-chart,.message-reports-visualizations .general-stats-compact .compact-stats-card{padding:16px}.message-reports-visualizations .general-stats-compact .compact-pie-chart h4,.message-reports-visualizations .general-stats-compact .compact-stats-card h4{font-size:14px;margin-bottom:12px}.message-reports-visualizations .general-stats-compact .compact-stats-card .compact-stats-grid{gap:6px;flex-direction:row}.message-reports-visualizations .general-stats-compact .compact-stats-card .compact-stats-grid .compact-stat-item{padding:10px 12px}.message-reports-visualizations .general-stats-compact .compact-stats-card .compact-stats-grid .compact-stat-item .stat-label{font-size:9px}.message-reports-visualizations .general-stats-compact .compact-stats-card .compact-stats-grid .compact-stat-item .stat-value{font-size:16px}.message-reports-visualizations .visualization-grid{gap:16px}.message-reports-visualizations .visualization-grid .chart-container,.message-reports-visualizations .visualization-grid .stats-card{padding:16px}.message-reports-visualizations .visualization-grid .chart-container h4,.message-reports-visualizations .visualization-grid .stats-card h4{font-size:14px;margin-bottom:14px}.message-reports-visualizations .visualization-grid .stats-card .stats-grid .stat-item{padding:12px}.message-reports-visualizations .visualization-grid .stats-card .stats-grid .stat-item .stat-label{font-size:10px}.message-reports-visualizations .visualization-grid .stats-card .stats-grid .stat-item .stat-value{font-size:20px}}.message-reports-visualizations .message-analysis-summary-card{background:linear-gradient(135deg,#fff,#fafbff);border-radius:20px;padding:28px;border:1px solid #e5e7eb;box-shadow:0 4px 16px #0000000f;transition:all .4s cubic-bezier(.4,0,.2,1)}.message-reports-visualizations .message-analysis-summary-card:hover{box-shadow:0 8px 32px #5b8def26;transform:translateY(-4px);border-color:#cbd5e1}.message-reports-visualizations .message-analysis-summary-card .summary-card-title{font-size:18px;font-weight:700;color:#0f172a;margin-bottom:24px;display:flex;align-items:center;gap:10px}.message-reports-visualizations .message-analysis-summary-card .summary-card-title:before{content:"📊";font-size:22px}.message-reports-visualizations .message-analysis-summary-card .summary-stats-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}.message-reports-visualizations .message-analysis-summary-card .summary-stats-grid .summary-stat-item{position:relative;display:flex;align-items:center;gap:16px;padding:20px;background:#fff;border-radius:16px;border:1px solid transparent;transition:all .35s cubic-bezier(.4,0,.2,1);overflow:hidden}.message-reports-visualizations .message-analysis-summary-card .summary-stats-grid .summary-stat-item:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;transition:width .3s ease}.message-reports-visualizations .message-analysis-summary-card .summary-stats-grid .summary-stat-item:after{content:"";position:absolute;top:-50%;right:-50%;width:100%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.8) 0%,transparent 70%);opacity:0;transition:opacity .3s ease}.message-reports-visualizations .message-analysis-summary-card .summary-stats-grid .summary-stat-item:hover{transform:translateY(-4px) scale(1.02);box-shadow:0 12px 28px #0000001f;border-color:currentColor}.message-reports-visualizations .message-analysis-summary-card .summary-stats-grid .summary-stat-item:hover:before{width:6px}.message-reports-visualizations .message-analysis-summary-card .summary-stats-grid .summary-stat-item:hover:after{opacity:1}.message-reports-visualizations .message-analysis-summary-card .summary-stats-grid .summary-stat-item:hover .stat-icon{transform:scale(1.15) rotate(5deg)}.message-reports-visualizations .message-analysis-summary-card .summary-stats-grid .summary-stat-item:hover .stat-value{transform:scale(1.05)}.message-reports-visualizations .message-analysis-summary-card .summary-stats-grid .summary-stat-item.primary{border-color:#5b8def}.message-reports-visualizations .message-analysis-summary-card .summary-stats-grid .summary-stat-item.primary:before{background:linear-gradient(180deg,#5b8def,#3b82f6)}.message-reports-visualizations .message-analysis-summary-card .summary-stats-grid .summary-stat-item.primary .stat-icon{background:linear-gradient(135deg,#5b8def,#3b82f6);color:#fff}.message-reports-visualizations .message-analysis-summary-card .summary-stats-grid .summary-stat-item.primary .stat-value{color:#5b8def}.message-reports-visualizations .message-analysis-summary-card .summary-stats-grid .summary-stat-item.success{border-color:#10b981}.message-reports-visualizations .message-analysis-summary-card .summary-stats-grid .summary-stat-item.success:before{background:linear-gradient(180deg,#10b981,#059669)}.message-reports-visualizations .message-analysis-summary-card .summary-stats-grid .summary-stat-item.success .stat-icon{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.message-reports-visualizations .message-analysis-summary-card .summary-stats-grid .summary-stat-item.success .stat-value{color:#10b981}.message-reports-visualizations .message-analysis-summary-card .summary-stats-grid .summary-stat-item.info{border-color:#06b6d4}.message-reports-visualizations .message-analysis-summary-card .summary-stats-grid .summary-stat-item.info:before{background:linear-gradient(180deg,#06b6d4,#0891b2)}.message-reports-visualizations .message-analysis-summary-card .summary-stats-grid .summary-stat-item.info .stat-icon{background:linear-gradient(135deg,#06b6d4,#0891b2);color:#fff}.message-reports-visualizations .message-analysis-summary-card .summary-stats-grid .summary-stat-item.info .stat-value{color:#06b6d4}.message-reports-visualizations .message-analysis-summary-card .summary-stats-grid .summary-stat-item .stat-icon{flex-shrink:0;width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:12px;transition:all .35s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #0000001a}.message-reports-visualizations .message-analysis-summary-card .summary-stats-grid .summary-stat-item .stat-icon svg{width:24px;height:24px}.message-reports-visualizations .message-analysis-summary-card .summary-stats-grid .summary-stat-item .stat-content{flex:1;display:flex;flex-direction:column;gap:6px;min-width:0}.message-reports-visualizations .message-analysis-summary-card .summary-stats-grid .summary-stat-item .stat-content .stat-label{font-size:12px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.5px;line-height:1.2}.message-reports-visualizations .message-analysis-summary-card .summary-stats-grid .summary-stat-item .stat-content .stat-value{font-size:14px;font-weight:800;line-height:1.2;transition:all .3s ease;word-break:break-word}@media (max-width: 1400px){.message-reports-visualizations .message-analysis-summary-card .summary-stats-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.message-reports-visualizations .message-analysis-summary-card{padding:20px}.message-reports-visualizations .message-analysis-summary-card .summary-card-title{font-size:16px;margin-bottom:20px}.message-reports-visualizations .message-analysis-summary-card .summary-stats-grid{grid-template-columns:1fr;gap:12px}.message-reports-visualizations .message-analysis-summary-card .summary-stats-grid .summary-stat-item{padding:16px}.message-reports-visualizations .message-analysis-summary-card .summary-stats-grid .summary-stat-item .stat-icon{width:42px;height:42px}.message-reports-visualizations .message-analysis-summary-card .summary-stats-grid .summary-stat-item .stat-icon svg{width:20px;height:20px}.message-reports-visualizations .message-analysis-summary-card .summary-stats-grid .summary-stat-item .stat-content .stat-label{font-size:11px}.message-reports-visualizations .message-analysis-summary-card .summary-stats-grid .summary-stat-item .stat-content .stat-value{font-size:18px}}.loading-indicator{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;min-height:200px}.loading-indicator .loading-text{margin-bottom:24px;color:#6c757d;font-size:14px;text-align:center}._alert_1lrkd_3{position:relative;padding:1rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}._alert-primary_1lrkd_11{color:#084298;background-color:#cfe2ff;border-color:#b6d4fe}._alert-secondary_1lrkd_17{color:#41464b;background-color:#e2e3e5;border-color:#d3d6d8}._alert-success_1lrkd_24{color:#0f5132;background-color:#d1e7dd;border-color:#badbcc}._alert-danger_1lrkd_31{color:#842029;background-color:#f8d7da;border-color:#f5c2c7}._alert-warning_1lrkd_38{color:#664d03;background-color:#fff3cd;border-color:#ffecb5}._alert-info_1lrkd_45{color:#055160;background-color:#cff4fc;border-color:#b6effb}._alert-light_1lrkd_51{color:#636464;background-color:#fefefe;border-color:#fdfdfe}._alert-dark_1lrkd_57{color:#141619;background-color:#d3d3d4;border-color:#bcbebf}._alert-centered_1lrkd_63{left:50%;transform:translate(-50%,-50%);width:700px;box-shadow:0 4px 6px #0000001a}._report-content_1t6jr_1{flex:1;padding:var(--reports-content-padding, 24px);background:transparent;border-radius:16px;margin-bottom:20px}._report-content_1t6jr_1 ._report-header_1t6jr_8{margin-bottom:24px;padding-bottom:16px;border-bottom:2px solid rgba(102,126,234,.1)}._report-content_1t6jr_1 ._report-header_1t6jr_8 ._report-title_1t6jr_13{color:#1e293b;font-size:28px;font-weight:700;margin:0;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._report-content_1t6jr_1 ._report-data-container_1t6jr_23{display:flex;flex-direction:column;gap:24px}._report-content_1t6jr_1 ._export-section_1t6jr_28{display:flex;justify-content:flex-end;margin:16px 0}._report-content_1t6jr_1 ._export-section_1t6jr_28 ._excel-export-btn_1t6jr_33{display:flex;align-items:center;gap:10px;padding:12px 24px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:12px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #10b9814d}._report-content_1t6jr_1 ._export-section_1t6jr_28 ._excel-export-btn_1t6jr_33 svg{font-size:18px}._report-content_1t6jr_1 ._export-section_1t6jr_28 ._excel-export-btn_1t6jr_33:hover{transform:translateY(-2px);box-shadow:0 6px 16px #10b98166;background:linear-gradient(135deg,#059669,#047857)}._report-content_1t6jr_1 ._export-section_1t6jr_28 ._excel-export-btn_1t6jr_33:active{transform:translateY(0)}._report-content_1t6jr_1 ._export-section_1t6jr_28 ._excel-export-btn_1t6jr_33:disabled{opacity:.6;cursor:not-allowed;transform:none}._report-content_1t6jr_1 ._loading-container_1t6jr_64{display:flex;justify-content:center;align-items:center;min-height:400px}._report-content_1t6jr_1 ._error-container_1t6jr_70,._report-content_1t6jr_1 ._no-data-container_1t6jr_71{padding:24px;background:#ffffffe6;border-radius:16px;margin-top:20px;box-shadow:0 4px 16px #00000014}@media (max-width: 768px){._report-content_1t6jr_1{padding:var(--reports-content-padding, 16px)}._report-content_1t6jr_1 ._report-header_1t6jr_8{margin-bottom:20px}._report-content_1t6jr_1 ._report-header_1t6jr_8 ._report-title_1t6jr_13{font-size:22px}}@media (max-width: 480px){._report-content_1t6jr_1{padding:var(--reports-content-padding, 12px)}._report-content_1t6jr_1 ._report-header_1t6jr_8{margin-bottom:16px}._report-content_1t6jr_1 ._report-header_1t6jr_8 ._report-title_1t6jr_13{font-size:20px}}._unified-report-container_1mxns_1{width:100%;display:flex;flex-direction:column;gap:1.5rem;margin-top:16px}._summary-cards_1mxns_9{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1rem}._summary-card_1mxns_9{display:flex;flex-direction:column;align-items:center;gap:.25rem;background:linear-gradient(135deg,#fff,#f8fafc);padding:.875rem 1.25rem;border-radius:10px;box-shadow:0 2px 8px #0000000f;border:1px solid #e2e8f0;min-width:120px;transition:transform .2s,box-shadow .2s}._summary-card_1mxns_9:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}._summary-label_1mxns_34{font-size:.7rem;color:#64748b;font-weight:500;text-transform:uppercase;letter-spacing:.5px}._summary-value_1mxns_42{font-size:1.25rem;font-weight:700;color:#1e293b;line-height:1.2;display:flex;flex-direction:column;align-items:center;gap:.125rem}._summary-detail_1mxns_53{font-size:.65rem;color:#94a3b8;font-weight:400}._summary-section_1mxns_59{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:12px;padding:1.25rem;border:1px solid #e2e8f0}._summary-grid_1mxns_66{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem}._summary-icon_1mxns_72{font-size:1.75rem}._summary-content_1mxns_76{display:flex;flex-direction:column}._table-section_1mxns_81{position:relative}._scroll-hint_1mxns_85{display:flex;justify-content:center;align-items:center;padding:.5rem 0;margin-bottom:.5rem}._scroll-hint-text_1mxns_93{display:inline-flex;align-items:center;gap:.5rem;padding:.375rem .875rem;background:linear-gradient(135deg,#e0f2fe,#dbeafe);color:#0369a1;font-size:.75rem;font-weight:500;border-radius:20px;border:1px solid #bae6fd;animation:_pulseHint_1mxns_1 2s ease-in-out infinite}@keyframes _pulseHint_1mxns_1{0%,to{opacity:.7;transform:scale(1)}50%{opacity:1;transform:scale(1.02)}}._top-scrollbar_1mxns_117{overflow-x:auto;overflow-y:hidden;height:12px;margin-bottom:4px;border-radius:6px;background:#f1f5f9}._top-scrollbar_1mxns_117::-webkit-scrollbar{height:8px}._top-scrollbar_1mxns_117::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}._top-scrollbar_1mxns_117::-webkit-scrollbar-thumb{background:linear-gradient(90deg,#3a7bd5,#00d2ff);border-radius:4px}._top-scrollbar_1mxns_117::-webkit-scrollbar-thumb:hover{background:linear-gradient(90deg,#2563eb,#0ea5e9)}._top-scrollbar-content_1mxns_140{width:1800px;height:1px}._table-wrapper_1mxns_145{overflow-x:auto;background:#fffffff2;border-radius:16px;padding:20px;box-shadow:0 4px 20px #00000014}._table-wrapper_1mxns_145::-webkit-scrollbar{height:8px}._table-wrapper_1mxns_145::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}._table-wrapper_1mxns_145::-webkit-scrollbar-thumb{background:linear-gradient(90deg,#3a7bd5,#00d2ff);border-radius:4px}._table-wrapper_1mxns_145::-webkit-scrollbar-thumb:hover{background:linear-gradient(90deg,#2563eb,#0ea5e9)}._unified-table_1mxns_167{width:100%;border-collapse:separate;border-spacing:0;background-color:#fff;border-radius:12px;overflow:hidden;table-layout:auto}._unified-table_1mxns_167 thead tr th{background:linear-gradient(90deg,#3a7bd5,#3a7bd5 99%,#74b7fe);color:#fff;font-weight:600;position:sticky;top:0;z-index:10;white-space:nowrap;text-transform:uppercase;font-size:11px;letter-spacing:.5px;padding:14px 16px;text-align:left}._unified-table_1mxns_167 thead tr th:first-child{border-top-left-radius:12px}._unified-table_1mxns_167 thead tr th:last-child{border-top-right-radius:12px}._unified-table_1mxns_167 tbody tr{transition:all .3s cubic-bezier(.4,0,.2,1)}._unified-table_1mxns_167 tbody tr:hover{background:linear-gradient(135deg,#667eea0d,#764ba20d);transform:translateY(-1px);box-shadow:0 2px 8px #0000000d}._unified-table_1mxns_167 tbody tr:last-child td{border-bottom:none}._unified-table_1mxns_167 tbody tr td{padding:12px 16px;vertical-align:middle;color:#1e293b;border-bottom:1px solid rgba(226,232,240,.8);font-size:13px}._patient-cell_1mxns_215{min-width:200px;max-width:280px}._patient-info_1mxns_220{display:flex;flex-direction:column;gap:.25rem}._patient-name_1mxns_226{font-weight:600;color:#1e293b;word-break:break-word}._patient-stage_1mxns_232{font-size:.75rem;color:#64748b;background:#f1f5f9;padding:.125rem .5rem;border-radius:4px;display:inline-block;max-width:250px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._phone-cell_1mxns_245{font-family:monospace;font-size:13px;color:#475569;min-width:120px;white-space:nowrap}._contact-cell_1mxns_253{min-width:150px}._contact-info_1mxns_257{display:flex;flex-direction:column;gap:.25rem}._phone-number_1mxns_263{font-family:monospace;font-size:12px;color:#475569;white-space:nowrap}._language-flag_1mxns_270{font-size:11px;color:#64748b}._channel-cell_1mxns_275{min-width:120px}._channel-badge_1mxns_279{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .625rem;border-radius:6px;font-size:.7rem;font-weight:500;color:#fff;white-space:nowrap}._channel-name_1mxns_291{font-size:.65rem;text-transform:capitalize}._language-cell_1mxns_296{min-width:70px}._language-badge_1mxns_300{display:inline-flex;align-items:center;gap:.25rem;font-size:13px;color:#475569}._admin-cell_1mxns_308{min-width:140px;max-width:180px}._admin-info_1mxns_313{display:flex;flex-direction:column;gap:.125rem}._admin-name_1mxns_319{color:#475569;font-weight:500;font-size:12px}._admin-username_1mxns_325{color:#94a3b8;font-size:10px}._date-cell_1mxns_330{min-width:110px;color:#64748b;font-size:13px;white-space:nowrap}._labels-cell_1mxns_337{min-width:150px}._labels-container_1mxns_341{display:flex;flex-wrap:wrap;gap:.375rem;align-items:center}._label-tag_1mxns_348{display:inline-block;padding:.25rem .5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:4px;font-size:.7rem;font-weight:500;max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._label-more_1mxns_362{display:inline-flex;align-items:center;justify-content:center;padding:.25rem .375rem;background:#e2e8f0;color:#64748b;border-radius:4px;font-size:.7rem;font-weight:600;cursor:pointer}._label-more_1mxns_362:hover{background:#cbd5e1}._offer-cell_1mxns_378{min-width:130px}._offer-info_1mxns_382{display:flex;flex-direction:column;gap:.25rem}._offer-amount_1mxns_388{font-weight:600;color:#059669;font-size:.85rem}._paid-amount_1mxns_394{font-size:.75rem;color:#0891b2;background:#ecfeff;padding:.125rem .375rem;border-radius:4px;display:inline-block}._offer-count_1mxns_403{font-size:.65rem;color:#94a3b8}._appointment-cell_1mxns_408{min-width:150px}._appointment-info_1mxns_412{display:flex;flex-direction:column;gap:.25rem}._appointment-date_1mxns_418{font-size:.8rem;color:#0369a1;font-weight:500}._appointment-time_1mxns_424{font-size:.7rem;color:#64748b}._appointment-doctor_1mxns_429{font-size:.7rem;color:#475569;background:#f1f5f9;padding:.125rem .375rem;border-radius:4px;display:inline-block}._appointment-count_1mxns_438{font-size:.65rem;color:#94a3b8}._notes-cell_1mxns_443{min-width:140px}._notes-info_1mxns_447{display:flex;flex-direction:column;gap:.25rem}._notes-count_1mxns_453{font-size:.75rem;color:#0369a1;font-weight:500}._notes-preview_1mxns_459{font-size:.7rem;color:#64748b;cursor:pointer;display:inline-block;max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._notes-preview_1mxns_459:hover{color:#334155}._task-cell_1mxns_473{min-width:150px}._task-info_1mxns_477{display:flex;flex-direction:column;gap:.25rem}._task-badge_1mxns_483{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:500;max-width:140px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._task-badge_1mxns_483._task-completed_1mxns_496{background:#dcfce7;color:#166534}._task-badge_1mxns_483._task-pending_1mxns_500{background:#fef3c7;color:#92400e}._task-badge_1mxns_483._task-cancelled_1mxns_504{background:#fee2e2;color:#991b1b}._task-date_1mxns_509{font-size:.7rem;color:#94a3b8}._task-count_1mxns_514{font-size:.65rem;color:#94a3b8}._closing-cell_1mxns_519{min-width:150px}._closing-info_1mxns_523{display:flex;flex-direction:column;gap:.25rem}._closing-badge_1mxns_529{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:500;max-width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._closing-badge_1mxns_529._closing-success_1mxns_542{background:#dcfce7;color:#166534}._closing-badge_1mxns_529._closing-negative_1mxns_546{background:#fee2e2;color:#991b1b}._closing-badge_1mxns_529._closing-neutral_1mxns_550{background:#f1f5f9;color:#475569}._closing-count_1mxns_555{font-size:.65rem;color:#94a3b8}._no-data_1mxns_560{color:#cbd5e1;font-size:.85rem}._empty-state_1mxns_565{text-align:center;padding:3rem;color:#64748b;background:#f8fafc;border-radius:12px;border:1px dashed #e2e8f0}._empty-state_1mxns_565 p{margin:0;font-size:1rem}._pagination-container_1mxns_578{margin-top:1rem;display:flex;justify-content:center}@media (max-width: 768px){._summary-grid_1mxns_66{grid-template-columns:repeat(2,1fr);gap:.75rem}._summary-card_1mxns_9{padding:.75rem}._summary-value_1mxns_42{font-size:1.25rem}._summary-icon_1mxns_72{font-size:1.5rem}._unified-table_1mxns_167{font-size:.8rem}._unified-table_1mxns_167 thead tr th{padding:.625rem .5rem;font-size:.7rem}._unified-table_1mxns_167 tbody tr td{padding:.625rem .5rem}}._container_19mnd_1{padding:0;width:100%}._reportContent_19mnd_6{width:100%}._section_19mnd_10{margin-bottom:32px}._section_19mnd_10 ._sectionHeader_19mnd_13{display:flex;align-items:center;gap:12px;margin-bottom:20px;padding-bottom:12px;border-bottom:2px solid #e2e8f0}._section_19mnd_10 ._sectionHeader_19mnd_13 ._sectionIcon_19mnd_21{font-size:24px;color:#3b82f6}._section_19mnd_10 ._sectionHeader_19mnd_13 h2{margin:0;font-size:20px;font-weight:700;color:#0f172a}._statsGrid_19mnd_32{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:18px;margin-bottom:24px}._statCard_19mnd_39{position:relative;background:linear-gradient(135deg,#fff,#f8fafc);border-radius:12px;padding:20px;box-shadow:0 1px 3px #00000014,0 1px 2px #0000000f;border:1px solid #e2e8f0;transition:all .3s cubic-bezier(.4,0,.2,1);overflow:hidden}._statCard_19mnd_39:hover{transform:translateY(-3px);box-shadow:0 8px 16px #0000001f;border-color:currentColor}._statCard_19mnd_39:before{content:"";position:absolute;top:-40px;right:-40px;width:120px;height:120px;border-radius:50%;opacity:.06;background:currentColor}._statCard_19mnd_39 ._cardIcon_19mnd_65{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:14px;font-size:24px;position:relative;z-index:1}._statCard_19mnd_39 ._cardContent_19mnd_77{position:relative;z-index:1}._statCard_19mnd_39 ._cardContent_19mnd_77 ._cardTitle_19mnd_81{margin:0 0 8px;font-size:12px;color:#64748b;font-weight:600;text-transform:uppercase;letter-spacing:.8px}._statCard_19mnd_39 ._cardContent_19mnd_77 ._cardValue_19mnd_89{margin:0 0 6px;font-size:28px;font-weight:700;color:#0f172a;line-height:1.2}._statCard_19mnd_39 ._cardContent_19mnd_77 ._cardSubtitle_19mnd_96{margin:0;font-size:13px;color:#94a3b8;font-weight:500}._statCard_19mnd_39._blue_19mnd_102{color:#3b82f6}._statCard_19mnd_39._blue_19mnd_102 ._cardIcon_19mnd_65{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff}._statCard_19mnd_39._green_19mnd_109{color:#10b981}._statCard_19mnd_39._green_19mnd_109 ._cardIcon_19mnd_65{background:linear-gradient(135deg,#10b981,#059669);color:#fff}._statCard_19mnd_39._purple_19mnd_116{color:#8b5cf6}._statCard_19mnd_39._purple_19mnd_116 ._cardIcon_19mnd_65{background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff}._statCard_19mnd_39._orange_19mnd_123{color:#f59e0b}._statCard_19mnd_39._orange_19mnd_123 ._cardIcon_19mnd_65{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}._statCard_19mnd_39._teal_19mnd_130{color:#14b8a6}._statCard_19mnd_39._teal_19mnd_130 ._cardIcon_19mnd_65{background:linear-gradient(135deg,#14b8a6,#0d9488);color:#fff}._statCard_19mnd_39._indigo_19mnd_137{color:#6366f1}._statCard_19mnd_39._indigo_19mnd_137 ._cardIcon_19mnd_65{background:linear-gradient(135deg,#6366f1,#4f46e5);color:#fff}._statCard_19mnd_39._pink_19mnd_144{color:#ec4899}._statCard_19mnd_39._pink_19mnd_144 ._cardIcon_19mnd_65{background:linear-gradient(135deg,#ec4899,#db2777);color:#fff}._statCard_19mnd_39._cyan_19mnd_151{color:#06b6d4}._statCard_19mnd_39._cyan_19mnd_151 ._cardIcon_19mnd_65{background:linear-gradient(135deg,#06b6d4,#0891b2);color:#fff}._loadingState_19mnd_159,._emptyState_19mnd_160{display:flex;justify-content:center;align-items:center;min-height:400px;font-size:16px;color:#64748b;background:#fff;border-radius:12px;box-shadow:0 1px 3px #00000014;border:1px solid #e2e8f0}._tableContainer_19mnd_173{overflow-x:auto;background:#fff;border-radius:12px;box-shadow:0 1px 3px #00000014;border:1px solid #e2e8f0}._statisticsTable_19mnd_181{width:100%;border-collapse:separate;border-spacing:0}._statisticsTable_19mnd_181 thead{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff}._statisticsTable_19mnd_181 thead th{padding:16px 18px;text-align:left;font-weight:600;font-size:12px;text-transform:uppercase;letter-spacing:.8px;position:sticky;top:0;z-index:10;white-space:nowrap;border-bottom:2px solid #1e40af}._statisticsTable_19mnd_181 thead th:first-child{border-top-left-radius:12px}._statisticsTable_19mnd_181 thead th:last-child{border-top-right-radius:12px}._statisticsTable_19mnd_181 tbody tr{transition:all .2s ease;border-bottom:1px solid #e2e8f0}._statisticsTable_19mnd_181 tbody tr:hover{background:#f8fafc}._statisticsTable_19mnd_181 tbody tr:last-child{border-bottom:none}._statisticsTable_19mnd_181 tbody td{padding:14px 18px;font-size:14px;color:#334155;vertical-align:middle}._statisticsTable_19mnd_181 tfoot{background:linear-gradient(135deg,#f1f5f9,#e2e8f0);border-top:2px solid #cbd5e1}._statisticsTable_19mnd_181 tfoot tr td{padding:16px 18px;font-size:14px;font-weight:700;color:#0f172a}._statisticsTable_19mnd_181 tfoot tr td strong{color:#1e293b}._pageRow_19mnd_239{cursor:pointer;background:linear-gradient(135deg,#3b82f614,#2563eb14);font-weight:600}._pageRow_19mnd_239:hover{background:linear-gradient(135deg,#3b82f626,#2563eb26);box-shadow:0 2px 8px #3b82f61a}._pageName_19mnd_249{color:#1e40af;font-weight:700;font-size:15px}._formRow_19mnd_255{background:linear-gradient(135deg,#8b5cf608,#7c3aed08)}._formRow_19mnd_255:hover{background:linear-gradient(135deg,#8b5cf614,#7c3aed14)}._formName_19mnd_262{color:#475569;padding-left:32px;font-weight:500;font-size:14px}._expandCell_19mnd_269{text-align:center;color:#3b82f6;font-size:16px;width:50px}._expandCell_19mnd_269 svg{transition:transform .3s ease;vertical-align:middle}._conversionRate_19mnd_280{display:inline-block;padding:4px 12px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border-radius:12px;font-weight:600;font-size:13px}._totalRow_19mnd_290{background:linear-gradient(135deg,#f1f5f9,#e2e8f0);border-top:2px solid #cbd5e1;font-weight:700}._leadDetailsRow_19mnd_296{background-color:#fafbfc}._leadDetailsRow_19mnd_296 td{padding:0;border-top:2px solid #cbd5e1}._leadDetailsContainer_19mnd_304{padding:24px;background:linear-gradient(135deg,#f8fafc,#fff)}._leadDetailsContainer_19mnd_304 h4{margin:0 0 16px;font-size:16px;font-weight:700;color:#1e293b;padding-bottom:12px;border-bottom:2px solid #e2e8f0}._leadsList_19mnd_317{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:16px}._leadItem_19mnd_323{background:#fff;border-radius:10px;padding:16px;box-shadow:0 1px 3px #00000014;border:1px solid #e2e8f0;transition:all .3s ease}._leadItem_19mnd_323:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a;border-color:#3b82f6}._leadInfo_19mnd_337{display:flex;flex-direction:column;gap:10px}._leadField_19mnd_343{display:flex;align-items:center;gap:8px;font-size:13px;color:#475569;line-height:1.5}._leadField_19mnd_343 svg{color:#3b82f6;font-size:14px;flex-shrink:0}._leadField_19mnd_343 strong{color:#1e293b;font-weight:600;margin-right:4px}@media (max-width: 768px){._container_19mnd_1{padding:0}._statsGrid_19mnd_32{grid-template-columns:1fr;gap:12px}._statCard_19mnd_39{padding:16px}._statCard_19mnd_39 ._cardIcon_19mnd_65{width:42px;height:42px;font-size:20px}._statCard_19mnd_39 ._cardContent_19mnd_77 ._cardTitle_19mnd_81{font-size:11px}._statCard_19mnd_39 ._cardContent_19mnd_77 ._cardValue_19mnd_89{font-size:24px}._statCard_19mnd_39 ._cardContent_19mnd_77 ._cardSubtitle_19mnd_96{font-size:12px}._section_19mnd_10{margin-bottom:24px}._section_19mnd_10 ._sectionHeader_19mnd_13 h2{font-size:18px}._section_19mnd_10 ._sectionHeader_19mnd_13 ._sectionIcon_19mnd_21{font-size:20px}._tableContainer_19mnd_173{border-radius:8px}._statisticsTable_19mnd_181{font-size:12px}._statisticsTable_19mnd_181 thead th{padding:12px 10px;font-size:10px}._statisticsTable_19mnd_181 tbody td{padding:10px;font-size:12px}._formName_19mnd_262{padding-left:20px!important}._leadsList_19mnd_317{grid-template-columns:1fr}._leadItem_19mnd_323{padding:12px}._leadField_19mnd_343{font-size:12px}}._container_1nr0m_2{width:100%;max-width:1400px;margin:0 auto;padding:1rem;min-height:calc(100vh - var(--app-footer-height, 44px));background:transparent}._reportsWrapper_1nr0m_2{width:95%;margin:12px auto 0;background:linear-gradient(180deg,#e8f4fc,#f0f7fc,#f8fbfe);padding:1.5rem;border-radius:20px;border:1px solid rgba(147,197,253,.3);--reports-content-padding: 24px}._categoryGrid_1nr0m_25{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:14px 0 16px}._categoryCard_1nr0m_32{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid var(--card-border, rgba(148, 163, 184, .28));background:linear-gradient(180deg,var(--card-bg-start, #ffffff) 0%,var(--card-bg-end, rgba(241, 245, 249, .75)) 100%);border-radius:14px;padding:20px;display:flex;align-items:center;gap:16px;min-height:96px;cursor:pointer;text-align:left;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease;box-shadow:0 2px 10px #0f172a0d}._categoryCard_1nr0m_32:hover{transform:translateY(-1px);border-color:var(--card-border-hover, rgba(59, 130, 246, .35));box-shadow:0 10px 24px #0f172a14}._categoryCard_1nr0m_32:active{transform:translateY(0)}._active_1nr0m_56{border-color:var(--card-border-active, var(--card-border, rgba(59, 130, 246, .55)));box-shadow:0 10px 26px #0f172a1a;filter:saturate(1.05)}._categoryIconWrap_1nr0m_62{width:60px;height:60px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;background:var(--card-icon-bg, rgba(59, 130, 246, .12));color:var(--card-icon-fg, rgba(30, 64, 175, .9));flex:0 0 auto}._categoryIcon_1nr0m_62{width:26px;height:26px}._categoryInfo_1nr0m_79{min-width:0;display:flex;flex-direction:column;gap:2px}._categoryTitle_1nr0m_86{font-size:16px;font-weight:800;color:#0f172aeb;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._categoryDesc_1nr0m_95{font-size:13px;font-weight:600;color:#0f172a9e;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}._reportsContent_1nr0m_105{min-height:320px}._selectedReportHeader_1nr0m_109{margin:6px var(--reports-content-padding, 24px) 12px;padding:10px 12px;border-radius:14px;border:1px solid rgba(147,197,253,.35);background:#ffffffbf;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:flex-start;gap:10px}._backButton_1nr0m_121{width:36px;height:36px;border-radius:12px;border:1px solid rgba(59,130,246,.25);background:#ffffffe6;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;color:#1e40afe6;transition:transform .15s ease,box-shadow .15s ease}._backButton_1nr0m_121:hover{transform:translateY(-1px);box-shadow:0 10px 18px #0f172a14}._backButton_1nr0m_121:active{transform:translateY(0)}._selectedReportText_1nr0m_142{min-width:0}._selectedReportTitle_1nr0m_146{font-size:14px;font-weight:800;color:#0f172aeb;line-height:1.2}._selectedReportDesc_1nr0m_153{margin-top:2px;font-size:12px;font-weight:600;color:#0f172a9e}._reportTypeSelectWrap_1nr0m_160{margin-left:auto;min-width:240px}._reportTypeSelectWrap_1nr0m_160 select{width:100%}._spinner_1nr0m_170{display:inline-block;width:40px;height:40px;border:4px solid rgba(0,123,255,.1);border-radius:50%;border-top-color:#007bff;animation:_spin_1nr0m_170 1s ease-in-out infinite;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes _spin_1nr0m_170{to{transform:translate(-50%,-50%) rotate(360deg)}}@media (max-width: 768px){._container_1nr0m_2{min-height:calc(100vh - 60px - var(--app-footer-height, 44px))}._reportsWrapper_1nr0m_2{padding:1rem;margin-top:10px;--reports-content-padding: 16px}._categoryGrid_1nr0m_25{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}._categoryCard_1nr0m_32{padding:14px}._categoryIconWrap_1nr0m_62{width:48px;height:48px}._reportTypeSelectWrap_1nr0m_160{min-width:180px}}@media (max-width: 480px){._reportsWrapper_1nr0m_2{padding:.9rem;--reports-content-padding: 12px}._categoryGrid_1nr0m_25{grid-template-columns:1fr}}@media (max-width: 1200px){._categoryGrid_1nr0m_25{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 992px){._categoryGrid_1nr0m_25{grid-template-columns:repeat(2,minmax(0,1fr))}}._container_qabvm_24{width:100%;max-width:1400px;margin:0 auto;padding:1rem;min-height:calc(100vh - 60px);background:transparent}._loadingContainer_qabvm_33{display:flex;justify-content:center;align-items:center;height:300px;background:linear-gradient(135deg,var(--gray-50) 0%,white 100%);border-radius:16px;border:1px solid var(--gray-200)}._loadingContainer_qabvm_33:after{content:"";width:40px;height:40px;border:3px solid var(--gray-200);border-top-color:var(--primary-color);border-radius:50%;animation:_spin_qabvm_1 1s linear infinite}@keyframes _spin_qabvm_1{to{transform:rotate(360deg)}}._assignmentWrapper_qabvm_58{display:flex;flex-direction:column;gap:1rem;width:95%;margin:0 auto;background:linear-gradient(180deg,#e8f4fc,#f0f7fc,#f8fbfe);padding:1.5rem;border-radius:20px;border:1px solid rgba(147,197,253,.3)}._actionBar_qabvm_71{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.25rem;background:#fff;border-radius:14px;box-shadow:0 2px 4px #0000000a;border:1px solid rgba(0,0,0,.06);flex-wrap:wrap}._bulkAssignContainer_qabvm_84{display:flex;align-items:center;gap:.75rem;position:relative}._selectAdmin_qabvm_91{padding:.6rem 1rem;border:1px solid var(--gray-200);border-radius:10px;font-size:.875rem;color:var(--gray-700);background:#fff;min-width:200px;cursor:pointer;transition:all var(--transition-speed) ease}._selectAdmin_qabvm_91:hover{border-color:var(--gray-300)}._selectAdmin_qabvm_91:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #0d6efd26}._assignButton_qabvm_111{display:flex;align-items:center;gap:.5rem;padding:.6rem 1.25rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:10px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all var(--transition-speed) ease;position:relative}._assignButton_qabvm_111:hover{transform:translateY(-2px);box-shadow:0 4px 12px #10b98166}._assignButton_qabvm_111:active{transform:translateY(0)}._notificationBadge_qabvm_134{position:absolute;top:-8px;right:-8px;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;font-size:.7rem;font-weight:700;padding:.15rem .4rem;border-radius:10px;min-width:18px;text-align:center;border:2px solid white;box-shadow:0 2px 6px #ef444466}._filterContainer_qabvm_150{display:flex;align-items:center;gap:.75rem}._searchInput_qabvm_156{padding:.6rem 1rem .6rem 2.5rem;border:1px solid var(--gray-200);border-radius:10px;font-size:.875rem;color:var(--gray-700);background:#fff;min-width:220px;transition:all var(--transition-speed) ease}._searchInput_qabvm_156:hover{border-color:var(--gray-300)}._searchInput_qabvm_156:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #0d6efd26}._searchInput_qabvm_156::placeholder{color:var(--gray-400)}._searchWrapper_qabvm_179{position:relative}._searchWrapper_qabvm_179 ._searchIcon_qabvm_182{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:var(--gray-400);pointer-events:none}._filterSelect_qabvm_191{padding:.6rem 1rem;border:1px solid var(--gray-200);border-radius:10px;font-size:.875rem;color:var(--gray-700);background:#fff;min-width:180px;cursor:pointer;transition:all var(--transition-speed) ease}._filterSelect_qabvm_191:hover{border-color:var(--gray-300)}._filterSelect_qabvm_191:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #0d6efd26}._tableContainer_qabvm_212{background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 2px 4px #0000000a;border:1px solid rgba(0,0,0,.06)}._table_qabvm_212{width:100%;border-collapse:collapse}._table_qabvm_212 thead{background:linear-gradient(135deg,var(--gray-50) 0%,var(--gray-100) 100%)}._table_qabvm_212 thead tr{border-bottom:1px solid var(--gray-200)}._table_qabvm_212 thead th{padding:1rem 1.25rem;text-align:left;font-size:.75rem;font-weight:600;color:var(--gray-600);text-transform:uppercase;letter-spacing:.5px}._table_qabvm_212 thead th:first-child{width:50px;text-align:center}._table_qabvm_212 thead th:nth-child(2){width:60px}._table_qabvm_212 tbody tr{border-bottom:1px solid var(--gray-100);transition:all var(--transition-speed) ease}._table_qabvm_212 tbody tr:hover{background:#93c5fd14}._table_qabvm_212 tbody tr._selectedRow_qabvm_253{background:linear-gradient(135deg,#3b82f614,#2563eb0a);border-left:3px solid var(--primary-color)}._table_qabvm_212 tbody tr:last-child{border-bottom:none}._table_qabvm_212 tbody td{padding:1rem 1.25rem;font-size:.875rem;color:var(--gray-700)}._table_qabvm_212 tbody td:first-child{text-align:center}._checkbox_qabvm_269{width:18px;height:18px;cursor:pointer;accent-color:var(--primary-color);border-radius:4px}._userName_qabvm_277{font-weight:600;color:var(--gray-900)}._languageBadge_qabvm_282{display:inline-flex;align-items:center;gap:.35rem;padding:.25rem .6rem;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;border-radius:6px;font-size:.75rem;font-weight:600}._channelBadge_qabvm_294{display:inline-flex;align-items:center;gap:.35rem;padding:.25rem .6rem;border-radius:6px;font-size:.75rem;font-weight:600}._channelBadge_qabvm_294._whatsapp_qabvm_303{background:linear-gradient(135deg,#25d36626,#128c7e1a);color:#128c7e}._channelBadge_qabvm_294._instagram_qabvm_307{background:linear-gradient(135deg,#e4405f26,#c135841a);color:#c13584}._channelBadge_qabvm_294._facebook_qabvm_311{background:linear-gradient(135deg,#1877f226,#0c63d41a);color:#1877f2}._channelBadge_qabvm_294._email_qabvm_315{background:linear-gradient(135deg,#4285f426,#1967d21a);color:#4285f4}._dateText_qabvm_320{color:var(--gray-500);font-size:.8rem}._emptyState_qabvm_325{text-align:center;padding:3rem;color:var(--gray-500)}._emptyState_qabvm_325 p{margin:0}._scenariosContainer_qabvm_335{display:flex;flex-direction:column;gap:1.5rem}._scenariosInfo_qabvm_341{background:#fff;border-radius:14px;padding:1.25rem;border-left:4px solid var(--primary-color);box-shadow:0 2px 4px #0000000a}._scenariosInfo_qabvm_341 p{margin:0;color:var(--gray-600);font-size:.9rem;line-height:1.6}._scenarioCards_qabvm_355{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;align-items:stretch}._scenarioCard_qabvm_355{position:relative;height:100%}._scenarioCard_qabvm_355 input[type=radio]{display:none}._scenarioCard_qabvm_355 input[type=radio]:checked+label{border-color:var(--primary-color);background:linear-gradient(135deg,#3b82f614,#2563eb0a)}._scenarioCard_qabvm_355 input[type=radio]:checked+label ._scenarioNumber_qabvm_373{background:linear-gradient(135deg,var(--primary-color) 0%,#1d4ed8 100%);box-shadow:0 4px 12px #3b82f666}._scenarioCard_qabvm_355 label{display:flex;flex-direction:column;height:100%;min-height:180px;background:#fff;border-radius:14px;padding:1.25rem;cursor:pointer;border:2px solid transparent;box-shadow:0 2px 4px #0000000a;transition:all var(--transition-speed) ease}._scenarioCard_qabvm_355 label:hover{transform:translateY(-2px);box-shadow:0 8px 20px #00000014;border-color:var(--gray-200)}._cardContent_qabvm_396{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem;flex:1}._scenarioNumber_qabvm_373{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.25rem;color:#fff;background:linear-gradient(135deg,var(--gray-400) 0%,var(--gray-500) 100%);transition:all var(--transition-speed) ease}._scenarioText_qabvm_419{font-size:.875rem;color:var(--gray-600);line-height:1.5}._scenarioText_qabvm_419 strong{color:var(--gray-800)}._saveButton_qabvm_428{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 2rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:10px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all var(--transition-speed) ease;margin-top:.5rem;align-self:flex-start}._saveButton_qabvm_428:hover{transform:translateY(-2px);box-shadow:0 4px 12px #10b98166}@media (max-width: 992px){._assignmentWrapper_qabvm_58{width:100%;padding:1rem}._actionBar_qabvm_71{flex-direction:column;align-items:stretch;gap:.75rem}._bulkAssignContainer_qabvm_84,._filterContainer_qabvm_150{width:100%;justify-content:space-between}._selectAdmin_qabvm_91,._filterSelect_qabvm_191{flex:1;min-width:auto}}@media (max-width: 768px){._container_qabvm_24{padding:.75rem}._tableContainer_qabvm_212{overflow-x:auto}._table_qabvm_212{min-width:600px}._scenarioCards_qabvm_355{grid-template-columns:1fr}._searchInput_qabvm_156{min-width:150px}}._popupOverlay_1uhd2_1{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#11182780;display:flex;justify-content:center;align-items:center;z-index:1000;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}._popupContent_1uhd2_15{background-color:#fff;padding:24px;border-radius:20px;width:560px;position:relative;box-shadow:0 25px 50px -12px #00000040;border:1px solid var(--gray-200, #e5e7eb);animation:_slideIn_1uhd2_1 .25s ease-out}._popupContent_1uhd2_15 ._popupHeader_1uhd2_25{display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid var(--gray-200, #e5e7eb)}._popupContent_1uhd2_15 ._popupHeader_1uhd2_25 h3{font-size:1.25rem;color:var(--gray-900, #111827);margin:0;font-weight:600}._popupContent_1uhd2_15 ._popupClose_1uhd2_40{position:absolute;top:16px;right:16px;font-size:20px;cursor:pointer;color:var(--gray-500, #6b7280);transition:all .2s ease;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:10px;background:var(--gray-50, #f9fafb)}._popupContent_1uhd2_15 ._popupClose_1uhd2_40:hover{color:var(--gray-900, #111827);background-color:var(--gray-100, #f3f4f6)}._popupContent_1uhd2_15 ._dropdown_1uhd2_60{position:relative;margin-bottom:16px}._popupContent_1uhd2_15 ._dropdown_1uhd2_60 ._dropdownHeader_1uhd2_64{background-color:var(--gray-50, #f9fafb);padding:12px 14px;border-radius:12px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;border:1px solid var(--gray-200, #e5e7eb);transition:all .2s ease;font-size:.9375rem;color:var(--gray-700, #374151)}._popupContent_1uhd2_15 ._dropdown_1uhd2_60 ._dropdownHeader_1uhd2_64:hover{background-color:#fff;border-color:var(--gray-300, #d1d5db)}._popupContent_1uhd2_15 ._dropdown_1uhd2_60 ._dropdownArrow_1uhd2_81{font-size:14px;transition:transform .3s ease;color:var(--gray-500, #6b7280)}._popupContent_1uhd2_15 ._dropdown_1uhd2_60 ._dropdownArrow_1uhd2_81._open_1uhd2_86{transform:rotate(180deg)}._popupContent_1uhd2_15 ._dropdown_1uhd2_60 ._dropdownList_1uhd2_89{position:absolute;width:100%;background-color:#fff;border:1px solid var(--gray-200, #e5e7eb);border-radius:14px;max-height:250px;overflow-y:auto;box-shadow:0 10px 25px #0000001a;z-index:1000;margin-top:6px}._popupContent_1uhd2_15 ._dropdown_1uhd2_60 ._dropdownList_1uhd2_89::-webkit-scrollbar{width:6px}._popupContent_1uhd2_15 ._dropdown_1uhd2_60 ._dropdownList_1uhd2_89::-webkit-scrollbar-track{background:var(--gray-50, #f9fafb);border-radius:3px}._popupContent_1uhd2_15 ._dropdown_1uhd2_60 ._dropdownList_1uhd2_89::-webkit-scrollbar-thumb{background:var(--gray-300, #d1d5db);border-radius:3px}._popupContent_1uhd2_15 ._dropdown_1uhd2_60 ._dropdownList_1uhd2_89 ._searchInput_1uhd2_112{width:calc(100% - 24px);padding:12px;border:none;border-bottom:1px solid var(--gray-200, #e5e7eb);outline:none;font-size:.9rem;margin:0;background:var(--gray-50, #f9fafb)}._popupContent_1uhd2_15 ._dropdown_1uhd2_60 ._dropdownList_1uhd2_89 ._searchInput_1uhd2_112:focus{border-bottom-color:#14b8a680;background:#fff}._popupContent_1uhd2_15 ._dropdown_1uhd2_60 ._dropdownList_1uhd2_89 ._dropdownItem_1uhd2_126{padding:12px 16px;cursor:pointer;transition:all .15s ease;color:var(--gray-700, #374151);font-size:.9rem}._popupContent_1uhd2_15 ._dropdown_1uhd2_60 ._dropdownList_1uhd2_89 ._dropdownItem_1uhd2_126:hover{background-color:var(--gray-50, #f9fafb);color:#14b8a6}._popupContent_1uhd2_15 ._messages1ChatInput_1uhd2_137{display:flex;justify-content:flex-end;margin-top:16px}._popupContent_1uhd2_15 ._messages1ChatInput_1uhd2_137 button{padding:12px 24px;border:none;border-radius:12px;background:linear-gradient(135deg,#14b8a6,#0d9488);color:#fff;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:8px;font-weight:600;font-size:.9rem}._popupContent_1uhd2_15 ._messages1ChatInput_1uhd2_137 button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #14b8a659}@keyframes _slideIn_1uhd2_1{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}._disabledButton_1uhd2_171{opacity:.5;cursor:not-allowed}@media (max-width: 768px){._popupContent_1uhd2_15{width:calc(100vw - 32px);padding:20px;margin:0 16px}._dropdown_1uhd2_60 ._dropdownList_1uhd2_89{max-height:60vh}}@media (max-width: 480px){._popupContent_1uhd2_15{width:calc(100vw - 24px);padding:16px;margin:0 12px}}:root{--primary-color: #0d6efd;--primary-light: #cfe2ff;--danger-color: #dc3545;--success-color: #198754;--warning-color: #ffc107;--info-color: #0dcaf0;--gray-50: #f9fafb;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-300: #d1d5db;--gray-400: #9ca3af;--gray-500: #6b7280;--gray-600: #4b5563;--gray-700: #374151;--gray-800: #1f2937;--gray-900: #111827;--transition-speed: .3s}._container_sbig0_25{width:100%;max-width:1400px;margin:0 auto;padding:.75rem;min-height:calc(100vh - var(--app-footer-height, 44px));background:transparent}._chatContainer_sbig0_34{width:95%;margin:0 auto;padding:1.5rem;background:linear-gradient(180deg,#e8f4fc,#f0f7fc,#f8fbfe);border:1px solid rgba(147,197,253,.3);border-radius:20px;box-shadow:0 2px 8px #0000000a;display:flex;gap:.75rem;height:calc(100vh - var(--app-footer-height, 44px) - 1.5rem);overflow:hidden}._chatSidebar_sbig0_49{width:380px;border:1px solid rgba(147,197,253,.3);border-radius:16px;overflow:hidden;display:flex;flex-direction:column;background-color:#fff;box-shadow:0 2px 8px #0000000a}._chatSidebarHeader_sbig0_60{padding:.9rem;border-bottom:1px solid var(--gray-200);background:#fff;position:sticky;top:0;z-index:2}._chatSidebarHeader_sbig0_60 ._sidebarCloseButton_sbig0_68{display:none!important}._chatContacts_sbig0_72{flex:1;overflow-y:auto;padding:.6rem;background-color:var(--gray-50);scrollbar-width:thin;scrollbar-color:var(--gray-400) transparent}._chatContact_sbig0_72{display:flex;align-items:center;padding:.8rem;cursor:pointer;transition:all var(--transition-speed);gap:.875rem;background-color:#fff;border-radius:12px;margin-bottom:.5rem;border:1px solid var(--gray-200);box-shadow:0 1px 2px #0000000a}._chatContactNoUser_sbig0_96{height:70vh;display:flex;justify-content:center;align-items:center;padding:1rem;color:var(--gray-500);font-size:small}._chatContactNoUser_sbig0_96 span{margin-left:.5rem}._chatContact_sbig0_72:last-child{margin-bottom:0}._chatContact_sbig0_72:hover{transform:translateY(-1px);border-color:var(--status-color, var(--gray-300));box-shadow:0 6px 18px #11182714;background:var(--status-bg-hover, #ffffff)!important}._chatContact_sbig0_72._active_sbig0_120{background:var(--status-bg, linear-gradient(135deg, rgba(20, 184, 166, .08) 0%, rgba(20, 184, 166, .12) 100%))!important;border-color:var(--status-color, rgba(20, 184, 166, .35))}._chatContactAvatar_sbig0_125{width:44px;height:44px;border-radius:50%;object-fit:cover;border:2px solid white;box-shadow:0 2px 4px #0000001a}._chatContactInfo_sbig0_134{flex:1;min-width:0;padding-right:.5rem}._chatContactName_sbig0_140{font-weight:600;font-size:.95rem;color:var(--gray-900);margin-bottom:.15rem}._chatContactMessageWrapper_sbig0_147{display:flex;align-items:center;gap:.5rem;color:var(--gray-600)}._chatContactMessage_sbig0_147{font-size:.875rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1}._chatContactTime_sbig0_162{font-size:.75rem;color:var(--gray-500);white-space:nowrap}._chatContactMeta_sbig0_168{display:flex;align-items:center}._chatContactBadge_sbig0_173{background:linear-gradient(135deg,#14b8a6,#0d9488);color:#fff;font-size:.7rem;font-weight:600;padding:.2rem .5rem;border-radius:10px;min-width:1.4rem;text-align:center;box-shadow:0 2px 6px #14b8a659}@media (max-width: 992px){._chatSidebar_sbig0_49{width:280px}._message_sbig0_190{max-width:85%}}@media (max-width: 768px){._chatSidebar_sbig0_49{position:fixed;left:0;top:75px;bottom:75px;z-index:1050;transform:translate(-100%);transition:transform var(--transition-speed);width:100%;max-width:420px;background-color:#fff;height:calc(100dvh - 150px);border-radius:0 16px 16px 0;overflow:hidden}._chatSidebar_sbig0_49._active_sbig0_120{transform:translate(0);box-shadow:2px 0 12px #00000026;border-radius:0 16px 16px 0;overflow:hidden}._chatSidebarHeader_sbig0_60{background-color:#fff;position:sticky;top:0;z-index:1}._sidebarHeaderRow_sbig0_222{display:flex;align-items:center;justify-content:space-between;gap:8px}}@media (max-width: 768px){._chatSidebarHeader_sbig0_60 ._sidebarCloseButton_sbig0_68{display:inline-flex!important;align-items:center;justify-content:center;width:32px;height:32px;border-radius:10px;border:1px solid var(--gray-200);background:#fff;cursor:pointer}}._chatContacts_sbig0_72{overflow-y:overlay}@media (hover: hover){._chatContacts_sbig0_72::-webkit-scrollbar-thumb{background-color:transparent}._chatContacts_sbig0_72:hover::-webkit-scrollbar-thumb{background-color:#93c5fd}}._chatContacts_sbig0_72::-webkit-scrollbar{width:6px;height:6px}._chatContacts_sbig0_72::-webkit-scrollbar-track{background:transparent;border-radius:3px}._chatContacts_sbig0_72::-webkit-scrollbar-thumb{background-color:#93c5fd;border-radius:3px;transition:background-color var(--transition-speed)}._chatContacts_sbig0_72::-webkit-scrollbar-thumb:hover{background-color:#60a5fa}._searchGroup_sbig0_277{display:flex;gap:.5rem}._searchInput_sbig0_282{flex:1;padding:.65rem .9rem;border:1px solid var(--gray-200);border-radius:12px;font-size:.9375rem;background:var(--gray-50);transition:border-color var(--transition-speed),box-shadow var(--transition-speed)}._searchInput_sbig0_282:focus{outline:none;border-color:#0d6efd80;box-shadow:0 0 0 4px #0d6efd1f;background:#fff}._searchButton_sbig0_298{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;background-color:#fff;border:1px solid var(--gray-200);border-radius:12px;cursor:pointer;color:var(--gray-600);transition:all var(--transition-speed)}._searchButton_sbig0_298:hover{background-color:var(--gray-50);color:var(--gray-900);border-color:var(--gray-300)}._sidebarOverlay_sbig0_320{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;z-index:1040;opacity:0;transition:opacity var(--transition-speed)}._sidebarOverlay_sbig0_320._active_sbig0_120{display:block;opacity:1}._chatMain_sbig0_339{min-width:0;flex:1 1 auto}@media (max-width: 768px){._container_sbig0_25{padding:0;min-height:calc(100vh - 60px - var(--app-footer-height, 44px))}._chatContainer_sbig0_34{height:calc(100vh - 60px - var(--app-footer-height, 44px));max-height:100vh;width:100vw;padding:0;gap:0}._chatMain_sbig0_339{width:100%;height:100vh}._chatSidebar_sbig0_49{max-width:90vw;border-radius:0;border:none}}@media (max-width: 480px){._chatContainer_sbig0_34{height:calc(100dvh - 60px - var(--app-footer-height, 44px))}._chatSidebar_sbig0_49{max-width:350px}}@media (max-width: 996px){._searchButton_sbig0_298{display:none}}._popupOverlay_zju6b_1{position:fixed;top:0;left:0;width:100%;height:100%;background:#11182780;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;z-index:1000;flex-direction:column}._popup_zju6b_1{position:relative;background:#fff;padding:24px;border-radius:20px;width:700px;max-width:95vw;text-align:center;box-shadow:0 25px 50px -12px #00000040;border:1px solid var(--gray-200, #e5e7eb);animation:_fadeIn_zju6b_1 .25s ease-out}@keyframes _fadeIn_zju6b_1{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}h3{margin-bottom:20px;color:var(--gray-900, #111827);font-weight:600;font-size:1.25rem}._close-popup_zju6b_46{position:absolute;top:14px;right:14px;font-size:20px;font-weight:700;cursor:pointer;color:var(--gray-500, #6b7280);transition:all .2s;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:10px;background:var(--gray-50, #f9fafb)}._close-popup_zju6b_46:hover{color:var(--gray-900, #111827);background-color:var(--gray-100, #f3f4f6)}._formContainer_zju6b_68{margin-bottom:20px;width:100%;display:flex;flex-direction:column;align-items:center}._formLabels_zju6b_76{display:flex;width:100%;margin-bottom:8px;padding:0 20px}._formLabels_zju6b_76 span{display:inline-block;font-size:.9rem;color:#555;font-weight:500;text-align:left}._formLabels_zju6b_76 span:first-child{width:66.66%}._formLabels_zju6b_76 span:last-child{width:33.33%}._formInputs_zju6b_96{width:100%;padding:0 20px}._inputRow_zju6b_101{display:flex;width:100%;gap:10px}._doubleInput_zju6b_107{width:66.66%;display:flex;gap:10px}._singleInput_zju6b_113{width:33.33%}._selectInput_zju6b_117,._phoneInput_zju6b_118{flex:1;padding:10px 12px;border:1px solid var(--gray-200, #e5e7eb);border-radius:12px;font-size:.9rem;transition:border-color .2s,box-shadow .2s;background:var(--gray-50, #f9fafb)}._selectInput_zju6b_117:focus,._phoneInput_zju6b_118:focus{border-color:#14b8a680;box-shadow:0 0 0 4px #14b8a61f;outline:none;background:#fff}._selectInput_zju6b_117:hover:not(:focus),._phoneInput_zju6b_118:hover:not(:focus){border-color:var(--gray-300, #d1d5db)}._selectInput_zju6b_117:disabled,._phoneInput_zju6b_118:disabled{background-color:var(--gray-100, #f3f4f6);cursor:not-allowed;opacity:.7}._selectInput_zju6b_117{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23555' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;background-size:16px;padding-right:30px;color:#555}._inputWithTooltip_zju6b_155{position:relative;display:flex;width:100%}._phoneInput_zju6b_118{width:100%}._tooltipWrapper_zju6b_165{position:absolute;right:10px;top:50%;transform:translateY(-50%);display:flex;align-items:center;pointer-events:auto;cursor:help}._errorMessage_zju6b_176{color:#e74c3c;background-color:#fadbd8;padding:8px 12px;border-radius:5px;margin-bottom:15px;font-size:14px;text-align:left;width:calc(100% - 40px)}._messageInputContainer_zju6b_187{margin-top:10px;padding-top:15px}@media (max-width: 768px){._popup_zju6b_1{width:calc(100vw - 32px);padding:16px}._formLabels_zju6b_76 span:first-child,._doubleInput_zju6b_107{width:100%}._inputRow_zju6b_101{flex-direction:column}._singleInput_zju6b_113{width:100%}}@media (max-width: 480px){._popup_zju6b_1{width:calc(100vw - 24px);padding:12px}}._quickMessagesContainer_1r0oa_1{position:relative;display:inline-block}._quickMessagesDropdown_1r0oa_6{position:absolute;bottom:45px;right:0;width:680px;height:520px;background-color:#fff;border:1px solid var(--gray-200, #e5e7eb);border-radius:18px;box-shadow:0 20px 50px #00000026;padding:0;z-index:21;overflow:hidden;display:flex;flex-direction:column;transition:all .2s ease}._dropdownHeader_1r0oa_24{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1px solid var(--gray-200, #e5e7eb);background:linear-gradient(135deg,#14b8a6,#0d9488);color:#fff}._dropdownHeader_1r0oa_24 h3{font-weight:600;font-size:1.1rem;color:#fff;margin:0 0 10px;padding:0}._headerActions_1r0oa_41{display:flex;align-items:center;gap:8px;flex-wrap:nowrap}._searchFilterRow_1r0oa_48{display:flex;align-items:center;width:100%;margin-right:15px}._categorySelect_1r0oa_55{flex:0 0 170px;max-width:170px}._addMessageForm_1r0oa_60{display:flex;flex-direction:column;width:100%;height:100%}._categoriesBody_1r0oa_67{padding:12px;display:flex;flex-direction:column;gap:12px;flex:1;overflow:hidden}._categoryList_1r0oa_76{flex:1;overflow-y:auto;padding:4px}._categoryItem_1r0oa_82{background:var(--gray-50, #f9fafb);border-radius:12px;padding:12px 14px;margin-bottom:8px;border:1px solid var(--gray-200, #e5e7eb);display:flex;align-items:center;justify-content:space-between;gap:10px}._categoryInfo_1r0oa_94{flex:1;min-width:0}._categoryName_1r0oa_99{display:block;color:var(--gray-800, #1f2937);font-size:.9rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._categoryActions_1r0oa_108{display:flex;gap:6px;align-items:center;flex:0 0 auto}._categoryEditInput_1r0oa_115{width:100%;height:40px;padding:10px 14px;border:1px solid var(--gray-200, #e5e7eb);border-radius:10px;outline:none;background:#fffffff2}._searchBar_1r0oa_125{position:relative;flex:1}._searchBar_1r0oa_125 input,._searchBar_1r0oa_125 ._ifilter_1r0oa_130{width:95%;padding:10px 40px 10px 14px;border:none;border-radius:10px;font-size:.875rem;background:#fffffff2;outline:none;color:var(--gray-800, #1f2937)}._searchBar_1r0oa_125 input::placeholder,._searchBar_1r0oa_125 ._ifilter_1r0oa_130::placeholder{color:var(--gray-500, #6b7280)}._searchBar_1r0oa_125 ._searchIcon_1r0oa_144{position:absolute;right:12px;top:50%;transform:translateY(-50%);color:#14b8a6}._messagesList_1r0oa_152{flex:1;overflow-y:auto;padding:8px;max-height:420px}._messagesList_1r0oa_152::-webkit-scrollbar{width:6px}._messagesList_1r0oa_152::-webkit-scrollbar-track{background:var(--gray-50, #f9fafb)}._messagesList_1r0oa_152::-webkit-scrollbar-thumb{background:var(--gray-300, #d1d5db);border-radius:3px}._messagesList_1r0oa_152::-webkit-scrollbar-thumb:hover{background:var(--gray-400, #9ca3af)}._categoryGroup_1r0oa_172{margin-bottom:16px;border:1px solid var(--gray-200, #e5e7eb);border-radius:12px;overflow:hidden;background:#fff}._categoryHeader_1r0oa_180{padding:12px 16px;background:linear-gradient(135deg,#14b8a6,#0d9488);color:#fff;display:flex;align-items:center;justify-content:space-between}._categoryHeader_1r0oa_180 h4{margin:0;font-size:.95rem;font-weight:600}._categoryCount_1r0oa_194{font-size:.85rem;opacity:.9;font-weight:500}._categoryMessages_1r0oa_200{padding:8px}._quickMessageItem_1r0oa_204{background:var(--gray-50, #f9fafb);border-radius:12px;padding:14px 16px;margin-bottom:8px;cursor:pointer;transition:all .2s ease;position:relative;border:1px solid var(--gray-200, #e5e7eb);display:flex;justify-content:space-between;align-items:center}._quickMessageItem_1r0oa_204:hover{background:#fff;border-color:#14b8a64d;transform:translate(4px);box-shadow:0 4px 12px #0000000f}._quickMessageItem_1r0oa_204:hover button{opacity:1}._quickMessageItem_1r0oa_204 button{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:#ef4444;color:#fff;border:none;width:28px;height:28px;border-radius:8px;cursor:pointer;font-size:16px;display:flex;align-items:center;justify-content:center;opacity:0;transition:all .2s ease}._quickMessageItem_1r0oa_204 button:hover{background:#dc2626;transform:translateY(-50%) scale(1.08)}._emptyState_1r0oa_250 p{margin:0;font-size:14px}._loadingSpinner_1r0oa_266{display:flex;justify-content:center;align-items:center;padding:20px}._errorMessage_1r0oa_273{color:#dc3545;background-color:#f8d7da;border:1px solid #f5c6cb;padding:12px;border-radius:8px;margin:10px 15px;font-size:14px;text-align:center;display:flex;align-items:center;gap:8px}@media (max-width: 480px){._quickMessagesDropdown_1r0oa_6{left:0;right:0;margin:0 auto;width:96%!important;max-height:300px;padding:10px}._quickMessageItem_1r0oa_204{padding:8px;font-size:13px}._searchFilterRow_1r0oa_48{flex-direction:column;align-items:stretch}._categorySelect_1r0oa_55{flex:1 1 auto;max-width:100%}}._chatInput_1r0oa_310{padding:10px;background-color:#fff;display:flex;gap:.75rem;align-items:center;min-height:150px;flex-wrap:wrap;width:100%;box-sizing:border-box}._categoryRow_1r0oa_322,._categoryCreateRow_1r0oa_329{display:flex;gap:10px;align-items:center;width:100%}._categoryInput_1r0oa_336{flex:1;height:40px;padding:10px 14px;border:1px solid var(--gray-200, #e5e7eb);border-radius:10px;outline:none;background:var(--gray-50, #f9fafb)}._inputActions_1r0oa_346{display:flex;align-items:center;gap:.4rem;flex-wrap:wrap;flex:0 0 auto;margin-left:auto;max-width:100%;min-width:0}._tabHeader_1r0oa_357,._tabAddButton_1r0oa_361{display:flex}._deleteBtn_1r0oa_365{position:absolute;right:15px;top:50%;transform:translateY(-50%);background:#ff4757;color:#fff;border:none;width:30px;height:30px;border-radius:50%;cursor:pointer;font-size:18px;display:flex;align-items:center;justify-content:center;opacity:0;transition:all .3s ease}._deleteBtn_1r0oa_365:hover{background:#e84118;transform:translateY(-50%) scale(1.1)}._addButton_1r0oa_389{position:fixed;bottom:30px;right:30px;width:56px;height:56px;background:linear-gradient(135deg,#14b8a6,#0d9488);border:none;border-radius:14px;color:#fff;font-size:28px;cursor:pointer;box-shadow:0 6px 20px #14b8a666;transition:all .2s ease;display:flex;align-items:center;justify-content:center}._addButton_1r0oa_389:hover{transform:scale(1.08);box-shadow:0 8px 25px #14b8a680}._emptyState_1r0oa_250{text-align:center;padding:40px 20px;color:#999}._emptyState_1r0oa_250 svg{width:80px;height:80px;margin-bottom:15px;opacity:.3}._modal_1r0oa_424{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:1000;justify-content:center;align-items:center}._modal_1r0oa_424._active_1r0oa_436{display:flex}._modalContent_1r0oa_440{background:#fff;border-radius:16px;padding:25px;width:90%;max-width:450px;box-shadow:0 10px 40px #0003}._modalHeader_1r0oa_449{font-size:18px;font-weight:600;margin-bottom:20px;color:#333}._formGroup_1r0oa_456{margin-bottom:15px}._formGroup_1r0oa_456 label{display:block;margin-bottom:8px;font-size:14px;font-weight:500;color:#555}._formGroup_1r0oa_456 input,._formGroup_1r0oa_456 textarea{width:100%;padding:10px;border:1px solid #ddd;border-radius:8px;font-size:14px;font-family:inherit;outline:none;transition:border-color .3s ease}._formGroup_1r0oa_456 input:focus,._formGroup_1r0oa_456 textarea:focus{border-color:#667eea}._formGroup_1r0oa_456 textarea{resize:vertical;min-height:100px}._modalButtons_1r0oa_486{display:flex;gap:10px;justify-content:space-between}._modalButtons_1r0oa_486 button{flex:1;padding:12px;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;width:min-content}._modalButtonsRight_1r0oa_503{width:100%;margin-left:auto;justify-content:flex-end}._modalButtonsRight_1r0oa_503 button{flex:0 0 auto;width:auto}._modalOverlay_jkz6k_1{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}._modalContainer_jkz6k_14{background-color:#fff;width:600px;max-width:90%;max-height:90vh;border-radius:12px;box-shadow:0 5px 15px #0003;overflow:hidden;display:flex;flex-direction:column;animation:_modalFadeIn_jkz6k_1 .3s ease-in-out}._modalHeader_jkz6k_27{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #e0e0e0;background-color:#f8f9fa}._modalTitle_jkz6k_36{font-size:1.5rem;font-weight:600;color:#333;margin:0}._closeButton_jkz6k_43{background:none;border:none;font-size:1.8rem;font-weight:700;color:#666;cursor:pointer;transition:color .2s;padding:0;margin:0;line-height:1}._closeButton_jkz6k_43:hover{color:#dc3545}._modalBody_jkz6k_59{padding:20px;overflow-y:auto}._formSection_jkz6k_64{margin-bottom:20px}._formGroup_jkz6k_68{display:flex;flex-direction:column;margin-bottom:10px}._formGroup_jkz6k_68 label{font-size:.95rem;font-weight:600;margin-bottom:6px;color:#444}._formGroup_jkz6k_68 input,._formGroup_jkz6k_68 select{padding:10px 12px;border-radius:6px;border:1px solid #ddd;font-size:1rem;transition:border-color .2s,box-shadow .2s}._formGroup_jkz6k_68 input:focus,._formGroup_jkz6k_68 select:focus{outline:none;border-color:#0275d8;box-shadow:0 0 0 3px #0275d833}._formGroup_jkz6k_68 select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'%3E%3C/path%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:16px;padding-right:40px;-webkit-appearance:none;-moz-appearance:none;appearance:none}._formRow_jkz6k_100{display:flex;gap:16px}._formRow_jkz6k_100 ._formGroup_jkz6k_68{flex:1}._summarySection_jkz6k_108{background-color:#fff;border-radius:8px;padding:10px;margin-bottom:20px;border:1px solid #dee2e6;box-shadow:0 2px 5px #0000000d}._summaryTitle_jkz6k_117{font-size:1.2rem;font-weight:600;margin-bottom:16px;color:#2c3e50;padding-bottom:10px;border-bottom:2px solid #dee2e6;position:relative}._summaryTitle_jkz6k_117:after{content:"";position:absolute;bottom:-2px;left:0;width:60px;height:2px;background-color:#0275d8}._costSummary_jkz6k_137{display:flex;flex-direction:column;font-family:Roboto,Segoe UI,sans-serif;font-size:.95rem}._costItem_jkz6k_144{display:flex;justify-content:space-between;padding:5px 2px;border-bottom:1px solid #f0f0f0}._costItem_jkz6k_144 span:first-child{color:#566573;font-weight:500}._costItem_jkz6k_144 span:last-child{font-family:Consolas,Courier New,monospace;font-weight:500;color:#2c3e50}._subtotalSection_jkz6k_160{padding-top:8px;margin-top:8px;border-top:1px dashed #ccc}._totalCost_jkz6k_166{padding:12px 2px 8px;font-weight:700;font-size:1.05rem;color:#2c3e50;margin-top:5px;border-bottom:none}._totalCost_jkz6k_166 span:first-child{color:#2c3e50}._totalCost_jkz6k_166 span:last-child{font-size:1.1rem}._depositAmount_jkz6k_181{padding:8px 2px;font-weight:600;font-size:1rem;color:#0275d8;margin-top:0;background-color:#f8f9fa;border-bottom:none;border-radius:0 0 6px 6px}._depositAmount_jkz6k_181 span:first-child{color:#0275d8}._depositAmount_jkz6k_181 span:last-child{color:#0275d8}._modalFooter_jkz6k_198{display:flex;justify-content:flex-end;padding-top:16px;border-top:1px solid #e0e0e0;margin-top:20px}._submitButton_jkz6k_206{background-color:#0275d8;color:#fff;border:none;border-radius:6px;padding:10px 20px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s}._submitButton_jkz6k_206:focus{outline:none;box-shadow:0 0 0 3px #0275d84d}@keyframes _modalFadeIn_jkz6k_1{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 576px){._formRow_jkz6k_100{flex-direction:column;gap:0}._modalTitle_jkz6k_36{font-size:1.3rem}}._overlay_17bnd_1{position:fixed;top:0;left:0;right:0;bottom:0;background:#11182780;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}._popup_17bnd_16{background:#fff;border-radius:20px;max-width:480px;width:100%;max-height:80vh;display:flex;flex-direction:column;box-shadow:0 25px 50px -12px #00000040;border:1px solid var(--gray-200, #e5e7eb)}._header_17bnd_28{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid var(--gray-200, #e5e7eb);background:linear-gradient(135deg,#14b8a6,#0d9488);border-radius:20px 20px 0 0}._header_17bnd_28 h3{margin:0;font-size:1.1rem;font-weight:600;color:#fff}._header_17bnd_28 ._closeBtn_17bnd_43{background:#fff3;border:none;cursor:pointer;padding:8px;border-radius:10px;color:#fff;transition:all .2s}._header_17bnd_28 ._closeBtn_17bnd_43:hover{background:#ffffff4d}._content_17bnd_56{flex:1;overflow-y:auto;padding:1rem}._loading_17bnd_62{text-align:center;padding:2rem;color:#6b7280}._channelList_17bnd_68{display:flex;flex-direction:column;gap:5px}._channelItem_17bnd_74{display:flex;align-items:center;gap:12px;padding:10px 12px;border:1px solid var(--gray-200, #e5e7eb);border-radius:12px;cursor:pointer;transition:all .2s;background:var(--gray-50, #f9fafb)}._channelItem_17bnd_74:hover{border-color:#14b8a666;background:#14b8a60f}._channelItem_17bnd_74._selected_17bnd_89{border-color:#14b8a6;background:#14b8a61a}._channelItemDisabled_17bnd_94{display:flex;align-items:center;gap:12px;padding:10px 12px;border:1px solid var(--gray-200, #e5e7eb);border-radius:12px;transition:all .2s;background:var(--gray-100, #f3f4f6);opacity:.6}._channelIcon_17bnd_106{flex-shrink:0}._channelInfo_17bnd_110{flex:1;display:flex;justify-content:space-between;align-items:center;gap:1rem}._channelInfo_17bnd_110 h4{margin:0 0 .25rem;font-size:1rem;font-weight:600;color:#1f2937}._channelInfo_17bnd_110 ._channelType_17bnd_123{font-size:.875rem;color:#6b7280;text-transform:capitalize;text-align:right}._noChannels_17bnd_130{padding:2rem 1rem;text-align:center;color:#6c757d;font-size:.95rem;line-height:1.5;background-color:#f8f9fa;border-radius:8px;border:1px dashed #dee2e6;margin:1rem 0}._infoBox_17bnd_142{margin-top:1rem;padding:5px;font-size:13px;background:linear-gradient(135deg,#fff4e6,#ffe8cc);border:1px solid #ffd699;border-left:4px solid #ff9800;border-radius:8px;gap:.75rem}._infoBox_17bnd_142 p{margin:0;font-size:.875rem;line-height:1.5;color:#8b4513}._infoBox_17bnd_142 svg{flex-shrink:0;margin-top:2px}@media (max-width: 768px){._infoBox_17bnd_142{padding:.75rem}._infoBox_17bnd_142 p{font-size:.8rem}}._footer_17bnd_171{display:flex;justify-content:flex-end;gap:.75rem;padding:1rem 1.5rem;border-top:1px solid #e5e7eb}@media (max-width: 768px){._popup_17bnd_16{max-height:90vh}._channelItem_17bnd_74{padding:.875rem}}._notUser_1kmba_3{height:100vh;display:flex;justify-content:center;align-items:center;padding:1rem;color:var(--gray-500);font-size:small}._notUser_1kmba_3 span{margin-left:.5rem}._inputDisabledMessage_1kmba_16{display:flex;flex-direction:row;align-items:center;justify-content:center;padding:5px 10px;background:linear-gradient(135deg,#fff5f5,#fee2e2);border:1px solid #fecaca;border-radius:12px;gap:1rem;text-align:center;margin:1rem auto}._inputDisabledMessage_1kmba_16 p{margin:0;font-size:.9rem;color:#991b1b;line-height:1.6;max-width:600px}._inputDisabledMessage_1kmba_16 p:first-child{font-weight:600;font-size:1rem}._inputDisabledMessage_1kmba_16 ._channelSelectButton_1kmba_40{padding:.75rem 1.5rem;background-color:#dc2626;color:#fff;border:none;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 2px 8px #dc262640;margin-top:.5rem}._inputDisabledMessage_1kmba_16 ._channelSelectButton_1kmba_40:hover{background-color:#b91c1c;transform:translateY(-2px);box-shadow:0 4px 12px #dc262659}._inputDisabledMessage_1kmba_16 ._channelSelectButton_1kmba_40:active{transform:translateY(0)}@media (max-width: 768px){._inputDisabledMessage_1kmba_16{padding:1.5rem 1rem}._inputDisabledMessage_1kmba_16 p{font-size:.85rem}._inputDisabledMessage_1kmba_16 p:first-child{font-size:.95rem}._inputDisabledMessage_1kmba_16 ._channelSelectButton_1kmba_40{width:100%;padding:.875rem}}._chatMain_1kmba_77{flex:1;display:flex;flex-direction:column;background-color:#fff;border:1px solid var(--gray-200);border-radius:16px;overflow:hidden;position:relative;min-width:0;max-width:100%}._editedMessage_1kmba_90{right:10px;position:absolute;top:30px;font-size:12px;font-style:italic;margin:5px 0;padding:0 10px;background-color:var(--primary-light);border-radius:12px}._chatHeader_1kmba_102{padding:.75rem 1rem;background-color:#fff;border-bottom:1px solid var(--gray-200);display:flex;align-items:center;gap:1rem;min-height:60px;position:relative;z-index:1;overflow:visible}._chatContact-status_1kmba_115{font-size:.75rem;color:#14b8a6;font-weight:500}._channelInfo_1kmba_121{display:inline-flex;align-items:center;gap:4px;color:var(--gray-500);font-size:.7rem;width:34px;height:34px;border-radius:4px;border:1px solid var(--gray-100);width:fit-content}._channelInfo_1kmba_121 svg{color:#14b8a6;width:11px;height:11px}@media (max-width: 768px){._chatContactAvatar_1kmba_140{display:none}}._chatHeaderActions_1kmba_144{display:flex;align-items:center;gap:.5rem;margin-left:auto;flex-shrink:0}._chatHeaderActions_1kmba_144>*{align-self:center}._headerActionBtn_1kmba_155{width:36px;height:36px;min-width:36px;min-height:36px;display:inline-flex;align-items:center;justify-content:center;border-radius:10px;border:1.5px solid;cursor:pointer;transition:all .2s ease;background:transparent;flex-shrink:0;box-sizing:border-box;padding:0;line-height:0}._headerActionBtn_1kmba_155 svg{width:16px;height:16px;margin:0!important;display:block}._headerActionBtn_1kmba_155:active{transform:scale(.95)}._gemBtn_1kmba_183{background:#8b5cf626;border-color:#8b5cf659;color:#4c1d95}._gemBtn_1kmba_183:hover{background:#8b5cf640;border-color:#8b5cf680;box-shadow:0 4px 12px #8b5cf633}._buildingBtn_1kmba_194{background:#f59e0b26;border-color:#f59e0b59;color:#78350f}._buildingBtn_1kmba_194:hover{background:#f59e0b40;border-color:#f59e0b80;box-shadow:0 4px 12px #f59e0b33}._mobileMenuContainer_1kmba_206{position:relative;display:none}._mobileHeaderTop_1kmba_211{display:none}._mobileMenuButton_1kmba_215{width:34px;height:34px;display:flex;align-items:center;justify-content:center;border-radius:10px;border:1.5px solid var(--gray-300);background:#fff;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 4px #0000000d}._mobileMenuButton_1kmba_215:hover{background:var(--gray-50);border-color:var(--gray-400);box-shadow:0 2px 8px #0000001a}._mobileMenuButton_1kmba_215:active{transform:scale(.95)}._mobileMenuOverlay_1kmba_237{position:fixed;top:0;left:0;right:0;bottom:0;background:#0006;z-index:10040;animation:_fadeIn_1kmba_1 .2s ease}@keyframes _fadeIn_1kmba_1{0%{opacity:0}to{opacity:1}}._mobileMenuDropdown_1kmba_256{position:absolute;top:calc(100% + 8px);right:0;min-width:300px;max-width:90vw;background:#fff;border-radius:12px;box-shadow:0 12px 32px #0003;border:1px solid rgba(0,0,0,.08);z-index:10060;animation:_slideDown_1kmba_1 .2s ease;overflow:hidden}@media (max-width: 768px){._mobileMenuDropdown_1kmba_256{right:-10px;left:auto;transform:translate(0)}}@keyframes _slideDown_1kmba_1{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}._mobileMenuHeader_1kmba_288{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid var(--gray-200);background:var(--gray-50)}._mobileMenuHeader_1kmba_288 span{font-size:.875rem;font-weight:600;color:var(--gray-700)}._mobileMenuHeader_1kmba_288 button{width:28px;height:28px;display:flex;align-items:center;justify-content:center;border:none;background:transparent;cursor:pointer;border-radius:6px;transition:background .2s}._mobileMenuHeader_1kmba_288 button:hover{background:var(--gray-200)}._mobileMenuHeader_1kmba_288 button:active{transform:scale(.95)}._mobileMenuItems_1kmba_320{padding:8px;display:flex;flex-direction:column;gap:4px}._mobileMenuItem_1kmba_320{display:flex;align-items:center;gap:8px;padding:10px 12px;background:var(--gray-50);border-radius:8px;font-size:.8125rem}._mobileMenuItem_1kmba_320 ._menuItemLabel_1kmba_336{color:var(--gray-600);font-weight:500}._mobileMenuItem_1kmba_320 ._menuItemValue_1kmba_340{color:var(--gray-900);font-weight:600;flex:1;text-align:right}._mobileMenuAction_1kmba_347{display:flex;align-items:center;gap:10px;width:100%;padding:12px;border:none;background:#fff;border-radius:8px;cursor:pointer;font-size:.875rem;font-weight:500;color:var(--gray-700);transition:all .2s}._mobileMenuAction_1kmba_347:hover{background:var(--gray-100)}._mobileMenuAction_1kmba_347:active{transform:scale(.98)}._mobileMenuAction_1kmba_347 span{flex:1;text-align:left}._dDesktopOnly_1kmba_373{display:flex}._dMobileOnly_1kmba_377{display:none}@media (max-width: 768px){._dDesktopOnly_1kmba_373{display:none!important}._dMobileOnly_1kmba_377{display:flex!important}._mobileMenuContainer_1kmba_206{display:block}}._mesageLink_1kmba_392{color:#3897f0;text-decoration:none;font-size:.75rem;margin-left:5px;transition:color .3s ease}._mesageLink_1kmba_392:hover{color:#2c82d3}._chatAreaWrapper_1kmba_405{flex:1;min-height:0;display:flex;flex-direction:column;position:relative;overflow:hidden}._loadingOverlay_1kmba_415{position:absolute;top:10px;left:50%;transform:translate(-50%);z-index:10;background:var(--gray-100);padding:8px 16px;border-radius:20px;box-shadow:0 2px 8px #0000001a}._chatMessages_1kmba_428{flex:1;padding:1.25rem;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column-reverse;gap:1rem;min-height:0;position:relative;scroll-behavior:auto;background:var(--gray-50)}._chatMessages_1kmba_428 ._messageGroup_1kmba_442{display:flex;flex-direction:column-reverse;gap:.5rem}._chatMessages_1kmba_428::-webkit-scrollbar{width:6px}._chatMessages_1kmba_428::-webkit-scrollbar-track{background:var(--gray-100);border-radius:3px}._chatMessages_1kmba_428::-webkit-scrollbar-thumb{background:var(--gray-400);border-radius:3px}._chatMessages_1kmba_428::-webkit-scrollbar-thumb:hover{background:var(--gray-500)}._chatMessages_1kmba_428 ._dateDivider_1kmba_461{text-align:center;margin:8px 0;color:var(--gray-600)}._chatMessages_1kmba_428 ._dateDivider_1kmba_461 h5{display:inline-flex;align-items:center;justify-content:center;padding:.25rem .75rem;border-radius:999px;background:#fff;border:1px solid var(--gray-200);font-size:.8rem;font-weight:600;margin:0}._message_1kmba_442{display:flex;gap:.75rem;max-width:65%}._messageSent_1kmba_485{margin-left:auto;flex-direction:row-reverse}._messageAvatar_1kmba_490{width:36px;height:36px;border-radius:50%;object-fit:cover}._messageSent_1kmba_485 ._messageAvatar_1kmba_490{display:none}._messageContent_1kmba_501{display:flex;flex-direction:column;align-items:flex-end;max-width:450px}._messageWrapper_1kmba_509{position:relative;display:flex;align-items:flex-start;width:100%}._messageText_1kmba_516{position:relative;padding:.7rem .95rem;background-color:#fff;border-radius:16px;border:1px solid var(--gray-200);font-size:.9375rem;color:var(--gray-900);box-shadow:0 1px 3px #0000000a;width:100%}._messageText_1kmba_516 ._text_1kmba_528{margin-right:10px}._messageSent_1kmba_485 ._messageText_1kmba_516{background:var(--message-bg-color, linear-gradient(135deg, #dcfce7 0%, #d1fae5 100%));border-color:var(--message-border-color, rgba(20, 184, 166, .2));color:var(--gray-900)}._messageTime_1kmba_538{font-size:.75rem;color:var(--gray-500);margin-top:.25rem;margin-left:.5rem;display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}._channelBadge_1kmba_549{font-size:.65rem;background-color:var(--primary-100, #e0e7ff);color:var(--primary-600, #4f46e5);padding:.125rem .375rem;border-radius:.25rem;font-weight:500;max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._messageSent_1kmba_485 ._channelBadge_1kmba_549{background-color:var(--message-bg-color, var(--green-100, #dcfce7));color:var(--message-status-color, var(--green-700, #15803d))}._messageSent_1kmba_485 ._messageTime_1kmba_538{text-align:right;margin-right:.5rem;color:var(--gray-600);justify-content:flex-end}._chatInput_1kmba_575{padding:.85rem 1rem;background-color:#fff;border-top:1px solid var(--gray-200);display:flex;gap:.65rem;align-items:center;box-shadow:none;position:relative;z-index:1;flex-wrap:wrap;width:100%;box-sizing:border-box}._inputActions_1kmba_590{display:flex;align-items:center;gap:.4rem;flex-wrap:wrap;flex:0 0 auto;margin-left:auto;max-width:100%;min-width:0}._tabHeader_1kmba_601,._tabAddButton_1kmba_605{display:flex}@media (max-width: 1200px){._messageInput_1kmba_611{flex-basis:100%}._inputActions_1kmba_590{width:100%;margin-left:0;justify-content:center;row-gap:.4rem}}._chatInput_1kmba_575 ._form-control_1kmba_621{border:none;background-color:var(--gray-100);padding:.75rem 1rem}._chatInput_1kmba_575 ._form-control_1kmba_621:focus{box-shadow:none;background-color:var(--gray-200)}._chatInput_1kmba_575 ._btn-icon_1kmba_632{width:40px;height:40px}@media (max-width: 768px){._chatMain_1kmba_77,._chatMessages_1kmba_428{overflow-x:hidden}._chatMain_1kmba_77{height:auto;min-height:100dvh}._message_1kmba_442{max-width:90%}._chatAreaWrapper_1kmba_405{flex:0 0 auto;min-height:0}._chatMessages_1kmba_428{flex:0 0 auto;max-height:55dvh;min-height:220px}._chatInput_1kmba_575{gap:.5rem}._messageInput_1kmba_611{flex-basis:100%}._inputActions_1kmba_590{margin-left:0;width:100%;justify-content:flex-end}}._actionButton_1kmba_672._emojiBtn_1kmba_686{background:#f59e0b1a;border-color:#f59e0b33}._actionButton_1kmba_672._emojiBtn_1kmba_686:hover{background:#f59e0b26;border-color:#f59e0b66}._actionButton_1kmba_672._fileBtn_1kmba_694{background:#3b82f61a;border-color:#3b82f633}._actionButton_1kmba_672._fileBtn_1kmba_694:hover{background:#3b82f626;border-color:#3b82f666}._actionButton_1kmba_672._quickMsgBtn_1kmba_702{background:#22c55e1a;border-color:#22c55e33}._actionButton_1kmba_672._quickMsgBtn_1kmba_702:hover{background:#22c55e26;border-color:#22c55e66}._actionButton_1kmba_672._offerBtn_1kmba_710{background:#f59e0b1a;border-color:#f59e0b33}._actionButton_1kmba_672._offerBtn_1kmba_710:hover{background:#f59e0b26;border-color:#f59e0b66}._actionButton_1kmba_672._translateBtn_1kmba_718{background:#8b5cf61a;border-color:#8b5cf633}._actionButton_1kmba_672._translateBtn_1kmba_718:hover{background:#8b5cf626;border-color:#8b5cf666}@media (max-width: 1200px){._actionButton_1kmba_672{flex:0 0 auto}}._actionButton_1kmba_672:hover{transform:translateY(-1px);box-shadow:0 4px 12px #00000014}._actionButton_1kmba_672:active{transform:translateY(0)}._sendButton_1kmba_742{background:linear-gradient(135deg,#14b8a6,#0d9488)!important;color:#fff;border:none!important;box-shadow:0 3px 10px #14b8a659;border-radius:12px!important}._sendButton_1kmba_742:hover{background:linear-gradient(135deg,#0d9488,#0f766e)!important;box-shadow:0 5px 15px #14b8a673;transform:translateY(-1px)}._send-button_1kmba_755:active{transform:scale(.95)}._messageInput_1kmba_611{flex:1;padding:.7rem .9rem;border:1px solid var(--gray-200);background-color:var(--gray-50);border-radius:14px;font-size:.9375rem;transition:border-color var(--transition-speed),box-shadow var(--transition-speed),background var(--transition-speed);resize:none;max-height:120px;min-height:48px;line-height:1.5;font-family:inherit;overflow-y:hidden;width:100%;min-width:0}._composerBox_1kmba_778{flex:1;min-width:0;display:flex;flex-direction:column;gap:6px;padding:6px;border:1px solid var(--gray-200);background-color:var(--gray-100);border-radius:12px}._messageInputInBox_1kmba_790{border:none;background:transparent;padding:6px 8px;border-radius:8px}._messageInputInBox_1kmba_790:focus{box-shadow:none;background:transparent;border:1px solid var(--gray-200);background-color:var(--gray-50);border-radius:14px;font-size:.9375rem;transition:border-color var(--transition-speed),box-shadow var(--transition-speed),background var(--transition-speed);resize:none;max-height:120px;min-height:48px;line-height:1.5;font-family:inherit;overflow-y:hidden;width:100%;min-width:0}._messageInput_1kmba_611{scrollbar-width:none}._messageInput_1kmba_611::-webkit-scrollbar{display:none}._messageInput_1kmba_611:focus{outline:none;border-color:#14b8a680;background-color:#fff;box-shadow:0 0 0 4px #14b8a61f}._emojiContainer_1kmba_832{position:relative}._emojiPicker_1kmba_836{position:absolute;top:-460px;right:0;display:flex;flex-wrap:nowrap;gap:2px;background:#fff;border:1px solid var(--gray-200);border-radius:14px;padding:8px;box-shadow:0 8px 24px #0000001f;z-index:100;height:max-content;width:max-content}._emojiButton_1kmba_853{background:none;border:none;font-size:1.1rem;cursor:pointer;padding:4px;border-radius:8px;transition:all .15s ease}._emojiButton_1kmba_853:hover{background:#14b8a61a;transform:scale(1.15)}._quickMessagesContainer_1kmba_868{position:relative;display:inline-block}._quickMessagesContainer_1kmba_868 ._quickMessagesButton_1kmba_872{border:none;background-color:transparent;font-size:1.5rem;cursor:pointer;padding:5px;border-radius:10px}._quickMessagesContainer_1kmba_868 ._quickMessagesButton_1kmba_872:hover{background-color:#14b8a61a;color:#14b8a6}._quickMessagesContainer_1kmba_868 ._quickMessagesDropdown_1kmba_884{position:absolute;bottom:45px;right:0;width:500px;max-height:550px;background-color:#fff;border:1px solid var(--gray-200);border-radius:16px;box-shadow:0 8px 30px #0000001f;padding:12px;z-index:21;transition:all .2s ease}._quickMessagesContainer_1kmba_868 ._quickMessagesDropdown_1kmba_884::-webkit-scrollbar{width:6px}._quickMessagesContainer_1kmba_868 ._quickMessagesDropdown_1kmba_884::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}._quickMessagesContainer_1kmba_868 ._quickMessagesDropdown_1kmba_884::-webkit-scrollbar-thumb{background:#ddd;border-radius:10px}._quickMessagesContainer_1kmba_868 ._quickMessagesDropdown_1kmba_884::-webkit-scrollbar-thumb:hover{background:#ccc}._quickMessagesContainer_1kmba_868 ._quickMessagesDropdown_1kmba_884 ._dropdownHeader_1kmba_912{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px;border-bottom:1px solid var(--gray-200);padding-bottom:10px}._quickMessagesContainer_1kmba_868 ._quickMessagesDropdown_1kmba_884 ._dropdownHeader_1kmba_912 h3{font-weight:600;font-size:15px;color:#14b8a6;margin:0;padding:0}._quickMessagesContainer_1kmba_868 ._quickMessagesDropdown_1kmba_884 ._addMessageHeader_1kmba_927{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px;border-bottom:1px solid #f0f0f0;padding-bottom:10px}._quickMessagesContainer_1kmba_868 ._quickMessagesDropdown_1kmba_884 ._addMessageHeader_1kmba_927 h3{font-weight:600;font-size:16px;color:#333;margin:0;padding:0}._quickMessagesContainer_1kmba_868 ._quickMessagesDropdown_1kmba_884 ._closeAddMessageButton_1kmba_942{background:none;border:none;color:#666;font-size:1.2rem;cursor:pointer;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s}._quickMessagesContainer_1kmba_868 ._quickMessagesDropdown_1kmba_884 ._closeAddMessageButton_1kmba_942:hover{background-color:#f5f5f5;color:#333}._quickMessagesContainer_1kmba_868 ._quickMessagesDropdown_1kmba_884 ._addMessageButton_1kmba_960{display:flex;align-items:center;justify-content:center;gap:8px;padding:10px 16px;width:auto;border:none;border-radius:10px;background:linear-gradient(135deg,#14b8a6,#0d9488);color:#fff;cursor:pointer;font-size:14px;font-weight:500;transition:all .2s;box-shadow:0 2px 8px #14b8a640}._quickMessagesContainer_1kmba_868 ._quickMessagesDropdown_1kmba_884 ._addMessageButton_1kmba_960:hover{background:linear-gradient(135deg,#0d9488,#0f766e);box-shadow:0 4px 12px #14b8a659;transform:translateY(-1px)}._quickMessagesContainer_1kmba_868 ._quickMessagesDropdown_1kmba_884 ._addMessageButton_1kmba_960:active{transform:translateY(0)}._quickMessagesContainer_1kmba_868 ._quickMessagesDropdown_1kmba_884 ._emptyState_1kmba_985{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:30px 20px;color:#adb5bd;text-align:center}._quickMessagesContainer_1kmba_868 ._quickMessagesDropdown_1kmba_884 ._emptyState_1kmba_985 p{margin-top:10px;font-size:14px}._quickMessagesContainer_1kmba_868 ._quickMessagesDropdown_1kmba_884 ._messagesList_1kmba_998{max-height:300px;overflow-y:auto;margin-top:10px;margin-bottom:10px}._quickMessagesContainer_1kmba_868 ._quickMessagesDropdown_1kmba_884 ._messagesList_1kmba_998::-webkit-scrollbar{width:6px}._quickMessagesContainer_1kmba_868 ._quickMessagesDropdown_1kmba_884 ._messagesList_1kmba_998::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}._quickMessagesContainer_1kmba_868 ._quickMessagesDropdown_1kmba_884 ._messagesList_1kmba_998::-webkit-scrollbar-thumb{background:#ddd;border-radius:10px}._quickMessagesContainer_1kmba_868 ._quickMessagesDropdown_1kmba_884 ._messagesList_1kmba_998::-webkit-scrollbar-thumb:hover{background:#ccc}._quickMessagesContainer_1kmba_868 ._quickMessagesDropdown_1kmba_884 ._quickMessageItem_1kmba_1018{padding:5px;border-radius:8px;margin-bottom:8px;margin-right:8px;border:1px solid var(--gray-200);cursor:pointer;transition:all .2s;display:flex;justify-content:space-between;align-items:center;word-break:break-word;background-color:var(--gray-50)}._quickMessagesContainer_1kmba_868 ._quickMessagesDropdown_1kmba_884 ._quickMessageItem_1kmba_1018:hover{background-color:#14b8a614;border-color:#14b8a64d;transform:translateY(-1px);box-shadow:0 2px 8px #0000000d}._quickMessagesContainer_1kmba_868 ._quickMessagesDropdown_1kmba_884 ._quickMessageItem_1kmba_1018 button{opacity:.6;transition:opacity .2s}._quickMessagesContainer_1kmba_868 ._quickMessagesDropdown_1kmba_884 ._quickMessageItem_1kmba_1018 button:hover{opacity:1}._quickMessagesContainer_1kmba_868 ._quickMessagesDropdown_1kmba_884 ._loadingSpinner_1kmba_1045{display:flex;justify-content:center;align-items:center;padding:20px}._quickMessagesContainer_1kmba_868 ._quickMessagesDropdown_1kmba_884 ._errorMessage_1kmba_1051{color:#dc3545;background-color:#f8d7da;border:1px solid #f5c6cb;padding:12px;border-radius:8px;margin:10px 0;font-size:14px;text-align:center;display:flex;align-items:center;gap:8px}._quickMessagesContainer_1kmba_868 ._quickMessagesDropdown_1kmba_884 ._errorMessage_1kmba_1051 span{flex:1}._quickMessagesContainer_1kmba_868 ._quickMessagesDropdown_1kmba_884 ._addMessageForm_1kmba_1067,._quickMessagesContainer_1kmba_868 ._quickMessagesDropdown_1kmba_884 ._addMessageForm_1kmba_1067 ._formBody_1kmba_1072{display:flex;flex-direction:column;gap:15px}._quickMessagesContainer_1kmba_868 ._quickMessagesDropdown_1kmba_884 ._addMessageForm_1kmba_1067 ._formActions_1kmba_1077{display:flex;justify-content:flex-end;gap:10px;margin-top:5px}._quickMessagesContainer_1kmba_868 ._quickMessagesDropdown_1kmba_884 ._addMessageForm_1kmba_1067 ._addMessageInput_1kmba_1083{padding:12px 15px;border:1px solid var(--gray-200);border-radius:10px;font-size:14px;width:100%;height:120px;resize:none;transition:all .2s;background:var(--gray-50)}._quickMessagesContainer_1kmba_868 ._quickMessagesDropdown_1kmba_884 ._addMessageForm_1kmba_1067 ._addMessageInput_1kmba_1083:focus{outline:none;border-color:#14b8a680;box-shadow:0 0 0 3px #14b8a61f;background:#fff}._quickMessagesContainer_1kmba_868 ._quickMessagesDropdown_1kmba_884 ._addMessageForm_1kmba_1067 ._addMessageInput_1kmba_1083::placeholder{color:var(--gray-400)}._quickMessagesContainer_1kmba_868 ._quickMessagesDropdown_1kmba_884 ._addMessageForm_1kmba_1067 ._cancelButton_1kmba_1103{padding:10px 16px;background-color:#f8f9fa;color:#6c757d;border:1px solid #dee2e6;border-radius:8px;cursor:pointer;font-weight:500;font-size:14px;transition:all .2s}._quickMessagesContainer_1kmba_868 ._quickMessagesDropdown_1kmba_884 ._addMessageForm_1kmba_1067 ._cancelButton_1kmba_1103:hover{background-color:#e2e6ea;color:#495057}._quickMessagesContainer_1kmba_868 ._quickMessagesDropdown_1kmba_884 ._addMessageForm_1kmba_1067 ._saveMessageButton_1kmba_1118{padding:12px;background:linear-gradient(135deg,#14b8a6,#0d9488);color:#fff;border:none;border-radius:10px;cursor:pointer;font-weight:500;font-size:14px;transition:all .2s;box-shadow:0 2px 8px #14b8a640;min-width:120px;display:flex;align-items:center;justify-content:center;gap:6px}._quickMessagesContainer_1kmba_868 ._quickMessagesDropdown_1kmba_884 ._addMessageForm_1kmba_1067 ._saveMessageButton_1kmba_1118:hover{background:linear-gradient(135deg,#0d9488,#0f766e);box-shadow:0 4px 12px #14b8a659;transform:translateY(-1px)}._quickMessagesContainer_1kmba_868 ._quickMessagesDropdown_1kmba_884 ._addMessageForm_1kmba_1067 ._saveMessageButton_1kmba_1118:active{transform:translateY(0)}._quickMessagesContainer_1kmba_868 ._quickMessagesDropdown_1kmba_884 ._addMessageForm_1kmba_1067 ._saveMessageButton_1kmba_1118:disabled{background:var(--gray-400);opacity:.6;cursor:not-allowed}._quickMessagesContainer_1kmba_868 ._quickMessagesDropdown_1kmba_884 ._addMessageForm_1kmba_1067 ._saveMessageButton_1kmba_1118:disabled:hover{background:var(--gray-400);transform:none;box-shadow:0 2px 5px #28a74533}._chatHeaderUser_1kmba_1154{display:flex;align-items:center;gap:.75rem;flex-shrink:0}._chatHeaderUser_1kmba_1154 ._chatContactName_1kmba_1160{cursor:pointer}._chatContactAvatar_1kmba_140{width:42px;height:42px;border-radius:50%;object-fit:cover;border:2px solid white;box-shadow:0 2px 8px #0000001a;flex-shrink:0}._chatContactName_1kmba_1160{display:flex;flex-direction:column;gap:2px;min-width:0;flex:1}._dropdown_1kmba_912{position:relative}._dropdownMenu_1kmba_1187{position:absolute;right:0;top:100%;background:#fff;border:1px solid var(--gray-200);border-radius:4px;box-shadow:0 2px 10px #0000001a;display:none;min-width:200px;z-index:1000}._dropdownMenu_1kmba_1187._show_1kmba_1200{display:block;list-style:none}._dropdownMenu_1kmba_1187 li a{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;color:var(--gray-900);text-decoration:none}._dropdownMenu_1kmba_1187 li a:hover{background-color:var(--gray-100)}._dropdownMenu_1kmba_1187 ._divider_1kmba_1218{height:1px;background-color:var(--gray-200);margin:.5rem 0}._text-danger_1kmba_1224{color:var(--danger-color)}._backButton_1kmba_1229{width:36px;height:36px;border:none;background-color:var(--gray-100);border-radius:50%;cursor:pointer;display:none;align-items:center;justify-content:center;margin-right:.75rem;transition:all var(--transition-speed)}._backButton_1kmba_1229 i{color:var(--gray-600);font-size:1.125rem}._backButton_1kmba_1229:hover{background-color:var(--gray-200)}._backButton_1kmba_1229:active{transform:scale(.95)}@media (max-width: 768px){._mobileHeaderTop_1kmba_211{display:flex;align-items:center;justify-content:space-between;width:100%;margin-bottom:6px}._chatHeaderUser_1kmba_1154{width:100%;justify-content:center}._chatContactName_1kmba_1160{width:100%;text-align:center;align-items:center}._chatContactName_1kmba_1160>div{justify-content:center}._backButton_1kmba_1229{width:30px;height:30px;margin-right:.5rem;display:flex}._backButton_1kmba_1229 i{font-size:.95rem}._chatHeaderUser_1kmba_1154 ._chatContactAvatar_1kmba_140{display:none!important}._chatHeader_1kmba_102{flex-wrap:wrap}._userInfoSection_1kmba_1291{order:3;width:100%;margin-top:8px}._chatHeaderActions_1kmba_144,._opportunityInfo_1kmba_1299{order:2}}@media (max-width: 768px){._sidebarOverlay_1kmba_1304._active_1kmba_1304{display:block;opacity:1}}._chatInput_1kmba_575 ._sendButton_1kmba_742{background:linear-gradient(135deg,#14b8a6,#0d9488);color:#fff;border:none;box-shadow:0 3px 10px #14b8a659}._chatInput_1kmba_575 ._sendButton_1kmba_742:hover{background:linear-gradient(135deg,#0d9488,#0f766e);box-shadow:0 5px 15px #14b8a673;transform:translateY(-1px)}._chatInput_1kmba_575 ._sendButton_1kmba_742:active{transform:translateY(1px);box-shadow:0 2px 6px #14b8a64d}._actionButton_1kmba_672{width:40px;height:40px;background-color:var(--gray-50);border:1px solid var(--gray-200);border-radius:12px;color:var(--gray-600);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;box-shadow:none}._actionButton_1kmba_672:hover{background-color:#fff;color:#14b8a6;border-color:#14b8a666;box-shadow:0 4px 12px #0000000f;transform:translateY(-1px)}._translatedText_1kmba_1351{font-size:.85rem;color:var(--gray-700);background-color:#14b8a614;border:1px solid rgba(20,184,166,.2);margin-bottom:.1rem;border-radius:10px;margin-top:.5rem;padding:10px 14px;display:inline-block}._actionButton_1kmba_672:active{transform:translateY(1px);box-shadow:0 1px 3px #0000001a}._adminUsername_1kmba_1369{font-size:.7rem;color:var(--gray-700);background-color:var(--message-bg-color, rgba(20, 184, 166, .1));border:1px solid var(--message-border-color, rgba(20, 184, 166, .2));margin-bottom:.1rem;border-radius:8px;margin-top:.5rem;padding:2px 8px;display:inline-block;font-weight:500}._message_1kmba_442._sent_1kmba_1383 ._messageContent_1kmba_501{align-items:flex-end}._messageActionsToggle_1kmba_1388{position:absolute;right:4px;top:12px;transform:none;width:24px;height:24px;border:none;background:none;color:var(--gray-400);cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;transition:all var(--transition-speed);z-index:1}._message_1kmba_442._sent_1kmba_1383 ._messageActionsToggle_1kmba_1388{color:#ffffffb3}._messageActionsToggle_1kmba_1388:hover{color:var(--gray-600)}._message_1kmba_442._sent_1kmba_1383 ._messageActionsToggle_1kmba_1388:hover{color:#ffffffe6}._messageText_1kmba_516:hover ._messageActionsToggle_1kmba_1388{opacity:1}._messageActionsMenu_1kmba_1424{position:absolute;top:40px;right:0;background:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;min-width:180px;display:none;z-index:1000}._messageActionsMenu_1kmba_1424._show_1kmba_1200{display:block}._messageActionsMenu_1kmba_1424 ul{list-style:none;padding:.5rem 0;margin:0}._messageActionsMenu_1kmba_1424 li{padding:.5rem 1rem;cursor:pointer;display:flex;align-items:center;gap:.75rem;color:var(--gray-700);font-size:.875rem;transition:all var(--transition-speed)}._messageActionsMenu_1kmba_1424 li:hover{background-color:var(--gray-50)}._messageActionsMenu_1kmba_1424 li._text-danger_1kmba_1224{color:var(--danger-color)}._messageActionsMenu_1kmba_1424 li i{font-size:1rem;width:20px}._readButton_1kmba_1471{padding:.5rem .75rem;display:flex;justify-content:flex-start;z-index:20}._markAsReadBtn_1kmba_1478{display:inline-flex;align-items:center;gap:.4rem;padding:.4rem .85rem;background:#3b82f6;color:#fff;border:none;border-radius:6px;font-size:.813rem;font-weight:500;cursor:pointer;transition:all .15s ease;box-shadow:0 1px 2px #0000000d}._markAsReadBtn_1kmba_1478:hover{background:#2563eb;box-shadow:0 2px 4px #2563eb33}._markAsReadBtn_1kmba_1478:active{transform:scale(.98)}._markAsReadBtn_1kmba_1478 span{line-height:1;white-space:nowrap}._markAsRead_1kmba_1478{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background-color:var(--danger-color);color:#fff;border:none;border-radius:50px;font-size:.8125rem;font-weight:500;cursor:pointer;transition:all var(--transition-speed);box-shadow:0 2px 8px #dc354540}._markAsRead_1kmba_1478:hover{background-color:#dc2f45;transform:translateY(-1px);box-shadow:0 4px 12px #dc354559}._markAsRead_1kmba_1478:active{transform:translateY(1px);box-shadow:0 1px 3px #dc354540}._tabContainer_1kmba_1540{width:100%;padding:20px;background-color:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000d}._tabContainer_1kmba_1540 ._tabs_1kmba_1547{display:flex;justify-content:space-between;border-bottom:2px solid #f0f0f0;margin-bottom:20px;padding-bottom:2px}._tabContainer_1kmba_1540 ._tabButton_1kmba_1554{padding:12px 24px;border:none;background:none;font-size:14px;font-weight:500;color:#6b7280;cursor:pointer;transition:all .3s ease;position:relative}._tabContainer_1kmba_1540 ._tabButton_1kmba_1554:after{content:"";position:absolute;bottom:-2px;left:0;width:100%;height:2px;background-color:transparent;transition:all .3s ease}._tabContainer_1kmba_1540 ._tabButton_1kmba_1554:hover,._tabContainer_1kmba_1540 ._tabButton_1kmba_1554._activeTab_1kmba_1578{color:#3b82f6}._tabContainer_1kmba_1540 ._tabButton_1kmba_1554._activeTab_1kmba_1578:after{background-color:#3b82f6}._tabContainer_1kmba_1540 ._tabContent_1kmba_1584{padding:20px 0}._tabContainer_1kmba_1540 ._tabContent_1kmba_1584 ._tabSelectBox_1kmba_1587{width:100%;padding:12px;border:1px solid #e5e7eb;border-radius:8px;margin-top:12px;margin-bottom:16px;font-size:14px;transition:all .3s ease}._tabContainer_1kmba_1540 ._tabContent_1kmba_1584 ._tabSelectBox_1kmba_1587:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 2px #3b82f61a}._tabContainer_1kmba_1540 ._tabContent_1kmba_1584 ._inputGroup_1kmba_1602{display:flex;flex-direction:column;gap:8px}._tabContainer_1kmba_1540 ._tabContent_1kmba_1584 ._inputGroup_1kmba_1602 label{font-size:14px;color:#374151;font-weight:500}._tabContainer_1kmba_1540 ._tabContent_1kmba_1584 ._inputGroup_1kmba_1602 input{padding:12px;border:1px solid #e5e7eb;border-radius:8px;font-size:14px;transition:all .3s ease}._tabContainer_1kmba_1540 ._tabContent_1kmba_1584 ._inputGroup_1kmba_1602 input:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 2px #3b82f61a}._tabContainer_1kmba_1540 ._tabContent_1kmba_1584 ._tagInputContainer_1kmba_1624{display:flex;gap:8px;margin-bottom:16px}._tabContainer_1kmba_1540 ._tabContent_1kmba_1584 ._tagInputContainer_1kmba_1624 input{flex:1;padding:12px;border:1px solid #e5e7eb;border-radius:8px;font-size:14px;transition:all .3s ease}._tabContainer_1kmba_1540 ._tabContent_1kmba_1584 ._tagInputContainer_1kmba_1624 input:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 2px #3b82f61a}._tabContainer_1kmba_1540 ._tabContent_1kmba_1584 ._tagInputContainer_1kmba_1624 button{padding:12px 24px;background-color:#3b82f6;color:#fff;border:none;border-radius:8px;font-weight:500;cursor:pointer;transition:all .3s ease}._tabContainer_1kmba_1540 ._tabContent_1kmba_1584 ._tagInputContainer_1kmba_1624 button:hover{background-color:#2563eb}._tabContainer_1kmba_1540 ._tabContent_1kmba_1584 ._tagInputContainer_1kmba_1624 button:disabled{background-color:#9ca3af;cursor:not-allowed}._tabContainer_1kmba_1540 ._tabContent_1kmba_1584 ._tagList_1kmba_1659{display:flex;flex-wrap:wrap;gap:8px}._tabContainer_1kmba_1540 ._tabContent_1kmba_1584 ._tagList_1kmba_1659 ._tagItem_1kmba_1664{display:flex;align-items:center;gap:8px;padding:8px 12px;background-color:#f3f4f6;border-radius:6px;font-size:14px;transition:all .3s ease}._tabContainer_1kmba_1540 ._tabContent_1kmba_1584 ._tagList_1kmba_1659 ._tagItem_1kmba_1664:hover{background-color:#e5e7eb}._tabContainer_1kmba_1540 ._tabContent_1kmba_1584 ._tagList_1kmba_1659 ._tagItem_1kmba_1664 button{background:none;border:none;color:#6b7280;cursor:pointer;padding:2px 6px;border-radius:4px;transition:all .3s ease}._tabContainer_1kmba_1540 ._tabContent_1kmba_1584 ._tagList_1kmba_1659 ._tagItem_1kmba_1664 button:hover{background-color:#d1d5db;color:#374151}._tabContainer_1kmba_1540 ._tabContent_1kmba_1584 ._tagList_1kmba_1659 ._tagItem_1kmba_1664 button:disabled{color:#9ca3af;cursor:not-allowed}._labelHeaderText_1kmba_1695{font-size:14px;color:#374151;font-weight:500}@media (max-width: 640px){._tabContainer_1kmba_1540{padding:16px}._tabContainer_1kmba_1540 ._tabs_1kmba_1547{flex-direction:column;gap:8px}._tabContainer_1kmba_1540 ._tabButton_1kmba_1554{width:100%;text-align:center}._tabContainer_1kmba_1540 ._tagInputContainer_1kmba_1624{flex-direction:column}._tabContainer_1kmba_1540 ._tagInputContainer_1kmba_1624 button{width:100%}}@media (max-width: 768px){._readButton_1kmba_1471{left:0}}@media (max-width: 768px){._userLanguage_1kmba_1728{min-width:140px;font-size:.8125rem;padding:.4rem 2rem .4rem .75rem}}._userStep_1kmba_1734{background-color:transparent;padding:0}._userStep_1kmba_1734 ._stepInfo_1kmba_1738{display:none}._userStep_1kmba_1734 ._steps_1kmba_1741{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:6px}._userStep_1kmba_1734 ._steps_1kmba_1741 ._step_1kmba_1738{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;margin:0;transition:all .2s ease;position:relative;color:#fff;border:2px solid}._userStep_1kmba_1734 ._steps_1kmba_1741 ._step_1kmba_1738 svg{width:13px;height:13px}._userStep_1kmba_1734 ._steps_1kmba_1741 ._step_1kmba_1738 ._stepDot_1kmba_1766{width:10px;height:10px;border-radius:50%}._userStep_1kmba_1734 ._steps_1kmba_1741 ._step_1kmba_1738._completed_1kmba_1771{box-shadow:0 2px 8px var(--step-shadow, rgba(0, 0, 0, .2))}._userStep_1kmba_1734 ._steps_1kmba_1741 ._step_1kmba_1738:hover{transform:scale(1.15);box-shadow:0 4px 14px #00000040}._userStep_1kmba_1734 ._steps_1kmba_1741 ._step_1kmba_1738 ._tooltip_1kmba_1778{visibility:hidden;width:120px;background-color:#0f172af2;color:#fff;font-size:11px;text-align:center;border-radius:6px;padding:6px 10px;position:absolute;z-index:9999;top:calc(100% + 10px);left:50%;transform:translate(-50%);opacity:0;transition:opacity .2s;white-space:nowrap;font-weight:500;box-shadow:0 4px 12px #00000026}._userStep_1kmba_1734 ._steps_1kmba_1741 ._step_1kmba_1738 ._tooltip_1kmba_1778:after{content:"";position:absolute;bottom:100%;left:50%;margin-left:-5px;border-width:5px;border-style:solid;border-color:rgba(15,23,42,.95) transparent transparent transparent}._userStep_1kmba_1734 ._steps_1kmba_1741 ._step_1kmba_1738:hover ._tooltip_1kmba_1778{visibility:visible;opacity:1}._stepDropdownContainer_1kmba_1813{position:relative;display:inline-block}._stepDropdownTrigger_1kmba_1818{display:inline-flex;align-items:center;gap:4px;padding:3px 8px;background:var(--gray-50);border:1px solid var(--gray-200);border-radius:12px;cursor:pointer;transition:all .2s ease;font-size:.75rem;font-weight:500;color:var(--gray-700);min-width:auto;white-space:nowrap}._stepDropdownTrigger_1kmba_1818:hover{background:var(--gray-100);border-color:var(--gray-300);transform:translateY(-1px);box-shadow:0 2px 4px #0000000d}._stepDropdownTrigger_1kmba_1818 ._stepIndicator_1kmba_1840{width:8px;height:8px;border-radius:50%;flex-shrink:0}._stepDropdownTrigger_1kmba_1818 ._stepName_1kmba_1846{flex:1;text-align:left;white-space:nowrap;max-width:100px;overflow:hidden;text-overflow:ellipsis}._stepDropdownTrigger_1kmba_1818 svg{flex-shrink:0}._stepDropdownOverlay_1kmba_1858{position:fixed;top:0;left:0;right:0;bottom:0;z-index:999}._stepDropdownMenu_1kmba_1867{position:absolute;top:calc(100% + 8px);right:0;background:#fff;border:1px solid var(--gray-200);border-radius:12px;box-shadow:0 8px 24px #0000001f;min-width:280px;max-height:400px;overflow:hidden;z-index:1000;display:flex;flex-direction:column}._stepDropdownHeader_1kmba_1883{padding:12px 16px;border-bottom:1px solid var(--gray-200);background:var(--gray-50);font-weight:600;font-size:.875rem;color:var(--gray-700)}._stepsList_1kmba_1892{overflow-y:auto;max-height:350px;padding:8px}._stepsList_1kmba_1892::-webkit-scrollbar{width:6px}._stepsList_1kmba_1892::-webkit-scrollbar-track{background:var(--gray-100);border-radius:3px}._stepsList_1kmba_1892::-webkit-scrollbar-thumb{background:var(--gray-400);border-radius:3px}._stepsList_1kmba_1892::-webkit-scrollbar-thumb:hover{background:var(--gray-500)}._stepItem_1kmba_1912{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:8px;cursor:pointer;transition:all .2s ease;margin-bottom:4px}._stepItem_1kmba_1912:hover{background:var(--gray-50)}._stepItem_1kmba_1912._stepActive_1kmba_1925{background:#3b82f614}._stepItem_1kmba_1912 ._stepIcon_1kmba_1928{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid;flex-shrink:0}._stepItem_1kmba_1912 ._stepIcon_1kmba_1928 ._stepIconDot_1kmba_1938{width:8px;height:8px;border-radius:50%}._stepItem_1kmba_1912 ._stepItemName_1kmba_1943{flex:1;font-size:.875rem;color:var(--gray-700);font-weight:500}._stepItem_1kmba_1912._stepCompleted_1kmba_1949 ._stepItemName_1kmba_1943{font-weight:600}._imageModal_1kmba_1953{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000c;display:flex;justify-content:center;align-items:center;z-index:11000;overflow:hidden}._imageModalContent_1kmba_1967{position:relative;max-width:1200px;max-height:800px;width:100%;height:100%;border-radius:10px;display:flex;justify-content:center;align-items:center}._imageModalContent_1kmba_1967 img{max-width:100%;max-height:100%;border-radius:10px}._openNewTabButton_1kmba_1985,._closeButton_1kmba_1986{position:absolute;top:70px;right:10px;margin-left:5px;background-color:transparent;border:none;cursor:pointer;z-index:10}._openNewTabButton_1kmba_1985{right:50px}._messageTextReply_1kmba_2002{border:1px solid rgba(13,110,253,.3);border-radius:12px}._replyPreview_1kmba_2007{background-color:#fff;border:1px solid var(--gray-200);border-left:3px solid var(--primary-color);border-radius:12px;padding:10px 14px;margin-bottom:8px;display:flex;align-items:center;justify-content:space-between;position:absolute;bottom:10%;left:50%;transform:translate(-50%);width:min(90%,500px);box-shadow:0 4px 12px #00000014;z-index:21}._replyContent_1kmba_2026{display:flex;align-items:center;gap:8px;color:var(--gray-700);font-size:.875rem}._replyContent_1kmba_2026 i{color:var(--gray-500)}._closeReply_1kmba_2038{background:var(--gray-100);border:none;color:var(--gray-500);cursor:pointer;padding:6px;border-radius:8px;display:flex;align-items:center;justify-content:center;transition:all .2s ease}._closeReply_1kmba_2038:hover{background-color:var(--gray-200);color:var(--gray-900);transform:scale(1.05)}._repliedMessage_1kmba_2058{font-size:.8125rem;color:var(--gray-600);background-color:#0d6efd0f;padding:8px 12px;border-radius:10px;margin-bottom:6px;margin-right:10px;position:relative;border-left:3px solid var(--primary-color)}._messageSent_1kmba_485 ._repliedMessage_1kmba_2058{color:var(--gray-700);background-color:var(--message-bg-color, rgba(20, 184, 166, .1));border-left-color:var(--message-border-color, rgba(20, 184, 166, .6))}._repliedMessage_1kmba_2058:before{content:"";position:absolute;left:-2px;top:-8px;width:2px;height:8px}._repliedMessageText_1kmba_2085{overflow:hidden;text-overflow:ellipsis;max-width:min(80vw,400px)}._loadingSpinner_1kmba_1045{border:8px solid #f3f3f3;border-top:8px solid #3498db;border-radius:50%;width:50px;height:50px;animation:_spin_1kmba_1 1s linear infinite;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1000}@keyframes _spin_1kmba_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._errorMessage_1kmba_1051{color:#f44336;background-color:#fdecea;border:1px solid #f44336;padding:10px 15px;border-radius:4px;font-size:14px;margin-top:10px;font-weight:700;display:flex;align-items:center}._cursorPointer_1kmba_2126{cursor:pointer}._userInfoSection_1kmba_1291{flex:1;display:flex;align-items:center;justify-content:center}._fileUpload_1kmba_2138{display:flex;align-items:center;position:absolute;width:max-content;bottom:28px;z-index:20;left:200px}._fileUpload_1kmba_2138 ._fileButton_1kmba_2147{background-color:#007bff;color:#fff;padding:10px;border-radius:5px;border:none;cursor:pointer;margin-right:10px;min-width:150px}._fileUpload_1kmba_2138 ._cancelButton_1kmba_1103{background-color:red;color:#fff;padding:10px;border-radius:15px;border:none;cursor:pointer;position:absolute;top:-6px;right:0;width:10px;height:10px;display:flex;align-items:center;justify-content:center}._fileUploadMultiple_1kmba_2174{display:flex;align-items:center;gap:6px;padding:4px 6px;background:#ffffffb3;border-radius:10px;border:1px solid #e2e8f0;max-width:100%;flex-wrap:wrap}._fileUploadMultiple_1kmba_2174 ._filesHeader_1kmba_2185{display:none}._fileUploadMultiple_1kmba_2174 ._filesList_1kmba_2188{display:inline-flex;align-items:center;gap:6px;flex-wrap:wrap}._fileUploadMultiple_1kmba_2174 ._fileItem_1kmba_2194{display:inline-flex;align-items:center;background:#fff;padding:4px 6px;border-radius:10px;font-size:11px;gap:4px;color:#475569;border:1px solid #e2e8f0}._fileUploadMultiple_1kmba_2174 ._fileItem_1kmba_2194 ._fileIcon_1kmba_2205{width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:6px;font-size:11px;line-height:1}._fileUploadMultiple_1kmba_2174 ._fileItem_1kmba_2194 ._fileName_1kmba_2217{font-weight:500;max-width:90px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px;color:#334155}._fileUploadMultiple_1kmba_2174 ._fileItem_1kmba_2194 ._fileInfo_1kmba_2226{display:inline-flex;align-items:center;gap:3px}._fileUploadMultiple_1kmba_2174 ._fileItem_1kmba_2194 ._fileInfo_1kmba_2226 ._fileName_1kmba_2217{font-weight:500;max-width:60px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:10px;color:#334155}._fileUploadMultiple_1kmba_2174 ._fileItem_1kmba_2194 ._fileInfo_1kmba_2226 ._fileStatus_1kmba_2240{font-size:9px;display:inline-flex;align-items:center}._fileUploadMultiple_1kmba_2174 ._fileItem_1kmba_2194 ._fileInfo_1kmba_2226 ._fileStatus_1kmba_2240._uploading_1kmba_2245{color:#f59e0b}._fileUploadMultiple_1kmba_2174 ._fileItem_1kmba_2194 ._fileInfo_1kmba_2226 ._fileStatus_1kmba_2240._success_1kmba_2248{display:none}._fileUploadMultiple_1kmba_2174 ._fileItem_1kmba_2194 ._fileInfo_1kmba_2226 ._fileStatus_1kmba_2240._error_1kmba_1051{color:#ef4444}._fileUploadMultiple_1kmba_2174 ._fileItem_1kmba_2194 ._fileDeleteBtn_1kmba_2254{background:transparent;border:none;color:#94a3b8;width:16px;height:16px;padding:0;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:600;transition:color .15s ease;line-height:1}._fileUploadMultiple_1kmba_2174 ._fileItem_1kmba_2194 ._fileDeleteBtn_1kmba_2254:hover{color:#ef4444}._fileUploadMultiple_1kmba_2174 ._filesActions_1kmba_2273{display:inline-flex;align-items:center}._fileUploadMultiple_1kmba_2174 ._uploadProgress_1kmba_2277{display:none}._fileUploadMultiple_1kmba_2174 ._clearAllBtn_1kmba_2280{background:#fff1f2;color:#e11d48;border:1px solid #fecdd3;padding:4px 8px;border-radius:10px;font-size:11px;font-weight:600;cursor:pointer;transition:all .15s ease;display:inline-flex;align-items:center;gap:4px;white-space:nowrap}._fileUploadMultiple_1kmba_2174 ._clearAllBtn_1kmba_2280:hover{background:#ffe4e6}@keyframes _slideUp_1kmba_1{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}._customerInformationFormArea_1kmba_2309{z-index:25;position:fixed;left:0;right:0;top:0;bottom:0;background-color:#2e2e2e99;display:block}._stepHeader_1kmba_2320{display:flex;justify-content:center;padding:0;background-color:transparent;margin:0}._wideInput_1kmba_2328{width:100%;padding:12px;border:1px solid #e5e7eb;border-radius:8px;font-size:14px;transition:all .3s ease;margin:8px 0;min-height:80px;resize:vertical}._wideInput_1kmba_2328:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 2px #3b82f61a}._wideInput_1kmba_2328::placeholder{color:#9ca3af}@media (max-width: 768px){._chatInput_1kmba_575{padding:.75rem .5rem;position:sticky;bottom:0;background:#fff;z-index:100;gap:.5rem;justify-content:center;flex-wrap:wrap}._inputActions_1kmba_590{width:100%;justify-content:space-evenly;gap:.35rem;display:flex;flex-wrap:nowrap}._actionButton_1kmba_672{width:42px;height:42px;min-width:42px;font-size:16px;flex-shrink:0}._sendButton_1kmba_742{min-width:42px;height:42px;flex-shrink:0}._messageInput_1kmba_611{order:-1;width:100%;margin-bottom:8px;min-height:42px;font-size:16px;padding:.75rem 1rem}._quickMessagesContainer_1kmba_868,._emojiContainer_1kmba_832{order:1}._quickMessagesDropdown_1kmba_884{bottom:50px;left:0;right:0;margin:0 auto;width:92%!important}._emojiPicker_1kmba_836{left:0;right:0;margin:0 auto}._replyPreview_1kmba_2007{width:calc(100% - 20px);left:50%;transform:translate(-50%)}._fileUpload_1kmba_2138{left:10px;right:10px}}@media (max-width: 480px){._chatInput_1kmba_575{padding:.5rem;gap:.25rem}._actionButton_1kmba_672{width:32px;height:32px;min-width:32px}._messageInput_1kmba_611{font-size:.875rem;padding:.6rem .8rem}._quickMessagesDropdown_1kmba_884{left:0;right:0;margin:0 auto;width:96%!important;max-height:300px;padding:10px}._quickMessageItem_1kmba_1018{padding:8px;font-size:13px}._emojiPicker_1kmba_836{left:0;right:0;margin:0 auto;max-width:96%;overflow-x:auto}}@media (max-width: 768px){._userStep_1kmba_1734{display:none}}@media (max-width: 1136px){._userStep_1kmba_1734{display:none}}._forwardOverlay_bzx69_1{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#11182780;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:9999;display:flex;justify-content:center;align-items:center}._forwardContent_bzx69_15{background-color:#fff;padding:24px;border-radius:20px;width:480px;max-width:90vw;max-height:90vh;overflow-y:auto;box-shadow:0 25px 50px -12px #00000040;border:1px solid var(--gray-200, #e5e7eb);position:relative}._forwardClose_bzx69_28{position:absolute;top:14px;right:16px;font-size:20px;font-weight:700;color:var(--gray-500, #6b7280);cursor:pointer;transition:all .2s;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:10px;background:var(--gray-50, #f9fafb)}._forwardClose_bzx69_28:hover{color:var(--gray-900, #111827);background:var(--gray-100, #f3f4f6)}._forwardContent_bzx69_15 h3{text-align:center;color:var(--gray-900, #111827);font-size:1.15rem;margin-bottom:1.5rem;font-weight:600}._forwardContent_bzx69_15 select,._forwardContent_bzx69_15 input[type=text]{display:block;width:100%;padding:11px 14px;font-size:.9rem;border:1px solid var(--gray-200, #e5e7eb);border-radius:12px;margin-bottom:14px;background-color:var(--gray-50, #f9fafb);transition:all .2s}._forwardContent_bzx69_15 select:focus,._forwardContent_bzx69_15 input[type=text]:focus{border-color:#14b8a680;box-shadow:0 0 0 4px #14b8a61f;outline:none;background:#fff}._forward-row_bzx69_78{display:flex;gap:12px}._forward-row_bzx69_78 select{flex:1}._forward-phone-input_bzx69_86{display:flex;align-items:center;gap:8px;margin-bottom:16px}._forward-phone-input_bzx69_86 input{flex:1}._forward-message-wrapper_bzx69_96{margin:20px 0}._forwardContent_bzx69_15 button{width:100%;padding:12px;border:none;border-radius:12px;background:linear-gradient(135deg,#14b8a6,#0d9488);color:#fff;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:8px}._forwardContent_bzx69_15 button:hover{transform:translateY(-1px);box-shadow:0 6px 20px #14b8a659}._forwardBtnDisabled_bzx69_121{background:var(--gray-200, #e5e7eb)!important;cursor:not-allowed!important;color:var(--gray-500, #6b7280)!important;transform:none!important;box-shadow:none!important}._forwardSearchInput_bzx69_129{width:100%;padding:11px 14px;font-size:.9rem;border-radius:12px;border:1px solid var(--gray-200, #e5e7eb);background:var(--gray-50, #f9fafb);margin-bottom:8px;transition:all .2s}._forwardSearchInput_bzx69_129:focus{border-color:#14b8a680;box-shadow:0 0 0 4px #14b8a61f;outline:none;background:#fff}._userDropdown_bzx69_146{max-height:200px;overflow-y:auto;list-style:none;border:1px solid var(--gray-200, #e5e7eb);border-radius:12px;background:#fff;margin-top:0;padding:4px;z-index:99;position:relative}._userItem_bzx69_159{padding:10px 12px;cursor:pointer;transition:all .15s ease;border-radius:8px;margin-bottom:2px}._userItem_bzx69_159:hover{background-color:#14b8a614;color:#0d9488}._selectedUserBox_bzx69_172{margin-top:8px;font-size:14px;color:#555}._forwardButton_bzx69_178{margin-top:10px}._statusIndicator_1tuu3_2{display:inline-flex;align-items:center;gap:2px;margin-left:4px;vertical-align:middle}._statusIcon_1tuu3_10{font-size:12px;transition:all .2s ease}._pending_1tuu3_16{color:#8696a0;animation:_pulse_1tuu3_1 1.5s ease-in-out infinite}._sent_1tuu3_22,._delivered_1tuu3_27{color:#8696a0}._read_1tuu3_32{color:#53bdeb}@keyframes _pulse_1tuu3_1{0%,to{opacity:1}50%{opacity:.5}}._timestamp_1tuu3_46{font-size:9px;color:#8696a0;margin-left:2px}@media (prefers-color-scheme: dark){._sent_1tuu3_22,._delivered_1tuu3_27,._pending_1tuu3_16{color:#aebac1}._read_1tuu3_32{color:#53bdeb}._timestamp_1tuu3_46{color:#aebac1}}@media (max-width: 768px){._statusIcon_1tuu3_10{font-size:11px}}._userLanguage_5zsvo_2{padding:0 2.25rem 0 .85rem;font-size:.8rem;color:var(--gray-700);background-color:#fff;border:1.5px solid var(--gray-200);border-radius:10px;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%236B7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .65rem center;background-size:14px;transition:all .2s ease;min-width:110px;font-weight:500;box-shadow:0 1px 3px #0000000a;height:36px;line-height:1;flex-shrink:0;box-sizing:border-box}._userLanguage_5zsvo_2:hover{border-color:#14b8a680;background-color:#fff;box-shadow:0 2px 8px #0000000f}._userLanguage_5zsvo_2:focus{outline:none;border-color:#14b8a6;box-shadow:0 0 0 3px #14b8a61f;background-color:#fff}._userLanguage_5zsvo_2 option{padding:.5rem;background-color:#fff;color:var(--gray-700);font-size:.8rem}._userLanguage_5zsvo_2 option:disabled{color:var(--gray-400)}._modalBackdrop_1hkn9_1{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;animation:_fadeIn_1hkn9_1 .2s ease}@keyframes _fadeIn_1hkn9_1{0%{opacity:0}to{opacity:1}}._modalContent_1hkn9_23{background:#fff;border-radius:12px;box-shadow:0 10px 40px #0003;padding:0;min-width:320px;max-width:95vw;max-height:90vh;overflow:hidden;position:relative;outline:none;animation:_slideUp_1hkn9_1 .3s ease;display:flex;flex-direction:column}@keyframes _slideUp_1hkn9_1{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}._closeButton_1hkn9_49{position:absolute;top:20px;right:24px;display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;background:transparent;border:none;border-radius:6px;font-size:18px;color:#6b7280;cursor:pointer;transition:all .15s ease;z-index:10}._closeButton_1hkn9_49:hover,._closeButton_1hkn9_49:focus{background:#f3f4f6;color:#111827}._modalTitle_1hkn9_75{margin:0;padding:20px 24px 0;font-size:18px;font-weight:600;color:#111827;border-bottom:1px solid #e5e7eb}._modalBody_1hkn9_84{padding:20px 24px;flex:1;overflow-y:auto}._departmentPopup_1yrbu_1{max-width:800px}._departmentList_1yrbu_5{list-style:none;margin:0;padding:0}._departmentItem_1yrbu_11{display:flex;align-items:center;justify-content:space-between;padding:12px 0;border-bottom:1px solid #f0f0f0;font-size:1rem;transition:background .2s}._departmentItem_1yrbu_11:last-child{border-bottom:none}._departmentName_1yrbu_25{color:#222;font-weight:500}._deleteButton_1yrbu_30{background:none;border:none;color:#e53e3e;cursor:pointer;padding:4px 8px;border-radius:6px;transition:background .2s,color .2s;display:flex;align-items:center;justify-content:center}._deleteButton_1yrbu_30:disabled{color:#ccc!important;cursor:not-allowed;background:none}._deleteButton_1yrbu_30:hover:not(:disabled),._deleteButton_1yrbu_30:focus:not(:disabled){background:#ffeaea;color:#b91c1c;outline:none}._deletingText_1yrbu_56{font-size:.95rem;color:#b91c1c}._infoText_1yrbu_61{color:#555;text-align:center;margin:24px 0 8px;font-size:1.05rem}._errorText_1yrbu_68{color:#e53e3e;background:#fff0f0;border-radius:8px;padding:10px 12px;margin-bottom:12px;text-align:center;font-size:1.05rem}._addSection_1yrbu_78{display:flex;gap:12px;margin-bottom:18px;align-items:center}._addButton_1yrbu_85{background:#3b82f6;color:#fff;border:none;border-radius:8px;padding:8px 18px;font-size:1rem;font-weight:500;cursor:pointer;transition:background .2s;box-shadow:0 2px 8px #3b82f614;outline:none}._addButton_1yrbu_85:hover:not(:disabled),._addButton_1yrbu_85:focus:not(:disabled){background:#2563eb}._addButton_1yrbu_85:disabled{opacity:.6;cursor:not-allowed}._tableWrapper_1yrbu_109{width:100%;overflow-x:auto;margin-top:12px}._departmentTable_1yrbu_115{width:100%;border-collapse:collapse;background:#fff;border-radius:12px;overflow:hidden;font-size:.98rem;box-shadow:0 2px 8px #0000000a}._departmentTable_1yrbu_115 th,._departmentTable_1yrbu_115 td{padding:10px 12px;text-align:left}._departmentTable_1yrbu_115 th{background:#f3f4f6;font-weight:600;color:#222}._departmentTable_1yrbu_115 tbody tr{border-bottom:1px solid #f0f0f0;transition:background .18s}._departmentTable_1yrbu_115 tbody tr:hover{background:#f9fafb}._departmentTable_1yrbu_115 td{color:#333}._departmentTable_1yrbu_115 td:last-child{text-align:center}.opportunity-modal{position:fixed;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;z-index:1000}.opportunity-modal .modal-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#00000080;z-index:1}.opportunity-modal .modal-content{position:relative;background-color:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;padding:1.5rem;width:100%;max-width:560px;max-height:90vh;overflow-y:auto;z-index:2;animation:modalFadeIn .3s ease}.opportunity-modal .modal-content .modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e9ecef}.opportunity-modal .modal-content .modal-header h2{margin:0;font-size:1.25rem;font-weight:600;color:#212529}.opportunity-modal .modal-content .modal-body{padding:.5rem .25rem}.opportunity-modal .modal-content .modal-body .opportunity-details{display:flex;flex-direction:column;gap:.25rem}.opportunity-modal .modal-content .modal-body .opportunity-details .detail-section .detail-label{display:block;font-size:.85rem;margin-bottom:.35rem;color:#6c757d;font-weight:600;text-transform:uppercase}.opportunity-modal .modal-content .modal-body .opportunity-details .detail-section .detail-text{font-size:1rem;color:#495057;line-height:1.6;margin:0;white-space:pre-wrap}@keyframes modalFadeIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.opportunity-form-modal .modal-content{padding:1.25rem;margin:0 1rem;max-width:100%}.opportunity-form-modal .modal-content .modal-header h2{font-size:1.15rem}.opportunity-form-modal .modal-content form .form-actions{flex-direction:column}.opportunity-form-modal .modal-content form .form-actions button{width:100%;justify-content:center}}.opportunities-page{width:100%;max-width:1400px;margin:0 auto;padding:1rem;min-height:calc(100vh - 60px);background:transparent;display:flex;flex-direction:column}.opportunities-page .opportunities-table-container{margin:auto 0;width:100%}.opportunities-page .loading-container{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:3rem;background:linear-gradient(180deg,#e8f4fc,#f0f7fc,#f8fbfe);border-radius:16px;border:1px solid rgba(147,197,253,.3);box-shadow:0 2px 8px #0000000a;margin:1.5rem auto 2rem;width:95%}.opportunities-page .loading-container span{color:#6c757d;font-size:1rem}.opportunities-page .error-message{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb;border-radius:12px;margin:1.5rem auto 2rem;width:95%}.opportunities-page .error-message svg{color:#721c24}.opportunities-page .opportunities-table-container{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;background:transparent}.opportunities-page .opportunities-table-container .table-wrapper{width:95%;background:linear-gradient(180deg,#e8f4fcb3,#f0f7fcb3,#f8fbfeb3);border-radius:20px;border:1px solid rgba(147,197,253,.3);box-shadow:0 2px 8px #0000000a;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);overflow:hidden}.opportunities-page .search-container{background:#fff;border-bottom:1px solid rgba(147,197,253,.2);padding:1rem 1.25rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;border-top-left-radius:20px;border-top-right-radius:20px}.opportunities-page .search-container .search-input-section{position:relative;max-width:400px;flex:1}.opportunities-page .search-container .search-input-section .search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);z-index:2;pointer-events:none}.opportunities-page .search-container .search-input-section .search-input-field{width:100%;padding:10px 40px;border:1px solid rgba(147,197,253,.3);border-radius:12px;font-size:14px;background-color:#fff;transition:border-color .2s ease,box-shadow .2s ease;box-sizing:border-box}.opportunities-page .search-container .search-input-section .search-input-field:focus{outline:none;border-color:#0d6efd;box-shadow:0 0 0 3px #0d6efd1a}.opportunities-page .search-container .search-input-section .search-input-field::placeholder{color:#6c757d}.opportunities-page .search-container .search-input-section .clear-search-button{position:absolute;right:8px;top:50%;transform:translateY(-50%);background:none;border:none;color:#6c757d;cursor:pointer;padding:4px;border-radius:2px;z-index:2;transition:background-color .2s ease}.opportunities-page .search-container .search-input-section .clear-search-button:hover{background-color:#f8f9fa;color:#495057}.opportunities-page .search-container .search-input-section .clear-search-button:focus{outline:2px solid #0d6efd;outline-offset:2px}.opportunities-page .search-container .search-results-info{font-size:12px;color:#6b7280;background:#3b82f614;padding:4px 10px;border-radius:999px;white-space:nowrap;flex-shrink:0}.opportunities-page .opportunities-page .clear-filter-button{display:flex;align-items:center;gap:.5rem;background-color:#f8f9fa;border:1px solid #dee2e6;color:#495057;border-radius:8px;padding:.5rem 1rem;font-size:.9rem;cursor:pointer;transition:background-color .2s;margin-top:1rem}.opportunities-page .opportunities-page .clear-filter-button:hover{background-color:#e9ecef}.opportunities-page .opportunities-page .empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:3rem 2rem}.opportunities-page .opportunities-page .empty-state svg{color:#6c757d;margin-bottom:1rem}.opportunities-page .opportunities-page .empty-state h3{color:#343a40;font-size:1.25rem;margin:0 0 .75rem;font-weight:600}.opportunities-page .opportunities-page .empty-state p{color:#6c757d;font-size:1rem;max-width:500px;margin:0 0 1.5rem;line-height:1.5}.opportunities-page .opportunities-page .empty-state .clear-filter-button{display:flex;align-items:center;gap:.5rem;background-color:#f8f9fa;border:1px solid #dee2e6;color:#495057;border-radius:8px;padding:.5rem 1rem;font-size:.9rem;cursor:pointer;transition:all .2s ease}.opportunities-page .opportunities-page .empty-state .clear-filter-button:hover{background-color:#e9ecef;border-color:#adb5bd}.opportunities-page .opportunities-page .empty-state .clear-filter-button:focus{outline:2px solid #0d6efd;outline-offset:2px}.opportunities-page .pagination{display:flex;align-items:center;justify-content:center;gap:4px;padding:8px 12px;background:linear-gradient(135deg,#fffffff2,#f9fafbf2);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);position:fixed;bottom:40px;left:50%;transform:translate(-50%);z-index:1000;box-shadow:0 8px 24px #0000001f,0 2px 8px #00000014;border-radius:16px;border:1px solid rgba(255,255,255,.8);min-width:auto;width:auto}.opportunities-page .pagination:before{content:"";position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;border-radius:16px;padding:1px;background:linear-gradient(135deg,#3b82f64d,#8b5cf64d);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:exclude;pointer-events:none}.opportunities-page .pagination .paginationButton{width:32px;height:32px;background:linear-gradient(135deg,#fff,#f9fafb);border:1px solid rgba(229,231,235,.6);border-radius:12px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;color:#6b7280;padding:0;position:relative;box-shadow:0 1px 2px #0000000d;flex-shrink:0}.opportunities-page .pagination .paginationButton:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:12px;background:linear-gradient(135deg,#3b82f61a,#8b5cf61a);opacity:0;transition:opacity .2s ease}.opportunities-page .pagination .paginationButton:hover:not(:disabled){background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-color:transparent;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #3b82f64d}.opportunities-page .pagination .paginationButton:hover:not(:disabled):before{opacity:1}.opportunities-page .pagination .paginationButton:active:not(:disabled){transform:translateY(0)}.opportunities-page .pagination .paginationButton:disabled{opacity:.3;cursor:not-allowed;background:#f3f4f6}.opportunities-page .pagination .paginationButton>div,.opportunities-page .pagination .paginationButton>svg{display:flex!important;align-items:center!important;justify-content:center!important}.opportunities-page .pagination .paginationButton svg{flex-shrink:0;width:14px;height:14px}.opportunities-page .pagination .pageInfo{font-size:13px;color:#111827;font-weight:600;margin:0 8px;padding:0 4px;min-width:60px;text-align:center;background:linear-gradient(135deg,#3b82f6,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:.5px;white-space:nowrap}@media (max-width: 992px) and (min-width: 769px){.opportunities-page .opportunities-page .search-container{gap:.75rem}.opportunities-page .opportunities-page .search-container .search-input-section{max-width:350px}.opportunities-page .opportunities-page .search-container .search-results-info{font-size:11px}}@media (max-width: 768px){.opportunities-page .opportunities-page{padding:1rem}.opportunities-page .opportunities-page .search-container{padding:.75rem;flex-direction:column;align-items:stretch;gap:.75rem}.opportunities-page .opportunities-page .search-container .search-input-section{max-width:none}.opportunities-page .opportunities-page .search-container .search-input-section .search-input-field{font-size:16px}.opportunities-page .opportunities-page .search-container .search-results-info{font-size:11px;align-self:center}.opportunities-page .opportunities-page .custom-table thead tr th,.opportunities-page .opportunities-page .custom-table tbody tr td{padding:.75rem;font-size:13px}.opportunities-page .opportunities-page .custom-table tbody tr td .action-buttons button{width:28px;height:28px}}@media (max-width: 480px){.opportunities-page .opportunities-page{padding:.75rem}.opportunities-page .opportunities-page .search-container{padding:.5rem}.opportunities-page .opportunities-page .search-container .search-input-field{padding:8px 35px}.opportunities-page .opportunities-page .search-container .search-results-info{font-size:10px}.opportunities-page .opportunities-page .custom-table thead tr th,.opportunities-page .opportunities-page .custom-table tbody tr td{padding:.5rem;font-size:12px}.opportunities-page .opportunities-page .custom-table tbody tr td .opportunity-name .td-name{font-size:13px}.opportunities-page .opportunities-page .custom-table tbody tr td .opportunity-name .opportunity-detail{font-size:11px;margin-top:2px}.opportunities-page .opportunities-page .custom-table tbody tr td .opportunity-name .category-badge .category-link{font-size:11px}.opportunities-page .opportunities-page .custom-table tbody tr td .user-count{gap:.25rem}.opportunities-page .opportunities-page .custom-table tbody tr td .user-count span{font-size:12px}.opportunities-page .opportunities-page .custom-table tbody tr td .action-buttons{gap:.25rem}.opportunities-page .opportunities-page .custom-table tbody tr td .action-buttons button{width:24px;height:24px}}.opportunities-page .table-wrapper{background:#fff;border-radius:0 0 20px 20px;overflow:hidden;border:1px solid rgba(147,197,253,.2);border-top:none;padding:1.5rem 2rem}.opportunities-page .custom-table{width:100%;border-collapse:collapse;background-color:#fff;border-radius:0 0 20px 20px;overflow:hidden}.opportunities-page .custom-table thead tr th{background-color:#fff;color:#6b7280;font-weight:600;font-size:13px;text-transform:uppercase;letter-spacing:.05em;padding:1rem;text-align:left;border-bottom:1px solid #e5e7eb;white-space:nowrap;border-right:1px solid rgba(147,197,253,.2)}.opportunities-page .custom-table thead tr th:last-child{border-right:none}.opportunities-page .custom-table thead tr th.col-index{width:70px;text-align:center}.opportunities-page .custom-table thead tr th.col-users,.opportunities-page .custom-table thead tr th.col-actions{width:120px;text-align:center}.opportunities-page .custom-table tbody tr{border-bottom:1px solid #f3f4f6;transition:background-color .2s ease}.opportunities-page .custom-table tbody tr:hover{background-color:#f9fafb}.opportunities-page .custom-table tbody tr:last-child{border-bottom:none}.opportunities-page .custom-table tbody tr td{padding:1rem;font-size:14px;color:#374151;vertical-align:middle;border-right:1px solid rgba(147,197,253,.12)}.opportunities-page .custom-table tbody tr td:last-child{border-right:none}.opportunities-page .custom-table tbody tr td.col-index{text-align:center;color:#9ca3af;font-weight:500}.opportunities-page .custom-table tbody tr td.col-users,.opportunities-page .custom-table tbody tr td.col-actions{text-align:center}.opportunities-page .custom-table tbody tr td .opportunity-name .td-name{font-weight:600;color:#111827;display:block;margin-bottom:4px;font-size:14px}.opportunities-page .custom-table tbody tr td .opportunity-name .opportunity-detail{color:#6b7280;font-size:13px;line-height:1.4;margin-bottom:6px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.opportunities-page .custom-table tbody tr td .opportunity-name .category-badge .category-link{color:#0d6efd;text-decoration:none;font-size:12px;background:#0d6efd14;padding:4px 8px;border-radius:6px;transition:all .2s;display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.opportunities-page .custom-table tbody tr td .opportunity-name .category-badge .category-link:hover{background:#0d6efd26;text-decoration:none}.opportunities-page .custom-table tbody tr td .user-count{display:inline-flex;align-items:center;gap:.5rem;justify-content:center;background:#f3f4f6;padding:6px 12px;border-radius:20px}.opportunities-page .custom-table tbody tr td .user-count span{font-weight:600;color:#374151;font-size:13px}.opportunities-page .custom-table tbody tr td .action-buttons{display:flex;gap:.5rem;justify-content:center}.opportunities-page .custom-table tbody tr td .action-buttons .tableEditButton,.opportunities-page .custom-table tbody tr td .action-buttons .tableDeleteButton{width:26px;height:26px;border:none;border-radius:6px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;color:#fff}.opportunities-page .custom-table tbody tr td .action-buttons .tableEditButton:hover,.opportunities-page .custom-table tbody tr td .action-buttons .tableDeleteButton:hover{transform:translateY(-1px)}.opportunities-page .custom-table tbody tr td .action-buttons .tableEditButton:active,.opportunities-page .custom-table tbody tr td .action-buttons .tableDeleteButton:active{transform:translateY(0)}@media (max-width: 768px){.opportunities-page .custom-table tbody tr td .action-buttons .tableEditButton,.opportunities-page .custom-table tbody tr td .action-buttons .tableDeleteButton{width:28px;height:28px}}.opportunities-page .custom-table tbody tr td .action-buttons .tableDeleteButton{background:linear-gradient(135deg,#dc3545,#b02a37);box-shadow:0 2px 6px #dc354538}.opportunities-page .custom-table tbody tr td .action-buttons .tableDeleteButton:hover{box-shadow:0 6px 16px #dc354547}.opportunities-page .custom-table tbody tr td .action-buttons .tableDeleteButton:active{box-shadow:0 2px 8px #dc354538}.opportunities-page .custom-table tbody tr td .action-buttons .tableEditButton{background:linear-gradient(135deg,#0d6efd,#0a58ca);box-shadow:0 2px 6px #0d6efd38}.opportunities-page .custom-table tbody tr td .action-buttons .tableEditButton:hover{box-shadow:0 6px 16px #0d6efd47}.opportunities-page .custom-table tbody tr td .action-buttons .tableEditButton:active{box-shadow:0 2px 8px #0d6efd38}@media (min-width: 769px) and (max-width: 992px){.opportunities-page .custom-table th,.opportunities-page .custom-table td{padding:.85rem .75rem}}.oppourtunity-modal{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;background:#00000080}.oppourtunity-modal .oppourtunity-modal-content{background:#fff;padding:20px;border-radius:8px;width:500px;max-width:90%;display:flex;flex-direction:column;gap:10px;box-shadow:0 4px 8px #0000001a}@media (max-width: 600px){.oppourtunity-modal .oppourtunity-modal-content{width:90%;height:auto}}.oppourtunity-modal .oppourtunity-modal-content input,.oppourtunity-modal .oppourtunity-modal-content textarea{width:95%;padding:10px;border:1px solid #ccc;border-radius:5px;font-size:1rem}.oppourtunity-modal .oppourtunity-modal-content textarea{min-height:90px}:root{--primary-color: #0d6efd;--primary-light: #cfe2ff;--danger-color: #dc3545;--success-color: #198754;--warning-color: #ffc107;--info-color: #0dcaf0;--gray-50: #f9fafb;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-300: #d1d5db;--gray-400: #9ca3af;--gray-500: #6b7280;--gray-600: #4b5563;--gray-700: #374151;--gray-800: #1f2937;--gray-900: #111827;--transition-speed: .3s;--bg: #ebf0f7;--header: #fbf4f6;--text: #2e2e2f;--white: #ffffff;--light-grey: #6d7278;--tag-1: #ceecfd;--tag-1-text: #2e87ba;--tag-2: #d6ede2;--tag-2-text: #13854e;--tag-3: #ceecfd;--tag-3-text: #2d86ba;--tag-4: #f2dcf5;--tag-4-text: #a734ba;--purple: #7784ee;--orange: #ffa500}.tasksContainer{width:100%;max-width:1400px;margin:0 auto;padding:1rem;min-height:calc(100vh - 60px);background:transparent}.task{width:95%;max-width:100%;margin:0 auto 2rem;padding:1.5rem;background:linear-gradient(180deg,#e8f4fc,#f0f7fc,#f8fbfe);border:1px solid rgba(147,197,253,.3);border-radius:20px;box-shadow:0 2px 8px #0000000a;overflow:hidden}.task *{margin:0;padding:0;box-sizing:border-box;font-family:Poppins,sans-serif}.task h1{font-size:30px}.task .project{padding:0;max-width:100%;width:100%;display:inline-block}.task .project-info{padding:0 0 2rem;display:flex;width:100%;justify-content:space-between;align-items:center}.task .project-participants{display:flex;align-items:center}.task .project-participants span,.task .project-participants__add{width:30px;height:30px;display:inline-block;background:var(--purple);border-radius:100rem;margin:0 .2rem}.task .project-participants__add{background:transparent;border:1px dashed rgb(150,150,150);font-size:0;cursor:pointer;position:relative}.task .project-participants__add:after{content:"+";font-size:15px;color:#969696}.task .project-tasks{display:grid;width:100%;grid-column-gap:1.5rem;margin-bottom:24px}.task .project-column-heading{margin-bottom:1rem;display:flex;align-items:center;justify-content:space-between}.task .project-column-heading__title{font-size:20px}.task .project .modern-tabs-container{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}@media (min-width: 768px){.task .project .modern-tabs-container{flex-direction:row;justify-content:space-between;align-items:center}}.task .project .tabs-wrapper{flex:1}.task .project .tab-list{display:inline-flex;background:#fff;padding:4px;border-radius:12px;box-shadow:0 2px 4px #0000000a;border:1px solid rgba(147,197,253,.2);gap:2px;position:relative}@media (max-width: 767px){.task .project .tab-list{width:100%;display:flex}}.task .project .tab-button{position:relative;background:transparent;border:none;padding:12px 20px;border-radius:8px;cursor:pointer;transition:all .2s ease;font-weight:500;font-size:14px;color:#6b7280;min-width:0;flex:1}@media (min-width: 768px){.task .project .tab-button{flex:none;min-width:120px}}.task .project .tab-button:hover{background:#3b82f614;color:var(--primary-color)}.task .project .tab-button:focus{outline:none;box-shadow:0 0 0 2px #3b82f626}.task .project .tab-button.active{background:linear-gradient(135deg,#3b82f614,#93c5fd1f);color:var(--primary-color);box-shadow:0 2px 4px #3b82f61a;font-weight:600}.task .project .tab-button.active .tab-indicator{opacity:1;transform:scaleX(1)}.task .project .tab-button .tab-content{display:flex;align-items:center;justify-content:center;gap:8px;position:relative;z-index:2}@media (max-width: 480px){.task .project .tab-button .tab-content span{display:none}}.task .project .tab-button .tab-indicator{position:absolute;bottom:2px;left:20%;transform:translate(-50%) scaleX(0);width:60%;height:3px;background:var(--primary-color);border-radius:2px;opacity:0;transition:all .2s ease}.task .project .toggle-section{display:flex;gap:12px;justify-content:center}@media (min-width: 768px){.task .project .toggle-section{justify-content:flex-end}}.task .project .toggle-button{display:flex;align-items:center;justify-content:space-between;background:#fff;border:1px solid rgba(147,197,253,.3);border-radius:12px;padding:12px 16px;cursor:pointer;transition:all .2s ease;font-weight:500;font-size:14px;color:var(--gray-600);min-width:200px;box-shadow:0 2px 4px #0000000a}.task .project .toggle-button:hover{border-color:#3b82f666;box-shadow:0 4px 8px #00000014}.task .project .toggle-button:focus{outline:none;box-shadow:0 0 0 2px #3b82f626}.task .project .toggle-button.active{background:linear-gradient(135deg,#10b98114,#10b9810a);border-color:var(--success-color);color:var(--success-color)}.task .project .toggle-button.active .toggle-switch.on{background:var(--success-color)}.task .project .toggle-button.active .toggle-switch.on .toggle-slider{transform:translate(20px)}.task .project .toggle-button .toggle-content{display:flex;align-items:center;gap:8px;flex:1}.task .project .toggle-switch{width:44px;height:24px;background:#e5e7eb;border-radius:12px;position:relative;transition:background-color .2s ease}.task .project .toggle-switch.on{background:#10b981}.task .project .toggle-switch .toggle-slider{position:absolute;top:2px;left:2px;width:20px;height:20px;background:#fff;border-radius:50%;transition:transform .2s ease;box-shadow:0 1px 3px #0003}@media (max-width: 767px){.task .project .modern-tabs-container{gap:1rem}.task .project .tab-button{padding:10px 16px;font-size:13px}.task .project .toggle-button{min-width:unset;width:100%;padding:10px 14px;font-size:13px}}.task .task-container{width:100%}.task .task-loading{display:flex;justify-content:center;align-items:center;min-height:200px}.task .task-empty-state{display:flex;justify-content:center;align-items:center;min-height:200px;padding:2rem}.task .task-grid{display:grid;gap:1rem;padding:1rem}@media (min-width: 1600px){.task .task-grid{grid-template-columns:repeat(3,1fr);gap:1.2rem}}@media (min-width: 1200px) and (max-width: 1599px){.task .task-grid{grid-template-columns:repeat(3,1fr);gap:1rem}}@media (min-width: 992px) and (max-width: 1199px){.task .task-grid{grid-template-columns:repeat(3,1fr);gap:1rem}}@media (min-width: 768px) and (max-width: 991px){.task .task-grid{grid-template-columns:repeat(2,1fr);gap:.875rem}}@media (max-width: 767px){.task .task-grid{grid-template-columns:1fr;gap:.75rem;padding:.75rem .5rem}}.task .modern-task-card{background:linear-gradient(180deg,#fff,#fbfdff);border-radius:16px;box-shadow:0 2px 8px #0000000a;border:1px solid rgba(147,197,253,.35);overflow:hidden;transition:all .25s ease;display:flex;flex-direction:column;min-height:300px;position:relative}.task .modern-task-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--primary-color) 0%,#7C3AED 50%,#EC4899 100%);opacity:0;transition:opacity .3s ease}.task .modern-task-card:hover{transform:translateY(-3px);box-shadow:0 12px 24px #3b82f61f;border-color:#3b82f680}.task .modern-task-card:hover:before{opacity:1}@media (min-width: 1600px){.task .modern-task-card{min-height:320px}}@media (max-width: 991px){.task .modern-task-card{min-height:280px}}@media (max-width: 767px){.task .modern-task-card{min-height:260px;border-radius:12px}}.task .modern-task-card .task-card-header{padding:1.25rem;border-bottom:1px solid rgba(147,197,253,.2);display:flex;justify-content:space-between;align-items:center;gap:1rem;background:linear-gradient(135deg,#f8fafccc,#f1f5f999);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative}@media (max-width: 1199px){.task .modern-task-card .task-card-header{padding:1rem;gap:.75rem}}@media (max-width: 767px){.task .modern-task-card .task-card-header{padding:.875rem;gap:.5rem}}.task .modern-task-card .task-title-section{flex:1;min-width:0}.task .modern-task-card .task-title{font-size:1.1rem;font-weight:700;background:linear-gradient(135deg,#1f2937,#374151);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin:0 0 .625rem;line-height:1.3;word-wrap:break-word;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media (max-width: 1199px){.task .modern-task-card .task-title{font-size:1rem;margin-bottom:.5rem}}@media (max-width: 767px){.task .modern-task-card .task-title{font-size:.925rem;margin-bottom:.4rem}}.task .modern-task-card .task-status-badge{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .75rem;border-radius:20px;font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;box-shadow:0 2px 4px #0000001a;border:1px solid rgba(255,255,255,.2)}.task .modern-task-card .task-status-badge.status-pending{background:linear-gradient(135deg,#fef3c7,#fde68a);color:#92400e;border-color:#f59e0b33}.task .modern-task-card .task-status-badge.status-completed{background:linear-gradient(135deg,#d1fae5,#a7f3d0);color:#065f46;border-color:#10b98133}@media (max-width: 1199px){.task .modern-task-card .task-status-badge{padding:.3rem .6rem;font-size:.6rem;gap:.25rem}}@media (max-width: 767px){.task .modern-task-card .task-status-badge{padding:.25rem .5rem;font-size:.55rem}}.task .modern-task-card .task-user-button{background:linear-gradient(135deg,var(--primary-color) 0%,#7C3AED 100%);border:none;border-radius:12px;width:40px;height:40px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 8px #3b82f633;flex-shrink:0;position:relative;overflow:hidden}.task .modern-task-card .task-user-button:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(255,255,255,.2) 0%,transparent 100%);opacity:0;transition:opacity .3s ease}.task .modern-task-card .task-user-button:hover{background:linear-gradient(135deg,#2563eb,#6d28d9);transform:translateY(-2px) scale(1.05);box-shadow:0 8px 16px #3b82f64d}.task .modern-task-card .task-user-button:hover:before{opacity:1}.task .modern-task-card .task-user-button:active{transform:translateY(0) scale(.98)}@media (max-width: 1199px){.task .modern-task-card .task-user-button{width:36px;height:36px}}@media (max-width: 767px){.task .modern-task-card .task-user-button{width:32px;height:32px;border-radius:10px}}.task .modern-task-card .task-card-content{padding:.5rem;flex:1;position:relative}@media (max-width: 1199px){.task .modern-task-card .task-card-content{padding:1rem}}@media (max-width: 767px){.task .modern-task-card .task-card-content{padding:.875rem}}.task .modern-task-card .task-description{margin-bottom:.5rem}.task .modern-task-card .task-description p{color:#64748b;font-size:.875rem;line-height:1.5;margin:0;background:linear-gradient(135deg,#f8fafccc,#f1f5f999);padding:.75rem;border-radius:12px;border:1px solid rgba(226,232,240,.5);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;position:relative}.task .modern-task-card .task-description p:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:linear-gradient(135deg,#4f46e5,#7c3aed);border-radius:0 2px 2px 0}@media (max-width: 1199px){.task .modern-task-card .task-description p{font-size:.8rem;padding:.625rem}}@media (max-width: 767px){.task .modern-task-card .task-description p{font-size:.75rem;padding:.5rem}}.task .modern-task-card .task-info-grid{display:grid;gap:.5rem}@media (max-width: 1199px){.task .modern-task-card .task-info-grid{gap:.625rem}}@media (max-width: 767px){.task .modern-task-card .task-info-grid{gap:.5rem}}.task .modern-task-card .task-info-item{display:flex;justify-content:space-between;align-items:center;gap:.75rem;padding:.75rem;background:linear-gradient(135deg,#f8fafc99,#f1f5f966);border-radius:10px;min-height:44px;border:1px solid rgba(226,232,240,.3);transition:all .2s ease}.task .modern-task-card .task-info-item:hover{background:linear-gradient(135deg,#f8fafccc,#f1f5f999);border-color:#4f46e533;transform:translateY(-1px);box-shadow:0 2px 4px #0000000d}@media (max-width: 1199px){.task .modern-task-card .task-info-item{padding:.625rem;gap:.5rem;min-height:40px}}@media (max-width: 767px){.task .modern-task-card .task-info-item{padding:.5rem;min-height:36px;gap:.375rem}}.task .modern-task-card .info-label{display:flex;align-items:center;gap:.375rem;font-size:.65rem;font-weight:500;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;min-width:fit-content}.task .modern-task-card .info-label span{white-space:nowrap}.task .modern-task-card .info-value{display:flex;flex-direction:column;align-items:flex-end;text-align:right;font-size:.8rem;color:#111827;font-weight:500;min-width:0;flex:1}.task .modern-task-card .info-value .patient-name{font-weight:600;color:#4f46e5;margin-bottom:.125rem;font-size:.8rem}.task .modern-task-card .info-value .patient-fullname{font-size:.65rem;color:#6b7280;font-weight:400}.task .modern-task-card .cursor-pointer{cursor:pointer}.task .modern-task-card .task-card-footer{padding:1rem;border-top:1px solid rgba(241,245,249,.6);background:linear-gradient(135deg,#f8fafcb3,#f1f5f980);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);margin-top:auto}@media (max-width: 1199px){.task .modern-task-card .task-card-footer{padding:.875rem}}@media (max-width: 767px){.task .modern-task-card .task-card-footer{padding:.75rem}}.task .modern-task-card .task-action-button{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;border:none;border-radius:12px;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);text-transform:uppercase;letter-spacing:.05em;min-height:44px;position:relative;overflow:hidden}.task .modern-task-card .task-action-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.task .modern-task-card .task-action-button:hover:before{left:100%}.task .modern-task-card .task-action-button.action-complete{background:linear-gradient(135deg,var(--success-color) 0%,#059669 100%);color:#fff;box-shadow:0 4px 8px #10b98133}.task .modern-task-card .task-action-button.action-complete:hover{background:linear-gradient(135deg,#059669,#047857);transform:translateY(-2px);box-shadow:0 8px 16px #10b9814d}.task .modern-task-card .task-action-button.action-pending{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;box-shadow:0 4px 8px #f59e0b33,0 2px 4px #0000001a}.task .modern-task-card .task-action-button.action-pending:hover{background:linear-gradient(135deg,#d97706,#b45309);transform:translateY(-2px);box-shadow:0 8px 16px #f59e0b4d,0 4px 8px #00000026}.task .modern-task-card .task-action-button:active{transform:translateY(0) scale(.98)}@media (max-width: 1199px){.task .modern-task-card .task-action-button{padding:.625rem .875rem;font-size:.75rem;min-height:40px;gap:.375rem}}@media (max-width: 767px){.task .modern-task-card .task-action-button{padding:.5rem .75rem;font-size:.7rem;min-height:36px;border-radius:10px}}.task .task-loading{display:flex;justify-content:center;align-items:center;min-height:300px;background:linear-gradient(135deg,#f8fafc80,#f1f5f94d);border-radius:16px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.task .task-empty-state{display:flex;justify-content:center;align-items:center;min-height:300px;padding:2rem;background:linear-gradient(135deg,#f8fafc80,#f1f5f94d);border-radius:16px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@media (max-width: 480px){.task .modern-task-card{min-height:240px}.task .modern-task-card .task-card-header{padding:.75rem;gap:.5rem}.task .modern-task-card .task-title{font-size:.9rem;margin-bottom:.375rem}.task .modern-task-card .task-status-badge{padding:.2rem .4rem;font-size:.55rem}.task .modern-task-card .task-user-button{width:32px;height:32px}.task .modern-task-card .task-card-content{padding:.75rem}.task .modern-task-card .task-description p{font-size:.75rem;padding:.4rem}.task .modern-task-card .task-info-item{padding:.4rem;min-height:32px;flex-direction:column;align-items:flex-start;gap:.25rem}.task .modern-task-card .info-label{font-size:.6rem;gap:.25rem}.task .modern-task-card .info-value{align-items:flex-start;text-align:left;font-size:.75rem}.task .modern-task-card .info-value .patient-name{font-size:.75rem}.task .modern-task-card .info-value .patient-fullname{font-size:.6rem}.task .modern-task-card .task-card-footer{padding:.5rem}.task .modern-task-card .task-action-button{font-size:.7rem;padding:.4rem .6rem;min-height:32px}}.task .task-hover{border:3px dashed var(--light-grey)!important}@media only screen and (max-width: 1300px){.task .project{max-width:100%}.task .task-details{width:100%;display:flex}.task .tag-progress,.task .task-activity{flex-basis:50%;background:var(--white);padding:1rem;border-radius:8px;margin:1rem}}@media only screen and (max-width: 600px){.task .project-column:nth-child(4){display:none}.task .project-tasks{grid-template-columns:1fr}.task .task-details{flex-wrap:wrap;padding:3rem 1rem}.task .tag-progress,.task .task-activity{flex-basis:100%}.task h1{font-size:25px}}.task .spinner{border:4px solid rgba(0,0,0,.1);border-left-color:#09f;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite;margin:auto;position:absolute}@keyframes spin{to{transform:rotate(360deg)}}.tasks-layout{display:grid;grid-template-columns:1fr;gap:24px;align-items:start}.tasks-layout .tasks-content{min-height:600px}.tasks-layout .tasks-content.full-width{width:100%}.calendar-fullscreen{width:100%;min-height:calc(100vh - 220px);padding:20px;box-sizing:border-box}.tasks-layout.calendar-full{grid-template-columns:1fr}.calendar-fullscreen{width:100%;min-height:calc(100vh - 180px);padding:16px;box-sizing:border-box}.calendar-view-selector{display:flex;justify-content:center;width:100%;max-width:100%;box-sizing:border-box;gap:8px;margin-bottom:20px}.calendar-view-selector .view-btn{padding:8px 16px;border:1px solid rgba(147,197,253,.3);background:#fff;border-radius:8px;font-size:14px;font-weight:500;color:#64748b;cursor:pointer;transition:all .2s ease}.calendar-view-selector .view-btn:hover{max-width:100%;background:#3b82f60d;border-color:#3b82f666}.calendar-view-selector .view-btn.active{background:linear-gradient(135deg,var(--primary-color) 0%,#2563eb 100%);border-color:var(--primary-color);color:#fff;box-shadow:0 2px 4px #3b82f633}.calendar-container{background:transparent;border-radius:0;padding:8px 0 0;box-shadow:none;border:none;-webkit-backdrop-filter:none;backdrop-filter:none;transition:none;overflow-x:hidden;--calendar-body-height: 900px;--calendar-max-width: 1400px}.calendar-container.calendar-fullscreen{padding:0;max-width:100%;margin:0 auto}.calendar-container .calendar-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:16px;border-bottom:1px solid rgba(147,197,253,.2);width:100%;box-sizing:border-box;max-width:var(--calendar-max-width);margin:0 auto}.calendar-container .calendar-header .calendar-nav-btn{background:#fff;border:1px solid rgba(147,197,253,.3);border-radius:8px;padding:8px 12px;cursor:pointer;transition:all .15s ease;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 2px #00000005;min-width:40px;min-height:40px}.calendar-container .calendar-header .calendar-nav-btn:hover{background:#3b82f60d;border-color:#3b82f666;transform:translateY(-1px);box-shadow:0 2px 4px #0000000a}.calendar-container .calendar-header .calendar-nav-btn:active{transform:translateY(0)}.calendar-container .calendar-header .calendar-title{display:flex;flex-direction:column;align-items:center;gap:4px}.calendar-container .calendar-header .calendar-title h3{color:#1e293b;font-size:20px;font-weight:600;margin:0;background:linear-gradient(135deg,#334155,#475569);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.01em}.calendar-container .monthly-calendar .monthly-calendar-grid{display:grid;grid-template-columns:1fr;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden;min-height:var(--calendar-body-height);max-height:var(--calendar-body-height);overflow-y:auto;width:100%;box-sizing:border-box}.calendar-container .monthly-calendar .monthly-days-grid{display:grid;grid-template-columns:repeat(7,1fr);grid-auto-rows:calc(var(--calendar-body-height) / 6)}.calendar-container .monthly-calendar .monthly-day-cell{border-left:1px solid #e2e8f0;border-bottom:1px solid #f1f5f9;padding:12px 8px;position:relative;background:#fff;display:flex;flex-direction:column;min-height:0;overflow:hidden}.calendar-container .monthly-calendar .monthly-day-cell:nth-child(7n+1){border-left:none}.calendar-container .monthly-calendar .monthly-day-cell:hover{background:#fafbff}.calendar-container .monthly-calendar .monthly-day-cell.today{background:#3b82f614;border:1.5px solid rgba(59,130,246,.15)}.calendar-container .monthly-calendar .monthly-day-cell.today:hover{background:#3b82f61f;border-color:#3b82f633}.calendar-container .monthly-calendar .monthly-day-cell.today .day-number{background:#3b82f6;color:#fff}.calendar-container .monthly-calendar .monthly-day-cell.selected{background:linear-gradient(135deg,#fef3c7,#fde68a);border:1.5px solid rgba(245,158,11,.4);box-shadow:0 2px 8px #f59e0b1a}.calendar-container .monthly-calendar .monthly-day-cell.selected:hover{background:linear-gradient(135deg,#fde68a,#fcd34d)}.calendar-container .monthly-calendar .monthly-day-cell.other-month{color:#cbd5e1;background:#f8fafc33}.calendar-container .monthly-calendar .monthly-day-cell.other-month .day-number{opacity:.5}.calendar-container .monthly-calendar .monthly-day-cell.other-month:hover{background:#f8fafc33}.calendar-container .monthly-calendar .monthly-day-cell.has-tasks:after{content:"";position:absolute;top:4px;right:4px;width:6px;height:6px;background:linear-gradient(135deg,#ef4444,#dc2626);border-radius:50%}.calendar-container .monthly-calendar .day-cell-header{display:flex;flex-direction:column;align-items:center;margin-bottom:6px}.calendar-container .monthly-calendar .day-cell-header .day-name{font-size:10px;color:#64748b;font-weight:500;text-transform:uppercase;letter-spacing:.5px;margin-bottom:2px}.calendar-container .monthly-calendar .day-cell-header .day-number{width:28px;height:28px;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;color:#1e293b;border-radius:50%;transition:all .2s ease}.calendar-container .monthly-calendar .monthly-task-list{display:flex;flex-direction:column;gap:4px;width:100%;flex:1;overflow-y:auto;padding-right:2px}.calendar-container .monthly-calendar .monthly-task-list::-webkit-scrollbar{width:3px}.calendar-container .monthly-calendar .monthly-task-list::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.calendar-container .monthly-calendar .monthly-task-row{display:flex;align-items:center;gap:6px;padding:4px 6px;border-radius:4px;cursor:pointer;min-height:20px;box-sizing:border-box;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px;background:#f1f5f999;transition:all .15s ease}.calendar-container .monthly-calendar .monthly-task-row:hover{background:#cbd5e166;transform:translate(1px)}.calendar-container .monthly-calendar .monthly-task-row.completed{opacity:.7;text-decoration:line-through}.calendar-container .monthly-calendar .monthly-task-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0;margin-right:4px}.calendar-container .monthly-calendar .monthly-task-time{font-size:10px;font-weight:600;color:#475569;min-width:32px}.calendar-container .monthly-calendar .monthly-task-title{font-size:11px;color:#1e293b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1}.calendar-container .monthly-calendar .more-dots{font-size:10px;color:#64748b;font-weight:500;padding:2px 6px;background:#f1f5f9cc;border-radius:4px;text-align:center;cursor:pointer;transition:all .15s ease}.calendar-container .monthly-calendar .more-dots:hover{background:#cbd5e199}.calendar-container .monthly-calendar .calendar-grid .calendar-day{background:#fff!important;box-shadow:none!important;border-radius:0!important;border-left:1px solid #e2e8f0!important;border-bottom:1px solid #f1f5f9!important;padding:12px 8px!important;min-height:0!important;height:100%!important;aspect-ratio:unset!important;display:flex!important;flex-direction:column!important;cursor:pointer!important}.calendar-container .monthly-calendar .calendar-day-header{background:#f8fafc;border-bottom:1px solid #e2e8f0;border-left:1px solid #e2e8f0}.calendar-container .monthly-calendar .calendar-day-header:first-child{border-left:none}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.2);opacity:.8}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.calendar-popup-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0f172a99;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s ease-out;pointer-events:auto}.calendar-popup{background:#fff;border-radius:16px;width:720px;max-width:92vw;min-width:420px;max-height:80vh;box-shadow:0 8px 32px -8px #0000002e,0 2px 8px -2px #0000000f;border:1px solid #e5e7eb;overflow:hidden;animation:slideUp .18s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;margin:0 auto}.calendar-popup-header{padding:14px 20px 12px;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;background:#f8fafc;min-height:46px;gap:12px;font-size:16px;font-weight:700}.calendar-popup-header .popup-date{color:#334155;font-weight:700;font-size:15px;flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.calendar-popup-header .popup-count{color:#64748b;font-size:13px;background:#f1f5f9;border-radius:6px;padding:2px 10px;margin-right:2px}.calendar-popup-header .calendar-popup-close{background:transparent;border:none;width:28px;height:28px;border-radius:7px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .12s;color:#64748b}.calendar-popup-header .calendar-popup-close:hover{background:#e0e7ef;color:#0f172a}.calendar-popup-content{padding:12px 12px 16px;overflow-y:auto;flex:1}.calendar-popup-tasks{display:flex;flex-direction:column;gap:6px}.calendar-popup-task-item{background:linear-gradient(180deg,#fff,#fbfdfe);border:1px solid rgba(226,232,240,.9);border-radius:14px;padding:14px;transition:box-shadow .18s cubic-bezier(.2,.8,.2,1),transform .12s;display:flex;align-items:center;gap:18px;min-height:64px;margin-bottom:14px}.calendar-popup-task-item:hover{border-color:#e2e8f0;transform:translateY(-4px);box-shadow:0 10px 30px -12px #02061759}.calendar-popup-task-item .task-avatar{width:48px;height:48px;border-radius:12px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#eef2ff;flex-shrink:0;border:1px solid rgba(99,102,241,.08);box-shadow:0 4px 10px #6366f10f inset}.calendar-popup-task-item .task-info{flex:1;min-width:0}.calendar-popup-task-item .task-info .task-title{font-weight:800;color:#0b1220;margin:0 0 6px;font-size:16.5px;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.calendar-popup-task-item .task-info .task-meta{display:flex;gap:14px;align-items:center;color:#475569;font-size:13px}.calendar-popup-task-item .task-info .task-meta .task-user,.calendar-popup-task-item .task-info .task-meta .task-time{display:inline-flex;align-items:center;gap:8px}.calendar-popup-task-item .task-info .task-meta .task-user svg,.calendar-popup-task-item .task-info .task-meta .task-time svg{opacity:.9}.calendar-popup-task-item .task-info .task-notes{margin-top:8px;color:#6b7280;font-size:13px;line-height:1.3;max-width:420px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;opacity:.95}.calendar-popup-task-item .task-actions{display:flex;flex-direction:column;gap:8px}.calendar-popup-task-item .task-actions .task-action-btn,.calendar-popup-task-item .task-actions .task-status-btn{background:#fff;border:1px solid rgba(226,232,240,.9);height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:box-shadow .14s,transform .12s;padding:0}.calendar-popup-task-item .task-actions .task-action-btn{width:36px}.calendar-popup-task-item .task-actions .task-action-btn.patient-card{width:auto;min-width:36px;padding:0 12px;gap:8px;justify-content:flex-start;font-weight:700;font-size:12px;color:#4338ca;border-color:#6366f140;background:linear-gradient(135deg,#fff,#eef2ff)}.calendar-popup-task-item .task-actions .task-action-btn.patient-card .task-action-label{white-space:nowrap}.calendar-popup-task-item .task-actions .task-status-btn{width:auto;min-width:36px;padding:0 12px;gap:8px;justify-content:flex-start;font-weight:700;font-size:12px;color:#0f172a;letter-spacing:.1px}.calendar-popup-task-item .task-actions .task-status-btn .task-status-label{white-space:nowrap}.calendar-popup-task-item .task-actions .task-action-btn:hover,.calendar-popup-task-item .task-actions .task-status-btn:hover{transform:translateY(-2px);box-shadow:0 6px 18px -8px #02061740}.calendar-popup-task-item .task-actions .task-action-btn:focus-visible,.calendar-popup-task-item .task-actions .task-status-btn:focus-visible{outline:none;box-shadow:0 0 0 3px #6366f140}.calendar-popup-task-item .task-actions .task-status-btn:disabled{cursor:not-allowed;opacity:.75;transform:none;box-shadow:none}.calendar-popup-task-item .task-actions .task-status-btn.pending{background:linear-gradient(135deg,#fff,#f8fafc);border-color:#6366f140}.calendar-popup-task-item .task-actions .task-status-btn.completed{background:linear-gradient(135deg,#dcfce7,#bbf7d0);border-color:#10b98133;box-shadow:0 4px 12px -8px #10a37f1f inset}.calendar-popup-task-item .task-actions .task-status-btn.deleted{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-color:#94a3b866;color:#64748b}.calendar-popup-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:18px 8px 12px;text-align:center;color:#94a3b8}.calendar-popup-empty svg{margin-bottom:8px;opacity:.4}.calendar-popup-empty p{margin:4px 0 0;font-size:12px;font-weight:500}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.calendar-container{padding:16px;margin:0 16px}.calendar-container.calendar-fullscreen{padding:28px;max-width:var(--calendar-max-width);margin:0 auto}.calendar-container .calendar-popup{width:calc(100vw - 24px);margin:0 12px}.calendar-container .calendar-popup .calendar-popup-header,.calendar-container .calendar-popup .calendar-popup-content{padding:12px 16px}.calendar-container .calendar-popup .calendar-popup-task-item{padding:18px}.calendar-container .calendar-header{margin-bottom:16px;padding-bottom:12px}.calendar-container .calendar-header .calendar-title h3{font-size:18px}.calendar-container .calendar-day-header{padding:10px 2px;font-size:12px}.calendar-container .calendar-day{padding:24px 20px;margin:2px}.calendar-container .calendar-day .day-number{font-size:22px;width:50px;height:50px}.calendar-container .calendar-day .task-badge{min-width:22px;height:22px;font-size:14px;top:2px;right:2px}.calendar-container .calendar-day .task-preview{position:absolute;bottom:6px;left:50%;transform:translate(-50%);display:flex;flex-direction:column;gap:3px;align-items:center;z-index:2;max-width:100%;overflow:hidden}.calendar-container .calendar-day .task-chip{background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:3px 8px;border-radius:10px;font-size:10px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;box-shadow:0 1px 2px #10b98133;border:1px solid rgba(255,255,255,.3);max-width:100%;text-align:center;transition:all .15s ease}.calendar-container .calendar-day .task-chip:hover{background:linear-gradient(135deg,#059669,#047857);transform:scale(1.05)}.calendar-container .calendar-day .task-more{background:linear-gradient(135deg,#6b7280,#4b5563);color:#fff;padding:2px 6px;border-radius:8px;font-size:9px;font-weight:600;box-shadow:0 1px 2px #6b728033;border:1px solid rgba(255,255,255,.3);transition:all .15s ease}.calendar-container .calendar-day .task-more:hover{background:linear-gradient(135deg,#4b5563,#374151)}.calendar-popup{width:calc(100vw - 24px);margin:0 12px}.calendar-popup .calendar-popup-header,.calendar-popup .calendar-popup-content{padding:8px 12px}.calendar-popup .calendar-popup-task-item{padding:16px}}@media (min-width: 768px) and (max-width: 1023px){.calendar-popup{width:auto;max-width:860px;margin:0 24px}.calendar-popup .calendar-popup-header,.calendar-popup .calendar-popup-content{padding:14px 18px}.calendar-popup .calendar-popup-task-item{padding:18px}.calendar-container.calendar-fullscreen .calendar-popup{width:auto;max-width:1000px;margin:0 32px}.calendar-container.calendar-fullscreen .calendar-popup .calendar-popup-header,.calendar-container.calendar-fullscreen .calendar-popup .calendar-popup-content{padding:16px 20px}.calendar-container.calendar-fullscreen .calendar-popup .calendar-popup-task-item{padding:20px}.calendar-container.calendar-fullscreen .calendar-day{padding:20px 16px;margin:2px}.calendar-container.calendar-fullscreen .calendar-day .day-number{font-size:20px;width:44px;height:44px}.calendar-container.calendar-fullscreen .calendar-day .task-badge{min-width:20px;height:20px;font-size:13px;top:2px;right:2px}.calendar-container.calendar-fullscreen .calendar-day .task-preview{position:absolute;bottom:5px;left:50%;transform:translate(-50%);display:flex;flex-direction:column;gap:2px;align-items:center;z-index:2;max-width:100%;overflow:hidden}.calendar-container.calendar-fullscreen .calendar-day .task-chip{background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:2px 6px;border-radius:8px;font-size:9px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;box-shadow:0 1px 2px #10b98133;border:1px solid rgba(255,255,255,.3);max-width:100%;text-align:center;transition:all .15s ease}.calendar-container.calendar-fullscreen .calendar-day .task-chip:hover{background:linear-gradient(135deg,#059669,#047857);transform:scale(1.05)}.calendar-container.calendar-fullscreen .calendar-day .task-more{background:linear-gradient(135deg,#6b7280,#4b5563);color:#fff;padding:1px 4px;border-radius:6px;font-size:8px;font-weight:600;box-shadow:0 1px 2px #6b728033;border:1px solid rgba(255,255,255,.3);transition:all .15s ease}.calendar-container.calendar-fullscreen .calendar-day .task-more:hover{background:linear-gradient(135deg,#4b5563,#374151)}}.calendar-task-form .task-form{display:flex;flex-direction:column;gap:16px}.calendar-task-form .task-form .form-group{display:flex;flex-direction:column;gap:6px}.calendar-task-form .task-form .form-group label{font-size:14px;font-weight:500;color:#374151}.calendar-task-form .task-form .form-group input,.calendar-task-form .task-form .form-group textarea,.calendar-task-form .task-form .form-group select{padding:10px 12px;border:1.5px solid #d1d5db;border-radius:8px;font-size:14px;transition:all .15s ease}.calendar-task-form .task-form .form-group input:focus,.calendar-task-form .task-form .form-group textarea:focus,.calendar-task-form .task-form .form-group select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.calendar-task-form .task-form .form-group textarea{resize:vertical;min-height:80px}.calendar-task-form .task-form .form-group .user-select{background:#fff;cursor:pointer}.calendar-task-form .task-form .form-group .user-select option{padding:8px}.calendar-task-form .task-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.calendar-task-form .task-form .form-row .formGroup{display:flex;flex-direction:column;gap:6px}.calendar-task-form .task-form .form-row .formGroup label{font-size:14px;font-weight:500;color:#374151}.calendar-task-form .task-form .form-row .formGroup input,.calendar-task-form .task-form .form-row .formGroup select{padding:10px 12px;border:1.5px solid #d1d5db;border-radius:8px;font-size:14px;transition:all .15s ease}.calendar-task-form .task-form .form-row .formGroup input:focus,.calendar-task-form .task-form .form-row .formGroup select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}@media (max-width: 768px){.calendar-task-form .task-form .form-row{grid-template-columns:1fr;gap:16px}}@media (min-width: 1024px){.calendar-popup{width:auto;max-width:980px;margin:0 32px}.calendar-popup .calendar-popup-header,.calendar-popup .calendar-popup-content{padding:16px 20px}.calendar-popup .calendar-popup-task-item{padding:20px}.calendar-container.calendar-fullscreen .calendar-popup{width:auto;max-width:1100px;margin:0 40px}.calendar-container.calendar-fullscreen .calendar-popup .calendar-popup-header,.calendar-container.calendar-fullscreen .calendar-popup .calendar-popup-content{padding:18px 24px}.calendar-container.calendar-fullscreen .calendar-popup .calendar-popup-task-item{padding:22px}.calendar-container.calendar-fullscreen .calendar-day{padding:24px 20px;margin:2px}.calendar-container.calendar-fullscreen .calendar-day .day-number{font-size:22px;width:50px;height:50px}.calendar-container.calendar-fullscreen .calendar-day .task-badge{min-width:22px;height:22px;font-size:14px;top:2px;right:2px}.calendar-container.calendar-fullscreen .calendar-day .task-preview{position:absolute;bottom:6px;left:50%;transform:translate(-50%);display:flex;flex-direction:column;gap:3px;align-items:center;z-index:2;max-width:100%;overflow:hidden}.calendar-container.calendar-fullscreen .calendar-day .task-chip{background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:3px 8px;border-radius:10px;font-size:10px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;box-shadow:0 1px 2px #10b98133;border:1px solid rgba(255,255,255,.3);max-width:100%;text-align:center;transition:all .15s ease}.calendar-container.calendar-fullscreen .calendar-day .task-chip:hover{background:linear-gradient(135deg,#059669,#047857);transform:scale(1.05)}.calendar-container.calendar-fullscreen .calendar-day .task-more{background:linear-gradient(135deg,#6b7280,#4b5563);color:#fff;padding:2px 6px;border-radius:8px;font-size:9px;font-weight:600;box-shadow:0 1px 2px #6b728033;border:1px solid rgba(255,255,255,.3);transition:all .15s ease}.calendar-container.calendar-fullscreen .calendar-day .task-more:hover{background:linear-gradient(135deg,#4b5563,#374151)}}.weekly-calendar{--hours-count: 10}.weekly-calendar .weekly-calendar-grid{display:grid;grid-template-columns:60px repeat(7,1fr);border:1px solid #e2e8f0;border-radius:8px;overflow:hidden;min-height:var(--calendar-body-height);max-height:var(--calendar-body-height);overflow-y:auto;width:100%;box-sizing:border-box}.weekly-calendar .weekly-header{display:contents}.weekly-calendar .weekly-header .time-column{background:#f8fafc;border-bottom:1px solid #e2e8f0}.weekly-calendar .weekly-header .day-column{background:#f8fafc;border-bottom:1px solid #e2e8f0;border-left:1px solid #e2e8f0;padding:8px;text-align:center}.weekly-calendar .weekly-header .day-column .day-name{font-size:12px;color:#64748b;font-weight:500;margin-bottom:4px}.weekly-calendar .weekly-header .day-column .day-number{font-size:18px;font-weight:600;color:#1e293b}.weekly-calendar .weekly-header .day-column .day-number.today{color:#3b82f6;background:#3b82f61a;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;margin:0 auto}.weekly-calendar .time-row{display:contents}.weekly-calendar .time-row .time-label{background:#f8fafc;border-right:1px solid #e2e8f0;padding:4px 8px;font-size:11px;color:#64748b;text-align:right;height:calc(var(--calendar-body-height) / var(--hours-count));display:flex;align-items:start;justify-content:flex-end;font-weight:500}.weekly-calendar .time-row .time-slot{border-left:1px solid #e2e8f0;border-bottom:1px solid #f1f5f9;height:calc(var(--calendar-body-height) / var(--hours-count));position:relative;background:#fff;display:block;padding:4px;overflow-y:auto;-webkit-overflow-scrolling:touch}.weekly-calendar .time-row .time-slot:hover{background:#fafbff}.weekly-calendar .time-row .time-slot::-webkit-scrollbar{width:8px}.weekly-calendar .time-row .time-slot::-webkit-scrollbar-thumb{background:#94a3b899;border-radius:8px}.weekly-calendar .time-row .time-slot .weekly-task-item{position:relative;color:#fff;padding:8px 10px;border-radius:6px;font-size:11px;cursor:pointer;border:1px solid rgba(255,255,255,.2);transition:all .2s ease;min-height:36px;width:100%;margin:4px 0;box-sizing:border-box}.weekly-calendar .time-row .time-slot .weekly-task-item:hover{transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.weekly-calendar .time-row .time-slot .weekly-task-item .task-title{font-weight:500;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.weekly-calendar .time-row .time-slot .weekly-task-item .task-time{font-size:9px;opacity:.9;margin-top:1px}.task-detail-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:16px}.task-detail-popup{background:#fff;border-radius:12px;width:100%;max-width:680px;max-height:80vh;overflow:hidden;box-shadow:0 14px 20px -6px #00000024,0 8px 10px -6px #0000000f;display:flex;flex-direction:column;animation:slideUp .22s cubic-bezier(.4,0,.2,1)}.popup-header{display:flex;justify-content:space-between;align-items:flex-start;padding:12px 16px 10px;border-bottom:1px solid #f1f5f9}.header-status{display:flex;align-items:center;gap:12px}.status-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:20px;font-size:13px;font-weight:600;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.status-badge.completed{background:linear-gradient(135deg,#10b981,#059669);color:#fff;box-shadow:0 2px 8px #10b98140}.status-badge.pending{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;box-shadow:0 2px 8px #f59e0b40}.popup-close-btn{width:32px;height:32px;border-radius:10px;border:1px solid #e2e8f0;background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.popup-close-btn:hover{background:#f8fafc;border-color:#cbd5e1;transform:rotate(90deg)}.popup-content{padding:8px 16px 12px;flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:16px;margin:10px 0 16px}.task-title-section{display:flex;flex-direction:column;gap:12px}.task-title-section h2{margin:0;font-size:18px;font-weight:700;color:#1e293b;line-height:1.3}.priority-tag{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;border-radius:12px;font-size:12px;font-weight:600;width:fit-content;border:1px solid rgba(226,232,240,.5)}.priority-dot{width:8px;height:8px;border-radius:50%}.datetime-section{display:flex;flex-direction:column;gap:12px;background:#f8fafc;padding:12px;border-radius:10px;border:1px solid #e2e8f0}.date-info,.time-info{display:flex;align-items:center;gap:12px}.datetime-text{display:flex;flex-direction:column;gap:2px}.datetime-label{font-size:12px;font-weight:500;color:#64748b;text-transform:uppercase;letter-spacing:.5px}.datetime-value{font-size:14px;font-weight:600;color:#1e293b}.details-grid{display:grid;grid-template-columns:1fr;gap:16px}.detail-item{display:flex;align-items:flex-start;gap:10px;padding:10px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;transition:all .16s ease}.detail-item:hover{border-color:#cbd5e1;box-shadow:0 2px 8px #0000000d}.detail-content{display:flex;flex-direction:column;gap:4px;flex:1}.detail-label{font-size:12px;font-weight:500;color:#64748b}.detail-value{font-size:14px;font-weight:600;color:#1e293b}.detail-value.tag{background:linear-gradient(135deg,#f1f5f9,#e2e8f0);padding:4px 10px;border-radius:8px;width:fit-content;font-size:13px;border:1px solid #cbd5e1}.description-section{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:12px}.section-label{display:flex;align-items:center;gap:8px;margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid #f1f5f9;font-size:14px;font-weight:600;color:#475569}.description-text{color:#475569;line-height:1.6;font-size:14px}.description-text p{margin:0}.empty-description{display:flex;align-items:center;gap:8px;color:#94a3b8;font-style:italic;font-size:13px;padding:8px 0}.popup-actions{display:flex;gap:10px;padding:12px 16px;border-top:1px solid #f1f5f9;background:#f8fafc;border-radius:0 0 12px 12px}.action-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;padding:10px 12px;border-radius:8px;border:1px solid #e2e8f0;background:#fff;font-size:13px;font-weight:600;cursor:pointer;transition:all .18s ease;min-height:40px}.action-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.action-btn:active{transform:translateY(0)}.edit-btn{color:#3b82f6;border-color:#3b82f64d}.edit-btn:hover{background:#eff6ff;border-color:#3b82f6}.complete-btn{color:#10b981;border-color:#10b9814d}.complete-btn:hover{background:#f0fdf4;border-color:#10b981}.delete-btn{color:#ef4444;border-color:#ef44444d}.delete-btn:hover{background:#fef2f2;border-color:#ef4444}@keyframes slideUp{0%{opacity:0;transform:translateY(20px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.popup-content::-webkit-scrollbar{width:6px}.popup-content::-webkit-scrollbar-track{background:#f1f5f9;border-radius:3px}.popup-content::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.popup-content::-webkit-scrollbar-thumb:hover{background:#94a3b8}@media (max-width: 640px){.task-detail-popup{max-width:100%;margin:16px}.popup-header{padding:16px 20px 12px}.popup-content{padding:0 20px;gap:20px;margin:12px 0 20px}.task-title-section h2{font-size:20px}.datetime-section{padding:16px}.popup-actions{padding:16px 20px;flex-direction:column}.action-btn{width:100%}}.monthly-task-dots{display:flex;flex-wrap:wrap;gap:2px;margin-top:2px;justify-content:flex-start}.task-dot{width:6px;height:6px;border-radius:50%;cursor:pointer;border:1px solid rgba(255,255,255,.3);transition:all .2s ease;flex-shrink:0}.task-dot:hover{transform:scale(1.5);box-shadow:0 2px 4px #0003}.task-dot.completed{opacity:.6}.more-dots{font-size:8px;color:#64748b;font-weight:500;padding:0 2px;line-height:1;align-self:flex-start;margin-top:1px}:root{--primary-color: #0d6efd;--primary-hover: #0b5ed7;--bg-page: transparent;--bg-card: #ffffff;--text-primary: #111827;--text-secondary: #6b7280;--text-muted: #9ca3af;--border-light: #e5e7eb;--border-medium: #d1d5db;--shadow-card: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--highlight-blue: #eff6ff;--transition-speed: .2s;--gray-50: #f9fafb;--gray-200: #e5e7eb;--gray-300: #d1d5db;--gray-400: #9ca3af;--gray-600: #4b5563}._dashboard-container_11hns_24{width:100%;height:100%;background:transparent;padding:0;margin:0}._popupLayout_11hns_32{display:flex;flex-direction:column;width:95%;max-width:1600px;margin:0 auto 1.5rem;gap:1rem;background:transparent;padding:0;min-height:0}@media (max-width: 768px){._popupLayout_11hns_32{width:100%;margin:0 auto 1rem;gap:.75rem;height:100%;overflow:hidden}}._error_11hns_54{display:flex;flex-direction:column;align-items:center;justify-content:center;color:#b91c1c;font-weight:500;padding:2rem;background:linear-gradient(135deg,#fef2f2,#fee2e2);border-radius:16px;border:1px solid #fecaca;margin:1rem auto;text-align:center;gap:.75rem;font-size:.875rem;box-shadow:0 2px 8px #ef44441a;width:95%;max-width:600px}._error_11hns_54 svg{color:#dc2626}._error_11hns_54 span{line-height:1.5;color:#991b1b}._close_11hns_82{position:fixed;top:1rem;right:1rem;width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#fff;color:var(--gray-600);cursor:pointer;transition:all var(--transition-speed) ease;border:1px solid var(--gray-200);z-index:100;box-shadow:0 4px 12px #0000001a}._close_11hns_82:hover{background:var(--gray-100);color:var(--gray-900);transform:rotate(90deg) scale(1.1);box-shadow:0 6px 16px #00000026}._toggleSidebar_11hns_108{position:fixed;top:135px;right:1rem;width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:12px;background:linear-gradient(135deg,var(--primary-color) 0%,var(--primary-dark) 100%);color:#fff;cursor:pointer;z-index:50;border:none;box-shadow:0 4px 12px #0d6efd4d;transition:all var(--transition-speed) ease}._toggleSidebar_11hns_108:hover{transform:scale(1.05);box-shadow:0 6px 16px #0d6efd66}._toggleSidebar_11hns_108:active{transform:scale(.95)}._toggleSidebar_11hns_108 svg{width:24px;height:24px}@media (max-width: 768px){._toggleSidebar_11hns_108{display:flex}}@media (min-width: 769px){._toggleSidebar_11hns_108{display:none}}._sidebarWrapper_11hns_149{position:relative;z-index:10;height:fit-content;width:100%}@media (max-width: 768px){._sidebarWrapper_11hns_149{position:relative;top:0;left:0;height:auto;z-index:10;width:100%;transform:none;transition:none}._sidebarWrapper_11hns_149._visible_11hns_166{transform:none;box-shadow:none}}._sidebar_11hns_149{width:100%;background:#fff;display:flex;flex-direction:row;align-items:stretch;border-radius:16px;box-shadow:0 1px 3px #00000014;border:1px solid #e5e7eb;overflow:hidden;min-height:200px}@media (max-width: 1024px){._sidebar_11hns_149{flex-direction:column}}@media (max-width: 768px){._sidebar_11hns_149{border-radius:12px;min-height:auto;flex-direction:column;max-height:44vh;overflow:auto}}._adminSidebar_11hns_201 ._profile_11hns_201{border-bottom-color:var(--primary-color)}._profile_11hns_201{padding:2rem;display:flex;flex-direction:row;align-items:center;gap:2rem;border-right:1px solid #f1f5f9;position:relative;flex-shrink:0;min-width:300px}@media (max-width: 1024px){._profile_11hns_201{border-right:none;border-bottom:1px solid #f1f5f9;min-width:100%}}@media (max-width: 768px){._profile_11hns_201{padding:1rem;gap:1rem}}._profile_11hns_201 ._avatarContainer_11hns_240{position:relative;margin-bottom:0;flex-shrink:0}._profile_11hns_201 ._avatar_11hns_240{width:140px;height:140px;border-radius:50%;object-fit:cover;border:3px solid white;box-shadow:0 4px 12px #0000001f;background-color:#f8fafc}@media (max-width: 768px){._profile_11hns_201 ._avatar_11hns_240{width:72px;height:72px}}._profile_11hns_201 ._statusBadge_11hns_260{position:absolute;bottom:4px;right:4px;width:20px;height:20px;border-radius:50%;background:#22c55e;border:3px solid white;box-shadow:0 2px 4px #22c55e66}._profile_11hns_201 ._userNameSection_11hns_271{flex:1;text-align:left;display:flex;flex-direction:column;align-items:flex-start;width:200px}._profile_11hns_201 ._profileMeta_11hns_279{display:grid;grid-template-columns:repeat(2,1fr);gap:6px 8px;margin-top:10px}._profile_11hns_201 ._profileActions_11hns_285{margin-top:12px;display:flex;gap:8px;align-items:center}._profile_11hns_201 ._blockBtnContainer_11hns_291{width:100%;display:flex;justify-content:center;align-items:flex-end;margin-top:24px;margin-bottom:0}._profile_11hns_201 ._blockBtnCompact_11hns_299{width:auto;font-size:.85rem;padding:6px 12px;border-radius:6px;box-shadow:0 2px 6px #ef444414;margin:0 auto;display:inline-flex;justify-content:center;align-items:center;min-width:88px;min-height:34px}._profile_11hns_201 ._blockIcon_11hns_312{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;background:#ffffff0f;margin-right:8px}@media (max-width: 640px){._profile_11hns_201 ._blockBtnContainer_11hns_291{margin-top:12px}._profile_11hns_201 ._blockBtnCompact_11hns_299{font-size:.8rem;padding:5px 10px;border-radius:6px;min-width:72px;min-height:32px}._profile_11hns_201 ._blockIcon_11hns_312{width:18px;height:18px;margin-right:6px}}._profile_11hns_201 ._blockIcon_11hns_312{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:#ffffff0f;box-shadow:0 1px 2px #0000000d inset}._profile_11hns_201 ._blockBtnCompact_11hns_299 ._blockIcon_11hns_312{width:20px;height:20px;margin-right:6px}._profile_11hns_201 ._blockText_11hns_322{display:inline-block}._profile_11hns_201 ._blockBtnBlocked_11hns_325{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff!important;border:none}._profile_11hns_201 ._blockBtnBlocked_11hns_325 ._blockIcon_11hns_312{background:#ffffff2e}._profile_11hns_201 ._blockBtnUnblocked_11hns_333{background:linear-gradient(135deg,#ffb347,#ff7a18);color:#0b1220!important;border:none}._profile_11hns_201 ._blockBtnUnblocked_11hns_333 ._blockIcon_11hns_312{background:#ffffff29}._profile_11hns_201 ._blockBtnCompact_11hns_299:hover{transform:none;box-shadow:0 4px 12px #0f172a0f}@media (max-width: 640px){._profile_11hns_201 ._blockText_11hns_322{display:none}._profile_11hns_201 ._blockBtn_11hns_291{padding:8px}._profile_11hns_201 ._blockIcon_11hns_312{width:28px;height:28px}}._profile_11hns_201 ._statusPill_11hns_412{padding:4px 10px;border-radius:999px;background:#ffffffd9;border:1px solid rgba(148,163,184,.35);color:#0f172a;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}._profile_11hns_201 ._metaPill_11hns_423{display:inline-flex;align-items:center;justify-content:center;padding:4px 8px;border-radius:999px;background:#ffffffa6;border:1px solid rgba(148,163,184,.2);color:#475569;font-size:.7rem;font-weight:600;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._profile_11hns_201 ._userName_11hns_271{font-size:1.5rem;font-weight:700;color:#0f172a;margin:0 0 8px;line-height:1.2;letter-spacing:-.02em}._profile_11hns_201 ._userTitle_11hns_447{display:inline-flex;align-items:center;gap:6px;margin-top:0;padding:6px 14px;background:#ffffffb3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(148,163,184,.2);border-radius:20px;color:#475569;font-size:.8125rem;font-weight:600;box-shadow:0 1px 3px #00000014}._profile_11hns_201 ._userTitle_11hns_447 svg{width:14px;height:14px}@media (max-width: 768px){._profile_11hns_201 ._userName_11hns_271{font-size:1.1rem;margin-bottom:6px}._profile_11hns_201 ._profileMeta_11hns_279{gap:6px}}._infoCardsContainer_11hns_477{padding:1.5rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem;background:transparent;flex:1;align-content:start}@media (max-width: 1024px){._infoCardsContainer_11hns_477{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){._infoCardsContainer_11hns_477{grid-template-columns:1fr;gap:1rem;padding:1rem}}@media (max-width: 768px){._infoCardsContainer_11hns_477{padding:.75rem;gap:.75rem}}._infoSection_11hns_505{display:flex;flex-direction:column;gap:0;padding:0;background:#ffffffe6;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:16px;border:1px solid rgba(226,232,240,.8);overflow:hidden;transition:all .25s ease;box-shadow:0 2px 8px #0f172a0a}._infoSection_11hns_505:hover{border-color:#3b82f64d;box-shadow:0 4px 16px #3b82f61a;transform:translateY(-2px)}._infoSectionTitle_11hns_526,._infoSectionTitleButton_11hns_526{font-size:.75rem;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.08em;padding:.75rem 1rem;background:linear-gradient(135deg,#3b82f6,#1d4ed8);display:flex;align-items:center;gap:8px}._infoSectionTitle_11hns_526:before,._infoSectionTitleButton_11hns_526:before{content:"";width:4px;height:14px;background:#ffffff80;border-radius:2px}._infoSectionTitleButton_11hns_526{width:100%;border:none;cursor:pointer;text-align:left;justify-content:space-between}._infoSectionChevron_11hns_554{display:inline-flex;align-items:center;justify-content:center;transition:transform .2s ease}._info_11hns_477{display:flex;flex-direction:column;gap:0;background:transparent!important;border-radius:0;padding:0;border-bottom:none}._info_11hns_477 ._infoGroup_11hns_571{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:.875rem 1rem;border-bottom:1px solid rgba(226,232,240,.6);transition:background .15s ease}._info_11hns_477 ._infoGroup_11hns_571:last-child{border-bottom:none}._info_11hns_477 ._infoGroup_11hns_571:hover{background:#3b82f60a}._info_11hns_477 ._infoGroup_11hns_571 ._infoLabel_11hns_586{display:flex;align-items:center;gap:6px;color:#64748b;font-size:.75rem;font-weight:500;white-space:nowrap;flex-shrink:0}._info_11hns_477 ._infoGroup_11hns_571 ._infoLabel_11hns_586 svg{width:12px;height:12px;color:#3b82f6;flex-shrink:0}._info_11hns_477 ._infoGroup_11hns_571 ._infoValue_11hns_602{color:#0f172a;font-size:.875rem;font-weight:600;text-align:right;word-break:break-word;line-height:1.4}._info_11hns_477 ._infoGroup_11hns_571 ._infoValue_11hns_602[data-type=phone]{font-family:SF Mono,Monaco,Inconsolata,monospace;letter-spacing:.02em}._quickActions_11hns_616{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:0 1.5rem 1.5rem}._quickActions_11hns_616 ._quickActionBtn_11hns_622{display:flex;align-items:center;justify-content:center;gap:8px;padding:.75rem;background:#fff;border:1px solid var(--border-medium);border-radius:8px;color:var(--text-secondary);font-size:.8125rem;font-weight:600;cursor:pointer;transition:all var(--transition-speed)}._quickActions_11hns_616 ._quickActionBtn_11hns_622 svg{width:16px;height:16px;color:var(--primary-color)}._quickActions_11hns_616 ._quickActionBtn_11hns_622:hover{background:var(--highlight-blue);border-color:var(--primary-color);color:var(--primary-color)}._sidebarClose_11hns_650{position:absolute;top:1rem;right:1rem;width:36px;height:36px;border-radius:50%;background:#fff;border:1px solid var(--border-medium);display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--text-secondary);z-index:20}._sidebarClose_11hns_650 svg{width:18px;height:18px}._sidebarClose_11hns_650:hover{background:var(--gray-100);color:var(--text-primary)}._content_11hns_676{flex:1;background:transparent;border-radius:16px;box-shadow:none;border:none;overflow:hidden;display:flex;flex-direction:column;min-height:0}._content_11hns_676._fullWidth_11hns_687{width:100%}@media (max-width: 768px){._content_11hns_676{border-radius:12px;box-shadow:none;overflow:hidden}}._tabsContainer_11hns_699{height:100%;display:flex;flex-direction:column;background:transparent;overflow:hidden}._tabsContainer_11hns_699 ._tabsHeader_11hns_706{display:flex;gap:.75rem;padding:1rem 1.5rem;margin:0;border:none;background:linear-gradient(135deg,#fff,#f8fafc);border-bottom:2px solid #e2e8f0;border-radius:0;overflow-x:auto;box-shadow:0 2px 4px #0000000a;scrollbar-width:none}._tabsContainer_11hns_699 ._tabsHeader_11hns_706::-webkit-scrollbar{display:none}._tabsContainer_11hns_699 ._tabsHeader_11hns_706 ._tabButton_11hns_722{padding:.75rem 1.25rem;border:2px solid transparent;background:#fff;color:#64748b;font-weight:600;font-size:.9rem;cursor:pointer;display:flex;align-items:center;gap:.6rem;white-space:nowrap;border-radius:10px;transition:all .25s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 3px #0000000d;position:relative}._tabsContainer_11hns_699 ._tabsHeader_11hns_706 ._tabButton_11hns_722 svg{width:18px;height:18px;transition:color .25s ease}._tabsContainer_11hns_699 ._tabsHeader_11hns_706 ._tabButton_11hns_722:after{content:"";position:absolute;bottom:-2px;left:0;right:0;height:3px;background:var(--primary-color);border-radius:2px;transform:scaleX(0);transform-origin:center;transition:transform .25s cubic-bezier(.4,0,.2,1)}._tabsContainer_11hns_699 ._tabsHeader_11hns_706 ._tabButton_11hns_722:hover{background:#f0f9ff;border-color:#dbeafe;color:var(--primary-color)}._tabsContainer_11hns_699 ._tabsHeader_11hns_706 ._tabButton_11hns_722:hover svg{color:var(--primary-color)}._tabsContainer_11hns_699 ._tabsHeader_11hns_706 ._tabButton_11hns_722:hover:after{transform:scaleX(.5)}._tabsContainer_11hns_699 ._tabsHeader_11hns_706 ._tabButton_11hns_722._active_11hns_768{background:linear-gradient(135deg,#eff6ff,#dbeafe);border-color:var(--primary-color);color:var(--primary-color);box-shadow:0 4px 12px #0d6efd26}._tabsContainer_11hns_699 ._tabsHeader_11hns_706 ._tabButton_11hns_722._active_11hns_768 svg{color:var(--primary-color)}._tabsContainer_11hns_699 ._tabsHeader_11hns_706 ._tabButton_11hns_722._active_11hns_768:after{transform:scaleX(1)}@media (max-width: 768px){._tabsContainer_11hns_699 ._tabsHeader_11hns_706 ._tabButton_11hns_722{padding:.65rem 1rem;font-size:.85rem}}._tabsContainer_11hns_699 ._tabContent_11hns_786{flex:1;overflow:auto;background:transparent;padding:0}._cardGrid_11hns_794{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem;padding:1.5rem}@media (max-width: 768px){._cardGrid_11hns_794{grid-template-columns:repeat(2,1fr);gap:.75rem;padding:1rem}}@media (max-width: 480px){._cardGrid_11hns_794{grid-template-columns:1fr}}._gridCard_11hns_813{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:2rem 1.5rem;background:linear-gradient(145deg,#fff,#f8fafc);border:1px solid #e2e8f0;border-radius:20px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;min-height:140px}._gridCard_11hns_813:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#0d6efd,#6366f1);transform:scaleX(0);transform-origin:left;transition:transform .3s ease}._gridCard_11hns_813:hover{transform:translateY(-4px);border-color:#0d6efd;box-shadow:0 12px 32px #0d6efd26}._gridCard_11hns_813:hover:before{transform:scaleX(1)}._gridCard_11hns_813:hover ._gridCardIcon_11hns_849{transform:scale(1.1);background:linear-gradient(135deg,#0d6efd,#6366f1)}._gridCard_11hns_813:hover ._gridCardIcon_11hns_849 svg{color:#fff!important}._gridCard_11hns_813:hover ._gridCardArrow_11hns_856{transform:translate(4px);opacity:1}._gridCard_11hns_813:active{transform:translateY(-2px)}@media (max-width: 768px){._gridCard_11hns_813{padding:1.5rem 1rem;min-height:120px;gap:.75rem}}._gridCardIcon_11hns_849{width:60px;height:60px;border-radius:16px;background:linear-gradient(135deg,#eff6ff,#dbeafe);display:flex;align-items:center;justify-content:center;transition:all .3s ease}._gridCardIcon_11hns_849 svg{transition:color .3s ease}@media (max-width: 768px){._gridCardIcon_11hns_849{width:50px;height:50px;border-radius:12px}._gridCardIcon_11hns_849 svg{width:22px!important;height:22px!important}}._gridCardLabel_11hns_896{font-size:.95rem;font-weight:600;color:#334155;text-align:center;line-height:1.3}@media (max-width: 768px){._gridCardLabel_11hns_896{font-size:.85rem}}._gridCardArrow_11hns_856{position:absolute;bottom:1rem;right:1rem;opacity:0;transition:all .3s ease}._stickyTabContainer_11hns_918{display:flex;flex-direction:column;flex:1;min-height:0;gap:0}._stickyTabBar_11hns_926{display:flex;gap:.5rem;padding:.75rem 1rem;background:linear-gradient(180deg,#fff,#f8fafc);border:1px solid rgba(147,197,253,.3);border-radius:16px;margin-bottom:1rem;box-shadow:0 2px 8px #0000000a;overflow-x:auto;scrollbar-width:none}._stickyTabBar_11hns_926::-webkit-scrollbar{display:none}@media (max-width: 768px){._stickyTabBar_11hns_926{padding:.5rem .75rem;margin-bottom:.75rem;border-radius:12px}}._stickyTab_11hns_918{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:transparent;border:2px solid transparent;border-radius:10px;cursor:pointer;font-size:.875rem;font-weight:600;color:#64748b;white-space:nowrap;transition:all .2s ease;position:relative}._stickyTab_11hns_918 svg{width:18px;height:18px;color:#3b82f6!important;transition:all .2s ease}._stickyTab_11hns_918:hover{color:#0d6efd;background:#f0f9ff}._stickyTab_11hns_918:hover svg{color:#0d6efd!important}._stickyTab_11hns_918._active_11hns_768{color:#0d6efd;background:linear-gradient(135deg,#eff6ff,#dbeafe);border-color:#3b82f64d}._stickyTab_11hns_918._active_11hns_768 svg{color:#0d6efd!important}._stickyTab_11hns_918._active_11hns_768:after{content:"";position:absolute;bottom:-3px;left:50%;transform:translate(-50%);width:30px;height:3px;background:#0d6efd;border-radius:2px}@media (max-width: 768px){._stickyTab_11hns_918{padding:.6rem 1rem;font-size:.8125rem}._stickyTab_11hns_918 svg{width:16px;height:16px}}._stickyTabContent_11hns_1008{flex:1;overflow:auto;min-height:0;-webkit-overflow-scrolling:touch;padding:1.5rem;background:linear-gradient(180deg,#e8f4fc,#f0f7fc,#f8fbfe);border:1px solid rgba(147,197,253,.3);border-radius:20px;box-shadow:0 2px 8px #0000000a}@media (max-width: 768px){._stickyTabContent_11hns_1008{padding:1rem;border-radius:14px}}._contentView_11hns_1027{display:flex;flex-direction:column;height:100%;background:transparent;border-radius:0;border:none;overflow:visible;position:relative}._floatingBackBtn_11hns_1038{position:absolute;top:1rem;left:1rem;width:42px;height:42px;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid rgba(147,197,253,.4);border-radius:12px;cursor:pointer;transition:all .2s ease;z-index:20;box-shadow:0 4px 12px #00000014}._floatingBackBtn_11hns_1038 svg{color:#0d6efd!important;width:20px!important;height:20px!important;transition:transform .2s ease}._floatingBackBtn_11hns_1038:hover{background:#0d6efd;border-color:#0d6efd;box-shadow:0 6px 16px #0d6efd4d;transform:scale(1.05)}._floatingBackBtn_11hns_1038:hover svg{color:#fff!important;transform:translate(-2px)}._floatingBackBtn_11hns_1038:active{transform:scale(.98)}@media (max-width: 768px){._floatingBackBtn_11hns_1038{width:38px;height:38px;top:.75rem;left:.75rem}}._contentBody_11hns_1083{flex:1;overflow:auto;padding:4.5rem 1.5rem 1.5rem;background:linear-gradient(180deg,#e8f4fc,#f0f7fc,#f8fbfe);border:1px solid rgba(147,197,253,.3);border-radius:20px;box-shadow:0 2px 8px #0000000a}._missingFieldsContainer_11hns_1095{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 2rem;text-align:center;color:var(--text-secondary)}._missingFieldsContainer_11hns_1095 p{margin:1rem 0;font-size:1.1rem;font-weight:500}._missingFields_11hns_1095{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-top:1rem}._missingField_11hns_1095{background:#fef2f2;color:#dc2626;padding:.5rem 1rem;border-radius:6px;font-size:.875rem;font-weight:500;border:1px solid #fee2e2}@media (max-width: 1024px){._popupLayout_11hns_32{width:98%;gap:.5rem}._sidebar_11hns_149{width:100%;min-width:300px}}@media (max-width: 768px){._popupLayout_11hns_32{flex-direction:column;width:100%;margin:0;gap:.75rem}._content_11hns_676{width:100%;flex:1;min-height:0}._sidebar_11hns_149{height:auto;max-height:44vh;overflow:auto}._profile_11hns_201{padding:1.5rem 1rem}._profile_11hns_201 ._avatar_11hns_240{width:120px;height:120px}._profile_11hns_201 ._userName_11hns_271{font-size:1.25rem}._profile_11hns_201 ._info_11hns_477{padding:1rem}}@media (max-width: 480px){._sidebar_11hns_149{width:100%;min-width:100%}._profile_11hns_201{padding:1.25rem .875rem}._profile_11hns_201 ._avatar_11hns_240{width:110px;height:110px}._profile_11hns_201 ._userName_11hns_271{font-size:1.125rem}._profile_11hns_201 ._info_11hns_477{padding:.875rem}._profile_11hns_201 ._info_11hns_477 ._infoGroup_11hns_571 ._infoLabel_11hns_586,._profile_11hns_201 ._info_11hns_477 ._infoGroup_11hns_571 ._infoValue_11hns_602{font-size:.8125rem}._toggleSidebar_11hns_108{top:130px;right:.75rem;width:40px;height:40px}._toggleSidebar_11hns_108 svg{width:20px;height:20px}}._user-management-container_ts0br_2{display:flex;justify-content:center;align-items:flex-start;padding:0;position:relative;background:transparent}._user-management-container_ts0br_2 ._user-management-header_ts0br_10{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}._user-management-container_ts0br_2 ._user-management-header_ts0br_10 h2{color:#1f2937;margin:0;font-weight:700}._user-management-container_ts0br_2 ._user-management-header_ts0br_10 ._edit-btn_ts0br_21{padding:10px 20px;background:linear-gradient(135deg,#0d6efd,#0a58ca);color:#fff;border:none;border-radius:10px;cursor:pointer;font-size:.9rem;font-weight:600;transition:all .25s ease;box-shadow:0 4px 12px #0d6efd40}._user-management-container_ts0br_2 ._user-management-header_ts0br_10 ._edit-btn_ts0br_21:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0d6efd59}._user-management-container_ts0br_2 ._tabs_ts0br_37{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;padding:.75rem;background:#ffffffb3;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:12px;border:1px solid rgba(255,255,255,.6)}._user-management-container_ts0br_2 ._tab-button_ts0br_49{padding:.5rem 1rem;border:1px solid #e2e8f0;background:#fff;cursor:pointer;font-size:.8125rem;font-weight:600;color:#64748b;transition:all .2s ease;border-radius:8px;display:flex;align-items:center;gap:6px;box-shadow:0 1px 2px #0000000a;position:relative}._user-management-container_ts0br_2 ._tab-button_ts0br_49 svg{width:14px;height:14px;transition:all .2s ease}._user-management-container_ts0br_2 ._tab-button_ts0br_49:hover{color:#0d6efd;border-color:#93c5fd;background:#eff6ff}._user-management-container_ts0br_2 ._tab-button_ts0br_49:hover svg{color:#0d6efd}._user-management-container_ts0br_2 ._tab-button_ts0br_49._active_ts0br_78{color:#fff;background:linear-gradient(135deg,#0d6efd,#0056d2);border-color:transparent;box-shadow:0 2px 8px #0d6efd40}._user-management-container_ts0br_2 ._tab-button_ts0br_49._active_ts0br_78 svg{color:#fff!important;fill:#fff!important}._user-management-container_ts0br_2 ._user-form_ts0br_88{width:100%;background:transparent;padding:0;border-radius:12px}._user-management-container_ts0br_2 ._user-form_ts0br_88 ._form-group_ts0br_94{margin-bottom:12px;width:100%;display:flex;align-items:center;gap:12px}._user-management-container_ts0br_2 ._user-form_ts0br_88 ._form-group_ts0br_94 label{min-width:120px;color:#374151;font-weight:600;font-size:.875rem;text-align:right}._user-management-container_ts0br_2 ._user-form_ts0br_88 ._form-group_ts0br_94 input,._user-management-container_ts0br_2 ._user-form_ts0br_88 ._form-group_ts0br_94 select{width:250px;padding:12px 16px;border:2px solid transparent;border-radius:12px;font-size:.9375rem;color:#1f2937;background:#f9fafb;transition:all .25s ease;font-weight:500}._user-management-container_ts0br_2 ._user-form_ts0br_88 ._form-group_ts0br_94 input:hover,._user-management-container_ts0br_2 ._user-form_ts0br_88 ._form-group_ts0br_94 select:hover{background:#f3f4f6}._user-management-container_ts0br_2 ._user-form_ts0br_88 ._form-group_ts0br_94 input:focus,._user-management-container_ts0br_2 ._user-form_ts0br_88 ._form-group_ts0br_94 select:focus{outline:none;background:#fff;border-color:#0d6efd;box-shadow:0 0 0 4px #0d6efd1a}._user-management-container_ts0br_2 ._user-form_ts0br_88 ._form-group_ts0br_94 input:disabled,._user-management-container_ts0br_2 ._user-form_ts0br_88 ._form-group_ts0br_94 select:disabled{background-color:#f3f4f6;color:#9ca3af;cursor:not-allowed}._user-management-container_ts0br_2 ._user-form_ts0br_88 ._form-group_ts0br_94 ._input-description_ts0br_137{color:#6b7280;font-size:.8125rem;margin-left:12px;flex:1}._user-management-container_ts0br_2 ._user-form_ts0br_88 ._form-group_ts0br_94 select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'%3E%3C/path%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:20px;padding-right:44px}._user-management-container_ts0br_2 ._user-form_ts0br_88 ._w50_ts0br_151{width:50px!important}._user-management-container_ts0br_2 ._user-form_ts0br_88 ._w200_ts0br_154{width:188px!important}._user-management-container_ts0br_2 ._user-form_ts0br_88 ._form-row_ts0br_157{display:grid;grid-template-columns:1fr;gap:12px;margin-bottom:0}._user-management-container_ts0br_2 ._user-form_ts0br_88 ._form-row_ts0br_157:last-of-type{margin-bottom:10px}._user-management-container_ts0br_2 ._user-form_ts0br_88 ._submit-btn_ts0br_166{width:200px;padding:14px;background:linear-gradient(135deg,#059669,#047857);color:#fff;border:none;border-radius:12px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .25s ease;display:flex;align-items:center;justify-content:center;gap:8px;margin:0 0 0 120px;box-shadow:0 4px 14px #05966940}._user-management-container_ts0br_2 ._user-form_ts0br_88 ._submit-btn_ts0br_166 i{font-size:1.1rem}._user-management-container_ts0br_2 ._user-form_ts0br_88 ._submit-btn_ts0br_166:hover{transform:translateY(-2px);box-shadow:0 6px 20px #05966959;background:linear-gradient(135deg,#047857,#065f46)}._user-management-container_ts0br_2 ._user-form_ts0br_88 ._submit-btn_ts0br_166:active{transform:translateY(0)}@media (max-width: 768px){._user-management-container_ts0br_2{padding:0}._user-management-container_ts0br_2 ._tabs_ts0br_37{flex-wrap:wrap;gap:6px;padding:.5rem}._user-management-container_ts0br_2 ._tab-button_ts0br_49{padding:8px 14px;font-size:.8125rem}._user-management-container_ts0br_2 ._user-form_ts0br_88{padding:0}._user-management-container_ts0br_2 ._user-form_ts0br_88 ._form-group_ts0br_94{flex-direction:column;align-items:flex-start;gap:6px}._user-management-container_ts0br_2 ._user-form_ts0br_88 ._form-group_ts0br_94 label{min-width:unset;text-align:left}._user-management-container_ts0br_2 ._user-form_ts0br_88 ._form-group_ts0br_94 input,._user-management-container_ts0br_2 ._user-form_ts0br_88 ._form-group_ts0br_94 select{width:100%}._user-management-container_ts0br_2 ._user-form_ts0br_88 ._form-group_ts0br_94 ._input-description_ts0br_137{margin-left:0;margin-top:4px}._user-management-container_ts0br_2 ._user-form_ts0br_88 ._submit-btn_ts0br_166{margin-left:0;width:100%}}._form-container_ts0br_235{display:flex;gap:30px}._patientContainer_ts0br_240{display:flex;flex-direction:column}._patientCard_ts0br_245{background-color:#f9f9f9;border:1px solid #ddd;border-radius:8px;padding:15px;box-shadow:2px 2px 10px #0000001a;display:flex;flex-wrap:wrap;gap:10px}._patientRow_ts0br_256{display:flex;justify-content:space-between;width:100%;padding:5px 0;border-bottom:1px solid #eee}._patientRow_ts0br_256:last-child{border-bottom:none}._patientRow_ts0br_256 label{font-weight:700;color:#333;min-width:120px}._patientRow_ts0br_256 span{flex-grow:1;color:#555}textarea{border:1px solid grey;width:250px;padding:8px 12px;border:1px solid #e1e1e1;border-radius:6px;font-size:.9rem;color:#2c3e50;transition:all .3s ease}textarea:focus{outline:none;border-color:#3498db;box-shadow:0 0 0 3px #3498db1a}._notes-container_ts0br_296{width:100%;padding:20px 0}._notes-container_ts0br_296 ._loading-state_ts0br_300{display:flex;align-items:center;justify-content:center;gap:12px;padding:40px 20px;color:#666;font-size:.9rem}._notes-container_ts0br_296 ._notes-header_ts0br_309{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;padding-bottom:12px;border-bottom:1px solid #e1e1e1}._notes-container_ts0br_296 ._notes-header_ts0br_309 h3{display:flex;align-items:center;gap:8px;color:#2c3e50;font-size:1.1rem;font-weight:600;margin:0}._notes-container_ts0br_296 ._notes-header_ts0br_309 ._notes-count_ts0br_326{background-color:#f8f9fa;color:#666;padding:4px 12px;border-radius:12px;font-size:.85rem;font-weight:500}._notes-container_ts0br_296 ._add-note-section_ts0br_334{background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;padding:20px;margin-bottom:24px}._notes-container_ts0br_296 ._add-note-section_ts0br_334 ._form-group_ts0br_94{margin-bottom:16px;display:flex;flex-direction:column;align-items:flex-start;gap:8px}._notes-container_ts0br_296 ._add-note-section_ts0br_334 ._form-group_ts0br_94 label{display:block;color:#2c3e50;font-weight:600;font-size:.9rem;margin-bottom:0;min-width:unset;text-align:left;width:100%}._notes-container_ts0br_296 ._add-note-section_ts0br_334 ._form-group_ts0br_94 ._note-input-container_ts0br_358{width:100%}._notes-container_ts0br_296 ._add-note-section_ts0br_334 ._form-group_ts0br_94 ._note-input-container_ts0br_358 ._note-textarea_ts0br_361{width:100%;min-height:80px;padding:12px;border:1px solid #e1e1e1;border-radius:6px;font-size:.9rem;color:#2c3e50;font-family:inherit;line-height:1.5;resize:vertical;transition:all .3s ease}._notes-container_ts0br_296 ._add-note-section_ts0br_334 ._form-group_ts0br_94 ._note-input-container_ts0br_358 ._note-textarea_ts0br_361:focus{outline:none;border-color:#3498db;box-shadow:0 0 0 3px #3498db1a}._notes-container_ts0br_296 ._add-note-section_ts0br_334 ._form-group_ts0br_94 ._note-input-container_ts0br_358 ._note-textarea_ts0br_361::placeholder{color:#999;font-style:italic}._notes-container_ts0br_296 ._add-note-section_ts0br_334 ._add-note-actions_ts0br_383{display:flex;justify-content:flex-end;gap:12px}._notes-container_ts0br_296 ._notes-list_ts0br_388{display:flex;flex-direction:column;gap:16px}._notes-container_ts0br_296 ._notes-list_ts0br_388 ._empty-state_ts0br_393{text-align:center;padding:60px 20px;color:#666}._notes-container_ts0br_296 ._notes-list_ts0br_388 ._empty-state_ts0br_393 h4{color:#999;font-size:1.1rem;margin:16px 0 8px}._notes-container_ts0br_296 ._notes-list_ts0br_388 ._empty-state_ts0br_393 p{color:#bbb;font-size:.9rem;margin:0}._notes-container_ts0br_296 ._notes-list_ts0br_388 ._note-card_ts0br_408{background-color:#fff;border:1px solid #e9ecef;border-radius:8px;padding:12px;transition:all .3s ease;position:relative}._notes-container_ts0br_296 ._notes-list_ts0br_388 ._note-card_ts0br_408:hover{border-color:#d1ecf1;box-shadow:0 2px 8px #0000001a}._notes-container_ts0br_296 ._notes-list_ts0br_388 ._note-card_ts0br_408:hover ._note-actions_ts0br_420{opacity:1}._notes-container_ts0br_296 ._notes-list_ts0br_388 ._note-card_ts0br_408 ._note-header_ts0br_423{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;padding-bottom:8px;padding-right:80px;border-bottom:1px solid #f1f3f4}._notes-container_ts0br_296 ._notes-list_ts0br_388 ._note-card_ts0br_408 ._note-header_ts0br_423 ._note-author_ts0br_432{display:flex;align-items:center;gap:6px;color:#495057;font-size:.85rem;font-weight:500}._notes-container_ts0br_296 ._notes-list_ts0br_388 ._note-card_ts0br_408 ._note-header_ts0br_423 ._note-date_ts0br_440{display:flex;align-items:center;gap:4px;color:#6c757d;font-size:.8rem;white-space:nowrap}._notes-container_ts0br_296 ._notes-list_ts0br_388 ._note-card_ts0br_408 ._note-content_ts0br_448 ._note-text_ts0br_361{color:#2c3e50;font-size:.9rem;line-height:1.6;white-space:pre-wrap;word-wrap:break-word}._notes-container_ts0br_296 ._notes-list_ts0br_388 ._note-card_ts0br_408 ._note-content_ts0br_448 ._edit-note-container_ts0br_455 ._note-textarea_ts0br_361{width:100%;min-height:80px;padding:12px;border:1px solid #e1e1e1;border-radius:6px;font-size:.9rem;color:#2c3e50;font-family:inherit;line-height:1.5;resize:vertical;margin-bottom:12px;transition:all .3s ease}._notes-container_ts0br_296 ._notes-list_ts0br_388 ._note-card_ts0br_408 ._note-content_ts0br_448 ._edit-note-container_ts0br_455 ._note-textarea_ts0br_361:focus{outline:none;border-color:#3498db;box-shadow:0 0 0 3px #3498db1a}._notes-container_ts0br_296 ._notes-list_ts0br_388 ._note-card_ts0br_408 ._note-content_ts0br_448 ._edit-note-container_ts0br_455 ._edit-actions_ts0br_474{display:flex;gap:8px}._notes-container_ts0br_296 ._notes-list_ts0br_388 ._note-card_ts0br_408 ._note-actions_ts0br_420{position:absolute;top:45px;right:16px;display:flex;gap:8px;opacity:0;transition:opacity .3s ease;background-color:#fffffff2;padding:4px}._notes-container_ts0br_296 ._notes-list_ts0br_388 ._note-card_ts0br_408 ._note-actions_ts0br_420 ._action-btn_ts0br_489{background:none;border:none;padding:8px;border-radius:4px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}._notes-container_ts0br_296 ._notes-list_ts0br_388 ._note-card_ts0br_408 ._note-actions_ts0br_420 ._action-btn_ts0br_489:hover{background-color:#f8f9fa;transform:scale(1.05);box-shadow:0 2px 4px #0000001a}@media (max-width: 768px){._notes-container_ts0br_296{padding:15px 0}._notes-container_ts0br_296 ._notes-header_ts0br_309{flex-direction:column;align-items:flex-start;gap:8px}._notes-container_ts0br_296 ._notes-header_ts0br_309 h3{font-size:1rem}._notes-container_ts0br_296 ._notes-header_ts0br_309 ._notes-count_ts0br_326{align-self:flex-end}._notes-container_ts0br_296 ._add-note-section_ts0br_334{padding:16px}._notes-container_ts0br_296 ._add-note-section_ts0br_334 ._form-group_ts0br_94{gap:6px}._notes-container_ts0br_296 ._add-note-section_ts0br_334 ._form-group_ts0br_94 label{font-size:.85rem}._notes-container_ts0br_296 ._add-note-section_ts0br_334 ._form-group_ts0br_94 ._note-input-container_ts0br_358 ._note-textarea_ts0br_361{min-height:60px;padding:10px}._notes-container_ts0br_296 ._add-note-section_ts0br_334 ._add-note-actions_ts0br_383{justify-content:stretch;margin-top:12px}._notes-container_ts0br_296 ._add-note-section_ts0br_334 ._add-note-actions_ts0br_383 button{flex:1}._notes-container_ts0br_296 ._notes-list_ts0br_388 ._note-card_ts0br_408{padding:12px}._notes-container_ts0br_296 ._notes-list_ts0br_388 ._note-card_ts0br_408 ._note-header_ts0br_423{flex-direction:column;align-items:flex-start;gap:4px;padding-right:0}._notes-container_ts0br_296 ._notes-list_ts0br_388 ._note-card_ts0br_408 ._note-header_ts0br_423 ._note-date_ts0br_440{font-size:.75rem}._notes-container_ts0br_296 ._notes-list_ts0br_388 ._note-card_ts0br_408 ._note-actions_ts0br_420{position:static;opacity:1;margin-top:12px;padding-top:12px;border-top:1px solid #f1f3f4;justify-content:center}}@media (max-width: 1024px) and (min-width: 769px){._notes-container_ts0br_296 ._add-note-section_ts0br_334 ._add-note-actions_ts0br_383{justify-content:flex-start}._notes-container_ts0br_296 ._notes-list_ts0br_388 ._note-card_ts0br_408 ._note-actions_ts0br_420{opacity:1}}:root{--card-bg: #ffffff;--card-border: #e5e7eb;--input-bg: #ffffff;--input-border: #d1d5db;--input-focus: #0d6efd;--input-hover-bg: #f9fafb;--label-color: #374151;--text-color: #111827;--muted-color: #6b7280;--success-color: #059669;--primary-color: #0d6efd;--error-bg: #fef2f2;--error-border: #fca5a5;--error-text: #dc2626;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05)}._personalInfoContainer_17e54_20{padding:0;max-width:100%;margin:0;background:transparent;min-height:100%}@media (max-width: 768px){._personalInfoContainer_17e54_20{padding:0}}._personalCard_17e54_33{background:#fffffff2;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-radius:12px;border:1px solid rgba(255,255,255,.8);box-shadow:0 4px 16px #0000000f;margin-bottom:1rem;overflow:hidden;transition:all .2s ease}._personalCard_17e54_33:hover{box-shadow:0 6px 20px #00000014;transform:translateY(-1px)}._cardHeader_17e54_49{background:#fffc;border-bottom:1px solid rgba(226,232,240,.6);padding:.85rem 1.25rem;display:flex;align-items:center;justify-content:space-between;gap:12px}@media (max-width: 768px){._cardHeader_17e54_49{padding:.75rem 1rem}}._headerLeft_17e54_64{display:flex;align-items:center;gap:12px}._headerIcon_17e54_70{width:34px;height:34px;background:linear-gradient(135deg,#0d6efd,#0b5ed7);border:none;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:16px;color:#fff;box-shadow:0 2px 4px #0d6efd33}._cardTitle_17e54_84{font-size:1rem;font-weight:600;margin:0;color:#1e293b;letter-spacing:-.02em}._cardContent_17e54_92{padding:1.25rem;display:flex;flex-direction:column;gap:.35rem}@media (max-width: 768px){._cardContent_17e54_92{padding:1rem;gap:.25rem}}._formGroup_17e54_106{display:flex;flex-direction:column;gap:8px}._formRow_17e54_112{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}._formRow_17e54_112._threeColumns_17e54_117{grid-template-columns:repeat(3,1fr)}@media (max-width: 1024px){._formRow_17e54_112._threeColumns_17e54_117{grid-template-columns:1fr 1fr}}@media (max-width: 768px){._formRow_17e54_112{grid-template-columns:1fr;gap:1.25rem}._formRow_17e54_112._threeColumns_17e54_117{grid-template-columns:1fr}}._formLabel_17e54_135{display:flex;align-items:center;gap:8px;font-weight:600;font-size:.8125rem;color:#334155;margin-bottom:4px;letter-spacing:.01em;text-transform:uppercase}._formLabel_17e54_135 ._labelText_17e54_146{color:#1e293b}._labelIcon_17e54_150{width:16px;height:16px;color:#64748b}._inputWrapper_17e54_156{position:relative;display:flex;align-items:center;min-width:0}._withTrailingButton_17e54_164{position:relative}._withTrailingButton_17e54_164 ._modernInput_17e54_167,._withTrailingButton_17e54_164 ._phoneNumberInput_17e54_168{padding-right:56px}._withTrailingButton_17e54_164 button,._withTrailingButton_17e54_164 .button{position:absolute;right:10px;top:50%;transform:translateY(-50%);margin:0!important;flex-shrink:0}@media (max-width: 768px){._withTrailingButton_17e54_164 button,._withTrailingButton_17e54_164 .button{right:8px}}._modernInput_17e54_167{width:100%;padding:14px 18px;background:#fff;border:2px solid #e5e7eb;border-radius:12px;font-size:.9375rem;font-weight:400;color:#1e293b;transition:all .2s ease;font-weight:500}._modernInput_17e54_167:hover{background:#f9fafb;border-color:#d1d5db}._modernInput_17e54_167:focus{outline:none;background:#fff;border-color:var(--primary-color);box-shadow:0 0 0 3px #0d6efd1a}._modernInput_17e54_167:read-only{background:#f3f4f6;color:var(--muted-color);cursor:default;border-color:#e5e7eb}._modernInput_17e54_167::placeholder{color:#9ca3af;font-weight:400}@media (max-width: 768px){._modernInput_17e54_167{padding:14px 16px;font-size:16px}}._selectWrapper_17e54_227{position:relative;display:flex;align-items:center}._modernSelect_17e54_233{width:100%;padding:12px 40px 12px 16px;background:#fff;border:2px solid #e5e7eb;border-radius:12px;font-size:.9375rem;color:var(--text-color);transition:all .2s ease;cursor:pointer;font-weight:500;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'%3E%3C/path%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:20px}._modernSelect_17e54_233:hover{background-color:#f9fafb;border-color:#d1d5db}._modernSelect_17e54_233:focus{outline:none;background-color:#fff;border-color:var(--primary-color);box-shadow:0 0 0 3px #0d6efd1a}._modernSelect_17e54_233 option{padding:10px;color:var(--text-color);background:#fff;font-weight:500}@media (max-width: 768px){._modernSelect_17e54_233{padding:14px 40px 14px 16px;font-size:16px}}._selectIcon_17e54_273{position:absolute;right:14px;pointer-events:none;color:#9ca3af;transition:all .25s ease}._modernSelect_17e54_233:focus+._selectIcon_17e54_273{color:var(--primary-color)}._phoneInputGroup_17e54_285{display:flex;gap:12px;align-items:flex-start}._phoneInputGroup_17e54_285 ._inputWrapper_17e54_156:first-child{flex:0 0 240px;max-width:240px}._phoneInputGroup_17e54_285 ._inputWrapper_17e54_156:last-child{flex:0 0 280px;max-width:280px}@media (max-width: 768px){._phoneInputGroup_17e54_285{flex-direction:column;gap:10px}._phoneInputGroup_17e54_285 ._inputWrapper_17e54_156{width:100%}._phoneInputGroup_17e54_285 ._inputWrapper_17e54_156:first-child,._phoneInputGroup_17e54_285 ._inputWrapper_17e54_156:last-child{flex:1;max-width:100%}}@media (max-width: 480px){._phoneInputGroup_17e54_285{flex-direction:column;gap:10px}._phoneInputGroup_17e54_285 ._inputWrapper_17e54_156:first-child,._phoneInputGroup_17e54_285 ._inputWrapper_17e54_156:last-child{flex:1;max-width:100%}}._countryCodeInput_17e54_322{width:100%;max-width:80px;padding:12px 10px;background:#fff;border:2px solid #e5e7eb;border-radius:12px;font-size:.9375rem;color:var(--text-color);transition:all .2s ease;text-align:center;font-weight:600}._countryCodeInput_17e54_322:hover{background:#f9fafb;border-color:#d1d5db}._countryCodeInput_17e54_322:focus{outline:none;background:#fff;border-color:var(--primary-color);box-shadow:0 0 0 3px #0d6efd1a}@media (max-width: 768px){._countryCodeInput_17e54_322{max-width:100%;padding:14px;font-size:16px}}._phoneNumberInput_17e54_168{width:100%;padding:12px 16px;background:#fff;border:2px solid #e5e7eb;border-radius:12px;font-size:.9375rem;color:var(--text-color);transition:all .2s ease;font-weight:500}._phoneNumberInput_17e54_168:hover{background:#f9fafb;border-color:#d1d5db}._phoneNumberInput_17e54_168:focus{outline:none;background:#fff;border-color:var(--primary-color);box-shadow:0 0 0 3px #0d6efd1a}._phoneNumberInput_17e54_168:read-only{background:#f3f4f6;color:var(--muted-color);cursor:default;border-color:#e5e7eb}._phoneNumberInput_17e54_168::placeholder{color:#9ca3af;font-weight:400}@media (max-width: 768px){._phoneNumberInput_17e54_168{padding:14px 16px;font-size:16px}}._fieldDescription_17e54_392{font-size:.8125rem;color:#64748b;margin-top:6px;line-height:1.5;font-weight:400;font-style:italic}@media (max-width: 768px){._fieldDescription_17e54_392{font-size:.75rem}}._formSection_17e54_407{display:flex;flex-direction:column;gap:.5rem;padding:1rem;background:#fafbfc;border-radius:12px;border:1px solid #e5e7eb}@media (max-width: 768px){._formSection_17e54_407{padding:1rem}}._sectionTitle_17e54_422{font-size:.9375rem;font-weight:600;color:#0d6efd;margin:0 0 1rem;padding-bottom:.75rem;border-bottom:2px solid #e5e7eb;display:flex;align-items:center;gap:10px}._sectionTitle_17e54_422:before{content:"";width:4px;height:20px;background:linear-gradient(135deg,#0d6efd,#0b5ed7);border-radius:2px}._sectionDivider_17e54_441{height:1px;background:linear-gradient(90deg,transparent 0%,#e5e7eb 50%,transparent 100%);margin:.5rem 0}._actionButtonsContainer_17e54_448{margin-top:2rem;padding-top:2rem;border-top:2px solid #e5e7eb}._actionButtons_17e54_448{display:flex;gap:1rem;justify-content:flex-start;flex-wrap:wrap}@media (max-width: 768px){._actionButtons_17e54_448{flex-direction:column;gap:.75rem}}._primaryButton_17e54_467{padding:14px 32px;background:linear-gradient(135deg,#0d6efd,#0b5ed7);color:#fff;border:none;border-radius:12px;font-weight:600;font-size:.9375rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 6px #0d6efd33}._primaryButton_17e54_467:hover{transform:translateY(-2px);box-shadow:0 6px 12px #0d6efd4d}._primaryButton_17e54_467:active{transform:translateY(0)}._secondaryButton_17e54_487{padding:14px 32px;background:#fff;color:#64748b;border:2px solid #e5e7eb;border-radius:12px;font-weight:600;font-size:.9375rem;cursor:pointer;transition:all .3s ease}._secondaryButton_17e54_487:hover{background:#f8fafc;border-color:#cbd5e1;color:#475569}._saveButton_17e54_504{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;border-radius:8px;font-weight:500;font-size:14px;cursor:pointer;transition:all .15s ease}._saveButton_17e54_504 svg{width:14px;height:14px}._saveButton_17e54_504:hover:not(:disabled){background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 4px 12px #3b82f64d}._saveButton_17e54_504:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 768px){._saveButton_17e54_504{width:100%;justify-content:center;padding:12px 20px}}._fetchButton_17e54_538{display:inline-flex!important;align-items:center;gap:8px;padding:12px 24px!important;background:linear-gradient(135deg,var(--primary-color) 0%,#0a58ca 100%)!important;color:#fff!important;border:none!important;border-radius:12px!important;font-weight:600!important;font-size:.9375rem!important;cursor:pointer;transition:all .25s ease!important;box-shadow:0 4px 14px #0d6efd40!important}._fetchButton_17e54_538 svg{width:18px;height:18px}._fetchButton_17e54_538:hover{background:linear-gradient(135deg,#0a58ca,#084298)!important;transform:translateY(-2px)!important;box-shadow:0 6px 20px #0d6efd59!important}._fetchButton_17e54_538:active{transform:translateY(0)!important}@media (max-width: 768px){._fetchButton_17e54_538{width:100%;justify-content:center;padding:14px 24px!important}}@keyframes _fadeIn_17e54_1{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}._modalOverlay_14op6_1{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}._modalContent_14op6_14{background:#fff;border-radius:12px;box-shadow:0 10px 25px #0003;width:90%;max-width:600px;max-height:80vh;overflow:hidden;display:flex;flex-direction:column}._modalHeader_14op6_26{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid #e9ecef}._modalHeader_14op6_26 h3{margin:0;color:#2c3e50;font-size:1.2rem}._modalHeader_14op6_26 .button.close{background:none;border:none;padding:8px;cursor:pointer;border-radius:4px;display:flex;align-items:center;justify-content:center;width:32px;height:32px;color:#6c757d;transition:all .2s ease}._modalHeader_14op6_26 .button.close:hover{background-color:#f8f9fa;color:#dc3545}._modalBody_14op6_57{padding:20px;flex:1;overflow-y:auto}._description_14op6_63{margin-bottom:20px;color:#6c757d;font-size:.95rem;line-height:1.5}._patientList_14op6_70{display:flex;flex-direction:column;gap:12px}._patientCard_14op6_76{border:2px solid #e9ecef;border-radius:8px;padding:16px;cursor:pointer;transition:all .2s ease;display:flex;justify-content:space-between;align-items:center}._patientCard_14op6_76:hover{border-color:#007bff;background-color:#f8f9fa}._patientCard_14op6_76._selected_14op6_90{border-color:#28a745;background-color:#f8fff9}._patientInfo_14op6_95{flex:1}._patientName_14op6_99{font-weight:600;font-size:1.1rem;color:#2c3e50;margin-bottom:8px}._patientDetails_14op6_106{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:4px}._patientDetails_14op6_106 span{font-size:.85rem;color:#6c757d;white-space:nowrap}._fatherName_14op6_118{font-size:.85rem;color:#6c757d;margin-top:4px}._selectionIndicator_14op6_124{width:24px;height:24px;display:flex;align-items:center;justify-content:center}._modalFooter_14op6_132{display:flex;justify-content:flex-end;gap:12px;padding:20px;border-top:1px solid #e9ecef;background-color:#f8f9fa}@media (max-width: 768px){._modalContent_14op6_14{width:95%;max-height:90vh}._patientDetails_14op6_106{flex-direction:column;gap:4px}._modalFooter_14op6_132{flex-direction:column}._modalFooter_14op6_132 button{width:100%}}._statusInfoContainer_ey2o6_1{padding:0;max-width:100%;margin:0}@media (max-width: 768px){._statusInfoContainer_ey2o6_1{padding:0}}._statusCard_ey2o6_12{background:transparent;border-radius:0;box-shadow:none;border:none;overflow:visible;transition:none;position:static}._cardHeader_ey2o6_22{background:#f8fafc;border-bottom:1px solid #e5e7eb;padding:14px 16px;display:flex;align-items:center;gap:10px;color:#111827}@media (max-width: 768px){._cardHeader_ey2o6_22{padding:14px 16px}}._headerIcon_ey2o6_37{width:32px;height:32px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:16px}._cardTitle_ey2o6_49{font-size:1.1rem;font-weight:600;margin:0;color:#111827}@media (max-width: 768px){._cardTitle_ey2o6_49{font-size:1rem}}._cardContent_ey2o6_61{padding:0;display:flex;flex-direction:column;gap:16px}@media (max-width: 768px){._cardContent_ey2o6_61{padding:0;gap:12px}}._formGroup_ey2o6_74{display:flex;flex-direction:column;gap:8px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:12px 14px;box-shadow:0 2px 6px #0f172a0d;transition:all .2s ease}._formGroup_ey2o6_74:hover{border-color:#bfdbfe;box-shadow:0 4px 10px #0f172a14}._formRow_ey2o6_90{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}._formRow_ey2o6_90 ._formGroup_ey2o6_74{flex:1}@media (max-width: 768px){._formRow_ey2o6_90{grid-template-columns:1fr;gap:10px}}._formLabel_ey2o6_105{display:flex;align-items:center;gap:8px;font-weight:600;font-size:.95rem;color:#374151;margin-bottom:4px}._labelIcon_ey2o6_115{width:28px;height:28px;color:#0d6efd;font-size:14px;background:#eff6ff;border:1px solid #dbeafe;border-radius:8px;display:flex;align-items:center;justify-content:center}._labelText_ey2o6_128{color:#374151}._selectWrapper_ey2o6_132{position:relative;display:flex;align-items:center}._selectWrapper_ey2o6_132 .select-input{width:100%;padding:12px 40px 12px 12px;border-radius:10px;border:1px solid #e2e8f0;background:#f8fafc;font-size:.95rem;font-weight:500;color:#1f2937;transition:all .2s ease}._selectWrapper_ey2o6_132 .select-input:hover{background:#f1f5f9;border-color:#cbd5f5}._selectWrapper_ey2o6_132 .select-input:focus{outline:none;background:#fff;border-color:#0d6efd;box-shadow:0 0 0 4px #0d6efd1f}._modernSelect_ey2o6_159{width:100%;padding:10px 35px 10px 12px;background:#fff;border:1px solid #d1d5db;border-radius:8px;font-size:.95rem;color:#374151;transition:all .2s ease;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}._modernSelect_ey2o6_159:hover{border-color:#9ca3af}._modernSelect_ey2o6_159:focus{outline:none;border-color:#0d6efd;box-shadow:0 0 0 3px #0d6efd1a}._modernSelect_ey2o6_159 option{padding:8px;color:#374151;background:#fff}._modernSelect_ey2o6_159 option:hover{background:#f3f4f6}@media (max-width: 768px){._modernSelect_ey2o6_159{padding:12px 35px 12px 12px;font-size:16px}}._selectIcon_ey2o6_194{position:absolute;right:10px;pointer-events:none;color:#9ca3af;transition:all .2s ease}._modernSelect_ey2o6_159:focus+._selectIcon_ey2o6_194{color:#0d6efd}._fieldDescription_ey2o6_205{font-size:.85rem;color:#6b7280;margin-top:2px;font-style:normal}@media (max-width: 768px){._fieldDescription_ey2o6_205{font-size:.8rem}}._adminSelectContainer_ey2o6_217{display:flex;flex-direction:column}._loadingWrapper_ey2o6_222{display:flex;align-items:center;justify-content:center;gap:10px;padding:14px;background:#f8fafc;border-radius:10px;border:1px dashed #cbd5f5}._loadingText_ey2o6_233{font-size:.9rem;color:#6b7280;font-weight:500}._spinner_ey2o6_239{width:14px;height:14px;border:2px solid #e5e7eb;border-top:2px solid #3498db;border-radius:50%;animation:_spin_ey2o6_239 1s linear infinite}@keyframes _spin_ey2o6_239{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._messageContainer_ey2o6_256{display:flex;flex-direction:column;gap:10px;margin-top:12px}._successMessage_ey2o6_263,._errorMessage_ey2o6_264{padding:12px 14px;border-radius:10px;display:flex;align-items:center;gap:8px;font-weight:500;font-size:.9rem;animation:_slideInUp_ey2o6_1 .3s ease;box-shadow:0 1px 4px #0000000d}._successMessage_ey2o6_263{background:#d1e7dd;color:#0f5132;border:1px solid #badbcc}._successMessage_ey2o6_263 svg,._successMessage_ey2o6_263 ._labelIcon_ey2o6_115{color:#198754}._errorMessage_ey2o6_264{background:#f8d7da;color:#842029;border:1px solid #f5c2c7}._errorMessage_ey2o6_264 svg,._errorMessage_ey2o6_264 ._labelIcon_ey2o6_115{color:#dc3545}@keyframes _slideInUp_ey2o6_1{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 640px){._statusInfoContainer_ey2o6_1{padding:12px 5px}._cardContent_ey2o6_61{padding:16px 12px;gap:16px}._formLabel_ey2o6_105{font-size:.9rem}._modernSelect_ey2o6_159{padding:12px 32px 12px 10px}._selectIcon_ey2o6_194{right:8px}._successMessage_ey2o6_263,._errorMessage_ey2o6_264{padding:10px 12px;font-size:.85rem}}._notesContainer_13iqa_1{padding:0;max-width:100%;margin:0}@media (max-width: 768px){._notesContainer_13iqa_1{padding:0}}._notesCard_13iqa_12{background:#ffffffe6;border-radius:16px;box-shadow:0 8px 24px #0f172a14;border:1px solid rgba(148,163,184,.25);overflow:hidden;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;position:relative}._notesCard_13iqa_12:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#0d6efd,#60a5fa)}._notesCard_13iqa_12:hover{transform:translateY(-2px);border-color:#3b82f659;box-shadow:0 12px 30px #0f172a1f}._cardHeader_13iqa_36{background:#f8fafc;border-bottom:1px solid #e5e7eb;padding:14px 16px;display:flex;align-items:center;justify-content:space-between;color:#111827}@media (max-width: 768px){._cardHeader_13iqa_36{padding:14px 16px}}._headerIcon_13iqa_51{width:32px;height:32px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:16px}._cardTitle_13iqa_63{font-size:1.1rem;font-weight:600;color:#111827;flex:1;margin:0 0 0 10px}@media (max-width: 768px){._cardTitle_13iqa_63{font-size:1rem}}._notesCount_13iqa_77{background:#eef2ff;padding:4px 10px;border-radius:999px;font-size:.8rem;font-weight:600;color:#0d6efd;border:1px solid #dbeafe}._cardContent_13iqa_87{padding:18px;display:grid;grid-template-columns:minmax(280px,360px) minmax(0,1fr);gap:16px;align-items:start}@media (max-width: 768px){._cardContent_13iqa_87{padding:14px;gap:12px;grid-template-columns:1fr}}._loadingContainer_13iqa_102{display:flex;justify-content:center;align-items:center;min-height:150px;padding:30px}._addNoteSection_13iqa_110{background:transparent;border-radius:0;padding:0;border:none;box-shadow:none;transition:none}@media (max-width: 768px){._addNoteSection_13iqa_110{padding:0}}._formGroup_13iqa_124{display:flex;flex-direction:column;gap:10px}._formLabel_13iqa_130{display:flex;align-items:center;gap:8px;font-weight:600;font-size:.95rem;color:#374151;margin-bottom:4px}._labelIcon_13iqa_140{width:28px;height:28px;color:#0d6efd;font-size:14px;background:#eff6ff;border:1px solid #dbeafe;border-radius:8px;display:flex;align-items:center;justify-content:center}._labelText_13iqa_153{color:#374151}._noteInputContainer_13iqa_157{position:relative}._modernTextarea_13iqa_161{width:100%;padding:12px 14px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;font-size:.95rem;color:#374151;font-family:inherit;transition:all .2s ease;resize:vertical;min-height:80px}._modernTextarea_13iqa_161:hover{border-color:#cbd5f5;background:#f1f5f9}._modernTextarea_13iqa_161:focus{outline:none;border-color:#0d6efd;background:#fff;box-shadow:0 0 0 4px #0d6efd1f}._modernTextarea_13iqa_161::placeholder{color:#9ca3af}@media (max-width: 768px){._modernTextarea_13iqa_161{padding:12px;font-size:16px}}._addNoteActions_13iqa_194{display:flex;justify-content:flex-end;gap:10px}._addButton_13iqa_200{display:flex!important;align-items:center;gap:6px;padding:10px 18px!important;background:linear-gradient(135deg,#0d6efd,#0a58ca)!important;color:#fff!important;border:none!important;border-radius:10px!important;font-weight:500!important;font-size:.9rem!important;cursor:pointer;transition:all .2s ease!important;box-shadow:0 4px 12px #0d6efd40}._addButton_13iqa_200:hover{background:linear-gradient(135deg,#0a58ca,#084298)!important;transform:translateY(-1px);box-shadow:0 6px 16px #0d6efd59}._addButton_13iqa_200:disabled{opacity:.6!important;box-shadow:none;cursor:not-allowed!important}._addButton_13iqa_200 span{font-weight:500}@media (max-width: 768px){._addButton_13iqa_200{width:100%;justify-content:center;padding:12px 16px!important}}._notesListSection_13iqa_236{display:flex;flex-direction:column;min-width:0}._emptyState_13iqa_242{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:36px 20px;text-align:center;background:#f8fafc;border-radius:12px;border:1px dashed #cbd5f5}._emptyIcon_13iqa_254{width:48px;height:48px;background:#e5e7eb;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:16px;color:#9ca3af;font-size:20px}._emptyTitle_13iqa_267{font-size:1.1rem;font-weight:600;color:#374151;margin:0 0 6px}._emptyDescription_13iqa_274{font-size:.9rem;color:#6b7280;margin:0}._notesList_13iqa_236{display:flex;flex-direction:column;gap:14px}._noteCard_13iqa_286{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:16px;transition:all .2s ease;box-shadow:0 2px 6px #0f172a0d}._noteCard_13iqa_286:hover{border-color:#bfdbfe;box-shadow:0 6px 14px #0f172a14;transform:translateY(-1px)}@media (max-width: 768px){._noteCard_13iqa_286{padding:14px}}._noteHeader_13iqa_305{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;padding-bottom:8px;border-bottom:1px solid #f3f4f6}@media (max-width: 768px){._noteHeader_13iqa_305{flex-direction:column;align-items:flex-start;gap:6px}}._noteAuthor_13iqa_321{display:flex;align-items:center;gap:8px}._authorIcon_13iqa_327{width:28px;height:28px;background-color:#3498db;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:12px}._authorName_13iqa_339{font-weight:500;color:#374151;font-size:.9rem}._noteDate_13iqa_345{display:flex;align-items:center;gap:4px;color:#6b7280;font-size:.8rem}._noteContent_13iqa_353{margin-bottom:12px}._noteText_13iqa_357{font-size:.9rem;color:#374151;line-height:1.5;background:#f8fafc;padding:12px 14px;border-radius:10px;border-left:3px solid #93c5fd;white-space:pre-wrap;word-wrap:break-word}._editNoteContainer_13iqa_369{display:flex;flex-direction:column;gap:10px}._editTextarea_13iqa_375{width:100%;padding:12px;background:#fff;border:1px solid #d1d5db;border-radius:6px;font-size:.9rem;color:#374151;font-family:inherit;transition:all .2s ease;resize:vertical;min-height:70px}._editTextarea_13iqa_375:focus{outline:none;border-color:#3498db;box-shadow:0 0 0 3px #3498db1a}@media (max-width: 768px){._editTextarea_13iqa_375{padding:12px;font-size:16px}}._editActions_13iqa_400{display:flex;gap:8px;justify-content:flex-end}@media (max-width: 768px){._editActions_13iqa_400{flex-direction:column}}._saveEditButton_13iqa_411,._cancelEditButton_13iqa_412{display:flex!important;align-items:center;gap:4px;padding:8px 12px!important;border:none!important;border-radius:6px!important;font-weight:500!important;font-size:.8rem!important;cursor:pointer;transition:all .2s ease!important}._saveEditButton_13iqa_411 span,._cancelEditButton_13iqa_412 span{font-weight:500}@media (max-width: 768px){._saveEditButton_13iqa_411,._cancelEditButton_13iqa_412{width:100%;justify-content:center;padding:10px 12px!important}}._saveEditButton_13iqa_411{background-color:#198754!important;color:#fff!important}._saveEditButton_13iqa_411:hover{background-color:#157347!important}._cancelEditButton_13iqa_412{background-color:#dc3545!important;color:#fff!important}._cancelEditButton_13iqa_412:hover{background-color:#bb2d3b!important}._noteActions_13iqa_453{display:flex;gap:8px;justify-content:flex-end;padding-top:10px;border-top:1px solid #eef2f7}._actionBtn_13iqa_461{width:32px;height:32px;border:none;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;background:#eef2f7;color:#64748b;color:#6b7280}._actionBtn_13iqa_461:hover{transform:translateY(-1px);box-shadow:0 2px 6px #0000001a}._editBtn_13iqa_480:hover{background-color:#0275d8;color:#fff}._deleteBtn_13iqa_485:hover{background-color:#dc3545;color:#fff}._labelsPage_u25al_2{display:flex;flex-direction:column;gap:16px;padding:0;min-height:400px}._topBar_u25al_11{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 16px;background:#fff;border-radius:14px;border:1px solid #e2e8f0;box-shadow:0 2px 8px #0f172a0a}@media (max-width: 768px){._topBar_u25al_11{flex-direction:column;align-items:stretch;gap:12px}}._topBarLeft_u25al_30{display:flex;align-items:center;gap:12px;flex:1}@media (max-width: 768px){._topBarLeft_u25al_30{flex-direction:column;align-items:stretch}}._counterBadge_u25al_43{display:flex;align-items:center;gap:6px;padding:8px 14px;background:linear-gradient(135deg,#0d6efd,#0a58ca);border-radius:10px;color:#fff;flex-shrink:0}._counterNumber_u25al_54{font-size:1.25rem;font-weight:800;line-height:1}._counterText_u25al_60{font-size:.8rem;font-weight:500;opacity:.9}._searchBox_u25al_66{display:flex;align-items:center;gap:8px;padding:8px 14px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;flex:1;max-width:320px;transition:all .2s ease}._searchBox_u25al_66:focus-within{border-color:#0d6efd;background:#fff;box-shadow:0 0 0 3px #0d6efd1a}._searchBox_u25al_66 svg{color:#94a3b8;flex-shrink:0}@media (max-width: 768px){._searchBox_u25al_66{max-width:100%}}._searchInput_u25al_93{border:none;background:transparent;outline:none;font-size:.9rem;color:#1e293b;width:100%}._searchInput_u25al_93::placeholder{color:#94a3b8}._clearSearch_u25al_105{background:#e2e8f0;border:none;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#64748b;transition:all .2s ease}._clearSearch_u25al_105:hover{background:#cbd5e1;color:#475569}._topBarRight_u25al_123{display:flex;align-items:center;gap:12px}@media (max-width: 768px){._topBarRight_u25al_123{justify-content:space-between}}._unsavedBadge_u25al_134{display:flex;align-items:center;gap:6px;padding:6px 12px;background:#fef3c7;border:1px solid #fcd34d;border-radius:8px;font-size:.75rem;font-weight:600;color:#92400e}._saveBtn_u25al_147{display:inline-flex;align-items:center;gap:8px;padding:10px 18px;font-size:.875rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#0d6efd,#0a58ca);border:none;border-radius:10px;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #0d6efd40}._saveBtn_u25al_147:hover{transform:translateY(-1px);box-shadow:0 6px 16px #0d6efd59}._saveBtn_u25al_147._pulse_u25al_166{animation:_pulse_u25al_166 2s infinite}@keyframes _pulse_u25al_166{0%,to{box-shadow:0 4px 12px #0d6efd40}50%{box-shadow:0 4px 20px #0d6efd80}}._labelsGrid_u25al_179{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:10px;padding:4px}@media (max-width: 768px){._labelsGrid_u25al_179{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}}@media (max-width: 480px){._labelsGrid_u25al_179{grid-template-columns:1fr;gap:8px}}._labelCard_u25al_197{position:relative;display:flex;align-items:center;gap:10px;padding:10px 12px;background:#fff;border:2px solid #e2e8f0;border-radius:10px;cursor:pointer;transition:all .15s ease;animation:_fadeInUp_u25al_1 .25s ease forwards;opacity:0;overflow:hidden;min-height:48px}._labelCard_u25al_197:hover{border-color:var(--label-color, #3b82f6);transform:translateY(-1px);box-shadow:0 4px 12px #0000000f}._labelCard_u25al_197._selected_u25al_218{border-color:var(--label-color, #3b82f6);background:linear-gradient(135deg,rgba(var(--label-color-rgb, 59, 130, 246),.04),rgba(var(--label-color-rgb, 59, 130, 246),.08));box-shadow:0 2px 8px #0000000a}._labelCard_u25al_197._selected_u25al_218 ._checkCircle_u25al_223{background:var(--label-color, #3b82f6);border-color:var(--label-color, #3b82f6);color:#fff}@keyframes _fadeInUp_u25al_1{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}._labelColorBar_u25al_239{position:absolute;left:0;top:0;bottom:0;width:4px;border-radius:4px 0 0 4px}._labelContent_u25al_248{flex:1;min-width:0;padding-left:8px}._labelName_u25al_254{display:block;font-size:.875rem;font-weight:600;color:#1e293b;line-height:1.4;word-break:break-word}._labelDesc_u25al_263{display:none}._checkCircle_u25al_223{width:20px;height:20px;border:2px solid #cbd5e1;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .15s ease;color:transparent}._loadingState_u25al_281,._emptyState_u25al_282{grid-column:1/-1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 24px;text-align:center;color:#64748b;gap:12px}._spinner_u25al_294{width:32px;height:32px;border:3px solid #e2e8f0;border-top-color:#0d6efd;border-radius:50%;animation:_spin_u25al_294 .8s linear infinite}@keyframes _spin_u25al_294{to{transform:rotate(360deg)}}._emptyState_u25al_282 h4{font-size:1.1rem;font-weight:600;color:#475569;margin:0}._emptyState_u25al_282 p{font-size:.9rem;color:#94a3b8;margin:0}._emptyState_u25al_282 svg{color:#cbd5e1}._selectedSummary_u25al_324{padding:14px 16px;background:#fff;border-radius:14px;border:1px solid #e2e8f0;box-shadow:0 2px 8px #0f172a0a}._summaryHeader_u25al_332{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}._summaryTitle_u25al_339{display:flex;align-items:center;gap:8px;font-size:.8rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.5px}._summaryCount_u25al_350{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;padding:0 6px;background:linear-gradient(135deg,#0d6efd,#0a58ca);border-radius:11px;font-size:.75rem;font-weight:700;color:#fff;text-transform:none;letter-spacing:0}._clearAllBtn_u25al_366{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;font-size:.75rem;font-weight:600;color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;cursor:pointer;transition:all .2s ease}._clearAllBtn_u25al_366:hover{background:#fee2e2;border-color:#fca5a5}._selectedTags_u25al_385{display:flex;flex-wrap:wrap;gap:6px;max-height:120px;overflow-y:auto;padding-right:4px}._selectedTags_u25al_385::-webkit-scrollbar{width:4px}._selectedTags_u25al_385::-webkit-scrollbar-track{background:#f1f5f9;border-radius:2px}._selectedTags_u25al_385::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:2px}._pagination_u25al_406{display:flex;align-items:center;justify-content:center;gap:4px;padding:8px 12px;background:linear-gradient(135deg,#fffffff2,#f9fafbf2);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 8px 24px #0000001f,0 2px 8px #00000014;border-radius:16px;border:1px solid rgba(255,255,255,.8);width:fit-content;margin:0 auto;position:relative}._pagination_u25al_406:before{content:"";position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;border-radius:16px;padding:1px;background:linear-gradient(135deg,#3b82f64d,#8b5cf64d);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:exclude;pointer-events:none}._paginationButton_u25al_435{width:32px;height:32px;background:linear-gradient(135deg,#fff,#f9fafb);border:1px solid rgba(229,231,235,.6);border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;color:#6b7280;padding:0;position:relative;box-shadow:0 1px 2px #0000000d;flex-shrink:0}._paginationButton_u25al_435:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:8px;background:linear-gradient(135deg,#3b82f61a,#8b5cf61a);opacity:0;transition:opacity .2s ease}._paginationButton_u25al_435:hover:not(:disabled){background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-color:transparent;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #3b82f64d}._paginationButton_u25al_435:hover:not(:disabled):before{opacity:1}._paginationButton_u25al_435:active:not(:disabled){transform:translateY(0)}._paginationButton_u25al_435:disabled{opacity:.3;cursor:not-allowed;background:#f3f4f6}._pageInfo_u25al_480{padding:0 12px;font-size:13px;font-weight:600;color:#374151;white-space:nowrap;background:linear-gradient(135deg,#3b82f614,#8b5cf614);border-radius:8px;height:32px;display:flex;align-items:center;justify-content:center}._selectedTag_u25al_385{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;font-size:.75rem;font-weight:600;color:#fff;border-radius:14px;cursor:pointer;transition:all .15s ease;box-shadow:0 1px 3px #0000001f;white-space:nowrap;max-width:150px;overflow:hidden;text-overflow:ellipsis}._selectedTag_u25al_385:hover{filter:brightness(.9);box-shadow:0 2px 6px #0003}._selectedTag_u25al_385:hover svg{opacity:1;transform:scale(1.1)}._selectedTag_u25al_385 svg{opacity:.8;transition:all .15s ease;flex-shrink:0}._overlay_1kaek_2{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}._popup_1kaek_15{background:#fff;padding:20px;width:600px;height:550px;border-radius:10px;box-shadow:0 4px 6px #0000001a;animation:_fadeIn_1kaek_1 .3s ease-in-out;position:relative}._popup_1kaek_15 ._header_1kaek_25{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}._headerTitle_1kaek_32{display:flex;align-items:center;gap:10px}._headerTitle_1kaek_32 h3{margin:0;font-size:18px;color:#333;font-weight:700}._iconCloseButton_1kaek_44{width:34px;height:34px;background:#fff5f5;border:none;border:1px solid #fecaca;cursor:pointer;color:#991b1b;padding:0;border-radius:10px;display:inline-flex;align-items:center;justify-content:center}._iconCloseButton_1kaek_44:hover{background:#fff5f5;color:#991b1b}._searchContainer_1kaek_63{position:relative;margin-bottom:15px;display:flex;align-items:center;gap:10px}._searchContainer_1kaek_63 ._searchInput_1kaek_70{flex:1;padding:10px 40px 10px 12px;border:1px solid #ddd;border-radius:8px;font-size:14px;transition:all .3s ease}._searchContainer_1kaek_63 ._searchInput_1kaek_70:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 3px #007bff1a}._searchContainer_1kaek_63 ._searchInput_1kaek_70::placeholder{color:#999}._searchContainer_1kaek_63 svg{position:absolute;right:12px;color:#999;pointer-events:none}._newTagContainer_1kaek_93{display:flex;align-items:center;gap:10px;margin-bottom:15px}._newTagContainer_1kaek_93 input[type=text]{flex:1;padding:8px;border:1px solid #ccc;border-radius:5px;font-size:14px}._newTagContainer_1kaek_93 input[type=color]{width:50px!important;height:40px;border:none;background:none;cursor:pointer}._primaryButton_1kaek_116{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 16px;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;color:#fff;background:linear-gradient(135deg,#3b82f6,#2563eb);transition:all .15s ease;height:40px;min-width:110px}._primaryButton_1kaek_116:hover:not(:disabled){background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 4px 12px #3b82f64d;transform:translateY(-1px)}._primaryButton_1kaek_116:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}._tagList_1kaek_145{list-style:none;padding:12px;margin:0;max-height:350px;overflow-y:auto}._tagList_1kaek_145 ._noResults_1kaek_152{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px!important;background:transparent!important;color:#999!important;gap:10px}._tagList_1kaek_145 ._noResults_1kaek_152 span{font-size:16px;color:#999}._tagList_1kaek_145 ._noResults_1kaek_152 svg{opacity:.5}._tagList_1kaek_145 li{display:flex;justify-content:space-between;align-items:center;padding:8px;margin-bottom:5px;border-radius:5px;color:#fff;font-size:14px}._tagList_1kaek_145 li input[type=color]{width:50px!important;cursor:pointer;margin-right:10px}._tagList_1kaek_145 li input[type=text]{width:500px!important;cursor:pointer;padding:10px;margin:1px}._tagList_1kaek_145 li span{flex-grow:1;margin-right:10px}._editIconButton_1kaek_199,._deleteIconButton_1kaek_200{width:34px;height:34px;border-radius:8px;border:1px solid rgba(255,255,255,.75);background:#ffffff29;color:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s ease;margin-left:6px}._editIconButton_1kaek_199:hover,._deleteIconButton_1kaek_200:hover{background:#ffffff42}._deleteIconButton_1kaek_200{border-color:#ffffffd9}._deleteIconButton_1kaek_200:hover{background:#ef444459;border-color:#ef4444a6}@keyframes _fadeIn_1kaek_1{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}._tasks-container_1folz_3{padding:0}._tasks-container_1folz_3 ._tasksHeader_1folz_6{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding:1rem 1.25rem;background:#fff;border-radius:12px;border:1px solid rgba(0,0,0,.06);box-shadow:0 2px 4px #0000000a}._tasks-container_1folz_3 ._tasksHeader_1folz_6 ._tasksTitle_1folz_17{font-size:1rem;font-weight:600;color:#111827;margin:0;display:flex;align-items:center;gap:10px}._tasks-container_1folz_3 ._tasksHeader_1folz_6 ._tasksTitle_1folz_17:before{content:"";width:4px;height:20px;background:linear-gradient(180deg,#3b82f6,#2563eb);border-radius:2px}._tasks-container_1folz_3 ._tasksHeader_1folz_6 ._addButton_1folz_33{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;font-size:14px;font-weight:500;color:#fff;background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;border-radius:8px;cursor:pointer;transition:all .15s ease}._tasks-container_1folz_3 ._tasksHeader_1folz_6 ._addButton_1folz_33:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 4px 12px #3b82f64d}._tasks-container_1folz_3 ._tasksLists_1folz_51{display:grid;grid-template-columns:1fr 1fr;gap:1rem}._tasks-container_1folz_3 ._tasksLists_1folz_51 ._tasksColumn_1folz_56{background:#fff;border-radius:12px;border:1px solid rgba(0,0,0,.06);box-shadow:0 2px 4px #0000000a;overflow:hidden}._tasks-container_1folz_3 ._tasksLists_1folz_51 ._tasksColumn_1folz_56 ._taskList_1folz_63{display:flex;flex-direction:column;gap:0;padding:0}._tasks-container_1folz_3 ._tasksLists_1folz_51 ._tasksColumn_1folz_56 ._taskList_1folz_63._completed_1folz_69 ._modernTaskCard_1folz_69{opacity:.85}._tasks-container_1folz_3 ._tasksLists_1folz_51 ._tasksColumn_1folz_56 ._emptyState_1folz_72{padding:2rem 1.25rem;text-align:center;color:#9ca3af;font-size:.875rem;font-weight:500;background:linear-gradient(135deg,#f9fafb,#f3f4f6)}._tasks-container_1folz_3 ._tasksLists_1folz_51 ._tasksColumn_1folz_56 ._columnHeader_1folz_80{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-bottom:1px solid rgba(0,0,0,.06)}._tasks-container_1folz_3 ._tasksLists_1folz_51 ._tasksColumn_1folz_56 ._columnHeader_1folz_80 h3{margin:0;font-size:.875rem;font-weight:600;color:#374151;display:flex;align-items:center;gap:8px}._tasks-container_1folz_3 ._tasksLists_1folz_51 ._tasksColumn_1folz_56 ._columnHeader_1folz_80 h3:before{content:"";width:8px;height:8px;border-radius:50%;background:#fbbf24}._tasks-container_1folz_3 ._tasksLists_1folz_51 ._tasksColumn_1folz_56:last-child ._columnHeader_1folz_80 h3:before{background:#22c55e}._modernTaskCard_1folz_69{position:relative;display:flex;align-items:center;padding:1rem 1.25rem;background:#fff;border-bottom:1px solid rgba(0,0,0,.06);transition:all .15s ease;gap:1rem;cursor:pointer}._modernTaskCard_1folz_69:last-child{border-bottom:none}._modernTaskCard_1folz_69:hover{background:#f8fafc}._modernTaskCard_1folz_69._cardCompleted_1folz_128{background:linear-gradient(135deg,#22c55e0a,#16a34a05)}._modernTaskCard_1folz_69._cardCompleted_1folz_128 ._cardTitle_1folz_131{color:#6b7280}._modernTaskCard_1folz_69._cardOverdue_1folz_134{background:linear-gradient(135deg,#ef44440a,#dc262605);border-left:3px solid #ef4444}._statusBar_1folz_139{width:4px;height:40px;border-radius:2px;flex-shrink:0}._statusBar_1folz_139._statusPending_1folz_145{background:linear-gradient(180deg,#fbbf24,#f59e0b)}._statusBar_1folz_139._statusCompleted_1folz_148{background:linear-gradient(180deg,#22c55e,#16a34a)}._statusBar_1folz_139._statusOverdue_1folz_151{background:linear-gradient(180deg,#ef4444,#dc2626)}._cardContent_1folz_155{flex:1;display:flex;flex-direction:column;gap:6px;min-width:0}._cardHeader_1folz_163{display:flex;justify-content:space-between;align-items:center;gap:12px}._cardTitle_1folz_131{margin:0;font-size:.9rem;font-weight:600;color:#111827;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._headerRight_1folz_181{display:flex;align-items:center;gap:10px;flex-shrink:0}._badge_1folz_188{display:inline-flex;align-items:center;gap:5px;padding:4px 10px;border-radius:6px;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;white-space:nowrap}._badge_1folz_188._badgePending_1folz_200{background:#fef3c7;color:#92400e}._badge_1folz_188._badgeCompleted_1folz_204{background:#dcfce7;color:#166534}._badge_1folz_188._badgeOverdue_1folz_208{background:#fee2e2;color:#991b1b}._badgeDot_1folz_213{width:5px;height:5px;border-radius:50%;background:currentColor}._checkboxWrapper_1folz_221{position:relative;display:flex;align-items:center;cursor:pointer}._checkbox_1folz_221{position:absolute;opacity:0;width:0;height:0}._checkmark_1folz_235{width:22px;height:22px;border-radius:6px;border:2px solid #d1d5db;display:flex;align-items:center;justify-content:center;background:#fff;transition:all .15s ease}._checkmark_1folz_235 svg{opacity:0;transform:scale(.5);transition:all .15s ease}._checkbox_1folz_221:checked+._checkmark_1folz_235{background:linear-gradient(135deg,#22c55e,#16a34a);border-color:#16a34a}._checkbox_1folz_221:checked+._checkmark_1folz_235 svg{opacity:1;transform:scale(1)}._checkbox_1folz_221:hover+._checkmark_1folz_235{border-color:#9ca3af}._cardNotes_1folz_265{margin:0;font-size:.8rem;color:#6b7280;line-height:1.4;display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}._resultBox_1folz_277{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;background:#dcfce7;border-radius:6px;font-size:.75rem;color:#166534;font-weight:500}._resultBox_1folz_277 svg{flex-shrink:0}._cardMeta_1folz_292{display:flex;flex-wrap:wrap;gap:12px}._metaRow_1folz_298{display:flex;align-items:center;gap:5px;font-size:.75rem;color:#6b7280;font-weight:500}._cardFooter_1folz_307{display:none}._startDate_1folz_311{display:flex;align-items:center;gap:5px;font-size:.7rem;color:#9ca3af;font-weight:500}._taskIdLabel_1folz_320{font-size:.65rem;color:#d1d5db;font-weight:600;font-family:SF Mono,Consolas,monospace}@media (max-width: 768px){._tasks-container_1folz_3 ._tasksLists_1folz_51{grid-template-columns:1fr}}._resultModalContent_1folz_337{display:flex;flex-direction:column;gap:16px;width:100%}._resultModalContent_1folz_337>*{width:100%;max-width:100%}._resultModalTextarea_1folz_348{width:100%;min-height:120px;padding:12px;border:1px solid #e1e1e1;border-radius:6px;font-size:.95rem;color:#2c3e50;background-color:#fff;resize:vertical}._resultModalTextarea_1folz_348:focus{outline:none;border-color:#3498db;box-shadow:0 0 0 3px #3498db1a}._resultModalActions_1folz_365{display:flex;justify-content:flex-end;gap:12px}._appointments-container_11lsu_1{padding:0;background:linear-gradient(180deg,#e8f4fc,#f0f7fc,#f8fbfe);min-height:100%}._appointments-container_11lsu_1 ._view-toggle_11lsu_6{display:flex;justify-content:center;gap:.75rem;margin-bottom:1.25rem;padding:1rem 1.25rem 0}._appointments-container_11lsu_1 ._view-toggle_11lsu_6 ._toggle-btn_11lsu_13{padding:.625rem 1.875rem;border:none;border-radius:8px;cursor:pointer;font-size:.9375rem;font-weight:500;transition:all .2s ease;background:#fff;color:#6b7280;border:1px solid rgba(0,0,0,.06)}._appointments-container_11lsu_1 ._view-toggle_11lsu_6 ._toggle-btn_11lsu_13._active_11lsu_25{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border-color:transparent}._appointments-container_11lsu_1 ._view-toggle_11lsu_6 ._toggle-btn_11lsu_13:hover:not(._active_11lsu_25){background:#f9fafb;border-color:#0000001a}._appointments-container_11lsu_1 ._appointment-form_11lsu_34{max-width:600px;margin:0 auto;background-color:#fff;padding:30px;border-radius:8px;box-shadow:0 2px 4px #0000001a}._appointments-container_11lsu_1 ._appointment-form_11lsu_34 ._form-group_11lsu_42{margin-bottom:20px}._appointments-container_11lsu_1 ._appointment-form_11lsu_34 ._form-group_11lsu_42 label{display:block;margin-bottom:8px;color:#2c3e50;font-weight:500}._appointments-container_11lsu_1 ._appointment-form_11lsu_34 ._form-group_11lsu_42 input,._appointments-container_11lsu_1 ._appointment-form_11lsu_34 ._form-group_11lsu_42 select{width:100%;padding:10px;border:1px solid #e1e1e1;border-radius:4px;font-size:.9rem}._appointments-container_11lsu_1 ._appointment-form_11lsu_34 ._form-group_11lsu_42 input:focus,._appointments-container_11lsu_1 ._appointment-form_11lsu_34 ._form-group_11lsu_42 select:focus{outline:none;border-color:#3498db}._appointments-container_11lsu_1 ._appointment-form_11lsu_34 ._form-group_11lsu_42 input:disabled,._appointments-container_11lsu_1 ._appointment-form_11lsu_34 ._form-group_11lsu_42 select:disabled{background-color:#f8f9fa;cursor:not-allowed}._appointments-container_11lsu_1 ._appointment-form_11lsu_34 ._form-row_11lsu_69{display:grid;grid-template-columns:1fr 1fr;gap:20px}._appointments-container_11lsu_1 ._appointment-form_11lsu_34 ._submit-btn_11lsu_74{width:100%;padding:12px;background-color:#3498db;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:1rem;transition:background-color .3s}._appointments-container_11lsu_1 ._appointment-form_11lsu_34 ._submit-btn_11lsu_74:hover{background-color:#2980b9}._appointments-container_11lsu_1 ._pastAppointment_11lsu_88{color:#dc2626;font-weight:600;background:#fee2e2;padding:.25rem .5rem;border-radius:6px;display:inline-block;text-align:center;font-size:.75rem}._appointments-container_11lsu_1 ._appointments-table-container_11lsu_98{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000000a;border:1px solid rgba(0,0,0,.06);overflow:hidden;margin:0 1.25rem 1.25rem}._appointments-container_11lsu_1 ._appointments-table_11lsu_98{width:100%;border-collapse:collapse}._appointments-container_11lsu_1 ._appointments-table_11lsu_98 th,._appointments-container_11lsu_1 ._appointments-table_11lsu_98 td{padding:1rem;text-align:left;border-bottom:1px solid #f3f4f6}._appointments-container_11lsu_1 ._appointments-table_11lsu_98 th{background:#fff;color:#6b7280;font-weight:600;font-size:.8125rem;text-transform:uppercase;letter-spacing:.3px;border-bottom:2px solid #e5e7eb;position:relative}._appointments-container_11lsu_1 ._appointments-table_11lsu_98 th:after{content:"";position:absolute;bottom:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#3b82f6,#2563eb)}._appointments-container_11lsu_1 ._appointments-table_11lsu_98 td{color:#4b5563;font-size:.875rem}._appointments-container_11lsu_1 ._appointments-table_11lsu_98 td:first-child{font-weight:600;color:#1f2937}._appointments-container_11lsu_1 ._appointments-table_11lsu_98 tr{transition:background-color .15s ease}._appointments-container_11lsu_1 ._appointments-table_11lsu_98 tr:hover{background:#f9fafb}._appointments-container_11lsu_1 ._appointments-table_11lsu_98 tr:last-child td{border-bottom:none}._appointments-container_11lsu_1 ._appointments-table_11lsu_98 ._cancel-btn_11lsu_153{padding:.5rem 1rem;border:none;border-radius:6px;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;font-size:.8125rem;font-weight:500;cursor:pointer;transition:all .2s ease}._appointments-container_11lsu_1 ._appointments-table_11lsu_98 ._cancel-btn_11lsu_153:hover{background:linear-gradient(135deg,#dc2626,#b91c1c);transform:translateY(-1px)}._appointments-container_11lsu_1 ._no-appointments_11lsu_168{text-align:center;color:#9ca3af;padding:3rem;background:linear-gradient(135deg,#f9fafb,#f3f4f6);border-radius:12px;font-size:.9375rem;margin:1.25rem}._appointments-container_11lsu_1 ._time-slots_11lsu_177{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:10px;margin-top:10px}._appointments-container_11lsu_1 ._time-slots_11lsu_177 ._time-slot_11lsu_177{padding:8px;border:1px solid #e1e1e1;border-radius:4px;background:none;cursor:pointer;transition:all .3s ease}._appointments-container_11lsu_1 ._time-slots_11lsu_177 ._time-slot_11lsu_177:hover{background-color:#f8f9fa}._appointments-container_11lsu_1 ._time-slots_11lsu_177 ._time-slot_11lsu_177._selected_11lsu_194{background-color:#3498db;color:#fff;border-color:#3498db}._appointments-container_11lsu_1 ._confirmation-modal_11lsu_199{background-color:#fff;border-radius:8px;padding:30px;box-shadow:0 2px 4px #0000001a;max-width:500px;margin:0 auto}._appointments-container_11lsu_1 ._confirmation-modal_11lsu_199 h3{color:#2c3e50;margin-bottom:20px;text-align:center}._appointments-container_11lsu_1 ._confirmation-modal_11lsu_199 ._confirmation-details_11lsu_212{margin-bottom:30px}._appointments-container_11lsu_1 ._confirmation-modal_11lsu_199 ._confirmation-details_11lsu_212 p{margin:10px 0;color:#6c757d}._appointments-container_11lsu_1 ._confirmation-modal_11lsu_199 ._confirmation-details_11lsu_212 p strong{color:#2c3e50;margin-right:10px}._appointments-container_11lsu_1 ._confirmation-modal_11lsu_199 ._confirmation-actions_11lsu_223{display:flex;gap:15px;justify-content:center}._appointments-container_11lsu_1 ._confirmation-modal_11lsu_199 ._confirmation-actions_11lsu_223 button{padding:10px 20px;border:none;border-radius:4px;cursor:pointer;font-size:1rem;transition:background-color .3s}._appointments-container_11lsu_1 ._confirmation-modal_11lsu_199 ._confirmation-actions_11lsu_223 button._confirm-btn_11lsu_236{background-color:#28a745;color:#fff}._appointments-container_11lsu_1 ._confirmation-modal_11lsu_199 ._confirmation-actions_11lsu_223 button._confirm-btn_11lsu_236:hover{background-color:#218838}._appointments-container_11lsu_1 ._confirmation-modal_11lsu_199 ._confirmation-actions_11lsu_223 button._cancel-btn_11lsu_153{background-color:#dc3545;color:#fff}._appointments-container_11lsu_1 ._confirmation-modal_11lsu_199 ._confirmation-actions_11lsu_223 button._cancel-btn_11lsu_153:hover{background-color:#c82333}@media (max-width: 768px){._appointments-container_11lsu_1 ._form-row_11lsu_69{grid-template-columns:1fr!important}._appointments-container_11lsu_1 ._appointments-table-container_11lsu_98{margin:0 -20px;border-radius:0}}.app-popup-overlay{width:100%;padding:1.25rem;display:flex;justify-content:center;align-items:flex-start}.app-popup-content{display:block;background:#fff;padding:1.5rem;border-radius:12px;max-width:1200px;width:100%;position:relative;overflow-y:auto;box-shadow:0 1px 3px #0000000a;border:1px solid rgba(0,0,0,.06)}.app-popup-vertical,.app-popup-vertical .selection-area,.app-popup-vertical .calendar-area{width:100%}.app-popup-vertical{display:flex;flex-direction:column;gap:1rem}.selection-area{display:flex;gap:1rem;flex-direction:column}.calendar-area{min-height:360px}.calendar-placeholder{display:flex;align-items:center;justify-content:center;min-height:200px;color:#6b7280;border-radius:8px;background:linear-gradient(180deg,#fff,#fbfdff);border:1px dashed rgba(59,130,246,.08)}.selected-info{margin-top:1.5rem;padding:1rem;display:flex;flex-direction:row;gap:.75rem;align-items:center;justify-content:center;background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border-radius:12px;border:1px solid rgba(59,130,246,.1)}.hospital-selection,.section-selection,.doctor-selection{margin-bottom:1.25rem}.hospital-selection label,.section-selection label,.doctor-selection label{display:block;font-weight:600;font-size:.8125rem;color:#6b7280;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.3px}.hospital-selection select,.section-selection select,.doctor-selection select{width:100%;padding:.75rem 1rem;font-size:.875rem;border:1.5px solid #e5e7eb;border-radius:8px;background:#fff;color:#1f2937;transition:all .2s ease}.hospital-selection select:focus,.section-selection select:focus,.doctor-selection select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.hospital-selection select:hover,.section-selection select:hover,.doctor-selection select:hover{border-color:#d1d5db}.doctor-slots{margin-top:1.5rem;text-align:left}.slot-date-group{margin-bottom:1.5rem}.slot-date-group h4{font-weight:600;font-size:.9375rem;color:#1f2937;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:2px solid #e5e7eb;position:relative}.slot-date-group h4:after{content:"";position:absolute;bottom:-2px;left:0;width:60px;height:2px;background:linear-gradient(90deg,#3b82f6,#2563eb)}.slot-date-group .slot-date-title{font-weight:600;margin-bottom:.75rem}.slots-container{display:flex;flex-wrap:wrap;gap:.625rem}.slots-container .no-slots-message{color:#ef4444;font-size:.875rem;text-align:center;padding:1rem;background:#fef2f2;border-radius:8px;width:100%}.time-slot{padding:.625rem 1.5rem;background:linear-gradient(135deg,#eff6ff,#dbeafe);border-radius:8px;cursor:pointer;border:1.5px solid #bfdbfe;color:#1e40af;font-weight:600;font-size:.875rem;transition:all .2s ease;min-width:100px;text-align:center}.time-slot.selected{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border-color:transparent;box-shadow:0 2px 8px #3b82f64d}.time-slot:hover:not(.selected){background:linear-gradient(135deg,#dbeafe,#bfdbfe);border-color:#93c5fd;transform:translateY(-1px)}.no-slots-summary{margin-top:1.25rem;padding:1rem 1.25rem;background:linear-gradient(135deg,#fef3c7,#fde68a);border:1px solid #fbbf24;border-radius:8px;color:#92400e;font-size:.8125rem;line-height:1.5}.no-slots-summary strong{display:block;margin-bottom:.5rem;color:#78350f;font-weight:600}.appointment-details-card{margin-top:1.5rem;background:linear-gradient(135deg,#fff,#f8fafc);border:1px solid rgba(0,0,0,.08);border-radius:16px;box-shadow:0 4px 12px #0000000d,0 2px 4px #00000008;overflow:hidden;transition:all .3s ease}.appointment-details-card:hover{box-shadow:0 8px 24px #0000001a,0 4px 8px #0000000d;transform:translateY(-2px)}.appointment-details-card .card-header{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;padding:1rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.appointment-details-card .card-header h3{margin:0;font-size:1.125rem;font-weight:600;text-shadow:0 1px 2px rgba(0,0,0,.1)}.appointment-details-card .card-body{padding:1.5rem}.appointment-details-card .card-body .detail-row{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid rgba(0,0,0,.05)}.appointment-details-card .card-body .detail-row:last-child{border-bottom:none}.appointment-details-card .card-body .detail-row strong{color:#374151;font-weight:600;font-size:.875rem;min-width:100px}.appointment-details-card .card-body .detail-row span{color:#6b7280;font-size:.875rem;text-align:right;flex:1}.appointment-details-card .card-actions{padding:1.5rem;background:#f9fafb;border-top:1px solid rgba(0,0,0,.05);display:flex;gap:.75rem;justify-content:center}.appointment-calendar{background:#fff;border-radius:8px;border:1px solid #e6edf8;padding:.75rem}.appointment-calendar .calendar-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.calendar-title h3{margin:0;font-size:1rem;font-weight:700}.monthly-days-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:6px}.monthly-day-cell{background:#fff;padding:.5rem;border-radius:8px;min-height:108px;cursor:pointer;border:1px solid transparent;transition:all .12s ease}.monthly-day-cell.other-month{opacity:.45}.monthly-day-cell:hover{transform:translateY(-3px);box-shadow:0 4px 12px #0f172a0f}.monthly-day-cell.today .day-number{color:#3b82f6;font-weight:700}.monthly-day-cell.selected{border-color:#3b82f6;box-shadow:0 2px 8px #3b82f61f}.day-cell-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.45rem}.day-name{font-size:.72rem;color:#6b7280}.day-number{font-weight:700;font-size:.95rem}.monthly-slot-list{display:flex;flex-direction:column;gap:6px;margin-top:6px;max-height:180px;overflow-y:auto}.slot-chip{background:linear-gradient(135deg,#eff6ff,#dbeafe);color:#1e40af;padding:4px 6px;border-radius:6px;font-weight:600;font-size:.72rem;cursor:pointer;transition:all .12s ease}.slot-chip:hover{transform:translateY(-2px);box-shadow:0 6px 14px #0f172a0f}.slot-chip.selected-slot{background:linear-gradient(180deg,#2563eb,#1e40af);color:#fff;box-shadow:0 6px 18px #2563eb2e}.has-slots{border-left:3px solid #3b82f6}._appointments-container_u7lcl_2{padding:20px}._appointments-container_u7lcl_2 ._view-toggle_u7lcl_5{display:flex;justify-content:center;gap:20px;margin-bottom:30px}._appointments-container_u7lcl_2 ._view-toggle_u7lcl_5 ._toggle-btn_u7lcl_11{padding:10px 30px;border:none;border-radius:6px;cursor:pointer;font-size:1rem;transition:all .3s ease;background-color:#f8f9fa;color:#6c757d}._appointments-container_u7lcl_2 ._view-toggle_u7lcl_5 ._toggle-btn_u7lcl_11._active_u7lcl_21{background-color:#3498db;color:#fff}._appointments-container_u7lcl_2 ._view-toggle_u7lcl_5 ._toggle-btn_u7lcl_11:hover:not(._active_u7lcl_21){background-color:#e9ecef}._appointments-container_u7lcl_2 ._info_u7lcl_28{background-color:#e8f4fd;color:#2c3e50;padding:12px 16px;border-left:4px solid #3498db;border-radius:4px;margin-bottom:15px;font-size:.9rem;line-height:1.5;display:flex;align-items:center;gap:10px}._appointments-container_u7lcl_2 ._info_u7lcl_28:before{content:"ℹ️";font-size:1.1rem}._appointments-container_u7lcl_2 ._appointment-form_u7lcl_45{max-width:600px;margin:0 auto;background-color:#fff;padding:30px;border-radius:8px;box-shadow:0 2px 4px #0000001a}._appointments-container_u7lcl_2 ._appointment-form_u7lcl_45 ._form-group_u7lcl_53{margin-bottom:20px}._appointments-container_u7lcl_2 ._appointment-form_u7lcl_45 ._form-group_u7lcl_53 label{display:block;margin-bottom:8px;color:#2c3e50;font-weight:500}._appointments-container_u7lcl_2 ._appointment-form_u7lcl_45 ._form-group_u7lcl_53 input,._appointments-container_u7lcl_2 ._appointment-form_u7lcl_45 ._form-group_u7lcl_53 select{width:100%;padding:10px;border:1px solid #e1e1e1;border-radius:4px;font-size:.9rem}._appointments-container_u7lcl_2 ._appointment-form_u7lcl_45 ._form-group_u7lcl_53 input:focus,._appointments-container_u7lcl_2 ._appointment-form_u7lcl_45 ._form-group_u7lcl_53 select:focus{outline:none;border-color:#3498db}._appointments-container_u7lcl_2 ._appointment-form_u7lcl_45 ._form-group_u7lcl_53 input:disabled,._appointments-container_u7lcl_2 ._appointment-form_u7lcl_45 ._form-group_u7lcl_53 select:disabled{background-color:#f8f9fa;cursor:not-allowed}._appointments-container_u7lcl_2 ._appointment-form_u7lcl_45 ._form-row_u7lcl_80{display:grid;grid-template-columns:1fr 1fr;gap:20px}._appointments-container_u7lcl_2 ._appointment-form_u7lcl_45 ._submit-btn_u7lcl_85{width:100%;padding:12px;background-color:#3498db;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:1rem;transition:background-color .3s}._appointments-container_u7lcl_2 ._appointment-form_u7lcl_45 ._submit-btn_u7lcl_85:hover{background-color:#2980b9}._appointments-container_u7lcl_2 ._pastAppointment_u7lcl_99{color:#d32f2f;font-weight:700;background-color:#ffebee;padding:3px 6px;border-radius:5px;display:inline-block;text-align:center;font-size:12px}._appointments-container_u7lcl_2 ._appointments-list_u7lcl_109{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px}._appointments-container_u7lcl_2 ._appointments-list_u7lcl_109 ._appointment-card_u7lcl_114{background-color:#fff;border-radius:8px;padding:20px;box-shadow:0 2px 4px #0000001a;transition:all .3s ease}._appointments-container_u7lcl_2 ._appointments-list_u7lcl_109 ._appointment-card_u7lcl_114:hover{transform:translateY(-2px);box-shadow:0 4px 6px #0000001a}._appointments-container_u7lcl_2 ._appointments-list_u7lcl_109 ._appointment-card_u7lcl_114 ._appointment-header_u7lcl_125{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}._appointments-container_u7lcl_2 ._appointments-list_u7lcl_109 ._appointment-card_u7lcl_114 ._appointment-header_u7lcl_125 h4{margin:0;color:#2c3e50;font-size:1.1rem}._appointments-container_u7lcl_2 ._appointments-list_u7lcl_109 ._appointment-card_u7lcl_114 ._appointment-header_u7lcl_125 ._cancel-btn_u7lcl_136{padding:6px 12px;border:none;border-radius:4px;background-color:#dc3545;color:#fff;font-size:.9rem;cursor:pointer;transition:background-color .3s}._appointments-container_u7lcl_2 ._appointments-list_u7lcl_109 ._appointment-card_u7lcl_114 ._appointment-header_u7lcl_125 ._cancel-btn_u7lcl_136:hover{background-color:#c82333}._appointments-container_u7lcl_2 ._appointments-list_u7lcl_109 ._appointment-card_u7lcl_114 ._appointment-details_u7lcl_149 p{margin:8px 0;color:#6c757d;font-size:.9rem}._appointments-container_u7lcl_2 ._appointments-list_u7lcl_109 ._appointment-card_u7lcl_114 ._appointment-details_u7lcl_149 p strong{color:#2c3e50}._appointments-container_u7lcl_2 ._appointments-table-container_u7lcl_157{background-color:#fff;border-radius:12px;box-shadow:0 4px 4px #0000001a;overflow:auto;margin-top:24px;border:1px solid #edf2f7}._appointments-container_u7lcl_2 ._appointments-table_u7lcl_157{width:100%;border-collapse:separate;border-spacing:0}._appointments-container_u7lcl_2 ._appointments-table_u7lcl_157 th{background-color:#f8fafc;color:#4a5568;font-weight:700;font-size:.85rem;text-transform:uppercase;letter-spacing:.05em;padding:18px 20px;border-bottom:2px solid #edf2f7}._appointments-container_u7lcl_2 ._appointments-table_u7lcl_157 td{padding:16px 20px;color:#2d3748;font-size:.95rem;border-bottom:1px solid #f1f5f9;vertical-align:middle}._appointments-container_u7lcl_2 ._appointments-table_u7lcl_157 td:nth-child(4){font-weight:500;color:#675da9}._appointments-container_u7lcl_2 ._appointments-table_u7lcl_157 tr{transition:background-color .2s ease}._appointments-container_u7lcl_2 ._appointments-table_u7lcl_157 tr:hover{background-color:#f1f5f9}._appointments-container_u7lcl_2 ._appointments-table_u7lcl_157 tr:last-child td{border-bottom:none}._appointments-container_u7lcl_2 ._appointments-table_u7lcl_157 ._actionBtn_u7lcl_200{display:flex;align-items:center;justify-content:center;width:42px;height:42px;padding:0!important;border-radius:10px!important;background-color:#f3f2fa!important;border:1px solid #e8e6f5!important;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}._appointments-container_u7lcl_2 ._appointments-table_u7lcl_157 ._actionBtn_u7lcl_200 span,._appointments-container_u7lcl_2 ._appointments-table_u7lcl_157 ._actionBtn_u7lcl_200 i,._appointments-container_u7lcl_2 ._appointments-table_u7lcl_157 ._actionBtn_u7lcl_200 svg{transition:transform .25s ease,color .25s ease;display:flex;align-items:center;justify-content:center}._appointments-container_u7lcl_2 ._appointments-table_u7lcl_157 ._actionBtn_u7lcl_200:hover{background-color:#675da9!important;border-color:#564b91!important;transform:translateY(-2px);box-shadow:0 4px 12px #675da940}._appointments-container_u7lcl_2 ._appointments-table_u7lcl_157 ._actionBtn_u7lcl_200:hover div,._appointments-container_u7lcl_2 ._appointments-table_u7lcl_157 ._actionBtn_u7lcl_200:hover span,._appointments-container_u7lcl_2 ._appointments-table_u7lcl_157 ._actionBtn_u7lcl_200:hover svg{filter:brightness(0) invert(1);transform:scale(1.1)}._appointments-container_u7lcl_2 ._appointments-table_u7lcl_157 ._actionBtn_u7lcl_200:active{transform:translateY(0);box-shadow:0 2px 6px #675da933;background-color:#564b91!important}._appointments-container_u7lcl_2 ._appointments-table_u7lcl_157 ._actionBtn_u7lcl_200:after{content:attr(title);position:absolute;bottom:-30px;background:#333;color:#fff;padding:4px 8px;font-size:11px;border-radius:4px;opacity:0;pointer-events:none;transition:opacity .2s;white-space:nowrap}@media (max-width: 992px){._appointments-container_u7lcl_2 ._appointments-table_u7lcl_157{display:block}._appointments-container_u7lcl_2 ._appointments-table_u7lcl_157 thead{display:none}._appointments-container_u7lcl_2 ._appointments-table_u7lcl_157 tbody{display:block}._appointments-container_u7lcl_2 ._appointments-table_u7lcl_157 tr{display:block;border:1px solid #edf2f7;border-radius:12px;margin-bottom:15px;padding:10px}._appointments-container_u7lcl_2 ._appointments-table_u7lcl_157 td{display:flex;justify-content:space-between;align-items:center;text-align:right;border-bottom:1px solid #f7fafc;padding:10px 5px}._appointments-container_u7lcl_2 ._appointments-table_u7lcl_157 td:before{content:attr(data-label);font-weight:700;float:left;text-transform:uppercase;font-size:.75rem;color:#a0aec0}}._offerDetail_gtnlq_2{display:flex;flex-direction:column;padding:0;min-height:100%}._offerDetail_gtnlq_2 ._tableHeader_gtnlq_10{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;background:#fff;border-radius:12px;margin-bottom:1rem;border:1px solid rgba(0,0,0,.06);box-shadow:0 2px 4px #0000000a;position:relative}._offerDetail_gtnlq_2 ._tableHeader_gtnlq_10 h3{margin:0;font-size:1rem;font-weight:600;color:#111827;display:flex;align-items:center;gap:.625rem}._offerDetail_gtnlq_2 ._tableHeader_gtnlq_10 h3:before{content:"";width:4px;height:20px;background:linear-gradient(180deg,#3b82f6,#2563eb);border-radius:2px}._offerDetail_gtnlq_2 ._addOfferButton_gtnlq_38{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .15s ease}._offerDetail_gtnlq_2 ._addOfferButton_gtnlq_38:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 4px 12px #3b82f64d}._offerDetail_gtnlq_2 ._oldOffersTable_gtnlq_56{width:100%;border-collapse:separate;border-spacing:0;margin-top:16px;border:1px solid #e0e0e0;border-radius:8px;overflow:hidden;box-shadow:0 2px 6px #0000000d}._offerDetail_gtnlq_2 ._oldOffersTable_gtnlq_56 th{background-color:#f6f8fa;color:#333;padding:12px;font-size:14px;text-align:center;border-bottom:1px solid #e0e0e0}._offerDetail_gtnlq_2 ._oldOffersTable_gtnlq_56 td{font-size:14px;color:#555;border-bottom:1px solid #f0f0f0}._offerDetail_gtnlq_2 ._oldOffersTable_gtnlq_56 td p._serviceDetailsHeader_gtnlq_79{background:#e8f0ff;color:#374151;padding:8px 12px;font-weight:500;font-size:.85rem;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;gap:6px;margin-left:3px}._offerDetail_gtnlq_2 ._oldOffersTable_gtnlq_56 td p._serviceDetailsHeader_gtnlq_79:before{content:"📋";font-size:.9rem}._offerDetail_gtnlq_2 ._oldOffersTable_gtnlq_56 td:last-child{font-weight:500;color:#333}._offerDetail_gtnlq_2 ._oldOffersTable_gtnlq_56 tr:last-child td{border-bottom:none}._offerDetail_gtnlq_2 ._oldOffersTable_gtnlq_56 tr:hover{background-color:#f9f9f9}@media (max-width: 768px){._offerDetail_gtnlq_2 ._oldOffersTable_gtnlq_56 th,._offerDetail_gtnlq_2 ._oldOffersTable_gtnlq_56 td{font-size:12px;padding:8px}}._offerDetail_gtnlq_2 ._oldOffers_gtnlq_56{margin-top:20px;border-left:4px solid #0d6efd;padding:15px;border-radius:6px}._offerDetail_gtnlq_2 ._oldOffers_gtnlq_56 h4{margin-bottom:10px;font-size:16px;font-weight:700;color:#0d6efd}._offerDetail_gtnlq_2 ._oldOffers_gtnlq_56 ul{list-style-type:none;padding-left:0}._offerDetail_gtnlq_2 ._oldOffers_gtnlq_56 ul li{background-color:#fff;border:1px solid #dee2e6;padding:10px;margin-bottom:8px;border-radius:4px;font-size:14px;color:#343a40}._offerDetail_gtnlq_2 ._oldOffers_gtnlq_56 ul li:hover{background-color:#e9ecef}._offerDetail_gtnlq_2 ._offer_gtnlq_2{text-align:center;max-width:35%;min-width:500px;border:1px solid #eee;border-radius:6px;padding:20px;margin:auto}._offerDetail_gtnlq_2 ._offer_gtnlq_2 h3{margin-bottom:20px;color:gray;font-size:1.5rem}._offerDetail_gtnlq_2 ._offer_gtnlq_2 ul{list-style-type:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}._offerDetail_gtnlq_2 ._offer_gtnlq_2 ul li{font-size:1rem;color:#555;display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid #eee}._offerDetail_gtnlq_2 ._offer_gtnlq_2 ul li strong{color:#333}._offerDetail_gtnlq_2 ._offer_gtnlq_2 ul li:last-child{border-bottom:none}._offerDetail_gtnlq_2 ._buttonsContainer_gtnlq_177{display:flex;justify-content:flex-end;gap:.75rem;margin-top:1.5rem}._offerDetail_gtnlq_2 ._buttonsContainer_gtnlq_177 button{padding:.625rem 1.25rem;font-size:.875rem;font-weight:500;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.5rem}._offerDetail_gtnlq_2 ._buttonsContainer_gtnlq_177 button._saveButton_gtnlq_195{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;box-shadow:0 2px 4px #3b82f633}._offerDetail_gtnlq_2 ._buttonsContainer_gtnlq_177 button._saveButton_gtnlq_195:hover{transform:translateY(-1px);box-shadow:0 4px 8px #3b82f64d}._offerDetail_gtnlq_2 ._buttonsContainer_gtnlq_177 button._saveButton_gtnlq_195:disabled{opacity:.5;cursor:not-allowed;transform:none}._offerDetail_gtnlq_2 ._buttonsContainer_gtnlq_177 button._cancelButton_gtnlq_209{background:#ef4444;color:#fff}._offerDetail_gtnlq_2 ._buttonsContainer_gtnlq_177 button._cancelButton_gtnlq_209:hover{background:#dc2626;transform:translateY(-1px);box-shadow:0 4px 8px #ef44444d}._offerDetail_gtnlq_2 ._buttonsContainer_gtnlq_177 button:active{transform:translateY(0)}._offerDetail_gtnlq_2 ._buttonsContainer_gtnlq_177 button._updateBtn_gtnlq_221{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff}._offerDetail_gtnlq_2 ._buttonsContainer_gtnlq_177 button._updateBtn_gtnlq_221:hover{transform:translateY(-1px);box-shadow:0 4px 8px #3b82f64d}._offerDetail_gtnlq_2 ._buttonsContainer_gtnlq_177 button._deleteBtn_gtnlq_229{background-color:#dc3545;color:#fff}._offerDetail_gtnlq_2 ._buttonsContainer_gtnlq_177 button._deleteBtn_gtnlq_229:hover{background-color:#c82333}._offerDetail_gtnlq_2 ._buttonsContainer_gtnlq_177 button._addBtn_gtnlq_236{background-color:#28a745;color:#fff;padding:8px 12px}._offerDetail_gtnlq_2 ._buttonsContainer_gtnlq_177 button._addBtn_gtnlq_236:hover{background-color:#218838}._offerDetail_gtnlq_2 ._noOffer_gtnlq_244{text-align:center;max-width:50%;border:1px solid #eee;border-radius:6px;padding:20px;margin:auto;min-width:500px}._offerDetail_gtnlq_2 ._noOffer_gtnlq_244 ._addBtn_gtnlq_236{background-color:#28a745;color:#fff;padding:8px 12px;font-size:1rem;border:none;border-radius:6px;cursor:pointer;transition:background-color .3s ease}._offerDetail_gtnlq_2 ._noOffer_gtnlq_244 ._addBtn_gtnlq_236:hover{background-color:#218838}._offerDetail_gtnlq_2 ._noOffer_gtnlq_244 p{font-size:1.2rem;color:#555;margin-bottom:15px}._offerDetail_gtnlq_2 ._modal_gtnlq_273{position:fixed;top:0;left:0;width:100%;height:100%;background:#0006;display:flex;justify-content:center;align-items:center;z-index:1000;padding:1rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}._offerDetail_gtnlq_2 ._modal_gtnlq_273 ._modalContent_gtnlq_287{background:#fff;padding:1.5rem;border-radius:12px;width:100%;max-width:600px;box-shadow:0 4px 24px #0000001a;border:1px solid rgba(0,0,0,.06);animation:_modalSlideIn_gtnlq_1 .2s ease-out;max-height:90vh;overflow-y:auto}@media (max-width: 768px){._offerDetail_gtnlq_2 ._modal_gtnlq_273 ._modalContent_gtnlq_287{padding:16px;margin:8px;max-height:95vh}}._offerDetail_gtnlq_2 ._modal_gtnlq_273 ._modalContent_gtnlq_287 h3{color:#111827;font-size:1.25rem;margin-bottom:1.25rem;font-weight:600;padding-bottom:1rem;border-bottom:2px solid #e5e7eb;position:relative}._offerDetail_gtnlq_2 ._modal_gtnlq_273 ._modalContent_gtnlq_287 h3:after{content:"";position:absolute;bottom:-2px;left:0;width:80px;height:2px;background:linear-gradient(90deg,#3b82f6,#2563eb)}@media (max-width: 768px){._offerDetail_gtnlq_2 ._modal_gtnlq_273 ._modalContent_gtnlq_287 h3{font-size:1.3rem;margin-bottom:12px}}._offerDetail_gtnlq_2 ._modal_gtnlq_273 ._modalContent_gtnlq_287 ._buttonsContainer_gtnlq_177{display:flex;justify-content:flex-end;gap:.75rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}@media (max-width: 480px){._offerDetail_gtnlq_2 ._modal_gtnlq_273 ._modalContent_gtnlq_287 ._buttonsContainer_gtnlq_177{flex-direction:column;gap:.5rem}}@keyframes _modalSlideIn_gtnlq_1{0%{opacity:0;transform:translateY(-10px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}._offerDetail_gtnlq_2 ._formContainer_gtnlq_354{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}@media (max-width: 768px){._offerDetail_gtnlq_2 ._formContainer_gtnlq_354{padding:12px;gap:12px}}._offerDetail_gtnlq_2 ._formContainer_gtnlq_354 label{display:flex;flex-direction:column;gap:.5rem;width:100%;color:#6b7280;font-weight:600;font-size:.8125rem;text-transform:uppercase;letter-spacing:.3px}@media (max-width: 768px){._offerDetail_gtnlq_2 ._formContainer_gtnlq_354 label{gap:.375rem}}._offerDetail_gtnlq_2 ._formContainer_gtnlq_354 input,._offerDetail_gtnlq_2 ._formContainer_gtnlq_354 select{padding:.75rem 1rem;border-radius:8px;border:1.5px solid #e5e7eb;font-size:.9375rem;color:#1f2937;background:#fff;width:100%;transition:all .2s ease;font-weight:500}@media (max-width: 768px){._offerDetail_gtnlq_2 ._formContainer_gtnlq_354 input,._offerDetail_gtnlq_2 ._formContainer_gtnlq_354 select{padding:12px;font-size:16px;width:100%;text-align:left}}._offerDetail_gtnlq_2 ._formContainer_gtnlq_354 input:focus,._offerDetail_gtnlq_2 ._formContainer_gtnlq_354 select:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}._offerDetail_gtnlq_2 ._formContainer_gtnlq_354 input:hover:not(:focus),._offerDetail_gtnlq_2 ._formContainer_gtnlq_354 select:hover:not(:focus){border-color:#9ca3af}._offerDetail_gtnlq_2 ._formContainer_gtnlq_354 input:read-only,._offerDetail_gtnlq_2 ._formContainer_gtnlq_354 select:read-only{background:#f3f4f6;color:#6b7280;cursor:not-allowed}._offerDetail_gtnlq_2 ._formContainer_gtnlq_354 ._buttonsContainer_gtnlq_177{display:flex;gap:.75rem;width:100%;justify-content:flex-end;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}@media (max-width: 480px){._offerDetail_gtnlq_2 ._formContainer_gtnlq_354 ._buttonsContainer_gtnlq_177{flex-direction:column;gap:.5rem}}._selectedServicesTable_gtnlq_435{width:100%;border-collapse:collapse;margin-top:8px}._selectedServicesTable_gtnlq_435 th,._selectedServicesTable_gtnlq_435 td{border:1px solid #e5e7eb;padding:8px;text-align:center}._selectedServicesTable_gtnlq_435 th{background:#f3f4f6;font-weight:600;color:#374151}._offerDetail_gtnlq_2{margin-top:16px}._oldOffers_gtnlq_56{margin-top:24px;border:1px solid #e1e5e9;border-radius:6px;overflow:hidden;background:#f9fafb}._oldOffers_gtnlq_56 h4{margin:0;padding:12px 16px;font-size:1rem;background:#f3f4f6;border-bottom:1px solid #e1e5e9;color:#374151}._oldOffersTable_gtnlq_56{width:100%;border-collapse:collapse;font-size:.9rem}._oldOffersTable_gtnlq_56 th,._oldOffersTable_gtnlq_56 td{border:1px solid #e1e5e9;padding:8px 12px;text-align:center}._oldOffersTable_gtnlq_56 th{background:#f3f4f6;font-weight:600;color:#374151}._oldOffersTable_gtnlq_56 tbody tr:hover{background:#f1f5f9}._selectedServicesContainer_gtnlq_493{background:#fff;border-radius:12px;box-shadow:0 2px 4px #0000000a;border:1px solid rgba(0,0,0,.06);overflow:hidden;padding:1rem;margin:0 1rem 1rem}._selectedServicesTable_gtnlq_435{width:100%;border-collapse:collapse;font-size:.875rem;border-radius:8px;overflow:hidden}._selectedServicesTable_gtnlq_435 th,._selectedServicesTable_gtnlq_435 td{padding:1rem;text-align:left;border-bottom:1px solid #f3f4f6}._selectedServicesTable_gtnlq_435 th{background:#fff;color:#6b7280;font-weight:600;font-size:.8125rem;text-transform:uppercase;letter-spacing:.3px;border-bottom:2px solid #e5e7eb;position:relative}._selectedServicesTable_gtnlq_435 th:after{content:"";position:absolute;bottom:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#3b82f6,#2563eb)}._selectedServicesTable_gtnlq_435 th:first-child{width:80px;text-align:center;border-top-left-radius:8px}._selectedServicesTable_gtnlq_435 th:last-child{border-top-right-radius:8px}._selectedServicesTable_gtnlq_435 tbody tr{background:#fff;transition:background-color .15s ease}._selectedServicesTable_gtnlq_435 tbody tr:hover{background:#f9fafb}._selectedServicesTable_gtnlq_435 tbody tr._expandedRow_gtnlq_550{background:#f0f9ff}._selectedServicesTable_gtnlq_435 tbody tr._expandedRow_gtnlq_550:hover{background:#e0f2fe}._selectedServicesTable_gtnlq_435 tbody tr:last-child td{border-bottom:none}._selectedServicesTable_gtnlq_435 tbody tr:last-child td:first-child{border-bottom-left-radius:8px}._selectedServicesTable_gtnlq_435 tbody tr:last-child td:last-child{border-bottom-right-radius:8px}._selectedServicesTable_gtnlq_435 ._expandButton_gtnlq_565{background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;border-radius:8px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}._selectedServicesTable_gtnlq_435 ._expandButton_gtnlq_565:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);transform:translateY(-1px)}._selectedServicesTable_gtnlq_435 ._expandButton_gtnlq_565:active{transform:scale(.95)}._selectedServicesTable_gtnlq_435 ._amountCell_gtnlq_584{font-weight:600;color:#1f2937;font-size:.9375rem}._selectedServicesTable_gtnlq_435 ._paidAmountCell_gtnlq_589{font-weight:600;color:#059669;font-size:.9375rem}._selectedServicesTable_gtnlq_435 ._deleteButton_gtnlq_603{background:none;border:none;cursor:pointer;padding:.5rem;border-radius:6px;transition:all .2s ease;display:inline-flex;align-items:center;justify-content:center}._selectedServicesTable_gtnlq_435 ._deleteButton_gtnlq_603:hover{background:#fee2e2}._selectedServicesTable_gtnlq_435 ._deleteButton_gtnlq_603:active{transform:scale(.95)}._selectedServicesTable_gtnlq_435 ._editablePaidAmount_gtnlq_620{cursor:pointer;padding:.25rem .5rem;border-radius:4px;transition:all .2s ease}._selectedServicesTable_gtnlq_435 ._editablePaidAmount_gtnlq_620:hover{background:#d1fae5}._selectedServicesTable_gtnlq_435 ._paidAmountInput_gtnlq_629{width:100px;padding:.375rem .5rem;border:1.5px solid #3b82f6;border-radius:6px;font-size:.875rem;font-weight:600;color:#059669;text-align:right}._selectedServicesTable_gtnlq_435 ._paidAmountInput_gtnlq_629:focus{outline:none;box-shadow:0 0 0 3px #3b82f61a}._selectedServicesTable_gtnlq_435 ._remainingAmountCell_gtnlq_594{font-weight:600;color:#dc2626;font-size:.9375rem}._selectedServicesTable_gtnlq_435 ._dateCell_gtnlq_599{color:#6b7280;font-size:.875rem}._detailsButton_gtnlq_653{padding:4px 8px;font-size:.8rem;border:1px solid #d1d5db;background:#fff;color:#374151;border-radius:4px;cursor:pointer;transition:background .2s ease,color .2s ease}._detailsButton_gtnlq_653:hover{background:#e5e7eb;color:#1f2937}._detailsButton_gtnlq_653:focus{outline:none;box-shadow:0 0 0 2px #3b82f64d}._serviceDetailsRow_gtnlq_672{background:transparent!important}._serviceDetailsRow_gtnlq_672 td{padding:4px;border:none!important;vertical-align:top;position:relative}._serviceDetailsRow_gtnlq_672:hover{background:transparent!important;transform:none!important;box-shadow:none!important}._serviceDetailsContainer_gtnlq_687{width:50%;margin:16px 0 16px 48px;background:#f8fafc;border:1px solid #e5e7eb;border-radius:6px;overflow:hidden;position:relative}._serviceDetailsContainer_gtnlq_687:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:#667eea}._serviceDetailsTable_gtnlq_706{width:100%;border-collapse:collapse;font-size:.9rem;background:#fff}._serviceDetailsTable_gtnlq_706 th{background:#f8fafc;color:#475569;padding:10px 12px;font-weight:500;text-align:left;font-size:.85rem;border-bottom:1px solid #e5e7eb}._serviceDetailsTable_gtnlq_706 td{padding:10px 12px;border-bottom:1px solid #f1f5f9;background:#fff;font-size:1rem}._serviceDetailsTable_gtnlq_706 td:first-child{color:#374151;font-weight:400}._serviceDetailsTable_gtnlq_706 td:last-child{color:#059669;font-weight:600;text-align:right}._serviceDetailsHeader_gtnlq_79{background:#f8fafc;color:#374151;padding:8px 12px;font-weight:500;font-size:.85rem;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;gap:6px}._editablePrice_gtnlq_749{cursor:pointer;padding:2px 4px;border-radius:3px;transition:all .2s ease;display:inline-block;min-width:40px}._editablePrice_gtnlq_749:hover{background:#e5f3ff;color:#06c}._priceInput_gtnlq_762{width:80px;padding:4px;border:1px solid #d1d5db;border-radius:4px;font-size:.8rem;font-weight:400;color:#059669;background:#fff;text-align:center}._priceInput_gtnlq_762:focus{outline:none;border-color:#1d4ed8;box-shadow:0 0 0 3px #3b82f61a}._editablePaidAmount_gtnlq_620{cursor:pointer;padding:2px 4px;border-radius:3px;transition:all .2s ease;display:inline-block;min-width:40px}._editablePaidAmount_gtnlq_620:hover{background:#ecfdf5;color:#059669}._paidAmountInput_gtnlq_629{width:80px;padding:4px 6px;border:2px solid #10b981;border-radius:4px;font-size:.9rem;font-weight:600;color:#059669;background:#fff;text-align:center}._paidAmountInput_gtnlq_629:focus{outline:none;border-color:#059669;box-shadow:0 0 0 3px #10b9811a}@media (max-width: 768px){._selectedServicesTable_gtnlq_435{font-size:.8rem}._selectedServicesTable_gtnlq_435 th,._selectedServicesTable_gtnlq_435 td{padding:8px 6px}._selectedServicesTable_gtnlq_435 th{font-size:.75rem}._selectedServicesTable_gtnlq_435 ._expandButton_gtnlq_565{width:28px;height:28px}._serviceDetailsContainer_gtnlq_687{width:90%;margin:12px auto}._serviceDetailsHeader_gtnlq_79{padding:10px 12px;font-size:.85rem}}@media (max-width: 480px){._selectedServicesTable_gtnlq_435 th:nth-child(3),._selectedServicesTable_gtnlq_435 td:nth-child(3){display:none}._selectedServicesTable_gtnlq_435 th,._selectedServicesTable_gtnlq_435 td{padding:6px 4px;font-size:.75rem}._serviceDetailsContainer_gtnlq_687{width:95%;margin:8px auto}}@keyframes _expandRow_gtnlq_1{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}._serviceDetailsRow_gtnlq_672{animation:_expandRow_gtnlq_1 .3s ease-out}._btnn_gtnlq_862._pxl_gtnlq_862{padding:6px 12px}._btnn_gtnlq_862._psuccess_gtnlq_865{background:#10b981;color:#fff;border:none;border-radius:4px}._btnn_gtnlq_862._psuccess_gtnlq_865:hover{background:#059669}._btnn_gtnlq_862._pdelete_gtnlq_874{background:#ef4444;color:#fff;border:none;border-radius:4px}._btnn_gtnlq_862._pdelete_gtnlq_874:hover{background:#dc2626}._actionsCell_gtnlq_884{text-align:center;width:80px}._deleteButton_gtnlq_603{background:none;border:none;cursor:pointer;padding:6px;border-radius:4px;transition:background-color .2s}._deleteButton_gtnlq_603:hover{background-color:#fee2e2}._removeServiceButton_gtnlq_901{background:none;border:none;cursor:pointer;padding:4px;border-radius:3px;transition:background-color .2s}._removeServiceButton_gtnlq_901:hover{background-color:#fee2e2}._serviceDetailsHeader_gtnlq_79{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background-color:#f8fafc;border-bottom:1px solid #e2e8f0;font-weight:600;color:#374151}._serviceDetailsTitle_gtnlq_924{display:flex;align-items:center;gap:8px}._addServiceButton_gtnlq_930{background:#10b981;border:none;color:#fff;padding:6px 8px;border-radius:4px;cursor:pointer;display:flex;align-items:center;transition:background-color .2s}._addServiceButton_gtnlq_930:hover{background:#059669}._miniContainer_10ksb_1{padding:16px;background:#fff;border-radius:8px;border:1px solid #e1e5e9;box-shadow:0 2px 8px #0000000a;margin-bottom:16px}@media (max-width: 768px){._miniContainer_10ksb_1{padding:12px;margin-bottom:12px}}._filterContainer_10ksb_16{display:flex;gap:12px;margin-bottom:16px;flex-wrap:wrap}@media (max-width: 768px){._filterContainer_10ksb_16{gap:8px;margin-bottom:12px}}@media (max-width: 480px){._filterContainer_10ksb_16{flex-direction:column}}._modal_10ksb_34{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}._modalContent_10ksb_47{background:#fff;padding:24px;border-radius:8px;width:90%;max-width:600px;max-height:80vh;overflow-y:auto}._currencyInfo_10ksb_57{background:#f3f4f6;padding:12px;border-radius:6px;margin-bottom:16px}._currencyInfo_10ksb_57 p{margin:0;font-weight:600;color:#374151}._priceContainer_10ksb_69{margin:16px 0}._priceContainer_10ksb_69 label{display:flex;flex-direction:column;gap:8px;font-weight:600}._priceContainer_10ksb_69 ._priceInput_10ksb_78{padding:8px 12px;border:1px solid #d1d5db;border-radius:4px;font-size:14px}._priceContainer_10ksb_69 ._currencyIcon_10ksb_84{margin-left:8px;font-weight:700}._existingServicesContainer_10ksb_89{margin:16px 0}._existingServicesContainer_10ksb_89 h4{margin-bottom:12px;color:#374151}._existingServicesList_10ksb_97{background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;padding:12px;max-height:150px;overflow-y:auto}._existingServiceItem_10ksb_106{display:flex;justify-content:space-between;padding:6px 0;border-bottom:1px solid #e5e7eb}._existingServiceItem_10ksb_106:last-child{border-bottom:none}._existingServiceItem_10ksb_106 span:first-child{color:#374151}._existingServiceItem_10ksb_106 span:last-child{font-weight:600;color:#059669}._buttonsContainer_10ksb_123{display:flex;gap:12px;justify-content:flex-end;margin-top:24px}._noService_10ksb_130{text-align:center;padding:20px 16px;color:#6b7280;font-style:italic;background:#f9fafb;border-radius:6px;border:1px dashed #d1d5db}@media (max-width: 768px){._noService_10ksb_130{padding:16px 12px;font-size:.9rem}}._filterBox_10ksb_146{flex:1;min-width:160px}@media (max-width: 480px){._filterBox_10ksb_146{min-width:100%}}._serviceTypeFilter_10ksb_156{width:100%;padding:8px 12px;font-size:.9rem;border:1px solid #d1d5db;border-radius:6px;background:#fff;color:#374151;cursor:pointer;transition:all .2s ease}@media (max-width: 768px){._serviceTypeFilter_10ksb_156{padding:10px 12px;font-size:16px}}._serviceTypeFilter_10ksb_156:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}._serviceTypeFilter_10ksb_156:hover:not(:focus){border-color:#9ca3af}._serviceTypeFilter_10ksb_156 option{padding:8px}._serviceTable_10ksb_185{width:100%;font-size:.9rem;border-collapse:collapse;background:#fff;border-radius:6px;overflow:hidden;box-shadow:0 1px 3px #0000000f;border:1px solid #e1e5e9}@media (max-width: 768px){._serviceTable_10ksb_185{font-size:.85rem}}._serviceTable_10ksb_185 thead{background:linear-gradient(195deg,#7f8287,#27282b);position:sticky;top:0;z-index:1}._serviceTable_10ksb_185 thead th{color:#fff;font-weight:600;text-transform:uppercase;font-size:.75rem;letter-spacing:.5px;background-color:transparent}@media (max-width: 768px){._serviceTable_10ksb_185 thead th{font-size:.7rem}}._serviceTable_10ksb_185 th,._serviceTable_10ksb_185 td{padding:10px 12px;border-bottom:1px solid #e1e5e9;text-align:left;vertical-align:middle}@media (max-width: 768px){._serviceTable_10ksb_185 th,._serviceTable_10ksb_185 td{padding:8px 10px}}@media (max-width: 480px){._serviceTable_10ksb_185 th,._serviceTable_10ksb_185 td{padding:6px 8px}._serviceTable_10ksb_185 th:nth-child(1),._serviceTable_10ksb_185 td:nth-child(1){width:50%}._serviceTable_10ksb_185 th:nth-child(2),._serviceTable_10ksb_185 td:nth-child(2){width:30%}._serviceTable_10ksb_185 th:nth-child(3),._serviceTable_10ksb_185 td:nth-child(3){width:20%}}._serviceTable_10ksb_185 tbody tr{transition:background-color .15s ease;cursor:pointer}._serviceTable_10ksb_185 tbody tr:hover{background-color:#f8fafc}._serviceTable_10ksb_185 tbody tr:nth-child(2n){background-color:#fafbfc}._serviceTable_10ksb_185 tbody tr:nth-child(2n):hover{background-color:#f1f5f9}._serviceTable_10ksb_185 tbody tr:active{background-color:#e2e8f0}._serviceTable_10ksb_185 tbody td{color:#374151}._serviceTable_10ksb_185 tbody td:last-child{text-align:center;width:50px}@media (max-width: 768px){._serviceTable_10ksb_185 tbody td:last-child{width:40px}}._serviceTable_10ksb_185 tbody td:nth-child(2){font-weight:500;color:#1f2937}._checkboxInput_10ksb_283{width:16px;height:16px;accent-color:#3b82f6;cursor:pointer;transition:transform .1s ease}@media (max-width: 768px){._checkboxInput_10ksb_283{width:18px;height:18px}}._checkboxInput_10ksb_283:hover{transform:scale(1.1)}._checkboxInput_10ksb_283:checked{transform:scale(1.05)}@media (max-width: 640px){._serviceTable_10ksb_185{font-size:.8rem}._miniContainer_10ksb_1{overflow-x:auto}._serviceTable_10ksb_185 th:first-child,._serviceTable_10ksb_185 td:first-child{position:sticky;left:0;background:inherit;z-index:1}._serviceTable_10ksb_185 thead th:first-child{background:linear-gradient(135deg,#3b82f6,#2563eb)}}._selectContainer_10ksb_322{display:flex;align-items:center;gap:8px}._selectContainer_10ksb_322 ._serviceTypeFilter_10ksb_156{flex:1}._selectContainer_10ksb_322 ._selectButton_10ksb_330{padding:8px 16px;background:#3b82f6;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:.9rem;transition:background .2s ease}._selectContainer_10ksb_322 ._selectButton_10ksb_330:hover{background:#2563eb}._selectContainer_10ksb_322 ._selectButton_10ksb_330:disabled{background:#d1d5db;cursor:not-allowed}@media (max-width: 768px){._selectContainer_10ksb_322 ._selectButton_10ksb_330{padding:10px 16px;font-size:16px}}._selectedServicesList_10ksb_367{list-style:none;margin:0;padding:0}._selectedServiceItem_10ksb_373{display:flex;justify-content:space-between;align-items:center;padding:6px 8px;border-bottom:1px solid #e5e7eb}._selectedServiceItem_10ksb_373:last-child{border-bottom:none}._selectedServiceItem_10ksb_373 span{color:#374151}._selectedServiceItem_10ksb_373 ._deleteButton_10ksb_386{background:#ef4444;color:#fff;border:none;border-radius:4px;padding:4px 8px;cursor:pointer;font-size:.85rem;transition:background .2s ease}._selectedServiceItem_10ksb_373 ._deleteButton_10ksb_386:hover{background:#dc2626}._selectedServiceItem_10ksb_373 ._deleteButton_10ksb_386:focus{outline:none;box-shadow:0 0 0 2px #ef444466}._selectedServicesTable_10ksb_404{width:100%;border-collapse:collapse;font-size:.9rem}._selectedServicesTable_10ksb_404 th,._selectedServicesTable_10ksb_404 td{border:1px solid #e5e7eb;padding:8px;text-align:center}._selectedServicesTable_10ksb_404 th{background:#f3f4f6;font-weight:600;color:#374151}._selectedServicesTable_10ksb_404 td{background:#fff;color:#374151}._selectedServicesTable_10ksb_404 td ._inputSmall_10ksb_424{width:60px;padding:4px;border:1px solid #d1d5db;border-radius:4px}._selectedServicesTable_10ksb_404 td ._deleteButton_10ksb_386{background:#ef4444;color:#fff;border:none;border-radius:4px;padding:4px 8px;cursor:pointer;font-size:.85rem;transition:background .2s ease}._selectedServicesTable_10ksb_404 td ._deleteButton_10ksb_386:hover{background:#dc2626}._selectedServicesTable_10ksb_404 td ._deleteButton_10ksb_386:focus{outline:none;box-shadow:0 0 0 2px #ef444466}._selectedServicesContainer_10ksb_354{margin-top:16px;background:#f9fafb;border-radius:6px;border:1px solid #e1e5e9;padding:12px}._selectedServicesContainer_10ksb_354 h4{margin:0 0 8px;font-size:1rem;color:#1f2937}._selectedServicesTable_10ksb_404{width:100%;border-collapse:collapse;background:#fff;border:1px solid #e1e5e9}._selectedServicesTable_10ksb_404 thead{background:#f3f4f6}._selectedServicesTable_10ksb_404 thead th{text-align:center;padding:8px 12px;font-size:.85rem;color:#374151}._selectedServicesTable_10ksb_404 tbody tr{border-bottom:1px solid #e5e7eb}._selectedServicesTable_10ksb_404 tbody tr:hover{background:#f9fafb}._selectedServicesTable_10ksb_404 tbody tr td{padding:8px 12px;color:#374151}._selectedServicesTable_10ksb_404 tbody tr td ._inputSmall_10ksb_424{width:100px;padding:8px;border:1px solid #d1d5db;border-radius:4px}._selectedServicesTable_10ksb_404 tbody tr td:last-child{text-align:right}._deleteButton_10ksb_386{background:#ef4444;color:#fff;border:none;border-radius:4px;padding:4px 8px;cursor:pointer;font-size:.85rem;transition:background .2s ease}._deleteButton_10ksb_386:hover{background:#dc2626}._deleteButton_10ksb_386:focus{outline:none;box-shadow:0 0 0 2px #ef444466}._customDropdown_10ksb_514{flex:1;position:relative}._dropdownInput_10ksb_519{width:100%;padding:10px 14px;border:2px solid #e5e7eb;border-radius:8px;font-size:14px;transition:all .2s ease;background:#fff;cursor:pointer}._dropdownInput_10ksb_519:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}._dropdownInput_10ksb_519:disabled{background:#f3f4f6;cursor:not-allowed;opacity:.6}._dropdownInput_10ksb_519::placeholder{color:#9ca3af}._dropdownList_10ksb_543{position:absolute;top:calc(100% + 4px);left:0;right:0;max-height:300px;overflow-y:auto;background:#fff;border:2px solid #e5e7eb;border-radius:8px;box-shadow:0 10px 25px #0000001a;z-index:1000}._dropdownItem_10ksb_557{display:flex;justify-content:space-between;align-items:center;padding:12px 14px;cursor:pointer;transition:background .2s ease;border-bottom:1px solid #f3f4f6}._dropdownItem_10ksb_557:last-child{border-bottom:none}._dropdownItem_10ksb_557:hover{background:#f0f9ff}._dropdownItem_10ksb_557 ._serviceName_10ksb_572{font-size:14px;color:#374151;font-weight:500}._dropdownItem_10ksb_557 ._servicePrice_10ksb_577{font-size:14px;color:#3b82f6;font-weight:600}._adminFbLeads_10ddc_1{padding:24px;background:#fff;border-radius:16px;box-shadow:0 4px 12px #0000000d;border:1px solid #e2e8f0}._adminFbLeads_10ddc_1 ._header_10ddc_8{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:20px;border-bottom:2px solid #e2e8f0}._adminFbLeads_10ddc_1 ._header_10ddc_8 ._headerInfo_10ddc_16 h4{color:#0f172a;font-size:1.25rem;font-weight:600;margin:0 0 4px}._adminFbLeads_10ddc_1 ._header_10ddc_8 ._headerInfo_10ddc_16 p{color:#64748b;font-size:.875rem;margin:0;font-weight:500}._adminFbLeads_10ddc_1 ._header_10ddc_8 ._buttonGroup_10ddc_28{display:flex;gap:12px}._adminFbLeads_10ddc_1 ._header_10ddc_8 ._buttonGroup_10ddc_28 button{display:flex;align-items:center;gap:8px;padding:10px 20px;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}._adminFbLeads_10ddc_1 ._header_10ddc_8 ._buttonGroup_10ddc_28 button._saveButton_10ddc_44{background:#059669;color:#fff}._adminFbLeads_10ddc_1 ._header_10ddc_8 ._buttonGroup_10ddc_28 button._saveButton_10ddc_44:hover:not(:disabled){background:#047857;box-shadow:0 4px 12px #05966940}._adminFbLeads_10ddc_1 ._header_10ddc_8 ._buttonGroup_10ddc_28 button._saveButton_10ddc_44:disabled{opacity:.6;cursor:not-allowed}._adminFbLeads_10ddc_1 ._header_10ddc_8 ._buttonGroup_10ddc_28 button._resetButton_10ddc_56{background:#f1f5f9;color:#64748b;border:1px solid #cbd5e1}._adminFbLeads_10ddc_1 ._header_10ddc_8 ._buttonGroup_10ddc_28 button._resetButton_10ddc_56:hover{background:#e2e8f0;color:#475569}._adminFbLeads_10ddc_1 ._selectedAdminCard_10ddc_65{background:linear-gradient(135deg,#f0f9ff,#f0fdf4);border-radius:12px;padding:18px;border:2px solid #e0f2fe;margin-bottom:24px}._adminFbLeads_10ddc_1 ._selectedAdminCard_10ddc_65 ._formCountBadge_10ddc_72{display:flex;align-items:center;gap:12px;margin-bottom:14px}._adminFbLeads_10ddc_1 ._selectedAdminCard_10ddc_65 ._formCountBadge_10ddc_72 ._badge_10ddc_78{background:#059669;color:#fff;font-size:1.1rem;font-weight:700;padding:6px 14px;border-radius:20px;min-width:44px;text-align:center;display:inline-block}._adminFbLeads_10ddc_1 ._selectedAdminCard_10ddc_65 ._formCountBadge_10ddc_72 ._label_10ddc_89{color:#64748b;font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}._adminFbLeads_10ddc_1 ._selectedAdminCard_10ddc_65 ._formsChips_10ddc_96{display:flex;flex-wrap:wrap;gap:8px}._adminFbLeads_10ddc_1 ._selectedAdminCard_10ddc_65 ._formsChips_10ddc_96 ._formChip_10ddc_101{display:flex;align-items:center;gap:6px;background:#fff;border:1px solid #cbd5e1;color:#334155;font-size:.85rem;font-weight:500;padding:6px 14px;border-radius:20px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:250px;transition:all .2s ease;box-shadow:0 1px 3px #0000000d;cursor:pointer}._adminFbLeads_10ddc_1 ._selectedAdminCard_10ddc_65 ._formsChips_10ddc_96 ._formChip_10ddc_101 svg{flex-shrink:0}._adminFbLeads_10ddc_1 ._selectedAdminCard_10ddc_65 ._formsChips_10ddc_96 ._formChip_10ddc_101._selected_10ddc_65{background:#dcfce7;border-color:#059669;color:#059669;font-weight:600}._adminFbLeads_10ddc_1 ._selectedAdminCard_10ddc_65 ._formsChips_10ddc_96 ._formChip_10ddc_101._selected_10ddc_65 svg{color:#059669}._adminFbLeads_10ddc_1 ._selectedAdminCard_10ddc_65 ._formsChips_10ddc_96 ._formChip_10ddc_101:hover{border-color:#059669;background:#f0fdf4;color:#059669;box-shadow:0 2px 6px #0596691a}._adminFbLeads_10ddc_1 ._selectedAdminCard_10ddc_65 ._formsChips_10ddc_96 ._formChip_10ddc_101:hover svg{color:#059669}@media (max-width: 768px){._adminFbLeads_10ddc_1 ._selectedAdminCard_10ddc_65{padding:14px}._adminFbLeads_10ddc_1 ._selectedAdminCard_10ddc_65 ._formCountBadge_10ddc_72{margin-bottom:12px}._adminFbLeads_10ddc_1 ._selectedAdminCard_10ddc_65 ._formCountBadge_10ddc_72 ._badge_10ddc_78{font-size:1rem;padding:5px 12px;min-width:40px}._adminFbLeads_10ddc_1 ._selectedAdminCard_10ddc_65 ._formCountBadge_10ddc_72 ._label_10ddc_89{font-size:.8rem}._adminFbLeads_10ddc_1 ._selectedAdminCard_10ddc_65 ._formsChips_10ddc_96{gap:6px}._adminFbLeads_10ddc_1 ._selectedAdminCard_10ddc_65 ._formsChips_10ddc_96 ._formChip_10ddc_101{display:flex;align-items:center;gap:6px;font-size:.8rem;padding:5px 11px;max-width:180px}}@media (max-width: 480px){._adminFbLeads_10ddc_1 ._selectedAdminCard_10ddc_65{padding:12px}._adminFbLeads_10ddc_1 ._selectedAdminCard_10ddc_65 ._formCountBadge_10ddc_72{gap:10px}._adminFbLeads_10ddc_1 ._selectedAdminCard_10ddc_65 ._formsChips_10ddc_96 ._formChip_10ddc_101{display:flex;align-items:center;gap:6px;font-size:.75rem;padding:4px 10px;max-width:140px}}._adminFbLeads_10ddc_1 ._assignmentContainer_10ddc_184{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:24px}._adminFbLeads_10ddc_1 ._assignmentContainer_10ddc_184 ._assignmentBox_10ddc_190{background:#fff;border-radius:12px;padding:20px;box-shadow:0 2px 8px #0000000f;border:1px solid #e2e8f0}._adminFbLeads_10ddc_1 ._assignmentContainer_10ddc_184 ._assignmentBox_10ddc_190 ._boxHeader_10ddc_197{margin-bottom:20px}._adminFbLeads_10ddc_1 ._assignmentContainer_10ddc_184 ._assignmentBox_10ddc_190 ._boxHeader_10ddc_197 ._boxTitle_10ddc_200{display:flex;align-items:center;gap:12px;margin-bottom:16px}._adminFbLeads_10ddc_1 ._assignmentContainer_10ddc_184 ._assignmentBox_10ddc_190 ._boxHeader_10ddc_197 ._boxTitle_10ddc_200 h4{color:#0f172a;font-size:1.25rem;font-weight:600;margin:0;flex:1}._adminFbLeads_10ddc_1 ._assignmentContainer_10ddc_184 ._assignmentBox_10ddc_190 ._boxHeader_10ddc_197 ._boxTitle_10ddc_200 ._badge_10ddc_78{background:#3b82f6;color:#fff;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:600}._adminFbLeads_10ddc_1 ._assignmentContainer_10ddc_184 ._assignmentBox_10ddc_190 ._boxHeader_10ddc_197 ._infoText_10ddc_221{display:block;margin-top:.5rem;font-size:.8rem;color:#6b7280;line-height:1.4;margin-bottom:16px}._adminFbLeads_10ddc_1 ._assignmentContainer_10ddc_184 ._assignmentBox_10ddc_190 ._boxHeader_10ddc_197 ._headerActions_10ddc_229{display:flex;gap:12px;align-items:center}._adminFbLeads_10ddc_1 ._assignmentContainer_10ddc_184 ._assignmentBox_10ddc_190 ._boxHeader_10ddc_197 ._headerActions_10ddc_229 ._filterInput_10ddc_234{display:flex;align-items:center;gap:8px;padding:10px 12px;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0;transition:all .2s ease;flex:1}._adminFbLeads_10ddc_1 ._assignmentContainer_10ddc_184 ._assignmentBox_10ddc_190 ._boxHeader_10ddc_197 ._headerActions_10ddc_229 ._filterInput_10ddc_234:focus-within{background:#fff;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}._adminFbLeads_10ddc_1 ._assignmentContainer_10ddc_184 ._assignmentBox_10ddc_190 ._boxHeader_10ddc_197 ._headerActions_10ddc_229 ._filterInput_10ddc_234 input{flex:1;border:none;background:transparent;outline:none;font-size:14px;color:#0f172a}._adminFbLeads_10ddc_1 ._assignmentContainer_10ddc_184 ._assignmentBox_10ddc_190 ._boxHeader_10ddc_197 ._headerActions_10ddc_229 ._filterInput_10ddc_234 input::placeholder{color:#94a3b8}._adminFbLeads_10ddc_1 ._assignmentContainer_10ddc_184 ._assignmentBox_10ddc_190 ._boxHeader_10ddc_197 ._headerActions_10ddc_229 ._selectActions_10ddc_261{display:flex;gap:8px}._adminFbLeads_10ddc_1 ._assignmentContainer_10ddc_184 ._assignmentBox_10ddc_190 ._boxHeader_10ddc_197 ._headerActions_10ddc_229 ._selectActions_10ddc_261 ._selectAllBtn_10ddc_265,._adminFbLeads_10ddc_1 ._assignmentContainer_10ddc_184 ._assignmentBox_10ddc_190 ._boxHeader_10ddc_197 ._headerActions_10ddc_229 ._selectActions_10ddc_261 ._deselectAllBtn_10ddc_266,._adminFbLeads_10ddc_1 ._assignmentContainer_10ddc_184 ._assignmentBox_10ddc_190 ._boxHeader_10ddc_197 ._headerActions_10ddc_229 ._selectActions_10ddc_261 ._refreshBtn_10ddc_267{padding:6px 12px;border:none;border-radius:6px;cursor:pointer;transition:all .2s ease;font-size:11px;font-weight:600;text-transform:uppercase;display:flex;align-items:center;gap:6px}._adminFbLeads_10ddc_1 ._assignmentContainer_10ddc_184 ._assignmentBox_10ddc_190 ._boxHeader_10ddc_197 ._headerActions_10ddc_229 ._selectActions_10ddc_261 ._selectAllBtn_10ddc_265{background:#dcfdf4;color:#047857;border:1px solid #bbf7d0}._adminFbLeads_10ddc_1 ._assignmentContainer_10ddc_184 ._assignmentBox_10ddc_190 ._boxHeader_10ddc_197 ._headerActions_10ddc_229 ._selectActions_10ddc_261 ._selectAllBtn_10ddc_265:hover:not(:disabled){background:#bbf7d0}._adminFbLeads_10ddc_1 ._assignmentContainer_10ddc_184 ._assignmentBox_10ddc_190 ._boxHeader_10ddc_197 ._headerActions_10ddc_229 ._selectActions_10ddc_261 ._selectAllBtn_10ddc_265:disabled{opacity:.5;cursor:not-allowed}._adminFbLeads_10ddc_1 ._assignmentContainer_10ddc_184 ._assignmentBox_10ddc_190 ._boxHeader_10ddc_197 ._headerActions_10ddc_229 ._selectActions_10ddc_261 ._deselectAllBtn_10ddc_266{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}._adminFbLeads_10ddc_1 ._assignmentContainer_10ddc_184 ._assignmentBox_10ddc_190 ._boxHeader_10ddc_197 ._headerActions_10ddc_229 ._selectActions_10ddc_261 ._deselectAllBtn_10ddc_266:hover:not(:disabled){background:#fecaca}._adminFbLeads_10ddc_1 ._assignmentContainer_10ddc_184 ._assignmentBox_10ddc_190 ._boxHeader_10ddc_197 ._headerActions_10ddc_229 ._selectActions_10ddc_261 ._deselectAllBtn_10ddc_266:disabled{opacity:.5;cursor:not-allowed}._adminFbLeads_10ddc_1 ._assignmentContainer_10ddc_184 ._assignmentBox_10ddc_190 ._boxHeader_10ddc_197 ._headerActions_10ddc_229 ._selectActions_10ddc_261 ._refreshBtn_10ddc_267{background:#eff6ff;color:#2563eb;border:1px solid #bfdbfe}._adminFbLeads_10ddc_1 ._assignmentContainer_10ddc_184 ._assignmentBox_10ddc_190 ._boxHeader_10ddc_197 ._headerActions_10ddc_229 ._selectActions_10ddc_261 ._refreshBtn_10ddc_267:hover:not(:disabled){background:#dbeafe}._adminFbLeads_10ddc_1 ._assignmentContainer_10ddc_184 ._assignmentBox_10ddc_190 ._boxHeader_10ddc_197 ._headerActions_10ddc_229 ._selectActions_10ddc_261 ._refreshBtn_10ddc_267:disabled{opacity:.5;cursor:not-allowed}._adminFbLeads_10ddc_1 ._assignmentContainer_10ddc_184 ._assignmentBox_10ddc_190 ._checkboxGrid_10ddc_316{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:12px;max-height:300px;overflow-y:auto;padding-right:4px}._adminFbLeads_10ddc_1 ._assignmentContainer_10ddc_184 ._assignmentBox_10ddc_190 ._checkboxGrid_10ddc_316::-webkit-scrollbar{width:4px}._adminFbLeads_10ddc_1 ._assignmentContainer_10ddc_184 ._assignmentBox_10ddc_190 ._checkboxGrid_10ddc_316::-webkit-scrollbar-track{background:#f1f5f9;border-radius:2px}._adminFbLeads_10ddc_1 ._assignmentContainer_10ddc_184 ._assignmentBox_10ddc_190 ._checkboxGrid_10ddc_316::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:2px}._adminFbLeads_10ddc_1 ._assignmentContainer_10ddc_184 ._assignmentBox_10ddc_190 ._checkboxGrid_10ddc_316::-webkit-scrollbar-thumb:hover{background:#94a3b8}._adminFbLeads_10ddc_1 ._assignmentContainer_10ddc_184 ._assignmentBox_10ddc_190 ._checkboxGrid_10ddc_316 ._emptyState_10ddc_338{grid-column:1/-1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:40px 20px;color:#94a3b8}._adminFbLeads_10ddc_1 ._assignmentContainer_10ddc_184 ._assignmentBox_10ddc_190 ._checkboxGrid_10ddc_316 ._emptyState_10ddc_338 svg{width:32px;height:32px;opacity:.5}._adminFbLeads_10ddc_1 ._assignmentContainer_10ddc_184 ._assignmentBox_10ddc_190 ._checkboxGrid_10ddc_316 ._emptyState_10ddc_338 span{font-size:14px;font-weight:500}._adminFbLeads_10ddc_1 ._assignmentContainer_10ddc_184 ._assignmentBox_10ddc_190 ._checkboxGrid_10ddc_316 ._checkboxCard_10ddc_357{display:flex;align-items:center;justify-content:space-between;padding:16px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;cursor:pointer;transition:all .2s ease}._adminFbLeads_10ddc_1 ._assignmentContainer_10ddc_184 ._assignmentBox_10ddc_190 ._checkboxGrid_10ddc_316 ._checkboxCard_10ddc_357:hover{background:#fff;border-color:#cbd5e1;box-shadow:0 2px 8px #0000000f}._adminFbLeads_10ddc_1 ._assignmentContainer_10ddc_184 ._assignmentBox_10ddc_190 ._checkboxGrid_10ddc_316 ._checkboxCard_10ddc_357._selected_10ddc_65{background:#3b82f6;border-color:#2563eb;color:#fff}._adminFbLeads_10ddc_1 ._assignmentContainer_10ddc_184 ._assignmentBox_10ddc_190 ._checkboxGrid_10ddc_316 ._checkboxCard_10ddc_357._selected_10ddc_65 ._cardContent_10ddc_378 ._iconWrapper_10ddc_378{background:#fff3}._adminFbLeads_10ddc_1 ._assignmentContainer_10ddc_184 ._assignmentBox_10ddc_190 ._checkboxGrid_10ddc_316 ._checkboxCard_10ddc_357._selected_10ddc_65 ._cardContent_10ddc_378 ._cardInfo_10ddc_381 ._cardTitle_10ddc_381,._adminFbLeads_10ddc_1 ._assignmentContainer_10ddc_184 ._assignmentBox_10ddc_190 ._checkboxGrid_10ddc_316 ._checkboxCard_10ddc_357._selected_10ddc_65 ._cardContent_10ddc_378 ._cardInfo_10ddc_381 ._cardSubtitle_10ddc_382{color:#fff}._adminFbLeads_10ddc_1 ._assignmentContainer_10ddc_184 ._assignmentBox_10ddc_190 ._checkboxGrid_10ddc_316 ._checkboxCard_10ddc_357._selected_10ddc_65 ._checkbox_10ddc_316{border-color:#fff;background:#3b82f6}._adminFbLeads_10ddc_1 ._assignmentContainer_10ddc_184 ._assignmentBox_10ddc_190 ._checkboxGrid_10ddc_316 ._checkboxCard_10ddc_357._selected_10ddc_65 ._checkbox_10ddc_316:after{color:#fff}._adminFbLeads_10ddc_1 ._assignmentContainer_10ddc_184 ._assignmentBox_10ddc_190 ._checkboxGrid_10ddc_316 ._checkboxCard_10ddc_357 ._cardContent_10ddc_378{display:flex;align-items:center;gap:12px;flex:1}._adminFbLeads_10ddc_1 ._assignmentContainer_10ddc_184 ._assignmentBox_10ddc_190 ._checkboxGrid_10ddc_316 ._checkboxCard_10ddc_357 ._cardContent_10ddc_378 ._iconWrapper_10ddc_378{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#f1f5f9;border-radius:8px;flex-shrink:0;transition:all .2s ease}._adminFbLeads_10ddc_1 ._assignmentContainer_10ddc_184 ._assignmentBox_10ddc_190 ._checkboxGrid_10ddc_316 ._checkboxCard_10ddc_357 ._cardContent_10ddc_378 ._iconWrapper_10ddc_378 svg{width:20px;height:20px}._adminFbLeads_10ddc_1 ._assignmentContainer_10ddc_184 ._assignmentBox_10ddc_190 ._checkboxGrid_10ddc_316 ._checkboxCard_10ddc_357 ._cardContent_10ddc_378 ._cardInfo_10ddc_381{display:flex;flex-direction:column;gap:4px}._adminFbLeads_10ddc_1 ._assignmentContainer_10ddc_184 ._assignmentBox_10ddc_190 ._checkboxGrid_10ddc_316 ._checkboxCard_10ddc_357 ._cardContent_10ddc_378 ._cardInfo_10ddc_381 ._cardTitle_10ddc_381{font-weight:600;color:#0f172a;font-size:14px;line-height:1.2}._adminFbLeads_10ddc_1 ._assignmentContainer_10ddc_184 ._assignmentBox_10ddc_190 ._checkboxGrid_10ddc_316 ._checkboxCard_10ddc_357 ._cardContent_10ddc_378 ._cardInfo_10ddc_381 ._cardSubtitle_10ddc_382{font-size:11px;color:#64748b;font-weight:500;text-transform:uppercase;letter-spacing:.5px}._adminFbLeads_10ddc_1 ._assignmentContainer_10ddc_184 ._assignmentBox_10ddc_190 ._checkboxGrid_10ddc_316 ._checkboxCard_10ddc_357 ._checkbox_10ddc_316{width:20px;height:20px;border:2px solid #cbd5e1;border-radius:4px;display:flex;align-items:center;justify-content:center;background:#fff;transition:all .2s ease;flex-shrink:0}._adminFbLeads_10ddc_1 ._assignmentContainer_10ddc_184 ._assignmentBox_10ddc_190 ._checkboxGrid_10ddc_316 ._checkboxCard_10ddc_357 ._checkbox_10ddc_316._checked_10ddc_443{background:#3b82f6;border-color:#3b82f6}@media (max-width: 1200px){._adminFbLeads_10ddc_1 ._assignmentContainer_10ddc_184{grid-template-columns:1fr}._adminFbLeads_10ddc_1 ._assignmentContainer_10ddc_184 ._assignmentBox_10ddc_190 ._checkboxGrid_10ddc_316{grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}}@media (max-width: 768px){._adminFbLeads_10ddc_1{padding:16px}._adminFbLeads_10ddc_1 ._header_10ddc_8{flex-direction:column;gap:16px;align-items:stretch}._adminFbLeads_10ddc_1 ._header_10ddc_8 ._headerInfo_10ddc_16{text-align:center}._adminFbLeads_10ddc_1 ._header_10ddc_8 ._headerInfo_10ddc_16 h4{font-size:1.125rem}._adminFbLeads_10ddc_1 ._header_10ddc_8 ._buttonGroup_10ddc_28{justify-content:center}._adminFbLeads_10ddc_1 ._header_10ddc_8 ._buttonGroup_10ddc_28 button{flex:1;justify-content:center;padding:12px 16px}._adminFbLeads_10ddc_1 ._assignmentContainer_10ddc_184{grid-template-columns:1fr}._adminFbLeads_10ddc_1 ._assignmentContainer_10ddc_184 ._assignmentBox_10ddc_190{padding:16px}._adminFbLeads_10ddc_1 ._assignmentContainer_10ddc_184 ._assignmentBox_10ddc_190 ._boxHeader_10ddc_197 ._headerActions_10ddc_229{flex-direction:column;gap:12px}._adminFbLeads_10ddc_1 ._assignmentContainer_10ddc_184 ._assignmentBox_10ddc_190 ._boxHeader_10ddc_197 ._headerActions_10ddc_229 ._filterInput_10ddc_234{width:100%}._adminFbLeads_10ddc_1 ._assignmentContainer_10ddc_184 ._assignmentBox_10ddc_190 ._boxHeader_10ddc_197 ._headerActions_10ddc_229 ._selectActions_10ddc_261{width:100%;justify-content:center}._adminFbLeads_10ddc_1 ._assignmentContainer_10ddc_184 ._assignmentBox_10ddc_190 ._boxHeader_10ddc_197 ._headerActions_10ddc_229 ._selectActions_10ddc_261 ._selectAllBtn_10ddc_265,._adminFbLeads_10ddc_1 ._assignmentContainer_10ddc_184 ._assignmentBox_10ddc_190 ._boxHeader_10ddc_197 ._headerActions_10ddc_229 ._selectActions_10ddc_261 ._deselectAllBtn_10ddc_266{flex:1}._adminFbLeads_10ddc_1 ._assignmentContainer_10ddc_184 ._assignmentBox_10ddc_190 ._checkboxGrid_10ddc_316{grid-template-columns:1fr}._adminFbLeads_10ddc_1 ._assignmentContainer_10ddc_184 ._assignmentBox_10ddc_190 ._checkboxGrid_10ddc_316 ._checkboxCard_10ddc_357 ._cardContent_10ddc_378 ._cardInfo_10ddc_381 ._cardTitle_10ddc_381{font-size:13px}}@media (max-width: 480px){._adminFbLeads_10ddc_1{padding:12px}._adminFbLeads_10ddc_1 ._header_10ddc_8 ._headerInfo_10ddc_16 h4{font-size:1rem}._adminFbLeads_10ddc_1 ._header_10ddc_8 ._buttonGroup_10ddc_28{flex-direction:column}._adminFbLeads_10ddc_1 ._header_10ddc_8 ._buttonGroup_10ddc_28 button{width:100%;font-size:13px;padding:10px 16px}._adminFbLeads_10ddc_1 ._assignmentContainer_10ddc_184{gap:16px}._adminFbLeads_10ddc_1 ._assignmentContainer_10ddc_184 ._assignmentBox_10ddc_190{padding:12px}._adminFbLeads_10ddc_1 ._assignmentContainer_10ddc_184 ._assignmentBox_10ddc_190 ._boxHeader_10ddc_197,._adminFbLeads_10ddc_1 ._assignmentContainer_10ddc_184 ._assignmentBox_10ddc_190 ._boxHeader_10ddc_197 ._boxTitle_10ddc_200{margin-bottom:12px}._adminFbLeads_10ddc_1 ._assignmentContainer_10ddc_184 ._assignmentBox_10ddc_190 ._boxHeader_10ddc_197 ._boxTitle_10ddc_200 h4{font-size:1rem}._adminFbLeads_10ddc_1 ._assignmentContainer_10ddc_184 ._assignmentBox_10ddc_190 ._boxHeader_10ddc_197 ._boxTitle_10ddc_200 ._badge_10ddc_78{padding:3px 8px;font-size:10px}._adminFbLeads_10ddc_1 ._assignmentContainer_10ddc_184 ._assignmentBox_10ddc_190 ._boxHeader_10ddc_197 ._headerActions_10ddc_229 ._filterInput_10ddc_234{padding:8px 10px}._adminFbLeads_10ddc_1 ._assignmentContainer_10ddc_184 ._assignmentBox_10ddc_190 ._boxHeader_10ddc_197 ._headerActions_10ddc_229 ._filterInput_10ddc_234 input{font-size:13px}._adminFbLeads_10ddc_1 ._assignmentContainer_10ddc_184 ._assignmentBox_10ddc_190 ._boxHeader_10ddc_197 ._headerActions_10ddc_229 ._selectActions_10ddc_261 ._selectAllBtn_10ddc_265,._adminFbLeads_10ddc_1 ._assignmentContainer_10ddc_184 ._assignmentBox_10ddc_190 ._boxHeader_10ddc_197 ._headerActions_10ddc_229 ._selectActions_10ddc_261 ._deselectAllBtn_10ddc_266{padding:5px 10px;font-size:10px;flex:1}._adminFbLeads_10ddc_1 ._assignmentContainer_10ddc_184 ._assignmentBox_10ddc_190 ._checkboxGrid_10ddc_316{grid-template-columns:1fr;gap:10px;max-height:400px}._adminFbLeads_10ddc_1 ._assignmentContainer_10ddc_184 ._assignmentBox_10ddc_190 ._checkboxGrid_10ddc_316 ._emptyState_10ddc_338{padding:30px 16px}._adminFbLeads_10ddc_1 ._assignmentContainer_10ddc_184 ._assignmentBox_10ddc_190 ._checkboxGrid_10ddc_316 ._emptyState_10ddc_338 svg{width:24px;height:24px}._adminFbLeads_10ddc_1 ._assignmentContainer_10ddc_184 ._assignmentBox_10ddc_190 ._checkboxGrid_10ddc_316 ._emptyState_10ddc_338 span{font-size:13px}._adminFbLeads_10ddc_1 ._assignmentContainer_10ddc_184 ._assignmentBox_10ddc_190 ._checkboxGrid_10ddc_316 ._checkboxCard_10ddc_357{padding:12px}._adminFbLeads_10ddc_1 ._assignmentContainer_10ddc_184 ._assignmentBox_10ddc_190 ._checkboxGrid_10ddc_316 ._checkboxCard_10ddc_357 ._cardContent_10ddc_378 ._iconWrapper_10ddc_378{width:36px;height:36px}._adminFbLeads_10ddc_1 ._assignmentContainer_10ddc_184 ._assignmentBox_10ddc_190 ._checkboxGrid_10ddc_316 ._checkboxCard_10ddc_357 ._cardContent_10ddc_378 ._iconWrapper_10ddc_378 svg{width:18px;height:18px}._adminFbLeads_10ddc_1 ._assignmentContainer_10ddc_184 ._assignmentBox_10ddc_190 ._checkboxGrid_10ddc_316 ._checkboxCard_10ddc_357 ._cardContent_10ddc_378 ._cardInfo_10ddc_381 ._cardTitle_10ddc_381{font-size:13px}._adminFbLeads_10ddc_1 ._assignmentContainer_10ddc_184 ._assignmentBox_10ddc_190 ._checkboxGrid_10ddc_316 ._checkboxCard_10ddc_357 ._cardContent_10ddc_378 ._cardInfo_10ddc_381 ._cardSubtitle_10ddc_382{font-size:10px}._adminFbLeads_10ddc_1 ._assignmentContainer_10ddc_184 ._assignmentBox_10ddc_190 ._checkboxGrid_10ddc_316 ._checkboxCard_10ddc_357 ._checkbox_10ddc_316{width:18px;height:18px}._adminFbLeads_10ddc_1 ._assignmentContainer_10ddc_184 ._assignmentBox_10ddc_190 ._checkboxGrid_10ddc_316 ._checkboxCard_10ddc_357 ._checkbox_10ddc_316._checked_10ddc_443:after{font-size:12px}}._adminLeave_yz69b_1{padding:24px;background:var(--background-color);border-radius:8px}._adminLeave_yz69b_1 ._header_yz69b_6{margin-bottom:32px}._adminLeave_yz69b_1 ._header_yz69b_6 h2{display:flex;align-items:center;gap:12px;font-size:24px;font-weight:600;color:var(--text-primary);margin-bottom:8px}._adminLeave_yz69b_1 ._header_yz69b_6 ._subtitle_yz69b_18{color:var(--text-secondary);font-size:14px;margin-left:36px}._adminLeave_yz69b_1 ._leaveForm_yz69b_23{background:var(--card-background);padding:24px;border-radius:8px;margin-bottom:32px;box-shadow:0 2px 8px #0000000d}._adminLeave_yz69b_1 ._leaveForm_yz69b_23 ._formRow_yz69b_30{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px}._adminLeave_yz69b_1 ._leaveForm_yz69b_23 ._formGroup_yz69b_35{display:flex;flex-direction:column;gap:8px}._adminLeave_yz69b_1 ._leaveForm_yz69b_23 ._formGroup_yz69b_35 label{display:flex;align-items:center;gap:8px;font-weight:500;font-size:14px;color:var(--text-primary)}._adminLeave_yz69b_1 ._leaveForm_yz69b_23 ._buttonGroup_yz69b_48{margin-top:24px;display:flex;justify-content:flex-end}._adminLeave_yz69b_1 ._leaveForm_yz69b_23 ._buttonGroup_yz69b_48 button{min-width:160px;height:44px;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;font-size:15px;font-weight:500;border-radius:8px;transition:all .2s}._adminLeave_yz69b_1 ._leaveForm_yz69b_23 ._buttonGroup_yz69b_48 button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}._adminLeave_yz69b_1 ._leaveForm_yz69b_23 ._buttonGroup_yz69b_48 button:active:not(:disabled){transform:translateY(0)}._adminLeave_yz69b_1 ._leavesSection_yz69b_73 h3{display:flex;align-items:center;gap:12px;font-size:18px;font-weight:600;color:var(--text-primary);margin-bottom:16px}._adminLeave_yz69b_1 ._leavesSection_yz69b_73 ._loading_yz69b_82{text-align:center;padding:32px;color:var(--text-secondary)}._adminLeave_yz69b_1 ._leavesSection_yz69b_73 ._emptyState_yz69b_87{text-align:center;padding:48px 24px;background:var(--card-background);border-radius:8px;color:var(--text-secondary)}._adminLeave_yz69b_1 ._leavesSection_yz69b_73 ._emptyState_yz69b_87 p{margin-top:16px;font-size:14px}._adminLeave_yz69b_1 ._leavesSection_yz69b_73 ._leavesList_yz69b_98{display:flex;flex-direction:column;gap:12px}._adminLeave_yz69b_1 ._leavesSection_yz69b_73 ._leavesList_yz69b_98 ._leaveCard_yz69b_103{display:flex;justify-content:space-between;align-items:center;background:var(--card-background);border-radius:8px;border:1px solid var(--border-color);transition:all .2s}._adminLeave_yz69b_1 ._leavesSection_yz69b_73 ._leavesList_yz69b_98 ._leaveCard_yz69b_103:hover{border-color:var(--primary-color);box-shadow:0 2px 8px #00000014}._adminLeave_yz69b_1 ._leavesSection_yz69b_73 ._leavesList_yz69b_98 ._leaveCard_yz69b_103 ._leaveInfo_yz69b_116{flex:1;display:flex;align-items:center;gap:24px}._adminLeave_yz69b_1 ._leavesSection_yz69b_73 ._leavesList_yz69b_98 ._leaveCard_yz69b_103 ._leaveInfo_yz69b_116 ._leaveDates_yz69b_122{display:flex;align-items:center;gap:8px;font-weight:500;font-size:15px;color:var(--text-primary)}._adminLeave_yz69b_1 ._leavesSection_yz69b_73 ._leavesList_yz69b_98 ._leaveCard_yz69b_103 ._leaveInfo_yz69b_116 ._leaveStatus_yz69b_130 span{display:inline-block;padding:6px 14px;border-radius:12px;font-size:12px;font-weight:500}._adminLeave_yz69b_1 ._leavesSection_yz69b_73 ._leavesList_yz69b_98 ._leaveCard_yz69b_103 ._leaveInfo_yz69b_116 ._leaveStatus_yz69b_130 span._statusActive_yz69b_137{background:#e7f5e7;color:#2e7d32}._adminLeave_yz69b_1 ._leavesSection_yz69b_73 ._leavesList_yz69b_98 ._leaveCard_yz69b_103 ._leaveInfo_yz69b_116 ._leaveStatus_yz69b_130 span._statusFuture_yz69b_141{background:#e3f2fd;color:#1976d2}._adminLeave_yz69b_1 ._leavesSection_yz69b_73 ._leavesList_yz69b_98 ._leaveCard_yz69b_103 ._leaveInfo_yz69b_116 ._leaveStatus_yz69b_130 span._statusPast_yz69b_145{background:#f5f5f5;color:#757575}._adminLeave_yz69b_1 ._leavesSection_yz69b_73 ._leavesList_yz69b_98 ._leaveCard_yz69b_103 button{min-width:44px;height:44px;display:flex;align-items:center;justify-content:center;gap:6px;padding:0 16px;border-radius:8px;transition:all .2s;background:#f44336;color:#fff;border:none}._adminLeave_yz69b_1 ._leavesSection_yz69b_73 ._leavesList_yz69b_98 ._leaveCard_yz69b_103 button:hover{transform:translateY(-1px);box-shadow:0 4px 12px #f4433666;background:#d32f2f}._adminLeave_yz69b_1 ._leavesSection_yz69b_73 ._leavesList_yz69b_98 ._leaveCard_yz69b_103 button:active{transform:translateY(0)}._adminLeave_yz69b_1 ._infoText_yz69b_171{display:flex;align-items:flex-start;gap:.75rem;padding:1rem;margin-bottom:1.5rem;background:linear-gradient(135deg,#dbeafe,#bfdbfe);border:1px solid #93c5fd;border-left:4px solid #3b82f6;border-radius:8px}._adminLeave_yz69b_1 ._infoText_yz69b_171 p{margin:0;font-size:.875rem;line-height:1.5;color:#1e40af}._adminLeave_yz69b_1 ._leaveCard_yz69b_103{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;transition:all .2s}._adminLeave_yz69b_1 ._leaveCard_yz69b_103:hover{box-shadow:0 4px 12px #00000014;border-color:#d1d5db}._adminLeave_yz69b_1 ._cardHeader_yz69b_199{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;border-bottom:1px solid #e5e7eb}._adminLeave_yz69b_1 ._cardHeader_yz69b_199 ._cardTitle_yz69b_206{flex:1;font-weight:600;font-size:.95rem;color:#374151}._adminLeave_yz69b_1 ._cardHeader_yz69b_199 ._statusBadge_yz69b_212{padding:.375rem .875rem;border-radius:20px;font-size:.8rem;font-weight:600}._adminLeave_yz69b_1 ._cardHeader_yz69b_199 ._statusBadge_yz69b_212._statusPast_yz69b_145{background:#fee2e2;color:#991b1b}._adminLeave_yz69b_1 ._cardHeader_yz69b_199 ._statusBadge_yz69b_212._statusActive_yz69b_137{background:#d1fae5;color:#065f46}._adminLeave_yz69b_1 ._cardHeader_yz69b_199 ._statusBadge_yz69b_212._statusFuture_yz69b_141{background:#dbeafe;color:#1e40af}._adminLeave_yz69b_1 ._cardBody_yz69b_230{padding:1.25rem;border-bottom:1px solid #e5e7eb}._adminLeave_yz69b_1 ._dateRow_yz69b_234{display:flex;align-items:center;gap:1.5rem}._adminLeave_yz69b_1 ._dateItem_yz69b_239{flex:1;display:flex;align-items:center;gap:.75rem}._adminLeave_yz69b_1 ._dateInfo_yz69b_245{display:flex;flex-direction:column;gap:.25rem}._adminLeave_yz69b_1 ._dateInfo_yz69b_245 ._dateLabel_yz69b_250{font-size:.75rem;color:#6b7280;font-weight:500}._adminLeave_yz69b_1 ._dateInfo_yz69b_245 ._dateValue_yz69b_255{font-size:.95rem;color:#111827;font-weight:600}._adminLeave_yz69b_1 ._divider_yz69b_260{width:2px;height:40px;background:linear-gradient(180deg,transparent 0%,#e5e7eb 50%,transparent 100%)}._adminLeave_yz69b_1 ._cardFooter_yz69b_265{display:flex;justify-content:flex-end;padding:1rem 1.25rem;border-bottom:1px solid #e5e7eb}._noAccess_yz69b_272{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:64px 24px;text-align:center;color:var(--text-secondary)}._noAccess_yz69b_272 p{margin-top:16px;font-size:14px}._noAccess_yz69b_272 p:first-of-type{font-weight:500;font-size:16px;color:var(--text-primary)}@media (max-width: 768px){._adminLeave_yz69b_1,._adminLeave_yz69b_1 ._leaveForm_yz69b_23{padding:16px}._adminLeave_yz69b_1 ._leaveForm_yz69b_23 ._formRow_yz69b_30{grid-template-columns:1fr}._adminLeave_yz69b_1 ._leavesSection_yz69b_73 ._leavesList_yz69b_98 ._leaveCard_yz69b_103{flex-direction:column;align-items:flex-start;gap:12px}._adminLeave_yz69b_1 ._leavesSection_yz69b_73 ._leavesList_yz69b_98 ._leaveCard_yz69b_103 button{width:100%;justify-content:center}}._meetings-container_qvnhi_2{padding:0}._meetings-container_qvnhi_2 ._meetings-header_qvnhi_5{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding:1rem 1.25rem;background:#fff;border-radius:12px;border:1px solid rgba(0,0,0,.06);box-shadow:0 2px 4px #0000000a}._meetings-container_qvnhi_2 ._meetings-header_qvnhi_5 ._heading_qvnhi_16{display:flex;flex-direction:column;gap:4px}._meetings-container_qvnhi_2 ._meetings-header_qvnhi_5 ._heading_qvnhi_16 ._eyebrow_qvnhi_21{display:none}._meetings-container_qvnhi_2 ._meetings-header_qvnhi_5 ._heading_qvnhi_16 h3{margin:0;font-size:1rem;font-weight:600;color:#111827;display:flex;align-items:center;gap:10px}._meetings-container_qvnhi_2 ._meetings-header_qvnhi_5 ._heading_qvnhi_16 h3:before{content:"";width:4px;height:20px;background:linear-gradient(180deg,#3b82f6,#2563eb);border-radius:2px}._meetings-container_qvnhi_2 ._meetings-header_qvnhi_5 ._heading_qvnhi_16 ._meta_qvnhi_40{display:flex;gap:8px;flex-wrap:wrap;margin-top:4px}._meetings-container_qvnhi_2 ._meetings-header_qvnhi_5 ._header-actions_qvnhi_46{display:flex;gap:10px;align-items:center}._meetings-container_qvnhi_2 ._meetings-header_qvnhi_5 ._add-meeting-button_qvnhi_51{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .15s ease}._meetings-container_qvnhi_2 ._meetings-header_qvnhi_5 ._add-meeting-button_qvnhi_51:hover:not(:disabled){background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 4px 12px #3b82f64d}._meetings-container_qvnhi_2 ._meetings-header_qvnhi_5 ._add-meeting-button_qvnhi_51:disabled{opacity:.5;cursor:not-allowed}._meetings-container_qvnhi_2 ._meetings-header_qvnhi_5 ._ghost-button_qvnhi_73{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;background:#fff;color:#6b7280;border:1px solid #d1d5db;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .15s ease}._meetings-container_qvnhi_2 ._meetings-header_qvnhi_5 ._ghost-button_qvnhi_73:hover:not(:disabled){background:#f9fafb;border-color:#9ca3af;color:#111827}._meetings-container_qvnhi_2 ._meetings-header_qvnhi_5 ._ghost-button_qvnhi_73:disabled{opacity:.5;cursor:not-allowed}._meetings-container_qvnhi_2 ._loading-container_qvnhi_96{display:flex;justify-content:center;align-items:center;padding:4rem 2rem;background:#fff;border-radius:12px;border:1px solid rgba(0,0,0,.06)}._meetings-container_qvnhi_2 ._meetings-table-container_qvnhi_105{background:#fff;border-radius:12px;border:1px solid rgba(0,0,0,.06);box-shadow:0 2px 4px #0000000a;overflow:hidden}._meetings-container_qvnhi_2 ._meetings-table_qvnhi_105{width:100%;border-collapse:collapse}._meetings-container_qvnhi_2 ._meetings-table_qvnhi_105 thead{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-bottom:1px solid rgba(0,0,0,.06)}._meetings-container_qvnhi_2 ._meetings-table_qvnhi_105 thead tr th{padding:1rem 1.25rem;text-align:left;font-size:.8125rem;font-weight:600;color:#374151;text-transform:uppercase;letter-spacing:.05em}._meetings-container_qvnhi_2 ._meetings-table_qvnhi_105 thead tr th:first-child{width:50px;text-align:center}._meetings-container_qvnhi_2 ._meetings-table_qvnhi_105 tbody tr._tableRow_qvnhi_133{border-bottom:1px solid rgba(0,0,0,.06);transition:background .15s ease}._meetings-container_qvnhi_2 ._meetings-table_qvnhi_105 tbody tr._tableRow_qvnhi_133:last-child{border-bottom:none}._meetings-container_qvnhi_2 ._meetings-table_qvnhi_105 tbody tr._tableRow_qvnhi_133:hover,._meetings-container_qvnhi_2 ._meetings-table_qvnhi_105 tbody tr._tableRow_qvnhi_133._expandedRow_qvnhi_143{background:#f8fafc}._meetings-container_qvnhi_2 ._meetings-table_qvnhi_105 tbody tr._tableRow_qvnhi_133 td{padding:1rem 1.25rem;font-size:.875rem;color:#111827;vertical-align:middle}._meetings-container_qvnhi_2 ._meetings-table_qvnhi_105 tbody tr._tableRow_qvnhi_133 td:first-child{text-align:center}._meetings-container_qvnhi_2 ._expandButton_qvnhi_155{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;border-radius:6px;cursor:pointer;transition:all .15s ease;color:#fff}._meetings-container_qvnhi_2 ._expandButton_qvnhi_155:hover{background:#f9fafb;border-color:#d1d5db;color:#111827}._meetings-container_qvnhi_2 ._expandButton_qvnhi_155._expanded_qvnhi_143{background:#eff6ff;border-color:#93c5fd;color:#3b82f6}._pill_qvnhi_179,._pillSoft_qvnhi_180,._pill-soft_qvnhi_181{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:6px;font-size:.75rem;font-weight:600;letter-spacing:.02em}._pill_qvnhi_179{background:#eff6ff;color:#3b82f6;border:1px solid #dbeafe}._pillSoft_qvnhi_180,._pill-soft_qvnhi_181{background:#f3f4f6;color:#6b7280;border:1px solid #e5e7eb}._meetings-table_qvnhi_105 thead{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-bottom:1px solid rgba(0,0,0,.06)}._meetings-table_qvnhi_105 thead tr th{padding:1rem 1.25rem;text-align:left;font-size:.8125rem;font-weight:600;color:#374151;text-transform:uppercase;letter-spacing:.05em}._meetings-table_qvnhi_105 thead tr th:first-child{width:50px;text-align:center}._meetings-table_qvnhi_105 tbody tr._tableRow_qvnhi_133{border-bottom:1px solid rgba(0,0,0,.06);transition:background .15s ease}._meetings-table_qvnhi_105 tbody tr._tableRow_qvnhi_133:last-child{border-bottom:none}._meetings-table_qvnhi_105 tbody tr._tableRow_qvnhi_133:hover,._meetings-table_qvnhi_105 tbody tr._tableRow_qvnhi_133._expandedRow_qvnhi_143{background:#f8fafc}._meetings-table_qvnhi_105 tbody tr._tableRow_qvnhi_133 td{padding:1rem 1.25rem;font-size:.875rem;color:#111827;vertical-align:middle}._meetings-table_qvnhi_105 tbody tr._tableRow_qvnhi_133 td:first-child{text-align:center}._detailsRow_qvnhi_249 td{padding:0!important;background-color:#f8fafc}._detailsContainer_qvnhi_254{padding:1.25rem;background:#f8fafc;border-top:1px solid rgba(0,0,0,.06)}._detailsGrid_qvnhi_260{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem}._personCell_qvnhi_266{display:flex;align-items:center;gap:12px}._personAvatar_qvnhi_272{width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#3b82f6,#2563eb);flex-shrink:0}._personInfo_qvnhi_283{display:flex;flex-direction:column;gap:2px}._personInfo_qvnhi_283 ._editableValue_qvnhi_288{font-weight:600;font-size:.875rem;color:#111827}._personInfo_qvnhi_283 ._personMeta_qvnhi_293{display:flex;gap:6px;align-items:center;flex-wrap:wrap}._dateCell_qvnhi_300{display:inline-flex;align-items:center;gap:6px;color:#6b7280;font-size:.875rem;font-weight:500}._detailItem_qvnhi_309{display:flex;flex-direction:row;gap:.75rem;padding:.75rem;background:#fff;border-radius:8px;box-shadow:0 1px 2px #0000000a;border:1px solid rgba(0,0,0,.04)}._detailLabel_qvnhi_320{display:flex;align-items:center;gap:.5rem;font-size:.75rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.3px;min-width:120px;flex-shrink:0}._detailValue_qvnhi_333{font-size:.875rem;color:#1f2937;font-weight:500;width:100%;text-align:left}._detailValue_qvnhi_333 small{color:#9ca3af;font-size:.85em}._tasksSection_qvnhi_346{grid-column:1/-1;margin-top:16px;padding-top:16px;border-top:1px solid #e2e8f0}._tasksSectionHeader_qvnhi_353{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}._tasksSectionTitle_qvnhi_360{display:flex;align-items:center;gap:10px;font-size:1rem;font-weight:700;color:#1e293b}._addTaskButton_qvnhi_369{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 4px #3b82f633}._addTaskButton_qvnhi_369:hover{transform:translateY(-1px);box-shadow:0 4px 8px #3b82f64d}._addTaskButton_qvnhi_369:active{transform:translateY(0)}._addTaskButton_qvnhi_369 span{font-weight:500}._taskCount_qvnhi_395{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:24px;padding:0 8px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:12px;font-size:.75rem;font-weight:700}._tasksGrid_qvnhi_409{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:16px}._taskCard_qvnhi_415{position:relative;display:flex;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 1px 3px #0000000a,0 4px 12px #00000008;border:1px solid #f1f5f9;transition:all .25s cubic-bezier(.4,0,.2,1)}._taskCard_qvnhi_415:hover{transform:translateY(-4px);box-shadow:0 12px 28px #667eea1f,0 4px 12px #0000000a;border-color:#e2e8f0}._taskCard_qvnhi_415._taskCompleted_qvnhi_430{background:linear-gradient(135deg,#f0fdf4,#fafffe);border-color:#bbf7d0}._taskCard_qvnhi_415._taskOverdue_qvnhi_434{background:linear-gradient(135deg,#fef2f2,#fffbfb);border-color:#fecaca}._taskStatusBar_qvnhi_439{width:5px;flex-shrink:0}._taskStatusBar_qvnhi_439._barPending_qvnhi_443{background:linear-gradient(180deg,#fbbf24,#f59e0b)}._taskStatusBar_qvnhi_439._barCompleted_qvnhi_446{background:linear-gradient(180deg,#22c55e,#16a34a)}._taskStatusBar_qvnhi_439._barOverdue_qvnhi_449{background:linear-gradient(180deg,#ef4444,#dc2626)}._taskContent_qvnhi_453{flex:1;padding:16px;display:flex;flex-direction:column;gap:12px}._taskHeader_qvnhi_461{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}._taskTitle_qvnhi_468{margin:0;font-size:1rem;font-weight:600;color:#0f172a;line-height:1.4;flex:1}._statusBadge_qvnhi_477{display:inline-flex;align-items:center;gap:6px;padding:5px 10px;border-radius:20px;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap}._statusBadge_qvnhi_477._badgePending_qvnhi_489{background:#fef3c7;color:#92400e}._statusBadge_qvnhi_477._badgeCompleted_qvnhi_493{background:#dcfce7;color:#166534}._statusBadge_qvnhi_477._badgeOverdue_qvnhi_497{background:#fee2e2;color:#991b1b}._statusDot_qvnhi_502{width:6px;height:6px;border-radius:50%;background:currentColor;animation:_pulse_qvnhi_1 2s infinite}@keyframes _pulse_qvnhi_1{0%,to{opacity:1}50%{opacity:.5}}._taskNotes_qvnhi_518{margin:0;font-size:.875rem;color:#64748b;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;padding:10px 12px;background:#f8fafc;border-radius:8px;border-left:3px solid #e2e8f0}._taskMeta_qvnhi_534{display:flex;flex-wrap:wrap;gap:16px}._metaItem_qvnhi_540{display:flex;align-items:center;gap:6px;font-size:.8rem;color:#64748b;font-weight:500}._taskFooter_qvnhi_549{display:flex;justify-content:space-between;align-items:center;padding-top:12px;border-top:1px solid #f1f5f9;margin-top:auto}._taskDate_qvnhi_558{font-size:.75rem;color:#94a3b8;font-weight:500}._taskId_qvnhi_564{font-size:.7rem;color:#cbd5e1;font-weight:600;font-family:SF Mono,Consolas,monospace}._tasksContainer_qvnhi_572{display:flex;flex-wrap:wrap;gap:12px;width:100%;margin-top:8px}._miniTaskCard_qvnhi_580{flex:1 1 280px;max-width:400px;background:linear-gradient(135deg,#f8fafc,#fff);border:1px solid #e2e8f0;border-radius:12px;padding:14px 16px;box-shadow:0 4px 12px #0f2f5d0f;transition:all .2s ease}._miniTaskCard_qvnhi_580:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0f2f5d1a;border-color:#cbd5e1}._miniTaskHeader_qvnhi_596{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:8px}._miniTaskName_qvnhi_604{font-weight:600;font-size:.95rem;color:#1e293b;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._miniTaskStatus_qvnhi_614{padding:4px 10px;border-radius:20px;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;white-space:nowrap}._miniTaskStatus_qvnhi_614._completed_qvnhi_623{background:linear-gradient(135deg,#d1fae5,#a7f3d0);color:#065f46;border:1px solid #6ee7b7}._miniTaskStatus_qvnhi_614._pending_qvnhi_628{background:linear-gradient(135deg,#fef3c7,#fde68a);color:#92400e;border:1px solid #fcd34d}._miniTaskNotes_qvnhi_634{margin:0 0 10px;font-size:.85rem;color:#64748b;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}._miniTaskFooter_qvnhi_646{display:flex;align-items:center;gap:6px;font-size:.78rem;color:#94a3b8}._miniTaskFooter_qvnhi_646 span{display:flex;align-items:center;gap:4px}._notesText_qvnhi_659{margin:0;line-height:1.6;color:#495057;white-space:pre-wrap;word-break:break-word}._editableValue_qvnhi_288{cursor:pointer;padding:5px;border-radius:4px;transition:background-color .2s ease;display:inline-block;min-width:50px}._editableValue_qvnhi_288:hover{background-color:#e9ecef}._taskList_qvnhi_679{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:8px;width:100%;max-width:none}._taskItem_qvnhi_688{background-color:#f8f9fa;padding:10px 12px;border-radius:6px;border-left:3px solid #164987;box-shadow:0 1px 2px #0000000a}._taskHeader_qvnhi_461{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}._taskCheckbox_qvnhi_703{width:18px;height:18px;cursor:pointer;accent-color:#164987}._taskName_qvnhi_710{font-weight:600;color:#2c3e50}._taskStatus_qvnhi_439{font-size:.7rem;padding:3px 8px;border-radius:12px;text-transform:uppercase;letter-spacing:.4px;background-color:#fff3cd;color:#856404}._taskStatusCompleted_qvnhi_725{background-color:#d4edda;color:#155724}._taskStatusPending_qvnhi_730{background-color:#fff3cd;color:#856404}._taskMeta_qvnhi_534{display:flex;gap:12px;font-size:.75rem;color:#6c757d;margin-bottom:6px}._taskDetail_qvnhi_743{margin:0;font-size:.8rem;color:#495057;line-height:1.5}._taskInfo_qvnhi_750,._noTasks_qvnhi_751{font-size:.8rem;color:#6c757d;margin:0}._noTasks_qvnhi_751{font-style:italic}._resultTextContainer_qvnhi_761{margin-top:8px;padding:8px;background:#e8f4f8;border-radius:4px;font-size:.8rem;color:#495057;line-height:1.4}._resultTextContainer_qvnhi_761 strong{color:#164987}._resultModalContent_qvnhi_774{display:flex;flex-direction:column;gap:16px;padding:16px}._resultModalTextarea_qvnhi_781{width:100%;min-height:120px;padding:12px;border:2px solid #dee2e6;border-radius:6px;font-size:.95rem;font-family:inherit;resize:vertical;transition:border-color .2s ease}._resultModalTextarea_qvnhi_781:focus{outline:none;border-color:#164987}._resultModalTextarea_qvnhi_781:disabled{background-color:#f8f9fa;cursor:not-allowed}._resultModalActions_qvnhi_801{display:flex;justify-content:flex-end;gap:12px}._cancelButton_qvnhi_807,._saveButton_qvnhi_808{padding:10px 24px;border:none;border-radius:6px;font-size:.95rem;cursor:pointer;transition:all .2s ease}._cancelButton_qvnhi_807:disabled,._saveButton_qvnhi_808:disabled{opacity:.6;cursor:not-allowed}._cancelButton_qvnhi_807{background-color:#6c757d;color:#fff}._cancelButton_qvnhi_807:hover:not(:disabled){background-color:#5a6268}._saveButton_qvnhi_808{background-color:#164987;color:#fff}._saveButton_qvnhi_808:hover:not(:disabled){background-color:#1e5ba8}._editInput_qvnhi_838,._editTextarea_qvnhi_839{width:100%;padding:8px 12px;border:2px solid #164987;border-radius:6px;font-size:.95rem;font-family:inherit;transition:all .2s ease}._editInput_qvnhi_838:focus,._editTextarea_qvnhi_839:focus{outline:none;border-color:#1e5ba8;box-shadow:0 0 0 3px #1649871a}._editInput_qvnhi_838[type=select],select._editInput_qvnhi_838,._meetings-table_qvnhi_105 select{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:40px;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24'><path fill='%23164987' d='M7 10l5 5 5-5z'/></svg>");background-repeat:no-repeat;background-position:right 12px center;background-size:14px 14px;cursor:pointer;transition:box-shadow .18s ease,transform .08s ease}._meetings-table_qvnhi_105 select{height:40px;padding-left:12px;border-radius:10px;border:1px solid #e6ecf5;background:linear-gradient(180deg,#fff,#fbfdff);box-shadow:0 6px 18px #0f2f5d0a;font-weight:600;color:#223046}._editInput_qvnhi_838:focus,._meetings-table_qvnhi_105 select:focus{box-shadow:0 8px 28px #1649871f;border-color:#164987;transform:translateY(-1px)}._meetings-table_qvnhi_105 td select{min-width:120px;padding:8px 36px 8px 12px;font-size:.92rem}select::-ms-expand{display:none}._editTextarea_qvnhi_839{resize:vertical;min-height:60px}._loading-container_qvnhi_96{display:flex;justify-content:center;align-items:center;padding:60px 20px}._view-toggle_qvnhi_914{display:flex;justify-content:center;gap:20px;margin-bottom:30px}._view-toggle_qvnhi_914 ._toggle-btn_qvnhi_920{padding:10px 30px;border:none;border-radius:6px;cursor:pointer;font-size:1rem;transition:all .3s ease;background-color:#f8f9fa;color:#6c757d}._view-toggle_qvnhi_914 ._toggle-btn_qvnhi_920._active_qvnhi_930{background-color:#3498db;color:#fff}._view-toggle_qvnhi_914 ._toggle-btn_qvnhi_920:hover:not(._active_qvnhi_930){background-color:#e9ecef}._appointment-form_qvnhi_938{max-width:600px;margin:0 auto;background-color:#fff;padding:30px;border-radius:8px;box-shadow:0 2px 4px #0000001a}._appointment-form_qvnhi_938 ._form-group_qvnhi_946{margin-bottom:20px}._appointment-form_qvnhi_938 ._form-group_qvnhi_946 label{display:block;margin-bottom:8px;color:#2c3e50;font-weight:500}._appointment-form_qvnhi_938 ._form-group_qvnhi_946 input,._appointment-form_qvnhi_938 ._form-group_qvnhi_946 select{width:100%;padding:10px;border:1px solid #e1e1e1;border-radius:4px;font-size:.9rem}._appointment-form_qvnhi_938 ._form-group_qvnhi_946 input:focus,._appointment-form_qvnhi_938 ._form-group_qvnhi_946 select:focus{outline:none;border-color:#3498db}._appointment-form_qvnhi_938 ._form-group_qvnhi_946 input:disabled,._appointment-form_qvnhi_938 ._form-group_qvnhi_946 select:disabled{background-color:#f8f9fa;cursor:not-allowed}._appointment-form_qvnhi_938 ._form-row_qvnhi_973{display:grid;grid-template-columns:1fr 1fr;gap:20px}._appointment-form_qvnhi_938 ._submit-btn_qvnhi_978{width:100%;padding:12px;background-color:#3498db;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:1rem;transition:background-color .3s}._appointment-form_qvnhi_938 ._submit-btn_qvnhi_978:hover{background-color:#2980b9}._pastAppointment_qvnhi_993{color:#d32f2f;font-weight:700;background-color:#ffebee;padding:3px 6px;border-radius:5px;display:inline-block;text-align:center;font-size:12px}._meetings-list_qvnhi_1004{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px}._meetings-list_qvnhi_1004 ._appointment-card_qvnhi_1009{background-color:#fff;border-radius:8px;padding:20px;box-shadow:0 2px 4px #0000001a;transition:all .3s ease}._meetings-list_qvnhi_1004 ._appointment-card_qvnhi_1009:hover{transform:translateY(-2px);box-shadow:0 4px 6px #0000001a}._meetings-list_qvnhi_1004 ._appointment-card_qvnhi_1009 ._appointment-header_qvnhi_1020{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}._meetings-list_qvnhi_1004 ._appointment-card_qvnhi_1009 ._appointment-header_qvnhi_1020 h4{margin:0;color:#2c3e50;font-size:1.1rem}._meetings-list_qvnhi_1004 ._appointment-card_qvnhi_1009 ._appointment-header_qvnhi_1020 ._cancel-btn_qvnhi_1031{padding:6px 12px;border:none;border-radius:4px;background-color:#dc3545;color:#fff;font-size:.9rem;cursor:pointer;transition:background-color .3s}._meetings-list_qvnhi_1004 ._appointment-card_qvnhi_1009 ._appointment-header_qvnhi_1020 ._cancel-btn_qvnhi_1031:hover{background-color:#c82333}._meetings-list_qvnhi_1004 ._appointment-card_qvnhi_1009 ._appointment-details_qvnhi_1044 p{margin:8px 0;color:#6c757d;font-size:.9rem}._meetings-list_qvnhi_1004 ._appointment-card_qvnhi_1009 ._appointment-details_qvnhi_1044 p strong{color:#2c3e50}._meetings-table-container_qvnhi_105{background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;overflow:auto;margin-top:20px}._meetings-table_qvnhi_105{width:100%;border-collapse:collapse}._meetings-table_qvnhi_105 th,._meetings-table_qvnhi_105 td{padding:15px;text-align:left;border-bottom:1px solid #e1e1e1}._meetings-table_qvnhi_105 th{background-color:#f8f9fa;color:#2c3e50;font-weight:600;font-size:.9rem;text-transform:uppercase}._meetings-table_qvnhi_105 td{color:#6c757d;font-size:.95rem}._meetings-table_qvnhi_105 td:first-child{font-weight:500;color:#2c3e50}._meetings-table_qvnhi_105 tr:hover{background-color:#f8f9fa}._meetings-table_qvnhi_105 tr:last-child td{border-bottom:none}._meetings-table_qvnhi_105 ._cancel-btn_qvnhi_1031{padding:6px 12px;border:none;border-radius:4px;background-color:#dc3545;color:#fff;font-size:.85rem;cursor:pointer;transition:background-color .3s}._meetings-table_qvnhi_105 ._cancel-btn_qvnhi_1031:hover{background-color:#c82333}._meetings-table_qvnhi_105 ._download-btn_qvnhi_1105{padding:6px 12px;border:none;border-radius:4px;background-color:#00f;color:#fff;font-size:.85rem;cursor:pointer;transition:background-color .3s;margin-left:10px}._meetings-table_qvnhi_105 ._download-btn_qvnhi_1105:hover{background-color:#236ac8}._no-meetings_qvnhi_1120{text-align:center;color:#6c757d;padding:40px;background-color:#f8f9fa;border-radius:8px;font-size:1.1rem}._time-slots_qvnhi_1129{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:10px;margin-top:10px}._time-slots_qvnhi_1129 ._time-slot_qvnhi_1129{padding:8px;border:1px solid #e1e1e1;border-radius:4px;background:none;cursor:pointer;transition:all .3s ease}._time-slots_qvnhi_1129 ._time-slot_qvnhi_1129:hover{background-color:#f8f9fa}._time-slots_qvnhi_1129 ._time-slot_qvnhi_1129._selected_qvnhi_1146{background-color:#3498db;color:#fff;border-color:#3498db}._confirmation-modal_qvnhi_1152{background-color:#fff;border-radius:8px;padding:30px;box-shadow:0 2px 4px #0000001a;max-width:500px;margin:0 auto}._confirmation-modal_qvnhi_1152 h3{color:#2c3e50;margin-bottom:20px;text-align:center}._confirmation-modal_qvnhi_1152 ._confirmation-details_qvnhi_1165{margin-bottom:30px}._confirmation-modal_qvnhi_1152 ._confirmation-details_qvnhi_1165 p{margin:10px 0;color:#6c757d}._confirmation-modal_qvnhi_1152 ._confirmation-details_qvnhi_1165 p strong{color:#2c3e50;margin-right:10px}._confirmation-modal_qvnhi_1152 ._confirmation-actions_qvnhi_1176{display:flex;gap:15px;justify-content:center}._confirmation-modal_qvnhi_1152 ._confirmation-actions_qvnhi_1176 button{padding:10px 20px;border:none;border-radius:4px;cursor:pointer;font-size:1rem;transition:background-color .3s}._confirmation-modal_qvnhi_1152 ._confirmation-actions_qvnhi_1176 button._confirm-btn_qvnhi_1189{background-color:#28a745;color:#fff}._confirmation-modal_qvnhi_1152 ._confirmation-actions_qvnhi_1176 button._confirm-btn_qvnhi_1189:hover{background-color:#218838}._confirmation-modal_qvnhi_1152 ._confirmation-actions_qvnhi_1176 button._cancel-btn_qvnhi_1031{background-color:#dc3545;color:#fff}._confirmation-modal_qvnhi_1152 ._confirmation-actions_qvnhi_1176 button._cancel-btn_qvnhi_1031:hover{background-color:#c82333}@media (max-width: 768px){._form-row_qvnhi_973{grid-template-columns:1fr!important}._meetings-table-container_qvnhi_105{margin:0 -20px;border-radius:0}}._modal_qvnhi_1214{position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;justify-content:center;align-items:center;z-index:1000;padding:20px;animation:_fadeIn_qvnhi_1 .2s ease-out}._modal_qvnhi_1214 ._modalContent_qvnhi_1229{background:#fff;padding:28px;border-radius:16px;width:100%;max-width:680px;box-shadow:0 20px 60px #00000026,0 8px 24px #0000001a;animation:_slideUp_qvnhi_1 .3s cubic-bezier(.16,1,.3,1);max-height:90vh;overflow-y:auto}@media (max-width: 768px){._modal_qvnhi_1214 ._modalContent_qvnhi_1229{padding:20px;max-height:95vh}}._modal_qvnhi_1214 ._modalContent_qvnhi_1229 h3{color:#1f2937;font-size:1.125rem;margin:0 0 1.5rem;font-weight:600;text-align:left;position:relative;padding-bottom:.75rem}._modal_qvnhi_1214 ._modalContent_qvnhi_1229 h3:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:60px;height:3px;background:linear-gradient(90deg,#164987,#1e5ba8);border-radius:2px}@media (max-width: 768px){._modal_qvnhi_1214 ._modalContent_qvnhi_1229 h3{font-size:1.3rem;margin-bottom:20px}}@keyframes _fadeIn_qvnhi_1{0%{opacity:0}to{opacity:1}}@keyframes _slideUp_qvnhi_1{0%{opacity:0;transform:translateY(20px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}._formGrid_qvnhi_1292{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-bottom:10px}@media (max-width: 640px){._formGrid_qvnhi_1292{grid-template-columns:1fr;gap:14px}}._formGrid_qvnhi_1292 ._formField_qvnhi_1304{display:flex;flex-direction:column;gap:6px}._formGrid_qvnhi_1292 ._formField_qvnhi_1304._fullWidth_qvnhi_1309{grid-column:1/-1}._formGrid_qvnhi_1292 ._formField_qvnhi_1304 label{font-size:.8125rem;font-weight:500;color:#6b7280;text-transform:uppercase;letter-spacing:.3px;display:flex;align-items:center;gap:4px;margin-bottom:.375rem}._formGrid_qvnhi_1292 ._formField_qvnhi_1304 label ._required_qvnhi_1323{color:#ef4444;font-size:.75rem}._formGrid_qvnhi_1292 ._formField_qvnhi_1304 input,._formGrid_qvnhi_1292 ._formField_qvnhi_1304 select,._formGrid_qvnhi_1292 ._formField_qvnhi_1304 textarea{width:100%;padding:.75rem;border:1.5px solid #e5e7eb;border-radius:8px;font-size:.875rem;color:#1f2937;background:#fff;transition:all .2s ease;font-family:inherit}._formGrid_qvnhi_1292 ._formField_qvnhi_1304 input:hover,._formGrid_qvnhi_1292 ._formField_qvnhi_1304 select:hover,._formGrid_qvnhi_1292 ._formField_qvnhi_1304 textarea:hover{border-color:#d1d5db}._formGrid_qvnhi_1292 ._formField_qvnhi_1304 input:focus,._formGrid_qvnhi_1292 ._formField_qvnhi_1304 select:focus,._formGrid_qvnhi_1292 ._formField_qvnhi_1304 textarea:focus{outline:none;border-color:#164987;box-shadow:0 0 0 3px #16498714;background:#fff}._formGrid_qvnhi_1292 ._formField_qvnhi_1304 input::placeholder,._formGrid_qvnhi_1292 ._formField_qvnhi_1304 select::placeholder,._formGrid_qvnhi_1292 ._formField_qvnhi_1304 textarea::placeholder{color:#9ca3af;font-size:.875rem}._formGrid_qvnhi_1292 ._formField_qvnhi_1304 select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23374151' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:36px}._formGrid_qvnhi_1292 ._formField_qvnhi_1304 textarea{resize:vertical;min-height:80px;line-height:1.5}._formGrid_qvnhi_1292 ._inputWithButton_qvnhi_1372{display:flex;gap:8px;width:100%}._formGrid_qvnhi_1292 ._inputWithButton_qvnhi_1372 select,._formGrid_qvnhi_1292 ._inputWithButton_qvnhi_1372 input{flex:1}._formGrid_qvnhi_1292 ._inputWithButton_qvnhi_1372 ._addIconButton_qvnhi_1381{flex-shrink:0;width:36px;height:38px;border:none;border-radius:8px;background:linear-gradient(135deg,#164987,#1e5ba8);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}._formGrid_qvnhi_1292 ._inputWithButton_qvnhi_1372 ._addIconButton_qvnhi_1381:hover{background:linear-gradient(135deg,#0f3a6b,#144a82);transform:translateY(-1px);box-shadow:0 4px 8px #1649874d}._formGrid_qvnhi_1292 ._inputWithButton_qvnhi_1372 ._addIconButton_qvnhi_1381:active{transform:translateY(0)}._actionButtons_qvnhi_1403{display:flex;gap:6px}._actionButtons_qvnhi_1403 button{width:32px;height:32px;border:none;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}._actionButtons_qvnhi_1403 button._editButton_qvnhi_1418{background:#3b82f6}._actionButtons_qvnhi_1403 button._editButton_qvnhi_1418:hover{background:#2563eb}._actionButtons_qvnhi_1403 button._deleteButton_qvnhi_1424{background:#ef4444}._actionButtons_qvnhi_1403 button._deleteButton_qvnhi_1424:hover{background:#dc2626}._actionButtons_qvnhi_1403 button._saveButton_qvnhi_808{background:#10b981}._actionButtons_qvnhi_1403 button._saveButton_qvnhi_808:hover{background:#059669}._actionButtons_qvnhi_1403 button._cancelButton_qvnhi_807{background:#6b7280}._actionButtons_qvnhi_1403 button._cancelButton_qvnhi_807:hover{background:#4b5563}._actionButtons_qvnhi_1403 button._taskButton_qvnhi_1442{background:#fd7e14}._actionButtons_qvnhi_1403 button._taskButton_qvnhi_1442:hover{background:#e8590c}._actionButtons_qvnhi_1403._position_qvnhi_1448{position:absolute;right:10px;top:15px}._relationTypeContainer_qvnhi_1455{margin:20px 0}._relationTypeContainer_qvnhi_1455 ._addRelationType_qvnhi_1458{display:flex;gap:12px;margin-bottom:20px}._relationTypeContainer_qvnhi_1455 ._addRelationType_qvnhi_1458 input{flex:1;padding:10px 14px;border:1.5px solid #e5e7eb;border-radius:8px;font-size:.9375rem}._relationTypeContainer_qvnhi_1455 ._addRelationType_qvnhi_1458 input:focus{outline:none;border-color:#164987;box-shadow:0 0 0 3px #16498714}._relationTypeContainer_qvnhi_1455 ._addRelationType_qvnhi_1458 ._addButton_qvnhi_1475{padding:10px 20px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:8px;cursor:pointer;display:flex;align-items:center;gap:6px;font-weight:500;transition:all .2s ease}._relationTypeContainer_qvnhi_1455 ._addRelationType_qvnhi_1458 ._addButton_qvnhi_1475:hover{background:linear-gradient(135deg,#059669,#047857);transform:translateY(-1px);box-shadow:0 4px 8px #10b9814d}._relationTypeContainer_qvnhi_1455 ._relationTypeList_qvnhi_1493{max-height:300px;overflow-y:auto;border:1px solid #e5e7eb;border-radius:8px;padding:8px}._relationTypeContainer_qvnhi_1455 ._relationTypeList_qvnhi_1493 ._relationTypeItem_qvnhi_1500{display:flex;justify-content:space-between;align-items:center;padding:5px;background:#f9fafb;border-radius:6px;margin-bottom:3px;transition:all .2s ease}._relationTypeContainer_qvnhi_1455 ._relationTypeList_qvnhi_1493 ._relationTypeItem_qvnhi_1500:hover{background:#f3f4f6}._relationTypeContainer_qvnhi_1455 ._relationTypeList_qvnhi_1493 ._relationTypeItem_qvnhi_1500:last-child{margin-bottom:0}._relationTypeContainer_qvnhi_1455 ._relationTypeList_qvnhi_1493 ._relationTypeItem_qvnhi_1500 ._typeName_qvnhi_1516{flex:1;font-weight:500;color:#374151}._relationTypeContainer_qvnhi_1455 ._relationTypeList_qvnhi_1493 ._relationTypeItem_qvnhi_1500 input{flex:1;padding:8px 12px;border:1.5px solid #164987;border-radius:6px;font-size:.9375rem;margin-right:8px}._relationTypeContainer_qvnhi_1455 ._relationTypeList_qvnhi_1493 ._relationTypeItem_qvnhi_1500 input:focus{outline:none;box-shadow:0 0 0 3px #16498714}._modalActions_qvnhi_1535{display:flex;justify-content:flex-end;gap:.75rem;padding-top:1.5rem;margin-top:.5rem}@media (max-width: 480px){._modalActions_qvnhi_1535{flex-direction:column-reverse;gap:10px}}._modalActions_qvnhi_1535 button{padding:.625rem 1.25rem;border:none;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.5rem}._modalActions_qvnhi_1535 button._cancelButton_qvnhi_807{background:#ef4444;color:#fff}._modalActions_qvnhi_1535 button._cancelButton_qvnhi_807:hover{background:#dc2626;transform:translateY(-1px);box-shadow:0 4px 8px #ef44444d}._modalActions_qvnhi_1535 button._saveButton_qvnhi_808{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff}._modalActions_qvnhi_1535 button._saveButton_qvnhi_808:hover{transform:translateY(-1px);box-shadow:0 4px 8px #3b82f64d}._modalActions_qvnhi_1535 button:active{transform:translateY(0)}._modalContent_qvnhi_1229::-webkit-scrollbar{width:8px}._modalContent_qvnhi_1229::-webkit-scrollbar-track{background:#f9fafb;border-radius:10px}._modalContent_qvnhi_1229::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:10px}._modalContent_qvnhi_1229::-webkit-scrollbar-thumb:hover{background:#9ca3af}._required_qvnhi_1323{color:#ef4444}._container_1rdrp_1{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:20px;background:linear-gradient(135deg,#f5f7fa,#c3cfe2)}._content_1rdrp_10{text-align:center;max-width:600px;margin-right:50px;animation:_slideUp_1rdrp_1 .8s ease-out}._errorCode_1rdrp_17{font-size:120px;font-weight:700;color:#2d3436;margin-bottom:20px;text-shadow:2px 2px 4px rgba(0,0,0,.1);animation:_pulse_1rdrp_1 2s infinite}._title_1rdrp_26{font-size:32px;color:#2d3436;margin-bottom:15px}._description_1rdrp_32{font-size:18px;color:#636e72;margin-bottom:30px;line-height:1.6}._actionButtons_1rdrp_39{display:flex;gap:20px;justify-content:center}._button_1rdrp_45{padding:12px 30px;border-radius:25px;font-size:16px;font-weight:600;text-decoration:none;transition:all .3s ease;cursor:pointer;border:none}._button_1rdrp_45:hover{transform:translateY(-2px);box-shadow:0 5px 15px #0000001a}._homeButton_1rdrp_60{background:#0984e3;color:#fff}._backButton_1rdrp_66{background:#fff;color:#0984e3;border:2px solid #0984e3}._animationContainer_1rdrp_73{animation:_float_1rdrp_1 6s ease-in-out infinite}._illustration_1rdrp_77{max-width:400px;height:auto;border-radius:10px;box-shadow:0 10px 30px #0000001a}@keyframes _slideUp_1rdrp_1{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes _float_1rdrp_1{0%{transform:translateY(0)}50%{transform:translateY(-20px)}to{transform:translateY(0)}}@keyframes _pulse_1rdrp_1{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}@media (max-width: 768px){._container_1rdrp_1{flex-direction:column-reverse;text-align:center}._content_1rdrp_10{margin-right:0;margin-top:30px}._errorCode_1rdrp_17{font-size:80px}._illustration_1rdrp_77{max-width:300px}._actionButtons_1rdrp_39{flex-direction:column;gap:15px}}.adminNavbar{height:60px;display:flex;align-items:center;padding:0 16px;border-bottom:1px solid lightgray;justify-content:space-between;background-color:#3e5acb;position:sticky;top:0;width:100%;z-index:500;box-shadow:0 2px 6px #00000014}.adminNavbar .mobile-menu-toggle{display:none;position:relative;cursor:pointer;transition:all .3s ease}.adminNavbar .mobile-menu-toggle .menuIcon{color:#fff;border-radius:50%;cursor:pointer;border:2px solid #ffffff;padding:6px;display:inline-flex;align-items:center;justify-content:center;min-width:36px;min-height:36px;transition:all .3s ease-in-out}.adminNavbar .mobile-menu-toggle .menuIcon:hover{background-color:#fff3;transform:scale(1.1)}.adminNavbar .mobile-menu-toggle .mobile-badge-container{position:absolute;top:-8px;right:-8px}.adminNavbar .mobile-menu-toggle .mobile-badge-container .mobile-badge{background-color:#fff;color:#1e293b;font-size:10px;font-weight:700;border-radius:50%;width:22px;height:22px;display:flex;align-items:center;justify-content:center;box-shadow:0 0 4px #0003;animation:blink 1s step-start infinite}.adminNavbar .mobile-menu-toggle:hover{transform:scale(1.05)}@media (min-width: 769px){.adminNavbar{height:0;padding:0;border-bottom:0;background-color:transparent;box-shadow:none}.adminNavbar .logo,.adminNavbar .rightSide{display:none}.adminNavbar .side-menu{top:12px;bottom:var(--app-footer-height, 44px);max-height:calc(100vh - 24px - var(--app-footer-height, 44px))}.adminNavbar .right-side-menu{top:12px;bottom:auto;max-height:calc(100vh - 24px - var(--app-footer-height, 44px))}}.adminNavbar .logo{font-size:20px;color:#fff;cursor:pointer;transition:all .3s ease;margin-right:auto}.adminNavbar .logo:hover{transform:scale(1.05)}.adminNavbar .logo a{text-decoration:none;color:#fff}.adminNavbar .rightSide{display:flex;gap:15px;align-items:center;min-width:0;flex:0 1 auto;position:relative}.adminNavbar .rightSide .userInfoTop{display:flex;flex-direction:row;align-items:center;gap:15px}.adminNavbar .rightSide .userInfoTop .bellIcon,.adminNavbar .rightSide .userInfoTop .userIcon{color:#fff;border-radius:50%;margin-top:auto;cursor:pointer;border:2px solid #ffffff;padding:6px;display:inline-flex;align-items:center;justify-content:center;min-width:36px;min-height:36px;transition:all .3s ease-in-out}.adminNavbar .rightSide .userInfoTop .bellIcon:hover,.adminNavbar .rightSide .userInfoTop .userIcon:hover{background-color:#fff3;transform:scale(1.1)}.adminNavbar .rightSide .userInfoTop .userIconContainer{position:relative;display:flex;align-items:center;gap:10px}.adminNavbar .rightSide .userInfoTop .userBadge,.adminNavbar .rightSide .userInfoTop .bellBadge{position:absolute;top:-7px;background-color:#fff;color:#00f;font-size:10px;font-weight:700;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;box-shadow:0 0 4px #0003;transition:all .3s ease}.adminNavbar .rightSide .userInfoTop .userBadge{right:40px}.adminNavbar .rightSide .userInfoTop .bellBadge{right:-2%}.adminNavbar .rightSide .userInfoTop .notification,.adminNavbar .rightSide .userInfoTop .blinking{animation:blink 1s step-start infinite}.adminNavbar .rightSide .userDropdownContainer{position:relative}.adminNavbar .rightSide .userInfo{display:flex;flex-direction:row;align-items:center;gap:10px;color:#fff;cursor:pointer;padding:8px 14px;border-radius:10px;transition:all .3s ease;position:relative;background-color:#ffffff14;border:1px solid rgba(255,255,255,.15)}.adminNavbar .rightSide .userInfo:hover{background-color:#ffffff26;border-color:#ffffff40;transform:translateY(-1px)}.adminNavbar .rightSide .userInfo .userAvatar{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background-color:#fff3;border-radius:50%;color:#fff;flex-shrink:0}.adminNavbar .rightSide .userInfo .userDetails{display:flex;flex-direction:column;min-width:0;flex:1}.adminNavbar .rightSide .userInfo .userDetails .userName{font-size:14px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.3}.adminNavbar .rightSide .userInfo .userDetails .userRole{font-size:11px;opacity:.85;font-weight:400;margin-top:1px}.adminNavbar .rightSide .userInfo .dropdownArrow{color:#fff;opacity:.7;transition:transform .3s ease;flex-shrink:0}.adminNavbar .rightSide .dropdown-menu{position:absolute;top:100%;right:0;margin-top:8px;background-color:#fff;border-radius:10px;box-shadow:0 8px 30px #0000001f,0 2px 8px #00000014;min-width:200px;overflow:hidden;z-index:1000;animation:slideDown .2s ease;border:1px solid rgba(0,0,0,.06)}.adminNavbar .rightSide .dropdown-menu .dropdown-item{display:flex;align-items:center;gap:14px;padding:15px 18px;color:#1e293b;cursor:pointer;transition:all .2s ease;border-bottom:1px solid #f1f5f9}.adminNavbar .rightSide .dropdown-menu .dropdown-item:last-child{border-bottom:none}.adminNavbar .rightSide .dropdown-menu .dropdown-item .dropdown-icon{color:#1e293b!important;flex-shrink:0;transition:all .2s ease}.adminNavbar .rightSide .dropdown-menu .dropdown-item span{font-size:14px;font-weight:500;color:#334155}.adminNavbar .rightSide .dropdown-menu .dropdown-item:hover{background-color:#f8fafc}.adminNavbar .rightSide .dropdown-menu .dropdown-item:hover .dropdown-icon{color:#3e5acb!important}.adminNavbar .rightSide .dropdown-menu .dropdown-item:hover span{color:#3e5acb}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.adminNavbar .rightSide .buttons{display:flex;align-items:center;gap:10px}.adminNavbar .rightSide .mobile-menu-toggle{display:none;position:relative;cursor:pointer;transition:all .3s ease}.adminNavbar .rightSide .mobile-menu-toggle .menuIcon{color:#fff;border-radius:50%;cursor:pointer;border:2px solid #ffffff;padding:6px;display:inline-flex;align-items:center;justify-content:center;min-width:36px;min-height:36px;transition:all .3s ease-in-out}.adminNavbar .rightSide .mobile-menu-toggle .menuIcon:hover{background-color:#fff3;transform:scale(1.1)}.adminNavbar .rightSide .mobile-menu-toggle .mobile-badge-container{position:absolute;top:-8px;right:-8px}.adminNavbar .rightSide .mobile-menu-toggle .mobile-badge-container .mobile-badge{background-color:#fff;color:#1e293b;font-size:10px;font-weight:700;border-radius:50%;width:22px;height:22px;display:flex;align-items:center;justify-content:center;box-shadow:0 0 4px #0003;animation:blink 1s step-start infinite}.adminNavbar .rightSide .mobile-menu-toggle:hover{transform:scale(1.05)}.adminNavbar .facebookIcon{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;border-radius:50%;border:2px solid #ffffff;background-color:transparent;box-shadow:0 1px 2px #00000014;margin-left:8px;margin-right:8px;transition:all .3s ease-in-out}.adminNavbar .facebookIcon .facebookSvg{font-size:20px;color:#fff;display:block;line-height:0}.adminNavbar .facebookIcon.notification,.adminNavbar .facebookIcon.blinking{animation:blink 1s step-start infinite}.adminNavbar .facebookIcon:hover{background-color:#fff3;transform:scale(1.1)}.adminNavbar .facebookBadge{position:absolute;top:-7px;right:50%;background-color:#fff;color:#3e5acb;font-size:10px;font-weight:700;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;box-shadow:0 0 4px #0003;transition:all .3s ease}.adminNavbar .mobile-side-menu{position:fixed;top:0;left:-100%;right:auto;width:280px;height:100vh;background-color:#3e5acb;color:#fff;transition:left .3s ease-in-out;z-index:999;display:flex;flex-direction:column;box-shadow:5px 0 15px #0000004d}.adminNavbar .mobile-side-menu.open{left:0}.adminNavbar .mobile-side-menu .mobile-menu-header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid rgba(255,255,255,.2);background-color:#ffffff1a}.adminNavbar .mobile-side-menu .mobile-menu-header .mobile-user-info{display:flex;align-items:center;gap:15px;flex:1}.adminNavbar .mobile-side-menu .mobile-menu-header .mobile-user-info .mobile-avatar{border:2px solid #ffffff;border-radius:50%;padding:8px;background-color:#ffffff1a}.adminNavbar .mobile-side-menu .mobile-menu-header .mobile-user-info .mobile-user-details{display:flex;flex-direction:column;flex:1}.adminNavbar .mobile-side-menu .mobile-menu-header .mobile-user-info .mobile-user-details .mobile-user-name{font-size:18px;font-weight:700;margin-bottom:4px}.adminNavbar .mobile-side-menu .mobile-menu-header .mobile-user-info .mobile-user-details .mobile-user-role{font-size:14px;opacity:.8}.adminNavbar .mobile-side-menu .mobile-menu-content{flex:1;overflow-y:auto;padding:10px 0}.adminNavbar .mobile-side-menu .mobile-menu-content ul{list-style:none;padding:0;margin:0}.adminNavbar .mobile-side-menu .mobile-menu-content ul li{display:flex;align-items:center;padding:10px 20px;border-bottom:1px solid rgba(255,255,255,.1);cursor:pointer;position:relative;transition:all .3s ease}.adminNavbar .mobile-side-menu .mobile-menu-content ul li:hover{background-color:#ffffff26;transform:translate(5px)}.adminNavbar .mobile-side-menu .mobile-menu-content ul li:active{transform:scale(.98)}.adminNavbar .mobile-side-menu .mobile-menu-content ul li svg{margin-right:15px;min-width:18px}.adminNavbar .mobile-side-menu .mobile-menu-content ul li span{flex:1;font-size:16px;font-weight:500}.adminNavbar .mobile-side-menu .mobile-menu-content ul li .mobile-menu-badge{background-color:#fff;color:#3e5acb;font-size:12px;font-weight:700;border-radius:50px;min-width:24px;height:24px;display:flex;align-items:center;justify-content:center;margin-left:auto;padding:0 8px;box-shadow:0 2px 4px #0000001a;text-align:center}.adminNavbar .side-menu{position:fixed;top:72px;left:0;overflow:visible;width:56px;height:auto;bottom:var(--app-footer-height, 44px);max-height:calc(100vh - 84px - var(--app-footer-height, 44px));background:linear-gradient(180deg,#3e5acbf2,#2d46b4fa);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);color:#fff;transition:width .25s ease-out,box-shadow .25s ease-out;z-index:99;border-radius:0 16px 16px 0;box-shadow:4px 0 24px #3e5acb33,0 2px 8px #0000001a;border:1px solid rgba(255,255,255,.15);border-left:none;display:flex;flex-direction:column;gap:10px;padding:10px 0}@media (min-width: 769px){.adminNavbar .side-menu{top:6px;max-height:calc(100vh - 18px - var(--app-footer-height, 44px))}}.adminNavbar .side-menu::-webkit-scrollbar{width:4px}.adminNavbar .side-menu::-webkit-scrollbar-track{background:transparent}.adminNavbar .side-menu::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:4px}.adminNavbar .side-menu:hover{width:220px;box-shadow:0 12px 40px #3e5acb59,0 4px 12px #00000026}.adminNavbar .side-menu:hover ul{align-items:stretch;padding:0 8px}.adminNavbar .side-menu:hover ul li{justify-content:flex-start;width:100%;height:44px;padding:0 14px;margin:0}.adminNavbar .side-menu:hover ul li svg{margin-right:12px}.adminNavbar .side-menu:hover ul li .menuLabel{opacity:1;max-width:150px;display:inline}.adminNavbar .side-menu ul{list-style:none;padding:0;margin:0;max-height:calc(100vh - 84px - 20px - var(--app-footer-height, 44px));overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;gap:8px}@media (min-width: 769px){.adminNavbar .side-menu ul{max-height:calc(100vh - 18px - 20px - var(--app-footer-height, 44px))}}.adminNavbar .side-menu ul::-webkit-scrollbar{width:4px}.adminNavbar .side-menu ul::-webkit-scrollbar-track{background:transparent}.adminNavbar .side-menu ul::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:4px}.adminNavbar .side-menu ul li{display:flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;margin:0;text-align:left;cursor:pointer;position:relative;transition:all .2s ease;border-radius:14px;border-bottom:none;background:#ffffff24;border:1px solid rgba(255,255,255,.12)}.adminNavbar .side-menu ul li svg{margin-right:0;min-width:20px;flex-shrink:0;transition:margin-right .2s ease,transform .2s ease}.adminNavbar .side-menu ul li .menuLabel{opacity:0;max-width:0;overflow:hidden;white-space:nowrap;transition:opacity .2s ease,max-width .25s ease;display:none;font-size:14px;font-weight:500}.adminNavbar .side-menu ul li a{text-decoration:none;color:#fff;font-size:16px;transition:color .2s ease}.adminNavbar .side-menu ul li:hover{background-color:#ffffff26}.adminNavbar .side-menu ul li:hover svg{transform:scale(1.1)}.adminNavbar .side-menu ul li:active{transform:scale(.97);background-color:#fff3}.adminNavbar .side-menu ul li.active{background:linear-gradient(135deg,#ffffff40,#ffffff26);box-shadow:0 2px 8px #0000001a}.adminNavbar .side-menu ul li.active:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:20px;background:#fff;border-radius:0 3px 3px 0}.adminNavbar .right-side-menu{position:fixed;top:72px;right:0;overflow:visible;width:56px;height:auto;max-height:calc(100vh - 84px - var(--app-footer-height, 44px));background:linear-gradient(180deg,#3e5acbf5,#2d46b4fc);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);color:#fff;transition:box-shadow .25s ease-out;z-index:99;border-radius:16px 0 0 16px;box-shadow:-4px 0 24px #3e5acb33,0 2px 8px #0000001a;border:1px solid rgba(255,255,255,.15);border-right:none;display:flex;flex-direction:column;gap:10px;padding:10px 0}@media (min-width: 769px){.adminNavbar .right-side-menu{top:6px;max-height:calc(100vh - 18px - var(--app-footer-height, 44px))}}.adminNavbar .right-side-menu .rightSideMenuSound{position:absolute;width:0;height:0;overflow:hidden;pointer-events:none}.adminNavbar .right-side-menu::-webkit-scrollbar{width:4px}.adminNavbar .right-side-menu::-webkit-scrollbar-track{background:transparent}.adminNavbar .right-side-menu::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:4px}.adminNavbar .right-side-menu:hover{box-shadow:0 12px 40px #3e5acb59,0 4px 12px #00000026}.adminNavbar .right-side-menu .rightSideMenuScroll{flex:0 0 auto;overflow:visible;padding:0}.adminNavbar .right-side-menu .rightMenuList{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;align-items:center;gap:8px}.adminNavbar .right-side-menu .rightMenuList li{display:flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;margin:0;cursor:pointer;position:relative;transition:all .2s ease;border-radius:14px;background:#ffffff24;border:1px solid rgba(255,255,255,.12)}.adminNavbar .right-side-menu .rightMenuList li svg{margin-right:0;min-width:20px;flex-shrink:0;transition:margin-right .2s ease,transform .2s ease}.adminNavbar .right-side-menu .rightMenuList li:hover{background-color:#ffffff38}.adminNavbar .right-side-menu .rightMenuList li:hover svg{transform:scale(1.1)}.adminNavbar .right-side-menu .rightMenuList li:active{transform:scale(.97);background-color:#fff3}.adminNavbar .right-side-menu .count{position:absolute;top:-6px;right:-6px;background:#fffffffa;color:#3e5acb;font-size:10px;font-weight:800;border-radius:50px;min-width:20px;height:20px;display:flex;align-items:center;justify-content:center;padding:0 6px;box-shadow:0 10px 18px #00000038;pointer-events:none;z-index:2}.adminNavbar .right-side-menu .rightSideMenuFooter{flex:0 0 auto;padding-top:10px;border-top:1px solid rgba(255,255,255,.12);overflow:visible}.adminNavbar .right-side-menu .rightMenuHospitalName{margin:0 8px 8px;padding:6px;border-radius:12px;background:#ffffff1a;border:1px solid rgba(255,255,255,.12);color:#fffffff2;font-size:10px;font-weight:700;line-height:1.2;text-align:center;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;-webkit-user-select:none;user-select:none}.adminNavbar .right-side-menu .rightMenuFooterList{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;align-items:center;gap:8px}.adminNavbar .right-side-menu .rightMenuFooterList li{display:flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;margin:0;cursor:pointer;position:relative;transition:all .2s ease;border-radius:14px;background:#ffffff1f;border:1px solid rgba(255,255,255,.12)}.adminNavbar .right-side-menu .rightMenuFooterList li:hover{background-color:#ffffff26}.adminNavbar .right-side-menu .rightMenuFooterList li.userIconOnly{cursor:default;opacity:.95}.adminNavbar .right-side-menu .rightMenuFooterList li.userIconOnly:hover{background-color:transparent}.adminNavbar .right-side-menu .sideMenuBadge{position:absolute;top:-6px;right:-6px;background:#fffffffa;color:#3e5acb;font-size:10px;font-weight:800;border-radius:50px;min-width:20px;height:20px;display:flex;align-items:center;justify-content:center;padding:0 6px;box-shadow:0 10px 18px #00000038;opacity:1;max-width:none;pointer-events:none;z-index:2}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.adminNavbar .right-side-menu .notification,.adminNavbar .right-side-menu .blinking{animation:blink 1s step-start infinite}.adminNavbar .desktop-only{display:flex}.adminNavbar .mobile-only{display:none}@media (max-width: 1200px){.adminNavbar .rightSide .userInfoTop .userInfo .userName{max-width:100px;font-size:15px}}@media (max-width: 1024px){.adminNavbar .rightSide .userInfoTop .userInfo .userName{font-size:14px;max-width:90px}.adminNavbar .rightSide .userInfoTop .userInfo .userRole{font-size:11px}.adminNavbar .rightSide .buttons .logoutButton,.adminNavbar .rightSide .buttons .settingButton{padding:8px 12px;font-size:14px}}@media (max-width: 900px){.adminNavbar .rightSide .userInfoTop .userInfo .userName{max-width:80px;font-size:13px}.adminNavbar .rightSide .userInfoTop .userInfo .userRole{font-size:10px}}@media (max-width: 768px){.adminNavbar{padding-left:15px;position:sticky}.adminNavbar .mobile-menu-toggle{display:block}.adminNavbar .logo{position:absolute;left:50%;transform:translate(-50%);flex-grow:0;font-size:18px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-left:0;margin-right:0;max-width:calc(100% - 120px);text-align:center}.adminNavbar .rightSide{padding-right:15px;gap:8px}.adminNavbar .rightSide .desktop-only{display:none}.adminNavbar .rightSide .mobile-only{display:block}.adminNavbar .side-menu,.adminNavbar .right-side-menu{display:none}}@media (max-width: 600px){.adminNavbar{padding-left:10px}.adminNavbar .logo{font-size:16px;margin-left:5px}.adminNavbar .rightSide{padding-right:10px;gap:5px}.adminNavbar .mobile-side-menu{width:50%}.adminNavbar .mobile-side-menu .mobile-menu-header{padding:15px}.adminNavbar .mobile-side-menu .mobile-menu-header .mobile-user-info .mobile-avatar{padding:5px}.adminNavbar .mobile-side-menu .mobile-menu-header .mobile-user-info .mobile-user-details .mobile-user-name{font-size:16px}.adminNavbar .mobile-side-menu .mobile-menu-header .mobile-user-info .mobile-user-details .mobile-user-role{font-size:12px}.adminNavbar .mobile-side-menu .mobile-menu-content ul li{padding:15px}.adminNavbar .mobile-side-menu .mobile-menu-content ul li span{font-size:15px}}@media (max-width: 480px){.adminNavbar{padding-left:8px}.adminNavbar .logo{font-size:15px;margin-left:3px}.adminNavbar .rightSide{padding-right:8px}.adminNavbar .mobile-side-menu .mobile-menu-header{padding:12px}.adminNavbar .mobile-side-menu .mobile-menu-header .mobile-user-info .mobile-avatar{padding:4px}.adminNavbar .mobile-side-menu .mobile-menu-header .mobile-user-info .mobile-user-details .mobile-user-name{font-size:15px}.adminNavbar .mobile-side-menu .mobile-menu-header .mobile-user-info .mobile-user-details .mobile-user-role{font-size:11px}.adminNavbar .mobile-side-menu .mobile-menu-content ul li{padding:12px}.adminNavbar .mobile-side-menu .mobile-menu-content ul li span{font-size:14px}}@media (max-width: 360px){.adminNavbar .logo{font-size:14px}.adminNavbar .mobile-side-menu{width:80%}.adminNavbar .mobile-side-menu .mobile-menu-header{padding:10px}.adminNavbar .mobile-side-menu .mobile-menu-header .mobile-user-info{gap:10px}.adminNavbar .mobile-side-menu .mobile-menu-header .mobile-user-info .mobile-avatar{padding:3px}.adminNavbar .mobile-side-menu .mobile-menu-header .mobile-user-info .mobile-user-details .mobile-user-name{font-size:14px}.adminNavbar .mobile-side-menu .mobile-menu-header .mobile-user-info .mobile-user-details .mobile-user-role{font-size:10px}.adminNavbar .mobile-side-menu .mobile-menu-content ul li{padding:10px}.adminNavbar .mobile-side-menu .mobile-menu-content ul li span{font-size:13px}}:root{--primary-color: #0d6efd;--primary-light: #cfe2ff;--danger-color: #dc3545;--success-color: #198754;--warning-color: #ffc107;--info-color: #0dcaf0;--gray-50: #f9fafb;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-300: #d1d5db;--gray-400: #9ca3af;--gray-500: #6b7280;--gray-600: #4b5563;--gray-700: #374151;--gray-800: #1f2937;--gray-900: #111827;--transition-speed: .3s;--facebook-color: #1877f2;--facebook-bg: rgba(24, 119, 242, .08)}._container_wryjh_27{width:100%;max-width:1400px;margin:0 auto;padding:1rem;min-height:calc(100vh - 60px);background:transparent}._filtersSection_wryjh_37{margin-bottom:1rem}._filtersCard_wryjh_41{background:linear-gradient(135deg,var(--gray-50) 0%,white 100%);border-radius:16px;padding:1.5rem;box-shadow:0 2px 8px #0000000f;border:1px solid var(--gray-200);width:95%;margin:0 auto}._primaryFilters_wryjh_51{display:flex;gap:1rem;align-items:flex-end;flex-wrap:wrap}._filtersLoading_wryjh_58{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 2rem;gap:1rem}._filtersLoading_wryjh_58 p{margin:0;font-size:.95rem;color:var(--gray-600);font-weight:500}._filterGroup_wryjh_73{flex:1;min-width:250px;display:flex;flex-direction:column;gap:.5rem}._filterGroup_wryjh_73 label{font-size:14px;font-weight:600;color:var(--gray-700);letter-spacing:.3px}._selectInput_wryjh_87{padding:12px 40px 12px 16px;border:2px solid var(--gray-200);border-radius:12px;font-size:14px;font-weight:500;background:#fff;color:var(--gray-900);cursor:pointer;transition:all var(--transition-speed) ease;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'%3E%3C/path%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:16px}._selectInput_wryjh_87:hover:not(:disabled){border-color:var(--gray-300)}._selectInput_wryjh_87:focus{outline:none;border-color:var(--facebook-color);box-shadow:0 0 0 3px #1877f21a}._selectInput_wryjh_87:disabled{background:var(--gray-50);cursor:not-allowed;opacity:.6}._selectedInfo_wryjh_117{display:flex;align-items:center;gap:8px;padding:12px 16px;background:linear-gradient(135deg,var(--facebook-bg) 0%,rgba(24,119,242,.04) 100%);border:1px solid rgba(24,119,242,.2);border-radius:12px;color:var(--facebook-color);font-size:14px;font-weight:600}._selectedInfo_wryjh_117 span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._loadingContainer_wryjh_136{display:flex;justify-content:center;align-items:center;padding:4rem;background:linear-gradient(180deg,#e8f4fc,#f0f7fc,#f8fbfe);border-radius:20px;border:1px solid rgba(147,197,253,.3);box-shadow:0 2px 8px #0000000a;width:95%;margin:0 auto}._emptyState_wryjh_149,._errorState_wryjh_150{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;background:linear-gradient(180deg,#e8f4fc,#f0f7fc,#f8fbfe);border-radius:20px;border:1px solid rgba(147,197,253,.3);box-shadow:0 2px 8px #0000000a;width:95%;margin:0 auto}._emptyState_wryjh_149 svg,._errorState_wryjh_150 svg{color:var(--gray-400);margin-bottom:1.5rem}._emptyState_wryjh_149 h3,._errorState_wryjh_150 h3{font-size:1.25rem;font-weight:600;color:var(--gray-800);margin:0 0 .5rem}._emptyState_wryjh_149 p,._errorState_wryjh_150 p{font-size:.95rem;color:var(--gray-600);margin:0;max-width:500px}._errorState_wryjh_150 svg{color:var(--danger-color)}._errorState_wryjh_150 h3{color:var(--danger-color)}._leadsSection_wryjh_192{width:95%;margin:0 auto;background:linear-gradient(180deg,#e8f4fc,#f0f7fc,#f8fbfe);border-radius:20px;border:1px solid rgba(147,197,253,.3);box-shadow:0 2px 8px #0000000a;padding:1.5rem}._leadsHeader_wryjh_202{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--gray-200)}._leadsTitleRow_wryjh_211{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}._leadsTitle_wryjh_211{display:flex;align-items:center;gap:10px;font-size:1.25rem;font-weight:700;color:var(--gray-900)}._leadsTitle_wryjh_211 span{color:var(--gray-700)}._bulkActions_wryjh_231{display:flex;align-items:center;gap:12px;flex-wrap:wrap}._selectAllBtn_wryjh_238,._bulkAssignBtn_wryjh_239,._clearSelectionBtn_wryjh_240{display:flex;align-items:center;gap:8px;padding:10px 16px;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:all var(--transition-speed) ease;border:none}._selectAllBtn_wryjh_238{background:linear-gradient(135deg,var(--gray-100) 0%,white 100%);color:var(--gray-700);border:1px solid var(--gray-300)}._selectAllBtn_wryjh_238:hover{background:linear-gradient(135deg,var(--gray-200) 0%,var(--gray-100) 100%);border-color:var(--gray-400)}._bulkAssignBtn_wryjh_239{background:linear-gradient(135deg,var(--facebook-color) 0%,#0a58ca 100%);color:#fff;box-shadow:0 2px 8px #1877f240}._bulkAssignBtn_wryjh_239:hover{transform:translateY(-2px);box-shadow:0 4px 12px #1877f259}._clearSelectionBtn_wryjh_240{width:40px;height:40px;padding:0;justify-content:center;background:linear-gradient(135deg,var(--danger-color) 0%,#b02a37 100%);color:#fff;box-shadow:0 2px 6px #dc354533}._clearSelectionBtn_wryjh_240:hover{transform:translateY(-2px);box-shadow:0 4px 12px #dc35454d}._filterToggle_wryjh_287{display:flex;align-items:center}._toggleLabel_wryjh_292{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:500;color:var(--gray-700);cursor:pointer;-webkit-user-select:none;user-select:none}._toggleInput_wryjh_303{display:none}._toggleSwitch_wryjh_307{position:relative;width:44px;height:24px;background:var(--gray-300);border-radius:24px;transition:background-color var(--transition-speed) ease}._toggleSwitch_wryjh_307:before{content:"";position:absolute;top:2px;left:2px;width:20px;height:20px;background:#fff;border-radius:50%;transition:transform var(--transition-speed) ease;box-shadow:0 2px 4px #0003}._toggleInput_wryjh_303:checked+._toggleSwitch_wryjh_307{background:var(--facebook-color)}._toggleInput_wryjh_303:checked+._toggleSwitch_wryjh_307:before{transform:translate(20px)}._selectedCount_wryjh_335{display:flex;align-items:center;gap:6px;font-size:14px;font-weight:600;color:var(--gray-700);background:linear-gradient(135deg,var(--info-color) .15,rgba(13,202,240,.08) 100%);padding:8px 14px;border-radius:999px;border:1px solid rgba(13,202,240,.2)}._selectedCount_wryjh_335 svg{color:var(--info-color)}._leadsGrid_wryjh_352{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem;margin-bottom:1.5rem}._loadMoreContainer_wryjh_360{display:flex;justify-content:center;padding-top:1rem;border-top:1px solid var(--gray-200)}._loadMoreBtn_wryjh_367{display:flex;align-items:center;gap:8px;padding:12px 32px;background:linear-gradient(135deg,var(--primary-color) 0%,#0a58ca 100%);color:#fff;border:none;border-radius:12px;font-size:14px;font-weight:600;cursor:pointer;transition:all var(--transition-speed) ease;box-shadow:0 2px 8px #0d6efd40}._loadMoreBtn_wryjh_367:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #0d6efd59}._loadMoreBtn_wryjh_367:disabled{opacity:.6;cursor:not-allowed;transform:none}._loadMoreBtn_wryjh_367:active:not(:disabled){transform:translateY(0)}._lead-card_wryjh_396{background:#fff;border-radius:16px;border:1px solid var(--gray-200);overflow:hidden;transition:all var(--transition-speed) ease;position:relative;padding-bottom:70px;cursor:pointer;-webkit-user-select:none;user-select:none;box-shadow:0 1px 3px #0000000a,0 2px 6px #00000005}._lead-card_wryjh_396:hover{transform:translateY(-4px);box-shadow:0 8px 20px #00000014,0 2px 8px #0000000a;border-color:var(--facebook-color)}._lead-card_wryjh_396:focus{outline:2px solid var(--facebook-color);outline-offset:2px}._lead-card-selected_wryjh_418{border-color:var(--facebook-color);background:linear-gradient(to bottom,#1877f205,#fff);box-shadow:0 0 0 3px #1877f21f,0 8px 20px #1877f214;transform:translateY(-4px)}._lead-card-selected_wryjh_418:hover{box-shadow:0 0 0 3px #1877f22e,0 12px 24px #1877f21f}._lead-card-assigned_wryjh_428{cursor:default;background:linear-gradient(to bottom,#19875405,#fff);border-color:#19875433}._lead-card-assigned_wryjh_428:before{content:"";position:absolute;top:0;right:0;width:0;height:0;border-style:solid;border-width:0 50px 50px 0;border-color:transparent var(--success-color) transparent transparent;opacity:.9}._lead-card-assigned_wryjh_428:after{content:"✓";position:absolute;top:8px;right:8px;color:#fff;font-weight:700;font-size:20px;z-index:1}._lead-card-assigned_wryjh_428:hover{transform:none;box-shadow:0 1px 3px #0000000a,0 2px 6px #00000005;border-color:#1987544d}._selection-indicator_wryjh_461{position:absolute;top:12px;right:12px;z-index:10;animation:_scaleIn_wryjh_1 .2s cubic-bezier(.34,1.56,.64,1);filter:drop-shadow(0 2px 4px rgba(67,97,238,.3))}@keyframes _scaleIn_wryjh_1{0%{transform:scale(0) rotate(-180deg);opacity:0}to{transform:scale(1) rotate(0);opacity:1}}._lead-card-body_wryjh_480{padding:1.5rem;min-height:180px;max-height:400px;overflow-y:auto;background:linear-gradient(to bottom,#fafbfc,#fff)}._lead-card-body_wryjh_480::-webkit-scrollbar{width:5px}._lead-card-body_wryjh_480::-webkit-scrollbar-track{background:transparent}._lead-card-body_wryjh_480::-webkit-scrollbar-thumb{background:var(--gray-300);border-radius:10px}._lead-card-body_wryjh_480::-webkit-scrollbar-thumb:hover{background:var(--gray-400)}._lead-field_wryjh_502{display:flex;flex-direction:row;margin-bottom:14px;padding:10px 10px 14px;border-radius:8px;border-bottom:1px solid var(--gray-200);gap:12px;align-items:flex-start;transition:background-color .2s ease}._lead-field_wryjh_502:hover{background-color:#1877f208}._lead-field_wryjh_502:last-child{margin-bottom:0;border-bottom:none;padding-bottom:10px}._field-name_wryjh_523{font-weight:600;color:var(--gray-700);font-size:13px;min-width:110px;max-width:110px;flex-shrink:0;text-transform:capitalize;line-height:1.6;display:inline-block}._field-value_wryjh_535{color:var(--gray-900);font-size:14px;word-break:break-word;flex:1;line-height:1.6;font-weight:500;display:inline-block}._lead-card-footer_wryjh_545{position:absolute;bottom:0;left:0;right:0;padding:1rem 1.5rem;background:linear-gradient(to top,#f9fafbfa,#fffffff2);border-top:1px solid var(--gray-200);display:flex;justify-content:space-between;align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}._card-agent_wryjh_559{display:flex;align-items:center;gap:8px}._card-agent_wryjh_559 ._agent-name_wryjh_564{font-weight:600;color:var(--success-color);font-size:14px;display:inline-flex;align-items:center;gap:6px;padding:4px 10px;background:#19875414;border-radius:6px}._card-agent_wryjh_559 ._agent-name_wryjh_564:before{content:"✓";font-size:14px;font-weight:700}._card-date_wryjh_581{font-size:12px;color:var(--gray-500);font-weight:500;display:flex;align-items:center;gap:4px}._card-date_wryjh_581:before{content:"📅";font-size:14px}._add-agent-btn_wryjh_594{background:linear-gradient(135deg,var(--facebook-color) 0%,#1366d6 100%);color:#fff;border:none;padding:8px 18px;border-radius:10px;font-size:13px;font-weight:600;cursor:pointer;transition:all var(--transition-speed) ease;box-shadow:0 2px 8px #1877f240;letter-spacing:.3px}._add-agent-btn_wryjh_594:hover{transform:translateY(-2px);box-shadow:0 6px 16px #1877f259;background:linear-gradient(135deg,#1366d6 0%,var(--facebook-color) 100%)}._add-agent-btn_wryjh_594:active{transform:translateY(0);box-shadow:0 2px 8px #1877f240}._change-agent-btn_wryjh_617{background:linear-gradient(135deg,var(--success-color) 0%,#157347 100%);color:#fff;border:none;padding:8px 18px;border-radius:10px;font-size:13px;font-weight:600;cursor:pointer;transition:all var(--transition-speed) ease;box-shadow:0 2px 8px #19875440;letter-spacing:.3px;text-transform:none}._change-agent-btn_wryjh_617:hover{transform:translateY(-2px);box-shadow:0 6px 16px #19875459;background:linear-gradient(135deg,#157347 0%,var(--success-color) 100%)}._change-agent-btn_wryjh_617:active{transform:translateY(0);box-shadow:0 2px 8px #19875440}@media (max-width: 1200px){._primaryFilters_wryjh_51{flex-direction:column;align-items:stretch}._filterGroup_wryjh_73{min-width:auto}._leadsGrid_wryjh_352{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}}@media (max-width: 768px){._container_wryjh_27{padding:.5rem}._filtersCard_wryjh_41{padding:1rem}._leadsSection_wryjh_192{width:100%;padding:1rem;border-radius:12px}._leadsHeader_wryjh_202{flex-direction:column;align-items:flex-start}._bulkActions_wryjh_231{width:100%;justify-content:space-between}._leadsGrid_wryjh_352{grid-template-columns:1fr;gap:1rem}._loadMoreBtn_wryjh_367{width:100%}}@media (max-width: 576px){._selectAllBtn_wryjh_238,._bulkAssignBtn_wryjh_239{font-size:13px;padding:8px 12px}._selectAllBtn_wryjh_238 span,._bulkAssignBtn_wryjh_239 span{display:none}._selectedCount_wryjh_335{font-size:12px;padding:6px 10px}}._modalOverlay_1xskh_2{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:_fadeIn_1xskh_1 .2s ease}@keyframes _fadeIn_1xskh_1{0%{opacity:0}to{opacity:1}}._modal_1xskh_2{width:90%;max-width:700px;max-height:90vh;background-color:#fff;border-radius:16px;box-shadow:0 25px 50px -12px #00000040;overflow:hidden;display:flex;flex-direction:column;animation:_modalSlideIn_1xskh_1 .3s cubic-bezier(.34,1.56,.64,1)}@keyframes _modalSlideIn_1xskh_1{0%{opacity:0;transform:translateY(-30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}._modalHeader_1xskh_48{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;border-bottom:1px solid var(--gray-200);background:linear-gradient(135deg,var(--gray-50) 0%,white 100%);position:relative}._modalHeader_1xskh_48:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:linear-gradient(180deg,var(--facebook-color) 0%,#0a58ca 100%)}._modalHeader_1xskh_48 h2{margin:0 0 0 12px;font-size:1.25rem;font-weight:700;color:var(--gray-900);display:flex;align-items:center;gap:10px}._modalHeader_1xskh_48 ._closeBtn_1xskh_76{width:36px;height:36px;border-radius:10px;background:transparent;border:none;color:var(--gray-500);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all var(--transition-speed) ease}._modalHeader_1xskh_48 ._closeBtn_1xskh_76:hover{background:var(--gray-100);color:var(--gray-700);transform:rotate(90deg)}._modalHeader_1xskh_48 ._closeBtn_1xskh_76 svg{font-size:18px}._modalBody_1xskh_98{padding:1.5rem;overflow-y:auto;flex:1}._modalBody_1xskh_98::-webkit-scrollbar{width:6px}._modalBody_1xskh_98::-webkit-scrollbar-track{background:var(--gray-100);border-radius:3px}._modalBody_1xskh_98::-webkit-scrollbar-thumb{background:var(--gray-400);border-radius:3px}._modalBody_1xskh_98::-webkit-scrollbar-thumb:hover{background:var(--gray-500)}._formGroup_1xskh_119{margin-bottom:1.25rem}._formGroup_1xskh_119:last-child{margin-bottom:0}._formGroup_1xskh_119 label{display:block;font-size:.875rem;font-weight:600;color:var(--gray-700);margin-bottom:.5rem;letter-spacing:.3px}._formGroup_1xskh_119 input,._formGroup_1xskh_119 select{width:100%;padding:.75rem 1rem;border:2px solid var(--gray-200);border-radius:10px;font-size:.875rem;color:var(--gray-900);background:#fff;transition:all var(--transition-speed) ease;font-weight:500}._formGroup_1xskh_119 input:focus,._formGroup_1xskh_119 select:focus{outline:none;border-color:var(--facebook-color);box-shadow:0 0 0 3px #1877f21a}._formGroup_1xskh_119 input:hover:not(:focus),._formGroup_1xskh_119 select:hover:not(:focus){border-color:var(--gray-300)}._formGroup_1xskh_119 input::placeholder,._formGroup_1xskh_119 select::placeholder{color:var(--gray-400);font-weight:400}._formGroup_1xskh_119 input:disabled,._formGroup_1xskh_119 select:disabled{background:var(--gray-50);cursor:not-allowed;opacity:.6}._formGroup_1xskh_119 select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'%3E%3C/path%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:16px;padding-right:40px}._adminList_1xskh_176{margin-top:1rem}._adminList_1xskh_176 h3{font-size:1rem;font-weight:600;color:var(--gray-800);margin-bottom:.75rem;display:flex;align-items:center;gap:8px}._fieldItem_1xskh_189{display:flex;align-items:flex-start;gap:12px;padding:.875rem 1rem;border-radius:8px;background:#fff;border:1px solid var(--gray-200);margin-bottom:.5rem;transition:all var(--transition-speed) ease;font-size:.875rem;color:var(--gray-900);line-height:1.5;font-weight:500}._fieldItem_1xskh_189:hover{background:#1877f208;border-color:#1877f233}._fieldItem_1xskh_189:last-child{margin-bottom:0}._fieldItem_1xskh_189 label{font-weight:600;color:var(--gray-700);font-size:.813rem;min-width:130px;max-width:130px;flex-shrink:0;text-transform:capitalize;line-height:1.5;margin:0;display:block}._fieldItem_1xskh_189:not(:has(label)){word-break:break-word}._adminItem_1xskh_229{display:flex;align-items:center;gap:12px;padding:.75rem 1rem;border-radius:8px;background:var(--gray-50);border:1px solid var(--gray-200);margin-bottom:.5rem;transition:all var(--transition-speed) ease;cursor:pointer}._adminItem_1xskh_229:hover{background:#1877f20d;border-color:var(--facebook-color);transform:translate(4px)}._adminItem_1xskh_229:last-child{margin-bottom:0}._adminItem_1xskh_229 input[type=checkbox]{margin:0;width:18px;height:18px;cursor:pointer;accent-color:var(--facebook-color)}._adminItem_1xskh_229 span{font-size:.875rem;color:var(--gray-700);font-weight:500;flex:1}._modalFooter_1xskh_263{display:flex;justify-content:flex-end;gap:.75rem;padding:1.25rem 1.5rem;border-top:1px solid var(--gray-200);background:linear-gradient(180deg,white 0%,var(--gray-50) 100%)}._button_1xskh_272{padding:.75rem 1.5rem;border:none;border-radius:10px;cursor:pointer;font-size:.875rem;font-weight:600;transition:all var(--transition-speed) ease;letter-spacing:.3px;min-width:100px}._button_1xskh_272._success_1xskh_283{background:linear-gradient(135deg,var(--facebook-color) 0%,#0a58ca 100%);color:#fff;box-shadow:0 2px 8px #1877f240}._button_1xskh_272._success_1xskh_283:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 16px #1877f259}._button_1xskh_272._success_1xskh_283:active:not(:disabled){transform:translateY(0)}._button_1xskh_272._success_1xskh_283:disabled{opacity:.6;cursor:not-allowed}._button_1xskh_272._cancel_1xskh_299{background:var(--gray-100);color:var(--gray-700);border:1px solid var(--gray-300)}._button_1xskh_272._cancel_1xskh_299:hover{background:var(--gray-200);border-color:var(--gray-400)}._button_1xskh_272._cancel_1xskh_299:active{transform:scale(.98)}._loading_1xskh_313{display:flex;align-items:center;justify-content:center;gap:8px}._loading_1xskh_313:after{content:"";width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:_spin_1xskh_1 .6s linear infinite}@keyframes _spin_1xskh_1{to{transform:rotate(360deg)}}@media (max-width: 768px){._modal_1xskh_2{width:95%;max-width:none}._modalHeader_1xskh_48{padding:1rem}._modalHeader_1xskh_48 h2{font-size:1.125rem}._modalBody_1xskh_98{padding:1rem}._modalFooter_1xskh_263{padding:1rem;flex-direction:column-reverse}._modalFooter_1xskh_263 ._button_1xskh_272{width:100%}}._cancelBtn_1xskh_357{background:#6b7280;color:#fff;border:none;padding:10px 20px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;margin-right:10px}._cancelBtn_1xskh_357:hover{background:#4b5563}._saveBtn_1xskh_373{background:#0d6efd;color:#fff;border:none;padding:10px 20px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease}._saveBtn_1xskh_373:hover{background:#0b5ed7}._settings-sidebar_1mk18_2{position:relative;background:#fff;border-left:1px solid #e2e8f0;height:100%;transition:all .3s ease;box-shadow:-4px 0 16px #0f172a0a;overflow-y:auto}._settings-sidebar_1mk18_2::-webkit-scrollbar{width:4px}._settings-sidebar_1mk18_2::-webkit-scrollbar-track{background:#f1f5f9}._settings-sidebar_1mk18_2::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:2px}._settings-sidebar_1mk18_2._open_1mk18_21{width:280px;min-width:280px}._settings-sidebar_1mk18_2._closed_1mk18_25{width:70px;min-width:70px}._settings-sidebar_1mk18_2._closed_1mk18_25 ._setting-title_1mk18_29,._settings-sidebar_1mk18_2._closed_1mk18_25 ._setting-description_1mk18_32{display:none}._settings-sidebar_1mk18_2._closed_1mk18_25 ._sidebar-title_1mk18_35{font-size:0;padding:20px 0;text-align:center}._settings-sidebar_1mk18_2._closed_1mk18_25 ._sidebar-title_1mk18_35:after{content:"⚙";font-size:18px;font-weight:700}._settings-sidebar_1mk18_2._closed_1mk18_25 ._setting-item_1mk18_45{justify-content:center;padding:16px 10px}._settings-sidebar_1mk18_2._closed_1mk18_25 ._setting-info_1mk18_49{display:none}._settings-sidebar_1mk18_2._closed_1mk18_25 ._setting-icon_1mk18_52{margin-right:0}._settings-sidebar_1mk18_2 ._sidebar-toggle_1mk18_55{position:absolute;top:12px;left:12px;cursor:pointer;background:linear-gradient(135deg,#fff,#f8fafc);border-radius:10px;width:28px;height:28px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #0f172a14;border:1px solid #e2e8f0;z-index:10;color:#64748b;font-weight:700;transition:all .2s ease}._settings-sidebar_1mk18_2 ._sidebar-toggle_1mk18_55:hover{background:linear-gradient(135deg,#0d6efd,#0a58ca);color:#fff;border-color:transparent;transform:scale(1.05);box-shadow:0 4px 12px #0d6efd40}._settings-sidebar_1mk18_2 ._sidebar-content_1mk18_81{padding:16px 0}._settings-sidebar_1mk18_2 ._sidebar-title_1mk18_35{color:#1e293b;font-size:1.1rem;font-weight:700;padding:0 20px 20px;margin:0;border-bottom:1px solid #e2e8f0;display:flex;align-items:center;gap:10px}._settings-sidebar_1mk18_2 ._sidebar-title_1mk18_35:before{content:"";width:4px;height:20px;background:linear-gradient(135deg,#0d6efd,#0a58ca);border-radius:2px}._settings-sidebar_1mk18_2 ._settings-menu_1mk18_102{margin-top:12px;padding:0 8px}._settings-sidebar_1mk18_2 ._setting-item_1mk18_45{display:flex;align-items:center;padding:12px 16px;cursor:pointer;transition:all .2s ease;border-radius:10px;margin-bottom:4px;border:1px solid transparent}._settings-sidebar_1mk18_2 ._setting-item_1mk18_45:hover{background:#f8fafc;border-color:#e2e8f0}._settings-sidebar_1mk18_2 ._setting-item_1mk18_45._active_1mk18_120{background:linear-gradient(135deg,#0d6efd14,#0d6efd0a);border-color:#0d6efd33}._settings-sidebar_1mk18_2 ._setting-item_1mk18_45._active_1mk18_120 ._setting-icon_1mk18_52{color:#0d6efd;background:linear-gradient(135deg,#0d6efd26,#0d6efd1a)}._settings-sidebar_1mk18_2 ._setting-item_1mk18_45._active_1mk18_120 ._setting-title_1mk18_29{color:#0d6efd;font-weight:600}._settings-sidebar_1mk18_2 ._setting-icon_1mk18_52{font-size:18px;color:#64748b;margin-right:14px;min-width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#f1f5f9;border-radius:10px;transition:all .2s ease}._settings-sidebar_1mk18_2 ._setting-info_1mk18_49{display:flex;flex-direction:column;flex:1}._settings-sidebar_1mk18_2 ._setting-title_1mk18_29{font-size:.9rem;font-weight:500;color:#334155;margin-bottom:2px;transition:all .2s ease}._settings-sidebar_1mk18_2 ._setting-description_1mk18_32{font-size:.75rem;color:#94a3b8;margin:0;line-height:1.4}@media (max-width: 768px){._settings-sidebar_1mk18_2{position:fixed;right:0;top:0;bottom:0;z-index:1000;border-radius:20px 0 0 20px;box-shadow:-8px 0 24px #0f172a26}._settings-sidebar_1mk18_2._closed_1mk18_25{transform:translate(100%)}._settings-sidebar_1mk18_2._open_1mk18_21{transform:translate(0);width:260px}._settings-sidebar_1mk18_2 ._sidebar-toggle_1mk18_55{display:flex;left:-14px;background:linear-gradient(135deg,#0d6efd,#0a58ca);color:#fff;border:none;box-shadow:0 4px 12px #0d6efd4d}}._tableContainer_1mi8r_1{display:flex;flex-direction:column;gap:10px;margin:15px 0;border:1px solid #ddd;border-radius:8px;overflow:hidden;background-color:#fff;box-shadow:0 2px 4px #0000001a}._tableHeader_1mi8r_13{display:grid;grid-template-columns:repeat(4,1fr);background-color:#f0f0f0;font-weight:700;padding:10px;border-bottom:1px solid #ddd}._tableHeader_1mi8r_13 div{padding:8px;font-size:14px;color:#333}._tableRow_1mi8r_27{display:grid;grid-template-columns:repeat(4,1fr);padding:10px;border-bottom:1px solid #ddd}._tableRow_1mi8r_27:last-child{border-bottom:none}._tableRow_1mi8r_27 ._tableCell_1mi8r_36{display:flex;align-items:center}._tableRow_1mi8r_27 div{padding:8px;font-size:14px;color:#333}._switch_1l6gv_1{position:relative;display:inline-block;width:44px;height:20px;min-width:44px}._switch_1l6gv_1 input{opacity:0;width:0;height:0}._slider_1l6gv_14{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;border-radius:30px;transition:.3s}._slider_1l6gv_14:before{content:"";position:absolute;width:15px;height:15px;left:3px;bottom:3px;background-color:#fff;border-radius:50%;transition:.3s}input:checked+._slider_1l6gv_14{background-color:#007bff}input:checked+._slider_1l6gv_14:before{transform:translate(24px)}._settings-card_gxbl0_2{background:#fff;border-radius:16px;box-shadow:0 4px 16px #0f172a0f;padding:24px;margin-bottom:20px;border:1px solid #e2e8f0;transition:all .2s ease}._settings-card_gxbl0_2:hover{box-shadow:0 8px 24px #0f172a14}._settings-card_gxbl0_2 ._card-header_gxbl0_14{margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid #e2e8f0;display:flex;align-items:center;gap:12px}._settings-card_gxbl0_2 ._card-header_gxbl0_14:before{content:"";width:4px;height:24px;background:linear-gradient(135deg,#0d6efd,#0a58ca);border-radius:2px}._settings-card_gxbl0_2 ._card-header_gxbl0_14 h3{margin:0;font-size:1.15rem;font-weight:700;color:#1e293b}._settings-card_gxbl0_2 ._card-content_gxbl0_35{padding:0 0 20px}._settings-card_gxbl0_2 ._card-content_gxbl0_35 ._form-group_gxbl0_38 ._input-container_gxbl0_38{display:flex;align-items:center;gap:12px;flex-wrap:wrap}@media (min-width: 768px){._settings-card_gxbl0_2 ._card-content_gxbl0_35 ._form-group_gxbl0_38 ._input-container_gxbl0_38{flex-wrap:nowrap}}._settings-card_gxbl0_2 ._card-content_gxbl0_35 ._form-group_gxbl0_38 ._input-container_gxbl0_38 ._currency-select_gxbl0_49{min-width:120px;max-width:150px}._settings-card_gxbl0_2 ._card-content_gxbl0_35 ._form-group_gxbl0_38 input[type=number],._settings-card_gxbl0_2 ._card-content_gxbl0_35 ._form-group_gxbl0_38 select{width:30%;padding:12px 14px;border:1px solid #e2e8f0;border-radius:10px;font-size:14px;transition:all .2s ease;margin-left:10px;background:#f8fafc}._settings-card_gxbl0_2 ._card-content_gxbl0_35 ._form-group_gxbl0_38 input[type=number]:focus,._settings-card_gxbl0_2 ._card-content_gxbl0_35 ._form-group_gxbl0_38 select:focus{outline:none;border-color:#0d6efd;background:#fff;box-shadow:0 0 0 3px #0d6efd1a}@media (max-width: 768px){._settings-card_gxbl0_2{padding:15px}._settings-card_gxbl0_2 ._form-group_gxbl0_38{margin-bottom:15px}}@media (max-width: 480px){._settings-card_gxbl0_2{padding:15px}}._inputContainer_gxbl0_85{display:flex;flex-direction:column;gap:24px}._tabContainer_gxbl0_91{display:flex;gap:8px;padding:6px;background:#f8fafc;border-radius:14px;width:fit-content;border:1px solid #e2e8f0}._tab_gxbl0_91{padding:12px 24px;border:none;background:transparent;cursor:pointer;font-size:.875rem;font-weight:600;color:#64748b;border-radius:10px;transition:all .2s ease;white-space:nowrap;position:relative}._tab_gxbl0_91:hover{color:#0d6efd;background:#0d6efd0f}._tab_gxbl0_91._active_gxbl0_118{background:linear-gradient(135deg,#0d6efd,#0a58ca);color:#fff;box-shadow:0 4px 12px #0d6efd4d}._inputsWrapper_gxbl0_124{display:flex;flex-direction:column;gap:16px;padding:16px;background:#fff;border-radius:12px;border:1px solid #e2e8f0;position:relative;overflow:hidden}._inputsWrapper_gxbl0_124:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,#0d6efd,#0a58ca)}._inputGroup_gxbl0_145{display:flex;flex-direction:column;gap:8px}._inputLabel_gxbl0_151{font-size:.8rem;font-weight:600;color:#475569;letter-spacing:.3px;display:flex;align-items:center;gap:8px}._inputLabel_gxbl0_151:before{content:"";width:6px;height:6px;background:#0d6efd;border-radius:50%}._currencyGrid_gxbl0_168{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px}._currencyCard_gxbl0_174{display:flex;flex-direction:column;gap:8px;padding:16px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;transition:all .2s ease}._currencyCard_gxbl0_174:hover{border-color:#0d6efd;box-shadow:0 4px 12px #0d6efd1a;transform:translateY(-2px)}._currencyLabel_gxbl0_190{font-size:12px;font-weight:600;color:#6c757d;text-transform:uppercase;letter-spacing:.5px}._buttonWrapper_gxbl0_198{display:flex;flex-direction:column;gap:16px}._infoNote_gxbl0_204{display:flex;align-items:center;gap:12px;padding:14px 18px;background:linear-gradient(135deg,#eff6ff,#dbeafe);border-left:4px solid #0d6efd;border-radius:12px;font-size:.85rem;color:#1e40af;font-weight:500;line-height:1.5;box-shadow:0 2px 8px #0d6efd1a}._infoNote_gxbl0_204:before{content:"ℹ️";font-size:18px;flex-shrink:0}._buttonContainer_gxbl0_224{display:flex;justify-content:flex-end}._radioGroup_gxbl0_229{display:flex;flex-direction:column;gap:12px;margin-bottom:8px}._settingItem_1egsn_1{display:flex;align-items:center;justify-content:start;padding:10px;border-radius:6px;background:#fff;margin-bottom:10px;box-shadow:0 1px 3px #0000001a}._settingItem_1egsn_1 span{padding-left:7px;font-size:15px}._inputContainer_8c96t_2{display:flex;flex-direction:column;gap:24px}._tabContainer_8c96t_8{display:flex;gap:12px;padding:6px;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:12px;width:fit-content;box-shadow:inset 0 2px 4px #0000000f}._tab_8c96t_8{padding:14px 28px;border:none;background:transparent;cursor:pointer;font-size:14px;font-weight:600;color:#495057;border-radius:6px;transition:all .3s cubic-bezier(.4,0,.2,1);white-space:nowrap;position:relative;overflow:hidden}._tab_8c96t_8:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#007bff1a,#007bff0d);opacity:0;transition:opacity .3s ease}._tab_8c96t_8:hover{color:#007bff;transform:translateY(-1px)}._tab_8c96t_8:hover:before{opacity:1}._tab_8c96t_8._active_8c96t_50{background:linear-gradient(135deg,#007bff,#0056b3);color:#fff;box-shadow:0 4px 12px #007bff66;transform:translateY(-2px)}._inputsWrapper_8c96t_57{display:flex;flex-direction:column;gap:16px;padding:24px;background:linear-gradient(135deg,#f8f9fa,#fff);border-radius:6px;border:2px solid #e9ecef;position:relative;overflow:hidden}._inputsWrapper_8c96t_57:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,#007bff,#0056b3)}._inputGroup_8c96t_78{display:flex;flex-direction:column;gap:8px}._inputLabel_8c96t_84{font-size:13px;font-weight:600;color:#495057;letter-spacing:.3px;display:flex;align-items:center;gap:8px}._inputLabel_8c96t_84:before{content:"";width:6px;height:6px;background:#007bff;border-radius:50%}._currencyGrid_8c96t_101{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px}._currencyCard_8c96t_107{display:flex;flex-direction:column;gap:8px;padding:16px;background:#fff;border:1px solid #e9ecef;border-radius:6px;transition:all .3s ease}._currencyCard_8c96t_107:hover{border-color:#007bff;box-shadow:0 4px 12px #007bff26;transform:translateY(-2px)}._currencyLabel_8c96t_123{font-size:12px;font-weight:600;color:#6c757d;text-transform:uppercase;letter-spacing:.5px}._buttonWrapper_8c96t_131{display:flex;flex-direction:column;gap:16px;padding-top:8px;border-top:2px solid #f8f9fa}._infoNote_8c96t_139{display:flex;align-items:center;gap:12px;padding:14px 18px;background:linear-gradient(135deg,#e3f2fd,#bbdefb);border-left:4px solid #2196f3;border-radius:6px;font-size:13px;color:#1565c0;font-weight:500;line-height:1.5;box-shadow:0 2px 8px #2196f326}._infoNote_8c96t_139:before{content:"ℹ️";font-size:18px;flex-shrink:0}._buttonContainer_8c96t_159{display:flex;justify-content:flex-end}._radioGroup_8c96t_164{display:flex;flex-direction:column;gap:12px;margin-bottom:8px}._inputBase_13l82_1{flex:0 0 auto;width:150px;padding:10px;font-size:14px;color:#374151;background-color:#fff;border:1px solid #ccc;border-radius:4px;transition:border-color .2s ease}._inputBase_13l82_1:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 1px #007bff33}._inputBase_13l82_1._sm_13l82_17{width:150px;padding:9px;font-size:15px}._inputBase_13l82_1._lg_13l82_22{width:300px;padding:9px;font-size:16px}._inputContainer_wpfsb_1{display:flex;align-items:center;gap:10px;background:#fff;padding:10px;border-radius:6px}._tags_wpfsb_10{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:8px;width:700px}._tags_wpfsb_10 span button{font-size:11px}._tag_wpfsb_10{background-color:#007bff;color:#fff;padding:5px 10px;border-radius:16px;font-size:14px;display:flex;align-items:center}._scenarioSettings_4onsf_1{display:flex;flex-direction:column;gap:10px;margin-top:20px}._scenarioItem_4onsf_8{display:flex;align-items:center;justify-content:space-between;padding:10px;border-radius:6px;background:#fff;margin-bottom:5px;box-shadow:0 1px 3px #0000001a}._scenarioItem_4onsf_8 span{padding-left:7px;font-size:15px}._switch_fvhxy_1{position:relative;display:inline-block;width:44px;height:20px;min-width:44px}._switch_fvhxy_1 input{opacity:0;width:0;height:0}._slider_fvhxy_14{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;border-radius:30px;transition:.3s}._slider_fvhxy_14:before{content:"";position:absolute;width:15px;height:15px;left:3px;bottom:3px;background-color:#fff;border-radius:50%;transition:.3s}input:checked+._slider_fvhxy_14{background-color:#007bff}input:checked+._slider_fvhxy_14:before{transform:translate(24px)}._stage-item_16qlt_1{display:flex;align-items:center;justify-content:space-between;background:#fff;padding:10px;border-radius:6px;box-shadow:0 1px 3px #0000001a;margin-top:10px}._stageItemDrag_16qlt_12{display:flex;align-items:center;justify-content:space-between;background:#fff;cursor:grab;padding:10px;border-radius:6px;box-shadow:0 1px 3px #0000001a;margin-top:10px}._inputContainer_16qlt_24{display:flex;align-items:center;gap:10px;background:#fff;padding:10px;border-radius:6px}._inputContainer_16qlt_24 input{flex:0 0 auto;padding:11px 8px;border:1px solid #ddd;border-radius:4px}._settings-container_969e2_2{display:flex;height:calc(100vh - 60px - var(--app-footer-height, 44px));width:100%;background:linear-gradient(135deg,#f8fafc,#f1f5f9);position:relative;overflow:hidden}._settings-container_969e2_2 ._settings-layout_969e2_13{display:flex;width:100%;height:100%;overflow:hidden;flex-direction:row-reverse}._settings-container_969e2_2 ._settings-main_969e2_20{flex:1;overflow-y:auto;padding:20px;display:flex;flex-direction:column;max-width:1100px;margin:0 auto}._settings-container_969e2_2 ._settings-main_969e2_20::-webkit-scrollbar{width:6px}._settings-container_969e2_2 ._settings-main_969e2_20::-webkit-scrollbar-track{background:#f1f5f9;border-radius:3px}._settings-container_969e2_2 ._settings-main_969e2_20::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}._settings-container_969e2_2 ._settings-main_969e2_20::-webkit-scrollbar-thumb:hover{background:#94a3b8}._settings-container_969e2_2 ._mobile-overlay_969e2_43{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0f172a80;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:900;opacity:0;transition:opacity .3s}._settings-container_969e2_2 ._mobile-overlay_969e2_43._active_969e2_56{opacity:1;display:block}._settings-container_969e2_2 ._mobile-menu-toggle_969e2_60{display:flex;align-items:center;justify-content:center;position:fixed;top:15px;right:15px;z-index:1100;width:44px;height:44px;border-radius:12px;background:linear-gradient(135deg,#0d6efd,#0a58ca);color:#fff;border:none;cursor:pointer;font-size:20px;box-shadow:0 4px 12px #0d6efd4d;transition:all .2s ease;margin-top:55px;padding:0}._settings-container_969e2_2 ._mobile-menu-toggle_969e2_60:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0d6efd66}._settings-container_969e2_2 ._mobile-menu-toggle_969e2_60:active{transform:translateY(0)}._settings-container_969e2_2 ._mobile-menu-toggle_969e2_60 svg{font-size:20px;margin:0;display:block}._settings-container_969e2_2 ._spinner_969e2_93{display:inline-block;width:40px;height:40px;border:3px solid #e2e8f0;border-radius:50%;border-top-color:#0d6efd;animation:_spin_969e2_93 .8s linear infinite;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes _spin_969e2_93{to{transform:translate(-50%,-50%) rotate(360deg)}}@media (max-width: 768px){._settings-container_969e2_2 ._mobile-menu-toggle_969e2_60{display:flex}._settings-container_969e2_2 ._settings-main_969e2_20{padding:10px}}:root{--primary-color: #0d6efd;--primary-light: #cfe2ff;--danger-color: #dc3545;--success-color: #198754;--warning-color: #ffc107;--info-color: #0dcaf0;--gray-50: #f9fafb;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-300: #d1d5db;--gray-400: #9ca3af;--gray-500: #6b7280;--gray-600: #4b5563;--gray-700: #374151;--gray-800: #1f2937;--gray-900: #111827;--transition-speed: .3s;--operation-color: #4361ee;--operation-bg: rgba(67, 97, 238, .08);--transfer-color: #8b5cf6;--transfer-bg: rgba(139, 92, 246, .08);--medicine-color: #14b8a6;--medicine-bg: rgba(20, 184, 166, .08);--insurance-color: #f59e0b;--insurance-bg: rgba(245, 158, 11, .08)}._container_68iqk_33{width:100%;max-width:1400px;margin:0 auto;padding:1rem;min-height:calc(100vh - 60px);background:transparent}._filtersSection_68iqk_43{margin-bottom:1rem}._filtersCard_68iqk_47{background:linear-gradient(135deg,var(--gray-50) 0%,white 100%);border-radius:16px;padding:1.5rem;box-shadow:0 2px 8px #0000000f;border:1px solid var(--gray-200);width:95%;margin:0 auto}._primaryFilters_68iqk_57{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}._searchSection_68iqk_64{flex:1;display:flex;align-items:center;gap:1rem;min-width:300px}._searchInput_68iqk_72{flex:1;position:relative;display:flex;align-items:center;background:#fff;border:2px solid transparent;border-radius:12px;transition:all var(--transition-speed) ease;box-shadow:0 2px 4px #0000000a}._searchInput_68iqk_72:focus-within{border-color:var(--primary-color);box-shadow:0 0 0 3px #0d6efd1a}._searchInput_68iqk_72 svg{position:absolute;left:14px;color:var(--gray-600);fill:var(--gray-600);z-index:1;pointer-events:none}._searchInput_68iqk_72 input{width:100%;padding:12px 16px 12px 44px;border:none;border-radius:12px;font-size:14px;font-weight:500;background:transparent;color:var(--gray-900)}._searchInput_68iqk_72 input:focus{outline:none}._searchInput_68iqk_72 input::placeholder{color:var(--gray-400);font-weight:400}._filterControls_68iqk_113{display:flex;gap:1rem;align-items:center}._selectWrapper_68iqk_119{position:relative}._selectWrapper_68iqk_119 select._selectInput_68iqk_122{padding:12px 40px 12px 16px;border:2px solid var(--gray-200);border-radius:12px;font-size:14px;font-weight:500;background:#fff;color:var(--gray-900);cursor:pointer;transition:all var(--transition-speed) ease;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'%3E%3C/path%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:16px;min-width:200px}._selectWrapper_68iqk_119 select._selectInput_68iqk_122:hover{border-color:var(--gray-300)}._selectWrapper_68iqk_119 select._selectInput_68iqk_122:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #0d6efd1a}._quickActions_68iqk_148{display:flex;gap:8px;align-items:center}._addButton_68iqk_154{display:flex;align-items:center;gap:8px;padding:12px 20px;background:linear-gradient(135deg,var(--primary-color) 0%,#0a58ca 100%);color:#fff;border:none;border-radius:12px;font-size:14px;font-weight:600;cursor:pointer;transition:all var(--transition-speed) ease;box-shadow:0 2px 8px #0d6efd40}._addButton_68iqk_154:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0d6efd59}._addButton_68iqk_154:active{transform:translateY(0)}._resetButton_68iqk_177{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:linear-gradient(135deg,var(--danger-color) 0%,#b02a37 100%);color:#fff;border:none;border-radius:10px;cursor:pointer;transition:all var(--transition-speed) ease;box-shadow:0 2px 6px #dc354533}._resetButton_68iqk_177:hover{transform:translateY(-2px);box-shadow:0 4px 12px #dc35454d}._activeFilters_68iqk_196{display:flex;gap:8px;align-items:center;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--gray-200);flex-wrap:wrap}._filterLabel_68iqk_206{font-size:13px;font-weight:600;color:var(--gray-600)}._filterTag_68iqk_212{display:flex;align-items:center;gap:6px;padding:6px 12px;background:linear-gradient(135deg,var(--primary-light) 0%,rgba(13,110,253,.08) 100%);border:1px solid rgba(13,110,253,.2);border-radius:999px;font-size:13px;font-weight:500;color:var(--primary-color)}._filterTag_68iqk_212 button{display:flex;align-items:center;justify-content:center;background:none;border:none;color:var(--primary-color);cursor:pointer;padding:2px;border-radius:50%;transition:background-color var(--transition-speed) ease}._filterTag_68iqk_212 button:hover{background-color:#0d6efd26}._tableSection_68iqk_241{width:95%;margin:1rem auto 0;background:linear-gradient(180deg,#e8f4fc,#f0f7fc,#f8fbfe);border-radius:20px;border:1px solid rgba(147,197,253,.3);box-shadow:0 2px 8px #0000000a;overflow:hidden;padding:1.5rem}._loadingContainer_68iqk_252{display:flex;justify-content:center;align-items:center;padding:4rem;background:transparent}._emptyState_68iqk_260{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;background:#fff;border-radius:16px;margin:1.5rem}._emptyState_68iqk_260 svg{color:var(--gray-400);margin-bottom:1.5rem}._emptyState_68iqk_260 h3{font-size:1.25rem;font-weight:600;color:var(--gray-800);margin:0 0 .5rem}._emptyState_68iqk_260 p{font-size:.95rem;color:var(--gray-600);margin:0 0 1.5rem;max-width:500px}._emptyState_68iqk_260 button{display:flex;align-items:center;gap:8px;padding:10px 20px!important;background:var(--gray-100)!important;color:var(--gray-700)!important;border:1px solid var(--gray-300)!important;border-radius:10px!important;font-size:14px!important;font-weight:500!important;cursor:pointer;transition:all var(--transition-speed) ease!important}._emptyState_68iqk_260 button:hover{background:var(--gray-200)!important}._tableWrapper_68iqk_305{background:#fff;border-radius:12px;overflow:hidden}._tableHeader_68iqk_311{padding:1rem 1.5rem;background:#fff;border-bottom:1px solid var(--gray-200);display:flex;justify-content:space-between;align-items:center}._resultCount_68iqk_320{font-size:14px;font-weight:600;color:var(--gray-700)}._tableContainer_68iqk_326{overflow-x:auto;border-radius:0 0 12px 12px}._table_68iqk_241{width:100%;border-collapse:collapse;background:#fff}._table_68iqk_241 thead{background:linear-gradient(135deg,var(--gray-50) 0%,white 100%);border-bottom:2px solid var(--gray-200)}._table_68iqk_241 thead th{text-align:left;padding:1rem 1.5rem;font-weight:600;font-size:13px;color:var(--gray-700);text-transform:uppercase;letter-spacing:.5px;white-space:nowrap}._table_68iqk_241 thead th._colNumber_68iqk_350{width:60px;text-align:center}._table_68iqk_241 thead th._colName_68iqk_354{min-width:250px}._table_68iqk_241 thead th._colPrice_68iqk_357,._table_68iqk_241 thead th._colType_68iqk_360{width:150px}._table_68iqk_241 thead th._colActions_68iqk_363{width:120px;text-align:center}._table_68iqk_241 tbody ._tableRow_68iqk_367{border-bottom:1px solid var(--gray-100);transition:all var(--transition-speed) ease}._table_68iqk_241 tbody ._tableRow_68iqk_367:hover{background:linear-gradient(135deg,var(--gray-50) 0%,rgba(249,250,251,.5) 100%)}._table_68iqk_241 tbody ._tableRow_68iqk_367:last-child{border-bottom:none}._table_68iqk_241 tbody ._tableRow_68iqk_367 td{padding:1rem 1.5rem;vertical-align:middle;font-size:14px;color:var(--gray-700)}._table_68iqk_241 tbody ._tableRow_68iqk_367 td._colNumber_68iqk_350{text-align:center;font-weight:600;color:var(--gray-500);font-size:13px}._table_68iqk_241 tbody ._tableRow_68iqk_367 td._colName_68iqk_354 ._serviceName_68iqk_389{font-weight:500;color:var(--gray-900)}._table_68iqk_241 tbody ._tableRow_68iqk_367 td._colPrice_68iqk_357 ._priceValue_68iqk_393{font-weight:600;color:var(--success-color)}._table_68iqk_241 tbody ._tableRow_68iqk_367 td._colActions_68iqk_363{text-align:center}._typeBadge_68iqk_402{display:inline-flex;align-items:center;padding:6px 14px;border-radius:999px;font-size:12px;font-weight:600;text-transform:capitalize}._typeBadge_68iqk_402._operation_68iqk_411{background:var(--operation-bg);color:var(--operation-color);border:1px solid rgba(67,97,238,.2)}._typeBadge_68iqk_402._transfer_68iqk_416{background:var(--transfer-bg);color:var(--transfer-color);border:1px solid rgba(139,92,246,.2)}._typeBadge_68iqk_402._medicine_68iqk_421{background:var(--medicine-bg);color:var(--medicine-color);border:1px solid rgba(20,184,166,.2)}._typeBadge_68iqk_402._insurance_68iqk_426{background:var(--insurance-bg);color:var(--insurance-color);border:1px solid rgba(245,158,11,.2)}._actionButtons_68iqk_433{display:flex;gap:8px;justify-content:center;align-items:center}._editButton_68iqk_440,._deleteButton_68iqk_441{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;border-radius:8px;cursor:pointer;transition:all var(--transition-speed) ease}._editButton_68iqk_440{background:linear-gradient(135deg,var(--info-color) 0%,#0891b2 100%);color:#fff;box-shadow:0 2px 4px #0dcaf033}._editButton_68iqk_440:hover{transform:translateY(-2px);box-shadow:0 4px 8px #0dcaf04d}._deleteButton_68iqk_441{background:linear-gradient(135deg,var(--danger-color) 0%,#b02a37 100%);color:#fff;box-shadow:0 2px 4px #dc354533}._deleteButton_68iqk_441:hover{transform:translateY(-2px);box-shadow:0 4px 8px #dc35454d}._modalOverlay_68iqk_475{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;animation:_fadeIn_68iqk_1 .2s ease}@keyframes _fadeIn_68iqk_1{0%{opacity:0}to{opacity:1}}._modalContent_68iqk_497{background:#fff;border-radius:12px;box-shadow:0 10px 40px #0003;width:90%;max-width:650px;max-height:85vh;display:flex;flex-direction:column;animation:_slideUp_68iqk_1 .3s ease}@keyframes _slideUp_68iqk_1{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}._modalHeader_68iqk_519{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid #e5e7eb}._modalHeader_68iqk_519 ._pclose_68iqk_526{display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;background:transparent;border:none;border-radius:6px;cursor:pointer;color:#6b7280;transition:all .15s ease}._modalHeader_68iqk_519 ._pclose_68iqk_526:hover{background:#f3f4f6;color:#111827}._modalHeader_68iqk_519 ._pclose_68iqk_526 svg{display:flex;align-items:center;justify-content:center}._modalTitle_68iqk_550{font-size:18px;font-weight:600;color:#111827;margin:0}._modalBody_68iqk_557{flex:1;overflow-y:auto;padding:20px 24px}._formSection_68iqk_563{display:flex;flex-direction:column;gap:1.5rem}._formGroup_68iqk_569{display:flex;flex-direction:column;gap:.5rem;width:100%}._formGroup_68iqk_569 label{font-size:14px;font-weight:600;color:var(--gray-700);letter-spacing:.3px}._formGroup_68iqk_569 input,._formGroup_68iqk_569 select{padding:12px 16px;border:2px solid var(--gray-200);border-radius:10px;font-size:14px;font-weight:500;color:var(--gray-900);background:#fff;transition:all var(--transition-speed) ease}._formGroup_68iqk_569 input:hover,._formGroup_68iqk_569 select:hover{border-color:var(--gray-300)}._formGroup_68iqk_569 input:focus,._formGroup_68iqk_569 select:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #0d6efd1a}._formGroup_68iqk_569 input::placeholder,._formGroup_68iqk_569 select::placeholder{color:var(--gray-400);font-weight:400}._formGroup_68iqk_569 input:disabled,._formGroup_68iqk_569 select:disabled{background:var(--gray-50);cursor:not-allowed;opacity:.6}._formGroup_68iqk_569 select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'%3E%3C/path%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:16px;padding-right:40px;cursor:pointer}._priceInputGroup_68iqk_618{display:flex;gap:10px}._priceInputGroup_68iqk_618 input{flex:1}._priceInputGroup_68iqk_618 select{flex:0 0 auto;min-width:100px}._modalFooter_68iqk_630{display:flex;align-items:center;justify-content:flex-end;gap:12px;padding:16px 24px;border-top:1px solid #e5e7eb;background:#f9fafb}._modalFooter_68iqk_630 button{display:flex;align-items:center;gap:8px;padding:10px 20px;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .15s ease}._modalFooter_68iqk_630 button:disabled{opacity:.5;cursor:not-allowed}._modalFooter_68iqk_630 button._pcancel_68iqk_655{background:#fff;color:#6b7280;border:1px solid #d1d5db}._modalFooter_68iqk_630 button._pcancel_68iqk_655:hover:not(:disabled){background:#f9fafb;border-color:#9ca3af;color:#111827}._modalFooter_68iqk_630 button._psuccess_68iqk_665{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff}._modalFooter_68iqk_630 button._psuccess_68iqk_665:hover:not(:disabled){background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 4px 12px #3b82f64d}@media (max-width: 1200px){._primaryFilters_68iqk_57{flex-direction:column;align-items:stretch}._searchSection_68iqk_64{min-width:auto}._filterControls_68iqk_113{width:100%}._filterControls_68iqk_113 ._selectWrapper_68iqk_119{flex:1}._filterControls_68iqk_113 ._selectWrapper_68iqk_119 select._selectInput_68iqk_122{width:100%}._quickActions_68iqk_148{width:100%;justify-content:flex-end}}@media (max-width: 768px){._container_68iqk_33{padding:.5rem}._filtersCard_68iqk_47{padding:1rem}._tableSection_68iqk_241{width:100%;border-radius:12px}._table_68iqk_241 thead th{padding:.75rem 1rem;font-size:12px}._table_68iqk_241 tbody td{padding:.75rem 1rem;font-size:13px}._actionButtons_68iqk_433{flex-direction:column;gap:4px}._editButton_68iqk_440,._deleteButton_68iqk_441{width:32px;height:32px}._modalOverlay_68iqk_475{padding:1rem}._modalContent_68iqk_497{max-height:85vh}._modalHeader_68iqk_519{padding:1rem 1.5rem}._modalTitle_68iqk_550{font-size:1.25rem}._modalBody_68iqk_557{padding:1.5rem}._modalFooter_68iqk_630{padding:1rem 1.5rem}._modalFooter_68iqk_630 button{padding:10px 20px;font-size:13px}}@media (max-width: 576px){._priceInputGroup_68iqk_618{flex-direction:column;gap:8px}._priceInputGroup_68iqk_618 input,._priceInputGroup_68iqk_618 select{width:100%;min-width:auto}._modalFooter_68iqk_630{flex-direction:column-reverse}._modalFooter_68iqk_630 button{width:100%}}._accessContainer_17wge_1{width:100%;max-width:1200px;padding:20px;box-sizing:border-box;margin:0 auto 50px}._container_h0t1l_2{max-width:1400px;margin:0 auto;padding:24px;background:transparent;min-height:100vh}._container_h0t1l_2._mobile_h0t1l_9{padding:0;height:100vh;overflow:hidden}._header_h0t1l_16{margin-bottom:32px}._dateRange_h0t1l_20{background:none}._headerContent_h0t1l_24{display:flex;justify-content:space-between;align-items:center;background:transparent;padding:0 0 32px;border-radius:0;box-shadow:none;border:none}._headerLeft_h0t1l_35{display:flex;flex-direction:column}._title_h0t1l_40{font-size:32px;font-weight:700;color:#1f2937;margin:0 0 4px;letter-spacing:-.5px}._subtitle_h0t1l_48{font-size:16px;color:#6b7280;margin:0;font-weight:500}._headerRight_h0t1l_55{display:flex;align-items:center}._backButton_h0t1l_60{display:flex;align-items:center;gap:8px;padding:14px 24px;background:linear-gradient(135deg,#6b7280,#4b5563);color:#fff;border:none;border-radius:12px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 16px #6b72804d}._backButton_h0t1l_60:hover{transform:translateY(-2px);box-shadow:0 8px 24px #6b728066;background:linear-gradient(135deg,#4b5563,#374151)}._backButton_h0t1l_60:active{transform:translateY(0)}._content_h0t1l_85{background:transparent;border-radius:20px;box-shadow:none;border:none;overflow:hidden;min-height:600px}._loadingContainer_h0t1l_95{display:flex;justify-content:center;align-items:center;height:100vh;background:#f8fafc}._loadingContent_h0t1l_103{display:flex;flex-direction:column;align-items:center;text-align:center;background:#fff;padding:48px;border-radius:20px;box-shadow:0 4px 20px #0000000f;border:1px solid rgba(0,0,0,.05)}._loadingContent_h0t1l_103 p{color:#6b7280;font-size:16px;font-weight:500;margin-top:16px}._spinner_h0t1l_121{width:40px;height:40px;border:3px solid #f3f4f6;border-top:3px solid #4f46e5;border-radius:50%;animation:_spin_h0t1l_121 1s linear infinite}@keyframes _spin_h0t1l_121{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._errorState_h0t1l_139{display:flex;justify-content:center;align-items:center;min-height:600px;padding:32px}._errorContent_h0t1l_147{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:400px}._errorContent_h0t1l_147 h3{font-size:24px;font-weight:700;color:#374151;margin:16px 0 8px}._errorContent_h0t1l_147 p{color:#6b7280;font-size:16px;line-height:1.5;margin-bottom:24px}._errorIcon_h0t1l_167{font-size:64px;margin-bottom:16px}._backToListButton_h0t1l_172{display:flex;align-items:center;gap:8px;padding:14px 24px;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;border:none;border-radius:12px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 16px #4f46e54d}._backToListButton_h0t1l_172:hover{transform:translateY(-2px);box-shadow:0 8px 24px #4f46e566}._backToListButton_h0t1l_172:active{transform:translateY(0)}@media (max-width: 768px){._container_h0t1l_2{padding:16px}._container_h0t1l_2._mobile_h0t1l_9{padding:0}._headerContent_h0t1l_24{flex-direction:column;gap:20px;padding:24px;text-align:center}._title_h0t1l_40{font-size:28px}._content_h0t1l_85{margin-top:16px}._loadingContent_h0t1l_103,._errorContent_h0t1l_147{padding:32px 24px}}@media (max-width: 480px){._container_h0t1l_2{padding:12px}._container_h0t1l_2._mobile_h0t1l_9{padding:0}._headerContent_h0t1l_24{padding:20px}._title_h0t1l_40{font-size:24px}._backButton_h0t1l_60,._backToListButton_h0t1l_172{padding:12px 20px;font-size:13px}._loadingContent_h0t1l_103,._errorContent_h0t1l_147{padding:24px 16px}._errorIcon_h0t1l_167{font-size:48px}}:root{--primary-color: #0d6efd;--primary-light: #e7f1ff;--gray-50: #f9fafb;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-300: #d1d5db;--gray-400: #9ca3af;--gray-500: #6b7280;--gray-600: #4b5563;--gray-700: #374151;--gray-800: #1f2937;--gray-900: #111827;--success-color: #198754;--danger-color: #dc3545;--warning-color: #ffc107;--transition-speed: .3s}._container_gdyve_22{width:100%;max-width:1400px;margin:0 auto;padding:1rem;min-height:calc(100vh - 60px);background:transparent}._departmentPage_gdyve_31{width:100%}._filtersSection_gdyve_36{margin-bottom:1.5rem}._filtersCard_gdyve_40{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 2px 8px #0000000a;border:1px solid rgba(0,0,0,.06);width:95%;margin:0 auto}._primaryFilters_gdyve_50{display:flex;gap:1rem;align-items:center;flex-wrap:wrap;justify-content:space-between;min-width:100%}._searchSection_gdyve_59{min-width:300px;flex:1}._searchInput_gdyve_64{flex:1;position:relative;display:flex;align-items:center;background:#fff;border:2px solid transparent;border-radius:12px;transition:all .3s ease;box-shadow:0 2px 4px #0000000a}._searchInput_gdyve_64:focus-within{border-color:#0d6efd;box-shadow:0 0 0 3px #0d6efd1a}._searchInput_gdyve_64 svg{position:absolute;left:14px;color:#4b5563;fill:#4b5563;z-index:1;pointer-events:none}._searchInput_gdyve_64 input{width:100%;padding:12px 16px 12px 44px;border:none;border-radius:12px;font-size:14px;font-weight:500;background:transparent;color:#111827}._searchInput_gdyve_64 input:focus{outline:none}._searchInput_gdyve_64 input::placeholder{color:#9ca3af;font-weight:400}._quickActions_gdyve_105{display:flex;gap:.75rem;align-items:center;flex-shrink:0}._addButton_gdyve_112{display:flex;align-items:center;gap:8px;padding:12px 20px;background:linear-gradient(135deg,#0d6efd,#0a58ca);color:#fff;border:none;border-radius:12px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #0d6efd40}._addButton_gdyve_112:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0d6efd59}._addButton_gdyve_112:active{transform:translateY(0)}._loadingContainer_gdyve_136{display:flex;justify-content:center;align-items:center;padding:4rem;background:linear-gradient(180deg,#e8f4fc,#f0f7fc,#f8fbfe);border-radius:20px;border:1px solid rgba(147,197,253,.3);width:95%;margin:0 auto}._emptyState_gdyve_148{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;background:linear-gradient(180deg,#e8f4fc,#f0f7fc,#f8fbfe);border-radius:20px;border:1px solid rgba(147,197,253,.3);width:95%;margin:0 auto}._emptyState_gdyve_148 svg{opacity:.4;margin-bottom:1rem;color:var(--gray-400)}._emptyState_gdyve_148 h3{font-size:1.25rem;font-weight:600;color:var(--gray-800);margin:0 0 .5rem}._emptyState_gdyve_148 p{font-size:.95rem;color:var(--gray-600);margin:0;max-width:500px}._departmentList_gdyve_180{display:flex;flex-direction:column;gap:.75rem;width:95%;margin:0 auto;background:linear-gradient(180deg,#e8f4fc,#f0f7fc,#f8fbfe);padding:1.5rem;border-radius:20px;border:1px solid rgba(147,197,253,.3)}._departmentCard_gdyve_192{display:flex;align-items:center;padding:1rem 1.25rem;cursor:default;transition:all var(--transition-speed) ease;gap:1rem;background-color:#fff;border-radius:14px;border:1px solid rgba(0,0,0,.06);box-shadow:0 2px 4px #0000000a;position:relative}._departmentCard_gdyve_192:hover{transform:translateY(-2px);box-shadow:0 8px 25px #1118271a}._departmentIcon_gdyve_210{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:linear-gradient(135deg,#0d6efd,#0a58ca);color:#fff;box-shadow:0 3px 12px #0d6efd66;border:2.5px solid white;transition:all var(--transition-speed) ease}._departmentIcon_gdyve_210 svg{fill:#fff}._departmentInfo_gdyve_228{flex:1;display:flex;flex-direction:column;gap:.25rem;min-width:0}._departmentInfo_gdyve_228 ._departmentName_gdyve_235{font-size:.95rem;font-weight:600;color:var(--gray-900);margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._departmentInfo_gdyve_228 ._departmentId_gdyve_244{font-size:.8rem;color:var(--gray-500);font-weight:500}._tableWrapper_gdyve_250{width:100%;overflow-x:auto}._tableContainer_gdyve_255{width:100%;border-collapse:separate;border-spacing:0 .75rem}._tableContainer_gdyve_255 thead{background:transparent;border-bottom:none}._tableContainer_gdyve_255 thead th{padding:1rem 1.5rem;text-align:left;font-size:.75rem;font-weight:700;color:#4b5563;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;background:transparent;border:none}._tableContainer_gdyve_255 thead th:last-child{text-align:center}._tableContainer_gdyve_255 tbody tr{background:#fff;border:1px solid #e5e7eb;border-radius:12px;transition:box-shadow .3s ease}._tableContainer_gdyve_255 tbody tr:last-child{border-bottom:1px solid #e5e7eb}._tableContainer_gdyve_255 tbody tr td{padding:1rem 1.5rem;font-size:.875rem;color:#374151;vertical-align:middle;border:none}._tableContainer_gdyve_255 tbody tr td:first-child{border-radius:12px 0 0 12px}._tableContainer_gdyve_255 tbody tr td:last-child{text-align:center;border-radius:0 12px 12px 0}._actionButtons_gdyve_303{display:flex;gap:.5rem;justify-content:flex-end;align-items:center;flex-shrink:0}._editButton_gdyve_311,._deleteButton_gdyve_312{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;font-size:14px;font-weight:500}._editButton_gdyve_311{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;box-shadow:0 2px 6px #3b82f640}._editButton_gdyve_311:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #3b82f659}._deleteButton_gdyve_312{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;box-shadow:0 2px 6px #ef444440}._deleteButton_gdyve_312:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #ef444459}._modalOverlay_gdyve_347{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;animation:_fadeIn_gdyve_1 .2s ease}@keyframes _fadeIn_gdyve_1{0%{opacity:0}to{opacity:1}}._modalContent_gdyve_369{background:#fff;border-radius:12px;box-shadow:0 10px 40px #0003;width:90%;max-width:650px;max-height:85vh;display:flex;flex-direction:column;animation:_slideUp_gdyve_1 .3s ease}@keyframes _slideUp_gdyve_1{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}._modalHeader_gdyve_391{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid #e5e7eb}._modalHeader_gdyve_391 ._pclose_gdyve_398{display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;background:transparent;border:none;border-radius:6px;cursor:pointer;color:#6b7280;transition:all .15s ease}._modalHeader_gdyve_391 ._pclose_gdyve_398:hover{background:#f3f4f6;color:#111827}._modalHeader_gdyve_391 ._pclose_gdyve_398 svg{display:flex;align-items:center;justify-content:center}._modalTitle_gdyve_422{font-size:18px;font-weight:600;color:#111827;margin:0}._modalBody_gdyve_429{flex:1;overflow-y:auto;padding:20px 24px}._formSection_gdyve_435{display:flex;flex-direction:column;gap:1.5rem}._formGroup_gdyve_441{display:flex;flex-direction:column;gap:.5rem;width:100%}._formGroup_gdyve_441 label{font-size:14px;font-weight:600;color:#374151;letter-spacing:.3px}._formGroup_gdyve_441 input,._formGroup_gdyve_441 select{padding:12px 16px;border:2px solid #e5e7eb;border-radius:10px;font-size:14px;font-weight:500;color:#111827;background:#fff;transition:all .3s ease}._formGroup_gdyve_441 input:hover,._formGroup_gdyve_441 select:hover{border-color:#d1d5db}._formGroup_gdyve_441 input:focus,._formGroup_gdyve_441 select:focus{outline:none;border-color:#0d6efd;box-shadow:0 0 0 3px #0d6efd1a}._formGroup_gdyve_441 input::placeholder,._formGroup_gdyve_441 select::placeholder{color:#9ca3af;font-weight:400}._formGroup_gdyve_441 input:disabled,._formGroup_gdyve_441 select:disabled{background:#f9fafb;cursor:not-allowed;opacity:.6}._formGroup_gdyve_441 select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'%3E%3C/path%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:16px;padding-right:40px;cursor:pointer}._modalFooter_gdyve_490{display:flex;align-items:center;justify-content:flex-end;gap:12px;padding:16px 24px;border-top:1px solid #e5e7eb;background:#f9fafb}._modalFooter_gdyve_490 button{display:flex;align-items:center;gap:8px;padding:10px 20px;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .15s ease}._modalFooter_gdyve_490 button:disabled{opacity:.5;cursor:not-allowed}._modalFooter_gdyve_490 button._pcancel_gdyve_515{background:#fff;color:#6b7280;border:1px solid #d1d5db}._modalFooter_gdyve_490 button._pcancel_gdyve_515:hover:not(:disabled){background:#f9fafb;border-color:#9ca3af;color:#111827}._modalFooter_gdyve_490 button._psuccess_gdyve_525{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff}._modalFooter_gdyve_490 button._psuccess_gdyve_525:hover:not(:disabled){background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 4px 12px #3b82f64d}@media (max-width: 1200px){._primaryFilters_gdyve_50{flex-direction:column;align-items:stretch}._searchSection_gdyve_59{min-width:auto;width:100%}._quickActions_gdyve_105{width:100%;justify-content:flex-end}}@media (max-width: 768px){._departmentPage_gdyve_31{padding:.5rem}._filtersCard_gdyve_40{padding:1rem}._departmentList_gdyve_180{width:100%;padding:1rem}._departmentCard_gdyve_192{padding:.875rem 1rem;gap:.75rem}._departmentIcon_gdyve_210{width:38px;height:38px}._departmentIcon_gdyve_210 svg{width:18px;height:18px}._departmentInfo_gdyve_228 ._departmentName_gdyve_235{font-size:.875rem}._departmentInfo_gdyve_228 ._departmentId_gdyve_244{font-size:.75rem}._actionButtons_gdyve_303{gap:.375rem}._editButton_gdyve_311,._deleteButton_gdyve_312{width:32px;height:32px}._editButton_gdyve_311 svg,._deleteButton_gdyve_312 svg{width:14px;height:14px}._modalOverlay_gdyve_347{padding:1rem}._modalContent_gdyve_369{max-height:85vh}._modalHeader_gdyve_391{padding:1rem 1.5rem}._modalTitle_gdyve_422{font-size:1.25rem}._modalBody_gdyve_429{padding:1.5rem}._modalFooter_gdyve_490{padding:1rem 1.5rem}._modalFooter_gdyve_490 button{padding:10px 20px;font-size:13px}}@media (max-width: 576px){._departmentList_gdyve_180,._departmentCard_gdyve_192{padding:.75rem}._modalFooter_gdyve_490{flex-direction:column-reverse}._modalFooter_gdyve_490 button{width:100%}}._leadgen-container_1bwe4_1{max-width:1200px;margin:0 auto;padding:20px;min-height:calc(100vh - 60px);background-color:#fff;box-shadow:0 0 10px #141313a1;overflow:auto}._leadgen-container_1bwe4_1 ._page-header_1bwe4_10{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding:10px;background:#fff;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000000d;position:relative;overflow:hidden}._leadgen-container_1bwe4_1 ._page-header_1bwe4_10:before{content:"";position:absolute;top:0;left:0;width:6px;height:100%;background:linear-gradient(180deg,#4361ee,#3a0ca3);border-radius:4px 0 0 4px}._leadgen-container_1bwe4_1 ._page-header_1bwe4_10 h1{font-size:1.75rem;font-weight:700;background:linear-gradient(120deg,#4361ee,#3a0ca3);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin:0}._leadgen-container_1bwe4_1 ._page-header_1bwe4_10 ._selected-page_1bwe4_39{font-size:1rem;color:#666;margin-left:auto;padding:5px 15px;background:#f8f9fa;border-radius:4px;border:1px solid #dee2e6}._leadgen-container_1bwe4_1 ._page-header_1bwe4_10 ._selected-page_1bwe4_39 span{font-weight:500}._leadgen-container_1bwe4_1 ._selects-container_1bwe4_51{display:flex;gap:20px;align-items:flex-end;margin-bottom:30px;flex-wrap:wrap}._leadgen-container_1bwe4_1 ._selects-container_1bwe4_51 ._select-wrapper_1bwe4_58{min-width:250px}._leadgen-container_1bwe4_1 ._selects-container_1bwe4_51 ._select-wrapper_1bwe4_58 label{display:block;margin-bottom:8px;color:#333;font-weight:500;text-align:left}._leadgen-container_1bwe4_1 ._select-input_1bwe4_68{width:100%;max-width:400px;padding:10px;margin:0;border:1px solid #ddd;border-radius:4px;font-size:16px;background-color:#fff;cursor:pointer}._leadgen-container_1bwe4_1 ._select-input_1bwe4_68:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 2px #007bff40}._leadgen-container_1bwe4_1 ._select-input_1bwe4_68:disabled{background-color:#f5f5f5;cursor:not-allowed;opacity:.7}._leadgen-container_1bwe4_1 ._select-input_1bwe4_68 option{padding:10px}._leadgen-container_1bwe4_1 ._leads-container_1bwe4_92{margin-top:30px}._leadgen-container_1bwe4_1 ._leads-container_1bwe4_92 ._leads-header_1bwe4_95{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;flex-wrap:wrap;gap:15px}._leadgen-container_1bwe4_1 ._leads-container_1bwe4_92 ._leads-header_1bwe4_95 ._leads-title_1bwe4_103{font-size:22px;font-weight:600;color:#333;display:flex;align-items:center;gap:8px}._leadgen-container_1bwe4_1 ._leads-container_1bwe4_92 ._leads-header_1bwe4_95 ._bulk-actions_1bwe4_111{display:flex;align-items:center;gap:12px;flex-wrap:wrap}._leadgen-container_1bwe4_1 ._leads-container_1bwe4_92 ._leads-header_1bwe4_95 ._bulk-actions_1bwe4_111 ._select-all-btn_1bwe4_117{background-color:#f1f5f9;color:#334155;border:1px solid #cbd5e1;padding:6px 12px;border-radius:4px;font-size:14px;cursor:pointer;transition:all .2s}._leadgen-container_1bwe4_1 ._leads-container_1bwe4_92 ._leads-header_1bwe4_95 ._bulk-actions_1bwe4_111 ._select-all-btn_1bwe4_117:hover{background-color:#e2e8f0}._leadgen-container_1bwe4_1 ._leads-container_1bwe4_92 ._leads-header_1bwe4_95 ._bulk-actions_1bwe4_111 ._select-all-btn_1bwe4_117:focus{outline:none;box-shadow:0 0 0 2px #4361ee40}._leadgen-container_1bwe4_1 ._leads-container_1bwe4_92 ._leads-header_1bwe4_95 ._bulk-actions_1bwe4_111 ._selected-count_1bwe4_134{font-size:14px;font-weight:500;color:#334155;padding:6px 10px;border-radius:4px;background-color:#f1f5f9}._leadgen-container_1bwe4_1 ._leads-container_1bwe4_92 ._leads-header_1bwe4_95 ._bulk-actions_1bwe4_111 ._bulk-assign-btn_1bwe4_142{background-color:#4361ee;color:#fff;border:none;padding:6px 12px;border-radius:4px;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .2s}._leadgen-container_1bwe4_1 ._leads-container_1bwe4_92 ._leads-header_1bwe4_95 ._bulk-actions_1bwe4_111 ._bulk-assign-btn_1bwe4_142:hover{background-color:#3a0ca3}._leadgen-container_1bwe4_1 ._leads-container_1bwe4_92 ._leads-header_1bwe4_95 ._bulk-actions_1bwe4_111 ._bulk-assign-btn_1bwe4_142:focus{outline:none;box-shadow:0 0 0 2px #4361ee40}._leadgen-container_1bwe4_1 ._leads-container_1bwe4_92 ._leads-header_1bwe4_95 ._bulk-actions_1bwe4_111 ._clear-selection-btn_1bwe4_160{background-color:#f8fafc;color:#64748b;border:1px solid #cbd5e1;padding:6px 12px;border-radius:4px;font-size:14px;cursor:pointer;transition:all .2s}._leadgen-container_1bwe4_1 ._leads-container_1bwe4_92 ._leads-header_1bwe4_95 ._bulk-actions_1bwe4_111 ._clear-selection-btn_1bwe4_160:hover{background-color:#f1f5f9;color:#475569}._leadgen-container_1bwe4_1 ._leads-container_1bwe4_92 ._leads-header_1bwe4_95 ._bulk-actions_1bwe4_111 ._clear-selection-btn_1bwe4_160:focus{outline:none;box-shadow:0 0 0 2px #4361ee40}._leadgen-container_1bwe4_1 ._leads-container_1bwe4_92 ._leads-grid_1bwe4_178{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:20px;margin-bottom:30px}._leadgen-container_1bwe4_1 ._leads-container_1bwe4_92 ._lead-card_1bwe4_184{background-color:#fff;border-radius:8px;border:1px solid #e2e8f0;box-shadow:0 2px 8px #0000000f;overflow:hidden;transition:transform .2s,box-shadow .2s;position:relative;padding-bottom:60px;cursor:pointer;-webkit-user-select:none;user-select:none}._leadgen-container_1bwe4_1 ._leads-container_1bwe4_92 ._lead-card_1bwe4_184:hover{transform:translateY(-3px);box-shadow:0 4px 12px #0000001a;border-color:#cbd5e0}._leadgen-container_1bwe4_1 ._leads-container_1bwe4_92 ._lead-card_1bwe4_184._lead-card-selected_1bwe4_201{border:2px solid #4361ee;box-shadow:0 0 0 4px #4361ee26;transform:translateY(-3px)}._leadgen-container_1bwe4_1 ._leads-container_1bwe4_92 ._lead-card_1bwe4_184._lead-card-selected_1bwe4_201:hover{box-shadow:0 0 0 4px #4361ee4d}._leadgen-container_1bwe4_1 ._leads-container_1bwe4_92 ._lead-card_1bwe4_184._lead-card-assigned_1bwe4_209{cursor:default;position:relative}._leadgen-container_1bwe4_1 ._leads-container_1bwe4_92 ._lead-card_1bwe4_184._lead-card-assigned_1bwe4_209:after{content:"";position:absolute;top:0;right:0;width:0;height:0;border-style:solid;border-width:0 30px 30px 0;border-color:transparent #38a169 transparent transparent}._leadgen-container_1bwe4_1 ._leads-container_1bwe4_92 ._lead-card_1bwe4_184._lead-card-assigned_1bwe4_209:hover{transform:none;box-shadow:0 2px 8px #0000000f;border-color:#e2e8f0}._leadgen-container_1bwe4_1 ._leads-container_1bwe4_92 ._lead-card_1bwe4_184 ._selection-indicator_1bwe4_229{position:absolute;top:10px;right:10px;z-index:10}._leadgen-container_1bwe4_1 ._leads-container_1bwe4_92 ._lead-card_1bwe4_184 ._lead-card-header_1bwe4_235{padding:12px 16px;background:linear-gradient(120deg,#4361ee,#3a0ca3);color:#fff;display:flex;justify-content:space-between;align-items:center}._leadgen-container_1bwe4_1 ._leads-container_1bwe4_92 ._lead-card_1bwe4_184 ._lead-card-header_1bwe4_235 ._lead-number_1bwe4_243{font-weight:600;font-size:16px}._leadgen-container_1bwe4_1 ._leads-container_1bwe4_92 ._lead-card_1bwe4_184 ._lead-card-body_1bwe4_247{padding:16px;min-height:120px;max-height:350px;overflow-y:auto}._leadgen-container_1bwe4_1 ._leads-container_1bwe4_92 ._lead-card_1bwe4_184 ._lead-card-body_1bwe4_247 ._lead-field_1bwe4_253{margin-bottom:10px;align-items:flex-start;gap:8px;border-bottom:1px solid #f0f4f8;padding-bottom:8px}._leadgen-container_1bwe4_1 ._leads-container_1bwe4_92 ._lead-card_1bwe4_184 ._lead-card-body_1bwe4_247 ._lead-field_1bwe4_253:last-child{margin-bottom:0;border-bottom:none}._leadgen-container_1bwe4_1 ._leads-container_1bwe4_92 ._lead-card_1bwe4_184 ._lead-card-body_1bwe4_247 ._lead-field_1bwe4_253 ._field-name_1bwe4_264{font-weight:600;color:#4a5568;font-size:14px;min-width:120px;flex-shrink:0}._leadgen-container_1bwe4_1 ._leads-container_1bwe4_92 ._lead-card_1bwe4_184 ._lead-card-body_1bwe4_247 ._lead-field_1bwe4_253 ._field-value_1bwe4_271{color:#2d3748;word-break:break-word;flex:1}._leadgen-container_1bwe4_1 ._leads-container_1bwe4_92 ._lead-card_1bwe4_184 ._lead-card-footer_1bwe4_276{padding:12px 16px;border-top:1px solid #edf2f7;display:flex;justify-content:space-between;align-items:center;background-color:#f8fafc;position:absolute;bottom:0;left:0;right:0}._leadgen-container_1bwe4_1 ._leads-container_1bwe4_92 ._lead-card_1bwe4_184 ._lead-card-footer_1bwe4_276 ._card-agent_1bwe4_288 ._agent-name_1bwe4_288{font-weight:500;color:#4361ee}._leadgen-container_1bwe4_1 ._leads-container_1bwe4_92 ._lead-card_1bwe4_184 ._lead-card-footer_1bwe4_276 ._card-date_1bwe4_292{font-size:14px;color:#718096}._leadgen-container_1bwe4_1 ._leads-container_1bwe4_92 ._lead-card_1bwe4_184 ._lead-card-footer_1bwe4_276 ._add-agent-btn_1bwe4_296{background-color:#4361ee;color:#fff;border:none;padding:6px 12px;border-radius:4px;font-size:14px;cursor:pointer;transition:background-color .2s}._leadgen-container_1bwe4_1 ._leads-container_1bwe4_92 ._lead-card_1bwe4_184 ._lead-card-footer_1bwe4_276 ._add-agent-btn_1bwe4_296:hover{background-color:#3a0ca3}._leadgen-container_1bwe4_1 ._load-more-container_1bwe4_309{display:flex;justify-content:center;margin-top:20px;margin-bottom:40px}._leadgen-container_1bwe4_1 ._load-more-container_1bwe4_309 ._load-more-btn_1bwe4_315{background-color:#4361ee;color:#fff;border:none;padding:10px 24px;border-radius:6px;font-size:16px;cursor:pointer;transition:background-color .2s}._leadgen-container_1bwe4_1 ._load-more-container_1bwe4_309 ._load-more-btn_1bwe4_315:hover{background-color:#3a0ca3}._leadgen-container_1bwe4_1 ._load-more-container_1bwe4_309 ._load-more-btn_1bwe4_315:disabled{background-color:#a0aec0;cursor:not-allowed}._leadgen-container_1bwe4_1 button{background-color:#4361ee;color:#fff;border:none;padding:10px 15px;margin:0 5px;border-radius:5px;cursor:pointer;transition:background .3s}._leadgen-container_1bwe4_1 button:hover{background-color:#3a0ca3}._modalOverlay_xwbh5_1{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}._modalOverlay_xwbh5_1 ._modal_xwbh5_1{background-color:#fff;border-radius:8px;max-width:80%;min-width:500px;height:auto;padding:15px;box-shadow:0 8px 32px #0000001a;position:relative;animation:_slideIn_xwbh5_1 .3s ease-out;display:flex;flex-direction:column;gap:0px}._modalOverlay_xwbh5_1 ._modal_xwbh5_1 ._modalHeader_xwbh5_28{display:flex;justify-content:space-between;align-items:center;margin-bottom:5px;padding:0 0 10px;width:100%;border-bottom:2px solid #edf2f7;position:relative;overflow:hidden}._modalOverlay_xwbh5_1 ._modal_xwbh5_1 ._modalHeader_xwbh5_28:before{content:"";position:absolute;top:0;left:0;width:6px;height:100%;background:linear-gradient(180deg,#4361ee,#3a0ca3);border-radius:4px 0 0 4px}._modalOverlay_xwbh5_1 ._modal_xwbh5_1 ._modalHeader_xwbh5_28 h2{font-size:1.5rem;font-weight:700;background:linear-gradient(120deg,#4361ee,#3a0ca3);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin:0 0 0 15px}._modalOverlay_xwbh5_1 ._modal_xwbh5_1 ._modalHeader_xwbh5_28 ._closeBtn_xwbh5_58{background:#f0f2f5;border:none;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;color:#718096}._modalOverlay_xwbh5_1 ._modal_xwbh5_1 ._modalHeader_xwbh5_28 ._closeBtn_xwbh5_58:hover{background:#e2e8f0;color:#4a5568}._modalOverlay_xwbh5_1 ._modal_xwbh5_1 ._modalBody_xwbh5_75{display:flex;flex-direction:row;gap:20px;width:100%}._modalOverlay_xwbh5_1 ._modal_xwbh5_1 ._modalBody_xwbh5_75 ._adminList_xwbh5_81{flex:1;display:flex;flex-direction:column;gap:5px}._modalOverlay_xwbh5_1 ._modal_xwbh5_1 ._modalBody_xwbh5_75 ._adminList_xwbh5_81 h3{font-size:1.1rem;font-weight:600;color:#4a5568;display:flex;align-items:center;margin:10px 0}._modalOverlay_xwbh5_1 ._modal_xwbh5_1 ._modalBody_xwbh5_75 ._adminList_xwbh5_81 ._adminList_xwbh5_81{display:flex;flex-direction:column;gap:0px;padding:10px;border:1px solid #e2e8f0;border-radius:8px;background-color:#f8fafc;box-shadow:0 1px 3px #0000000d}._modalOverlay_xwbh5_1 ._modal_xwbh5_1 ._modalBody_xwbh5_75 ._adminList_xwbh5_81 ._adminList_xwbh5_81 ._fieldItem_xwbh5_106{display:flex;align-items:center;padding:8px 0;gap:15px;border-bottom:1px solid #edf2f7;font-size:.85rem}._modalOverlay_xwbh5_1 ._modal_xwbh5_1 ._modalBody_xwbh5_75 ._adminList_xwbh5_81 ._adminList_xwbh5_81 ._fieldItem_xwbh5_106:last-child{border-bottom:none}._modalOverlay_xwbh5_1 ._modal_xwbh5_1 ._modalBody_xwbh5_75 ._adminList_xwbh5_81 ._adminList_xwbh5_81 ._fieldItem_xwbh5_106 label{margin:0;min-width:130px;font-weight:500;font-size:.9rem;color:#4a5568;text-align:end}._modalOverlay_xwbh5_1 ._modal_xwbh5_1 ._modalBody_xwbh5_75 ._formGroup_xwbh5_125{display:flex;flex-direction:row;align-items:center;gap:5px;margin-bottom:8px}._modalOverlay_xwbh5_1 ._modal_xwbh5_1 ._modalBody_xwbh5_75 ._formGroup_xwbh5_125:last-child{margin-bottom:0}._modalOverlay_xwbh5_1 ._modal_xwbh5_1 ._modalBody_xwbh5_75 ._formGroup_xwbh5_125 label{margin:0;min-width:160px;font-weight:500;font-size:.9rem;color:#4a5568;text-align:end}._modalOverlay_xwbh5_1 ._modal_xwbh5_1 ._modalBody_xwbh5_75 ._formGroup_xwbh5_125 input,._modalOverlay_xwbh5_1 ._modal_xwbh5_1 ._modalBody_xwbh5_75 ._formGroup_xwbh5_125 select{flex:1;padding:8px 12px;border:1px solid #e2e8f0;border-radius:4px;font-size:.9rem;background-color:#fff}._modalOverlay_xwbh5_1 ._modal_xwbh5_1 ._modalBody_xwbh5_75 ._formGroup_xwbh5_125 input:focus,._modalOverlay_xwbh5_1 ._modal_xwbh5_1 ._modalBody_xwbh5_75 ._formGroup_xwbh5_125 select:focus{border-color:#4361ee;outline:none;box-shadow:0 0 0 2px #4361ee1a}._modalOverlay_xwbh5_1 ._modal_xwbh5_1 ._modalFooter_xwbh5_156{display:flex;width:100%;justify-content:flex-end;margin-top:10px;padding:10px 0 0;border-top:1px solid #edf2f7;gap:10px}._modalOverlay_xwbh5_1 ._modal_xwbh5_1 ._modalFooter_xwbh5_156 ._button_xwbh5_165{padding:8px 16px;min-width:100px;border:none;border-radius:4px;cursor:pointer;font-size:.9rem;transition:background-color .2s}._modalOverlay_xwbh5_1 ._modal_xwbh5_1 ._modalFooter_xwbh5_156 ._button_xwbh5_165._success_xwbh5_174{background-color:#4361ee;color:#fff}._modalOverlay_xwbh5_1 ._modal_xwbh5_1 ._modalFooter_xwbh5_156 ._button_xwbh5_165._success_xwbh5_174:hover{background-color:#3a0ca3}._modalOverlay_xwbh5_1 ._modal_xwbh5_1 ._modalFooter_xwbh5_156 ._button_xwbh5_165._cancel_xwbh5_181{background-color:#e2e8f0;color:#4a5568}._modalOverlay_xwbh5_1 ._modal_xwbh5_1 ._modalFooter_xwbh5_156 ._button_xwbh5_165._cancel_xwbh5_181:hover{background-color:#cbd5e0}._modalOverlay_xwbh5_1 ._adminItem_xwbh5_188{display:flex;align-items:center;gap:10px;width:100%;padding:8px 0;border-bottom:1px solid #edf2f7}._modalOverlay_xwbh5_1 ._adminItem_xwbh5_188:last-child{border-bottom:none}._modalOverlay_xwbh5_1 ._adminItem_xwbh5_188 input[type=checkbox]{margin:0;width:16px;height:16px;cursor:pointer;accent-color:#4361ee}._modalOverlay_xwbh5_1 ._adminItem_xwbh5_188 span{font-size:.9rem;color:#4a5568;cursor:pointer}@keyframes _slideIn_xwbh5_1{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}._emlContainer_56qjk_2{display:flex;flex-direction:column;height:calc(100vh - var(--app-footer-height, 44px));max-width:1600px;margin:0 auto;background:#f6f8fc;font-family:Google Sans,Roboto,-apple-system,BlinkMacSystemFont,sans-serif;color:#202124;font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (max-width: 768px){._emlContainer_56qjk_2{padding:0;height:calc(100vh - var(--app-footer-height, 44px))}}._emlRoot_56qjk_23{width:100%;max-width:1600px;margin:0 auto;padding:20px;display:flex;flex-direction:column;min-height:calc(100vh - 20px);box-sizing:border-box;position:relative;background:#f6f8fc}._emlEmpty_56qjk_36{background:#fff;border:1px solid #e8eaed;border-radius:12px;padding:80px 40px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:24px;color:#202124;box-shadow:0 4px 12px #3c40431a;margin:20px 0}._emlEmptyIcon_56qjk_51{width:120px;height:120px;border-radius:50%;background:linear-gradient(145deg,#1a73e8,#8430ce);display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #3b82f64d;color:#fff;font-size:48px}._emlEmptyTitle_56qjk_64{font-size:28px;font-weight:700;margin:0;color:#202124}._emlEmptyDesc_56qjk_71{font-size:16px;line-height:1.6;max-width:600px;margin:0;color:#64748b}._emlEmptySelectBtn_56qjk_79{background:linear-gradient(135deg,#1a73e8,#8430ce);color:#fff;border:none;display:inline-flex;align-items:center;gap:10px;padding:14px 28px;border-radius:8px;font-weight:600;cursor:pointer;font-size:15px;transition:.15s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 16px #3b82f666}._emlEmptySelectBtn_56qjk_79:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 24px #3b82f680}._emlEmptySelectBtn_56qjk_79:active{transform:translateY(0)}._emlEmptySelectBtn_56qjk_79:disabled{opacity:.6;cursor:not-allowed}._emlEmptyWarn_56qjk_106{font-size:14px;color:#fbbc04;font-weight:500}._emlLayout_56qjk_112{margin-top:24px;display:flex;gap:20px;min-height:700px;overflow:visible;height:120vh}._emlSidebar_56qjk_121{width:340px;background:#fff;border:1px solid #e8eaed;border-radius:12px;display:flex;flex-direction:column;padding:18px 16px 16px;box-shadow:0 2px 6px #3c40431a;min-height:0;height:100%;overflow-y:scroll;scrollbar-width:thin;scrollbar-color:#dadce0 transparent}._emlSidebar_56qjk_121::-webkit-scrollbar{width:8px;height:8px}._emlSidebar_56qjk_121::-webkit-scrollbar-track{background:transparent}._emlSidebar_56qjk_121::-webkit-scrollbar-thumb{background:#dadce0;border-radius:10px}._emlSidebar_56qjk_121::-webkit-scrollbar-thumb:hover{background:#bdc1c6}._emlMain_56qjk_151{flex:1;min-width:0}._emlMainScroll_56qjk_156{scrollbar-width:thin;scrollbar-color:#dadce0 transparent}._emlMailboxInfo_56qjk_175{background:linear-gradient(135deg,#fff,#f8fafc);border:1px solid rgba(59,130,246,.1);padding:20px 24px;border-radius:16px;margin-bottom:24px;box-shadow:0 2px 8px #0000000a}._emlMailboxInfo_56qjk_175 ._emlCurrentMailbox_56qjk_183{width:100%}._emlMailboxInfo_56qjk_175 ._emlMailboxTitle_56qjk_186{display:flex;align-items:center;gap:8px;justify-content:center;font-size:18px;font-weight:700;color:#1e293b;margin-bottom:12px}._emlMailboxInfo_56qjk_175 ._emlMailboxTitle_56qjk_186 span{background:linear-gradient(135deg,#3b82f6,#1d4ed8);background-clip:text;-webkit-background-clip:text;color:transparent;font-weight:800}._emlMailboxInfo_56qjk_175 ._emlMailboxDetails_56qjk_203{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}._emlMailboxInfo_56qjk_175 ._emlMailboxDetails_56qjk_203 span{display:flex;align-items:center;gap:6px;font-size:12px;color:#64748b;padding:6px 10px;background:#3b82f60d;border-radius:8px;border:1px solid rgba(59,130,246,.1)}._emlMailboxInfo_56qjk_175 ._emlMailboxActions_56qjk_220{display:flex;gap:8px}._emlMailboxInfo_56qjk_175 ._emlMailboxActions_56qjk_220 button{display:flex;align-items:center;gap:6px;padding:8px 16px;border:none;border-radius:8px;font-size:12px;font-weight:500;cursor:pointer;transition:all .2s ease}._emlMailboxInfo_56qjk_175 ._emlMailboxActions_56qjk_220 button._emlChangeMailboxBtn_56qjk_236{background:linear-gradient(135deg,#10b981,#059669);color:#fff}._emlMailboxInfo_56qjk_175 ._emlMailboxActions_56qjk_220 button._emlChangeMailboxBtn_56qjk_236:hover{background:linear-gradient(135deg,#059669,#047857);transform:translateY(-1px);box-shadow:0 4px 12px #10b9814d}._emlMailboxInfo_56qjk_175 ._emlMailboxActions_56qjk_220 button._emlRefreshBtn_56qjk_245{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;min-width:140px;justify-content:center}._emlMailboxInfo_56qjk_175 ._emlMailboxActions_56qjk_220 button._emlRefreshBtn_56qjk_245:hover:not(:disabled){background:linear-gradient(135deg,#1d4ed8,#1e40af);transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}._emlMailboxInfo_56qjk_175 ._emlMailboxActions_56qjk_220 button._emlRefreshBtn_56qjk_245:disabled{opacity:.6;cursor:not-allowed}._emlStatus_56qjk_261{background:#eef2ff;color:#4338ca;border:1px solid #c7d2fe;padding:10px 14px;font-size:13px;border-radius:8px;margin-bottom:14px;animation:_pulse_56qjk_1 1.2s ease-in-out infinite}@keyframes _pulse_56qjk_1{0%,to{opacity:1}50%{opacity:.4}}._emlFetchBtn_56qjk_280{width:100%;border:1px solid rgba(37,99,235,.35);background:linear-gradient(180deg,#fff,#f1f5f9);padding:11px 16px;border-radius:14px;font-size:14px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:9px;font-weight:600;letter-spacing:.2px;transition:.15s cubic-bezier(.4,0,.2,1);position:relative}._emlFetchBtn_56qjk_280:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:radial-gradient(circle at 25% 25%,rgba(37,99,235,.12),transparent 70%);opacity:0;transition:.15s cubic-bezier(.4,0,.2,1)}._emlFetchBtn_56qjk_280:hover:not(:disabled){color:#1a73e8;border-color:#1a73e8;box-shadow:0 4px 14px #2563eb40;transform:translateY(-3px)}._emlFetchBtn_56qjk_280:hover:not(:disabled):before{opacity:1}._emlFetchBtn_56qjk_280:active{transform:translateY(-1px)}._emlFetchBtn_56qjk_280:focus-visible{outline:2px solid #1a73e8;outline-offset:2px}._emlFetchBtn_56qjk_280:disabled{opacity:.55;cursor:not-allowed}._emlList_56qjk_327{display:flex;flex-direction:column;gap:6px;margin-bottom:20px}._emlListItem_56qjk_334{position:relative;padding:0;border-radius:12px;cursor:pointer;transition:all .2s ease;overflow:hidden;margin-bottom:6px;border:1px solid #e2e8f0;background:#fff;box-shadow:0 1px 3px #0000000d}._emlListItem_56qjk_334:before{content:"";position:absolute;left:0;top:12px;bottom:20px;width:3px;background:#3b82f6;border-radius:0 2px 2px 0;transition:background .2s ease}._emlListItem_56qjk_334:hover{transform:translateY(-1px);border-color:#cbd5e1;box-shadow:0 4px 12px #00000014;background:#fafbfc}._emlListItem_56qjk_334:hover:before{background:#1d4ed8}._emlListItem_56qjk_334:active{transform:translateY(0);transition-duration:.1s}._emlSelected_56qjk_371{border-color:#3b82f6!important;background:#f0f9ff!important;box-shadow:0 2px 8px #3b82f626!important}._emlSelected_56qjk_371:before{background:#1d4ed8!important}._emlSelected_56qjk_371 ._emlSenderName_56qjk_379{color:#3b82f6!important;font-weight:600!important}._emlUnread_56qjk_384{background:#fff!important}._emlUnread_56qjk_384:before{background:#3b82f6!important}._emlUnread_56qjk_384 ._emlSenderName_56qjk_379{font-weight:600!important;color:#1e293b!important}._emlItemContent_56qjk_395{display:flex;align-items:center;gap:12px;padding:14px 16px;transition:transform .2s ease;width:100%}._emlItemHeader_56qjk_404{display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%}._emlItemFooter_56qjk_412{display:flex;flex-direction:column;align-items:flex-end;justify-content:center;gap:6px}._emlSenderAvatar_56qjk_420{width:32px;height:32px;border-radius:8px;background:#3b82f6;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:12px;flex-shrink:0;box-shadow:0 1px 3px #0000001a;transition:all .2s ease}._emlListItem_56qjk_334:hover ._emlSenderAvatar_56qjk_420{box-shadow:0 2px 8px #3b82f633}._emlMainInfo_56qjk_439{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}._emlSenderName_56qjk_379{font-size:13px;font-weight:500;margin:0;color:#1e293b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.3}._emlAttachmentIcon_56qjk_458{font-size:10px;color:#5f6368;opacity:.7}._emlFavIcon_56qjk_464{margin-left:2px}._emlSubject_56qjk_468{font-size:12px!important;font-weight:400!important;margin:0;color:#64748b!important;line-height:1.3!important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._emlDate_56qjk_479{font-size:10px;font-weight:500;color:#94a3b8;white-space:nowrap;margin:0}._emlSubjectRow_56qjk_487{display:flex;align-items:center;gap:8px}._emlUnreadDot_56qjk_493{width:4px;height:4px;border-radius:50%;background:#1a73e8;display:inline-block;flex-shrink:0}._emlMain_56qjk_151{flex:1;min-width:0;background:#fff;border:1px solid #e8eaed;border-radius:12px;padding:0;display:flex;flex-direction:column;box-shadow:0 2px 6px #3c40431a;min-height:0;height:100%;overflow:hidden}._emlMainScroll_56qjk_156{flex:1;min-height:0;overflow:auto;padding:28px 32px 40px;display:flex;flex-direction:column;gap:28px;scrollbar-width:thin;scrollbar-color:#dadce0 transparent}._emlMainScroll_56qjk_156::-webkit-scrollbar{width:8px;height:8px}._emlMainScroll_56qjk_156::-webkit-scrollbar-track{background:transparent}._emlMainScroll_56qjk_156::-webkit-scrollbar-thumb{background:#dadce0;border-radius:10px}._emlMainScroll_56qjk_156::-webkit-scrollbar-thumb:hover{background:#bdc1c6}._emlDetailHeader_56qjk_543{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;flex-wrap:wrap}._emlDetailInfo_56qjk_551{display:flex;flex-direction:column;gap:6px;min-width:260px}._emlFrom_56qjk_558{font-size:22px;font-weight:600;margin:0;color:#202124;word-break:break-word}._emlSubjectFull_56qjk_566{font-size:15px;font-weight:500;color:#64748b;margin:0;word-break:break-word}._emlMeta_56qjk_574{font-size:13px;color:#64748b;display:flex;flex-wrap:wrap;gap:16px}._emlActions_56qjk_582{display:flex;align-items:center;gap:12px}._emlActionBtn_56qjk_588{width:50px;height:50px;border-radius:16px;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;font-size:18px;color:#fff;font-weight:600;box-shadow:0 2px 8px #0000001a;background:linear-gradient(135deg,#3b82f6,#1d4ed8)}._emlActionBtn_56qjk_588:before{content:"";position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;border-radius:inherit;background:inherit;opacity:0;transition:opacity .3s ease;z-index:-1;filter:blur(6px)}._emlActionBtn_56qjk_588:hover{transform:translateY(-2px) scale(1.05);box-shadow:0 4px 12px #00000026;filter:brightness(1.1) saturate(1.1)}._emlActionBtn_56qjk_588:hover:before{opacity:.4}._emlActionBtn_56qjk_588:active{transform:translateY(-1px) scale(1.02);box-shadow:0 2px 6px #0000001f}._emlActionBtn_56qjk_588:focus-visible{outline:2px solid rgba(255,255,255,.6);outline-offset:2px}._emlActionBtn_56qjk_588 svg,._emlActionBtn_56qjk_588 i{filter:drop-shadow(0 1px 2px rgba(0,0,0,.15));transition:all .2s ease;opacity:1}._emlActionBtn_56qjk_588:hover svg,._emlActionBtn_56qjk_588:hover i{filter:drop-shadow(0 2px 3px rgba(0,0,0,.2));transform:scale(1.1)}._emlActionBtn_56qjk_588:nth-child(1){background:linear-gradient(135deg,#3b82f6,#1d4ed8)}._emlActionBtn_56qjk_588:nth-child(1):hover{background:linear-gradient(135deg,#1d4ed8,#1e40af);box-shadow:0 4px 12px #1d4ed840}._emlActionBtn_56qjk_588:nth-child(2){background:linear-gradient(135deg,#f59e0b,#d97706)}._emlActionBtn_56qjk_588:nth-child(2):hover{background:linear-gradient(135deg,#d97706,#b45309);box-shadow:0 4px 12px #d9770640}._emlActionBtn_56qjk_588:nth-child(3){background:linear-gradient(135deg,#10b981,#059669)}._emlActionBtn_56qjk_588:nth-child(3):hover{background:linear-gradient(135deg,#059669,#047857);box-shadow:0 4px 12px #05966940}._emlActionBtn_56qjk_588:nth-child(4){background:linear-gradient(135deg,#ef4444,#dc2626)}._emlActionBtn_56qjk_588:nth-child(4):hover{background:linear-gradient(135deg,#dc2626,#b91c1c);box-shadow:0 4px 12px #dc262640}._emlFavActive_56qjk_674{background:linear-gradient(135deg,#fbbf24,#f59e0b)!important;box-shadow:0 2px 8px #fbbf244d,0 0 0 2px #fbbf2426!important}._emlFavActive_56qjk_674:hover{background:linear-gradient(135deg,#f59e0b,#d97706)!important;box-shadow:0 4px 12px #f59e0b59,0 0 0 2px #f59e0b33!important}._replyActions_56qjk_683{display:flex;gap:15px;justify-content:flex-end;align-items:center;margin-top:20px;padding-top:20px;border-top:1px solid #e9ecef}._sendButton_56qjk_693{background:linear-gradient(135deg,#28a745,#20c997);color:#fff;border:none;padding:12px 30px;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #28a7454d;min-width:140px}._sendButton_56qjk_693:hover:not(:disabled){background:linear-gradient(135deg,#218838,#1ea085);box-shadow:0 4px 12px #28a74566;transform:translateY(-1px)}._sendButton_56qjk_693:active{transform:translateY(0);box-shadow:0 2px 6px #28a7454d}._sendButton_56qjk_693:disabled{background:#6c757d;cursor:not-allowed;opacity:.7;transform:none;box-shadow:none}._cancelButton_56qjk_723{background:linear-gradient(135deg,#6c757d,#5a6268);color:#fff;border:none;padding:12px 30px;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #6c757d4d;min-width:120px}._cancelButton_56qjk_723:hover{background:linear-gradient(135deg,#545b62,#4e555b);box-shadow:0 4px 12px #6c757d66;transform:translateY(-1px)}._cancelButton_56qjk_723:active{transform:translateY(0);box-shadow:0 2px 6px #6c757d4d}._sendButton_56qjk_693._loading_56qjk_746{background:#6c757d;cursor:not-allowed;position:relative}._sendButton_56qjk_693._loading_56qjk_746:after{content:"";position:absolute;width:16px;height:16px;margin:auto;border:2px solid transparent;border-top-color:#fff;border-radius:50%;animation:_spin_56qjk_1 1s linear infinite;top:50%;left:50%;transform:translate(-50%,-50%)}._emlAttachments_56qjk_766{margin-top:24px;padding:20px;border:1px solid #f1f3f4;border-radius:8px;background:#fafbfd}._emlAttachments_56qjk_766 h4{margin:0 0 16px;font-size:14px;font-weight:500;color:#5f6368;display:flex;align-items:center;gap:8px}._emlAttachmentsList_56qjk_783{display:grid;gap:12px}._emlAttachmentCard_56qjk_788{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#fff;border:1px solid #f1f3f4;border-radius:8px;transition:all .15s cubic-bezier(.4,0,.2,1);cursor:pointer}._emlAttachmentCard_56qjk_788:hover{border-color:#1a73e8;box-shadow:0 1px 3px #3c404326,0 4px 8px 3px #3c404314;transform:translateY(-1px)}._emlAttachmentIcon_56qjk_458{font-size:24px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#1a73e814;border-radius:8px;flex-shrink:0}._emlAttachmentDetails_56qjk_817{flex:1;min-width:0}._emlAttachmentName_56qjk_822{font-size:14px;font-weight:500;color:#202124;margin-bottom:4px;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}._emlAttachmentMeta_56qjk_833{font-size:13px;color:#5f6368;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}._emlAttachmentActions_56qjk_842{display:flex;gap:12px;flex-shrink:0;align-items:center}._emlAttachmentBtn_56qjk_849{display:flex;align-items:center;justify-content:center;height:36px;background:linear-gradient(135deg,#1a73e8,#8430ce);border:none;border-radius:8px;color:#fff;cursor:pointer;transition:all .15s cubic-bezier(.4,0,.2,1);font-size:16px;box-shadow:0 2px 8px #1a73e826}._emlAttachmentBtn_56qjk_849 svg{width:20px!important;height:20px!important;min-width:20px;min-height:20px}._emlAttachmentSize_56qjk_879{font-size:12px;color:#6c757d}._emlAttachmentDownload_56qjk_884{background:#007bff;border:none;border-radius:6px;padding:8px 12px;color:#fff;cursor:pointer;font-size:16px;transition:background .2s ease;min-width:40px}._emlAttachmentDownload_56qjk_884:active{transform:scale(.95)}._emlListAttachment_56qjk_902{display:inline-flex;align-items:center;gap:2px;font-size:12px;color:#6c757d}._emlListAttachment_56qjk_902:before{content:"📎";font-size:14px}._emlAttachmentDownload_56qjk_884{background:#007bff;border:none;border-radius:6px;padding:8px 10px;color:#fff;cursor:pointer;font-size:14px;transition:all .2s ease;min-width:36px}._emlAttachmentDownload_56qjk_884:hover{background:#0056b3}@keyframes _spin_56qjk_1{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}._emlDetailContent_56qjk_1017{background:#f8fafc;border:1px solid #e2e8f0;padding:26px 24px;border-radius:12px;box-shadow:inset 0 1px 3px #0000000a}._emlBody_56qjk_1025{font-size:14px;line-height:1.6;color:#1e293b;word-break:break-word}._emlReplySection_56qjk_1032{margin-top:-10px}._emlReplyBtns_56qjk_1036{display:flex;gap:16px;flex-wrap:wrap}._emlReplyButton_56qjk_1042,._emlResponseButton_56qjk_1042{--btn-grad-from: $color-primary;--btn-grad-to: $color-accent;--btn-shadow-color: 37,99,235;--btn-border: rgba(255,255,255,.28);background:linear-gradient(135deg,var(--btn-grad-from) 0%,var(--btn-grad-to) 100%);color:#fff;border:1px solid var(--btn-border);padding:14px 24px;border-radius:18px;font-size:13px;font-weight:800;cursor:pointer;display:inline-flex;align-items:center;gap:10px;transition:all .22s cubic-bezier(.4,0,.2,1);box-shadow:0 8px 22px rgba(var(--btn-shadow-color),.32),inset 0 1px #ffffff40;position:relative;isolation:isolate;letter-spacing:.4px;min-width:150px;justify-content:center;text-transform:uppercase}._emlReplyButton_56qjk_1042:before,._emlResponseButton_56qjk_1042:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:linear-gradient(160deg,#ffffffa6,#fff0 60%);mix-blend-mode:overlay;opacity:.45;transition:opacity .2s ease;pointer-events:none}._emlReplyButton_56qjk_1042:after,._emlResponseButton_56qjk_1042:after{content:"";position:absolute;top:-3px;right:-3px;bottom:-3px;left:-3px;border-radius:inherit;background:linear-gradient(135deg,var(--btn-grad-from),var(--btn-grad-to));z-index:-1;opacity:0;filter:blur(10px);transition:opacity .25s ease,filter .25s ease;pointer-events:none}._emlReplyButton_56qjk_1042:hover:not(:disabled),._emlResponseButton_56qjk_1042:hover:not(:disabled){transform:translateY(-4px);box-shadow:0 14px 36px rgba(var(--btn-shadow-color),.45),inset 0 1px #ffffff40}._emlReplyButton_56qjk_1042:hover:not(:disabled):before,._emlResponseButton_56qjk_1042:hover:not(:disabled):before{opacity:.75}._emlReplyButton_56qjk_1042:hover:not(:disabled):after,._emlResponseButton_56qjk_1042:hover:not(:disabled):after{opacity:.7;filter:blur(12px)}._emlReplyButton_56qjk_1042:active:not(:disabled),._emlResponseButton_56qjk_1042:active:not(:disabled){transform:translateY(-1px) scale(.99);box-shadow:0 8px 20px rgba(var(--btn-shadow-color),.35)}._emlReplyButton_56qjk_1042:focus-visible,._emlResponseButton_56qjk_1042:focus-visible{outline:3px solid rgba(255,255,255,.9);outline-offset:3px}._emlReplyButton_56qjk_1042 svg,._emlResponseButton_56qjk_1042 svg{filter:drop-shadow(0 1px 2px rgba(0,0,0,.22))}._emlReplyButton_56qjk_1042{--btn-grad-from: $color-success;--btn-grad-to: color.adjust($color-success, $lightness: -6%, $saturation: 8%);--btn-shadow-color: 22,163,74}._emlResponseButton_56qjk_1042{--btn-grad-from: $color-accent;--btn-grad-to: $color-primary;--btn-shadow-color: 99,102,241}@keyframes _emlBtnShine_56qjk_1{0%{transform:translate(-120%)}to{transform:translate(180%)}}._emlMailboxList_56qjk_1133{margin-top:20px;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:12px;max-height:500px;padding:0 16px;overflow-y:auto;overflow-x:hidden;width:100%;box-sizing:border-box;scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}._emlMailboxList_56qjk_1133::-webkit-scrollbar{width:6px;height:6px}._emlMailboxList_56qjk_1133::-webkit-scrollbar-track{background:transparent}._emlMailboxList_56qjk_1133::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}._emlMailboxList_56qjk_1133::-webkit-scrollbar-thumb:hover{background:#bdc1c6}._emlMailboxCard_56qjk_1162{display:flex;gap:12px;border:1px solid rgba(226,232,240,.8);background:#fff;border-radius:12px;padding:16px 18px;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);position:relative;align-items:flex-start;box-shadow:0 1px 3px #0000000d;overflow:hidden;max-width:100%;box-sizing:border-box;min-width:0}._emlMailboxDeleteBtn_56qjk_1180{position:absolute;top:8px;right:8px;width:26px;height:26px;border-radius:6px;padding-top:2px;background:#e84f4ff2;border:1px solid #e5e7eb;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;opacity:1;transform:scale(1);z-index:10;box-shadow:0 2px 4px #0000001a}._emlMailboxDeleteBtn_56qjk_1180:hover{background:#fee2e2;border-color:#fca5a5;transform:scale(1.05);box-shadow:0 3px 8px #ef444433}._emlMailboxDeleteBtn_56qjk_1180:active{transform:scale(.95)}._emlMailboxCard_56qjk_1162:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:linear-gradient(180deg,#1a73e8,#8430ce);opacity:0;transition:all .3s ease}._emlMailboxCard_56qjk_1162:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgba(37,99,235,.05) 0%,transparent 50%);opacity:0;transition:all .3s ease}._emlMailboxCard_56qjk_1162:hover{border-color:#2563eb33;box-shadow:0 3px 12px #00000014;transform:translateY(-1px)}._emlMailboxCard_56qjk_1162:hover:after{opacity:1}._emlMailboxCard_56qjk_1162._active_56qjk_1241{border-color:#1a73e8;box-shadow:0 4px 16px #2563eb1f;background:#fafbff;transform:translateY(-1px)}._emlMailboxCard_56qjk_1162._active_56qjk_1241:before{opacity:1}._emlMailboxCard_56qjk_1162[aria-checked=true]{border-color:#1a73e8;box-shadow:0 12px 35px #2563eb40;background:linear-gradient(135deg,#e3f2fd,#fff)}._emlMailboxCard_56qjk_1162:focus-visible{outline:3px solid rgba(37,99,235,.45);outline-offset:3px}._emlMailboxBody_56qjk_1263{display:flex;flex-direction:column;gap:3px;min-width:0}._emlMailboxHeader_56qjk_1270{display:flex;justify-content:space-between;align-items:center;margin-bottom:2px}._emlMailboxLabel_56qjk_1277{font-size:13px;font-weight:600;color:#202124;word-break:break-word}._emlMailboxId_56qjk_1284{font-size:10px;color:#94a3b8;font-weight:500;padding:2px 6px;background:#f1f5f9;border-radius:4px}._emlMailboxEmail_56qjk_1293{font-size:11px;color:#64748b;word-break:break-word;font-weight:500;margin-bottom:1px}._emlMailboxHost_56qjk_1301{font-size:10px;color:#94a3b8;margin-top:1px}._emlMailboxFolders_56qjk_1307,._emlMailboxSecurity_56qjk_1312,._emlMailboxSync_56qjk_1317{font-size:10px;color:#94a3b8}._emlMailboxStatus_56qjk_1322{font-size:10px;color:#94a3b8;margin-top:2px}._emlMailboxIcon_56qjk_1328{width:42px;height:42px;border-radius:12px;background:linear-gradient(135deg,#eef2ff,#fff);border:1px solid rgba(37,99,235,.18);display:flex;align-items:center;justify-content:center;color:#4f46e5;font-weight:800;letter-spacing:.3px;flex-shrink:0;box-shadow:0 2px 6px #2563eb1f}._emlCustomPopup_56qjk_1344{border-radius:24px;box-shadow:0 25px 50px #00000026!important;background:linear-gradient(145deg,#fff,#f8fbff)!important;border:1px solid rgba(37,99,235,.1)!important;overflow:hidden!important;max-width:800px!important;width:90%!important;box-sizing:border-box!important}._emlPopupHeader_56qjk_1355{text-align:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px 20px 0 0;padding:32px 28px 28px;margin:-16px -16px 28px;position:relative;overflow:hidden;color:#fff;max-width:100%;box-sizing:border-box}._emlPopupHeader_56qjk_1355:before{content:"";position:absolute;top:0;left:0;right:0;height:100%;background:linear-gradient(135deg,#ffffff1a,#fff0 50%);pointer-events:none}._emlPopupHeader_56qjk_1355:after{content:"";position:absolute;bottom:-2px;left:0;right:0;height:4px;background:linear-gradient(90deg,#1a73e8,#8430ce)}._emlPopupIcon_56qjk_1389{width:72px;height:72px;background:linear-gradient(145deg,#fff3,#ffffff1a);border:2px solid rgba(255,255,255,.3);border-radius:24px;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative;box-shadow:0 8px 32px #0000001a}._emlPopupIcon_56qjk_1389:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#fff9,#ffffff1a);border-radius:22px;mask:linear-gradient(135deg,black 30%,transparent 70%)}._emlPopupTitle_56qjk_1413{font-size:22px;font-weight:800;margin:0 0 14px;color:#fff;letter-spacing:-.3px;text-shadow:0 2px 4px rgba(0,0,0,.1)}._emlPopupDesc_56qjk_1422{font-size:16px;line-height:1.6;margin:0 auto;color:#ffffffe6;max-width:520px;font-weight:400}._emlPopupInfoBox_56qjk_1431{background:linear-gradient(135deg,#e3f2fd,#fff);border:1px solid rgba(37,99,235,.2);border-left:4px solid #1a73e8;padding:16px 20px;border-radius:12px;margin-top:24px;color:#202124;font-size:15px;font-weight:600;display:flex;align-items:center;gap:12px;justify-content:center;box-shadow:0 4px 12px #2563eb1a;position:relative;transform:translateY(-5px)}._emlPopupInfoBox_56qjk_1431:before{display:none}._emlPopupWarning_56qjk_1454{background:linear-gradient(180deg,#fffbf0,#fff);border:1px solid rgba(245,158,11,.25);padding:14px 18px;border-radius:12px;margin-top:18px;color:#92400e;font-size:14px;font-weight:600;display:flex;align-items:center;gap:10px;box-shadow:0 2px 8px #f59e0b1a;animation:_warningPulse_56qjk_1 2s ease-in-out infinite}@keyframes _warningPulse_56qjk_1{0%,to{box-shadow:0 2px 8px #f59e0b1a}50%{box-shadow:0 4px 16px #f59e0b33}}._emlPopupEmpty_56qjk_1478{text-align:center;padding:48px 32px;color:#64748b;background:linear-gradient(180deg,#f8fafc,#fff);border-radius:16px;border:1px dashed #e8eaed;margin:20px 0}._emlPopupEmpty_56qjk_1478 ._icon_56qjk_1488{margin-bottom:16px;opacity:.7}._emlPopupEmpty_56qjk_1478 p{margin:0;font-size:15px;line-height:1.5}._emlModalActions_56qjk_1499{margin-top:32px;display:flex;justify-content:space-between;align-items:center;gap:16px;padding:20px 24px;border-top:1px solid rgba(37,99,235,.1)}._emlModalMainActions_56qjk_1509{display:flex;gap:16px;align-items:center}._emlAddMailContent_56qjk_1515{padding:24px;text-align:center;max-height:80vh;overflow-y:auto}._emlAddMailIcon_56qjk_1522{margin-bottom:16px}._emlAddMailTitle_56qjk_1526{margin:0 0 8px;font-size:20px;font-weight:600;color:#1f2937}._emlAddMailDesc_56qjk_1533{margin:0 0 24px;color:#6b7280;font-size:14px;line-height:1.5}._emlAddMailForm_56qjk_1540{text-align:left}._emlFormRow_56qjk_1544{display:flex;gap:16px;margin-bottom:16px}@media (max-width: 768px){._emlFormRow_56qjk_1544{flex-direction:column;gap:12px}}._emlFormGroup_56qjk_1556{flex:1}._emlFormGroup_56qjk_1556 label{display:block;margin-bottom:6px;font-size:13px;font-weight:500;color:#374151}._emlFormGroup_56qjk_1556 input{width:100%;padding:10px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;transition:all .2s ease;box-sizing:border-box}._emlFormGroup_56qjk_1556 input:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}._emlFormGroup_56qjk_1556 input:disabled{background-color:#f9fafb;color:#9ca3af;cursor:not-allowed}._emlFormGroup_56qjk_1556 input::placeholder{color:#9ca3af}._emlFormGroup_56qjk_1556 input[type=number]{max-width:120px}._emlCheckboxLabel_56qjk_1592{display:flex!important;align-items:center;gap:8px;margin-bottom:0!important;font-size:13px!important;cursor:pointer}._emlCheckboxLabel_56qjk_1592 input[type=checkbox]{width:auto!important;margin:0!important;cursor:pointer}._emlFormSection_56qjk_1606{margin:24px 0;padding:16px;background-color:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}._emlFormSection_56qjk_1606 h4{margin:0 0 16px;font-size:15px;font-weight:600;color:#1f2937;display:flex;align-items:center;gap:8px}._emlFormSection_56qjk_1606 h4:before{content:"";width:4px;height:16px;background-color:#6366f1;border-radius:2px}._emlAddMailActions_56qjk_1630{display:flex;justify-content:flex-end;gap:12px;margin-top:24px;padding-top:20px;border-top:1px solid #e5e7eb}._emlBtn_56qjk_1639{border:none;padding:14px 28px;border-radius:12px;font-size:14px;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;gap:10px;transition:all .3s cubic-bezier(.4,0,.2,1);letter-spacing:.3px;position:relative;overflow:hidden;min-width:130px;justify-content:center;text-transform:uppercase;font-size:13px}._emlBtnPrimary_56qjk_1659{background:linear-gradient(135deg,#1a73e8,#8430ce);color:#fff;box-shadow:0 6px 20px #2563eb4d}._emlBtnPrimary_56qjk_1659:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgba(255,255,255,.2),transparent 70%);opacity:.5;transition:all .3s ease}._emlBtnPrimary_56qjk_1659:hover:not(:disabled){transform:translateY(-2px) scale(1.02);box-shadow:0 12px 35px #2563eb66}._emlBtnPrimary_56qjk_1659:hover:not(:disabled):before{opacity:.8}._emlBtnPrimary_56qjk_1659:active{transform:translateY(0) scale(1)}._emlBtnPrimary_56qjk_1659:disabled{opacity:.6;cursor:not-allowed;transform:none}._emlBtnSecondary_56qjk_1693{background:linear-gradient(135deg,#f8fafc,#fff);color:#64748b;border:1px solid #e2e8f0;box-shadow:0 2px 8px #0000000a}._emlBtnSecondary_56qjk_1693:hover:not(:disabled){background:linear-gradient(135deg,#f1f5f9,#f8fafc);border-color:#cbd5e1;transform:translateY(-1px);box-shadow:0 4px 12px #00000014}._emlBtnSecondary_56qjk_1693:active{transform:translateY(0)}@media (max-width: 1100px){._emlLayout_56qjk_112{flex-direction:column;height:auto;max-height:none}._emlSidebar_56qjk_121{width:100%;max-height:380px;order:2;height:auto}._emlMain_56qjk_151{order:1;max-height:none;height:auto}}@media (max-width: 640px){._emlRoot_56qjk_23{padding:16px 14px 60px;min-height:auto}._emlDetailHeader_56qjk_543{flex-direction:column}._emlActions_56qjk_582{align-self:flex-start}._emlMainScroll_56qjk_156{padding:20px 20px 32px}._emlEmpty_56qjk_36{padding:50px 24px}._emlSidebar_56qjk_121{padding:14px 14px 16px}._emlFetchBtn_56qjk_280{font-size:13px}._emlReplyButton_56qjk_1042,._emlResponseButton_56qjk_1042{width:100%;justify-content:center}._emlReplyBtns_56qjk_1036{flex-direction:column}}._emlAttachmentIndicator_56qjk_914{background:#e3f2fd;color:#1976d2;padding:2px 6px;border-radius:12px;font-size:11px;font-weight:500;display:inline-flex;align-items:center;gap:2px;margin-left:8px}._emlAttachments_56qjk_766{margin-top:30px;padding-top:20px;border-top:1px solid #e9ecef}._emlAttachments_56qjk_766 h4{margin:0 0 15px;font-size:16px;font-weight:600;color:#495057}._emlAttachmentItem_56qjk_945{display:flex;align-items:center;gap:12px;padding:12px 15px;background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;transition:all .2s ease}._emlAttachmentItem_56qjk_945:hover{background:#e7f3ff;border-color:#007bff;transform:translateY(-1px);box-shadow:0 2px 8px #007bff26}._emlAttachmentFileIcon_56qjk_960{font-size:24px;min-width:24px;text-align:center}._emlAttachmentName_56qjk_822{font-weight:500;color:#212529;margin-bottom:4px;word-break:break-word;font-size:14px}._emlAttachmentMeta_56qjk_833{display:flex;gap:12px;font-size:12px}._emlAttachmentSize_56qjk_879{color:#6c757d}._emlAttachmentType_56qjk_989{color:#007bff;font-weight:500}._emlAttachmentDownload_56qjk_884{background:#007bff;border:none;border-radius:6px;padding:8px 10px;color:#fff;cursor:pointer;font-size:14px;transition:all .2s ease;min-width:36px;display:flex;align-items:center;justify-content:center}._emlAttachmentDownload_56qjk_884:hover{background:#0056b3;transform:translateY(-1px)}._emlAttachmentDownload_56qjk_884:active{transform:translateY(0)}._emlAttachmentItem_56qjk_945{display:flex;align-items:flex-start;gap:12px;padding:15px;background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;transition:all .2s ease}._emlAttachmentItem_56qjk_945:hover{background:#e7f3ff;border-color:#007bff}._emlAttachmentName_56qjk_822{font-weight:600;color:#212529;margin-bottom:4px;word-break:break-word}._emlAttachmentMeta_56qjk_833{font-size:12px;color:#6c757d;margin-bottom:10px}._emlAttachments_56qjk_766{margin-top:24px;padding:20px;background:#fff;border:1px solid #e8eaed;border-radius:12px;box-shadow:0 2px 8px #3c40431a}._emlAttachments_56qjk_766 h4{margin:0 0 16px;font-size:16px;font-weight:600;color:#202124;display:flex;align-items:center;gap:8px}._emlAttachmentList_56qjk_939{display:flex;flex-direction:column;gap:12px}._emlAttachmentItem_56qjk_945{display:flex;align-items:flex-start;gap:12px;padding:16px;background:#f8fafc;border:1px solid #e8eaed;border-radius:8px;transition:.15s cubic-bezier(.4,0,.2,1)}._emlAttachmentItem_56qjk_945:hover{background:#e0f2fe;border-color:#1a73e8;transform:translateY(-1px);box-shadow:0 4px 12px #3b82f626}._emlAttachmentFileIcon_56qjk_960{width:40px;height:40px;border-radius:4px;background:#1a73e8;color:#fff;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:600;flex-shrink:0}._emlAttachmentInfo_56qjk_966{flex:1;min-width:0}._emlAttachmentName_56qjk_822{font-weight:600;color:#202124;margin-bottom:4px;word-break:break-word;font-size:14px}._emlAttachmentMeta_56qjk_833{font-size:12px;color:#64748b;margin-bottom:12px}._emlAttachmentBtn_56qjk_849{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;background:#1a73e8;color:#fff;border:none;border-radius:4px;font-size:12px;font-weight:500;cursor:pointer;transition:.15s cubic-bezier(.4,0,.2,1)}._emlAttachmentBtn_56qjk_849:hover{background:#1557b0;transform:translateY(-1px)}._emlAttachmentBtn_56qjk_849:active{transform:translateY(0)}._emlImagePreview_56qjk_1999{margin:12px 0;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #3c40431a}._emlImagePreview_56qjk_1999 img{width:100%;height:auto;max-height:200px;object-fit:contain;background:#f1f5f9}._emlVideoPreview_56qjk_2013{margin:12px 0;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #3c40431a}._emlVideoPreview_56qjk_2013 video{width:100%;height:auto;max-height:200px;background:#000}._emlPdfPreview_56qjk_2026{margin:12px 0;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #3c40431a}._emlPdfPreview_56qjk_2026 iframe{width:100%;height:300px;border:none;background:#f8fafc}._emlContentArea_56qjk_2039{flex:1;display:flex;flex-direction:column;height:100%;background:#fff;overflow:hidden}._emlContentArea_56qjk_2039._emlConversationMode_56qjk_2047{overflow:hidden}._emlContentArea_56qjk_2039._emlConversationMode_56qjk_2047 ._emlConversationContent_56qjk_2050{flex:1;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#dadce0 transparent;padding-bottom:20px}._emlContentArea_56qjk_2039._emlConversationMode_56qjk_2047 ._emlConversationContent_56qjk_2050::-webkit-scrollbar{width:8px;height:8px}._emlContentArea_56qjk_2039._emlConversationMode_56qjk_2047 ._emlConversationContent_56qjk_2050::-webkit-scrollbar-track{background:transparent}._emlContentArea_56qjk_2039._emlConversationMode_56qjk_2047 ._emlConversationContent_56qjk_2050::-webkit-scrollbar-thumb{background:#dadce0;border-radius:10px}._emlContentArea_56qjk_2039._emlConversationMode_56qjk_2047 ._emlConversationContent_56qjk_2050::-webkit-scrollbar-thumb:hover{background:#bdc1c6}._emlHeader_56qjk_2072{padding:24px 32px;border-bottom:1px solid #f1f3f4;background:#fff;position:sticky;top:0;z-index:5}._emlHeaderTop_56qjk_2081{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px;gap:16px}._emlSubject_56qjk_468{font-size:20px;font-weight:400;color:#202124;margin:0;line-height:1.4;flex:1;letter-spacing:.15px}._emlActions_56qjk_582{display:flex;gap:8px;flex-shrink:0;align-items:center}._emlActionBtn_56qjk_588{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:transparent;border:none;border-radius:50%;color:#5f6368;cursor:pointer;transition:all .15s cubic-bezier(.4,0,.2,1);position:relative}._emlActionBtn_56qjk_588:hover{background:#1a73e814;color:#1a73e8}._emlActionBtn_56qjk_588:active{background:#1a73e81f}._emlActionBtn_56qjk_588._emlFavActive_56qjk_674{color:#fbbc04}._emlActionBtn_56qjk_588._emlFavActive_56qjk_674:hover{background:#fbbc0414}._emlHeaderDetails_56qjk_2134{display:flex;justify-content:space-between;align-items:center;gap:16px}._emlSender_56qjk_379{display:flex;align-items:center;gap:12px}._emlSenderAvatar_56qjk_420{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#1a73e8,#8430ce);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:18px}._emlSenderInfo_56qjk_2160{display:flex;flex-direction:column;gap:2px}._emlSenderName_56qjk_379{font-weight:600;color:#202124;font-size:16px}._emlSenderEmail_56qjk_2172{font-size:14px;color:#64748b}._emlMetadata_56qjk_2177{text-align:right;display:flex;flex-direction:column;gap:4px}._emlDate_56qjk_479{font-size:14px;color:#64748b;font-weight:500}._emlRecipients_56qjk_2190{font-size:13px;color:#9aa0a6}._emlRecipients_56qjk_2190 span:first-child{font-weight:500}._emlBody_56qjk_1025{flex:1;background:#fff;border:1px solid #e8eaed;border-top:none;border-radius:0 0 12px 12px;padding:24px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#dadce0 transparent}._emlBody_56qjk_1025::-webkit-scrollbar{width:8px;height:8px}._emlBody_56qjk_1025::-webkit-scrollbar-track{background:transparent}._emlBody_56qjk_1025::-webkit-scrollbar-thumb{background:#dadce0;border-radius:10px}._emlBody_56qjk_1025::-webkit-scrollbar-thumb:hover{background:#bdc1c6}._emlOriginalContent_56qjk_2224{line-height:1.6;color:#202124;min-height:200px;padding:16px;word-wrap:break-word;overflow-wrap:break-word}._emlOriginalContent_56qjk_2224 *{max-width:100%!important;box-sizing:border-box!important}._emlOriginalContent_56qjk_2224 p{margin:8px 0;line-height:1.5}._emlOriginalContent_56qjk_2224 h1,._emlOriginalContent_56qjk_2224 h2,._emlOriginalContent_56qjk_2224 h3,._emlOriginalContent_56qjk_2224 h4,._emlOriginalContent_56qjk_2224 h5,._emlOriginalContent_56qjk_2224 h6{margin:16px 0 8px;line-height:1.3;color:#202124}._emlOriginalContent_56qjk_2224 a{color:#1a73e8;text-decoration:none}._emlOriginalContent_56qjk_2224 a:hover{text-decoration:underline}._emlOriginalContent_56qjk_2224 style{display:none!important}._emlOriginalContent_56qjk_2224 img{max-width:100%!important;height:auto!important;display:block!important;margin:8px auto;border-radius:4px}._emlOriginalContent_56qjk_2224 img[src=""],._emlOriginalContent_56qjk_2224 img:not([src]){display:none!important}._emlOriginalContent_56qjk_2224 img[loading=lazy]{transition:opacity .3s ease}._emlOriginalContent_56qjk_2224 table{width:100%!important;border-collapse:collapse!important;margin:8px 0}._emlOriginalContent_56qjk_2224 table[width]{width:100%!important}._emlOriginalContent_56qjk_2224 table td,._emlOriginalContent_56qjk_2224 table th{padding:4px 8px;vertical-align:top}._emlOriginalContent_56qjk_2224 table td[align=center],._emlOriginalContent_56qjk_2224 table th[align=center]{text-align:center!important}._emlOriginalContent_56qjk_2224 table td[align=right],._emlOriginalContent_56qjk_2224 table th[align=right]{text-align:right!important}._emlOriginalContent_56qjk_2224 table td[align=left],._emlOriginalContent_56qjk_2224 table th[align=left]{text-align:left!important}._emlOriginalContent_56qjk_2224 strong,._emlOriginalContent_56qjk_2224 b,._emlOriginalContent_56qjk_2224 ._bold_56qjk_2296{font-weight:700!important}._emlOriginalContent_56qjk_2224 em,._emlOriginalContent_56qjk_2224 i,._emlOriginalContent_56qjk_2224 ._italic_56qjk_2299{font-style:italic!important}._emlOriginalContent_56qjk_2224 u,._emlOriginalContent_56qjk_2224 ._underline_56qjk_2302{text-decoration:underline!important}._emlOriginalContent_56qjk_2224 a{color:#1a73e8!important;text-decoration:underline!important}._emlOriginalContent_56qjk_2224 a:hover{color:#1557b0!important}._emlOriginalContent_56qjk_2224 a[style*=color]{color:inherit!important}._emlOriginalContent_56qjk_2224 blockquote{border-left:4px solid #1a73e8;padding-left:16px;margin:16px 0;color:#64748b;font-style:italic}._emlOriginalContent_56qjk_2224 ul,._emlOriginalContent_56qjk_2224 ol{margin:8px 0;padding-left:20px}._emlOriginalContent_56qjk_2224 ul li,._emlOriginalContent_56qjk_2224 ol li{margin:4px 0}._emlOriginalContent_56qjk_2224 p{margin:8px 0}._emlOriginalContent_56qjk_2224 p:empty{margin:4px 0;min-height:4px}._emlOriginalContent_56qjk_2224 div{word-wrap:break-word;overflow-wrap:break-word}._emlOriginalContent_56qjk_2224 div[style*=width],._emlOriginalContent_56qjk_2224 div[width]{max-width:100%!important}._emlOriginalContent_56qjk_2224 div[align=center],._emlOriginalContent_56qjk_2224 div[style*="text-align: center"]{text-align:center!important}._emlOriginalContent_56qjk_2224 h1,._emlOriginalContent_56qjk_2224 h2,._emlOriginalContent_56qjk_2224 h3,._emlOriginalContent_56qjk_2224 h4,._emlOriginalContent_56qjk_2224 h5,._emlOriginalContent_56qjk_2224 h6{margin:12px 0 8px;line-height:1.3;font-weight:700}._emlOriginalContent_56qjk_2224 [align=center],._emlOriginalContent_56qjk_2224 [style*="text-align: center"],._emlOriginalContent_56qjk_2224 ._center_56qjk_2351{text-align:center!important}._emlOriginalContent_56qjk_2224 [align=right],._emlOriginalContent_56qjk_2224 [style*="text-align: right"],._emlOriginalContent_56qjk_2224 ._right_56qjk_2354{text-align:right!important}._emlOriginalContent_56qjk_2224 [align=left],._emlOriginalContent_56qjk_2224 [style*="text-align: left"],._emlOriginalContent_56qjk_2224 ._left_56qjk_2357{text-align:left!important}._emlOriginalContent_56qjk_2224 ._gmail_quote_56qjk_2360,._emlOriginalContent_56qjk_2224 ._outlook_quote_56qjk_2360{border-left:2px solid #ccc;padding-left:10px;margin:10px 0;color:#666}._emlOriginalContent_56qjk_2224 ._signature_56qjk_2366,._emlOriginalContent_56qjk_2224 ._email-signature_56qjk_2366{margin-top:20px;padding-top:10px;border-top:1px solid #eee;font-size:14px}._emlOriginalContent_56qjk_2224 ._button_56qjk_2372,._emlOriginalContent_56qjk_2224 a._button_56qjk_2372,._emlOriginalContent_56qjk_2224 input[type=button],._emlOriginalContent_56qjk_2224 button{display:inline-block;padding:8px 16px;background:#1a73e8;color:#fff!important;text-decoration:none!important;border-radius:4px;border:none;cursor:pointer}._emlOriginalContent_56qjk_2224 ._button_56qjk_2372:hover,._emlOriginalContent_56qjk_2224 a._button_56qjk_2372:hover,._emlOriginalContent_56qjk_2224 input[type=button]:hover,._emlOriginalContent_56qjk_2224 button:hover{background:#1557b0!important}._emlTextContent_56qjk_2386 pre{white-space:pre-wrap;font-family:inherit;margin:0;line-height:1.6;color:#202124}._emlNoContent_56qjk_2394{text-align:center;padding:40px;color:#64748b;font-style:italic;font-size:16px}._emlInlineAttachments_56qjk_2402{margin-top:20px;padding-top:20px;border-top:1px solid #e8eaed}._emlInlineImage_56qjk_2408{margin:16px 0;border-radius:8px;overflow:hidden;background:#f8fafc;border:1px solid #e8eaed;box-shadow:0 2px 8px #3c40431a}._emlInlineImageContent_56qjk_2417{width:100%;height:auto;max-height:400px;object-fit:contain;display:block;background:#fff}._emlInlineImageCaption_56qjk_2426{padding:12px 16px;background:#f8fafc;border-top:1px solid #e8eaed;display:flex;justify-content:space-between;align-items:center}._emlInlineImageName_56qjk_2435{font-size:14px;font-weight:500;color:#202124}._emlInlineImageActions_56qjk_2441{display:flex;gap:8px}._emlInlineImageBtn_56qjk_2446{background:linear-gradient(135deg,#1a73e8,#8430ce);color:#fff;border:none;border-radius:8px;padding:10px 14px;cursor:pointer;transition:all .15s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center;min-width:40px;min-height:40px;box-shadow:0 2px 8px #1a73e826}._emlInlineImageBtn_56qjk_2446 svg{width:18px!important;height:18px!important;min-width:18px;min-height:18px}._emlInlineImageBtn_56qjk_2446:hover{background:linear-gradient(135deg,#1557b0,#772bb9);transform:translateY(-1px);box-shadow:0 4px 12px #1a73e840}._emlInlineImageBtn_56qjk_2446:active{transform:translateY(0);box-shadow:0 2px 4px #1a73e833}._emlInlineVideo_56qjk_2477{margin:16px 0;border-radius:8px;overflow:hidden;background:#000;border:1px solid #e8eaed;box-shadow:0 2px 8px #3c40431a}._emlInlineVideoContent_56qjk_2486{width:100%;height:auto;max-height:400px;display:block}._emlInlineVideoCaption_56qjk_2493{padding:12px 16px;background:#f8fafc;border-top:1px solid #e8eaed;display:flex;justify-content:space-between;align-items:center;font-size:14px;font-weight:500;color:#202124}._emlInlineVideoBtn_56qjk_2505{background:linear-gradient(135deg,#1a73e8,#8430ce);color:#fff;border:none;border-radius:8px;padding:8px 16px;cursor:pointer;transition:all .15s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;gap:6px;font-size:13px;font-weight:500;box-shadow:0 2px 8px #1a73e826}._emlInlineVideoBtn_56qjk_2505:hover{background:linear-gradient(135deg,#1557b0,#772bb9);transform:translateY(-1px);box-shadow:0 4px 12px #1a73e840}._emlInlineVideoBtn_56qjk_2505:active{transform:translateY(0);box-shadow:0 2px 4px #1a73e833}._emlInlineFile_56qjk_2530{margin:12px 0;padding:12px 16px;background:#f8fafc;border:1px solid #e8eaed;border-radius:8px;display:flex;align-items:center;gap:12px;transition:.15s cubic-bezier(.4,0,.2,1)}._emlInlineFile_56qjk_2530:hover{background:#e0f2fe;border-color:#1a73e8}._emlInlineFileIcon_56qjk_2546{width:32px;height:32px;border-radius:4px;background:#1a73e8;color:#fff;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;flex-shrink:0}._emlInlineFileInfo_56qjk_2560{flex:1;min-width:0}._emlInlineFileName_56qjk_2565{display:block;font-weight:500;color:#202124;font-size:14px;word-break:break-word}._emlInlineFileSize_56qjk_2573{display:block;font-size:12px;color:#64748b;margin-top:2px}._emlInlineFileActions_56qjk_2580{display:flex;gap:6px;flex-shrink:0}._emlInlineFileBtn_56qjk_2586{background:linear-gradient(135deg,#1a73e8,#8430ce);color:#fff;border:none;border-radius:8px;padding:10px 14px;cursor:pointer;transition:all .15s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center;min-width:40px;min-height:40px;box-shadow:0 2px 8px #1a73e826}._emlInlineFileBtn_56qjk_2586 svg{width:18px!important;height:18px!important;min-width:18px;min-height:18px}._emlInlineFileBtn_56qjk_2586:hover{background:linear-gradient(135deg,#1557b0,#772bb9);transform:translateY(-1px);box-shadow:0 4px 12px #1a73e840}._emlInlineFileBtn_56qjk_2586:active{transform:translateY(0);box-shadow:0 2px 4px #1a73e833}._emlImagePreview_56qjk_1999,._emlVideoPreview_56qjk_2013,._emlPdfPreview_56qjk_2026{margin:10px 0;border-radius:6px;overflow:hidden;border:1px solid #dee2e6}._emlImagePreview_56qjk_1999 img{display:block;border-radius:6px}._emlVideoPreview_56qjk_2013 video{border-radius:6px}._emlAttachmentActions_56qjk_842{display:flex;gap:8px;margin-top:8px}._emlAttachmentBtn_56qjk_849{display:inline-flex;align-items:center;gap:8px;min-width:44px;padding:10px 18px;background:linear-gradient(135deg,#1a73e8,#8430ce);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .15s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #1a73e826}._emlAttachmentBtn_56qjk_849 svg{width:18px!important;height:18px!important;min-width:18px;min-height:18px}._emlAttachmentBtn_56qjk_849:hover{background:linear-gradient(135deg,#1557b0,#772bb9);transform:translateY(-1px);box-shadow:0 4px 12px #1a73e840}._emlAttachmentBtn_56qjk_849:active{transform:translateY(0);box-shadow:0 2px 4px #1a73e833}._emlConversationLoading_56qjk_2671{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center;color:#64748b}._emlConversationLoading_56qjk_2671 ._emlLoadingIcon_56qjk_2680{font-size:48px;margin-bottom:16px;animation:_pulse_56qjk_1 2s infinite}._emlConversationLoading_56qjk_2671 h3{font-size:18px;font-weight:500;margin:0 0 8px;color:#202124}._emlConversationLoading_56qjk_2671 p{font-size:14px;margin:0;color:#64748b}@keyframes _pulse_56qjk_1{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.05);opacity:.8}}._emlConversationHeader_56qjk_2707{background:#fff;border-bottom:1px solid #e8eaed;padding:20px;position:sticky;top:0;z-index:10;box-shadow:0 1px 2px #3c40431a,0 1px 3px 1px #3c40430d}._emlConversationTop_56qjk_2717{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:12px}._emlConversationSubject_56qjk_2725{font-size:20px;font-weight:500;color:#202124;margin:0;flex:1;line-height:1.3}._emlConversationActions_56qjk_2734{display:flex;gap:8px;flex-shrink:0}._emlConversationMeta_56qjk_2740{display:flex;align-items:center;justify-content:flex-start;margin-top:8px;background:transparent;border:none;padding:0}._emlConversationInfo_56qjk_2750{display:flex;align-items:center;gap:16px;font-size:13px;color:#5f6368}._emlConversationCount_56qjk_2758{display:flex;align-items:center;gap:6px;font-weight:500}._emlConversationParticipants_56qjk_2765{display:flex;align-items:center;gap:6px}._emlConversationThread_56qjk_2771{flex:1;padding:0;max-width:800px;margin:0 auto;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#dadce0 transparent;scroll-behavior:smooth;display:flex;flex-direction:column}._emlConversationThread_56qjk_2771::-webkit-scrollbar{width:8px;height:8px}._emlConversationThread_56qjk_2771::-webkit-scrollbar-track{background:transparent}._emlConversationThread_56qjk_2771::-webkit-scrollbar-thumb{background:#dadce0;border-radius:10px}._emlConversationThread_56qjk_2771::-webkit-scrollbar-thumb:hover{background:#bdc1c6}._emlConversationMessage_56qjk_2798{margin:20px;padding:20px;background:#fff;border-radius:12px;border:1px solid #e8eaed;box-shadow:0 1px 2px #3c40431a,0 1px 3px 1px #3c40430d;position:relative}._emlConversationMessage_56qjk_2798._emlIncoming_56qjk_2807{margin-left:20px;margin-right:60px}._emlConversationMessage_56qjk_2798._emlIncoming_56qjk_2807:before{content:"";position:absolute;left:-8px;top:20px;width:0;height:0;border-style:solid;border-width:8px 8px 8px 0;border-color:transparent #ffffff transparent transparent}._emlConversationMessage_56qjk_2798._emlIncoming_56qjk_2807:after{content:"";position:absolute;left:-9px;top:20px;width:0;height:0;border-style:solid;border-width:8px 8px 8px 0;border-color:transparent #e8eaed transparent transparent}._emlConversationMessage_56qjk_2798._emlOutgoing_56qjk_2833{margin-left:60px;margin-right:20px;background:#e3f2fd;border-color:#bbdefb}._emlConversationMessage_56qjk_2798._emlOutgoing_56qjk_2833:before{content:"";position:absolute;right:-8px;top:20px;width:0;height:0;border-style:solid;border-width:8px 0 8px 8px;border-color:transparent transparent transparent #e3f2fd}._emlConversationMessage_56qjk_2798._emlOutgoing_56qjk_2833:after{content:"";position:absolute;right:-9px;top:20px;width:0;height:0;border-style:solid;border-width:8px 0 8px 8px;border-color:transparent transparent transparent #bbdefb}._emlMessageHeader_56qjk_2862{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid #f1f3f4}._emlMessageSender_56qjk_2871{display:flex;align-items:center;gap:12px}._emlMessageAvatar_56qjk_2877{width:32px;height:32px;border-radius:50%;background:#1a73e8;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:14px;flex-shrink:0}._emlMessageSenderInfo_56qjk_2891{min-width:0}._emlMessageSenderName_56qjk_2895{font-weight:500;color:#202124;font-size:14px;margin:0}._emlMessageDate_56qjk_2902{font-size:12px;color:#5f6368;margin-top:2px}._emlMessageDirection_56qjk_2908{font-size:18px;opacity:.7}._emlMessageBody_56qjk_2913{line-height:1.6}._emlMessageContent_56qjk_2917{color:#202124}._emlMessageContent_56qjk_2917 p{margin:0 0 12px}._emlMessageContent_56qjk_2917 p:last-child{margin-bottom:0}._emlMessageContent_56qjk_2917 a{color:#1a73e8;text-decoration:none}._emlMessageContent_56qjk_2917 a:hover{text-decoration:underline}._emlMessageContent_56qjk_2917 img{max-width:100%;height:auto;border-radius:4px;margin:8px 0}._emlMessageContent_56qjk_2917 blockquote{margin:12px 0;padding:12px 16px;background:#f8f9fa;border-left:4px solid #1a73e8;border-radius:4px;color:#5f6368;font-style:italic}._emlMessageAttachments_56qjk_2949{margin-top:16px;padding-top:16px;border-top:1px solid #f1f3f4}._emlQuickReply_56qjk_2955{margin:20px;padding:20px;background:#fff;border-radius:12px;border:2px dashed #e8eaed;text-align:center}._emlQuickReplyHeader_56qjk_2964{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}._emlQuickReplyHeader_56qjk_2964 h4{margin:0;font-size:16px;font-weight:500;color:#202124;display:flex;align-items:center;gap:8px}._emlQuickReplyActions_56qjk_2980{display:flex;gap:8px;align-items:center}._emlQuickRefreshBtn_56qjk_2986{background:#fbbc04;color:#fff;border:none;border-radius:8px;padding:6px 12px;font-weight:500;cursor:pointer;transition:.15s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;gap:6px;font-size:12px}._emlQuickRefreshBtn_56qjk_2986:hover{transform:translateY(-1px);box-shadow:0 1px 3px #3c404326,0 4px 8px 3px #3c404314}._emlQuickReplyFullBtn_56qjk_3005{background:#1a73e8;color:#fff;border:none;border-radius:8px;padding:8px 16px;font-weight:500;cursor:pointer;transition:.15s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;gap:8px;font-size:14px}._emlQuickReplyFullBtn_56qjk_3005:hover{background:#1557b0;transform:translateY(-1px);box-shadow:0 1px 3px #3c404326,0 4px 8px 3px #3c404314}._emlQuickReplyNote_56qjk_3025{font-size:12px;color:#5f6368;margin:0}@media (max-width: 768px){._emlConversationMessage_56qjk_2798{margin:12px;padding:16px}._emlConversationMessage_56qjk_2798._emlIncoming_56qjk_2807{margin-right:12px}._emlConversationMessage_56qjk_2798._emlOutgoing_56qjk_2833{margin-left:12px}._emlConversationHeader_56qjk_2707{padding:16px}._emlConversationTop_56qjk_2717{flex-direction:column;align-items:flex-start;gap:12px}._emlConversationActions_56qjk_2734{width:100%;justify-content:center}._emlQuickReply_56qjk_2955{margin:12px;padding:16px}._emlQuickReplyHeader_56qjk_2964{flex-direction:column;gap:12px}._emlQuickReplyHeader_56qjk_2964 h4{text-align:center}._emlQuickReplyHeader_56qjk_2964 ._emlQuickReplyActions_56qjk_2980{width:100%;justify-content:center}}._emlFolderNav_56qjk_3070{margin-bottom:16px;background:#fff;border-radius:8px;border:1px solid #e8eaed}._emlFolderList_56qjk_3077{padding:16px 8px 8px}._emlFolderItem_56qjk_3081{width:100%;display:flex;align-items:center;gap:12px;padding:12px 20px;border:none;background:transparent;border-radius:8px;cursor:pointer;transition:all .2s ease;font-size:14px;font-weight:500;text-align:left;color:#64748b;margin-bottom:4px}._emlFolderItem_56qjk_3081:hover{background:#3b82f614;color:#3b82f6;transform:translate(4px)}._emlFolderItem_56qjk_3081._emlFolderActive_56qjk_3103{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;box-shadow:0 2px 8px #3b82f64d;transform:translate(0)}._emlFolderItem_56qjk_3081._emlFolderActive_56qjk_3103 ._emlFolderCount_56qjk_3109{background:#fff3;color:#fff;border:1px solid rgba(255,255,255,.3)}._emlFolderIcon_56qjk_3115{font-size:16px;flex-shrink:0}._emlFolderLabel_56qjk_3120{flex:1;font-weight:500;color:#202124}._emlFolderActive_56qjk_3103 ._emlFolderLabel_56qjk_3120{color:#fff}._emlFolderCount_56qjk_3109{background:#3b82f61a;color:#3b82f6;padding:4px 8px;border-radius:12px;font-size:11px;font-weight:600;min-width:20px;text-align:center;border:1px solid rgba(59,130,246,.2)}._emlConversationMeta_56qjk_2740{padding:20px 32px;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-bottom:1px solid rgba(0,0,0,.06);position:relative;margin-bottom:0}._emlConversationMeta_56qjk_2740:before{content:"";position:absolute;top:0;left:32px;right:32px;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.8) 50%,transparent 100%)}._emlConversationMeta_56qjk_2740:after{content:"";position:absolute;bottom:0;left:32px;right:32px;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.06) 50%,transparent 100%)}._emlConversationInfo_56qjk_2750{display:flex;flex-direction:row;align-items:center;gap:20px;flex-wrap:wrap}@media (max-width: 768px){._emlConversationInfo_56qjk_2750{flex-direction:column;align-items:flex-start;gap:12px}}._emlConversationCount_56qjk_2758{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;padding:8px 16px;border-radius:20px;font-size:13px;font-weight:600;box-shadow:0 4px 12px #4f46e54d;width:fit-content;transition:all .2s ease}._emlConversationCount_56qjk_2758:hover{transform:translateY(-1px);box-shadow:0 6px 16px #4f46e566}._emlConversationCount_56qjk_2758 svg{color:#fff!important}._emlConversationParticipants_56qjk_2765{display:flex;align-items:center;flex-wrap:wrap;gap:8px;padding:10px 16px;background:linear-gradient(135deg,#fff,#f8fafc);border:1px solid rgba(0,0,0,.08);border-radius:12px;font-size:14px;color:#475569;box-shadow:0 2px 8px #0000000a;transition:all .2s ease;position:relative;overflow:hidden;flex:1;min-width:200px}._emlConversationParticipants_56qjk_2765:hover{background:linear-gradient(135deg,#fff,#f1f5f9);border-color:#4f46e533;transform:translateY(-1px);box-shadow:0 4px 12px #00000014}._emlConversationParticipants_56qjk_2765:before{content:"👥";font-size:14px;margin-right:8px;flex-shrink:0;opacity:.7}._emlEmailAddress_56qjk_3236{display:inline-flex;align-items:center;background:transparent;color:#5f6368;padding:4px 8px;border-radius:6px;font-size:13px;font-weight:400;border:none;transition:all .2s ease}._emlEmailAddress_56qjk_3236:hover{background:#1a73e81a;color:#1a73e8}._emlConversationContent_56qjk_2050{flex:1;overflow-y:auto;padding:24px 32px;background:linear-gradient(135deg,#fff,#fafbfc)}._emlConversationContent_56qjk_2050::-webkit-scrollbar{width:6px}._emlConversationContent_56qjk_2050::-webkit-scrollbar-track{background:#00000005;border-radius:3px}._emlConversationContent_56qjk_2050::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#cbd5e1,#94a3b8);border-radius:3px}._emlConversationContent_56qjk_2050::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#94a3b8,#64748b)}._emlConversationMode_56qjk_2047{display:flex;flex-direction:column;height:100%;background:linear-gradient(135deg,#fff,#f8fafc)}._emlConversationHeader_56qjk_2707{padding:24px 32px;background:linear-gradient(135deg,#fff,#f8fafc);border-bottom:1px solid rgba(0,0,0,.08);box-shadow:0 2px 8px #0000000a;position:sticky;top:0;z-index:10;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}._emlConversationTop_56qjk_2717{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;gap:24px}._emlConversationTitleArea_56qjk_3300{display:flex;align-items:center;gap:16px;flex:1;min-width:0}._emlConversationSubject_56qjk_2725{font-size:24px;font-weight:600;color:#1e293b;margin:0;line-height:1.3;letter-spacing:-.02em;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._emlConversationActions_56qjk_2734{display:flex;gap:8px;align-items:center;flex-shrink:0}._emlConversationActions_56qjk_2734 ._emlActionBtn_56qjk_588{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:12px;border:none;cursor:pointer;transition:all .2s ease;position:relative;overflow:hidden;box-shadow:0 2px 8px #0000001a}._emlConversationActions_56qjk_2734 ._emlActionBtn_56qjk_588:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00000026}._emlConversationActions_56qjk_2734 ._emlActionBtn_56qjk_588:active{transform:translateY(0);box-shadow:0 2px 8px #0000001a}._emlConversationActions_56qjk_2734 ._emlActionBtn_56qjk_588:nth-child(1){background:linear-gradient(135deg,#3b82f6,#1d4ed8)}._emlConversationActions_56qjk_2734 ._emlActionBtn_56qjk_588:nth-child(1):hover{background:linear-gradient(135deg,#2563eb,#1e40af)}._emlConversationActions_56qjk_2734 ._emlActionBtn_56qjk_588:nth-child(2){background:linear-gradient(135deg,#10b981,#047857)}._emlConversationActions_56qjk_2734 ._emlActionBtn_56qjk_588:nth-child(2):hover{background:linear-gradient(135deg,#059669,#065f46)}._emlConversationActions_56qjk_2734 ._emlActionBtn_56qjk_588:nth-child(3){background:linear-gradient(135deg,#ef4444,#dc2626)}._emlConversationActions_56qjk_2734 ._emlActionBtn_56qjk_588:nth-child(3):hover{background:linear-gradient(135deg,#dc2626,#b91c1c)}._emlConversationActions_56qjk_2734 ._emlActionBtn_56qjk_588 *{color:#fff!important}._overlay_1bgi8_1{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:999}._popup_1bgi8_14{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 8px 32px #00000026;display:flex;flex-direction:column;max-height:95vh;overflow-y:auto}._popup_1bgi8_14._small_1bgi8_25{width:400px;max-width:90vw}._popup_1bgi8_14._medium_1bgi8_30{width:600px;max-width:90vw}._popup_1bgi8_14._large_1bgi8_35{width:900px;max-width:95vw;max-height:90vh}._header_1bgi8_41{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;border-bottom:1px solid #eee;flex-shrink:0;background:#f8f9fa}._header_1bgi8_41 h3{margin:0;font-size:1.25rem;font-weight:600;color:#212529}._body_1bgi8_57{padding:0;overflow-y:auto;flex:1;min-height:0}._closeButton_1bgi8_64{background:none;border:none;font-size:24px;cursor:pointer;padding:4px 8px;color:#6c757d;border-radius:4px}._closeButton_1bgi8_64:hover{background:#e9ecef;color:#495057}._emailComponentContainer_mxsz0_4{background:#fff;border-radius:12px;max-width:100%;width:100%;box-shadow:0 8px 32px #0000001a;display:flex;flex-direction:column}._componentHeader_mxsz0_14{background:linear-gradient(135deg,#f8f9fa,#e9ecef);padding:20px 24px;border-bottom:1px solid #dee2e6;flex-shrink:0}._componentHeader_mxsz0_14 h3{margin:0;color:#212529;font-size:20px;font-weight:600}._componentBody_mxsz0_27{padding:24px;flex:1;min-height:0}._formGroup_mxsz0_34{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}._formGroup_mxsz0_34 label{font-weight:600;color:#212529;font-size:14px}._formGroup_mxsz0_34 input,._formGroup_mxsz0_34 select,._formGroup_mxsz0_34 textarea{padding:14px 16px;border:2px solid #dee2e6;border-radius:8px;font-size:14px;font-family:inherit;transition:all .3s ease;background:#fff;min-height:48px;box-sizing:border-box}._formGroup_mxsz0_34 input:focus,._formGroup_mxsz0_34 select:focus,._formGroup_mxsz0_34 textarea:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 .2rem #007bff40;background:#fff}._formGroup_mxsz0_34 input::placeholder,._formGroup_mxsz0_34 select::placeholder,._formGroup_mxsz0_34 textarea::placeholder{color:#6c757d;font-style:italic}._formGroup_mxsz0_34 select{cursor:pointer}._formGroup_mxsz0_34 select option{padding:8px}._readOnlyInput_mxsz0_73{background-color:#e9ecef!important;color:#6c757d!important;cursor:not-allowed!important}._readOnlyInput_mxsz0_73:focus{box-shadow:none!important;border-color:#dee2e6!important}._formActions_mxsz0_84,._replyActions_mxsz0_85{display:flex;justify-content:flex-end;gap:16px;border-top:2px solid #e9ecef;background:#f8f9fa;margin:24px -24px -24px;padding:20px 24px;border-radius:0 0 12px 12px}._cancelButton_mxsz0_98{background:#6c757d;color:#fff;border:none;padding:14px 28px;border-radius:8px;font-weight:600;font-size:14px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:8px;min-height:48px;box-shadow:0 2px 8px #6c757d33}._cancelButton_mxsz0_98:hover{background:#5a6268;transform:translateY(-2px);box-shadow:0 6px 16px #6c757d66}._cancelButton_mxsz0_98:active{transform:translateY(0);box-shadow:0 2px 8px #6c757d4d}._saveButton_mxsz0_125{background:linear-gradient(135deg,#007bff,#0056b3);color:#fff;border:none;padding:14px 28px;border-radius:8px;font-weight:600;font-size:14px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:8px;min-height:48px;box-shadow:0 2px 8px #007bff4d}._saveButton_mxsz0_125:hover{background:linear-gradient(135deg,#0056b3,#004085);transform:translateY(-2px);box-shadow:0 4px 12px #007bff4d}._sendButton_mxsz0_148{background:linear-gradient(135deg,#28a745,#20c997);color:#fff;border:none;padding:14px 28px;border-radius:8px;font-weight:600;font-size:14px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:8px;min-height:48px;box-shadow:0 2px 8px #28a7454d}._sendButton_mxsz0_148:hover{background:linear-gradient(135deg,#218838,#1fa489);transform:translateY(-2px);box-shadow:0 6px 16px #28a74566}._sendButton_mxsz0_148:active{transform:translateY(0);box-shadow:0 2px 8px #28a7454d}._agentAssignmentContent_mxsz0_176{display:grid;grid-template-columns:1fr 1fr;gap:24px;max-width:100%;overflow-x:hidden;overflow-y:hidden}@media (max-width: 768px){._agentAssignmentContent_mxsz0_176{grid-template-columns:1fr;gap:16px}}._emailInfoSection_mxsz0_191{background:transparent;border-radius:8px;padding:0}._emailInfoSection_mxsz0_191 h4{color:#212529;margin-bottom:16px;font-size:18px;font-weight:600}._emailDetails_mxsz0_204{display:flex;flex-direction:column;gap:12px}._detailItem_mxsz0_210{display:flex;gap:12px;color:#495057;font-size:14px;align-items:flex-start}._detailItem_mxsz0_210 strong{color:#212529;min-width:120px;font-weight:600}._emailContent_mxsz0_223{background:#fff;padding:8px;border-radius:4px;border:1px solid #dee2e6;font-size:13px;line-height:1.4;word-wrap:break-word;overflow-wrap:break-word}._emailAddress_mxsz0_234{background:#e3f2fd;padding:8px 12px;border-radius:6px;font-family:Courier New,monospace;font-size:13px;color:#1565c0;word-wrap:break-word;overflow-wrap:break-word;border:1px solid #bbdefb}._assignmentFormSection_mxsz0_246 h4{color:#212529;margin-bottom:16px;font-size:18px;font-weight:600}._assignmentForm_mxsz0_246{display:flex;flex-direction:column;margin-bottom:15px;gap:16px}._replyContent_mxsz0_261{display:flex;flex-direction:column;gap:24px;max-width:100%;min-height:0;overflow-y:hidden}._topSection_mxsz0_271{background:#f8f9fa;border-radius:12px;padding:20px;box-shadow:0 2px 8px #0000001a;max-width:100%;overflow-x:hidden}._bottomSection_mxsz0_281{background:#fff;border-radius:12px;padding:20px;border:1px solid #e9ecef;box-shadow:0 2px 8px #0000001a;max-width:100%;overflow-x:hidden;overflow-y:hidden}._emailDetailsGrid_mxsz0_292{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;margin-bottom:20px;max-width:100%}._detailItemFull_mxsz0_300{grid-column:1/-1;display:flex;flex-direction:column;gap:8px;color:#495057;font-size:14px;word-wrap:break-word;overflow-wrap:break-word}._detailItemFull_mxsz0_300 strong{color:#212529;font-weight:600}._detailItem_mxsz0_210{display:flex;flex-direction:column;gap:4px;color:#495057;font-size:14px;word-wrap:break-word;overflow-wrap:break-word}._detailItem_mxsz0_210 strong{color:#212529;font-weight:600;min-width:auto}._replyForm_mxsz0_330{display:flex;flex-direction:column;gap:20px;max-width:100%}._formRow_mxsz0_337{display:grid;grid-template-columns:1fr 1fr;gap:16px;max-width:100%}._leftColumn_mxsz0_344,._rightColumn_mxsz0_344{display:flex;flex-direction:column}._richTextEditor_mxsz0_350{border:2px solid #dee2e6;border-radius:8px;overflow:hidden;background:#fff;scrollbar-width:none;-ms-overflow-style:none}._richTextEditor_mxsz0_350::-webkit-scrollbar{display:none}._richTextEditor_mxsz0_350:focus-within{border-color:#007bff;box-shadow:0 0 0 .2rem #007bff40}._editorToolbar_mxsz0_367{display:flex;align-items:center;padding:8px 12px;background:#f8f9fa;border-bottom:1px solid #dee2e6;gap:4px}._toolbarBtn_mxsz0_376{padding:8px 12px;border:1px solid #dee2e6;background:#fff;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;color:#495057;transition:all .2s ease;display:flex;align-items:center;justify-content:center;min-width:36px;height:36px;box-shadow:0 1px 3px #0000001a}._toolbarBtn_mxsz0_376:hover{background:#007bff;color:#fff;border-color:#007bff;transform:translateY(-1px);box-shadow:0 2px 6px #007bff4d}._toolbarBtn_mxsz0_376:active{background:#0056b3;border-color:#0056b3;transform:translateY(0);box-shadow:0 1px 3px #0003}._toolbarBtn_mxsz0_376._active_mxsz0_406{background:#007bff;color:#fff;border-color:#007bff}._divider_mxsz0_412{width:1px;height:20px;background:#dee2e6;margin:0 4px}._replyTextarea_mxsz0_419{width:100%;height:300px;padding:16px;border:2px solid #dee2e6;border-radius:8px;outline:none;resize:none;overflow:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;line-height:1.6;color:#212529;background:#fff;scrollbar-width:none;-ms-overflow-style:none}._replyTextarea_mxsz0_419::-webkit-scrollbar{display:none}._replyTextarea_mxsz0_419:focus{border-color:#007bff;box-shadow:0 0 0 .2rem #007bff40}._replyTextarea_mxsz0_419::placeholder{color:#6c757d;font-style:italic}@media (max-width: 768px){._agentAssignmentContent_mxsz0_176{display:flex;flex-direction:column;gap:16px;overflow-x:hidden}._replyContent_mxsz0_261{gap:16px;overflow-x:hidden}._emailDetailsGrid_mxsz0_292{grid-template-columns:1fr;gap:10px}._formRow_mxsz0_337{grid-template-columns:1fr;gap:12px}._topSection_mxsz0_271,._bottomSection_mxsz0_281{padding:16px;margin:0;overflow-x:hidden}._leftColumn_mxsz0_344,._rightColumn_mxsz0_344{width:100%;max-width:100%}._formActions_mxsz0_84,._replyActions_mxsz0_85{flex-direction:column;gap:12px}._formActions_mxsz0_84 button,._replyActions_mxsz0_85 button{width:100%;justify-content:center}._detailItem_mxsz0_210{flex-direction:column;gap:4px;word-wrap:break-word}._detailItem_mxsz0_210 strong{min-width:auto}._editorToolbar_mxsz0_367{padding:8px;flex-wrap:wrap;gap:4px}._toolbarBtn_mxsz0_376{min-width:28px;height:28px}._replyTextarea_mxsz0_419{min-height:250px;padding:16px;font-size:14px;width:100%;box-sizing:border-box}}@media (max-width: 480px){._replyTextarea_mxsz0_419{min-height:200px;padding:12px}._topSection_mxsz0_271,._bottomSection_mxsz0_281{padding:12px}._emailDetailsGrid_mxsz0_292,._formRow_mxsz0_337{gap:8px}}
