@charset "UTF-8";:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._sidebar_1pnod_2{width:240px;height:100vh;position:fixed;top:0;left:0;background:linear-gradient(180deg,#c8102e,#a50d26);color:#fff;display:flex;flex-direction:column;box-shadow:2px 0 10px #0000001a;transition:transform .3s ease;z-index:2000;transform:translate(0)}._overlay_1pnod_28{position:fixed;inset:0;background:#0006;opacity:0;visibility:hidden;transition:.3s;z-index:1500}._show_1pnod_38{opacity:1;visibility:visible}@media(max-width:768px){._main-content_1pnod_44{margin-left:0}}._logoContainer_1pnod_49{padding:24px 16px;text-align:center;border-bottom:1px solid rgba(255,255,255,.2)}._logoContainer_1pnod_49 img{width:260px;max-width:100%;object-fit:contain}._menu_1pnod_61{display:flex;flex-direction:column;padding:20px 10px;gap:6px}._menu_1pnod_61 a{padding:12px 16px;border-radius:8px;color:#fff;text-decoration:none;font-weight:500;font-size:14px;transition:all .2s ease}._menu_1pnod_61 a:not(._active_1pnod_76):hover{background:#ffffff26}._active_1pnod_76{background:#fff;color:#c8102e!important;font-weight:600}._mobileHidden_1pnod_19{transform:translate(-100%)}._open_1pnod_24{transform:translate(0)}._header_8hsj9_2{position:fixed;left:240px;width:calc(100% - 240px);height:64px;background:linear-gradient(180deg,#c8102e,#a50d26);color:#fff;box-sizing:border-box;display:flex;justify-content:space-between;align-items:center;padding:0 24px;box-shadow:0 2px 10px #0000001a;z-index:1000}._header_8hsj9_2 h3,._title_8hsj9_22{font-size:16px;font-weight:600}@media(max-width:768px){._title_8hsj9_22{font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._title_8hsj9_22:after{content:"HỆ THỐNG QL TIẾP XÚC DN"}._title_8hsj9_22{color:transparent;position:relative}._title_8hsj9_22:after{color:#fff;position:absolute;left:0;top:0}}._userSection_8hsj9_55{position:relative;flex-shrink:0}._userInfo_8hsj9_60{display:flex;align-items:center;justify-content:center;gap:12px;cursor:pointer;padding:6px 10px;border-radius:8px;transition:all .2s}._userInfo_8hsj9_60:hover{background:#ffffff26}._avatarHeader_8hsj9_74{width:38px;height:38px;border-radius:50%;background:#fff;color:#c8102e;display:flex;justify-content:center;align-items:center;font-weight:700}._userText_8hsj9_86{display:flex;flex-direction:column}._name_8hsj9_91{font-weight:600;font-size:14px}._role_8hsj9_96{font-size:12px;color:#ffd6dc;background:#fff3;padding:2px 6px;border-radius:4px}._dropdownIcon_8hsj9_104{font-size:12px;transition:transform .25s}._rotate_8hsj9_109{transform:rotate(180deg)}._dropdownMenu_8hsj9_113{position:absolute;right:0;top:56px;width:200px;background:#fff;color:#333;border-radius:10px;box-shadow:0 12px 30px #00000026;overflow:hidden;animation:_dropdownFade_8hsj9_1 .2s ease}._dropdownItem_8hsj9_126{padding:12px 16px;font-size:14px;color:#333;display:flex;align-items:center;gap:8px;cursor:pointer}._dropdownItem_8hsj9_126:hover{background:#f6f6f6}._logout_8hsj9_139{color:#c8102e;font-weight:500}@keyframes _dropdownFade_8hsj9_1{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){._header_8hsj9_2{left:0;width:100%;height:56px;padding:0 12px;display:flex;align-items:center;justify-content:space-between;box-sizing:border-box}}@media(max-width:768px){._userInfo_8hsj9_60{padding:4px}._avatarHeader_8hsj9_74{width:32px;height:32px}}@media(max-width:768px){._dropdownMenu_8hsj9_113{top:52px;right:0;width:180px;z-index:3000}}@media(max-width:768px){._userText_8hsj9_86,._dropdownIcon_8hsj9_104{display:none}}@media(max-width:768px){._dropdownMenu_8hsj9_113{top:52px;width:180px;right:0;border-radius:8px}._dropdownItem_8hsj9_126{padding:14px 16px;font-size:14px}}._leftSection_8hsj9_203{display:flex;align-items:center;gap:12px}@media(max-width:768px){._leftSection_8hsj9_203{flex:1;min-width:0;overflow:hidden;display:flex;align-items:center;gap:10px}}._menuBtn_8hsj9_219{display:none;background:transparent;border:none;color:#fff;font-size:22px;cursor:pointer}@media(max-width:768px){._menuBtn_8hsj9_219{display:block}}body{margin:0}._mainLayout_1nepf_6{display:flex;min-height:100vh}._mainContent_1nepf_12{margin-left:240px;width:calc(100% - 240px);display:flex;flex-direction:column;min-height:100vh;transition:all .3s ease}._fullWidth_1nepf_21{margin-left:0;width:100%}._pageContent_1nepf_27{padding:16px;background:#f7f7f7;flex:1;margin-top:64px;overflow-y:auto}._mobilePage_1nepf_36{margin-top:56px;padding:12px}.login-page{height:100vh;width:100%;background:linear-gradient(#00000059,#00000059),url(/assets/ViettelBuilding-Cx-a1Jr3.jpg);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);box-shadow:0 20px 40px #0003;background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;justify-content:center;align-items:center;overflow:hidden}.login-card{width:380px;background:#fff;border-radius:12px;padding:40px 35px;box-shadow:0 10px 30px #0003;text-align:center}.login-logo img{width:150px}.login-card h2{margin-bottom:5px;color:#c8102e}.login-subtitle{font-size:14px;color:#888;margin-bottom:25px}.form-group{margin-bottom:18px}.form-group input{width:90%;padding:12px 14px;border-radius:6px;border:1px solid #ddd;font-size:14px;transition:all .25s}.form-group input:focus{border-color:#c8102e;outline:none;box-shadow:0 0 0 2px #c8102e1a}.login-btn{width:100%;padding:12px;background:#c8102e;color:#fff;border:none;border-radius:6px;font-weight:600;font-size:15px;cursor:pointer;transition:.2s}.login-btn:hover{background:#a50e25}.Toastify__toast{font-size:14px;border-radius:8px}.Toastify__close-button{align-self:center;font-size:18px}.Toastify__toast--success{background:#16a34a}.Toastify__toast--error{background:#dc2626}._dashboardContainer_3vgsj_1{padding:28px 32px;background:#f1f5f9;min-height:100vh}._loadingScreen_3vgsj_7{height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;color:#475569;font-size:14px;font-weight:500;letter-spacing:.02em}._loadingSpinner_3vgsj_20{width:32px;height:32px;border:3px solid #e8ecf0;border-top-color:#c8102e;border-radius:50%;animation:_spin_3vgsj_1 .8s linear infinite}@keyframes _spin_3vgsj_1{to{transform:rotate(360deg)}}._dashboardHeader_3vgsj_34{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:24px}._title_3vgsj_41{font-size:22px;font-weight:700;color:#0f172a;margin:0 0 4px;letter-spacing:-.3px}._subtitle_3vgsj_49{font-size:13px;color:#94a3b8;margin:0;letter-spacing:.01em}._filterGroup_3vgsj_56{display:flex;gap:10px}._selectWrapper_3vgsj_61{position:relative}._selectWrapper_3vgsj_61:after{content:"";position:absolute;right:12px;top:50%;transform:translateY(-50%);width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid #475569;pointer-events:none}._filterSelect_3vgsj_78{appearance:none;background:#fff;border:1px solid #e8ecf0;border-radius:8px;padding:8px 32px 8px 12px;font-size:13px;font-weight:500;color:#0f172a;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease}._filterSelect_3vgsj_78:hover{border-color:#cfd8e0}._filterSelect_3vgsj_78:focus{outline:none;border-color:#c8102e;box-shadow:0 0 0 3px #c8102e1a}._kpiRow_3vgsj_99{display:grid;grid-template-columns:280px repeat(4,1fr);gap:16px;margin-bottom:20px}@media(max-width:1280px){._kpiRow_3vgsj_99{grid-template-columns:1fr 1fr}._kpiRow_3vgsj_99 ._interactionCard_3vgsj_109{grid-column:span 2}}._interactionCard_3vgsj_109{background:linear-gradient(140deg,#c8102e,#9b0c24);border-radius:20px;padding:24px;display:flex;justify-content:space-between;align-items:center;color:#fff;box-shadow:0 4px 20px #c8102e4d;position:relative;overflow:hidden}._interactionCard_3vgsj_109:before{content:"";position:absolute;top:-24px;right:-24px;width:120px;height:120px;border-radius:50%;background:#ffffff0f}._interactionMeta_3vgsj_137{display:flex;flex-direction:column;gap:4px;z-index:1}._cardLabel_3vgsj_144{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;opacity:.75}._interactionValue_3vgsj_152{font-size:48px;font-weight:800;line-height:1;margin:6px 0;letter-spacing:-1px}._interactionSub_3vgsj_160{font-size:12px;opacity:.7;font-weight:400}._interactionSub_3vgsj_160 strong{font-weight:600;opacity:1}._pieWrap_3vgsj_170{position:relative;display:flex;align-items:center;justify-content:center;z-index:1}._pct_3vgsj_178{position:absolute;font-size:14px;font-weight:700;color:#fff;pointer-events:none}._miniCard_3vgsj_186{background:#fff;border:1px solid #e8ecf0;border-radius:14px;padding:20px;box-shadow:0 1px 3px #0000000f,0 1px 2px #0000000a;display:flex;flex-direction:column;gap:4px;transition:box-shadow .2s ease,transform .2s ease}._miniCard_3vgsj_186:hover{box-shadow:0 4px 12px #00000014;transform:translateY(-1px)}._miniCard_3vgsj_186 label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.07em;color:#94a3b8;cursor:default}._miniCardAccent_3vgsj_210{background:#fef2f2;border-color:#fecaca}._miniIcon_3vgsj_215{color:#c8102e;margin-bottom:6px;flex-shrink:0}._miniVal_3vgsj_221{font-size:28px;font-weight:700;color:#0f172a;letter-spacing:-.5px;line-height:1;margin-top:4px}._accentVal_3vgsj_230{color:#c8102e}._deltaBadge_3vgsj_234{display:inline-flex;align-items:center;gap:3px;font-size:11px;font-weight:600;border-radius:100px;padding:3px 8px 3px 6px;margin-top:6px;width:fit-content;letter-spacing:.01em;line-height:1;white-space:nowrap}._deltaBadge_3vgsj_234 svg{flex-shrink:0}._deltaUp_3vgsj_252{background:#f0fdf4;color:#16a34a;border:1px solid #bbf7d0}._deltaDown_3vgsj_258{background:#fef2f2;color:#c8102e;border:1px solid #fecaca}._deltaFlat_3vgsj_264{background:#f8fafc;color:#94a3b8;border:1px solid #e8ecf0}._deltaUpInvert_3vgsj_270{background:#ffffff2e;color:#fff;border:1px solid rgba(255,255,255,.3)}._deltaDownInvert_3vgsj_276{background:#00000026;color:#ffffffd9;border:1px solid rgba(255,255,255,.15)}._deltaSuffix_3vgsj_282{font-weight:400;opacity:.75}._trendBox_3vgsj_287{background:#fff;border:1px solid #e8ecf0;border-radius:20px;padding:24px;box-shadow:0 1px 3px #0000000f,0 1px 2px #0000000a;margin-bottom:20px}._trendHeader_3vgsj_296{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}._trendHeader_3vgsj_296 ._sectionTitle_3vgsj_302{margin-bottom:0}._trendLegend_3vgsj_306{display:flex;align-items:center;gap:8px;font-size:12px;color:#94a3b8;flex-shrink:0}._legendLine_3vgsj_315{display:inline-block;width:22px;height:2.5px;border-radius:2px;flex-shrink:0}._trendStats_3vgsj_323{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:20px}@media(max-width:768px){._trendStats_3vgsj_323{grid-template-columns:1fr 1fr}}._trendStat_3vgsj_323{background:#f1f5f9;border:1px solid #e8ecf0;border-radius:8px;padding:14px 16px;display:flex;flex-direction:column;gap:4px}._trendStatLabel_3vgsj_345{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.07em;color:#94a3b8}._trendStatVal_3vgsj_353{font-size:26px;font-weight:700;color:#0f172a;letter-spacing:-.5px;line-height:1}._trendStatGreen_3vgsj_361{color:#16a34a}._trendDelta_3vgsj_365{display:inline-flex;align-items:center;gap:3px;font-size:11px;font-weight:600;border-radius:100px;padding:3px 8px;width:fit-content;white-space:nowrap;margin-top:2px}._trendDeltaUp_3vgsj_378{background:#f0fdf4;color:#16a34a;border:1px solid #bbf7d0}._trendDeltaDown_3vgsj_384{background:#fef2f2;color:#c8102e;border:1px solid #fecaca}._trendTooltip_3vgsj_390{background:#0f172a;color:#fff;padding:10px 14px;border-radius:8px;font-size:12px;display:flex;flex-direction:column;gap:4px;box-shadow:0 4px 12px #0003;pointer-events:none;min-width:160px}._trendTooltipDay_3vgsj_404{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;opacity:.6;margin-bottom:2px}._trendTooltipRow_3vgsj_413{display:flex;justify-content:space-between;gap:16px;align-items:center;font-size:12px;font-weight:400}._trendTooltipRow_3vgsj_413 strong{font-weight:600}._trendTooltipDiff_3vgsj_425{border-top:1px solid rgba(255,255,255,.15);padding-top:4px;margin-top:2px;font-weight:500}._bottomGrid_3vgsj_432{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}@media(max-width:1024px){._bottomGrid_3vgsj_432{grid-template-columns:1fr}}._chartBox_3vgsj_443,._listBox_3vgsj_444{background:#fff;border:1px solid #e8ecf0;border-radius:20px;padding:24px;box-shadow:0 1px 3px #0000000f,0 1px 2px #0000000a}._sectionTitle_3vgsj_302{font-size:14px;font-weight:600;color:#0f172a;margin:0 0 20px;display:flex;align-items:center;gap:8px;letter-spacing:-.1px}._sectionTitle_3vgsj_302 svg{color:#94a3b8;flex-shrink:0}._barTooltip_3vgsj_467{background:#0f172a;color:#fff;padding:8px 12px;border-radius:8px;font-size:12px;display:flex;flex-direction:column;gap:2px;box-shadow:0 4px 12px #0003;pointer-events:none}._barTooltipName_3vgsj_480{font-weight:600;font-size:11px;opacity:.75;text-transform:uppercase;letter-spacing:.05em}._barTooltipVal_3vgsj_488{font-size:13px;font-weight:500}._barTooltipSub_3vgsj_493{font-size:11px;font-weight:400;opacity:.8}._regionSummary_3vgsj_499{display:flex;flex-direction:column;gap:6px;margin-bottom:14px;padding:12px 14px;background:#f1f5f9;border-radius:8px;border:1px solid #e8ecf0}._regionRow_3vgsj_510{display:flex;align-items:center;gap:8px;font-size:12px}._regionDot_3vgsj_517{width:10px;height:10px;border-radius:50%;flex-shrink:0}._regionName_3vgsj_524{font-weight:600;color:#0f172a;min-width:44px}._regionContacted_3vgsj_530{color:#94a3b8;font-size:11px;flex:1}._regionPct_3vgsj_536{font-size:11px;font-weight:700;color:#475569;background:#fff;border:1px solid #e8ecf0;border-radius:4px;padding:1px 6px}._scrollList_3vgsj_546{max-height:240px;overflow-y:auto;margin:0 -4px;padding:0 4px}._scrollList_3vgsj_546::-webkit-scrollbar{width:3px}._scrollList_3vgsj_546::-webkit-scrollbar-track{background:transparent}._scrollList_3vgsj_546::-webkit-scrollbar-thumb{background:#dde3ea;border-radius:10px}._appItem_3vgsj_563{display:flex;align-items:flex-start;gap:14px;padding:12px 0;border-bottom:1px solid #e8ecf0;transition:background .15s ease}._appItem_3vgsj_563:last-child{border-bottom:none;padding-bottom:0}._appItem_3vgsj_563:first-child{padding-top:0}._appItem_3vgsj_563:hover ._appInfo_3vgsj_578 strong{color:#c8102e}._appDateBadge_3vgsj_582{display:flex;flex-direction:column;align-items:center;min-width:52px;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:6px 8px;gap:1px;flex-shrink:0}._appTime_3vgsj_595{font-size:13px;font-weight:700;color:#c8102e;line-height:1}._appDate_3vgsj_582{font-size:10px;font-weight:500;color:#c8102e;opacity:.7;line-height:1}._appDow_3vgsj_610{font-size:10px;font-weight:600;color:#c8102e;opacity:.65;line-height:1}._appInfo_3vgsj_578{flex:1;min-width:0}._appInfo_3vgsj_578 strong{display:block;font-size:13px;font-weight:600;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:color .15s ease}._appInfo_3vgsj_578 p{font-size:12px;color:#94a3b8;margin:3px 0 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._emptyNote_3vgsj_641{font-size:13px;color:#94a3b8;text-align:center;padding:32px 0;margin:0}._warningBox_3vgsj_649{border-color:#fecaca;background:snow}._warnIcon_3vgsj_654{color:#c8102e!important}._warnSummary_3vgsj_658{font-size:12px;color:#475569;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:9px 12px;margin-bottom:14px;line-height:1.6}._warnSummary_3vgsj_658 strong{color:#c8102e;font-weight:700}._warningItem_3vgsj_673{display:flex;align-items:center;padding:11px 0;border-bottom:1px solid rgb(254.3777777778,222.0222222222,222.0222222222);gap:12px}._warningItem_3vgsj_673:last-child{border-bottom:none;padding-bottom:0}._warningItem_3vgsj_673:first-child{padding-top:0}._warnBadge_3vgsj_688{font-size:10px;font-weight:700;color:#c8102e;background:#fef2f2;border:1px solid #fecaca;border-radius:4px;padding:3px 7px;white-space:nowrap;flex-shrink:0;letter-spacing:.03em}._entMain_3vgsj_701{flex:1;min-width:0}._entMain_3vgsj_701 strong{display:block;font-size:13px;font-weight:600;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._entMain_3vgsj_701 span{font-size:11px;color:#94a3b8;display:block;margin-top:2px}._entPhone_3vgsj_721{display:flex;align-items:center;gap:5px;font-size:12px;font-weight:600;color:#c8102e;text-decoration:none;white-space:nowrap;padding:4px 8px;border-radius:8px;border:1px solid #fecaca;background:#fef2f2;transition:background .15s ease;flex-shrink:0}._entPhone_3vgsj_721:hover{background:#fde9e9}._entConsultant_3vgsj_741{font-size:11px;color:#94a3b8;white-space:nowrap;flex-shrink:0}.employees-page{background:#f9fafb;min-height:100vh;font-family:Inter,system-ui,sans-serif;box-sizing:border-box}.modal,.modal-box,.modal-box *{box-sizing:border-box}.modal-box{background:#fff;width:min(600px,100vw - 24px);max-width:100%;max-height:92vh;border-radius:16px;padding:28px;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;animation:modalShow .3s cubic-bezier(.16,1,.3,1);max-height:90vh;overflow-y:auto}.form-group{display:flex;flex-direction:column;width:100%}.form-group input,.form-group select{width:100%;padding:12px 16px;border-radius:8px;border:1px solid #d1d5db;font-size:14px;color:#111827;background-color:#fff;transition:all .2s ease;font-family:inherit}.checkbox-group{display:flex;align-items:center;gap:8px;margin-top:4px}.checkbox-group input[type=checkbox]{width:16px;height:16px;cursor:pointer;accent-color:#EE0033}.checkbox-group label{margin:0;cursor:pointer;font-size:14px;font-weight:600;color:#111827;-webkit-user-select:none;user-select:none}.password-section{background:#f8fafc;border:1px dashed #cbd5e1;padding:16px;border-radius:8px;display:flex;flex-direction:column;gap:16px;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.error-text{color:#ef4444;font-size:13px;margin-top:6px;font-weight:500;display:flex;align-items:center}.multi-select{border:1px solid #d1d5db;border-radius:8px;padding:8px;background:#fff}.selected-list{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:6px}.tag{background:#e0f2fe;color:#0369a1;padding:4px 8px;border-radius:999px;font-size:13px;display:flex;align-items:center;gap:6px}.tag .remove{cursor:pointer;font-weight:700}.tag .remove:hover{color:red}.select-box{width:100%;border:none;outline:none;font-size:14px;padding:4px;background:transparent}.dropdown-menu{position:absolute;z-index:10000}.multi-select{position:relative;z-index:1}@media(max-width:768px){.modal-box{padding:18px}.form-row{flex-direction:column}}.employee-table{width:100%;border-collapse:collapse;font-size:14px}.employee-table th,.employee-table td{padding:16px 20px;border-bottom:1px solid #e5e7eb;vertical-align:middle;text-align:center}.employee-table .text-left{text-align:left!important;padding-left:24px}.employee-table .text-left.sortable{display:table-cell}.employee-table th.sortable{cursor:pointer;-webkit-user-select:none;user-select:none;transition:background .2s}.employee-table th.sortable:hover{background-color:#f1f5f9;color:#e03}.employee-table th.sortable .sort-arrow{color:#cbd5e1;margin-left:4px;font-size:12px}.employee-table th{background-color:#f9fafb;color:#6b7280;font-weight:600;text-transform:uppercase;font-size:12px;letter-spacing:.05em}.employee-table tbody tr{transition:background-color .2s ease}.employee-table tbody tr:hover{background-color:#f9fafb}.employee-table tbody tr:last-child td{border-bottom:none}.employee-table .font-medium{font-weight:500;color:#111827}.employee-table td{color:#374151}.role-badge,.status-badge{display:inline-flex;align-items:center;justify-content:center;padding:6px 12px;border-radius:9999px;font-size:12px;font-weight:600;min-width:100px}.role-badge.admin{background:#f3e8ff;color:#7e22ce}.role-badge.consultant{background:#dcfce7;color:#15803d}.role-badge.staff{background:#e0f2fe;color:#0369a1}.employee-name-wrapper{display:flex;flex-direction:column}.employee-inactive-text{font-size:12px;color:red;margin-top:2px}.cluster-name{font-weight:600}.commune-item{font-size:13px;color:#374151}.view-modal-overlay,.view-modal-overlay *{box-sizing:border-box}.view-modal-overlay{position:fixed;inset:0;background:#0f172a66;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;justify-content:center;align-items:center;z-index:1100;font-family:Inter,system-ui,sans-serif}.view-modal-box{background:#fff;width:520px;max-width:95vw;max-height:90vh;border-radius:16px;box-shadow:0 25px 50px -12px #00000040;animation:slideUpFade .3s cubic-bezier(.16,1,.3,1);overflow:hidden;display:flex;flex-direction:column}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:24px 32px 16px;border-bottom:1px solid #e2e8f0}.modal-header h3{margin:0;font-size:20px;font-weight:700;color:#0f172a;letter-spacing:-.02em}.modal-header .close-icon-btn{background:transparent;border:none;color:#94a3b8;cursor:pointer;padding:4px;border-radius:6px;transition:all .2s;display:flex;align-items:center;justify-content:center}.modal-header .close-icon-btn svg{width:20px;height:20px}.modal-header .close-icon-btn:hover{background:#f1f5f9;color:#e03}.view-content{padding:24px 32px;display:flex;flex-direction:column;gap:20px;overflow-y:auto;flex:1}.info-card{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;padding:20px 20px 12px}.info-card .card-title{margin:0 0 16px;font-size:12px;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.05em}.info-grid{display:flex;gap:16px}.info-grid .half{flex:1;padding:16px 20px}.info-row{display:grid;grid-template-columns:160px 1fr;align-items:center;padding:10px 0;border-bottom:1px dashed #cbd5e1}.info-row.no-border{border-bottom:none}.info-row .info-label{color:#64748b;font-weight:500;font-size:14px}.info-row .info-value{color:#0f172a;font-weight:500;font-size:14px;text-align:right;word-break:break-word}.info-block{margin-bottom:12px}.info-block:last-child{margin-bottom:0}.info-block .info-label{display:block;color:#64748b;font-size:13px;margin-bottom:4px}.info-block .info-value{display:block;color:#0f172a;font-weight:600;font-size:15px}.info-block .status-text{font-weight:700;font-size:14px}.info-block .status-text.active{color:#15803d}.info-block .status-text.inactive{color:#b91c1c}.modal-footer{padding:16px 32px 24px;background:#fff}.modal-footer .btn-close-full{width:100%;padding:12px;background-color:#f1f5f9;color:#0f172a;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}.modal-footer .btn-close-full:hover{background-color:#e2e8f0}@keyframes slideUpFade{0%{opacity:0;transform:translateY(20px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.avatar-section{display:flex;align-items:center;gap:16px}.avatar-circle{width:56px;height:56px;border-radius:50%;background:#f1f5f9;color:#e03;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:20px}.avatar-info{display:flex;flex-direction:column;gap:4px}.avatar-name{font-size:16px;font-weight:600;color:#0f172a}.avatar-role{font-size:14px;color:#64748b}.status-badge{display:inline-block;margin-top:4px;padding:4px 10px;border-radius:999px;font-size:12px;font-weight:600}.modal-header{padding:20px 24px 12px}.view-content{padding:20px 24px}.commune-tags{display:flex;flex-wrap:nowrap;gap:6px}.tag{background:#e0f2fe;color:#0369a1;padding:4px 8px;border-radius:999px;font-size:13px}.profile-page{padding:40px;display:flex;justify-content:center}@media(max-width:768px){.profile-page{padding:12px}}.profile-card{width:700px;max-width:100%;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 10px 25px #00000014}@media(max-width:768px){.profile-card{border-radius:12px}}.profile-header{background:#e03;padding:30px;color:#fff;display:flex;align-items:center;gap:20px}.profile-header h2{margin:0;font-size:22px}.profile-header .role{font-size:14px;opacity:.9}@media(max-width:768px){.profile-header{padding:20px;gap:12px}.profile-header h2{font-size:16px}.profile-header .role{font-size:12px}.avatar{width:44px;height:44px;font-size:18px}}.avatar{width:60px;height:60px;background:#fff;color:#e03;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:24px}.profile-body{padding:30px}.info-item{display:flex;justify-content:space-between;padding:14px 0;border-bottom:1px solid #eee}.info-item label{color:#6b7280}@media(max-width:768px){.info-item{flex-direction:column;align-items:flex-start;gap:4px;padding:12px 0}.info-item label{font-size:12px;color:#9ca3af}.info-item span{font-size:14px;font-weight:500;color:#111}}.edit-btn{margin-top:20px;background:#e03;color:#fff;border:none;padding:12px 20px;border-radius:8px;cursor:pointer;font-weight:600}@media(max-width:768px){.edit-btn{width:100%;padding:14px;font-size:15px}}@media(max-width:768px){.profile-body{padding:18px}}.modal{position:fixed;inset:0;background:#11182766;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;justify-content:center;align-items:center;z-index:1000}@media(max-width:768px){.modal{align-items:flex-end}}.modal-box{background:#fff;width:500px;max-width:95vw;border-radius:16px;padding:32px;box-shadow:0 20px 25px #0000001a}.modal-box h3{margin-bottom:24px;font-size:22px}@media(max-width:768px){.modal-box{width:100%;max-width:100%;border-radius:16px 16px 0 0;padding:20px 16px;max-height:90vh;overflow-y:auto}.modal-box h3{font-size:16px;margin-bottom:16px;text-align:center}}.form-content{display:flex;flex-direction:column;gap:20px}@media(max-width:768px){.form-content{gap:14px}}.form-group{display:flex;flex-direction:column;width:95%!important}.form-group label{font-weight:600;margin-bottom:8px}.form-group input{padding:12px;border-radius:8px;border:1px solid #d1d5db}.form-group .input-error{border-color:#ef4444}@media(max-width:768px){.form-group{width:100%!important}.form-group input,.form-group select{width:100%;padding:14px;font-size:15px}.input-profile{width:100%!important}}@media(max-width:768px){.form-group label{font-size:13px}.error-text{font-size:12px}}.input-profile{width:90%!important}.error-text{font-size:13px;color:#ef4444;margin-top:5px}.form-row{display:flex;gap:16px}@media(max-width:768px){.form-row{flex-direction:column;gap:12px}}.modal-actions{margin-top:30px;display:flex;justify-content:flex-end;gap:12px}.modal-actions button{padding:10px 20px;border-radius:8px;border:none;cursor:pointer}.modal-actions .cancel-btn{background:#f3f4f6}@media(max-width:768px){.modal-actions{flex-direction:column;gap:10px}.modal-actions button{width:100%;padding:14px;font-size:15px}}@media(max-width:768px){.modal-box{animation:slideUp .25s ease}@keyframes slideUp{0%{transform:translateY(40px);opacity:0}to{transform:translateY(0);opacity:1}}}.services-page{background:#f9fafb;min-height:100vh;font-family:Inter,system-ui,sans-serif;box-sizing:border-box}.header{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;margin-bottom:25px;border:none!important}.header h2{font-size:24px;font-weight:700;color:#111827;margin:0;white-space:nowrap;border:none!important}.search-box .icon-search{position:absolute;left:14px;color:#9ca3af;width:18px;height:18px;pointer-events:none;transition:color .2s ease}.search-box input{height:100%;width:250px;padding:0 40px;background-color:#fff;border:1px solid #d1d5db;border-radius:8px;font-size:14px;color:#111827;outline:none;transition:all .2s ease;font-family:inherit;box-sizing:border-box}.search-box input::placeholder{color:#9ca3af}.search-box:focus-within .icon-search{color:#e03}.search-box .icon-clear{position:absolute;right:14px;width:16px;height:16px;color:#9ca3af;cursor:pointer;transition:color .2s ease}.search-box .icon-clear:hover{color:#e03}.custom-dropdown{position:relative;height:42px;min-width:170px;-webkit-user-select:none;user-select:none}.custom-dropdown .dropdown-trigger{display:flex;align-items:center;justify-content:space-between;height:100%;padding:0 14px 0 16px;background-color:#fff;border:1px solid #d1d5db;border-radius:8px;font-size:14px;font-weight:500;color:#111827;cursor:pointer;transition:all .2s ease;box-sizing:border-box}.custom-dropdown .dropdown-trigger:hover{border-color:#9ca3af}.custom-dropdown .dropdown-trigger .icon-chevron{width:18px;height:18px;color:#9ca3af;transition:transform .3s ease,color .2s ease}.custom-dropdown .dropdown-menu{position:absolute;top:calc(100% + 6px);left:0;right:0;background:#fff;border-radius:8px;box-shadow:0 10px 25px -5px #0000001a,0 8px 10px -6px #0000001a;border:1px solid #e5e7eb;z-index:100;padding:6px;animation:dropdownFadeIn .2s cubic-bezier(.16,1,.3,1) forwards}.custom-dropdown .dropdown-item{padding:10px 12px;font-size:14px;color:#4b5563;border-radius:6px;cursor:pointer;transition:all .15s ease}.custom-dropdown .dropdown-item:hover{background-color:#f3f4f6;color:#111827}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.add-btn{height:42px;background:linear-gradient(135deg,#e03,#c8002b);color:#fff;border:none;padding:0 22px;border-radius:8px;font-weight:600;font-size:14px;cursor:pointer;display:flex;align-items:center;justify-content:center;margin:0;box-sizing:border-box;line-height:1;gap:8px;box-shadow:0 2px 6px #ee00331a;transition:all .25s ease;width:max-content!important;flex:0 0 auto!important;white-space:nowrap}.add-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ee003326}.add-btn:active{transform:translateY(0)}.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container:not(.ql-disabled) li[data-list=checked]>.ql-ui,.ql-container:not(.ql-disabled) li[data-list=unchecked]>.ql-ui{cursor:pointer}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor>*{cursor:text}.ql-editor p,.ql-editor ol,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{margin:0;padding:0}@supports (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-set:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor table{border-collapse:collapse}.ql-editor td{border:1px solid #000;padding:2px 5px}.ql-editor ol{padding-left:1.5em}.ql-editor li{list-style-type:none;padding-left:1.5em;position:relative}.ql-editor li>.ql-ui:before{display:inline-block;margin-left:-1.5em;margin-right:.3em;text-align:right;white-space:nowrap;width:1.2em}.ql-editor li[data-list=checked]>.ql-ui,.ql-editor li[data-list=unchecked]>.ql-ui{color:#777}.ql-editor li[data-list=bullet]>.ql-ui:before{content:"•"}.ql-editor li[data-list=checked]>.ql-ui:before{content:"☑"}.ql-editor li[data-list=unchecked]>.ql-ui:before{content:"☐"}@supports (counter-set:none){.ql-editor li[data-list]{counter-set:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list]{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered]{counter-increment:list-0}.ql-editor li[data-list=ordered]>.ql-ui:before{content:counter(list-0,decimal) ". "}.ql-editor li[data-list=ordered].ql-indent-1{counter-increment:list-1}.ql-editor li[data-list=ordered].ql-indent-1>.ql-ui:before{content:counter(list-1,lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-set:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-2{counter-increment:list-2}.ql-editor li[data-list=ordered].ql-indent-2>.ql-ui:before{content:counter(list-2,lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-set:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-3{counter-increment:list-3}.ql-editor li[data-list=ordered].ql-indent-3>.ql-ui:before{content:counter(list-3,decimal) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-set:list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-4{counter-increment:list-4}.ql-editor li[data-list=ordered].ql-indent-4>.ql-ui:before{content:counter(list-4,lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-set:list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-5{counter-increment:list-5}.ql-editor li[data-list=ordered].ql-indent-5>.ql-ui:before{content:counter(list-5,lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-set:list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-6{counter-increment:list-6}.ql-editor li[data-list=ordered].ql-indent-6>.ql-ui:before{content:counter(list-6,decimal) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-set:list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-reset:list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-7{counter-increment:list-7}.ql-editor li[data-list=ordered].ql-indent-7>.ql-ui:before{content:counter(list-7,lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-set:list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-reset:list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-8{counter-increment:list-8}.ql-editor li[data-list=ordered].ql-indent-8>.ql-ui:before{content:counter(list-8,lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-set:list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-reset:list-9}}.ql-editor li[data-list=ordered].ql-indent-9{counter-increment:list-9}.ql-editor li[data-list=ordered].ql-indent-9>.ql-ui:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor li.ql-direction-rtl{padding-right:1.5em}.ql-editor li.ql-direction-rtl>.ql-ui:before{margin-left:.3em;margin-right:-1.5em;text-align:left}.ql-editor table{table-layout:fixed;width:100%}.ql-editor table td{outline:none}.ql-editor .ql-code-block-container{font-family:monospace}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor .ql-ui{position:absolute}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow.ql-toolbar:after,.ql-snow .ql-toolbar:after{clear:both;content:"";display:table}.ql-snow.ql-toolbar button,.ql-snow .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow.ql-toolbar button svg,.ql-snow .ql-toolbar button svg{float:left;height:100%}.ql-snow.ql-toolbar button:active:hover,.ql-snow .ql-toolbar button:active:hover{outline:none}.ql-snow.ql-toolbar input.ql-image[type=file],.ql-snow .ql-toolbar input.ql-image[type=file]{display:none}.ql-snow.ql-toolbar button:hover,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar button:focus,.ql-snow .ql-toolbar button:focus,.ql-snow.ql-toolbar button.ql-active,.ql-snow .ql-toolbar button.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item.ql-selected{color:#06c}.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#06c}.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{stroke:#06c}@media(pointer:coarse){.ql-snow.ql-toolbar button:hover:not(.ql-active),.ql-snow .ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-thin,.ql-snow .ql-stroke.ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor .ql-code-block-container{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor .ql-code-block-container{margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor .ql-code-block-container{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-label:before,.ql-snow .ql-picker.ql-header .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-label:before,.ql-snow .ql-picker.ql-font .ql-picker-item:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-label:before,.ql-snow .ql-picker.ql-size .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-code-block-container{position:relative}.ql-code-block-container .ql-ui{right:5px;top:5px}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid transparent}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;box-shadow:#0003 0 2px 8px}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{display:none;border:1px solid #ccc;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}.table-container{background:#fff;border-radius:12px;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008;border:1px solid #e5e7eb;overflow-x:auto;font-family:Inter,system-ui,-apple-system,sans-serif;margin-top:20px}.service-table{width:100%;border-collapse:collapse;font-size:14px}.service-table th,.service-table td{padding:16px 20px;border-bottom:1px solid #e5e7eb;vertical-align:middle;text-align:left}.service-table th.text-center,.service-table td.text-center{text-align:center}.service-table th.sortable{cursor:pointer;-webkit-user-select:none;user-select:none;transition:background .2s}.service-table th.sortable:hover{background-color:#f1f5f9;color:#e03}.service-table th.sortable .sort-arrow{color:#cbd5e1;margin-left:4px;font-size:12px}.service-table th{background-color:#f9fafb;color:#6b7280;font-weight:600;text-transform:uppercase;font-size:12px;letter-spacing:.05em}.service-table tbody tr{transition:background-color .2s ease}.service-table tbody tr:hover{background-color:#f9fafb}.service-table tbody tr:last-child td{border-bottom:none}.service-table .font-medium{font-weight:500;color:#111827}.service-table .font-bold{font-weight:600}.service-table .highlight-code{color:#e03}.service-table td{color:#374151}.category-badge{display:inline-flex;padding:4px 10px;border-radius:6px;font-size:13px;font-weight:500;background:#f3f4f6;color:#4b5563;border:1px solid #e5e7eb}.status-badge{display:inline-flex;align-items:center;justify-content:center;padding:6px 12px;border-radius:9999px;font-size:12px;font-weight:600;min-width:120px}.status-badge.active{background:#dcfce7;color:#15803d}.status-badge.inactive{background:#fee2e2;color:#b91c1c}.action-btns{display:inline-flex;justify-content:center;align-items:center;gap:8px;vertical-align:middle}.action-btns button{border:none;width:34px;height:34px;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;padding:0;margin:0}.action-btns .edit-btn:hover{background:#c7d2fe;transform:translateY(-1px)}.action-btns .delete-btn:hover{background:#fecaca;transform:translateY(-1px)}.pagination{display:flex;justify-content:flex-end;align-items:center;padding:16px 20px;gap:12px;border-top:1px solid #e5e7eb;background-color:#fff;border-bottom-left-radius:12px;border-bottom-right-radius:12px}.pagination .page-btn{height:36px;padding:0 16px;background-color:#fff;border:1px solid #d1d5db;border-radius:8px;font-size:13px;font-weight:500;color:#374151;cursor:pointer;width:auto!important;min-width:max-content;flex:0 0 auto!important;margin:0;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.pagination .page-btn:hover:not(:disabled){background-color:#f9fafb;border-color:#9ca3af;color:#111827}.pagination .page-numbers .page-num{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:8px;border:1px solid transparent;background:transparent;font-size:13px;font-weight:500;color:#4b5563;cursor:pointer;transition:all .2s;padding:0;margin:0}.pagination .page-numbers .page-num:hover:not(.active){background-color:#f3f4f6}.pagination .page-numbers .page-num.active{background-color:#e03;color:#fff;font-weight:600;box-shadow:0 2px 6px #ee003340}.delete-modal-backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.delete-modal-box{background-color:#fff;border-radius:12px;padding:32px 24px;width:90%;max-width:380px;text-align:center;box-shadow:0 10px 25px #0000001a;animation:modalFadeIn .3s ease-out}@keyframes modalFadeIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.delete-modal-icon-container{display:inline-flex;justify-content:center;align-items:center;width:60px;height:60px;border-radius:50%;margin-bottom:12px;position:relative}.delete-modal-icon-container:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:70px;height:70px;border-radius:50%;background-color:#fecaca;opacity:.5;filter:blur(8px);z-index:-1}.delete-modal-title{margin-top:0;font-size:20px;font-weight:600;color:#111827;margin-bottom:12px}.delete-modal-text{font-size:14px;color:#6b7280;line-height:1.5}.delete-modal-actions{display:flex;justify-content:space-between;gap:16px}.delete-modal-btn{flex:1;padding:12px 0;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .2s;border:none}.cancel-btn{background-color:#f3f4f6;color:#374151}.cancel-btn:hover{background-color:#e5e7eb}.delete-btn{background-color:#ef4444;color:#fff}.delete-btn:hover{background-color:#dc2626}.view-modal-backdrop{position:fixed;inset:0;background-color:#11182799;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1050;display:flex;align-items:center;justify-content:center}.view-modal-box{width:900px;max-width:98vw;background-color:#fff;border-radius:12px;box-shadow:0 20px 40px -10px #0003;display:flex;flex-direction:column;max-height:96vh;overflow:hidden;border-top:4px solid #EE0033}.view-modal-box .view-modal-header{padding:20px 24px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e5e7eb}.view-modal-box .view-modal-header h2{margin:0;font-size:18px;font-weight:700;color:#111827;letter-spacing:-.01em;text-transform:uppercase}.view-modal-box .view-modal-header .btn-close-icon{background:transparent;border:none;color:#9ca3af;cursor:pointer;width:32px;height:32px;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:all .2s}.view-modal-box .view-modal-header .btn-close-icon:hover{background-color:#fef2f2;color:#e03}.view-modal-box .view-modal-body{padding:32px 40px;overflow-y:auto;display:flex;flex-direction:column;gap:28px}.view-modal-box .view-modal-body .meta-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;background-color:#f8fafc;padding:20px;border-radius:8px;border:1px solid #e5e7eb}.view-modal-box .view-modal-body .meta-grid .meta-item{display:flex;flex-direction:column;gap:8px}.view-modal-box .view-modal-body .meta-grid .meta-item.full-width{grid-column:1/-1;margin-top:4px;border-top:1px dashed #cbd5e1;padding-top:16px}.view-modal-box .view-modal-body .meta-grid .meta-item .meta-label{color:#6b7280;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.view-modal-box .view-modal-body .meta-grid .meta-item .meta-code{color:#e03;font-weight:700;font-size:14px;font-family:monospace;background-color:#fff;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px;width:fit-content}.view-modal-box .view-modal-body .meta-grid .meta-item .meta-name{color:#111827;font-weight:700;font-size:16px}.view-modal-box .view-modal-body .meta-grid .meta-item .status-badge-view{padding:4px 12px;border-radius:6px;font-size:13px;font-weight:600;display:inline-flex;align-items:center;gap:8px}.view-modal-box .view-modal-body .meta-grid .meta-item .status-badge-view .status-dot{width:6px;height:6px;border-radius:50%}.view-modal-box .view-modal-body .meta-grid .meta-item .status-badge-view.active{background-color:#dcfce7;color:#166534;border:1px solid #bbf7d0}.view-modal-box .view-modal-body .meta-grid .meta-item .status-badge-view.active .status-dot{background-color:#22c55e}.view-modal-box .view-modal-body .meta-grid .meta-item .status-badge-view.inactive{background-color:#fee2e2;color:#991b1b;border:1px solid #fecaca}.view-modal-box .view-modal-body .meta-grid .meta-item .status-badge-view.inactive .status-dot{background-color:#ef4444}.view-modal-box .view-modal-body .desc-section{display:flex;flex-direction:column;gap:12px}.view-modal-box .view-modal-body .desc-section .desc-title{display:flex;align-items:center;gap:8px;color:#111827;font-weight:700;font-size:15px;text-transform:uppercase}.view-modal-box .view-modal-body .desc-section .desc-title svg{stroke:#e03}.view-modal-box .view-modal-body .desc-section .desc-content-box{background-color:#fff;border-radius:8px;border:1px solid #e5e7eb;border-left:3px solid #EE0033;padding:16px 10px;min-height:120px;max-height:300px;overflow-y:auto;color:#374151;font-size:14px;line-height:1.6;white-space:pre-wrap!important;word-break:normal!important;overflow-wrap:break-word!important}.view-modal-box .view-modal-body .desc-section .desc-content-box *{white-space:pre-wrap!important;word-break:normal!important;overflow-wrap:break-word!important}.view-modal-box .view-modal-body .desc-section .desc-content-box p{margin-bottom:8px}.view-modal-box .view-modal-body .desc-section .desc-content-box ul,.view-modal-box .view-modal-body .desc-section .desc-content-box ol{padding-left:20px;margin-bottom:10px}.view-modal-box .view-modal-body .desc-section .desc-content-box .empty-desc{font-style:italic;color:#9ca3af;display:flex;align-items:center;justify-content:center;height:60px;text-align:center}.view-modal-box .view-modal-footer{padding:16px 24px;border-top:1px solid #e5e7eb;display:flex;justify-content:flex-end;background-color:#fff}.view-modal-box .view-modal-footer .btn-close-view{padding:10px 28px;background-color:#fff;color:#111827;border:1px solid #d1d5db;border-radius:6px;cursor:pointer;font-weight:600;font-size:14px;transition:all .2s ease}.view-modal-box .view-modal-footer .btn-close-view:hover{border-color:#e03;color:#e03;background-color:#fff5f6}.modal-overlay,.modal-box,.modal-box *{box-sizing:border-box}.modal-overlay{position:fixed;inset:0;display:flex;justify-content:center;align-items:center;background:#0f172a8c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;opacity:0;pointer-events:none;transition:all .25s ease}.modal-overlay.open{opacity:1;pointer-events:auto}.modal-box{background:#fff;width:min(520px,100vw - 24px);max-width:100%;max-height:92vh;overflow-y:auto;border-radius:16px;padding:28px;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;animation:modalShow .3s cubic-bezier(.16,1,.3,1)}.modal-box h3{margin:0 0 24px;font-size:22px;font-weight:700;color:#111827;letter-spacing:-.02em}.form-content{display:flex;flex-direction:column;gap:16px}.form-row{display:flex;gap:16px;align-items:flex-start}.form-row .form-group{flex:1;min-width:0}.form-group{padding:0!important;display:flex;flex-direction:column;width:100%}.form-group input,.form-group select{width:100%;padding:12px 16px;line-height:1.5;border-radius:8px;border:1px solid #d1d5db;font-size:14px;color:#111827;background-color:#fff;transition:all .2s ease;font-family:inherit}.form-group input::placeholder,.form-group select::placeholder{color:#9ca3af}.form-group input:hover:not(.input-error):not(:disabled),.form-group select:hover:not(.input-error):not(:disabled){border-color:#9ca3af}.form-group input:focus:not(:disabled),.form-group select:focus:not(:disabled){outline:none;border-color:#e03;background-color:#fff;box-shadow:0 0 0 4px #ee00331a}.form-group input.input-error,.form-group select.input-error{border-color:#ef4444;background-color:#fef2f2;color:#991b1b}.form-group input.input-error:focus,.form-group select.input-error:focus{box-shadow:0 0 0 4px #ef444426}.form-group input:disabled,.form-group select:disabled{background-color:#f3f4f6;cursor:not-allowed;color:#6b7280}.modal-actions{margin-top:32px;display:flex;justify-content:flex-end;gap:12px}.modal-actions button{padding:12px 24px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;border:none;transition:all .2s ease}.modal-actions .cancel-btn:hover{background:#e5e7eb;color:#111827}.modal-actions .save-btn:hover{background:#c8002b;box-shadow:0 4px 6px -1px #ee00334d}@keyframes modalShow{0%{transform:scale(.96) translateY(-10px);opacity:0}to{transform:scale(1) translateY(0);opacity:1}}.ql-container{max-height:200px;overflow-y:auto}.enterprises-page{padding:20px}.enterprises-page .header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.enterprises-page .header h2{font-size:22px;font-weight:600;color:#111827}.enterprises-page .header-actions{display:flex;align-items:center;gap:12px;flex-wrap:nowrap}.enterprises-page .search-box{display:flex;align-items:center;border:1px solid #e5e7eb;border-radius:8px;padding:6px 10px;background:#fff;flex:1;min-width:220px;max-width:350px}.enterprises-page .search-box input{border:none;outline:none;margin-left:6px;font-size:14px;width:100%}.enterprises-page .search-box .icon-clear{cursor:pointer}.enterprises-page .custom-dropdown{position:relative;flex-shrink:0}.enterprises-page .dropdown-trigger{display:flex;justify-content:space-between;align-items:center;min-width:160px;height:40px;padding:0 12px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;cursor:pointer;font-size:14px}.enterprises-page .dropdown-trigger.active{border-color:#e03;box-shadow:0 0 0 2px #ee00331a}.enterprises-page .icon-chevron{transition:.2s}.enterprises-page .icon-chevron.open{transform:rotate(180deg)}.enterprises-page .dropdown-menu{position:absolute;top:110%;left:0;width:100%;height:240px;background:#fff;border-radius:10px;border:1px solid #e5e7eb;box-shadow:0 10px 25px #00000014;display:flex;flex-direction:column;z-index:1000;overflow:hidden}.enterprises-page .dropdown-search{padding:8px;border-bottom:1px solid #f1f1f1}.enterprises-page .dropdown-search input{width:100%;height:32px;padding:0 10px;border:1px solid #e5e7eb;border-radius:6px;font-size:13px;outline:none}.enterprises-page .dropdown-search input:focus{border-color:#e03;box-shadow:0 0 0 2px #ee00331a}.enterprises-page .dropdown-list{flex:1;overflow-y:auto}.enterprises-page .dropdown-list::-webkit-scrollbar{width:6px}.enterprises-page .dropdown-list::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:6px}.enterprises-page .dropdown-item{padding:10px 12px;cursor:pointer;font-size:14px}.enterprises-page .dropdown-item:hover{background:#f9fafb}.enterprises-page .dropdown-item.selected{background:#fff1f2;color:#e03;font-weight:600}.enterprises-page .add-btn{padding:8px 14px;border:none;border-radius:8px;cursor:pointer;background:#e03;color:#fff;font-weight:500;white-space:nowrap;flex-shrink:0}.enterprises-page .add-btn:hover{opacity:.9}.enterprises-page .table-card{background:#fff;border-radius:12px;padding:16px;border:1px solid #e5e7eb}.enterprises-page .custom-dropdown:nth-of-type(2) .dropdown-trigger{width:180px;max-width:180px}.enterprises-page .dropdown-trigger span{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.enterprises-page .custom-dropdown:nth-of-type(2) .dropdown-menu{width:180px}.enterprises-page .dropdown-list{max-height:180px;overflow-y:auto}.export-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0006;display:flex;align-items:center;justify-content:center;z-index:9999}.export-box{background:#fff;padding:20px 30px;border-radius:8px;text-align:center}.spinner{width:30px;height:30px;border:4px solid #ddd;border-top:4px solid #007bff;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 10px}.enterprise-table{width:100%;border-collapse:collapse;table-layout:fixed}.enterprise-table th,.enterprise-table td{padding:10px;border-bottom:1px solid #eee}.enterprise-table th:nth-child(1),.enterprise-table td:nth-child(1){width:60px}.enterprise-table th:nth-child(2),.enterprise-table td:nth-child(2){width:450px}.enterprise-table th:nth-child(3),.enterprise-table td:nth-child(3){width:130px}.enterprise-table th:nth-child(4),.enterprise-table td:nth-child(4){width:70px}.enterprise-table th:nth-child(5),.enterprise-table td:nth-child(5){width:70px}.enterprise-table th:nth-child(6),.enterprise-table td:nth-child(6){width:80px}.enterprise-table th:nth-child(7),.enterprise-table td:nth-child(7){width:120px}.enterprise-table th:nth-child(8),.enterprise-table td:nth-child(8){width:90px}.enterprise-table td:last-child{min-width:150px}.enterprise-table th{cursor:pointer;text-align:left}.enterprise-table .enterprise-name-wrapper{display:inline-flex;flex-direction:column;align-items:flex-start;gap:2px}.enterprise-table .enterprise-name-cell{display:inline-flex;align-items:center;gap:6px}.enterprise-table .enterprise-inactive-text{font-size:12px;color:#dc2626;font-weight:500;line-height:1.2}.enterprise-table .potential-star{color:#facc15;font-size:14px;line-height:1}.enterprise-table .action-btns{display:flex;gap:8px;justify-content:center;align-items:center}.enterprise-table .view-btn,.enterprise-table .delete-btn{border:none;padding:6px 10px;border-radius:8px;cursor:pointer;font-size:12px;font-weight:600;white-space:nowrap;min-width:56px}.enterprise-table .view-btn{background:#e0f2fe;color:#0369a1}.enterprise-table .delete-btn{background:#fee2e2;color:#991b1b}.pagination{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:15px}.pagination .page-btn{padding:6px 12px;border:1px solid #e5e7eb;background:#fff;border-radius:6px;cursor:pointer;font-size:14px}.pagination .page-btn:hover:not(:disabled){border-color:#e03;color:#e03}.pagination .page-btn:disabled{opacity:.4;cursor:not-allowed}.pagination .page-num{width:34px;height:34px;border-radius:6px;border:1px solid #e5e7eb;background:#fff;cursor:pointer}.pagination .page-num:hover{border-color:#e03;color:#e03}.pagination .page-num.active{background:#e03;color:#fff;border-color:#e03;font-weight:600}.pagination .page-btn{min-width:40px}.modal-box{width:min(720px,100vw - 24px);max-width:100%;max-height:92vh;overflow-y:auto;background:#fff;border-radius:12px;padding:24px}.modal-title-row{display:flex;align-items:center;justify-content:space-between}.modal-title-row h3{margin:0}.modal-close-btn{border:none;width:34px;height:34px;border-radius:8px;background:#f3f4f6;color:#374151;font-size:24px;line-height:24px;cursor:pointer}.modal-close-btn:hover{background:#e5e7eb}.form-group{display:flex;flex-direction:column;margin-bottom:12px}.form-group label{font-weight:500;margin-bottom:4px}.form-group input,.form-group select{padding:8px;border:1px solid #ddd;border-radius:6px}.save-btn{background:#2563eb;color:#fff;border:none;padding:8px 14px;border-radius:6px}.cancel-btn{background:#e5e7eb;border:none;padding:8px 14px;border-radius:6px}.modal-box{width:720px}.form-grid{display:flex;gap:20px;flex-wrap:wrap}.form-col{flex:1;min-width:280px}.form-group{display:flex;flex-direction:column;margin-bottom:14px}.form-group label{font-weight:500;margin-bottom:5px}.form-group input,.form-group select{height:40px;padding:0 12px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;transition:all .2s ease}.form-group input:focus,.form-group select:focus{border-color:#e03;box-shadow:0 0 0 3px #ee003326;outline:none}.select-box{height:40px;border:1px solid #d1d5db;border-radius:8px;padding:0 12px;display:flex;align-items:center;justify-content:space-between;cursor:pointer;background:#fff;transition:all .2s ease}.select-box .placeholder{color:#9ca3af}.select-box .selected{color:#111827;font-weight:500}.select-box .icon{width:18px;height:18px;stroke:#9ca3af;transition:.2s}.select-box .icon.open{transform:rotate(180deg);stroke:#e03}.select-box.active{border-color:#e03;box-shadow:0 0 0 3px #ee003326}.select-dropdown{position:absolute;margin-top:6px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;z-index:10000;box-shadow:0 10px 25px #0000001a;padding:8px}.select-dropdown .search{width:100%;padding:8px 10px;border:1px solid #ddd;border-radius:6px;margin-bottom:8px}.options{max-height:180px;overflow-y:auto}.option{padding:8px 10px;border-radius:6px;cursor:pointer}.option:hover{background:#f3f4f6}.option.selected{background:#fef2f2;color:#e03;font-weight:600}.service-create-section{margin-top:8px;border:1px solid #e5e7eb;border-radius:10px;padding:12px;background:#f8fafc}.service-create-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.service-create-header span{font-size:14px;font-weight:600;color:#111827}.toggle-service-btn{min-width:180px;height:40px;border:1px solid #d1d5db;border-radius:8px;padding:0 12px;background:#fff;color:#9ca3af;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:space-between}.toggle-service-btn:hover{background:#f9fafb;border-color:#9ca3af}.toggle-service-btn.active{color:#111827;border-color:#e03;box-shadow:0 0 0 3px #ee00331a}.service-chevron{width:18px;height:18px;stroke:#6b7280;stroke-width:2;transition:transform .2s ease}.service-chevron.open{transform:rotate(180deg)}.service-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 14px}.potential-checkbox-group{margin-top:4px}.potential-checkbox-label{display:inline-flex;align-items:center;gap:8px;cursor:pointer}.potential-checkbox-label input[type=checkbox]{width:16px;height:16px;accent-color:#ee0033}.potential-checkbox-label span{font-size:14px;color:#111827;font-weight:500}@media(max-width:860px){.service-form-grid{grid-template-columns:1fr}}.modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:15px}.cancel-btn{background:#e5e7eb;border:none;padding:8px 14px;border-radius:6px;cursor:pointer}.save-btn{background:#2563eb;color:#fff;border:none;padding:8px 14px;border-radius:6px;cursor:pointer}.form-group.checkbox{margin-top:10px}.checkbox-label{display:flex;align-items:center;gap:10px;cursor:pointer;font-size:14px;color:#111827}.checkbox-label input[type=checkbox]{width:16px!important;height:16px!important;margin:0;cursor:pointer;flex:0 0 auto}.checkbox-label span{font-weight:500}.modal{position:fixed;inset:0;display:flex;justify-content:center;align-items:center;background:#0f172a8c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;opacity:0;pointer-events:none;transition:all .25s ease}.modal-box{width:min(950px,100vw - 24px);max-width:100%;max-height:92vh;overflow-y:auto;background:#fff;border-radius:16px;padding:28px;box-shadow:0 15px 40px #00000026}.modal-box.large{width:950px}.modal-box h3{font-size:24px;font-weight:700;color:#e03;margin-bottom:20px}.modal-title-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.modal-title-row h3{margin-bottom:0}.modal-close-btn,.popup-close-btn{border:none;width:34px;height:34px;border-radius:8px;background:#f3f4f6;color:#374151;font-size:24px;line-height:24px;cursor:pointer}.modal-close-btn:hover,.popup-close-btn:hover{background:#e5e7eb}.info-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.info-header h4{margin:0;font-size:16px;font-weight:600;color:#111827}.info-edit-btn{border:none;border-radius:8px;padding:8px 12px;font-size:13px;font-weight:600;cursor:pointer;color:#4f46e5;background:#e0e7ff}.info-edit-btn:hover{background:#c7d2fe}@media(max-width:900px){.info-grid{grid-template-columns:1fr}}.info-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 28px;padding:18px;background:#fff5f5;border-radius:12px}.info-item{display:flex;flex-direction:column;gap:2px}.info-item .label{font-size:13px;color:#6b7280;font-weight:500}.info-item .value{font-size:14px;font-weight:600;color:#111827;word-break:break-word}.info-item.full{grid-column:1/-1}.contact-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.contact-header h4{font-size:16px;font-weight:600;color:#111827}.contact-header button{background:linear-gradient(135deg,#e03,#c8002b);color:#fff;border:none;padding:8px 16px;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;transition:.25s}.contact-header button:hover{transform:translateY(-1px);box-shadow:0 6px 16px #ee003340}.contact-table{width:100%;border-collapse:collapse;font-size:14px;border-radius:10px;overflow:hidden}.contact-table th{background:#fff0f0;color:#e03;font-weight:600;padding:12px;text-align:left}.contact-table td{padding:12px;border-bottom:1px solid #e5e7eb}.contact-table tbody tr{transition:.2s}.contact-table tbody tr:hover{background:#fff7f7}.usage-section{margin-top:24px}.usage-header{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.usage-header .usage-search-input{width:260px;flex-shrink:0}.usage-title-row{margin-bottom:10px}.usage-title-row h4{margin:0;font-size:16px;font-weight:600;color:#111827}.toggle-add-usage-btn{border:none;border-radius:8px;padding:8px 12px;font-size:13px;font-weight:600;cursor:pointer;color:#fff;background:linear-gradient(135deg,#e03,#c8002b)}.toggle-add-usage-btn:hover{transform:translateY(-1px);box-shadow:0 6px 16px #ee003340}.usage-table{width:100%;border-collapse:collapse;font-size:14px;border-radius:10px;overflow:hidden}.usage-table th{background:#fff0f0;color:#e03;font-weight:600;padding:12px;text-align:left}.usage-table td{padding:12px;border-bottom:1px solid #e5e7eb;color:#111827}.usage-table tbody tr:hover{background:#fff7f7}.usage-status{display:inline-flex;align-items:center;border-radius:999px;padding:4px 10px;font-size:12px;font-weight:600;border:none;cursor:pointer}.usage-status.active{color:#065f46;background:#d1fae5}.usage-status.expired{color:#92400e;background:#fef3c7}.usage-status.cancelled{color:#991b1b;background:#fee2e2}.usage-popup-backdrop{position:fixed;inset:0;background:#00000059;display:flex;justify-content:center;align-items:center;z-index:10000}.usage-popup{width:380px;background:#fff;border-radius:12px;padding:16px;box-shadow:0 20px 45px #0f172a33}.usage-popup h5{margin:0 0 6px;font-size:16px;color:#111827}.usage-popup p{margin:0 0 12px;color:#6b7280}.popup-title-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.popup-title-row h5{margin:0}.usage-popup-actions{display:grid;grid-template-columns:1fr 1fr 1fr;gap:8px}.usage-popup-actions button{border:none;border-radius:8px;padding:8px 10px;font-size:13px;font-weight:600;cursor:pointer}.usage-popup-actions .btn-active{background:#dcfce7;color:#166534}.usage-popup-actions .btn-renew{background:#fef3c7;color:#92400e}.usage-popup-actions .btn-cancel{background:#fee2e2;color:#991b1b}.usage-popup-actions button:disabled{opacity:.65;cursor:not-allowed}.usage-popup-footer{margin-top:12px;display:flex;justify-content:flex-end}.usage-popup-footer button{border:none;border-radius:8px;padding:8px 14px;cursor:pointer;background:#f1f5f9;color:#0f172a}.empty-cell{text-align:center;color:#6b7280}.add-usage-form{margin-top:14px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:14px}.add-usage-form h5{margin:0 0 10px;font-size:15px;color:#111827}.add-usage-popup{width:min(760px,92vw);background:#fff;border-radius:12px;padding:16px;box-shadow:0 20px 45px #0f172a33}.add-usage-popup h5{margin:0;font-size:16px;color:#111827}.add-usage-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 14px}.field{display:flex;flex-direction:column}.field label{margin-bottom:6px;font-size:13px;color:#6b7280;font-weight:500}.field input,.field select{height:38px;border:1px solid #d1d5db;border-radius:8px;padding:0 10px;font-size:14px;outline:none;background:#fff}.field input:focus,.field select:focus{border-color:#e03;box-shadow:0 0 0 3px #ee00331f}.add-usage-actions{margin-top:12px;display:flex;justify-content:flex-end;gap:8px}.add-usage-close-btn{background:#f1f5f9;color:#0f172a;border:none;border-radius:8px;padding:8px 16px;font-size:13px;font-weight:600;cursor:pointer}.add-usage-close-btn:disabled{opacity:.65;cursor:not-allowed}.add-usage-btn{background:linear-gradient(135deg,#e03,#c8002b);color:#fff;border:none;border-radius:8px;padding:8px 16px;font-size:13px;font-weight:600;cursor:pointer;transition:.2s}.add-usage-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 16px #ee003340}.add-usage-btn:disabled{opacity:.65;cursor:not-allowed}@media(max-width:900px){.usage-header{flex-direction:column;align-items:stretch}.usage-header .usage-search-input{width:100%}.add-usage-grid{grid-template-columns:1fr}}.action-btns{display:flex;gap:6px}.edit-btn{background:#e0e7ff;color:#4338ca;border:none;padding:6px 10px;border-radius:6px;cursor:pointer}.edit-btn:hover{background:#c7d2fe}.delete-btn{background:#fee2e2;color:#dc2626;border:none;padding:6px 10px;border-radius:6px;cursor:pointer}.delete-btn:hover{background:#fecaca}.modal-actions{margin-top:20px;display:flex;justify-content:flex-end}.modal-actions button{background:#f3f4f6;border:none;padding:8px 18px;border-radius:8px;font-weight:500;cursor:pointer}.modal-actions button:hover{background:#e5e7eb}.modal-box::-webkit-scrollbar{width:6px}.modal-box::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:6px}.usage-search-input{height:34px;border:1px solid #d1d5db;border-radius:8px;padding:0 10px;font-size:13px;outline:none;background:#fff}.usage-search-input:focus{border-color:#e03;box-shadow:0 0 0 3px #ee00331f}.modal{position:fixed;inset:0;display:flex;justify-content:center;align-items:center;background:#0f172a80;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;opacity:0;pointer-events:none;transition:.25s ease}.modal-box{width:min(500px,100vw - 24px);max-width:100%;max-height:90vh;overflow-y:auto;background:#fff;border-radius:12px;padding:24px}.modal-box input[type=file]{margin-top:15px;padding:10px;border:1px dashed #d1d5db;border-radius:8px;width:100%;cursor:pointer}.modal-box input[type=file]:hover{border-color:#e03}.loading-overlay{position:fixed;inset:0;background:#0f172a99;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:10000;color:#fff}.spinner{width:40px;height:40px;border:4px solid #fff;border-top:4px solid #EE0033;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:12px}@keyframes spin{to{transform:rotate(360deg)}}.toast-wrapper{padding:0!important;border-radius:12px;overflow:hidden}.custom-toast{width:320px;display:flex;flex-direction:column;font-size:14px}.toast-header{padding:10px 40px 10px 12px;font-weight:600;border-bottom:1px solid rgba(255,255,255,.2)}.toast-body{max-height:220px;overflow-y:auto;padding:10px 12px}.toast-row{margin-bottom:6px;line-height:1.4}.Toastify__close-button{position:absolute;top:8px;right:10px;z-index:10}.toast-body::-webkit-scrollbar{width:6px}.toast-body::-webkit-scrollbar-thumb{background:#fff6;border-radius:4px}.appointment-page{padding:20px}.appointment-page .header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.appointment-page .header h2{font-size:22px;font-weight:600;color:#111827}.appointment-page .header-actions{display:flex;align-items:center;gap:12px;flex-wrap:nowrap}.appointment-page .search-box{display:flex;align-items:center;border:1px solid #e5e7eb;border-radius:8px;padding:6px 10px;background:#fff;flex:1;min-width:220px;max-width:350px}.appointment-page .search-box input{border:none;outline:none;margin-left:6px;font-size:14px;width:100%}.appointment-page .search-box .icon-search{width:18px;height:18px;stroke:#6b7280}.appointment-page .search-box .icon-clear{width:18px;height:18px;stroke:#6b7280;cursor:pointer}.appointment-page .custom-dropdown{position:relative;flex-shrink:0}.appointment-page .dropdown-trigger{display:flex;justify-content:space-between;align-items:center;min-width:180px;height:40px;padding:0 12px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;cursor:pointer;font-size:14px}.appointment-page .dropdown-trigger span{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.appointment-page .dropdown-trigger.active{border-color:#e03;box-shadow:0 0 0 2px #ee00331a}.appointment-page .icon-chevron{transition:.2s;width:16px;height:16px;stroke:currentColor;stroke-width:2;fill:none}.appointment-page .icon-chevron.open{transform:rotate(180deg)}.appointment-page .dropdown-menu{position:absolute;top:110%;left:0;width:100%;max-height:240px;background:#fff;border-radius:10px;border:1px solid #e5e7eb;box-shadow:0 10px 25px #00000014;display:flex;flex-direction:column;z-index:1000;overflow:hidden}.appointment-page .dropdown-list{flex:1;overflow-y:auto}.appointment-page .dropdown-list::-webkit-scrollbar{width:6px}.appointment-page .dropdown-list::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:6px}.appointment-page .dropdown-item{padding:10px 12px;cursor:pointer;font-size:14px}.appointment-page .dropdown-item:hover{background:#f9fafb}.appointment-page .dropdown-item.selected{background:#fff1f2;color:#e03;font-weight:600}.appointment-page .add-btn{padding:8px 14px;border:none;border-radius:8px;cursor:pointer;background:#e03;color:#fff;font-weight:500;height:40px;white-space:nowrap;flex-shrink:0}.appointment-page .add-btn:hover{opacity:.9}.appointment-page .table-card{background:#fff;border-radius:12px;padding:16px;border:1px solid #e5e7eb}.table-container{overflow-x:auto}.appointment-table{width:100%;border-collapse:collapse;min-width:900px}.appointment-table th,.appointment-table td{padding:12px 16px;text-align:left;border-bottom:1px solid #e5e7eb;font-size:14px;color:#374151}.appointment-table th{font-weight:600;color:#6b7280;background:#f9fafb;cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap}.appointment-table th:hover{background:#f3f4f6}.appointment-table tr:hover{background:#f9fafb}.appointment-table .font-medium{font-weight:500;color:#111827}.appointment-table .status{padding:4px 10px;border-radius:20px;font-size:12px;font-weight:500;display:inline-block}.appointment-table .status.scheduled{background:#e0f2fe;color:#0284c7}.appointment-table .status.reminded{background:#fef3c7;color:#d97706}.appointment-table .status.completed{background:#dcfce7;color:#16a34a}.appointment-table .status.cancelled{background:#fee2e2;color:#dc2626}.appointment-table .status.need_follow_up{background:#ffedd5;color:#ea580c}.appointment-table .action-btns{display:flex;gap:8px}.appointment-table .action-btns button{padding:4px 10px;border:none;border-radius:4px;font-size:12px;cursor:pointer;font-weight:500}.appointment-table .action-btns .view-btn{background:#f3f4f6;color:#374151}.appointment-table .action-btns .view-btn:hover{background:#e5e7eb}.appointment-table .action-btns .edit-btn{background:#fffbeb;color:#d97706;border:1px solid #fde68a}.appointment-table .action-btns .edit-btn:hover{background:#fef3c7}.appointment-table .action-btns .confirm-btn{background:#dcfce7;color:#16a34a;border:1px solid #bbf7d0}.appointment-table .action-btns .confirm-btn:hover{background:#bbf7d0}.appointment-table .action-btns .delete-btn{background:#fee2e2;color:#dc2626}.appointment-table .action-btns .delete-btn:hover{background:#fecaca}.pagination{display:flex;justify-content:flex-end;align-items:center;gap:12px;margin-top:20px}.pagination .page-btn{padding:6px 12px;border:1px solid #e5e7eb;background:#fff;border-radius:6px;cursor:pointer;font-size:14px;color:#374151}.pagination .page-btn:hover:not(:disabled){background:#f9fafb}.pagination .page-btn:disabled{opacity:.5;cursor:not-allowed}.pagination .page-numbers{display:flex;gap:4px}.pagination .page-numbers .page-num{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:1px solid #e5e7eb;background:#fff;border-radius:6px;cursor:pointer;font-size:14px}.pagination .page-numbers .page-num:hover{background:#f9fafb}.pagination .page-numbers .page-num.active{background:#e03;color:#fff;border-color:#e03}.modal-box{background:#fff;width:min(700px,100vw - 24px);max-width:100%;max-height:92vh;overflow-y:auto;border-radius:12px;padding:24px;box-shadow:0 10px 25px #0000001a;display:flex;flex-direction:column}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.form-col{display:flex;flex-direction:column;gap:16px}.form-group{display:flex;flex-direction:column;gap:6px}.form-group label{font-size:14px;font-weight:500;color:#374151}.form-group input,.form-group select,.form-group textarea{width:100%;padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;outline:none;background:#fff}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#e03;box-shadow:0 0 0 2px #ee00331a}.form-group textarea{resize:vertical}.modal-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:24px;padding-top:16px;border-top:1px solid #e5e7eb}.modal-actions button{padding:8px 16px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;border:none}.modal-actions .cancel-btn{background:#f3f4f6;color:#374151}.modal-actions .save-btn{background:#e03;color:#fff}.modal-actions .save-btn:hover{opacity:.9}.contact-inline-form{margin-top:16px;padding:16px;border:1px solid #e2e8f0;border-radius:12px;background:#f8fafc}.contact-inline-form h4{margin-bottom:12px;font-size:15px;font-weight:600}.contact-inline-form .contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.contact-inline-form input{width:100%;padding:10px 12px;border-radius:8px;border:1px solid #cbd5e1;font-size:14px}.contact-inline-form input:focus{border-color:#e03;outline:none;box-shadow:0 0 0 2px #ee00331a}.contact-inline-form button{margin-top:12px;width:100%;padding:10px;border-radius:8px;border:none;background:#e03;color:#fff;font-weight:600;cursor:pointer}.contact-inline-form button:hover{background:#c8002a}.contact-inline-form button:disabled{background:#94a3b8;cursor:not-allowed}.input-error{border-color:#dc2626!important}.error-text{color:#dc2626;font-size:12px;margin-top:4px;display:block}.form-group{position:relative}.select-dropdown{position:absolute;top:100%;left:0;width:100%;z-index:999;background:#fff;border:1px solid #ddd}.modal-box{width:min(600px,100vw - 24px);max-width:100%;max-height:90vh;overflow-y:auto;border-radius:12px;padding:24px}.modal-title-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;border-bottom:1px solid #e5e7eb;padding-bottom:16px}.modal-title-row h3{font-size:18px;font-weight:600;color:#111827;margin:0}.modal-title-row .modal-close-btn{background:transparent;border:none;font-size:24px;color:#6b7280;cursor:pointer;line-height:1}.modal-title-row .modal-close-btn:hover{color:#e03}.detail-content{display:flex;flex-direction:column;gap:12px}.detail-row{display:flex;gap:12px}.detail-row .label{min-width:140px;flex-shrink:0}.detail-row .value{flex:1;word-break:break-word}.detail-row .font-medium{font-weight:600}.detail-row .status{padding:3px 10px;border-radius:12px;font-size:12px;font-weight:500}.detail-row .status.scheduled{background:#e0f2fe;color:#0284c7}.detail-row .status.reminded{background:#fef3c7;color:#d97706}.detail-row .status.completed{background:#dcfce7;color:#16a34a}.detail-row .status.cancelled{background:#fee2e2;color:#dc2626}.detail-row .status.need_follow_up{background:#ffedd5;color:#ea580c}.full-row{flex-direction:column;gap:8px}.full-row .label{min-width:auto}.full-row .description-box{background:#f9fafb;padding:12px;border-radius:6px;border:1px solid #e5e7eb;width:100%;min-height:80px;white-space:pre-wrap}.modal-actions{display:flex;justify-content:flex-end;margin-top:24px;padding-top:16px;border-top:1px solid #e5e7eb}.modal-actions .cancel-btn{padding:8px 16px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;border:none;background:#f3f4f6;color:#374151}.modal-actions .cancel-btn:hover{background:#e5e7eb}.modal{position:fixed;top:0;left:0;width:100%;height:100vh;background:#0006;display:flex;justify-content:center;align-items:center;z-index:1000}.confirm-box{width:500px;max-width:95%;background:#fff;border-radius:12px;padding:24px;box-shadow:0 10px 25px #0000001a;display:flex;flex-direction:column}.confirm-box .modal-title-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;border-bottom:1px solid #e5e7eb;padding-bottom:16px}.confirm-box .modal-title-row h3{font-size:18px;font-weight:600;color:#111827;margin:0}.confirm-box .modal-title-row .modal-close-btn{background:transparent;border:none;font-size:24px;color:#6b7280;cursor:pointer;line-height:1}.confirm-box .modal-title-row .modal-close-btn:hover{color:#e03}.confirm-box .form-group{display:flex;flex-direction:column;gap:6px;margin-bottom:16px}.confirm-box .form-group label{font-size:14px;font-weight:500;color:#374151}.confirm-box .form-group input[type=text],.confirm-box .form-group select,.confirm-box .form-group textarea{width:100%;padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;outline:none;background:#fff}.confirm-box .form-group input[type=text]:focus,.confirm-box .form-group select:focus,.confirm-box .form-group textarea:focus{border-color:#e03;box-shadow:0 0 0 2px #ee00331a}.confirm-box .form-group textarea{resize:vertical}.confirm-box .form-group .file-input{font-size:13px;padding:4px 0}.confirm-box .form-group .file-list{margin-top:8px;background:#f9fafb;border:1px dashed #d1d5db;border-radius:6px;padding:10px}.confirm-box .form-group .file-list .file-item{font-size:13px;color:#4b5563;margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.confirm-box .form-group .file-list .file-item:last-child{margin-bottom:0}.confirm-box .modal-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:8px;padding-top:16px;border-top:1px solid #e5e7eb}.confirm-box .modal-actions button{padding:8px 16px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;border:none}.confirm-box .modal-actions .cancel-btn{background:#f3f4f6;color:#374151}.confirm-box .modal-actions .cancel-btn:hover{background:#e5e7eb}.confirm-box .modal-actions .save-btn{background:#e03;color:#fff}.confirm-box .modal-actions .save-btn:hover{opacity:.9}.users-page{background:#f9fafb;min-height:100vh;font-family:Inter,system-ui,sans-serif;box-sizing:border-box}.header{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;margin-bottom:25px}.header h2{font-size:24px;font-weight:700;color:#111827;margin:0}.header .header-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:12px}.search-box{position:relative;display:flex;align-items:center;height:42px}.search-box .icon-search{position:absolute;left:14px;color:#9ca3af;width:18px;height:18px;pointer-events:none}.search-box input{height:100%;width:320px;padding:0 16px 0 40px;background-color:#fff;border:1px solid #d1d5db;border-radius:8px;font-size:14px;color:#111827;outline:none}.search-box input:focus{border-color:#e03;box-shadow:0 0 0 3px #ee003326}.custom-dropdown{position:relative;height:42px;min-width:180px}.custom-dropdown .dropdown-trigger{display:flex;align-items:center;justify-content:space-between;height:100%;padding:0 14px 0 16px;background-color:#fff;border:1px solid #d1d5db;border-radius:8px;font-size:14px;color:#111827;cursor:pointer}.custom-dropdown .dropdown-trigger.active{border-color:#e03;box-shadow:0 0 0 3px #ee003326}.custom-dropdown .dropdown-trigger .icon-chevron{width:18px;height:18px;color:#9ca3af;transition:transform .2s ease}.custom-dropdown .dropdown-trigger .icon-chevron.open{transform:rotate(180deg);color:#e03}.custom-dropdown .dropdown-menu{position:absolute;top:calc(100% + 6px);left:0;right:0;background:#fff;border-radius:8px;border:1px solid #e5e7eb;z-index:100;padding:6px;box-shadow:0 10px 25px -5px #0000001a}.custom-dropdown .dropdown-item{padding:10px 12px;font-size:14px;border-radius:6px;cursor:pointer}.custom-dropdown .dropdown-item:hover{background-color:#f3f4f6}.custom-dropdown .dropdown-item.selected{background-color:#fef2f2;color:#e03;font-weight:600}.add-btn{height:42px;background:linear-gradient(135deg,#e03,#c8002b);color:#fff;border:none;padding:0 22px;border-radius:8px;font-weight:600;font-size:14px;cursor:pointer}.table-card{background:#fff;border-radius:16px;padding:10px 0;box-shadow:0 2px 6px #0000000a;overflow-x:auto}@media(max-width:992px){.search-box input{width:240px}}@media(max-width:768px){.users-page{padding:20px}.header .header-actions{justify-content:flex-start}.search-box,.custom-dropdown,.add-btn,.search-box input{width:100%}}.table-container{background:#fff;border-radius:12px;border:1px solid #e5e7eb;overflow-x:auto;margin-top:20px}.user-table{width:100%;border-collapse:collapse;font-size:14px}.user-table th,.user-table td{padding:14px 16px;border-bottom:1px solid #e5e7eb;vertical-align:middle;text-align:center}.user-table th{background-color:#f9fafb;color:#6b7280;font-weight:600;text-transform:uppercase;font-size:12px;letter-spacing:.05em}.user-table th.sortable{cursor:pointer}.user-table th .sort-arrow{color:#cbd5e1;margin-left:4px;font-size:12px}.user-table tbody tr:hover{background-color:#f9fafb}.user-table .font-medium{font-weight:500;color:#111827}.user-table .content-col{max-width:280px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-table .enterprise-name-cell{display:inline-flex;align-items:center;gap:6px}.user-table .potential-star{color:#facc15;font-size:14px;line-height:1}.status-badge{display:inline-flex;align-items:center;justify-content:center;padding:6px 12px;border-radius:9999px;font-size:12px;font-weight:600;min-width:112px}.status-badge.pending{background:#fff7ed;color:#c2410c}.status-badge.need_follow_up{background:#fef3c7;color:#92400e}.status-badge.successful{background:#dcfce7;color:#15803d}.status-badge.failed{background:#fee2e2;color:#b91c1c}.future-badge{display:inline-flex;align-items:center;justify-content:center;background:#eef2ff;color:#3730a3;border-radius:9999px;font-size:12px;padding:5px 10px;font-weight:600}.future-empty{color:#6b7280;font-style:italic}.future-warning{display:inline-flex;align-items:center;justify-content:center;background:#fef3c7;color:#92400e;border-radius:9999px;font-size:12px;padding:5px 10px;font-weight:600}.action-btns{display:flex;justify-content:center;align-items:center;gap:8px;min-height:34px}.action-btns button{border:none;width:34px;height:34px;min-width:34px;min-height:34px;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;margin:0;line-height:1;flex-shrink:0}.action-btns button svg{width:16px;height:16px;display:block}.action-btns .view-btn{background:#fef3c7;color:#d97706}.action-btns .view-btn:hover{background:#fde68a;transform:translateY(-1px)}.action-btns .view-edit-btn{width:auto;min-width:118px;height:36px;padding:0 12px;border-radius:10px;background:#e0f2fe;color:#0369a1;display:inline-flex;gap:6px}.action-btns .view-edit-btn span{font-size:12px;font-weight:600;white-space:nowrap}.action-btns .edit-btn{background:#e0e7ff;color:#4f46e5}.action-btns .delete-btn{background:#fef2f2;color:#ef4444}.empty-state{text-align:center;padding:40px!important;color:#6b7280;font-style:italic}.pagination{display:flex;justify-content:flex-end;align-items:center;padding:16px 20px;gap:12px;border-top:1px solid #e5e7eb}.pagination .page-btn{height:36px;padding:0 16px;background-color:#fff;border:1px solid #d1d5db;border-radius:8px;font-size:13px;color:#374151;cursor:pointer}.pagination .page-btn:disabled{color:#9ca3af;background-color:#f3f4f6;border-color:#e5e7eb;cursor:not-allowed}.pagination .page-numbers{display:flex;gap:6px}.pagination .page-numbers .page-num{width:36px;height:36px;border-radius:8px;border:1px solid transparent;background:transparent;font-size:13px;color:#4b5563;cursor:pointer}.pagination .page-numbers .page-num.active{background-color:#e03;color:#fff;font-weight:600}.confirm-overlay{position:fixed;inset:0;background:#0f172a73;display:flex;align-items:center;justify-content:center;z-index:1200}.confirm-dialog{width:420px;max-width:92vw;background:#fff;border-radius:14px;padding:24px}.confirm-dialog h4{margin:0 0 10px;font-size:18px;color:#111827}.confirm-dialog p{margin:0;color:#4b5563}.confirm-dialog .confirm-actions{margin-top:20px;display:flex;justify-content:flex-end;gap:10px}.confirm-dialog .confirm-actions button{border:none;border-radius:8px;padding:10px 16px;cursor:pointer;font-weight:600}.confirm-dialog .confirm-actions .cancel-btn{background:#f3f4f6;color:#374151}.confirm-dialog .confirm-actions .delete-confirm-btn{background:#ef4444;color:#fff}.modal{position:fixed;inset:0;display:flex;justify-content:center;align-items:center;background:#0f172a80;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;opacity:0;pointer-events:none;transition:all .25s ease}.modal.open{opacity:1;pointer-events:auto}.modal-box.users-modal{width:min(980px,100vw - 24px);max-width:100%;background:#fff;max-height:92vh;overflow:auto;border-radius:16px;padding:28px}.modal-box.users-modal h3{margin:0 0 18px;font-size:22px;font-weight:700;color:#111827}.section-title{margin:8px 0 14px;padding-left:10px;border-left:4px solid #ee0033;color:#1f2937;font-weight:700;font-size:15px}.form-hint-warning{margin:-4px 0 14px;padding:10px 12px;border-radius:8px;background:#fff7ed;color:#9a3412;font-size:13px;border:1px solid #fed7aa}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 16px;margin-bottom:14px}.form-group{display:flex;flex-direction:column;position:relative}.form-group label{font-size:14px;font-weight:600;margin-bottom:8px;color:#374151}.form-group label .required{color:#ef4444;margin-left:2px}.form-group input,.form-group select,.form-group textarea{width:100%;border-radius:8px;border:1px solid #d1d5db;font-size:14px;color:#111827;background-color:#f9fafb;transition:all .2s ease;font-family:inherit;resize:vertical}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#4f46e5;background-color:#fff;box-shadow:0 0 0 4px #4f46e51a}.form-group input:disabled,.form-group select:disabled,.form-group textarea:disabled{cursor:not-allowed;background:#f3f4f6;color:#6b7280}.form-group input.input-error,.form-group select.input-error,.form-group textarea.input-error{border-color:#ef4444;background-color:#fef2f2}.form-group input.input-error:focus,.form-group select.input-error:focus,.form-group textarea.input-error:focus{box-shadow:0 0 0 4px #ef444426}.form-group textarea{min-height:76px}.select-dropdown{position:absolute;top:100%;left:0;width:100%;z-index:999;background:#fff;border:1px solid #ddd;border-radius:6px;margin-top:4px;max-height:250px;overflow:hidden}.options{max-height:250px;overflow-y:auto}.full-width{grid-column:1/-1}.error-text{color:#ef4444;font-size:13px;margin-top:6px;font-weight:500}.link-add-contact-btn{margin-top:8px;align-self:flex-start;border:none;background:transparent;color:#4f46e5;font-size:13px;font-weight:600;cursor:pointer;padding:0}.link-add-contact-btn:hover{color:#4338ca;text-decoration:underline}.contact-inline-module{border:1px solid #fee2e2;background:#fff7f7;border-radius:10px;padding:14px}.contact-inline-header{display:flex;flex-direction:column;gap:4px;margin-bottom:12px}.contact-inline-header strong{color:#991b1b;font-size:14px}.contact-inline-header span{color:#b91c1c;font-size:13px}.contact-inline-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 14px}.inline-checkbox{margin-top:10px;display:inline-flex;align-items:center;gap:8px;color:#374151;font-size:14px;font-weight:500}.inline-checkbox input{width:16px;height:16px;accent-color:#4f46e5}.contact-inline-actions{margin-top:12px;display:flex;gap:10px;justify-content:flex-end}.contact-inline-actions .cancel-inline-btn{background:#f3f4f6;color:#374151;border:1px solid #d1d5db;border-radius:8px;padding:10px 16px;font-size:14px;font-weight:600;cursor:pointer}.contact-inline-actions .cancel-inline-btn:hover{background:#e5e7eb}.contact-inline-actions .cancel-inline-btn:disabled{color:#9ca3af;background:#f3f4f6;cursor:not-allowed}.contact-inline-actions .save-btn{background:#4f46e5;color:#fff;border:none;border-radius:8px;padding:10px 16px;font-size:14px;font-weight:600;cursor:pointer}.contact-inline-actions .save-btn:hover{background:#4338ca}.contact-inline-actions .save-btn:disabled{background:#c7d2fe;cursor:not-allowed}.timeline-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px 16px;align-items:start}.modal-actions{margin-top:16px;display:flex;justify-content:flex-end;gap:12px}.modal-actions button{padding:12px 24px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;border:none}.modal-actions .cancel-btn{background:#f3f4f6;color:#4b5563}.modal-actions .save-btn{background:#4f46e5;color:#fff}.modal-actions .save-btn:hover{background:#4338ca}@media(max-width:900px){.modal-box.users-modal{width:94vw;padding:20px}.form-grid,.timeline-row,.contact-inline-grid{grid-template-columns:1fr}}.drawer-overlay{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:#0f172a73;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:9999;opacity:0;pointer-events:none;transition:all .25s ease}.drawer-overlay.open{opacity:1;pointer-events:auto}.drawer-panel{position:relative;width:min(1280px,100vw - 32px);max-width:calc(100vw - 32px);max-height:94vh;background:#fff;border-radius:14px;box-shadow:0 20px 45px #0f172a47;transform:translateY(20px) scale(.98);opacity:0;transition:transform .28s ease,opacity .28s ease;display:flex;flex-direction:column;overflow:hidden;margin:0}.drawer-panel.open{transform:translateY(0) scale(1);opacity:1}.drawer-header{padding:18px 20px;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between}.drawer-header h3{margin:0;font-size:19px;color:#111827}.drawer-header .drawer-enterprise-title{display:inline-flex;align-items:center;gap:8px}.drawer-header .close-btn{border:none;background:#f3f4f6;width:34px;height:34px;border-radius:8px;cursor:pointer;font-size:24px;line-height:24px;color:#374151}.drawer-empty{padding:20px;color:#6b7280}.drawer-body{padding:18px 20px;overflow-y:auto;max-height:calc(94vh - 74px)}.drawer-body .enterprise-info-section{margin-bottom:18px}.drawer-body .enterprise-info-section h4{margin:0 0 10px;font-size:16px;font-weight:600;color:#111827}.drawer-body .enterprise-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px 26px;padding:16px;background:#fff5f5;border-radius:12px}.drawer-body .enterprise-info-grid div{display:flex;flex-direction:column;font-size:14px}.drawer-body .enterprise-info-grid div b{color:#6b7280;font-weight:500;margin-bottom:2px}.drawer-body .enterprise-info-grid div span{color:#111827;font-weight:600}.drawer-body .enterprise-info-grid div .enterprise-name-cell{display:inline-flex;align-items:center;gap:6px}.drawer-body .potential-star{color:#facc15;font-size:14px;line-height:1}.drawer-body .history-section{margin-top:20px}.drawer-body .history-section h4{margin:0 0 10px;font-size:15px;color:#111827}.drawer-body .section-empty{padding:12px;border:1px dashed #d1d5db;border-radius:10px;color:#6b7280;font-style:italic;background:#f9fafb}.drawer-body .history-table{width:100%;border-collapse:collapse;border:1px solid #e5e7eb;border-radius:10px;overflow:hidden}.drawer-body .history-table th,.drawer-body .history-table td{border-bottom:1px solid #e5e7eb;padding:10px 12px;text-align:left;vertical-align:top;font-size:13px}.drawer-body .history-table th{background:#f3f4f6;color:#374151;font-size:12px;text-transform:uppercase;letter-spacing:.02em}.drawer-body .history-table tbody tr:last-child td{border-bottom:none}.drawer-body .centered-detail-table{width:100%;display:flex;flex-direction:column;align-items:center}.drawer-body .centered-detail-table h4{width:100%;text-align:left}.drawer-body .centered-detail-table .large-centered-table{width:min(100%,980px)}.drawer-body .view-status-btn{border:none;border-radius:8px;padding:6px 10px;font-size:12px;font-weight:600;background:#ede9fe;color:#5b21b6;cursor:pointer}.drawer-body .view-status-btn:disabled{background:#ddd6fe;cursor:not-allowed}.drawer-body .view-content-btn{border:none;border-radius:8px;padding:6px 10px;font-size:12px;font-weight:600;background:#e0f2fe;color:#0369a1;cursor:pointer}.drawer-body .content-preview-overlay{position:fixed;inset:0;background:#0f172a73;display:flex;align-items:center;justify-content:center;z-index:1300}.drawer-body .content-preview-dialog{width:min(860px,95vw);background:#fff;border-radius:12px;padding:18px;min-height:320px;display:flex;flex-direction:column}.drawer-body .content-preview-dialog .content-preview-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.drawer-body .content-preview-dialog .content-preview-header h5{margin:0}.drawer-body .content-preview-dialog .content-preview-header .content-close-btn{border:none;width:34px;height:34px;border-radius:8px;background:#f3f4f6;color:#374151;font-size:24px;line-height:24px;cursor:pointer}.drawer-body .content-preview-dialog .content-preview-header .content-close-btn:hover{background:#e5e7eb}.drawer-body .content-preview-dialog h5{margin:0 0 10px;font-size:16px;color:#111827}.drawer-body .content-preview-dialog select{width:100%;border:1px solid #d1d5db;border-radius:8px;padding:10px 12px;font-size:14px;background:#fff;color:#111827}.drawer-body .content-preview-dialog p{margin:0;font-size:14px;color:#1f2937;white-space:pre-wrap;word-break:break-word;overflow-wrap:anywhere;overflow-x:hidden;min-height:210px;max-height:60vh;overflow-y:auto;padding:10px 12px;border:1px solid #e5e7eb;border-radius:8px;background:#f8fafc;line-height:1.45}.drawer-body .content-preview-dialog .content-preview-actions{margin-top:14px;display:flex;justify-content:flex-end}.drawer-body .content-preview-dialog .content-preview-actions button{border:none;border-radius:8px;padding:8px 14px;font-size:13px;font-weight:600;background:#4f46e5;color:#fff;cursor:pointer}@media(max-width:768px){.drawer-body .enterprise-info-grid{grid-template-columns:1fr}.drawer-body .history-table th,.drawer-body .history-table td{padding:8px;font-size:12px}}.edit-textarea{width:100%;min-height:120px;border-radius:8px;border:1px solid #ccc;font-size:14px;resize:vertical}.edit-textarea:focus{border-color:#4f46e5;outline:none}.content-preview-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:16px}.cancel-btn{padding:8px 16px;background:#eee;border-radius:6px;border:none}.save-btn{padding:8px 16px;background:#4f46e5;color:#fff;border-radius:6px;border:none}.save-btn:disabled{opacity:.5;cursor:not-allowed}.image-preview-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:12px;padding:12px}.image-preview-grid img{width:100%;height:120px;object-fit:cover;border-radius:8px;cursor:pointer;transition:.2s}.image-preview-grid img:hover{transform:scale(1.05)}.not-found-page{position:relative;min-height:100vh;background:#fff;display:flex;align-items:center;justify-content:center;padding:24px;font-family:Arial,sans-serif}.not-found-brand{position:absolute;top:18px;right:22px}.not-found-brand img{width:170px;height:auto;object-fit:contain}.not-found-content{width:min(760px,96%);text-align:center;color:#e30613}.not-found-content .code{margin:0;font-size:clamp(110px,16vw,160px);line-height:1;font-weight:900;letter-spacing:-.03em;color:#e30613}.not-found-content .title{margin-top:8px;font-size:clamp(24px,3.2vw,28px);font-weight:700;color:#e30613}.not-found-content .divider{width:100%;max-width:540px;height:1px;background:#e30613;margin:16px auto;opacity:.3}.not-found-content .desc{font-size:15px;font-weight:400;color:#e30613}.not-found-content .not-found-home-link{display:inline-block;margin-top:18px;color:#e30613;text-decoration:underline;font-weight:700}.not-found-content .not-found-home-link:hover{opacity:.8}@media(max-width:640px){.not-found-brand{top:12px;right:12px}.not-found-brand img{width:126px}.not-found-content .code{font-size:clamp(88px,22vw,120px)}}
