:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y: 0;position:relative;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1}.Toastify__toast-icon{margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--toastify-toast-width: 360px;--toastify-toast-min-height: 56px;--toastify-toast-bd-radius: 12px;--toastify-font-family: "Inter", system-ui, -apple-system, sans-serif;--toastify-color-success: #059669;--toastify-color-error: #dc2626;--toastify-color-warning: #d97706;--toastify-color-info: #2563eb;--toastify-icon-color-success: #059669;--toastify-icon-color-error: #dc2626;--toastify-icon-color-warning: #d97706;--toastify-icon-color-info: #2563eb}.Toastify__toast-container{width:var(--toastify-toast-width)}.Toastify__toast{min-height:var(--toastify-toast-min-height);border-radius:var(--toastify-toast-bd-radius);padding:14px 16px;box-shadow:0 4px 20px #00000014,0 1px 3px #0000000f;border:1px solid #e2e8f0;font-family:var(--toastify-font-family);font-size:.9375rem;font-weight:500;line-height:1.4;color:#0f172a;background:#fff}.Toastify__toast--default{background:#fff;color:#0f172a;border-left:4px solid #64748b}.Toastify__toast--success{background:#fff;color:#0f172a;border-left:4px solid var(--toastify-color-success)}.Toastify__toast--error{background:#fff;color:#0f172a;border-left:4px solid var(--toastify-color-error)}.Toastify__toast--warning{background:#fff;color:#0f172a;border-left:4px solid var(--toastify-color-warning)}.Toastify__toast--info{background:#fff;color:#0f172a;border-left:4px solid var(--toastify-color-info)}.Toastify__toast-body{padding:0;margin:0;font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;color:inherit}.Toastify__close-button{color:#94a3b8;opacity:1;padding:4px;border-radius:6px;transition:color .2s,background .2s}.Toastify__close-button:hover{color:#64748b;background:#f1f5f9}.Toastify__progress-bar{height:3px;border-radius:0 0 var(--toastify-toast-bd-radius) var(--toastify-toast-bd-radius)}.Toastify__progress-bar--success{background:linear-gradient(90deg,#059669,#10b981)}.Toastify__progress-bar--error{background:linear-gradient(90deg,#dc2626,#ef4444)}.Toastify__progress-bar--warning{background:linear-gradient(90deg,#d97706,#f59e0b)}.Toastify__progress-bar--info{background:linear-gradient(90deg,#2563eb,#3b82f6)}.Toastify__toast-icon{width:22px;min-width:22px;height:22px;margin-inline-end:12px;display:flex;align-items:center;justify-content:center}@media (max-width: 480px){.Toastify__toast{border-radius:10px;margin:0 8px 8px;font-size:.875rem}}._overlay_fltmo_1{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;min-height:100dvh;align-items:center;justify-content:center;background:#0f172a66;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}._modal_fltmo_7{position:relative;width:90%;max-width:32rem;border-radius:1rem;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);box-shadow:0 25px 50px -12px #00000026}._closeButton_fltmo_12{position:absolute;top:1rem;right:1rem;cursor:pointer;border-radius:.5rem;border-width:0px;padding:.375rem;font-size:1.25rem;line-height:1.75rem;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;color:#64748b;background:transparent}._closeButton_fltmo_12:hover{--tw-bg-opacity: 1;background-color:rgb(241 245 249 / var(--tw-bg-opacity, 1));color:#0f172a}._content_fltmo_23{padding:3rem 1.5rem 1.5rem}._container_1m2bf_2{display:flex;width:100%;flex-direction:column;gap:.25rem}._label_1m2bf_6{font-size:.875rem;line-height:1.25rem;font-weight:500}._inputWrapper_1m2bf_10{position:relative;width:100%}._input_1m2bf_10{height:3rem;width:100%;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(236 236 236 / var(--tw-border-opacity, 1));padding-left:1rem;padding-right:3.5rem;outline-color:#ececec}._input_1m2bf_10:focus{--tw-border-opacity: 1;border-color:rgb(75 85 99 / var(--tw-border-opacity, 1))}._inputError_1m2bf_19{--tw-border-opacity: 1;border-color:rgb(239 68 68 / var(--tw-border-opacity, 1));--tw-ring-opacity: 1;--tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1)) }._inputError_1m2bf_19:focus{--tw-border-opacity: 1;border-color:rgb(239 68 68 / var(--tw-border-opacity, 1));--tw-ring-opacity: 1;--tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1)) }._toggleButton_1m2bf_23{position:absolute;top:0;bottom:0;right:0;display:flex;cursor:pointer;align-items:center;padding-right:.75rem;font-size:.875rem;line-height:1.25rem;font-weight:600;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1));background:none;border:none}._errorMessage_1m2bf_29{margin-top:.25rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}._container_12pkl_2{display:flex;flex-direction:column;gap:1rem;padding:1.5rem;min-width:400px}._title_12pkl_10{font-size:1.5rem;font-weight:700;margin-bottom:.5rem;color:#333}._form_12pkl_17{display:flex;flex-direction:column;gap:1.25rem}._buttonContainer_12pkl_23{display:flex;justify-content:flex-end;gap:1rem;margin-top:1.5rem;border-top:1px solid #eee;padding-top:1.5rem}._primaryButton_12pkl_32,._secondaryButton_12pkl_33{padding:.6rem 1.2rem;border-radius:6px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease-in-out;border:1px solid transparent}._primaryButton_12pkl_32{background-color:#007bff;color:#fff;border-color:#007bff}._primaryButton_12pkl_32:hover:not(:disabled){background-color:#0056b3}._primaryButton_12pkl_32:disabled{background-color:#a0c7e4;cursor:not-allowed}._secondaryButton_12pkl_33{background-color:#f8f9fa;color:#333;border-color:#ddd}._secondaryButton_12pkl_33:hover:not(:disabled){background-color:#e2e6ea}._secondaryButton_12pkl_33:disabled{opacity:.6;cursor:not-allowed}._loadingContent_12pkl_73{display:flex;justify-content:center;align-items:center}._loader_12pkl_79{width:18px;height:18px;border:2px solid #fff;border-bottom-color:transparent;border-radius:50%;display:inline-block;box-sizing:border-box;animation:_rotation_12pkl_1 1s linear infinite}@keyframes _rotation_12pkl_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._header_1mkhg_1{width:100%;background:#fff;border-bottom:1px solid #e2e8f0;position:fixed;top:0;left:0;right:0;z-index:40;height:64px;box-shadow:0 1px 3px #0000000a}._headerContent_1mkhg_14{display:flex;align-items:center;justify-content:space-between;height:100%;padding-left:1rem;padding-right:1rem}@media (min-width: 768px){._headerContent_1mkhg_14{padding-left:2rem;padding-right:2rem}}._headerLeft_1mkhg_30{display:flex;align-items:center;gap:1rem}._hamburgerBtn_1mkhg_36{display:block;cursor:pointer;padding:.5rem;color:#475569;border:none;background:transparent;border-radius:.5rem;transition:background-color .15s,color .15s}._hamburgerBtn_1mkhg_36:hover{background:#f1f5f9;color:#0f172a}@media (min-width: 1024px){._hamburgerBtn_1mkhg_36{display:none}}._logoContainer_1mkhg_58{display:flex;align-items:center}._headerRight_1mkhg_63{display:flex;gap:.75rem;align-items:center}._notificationIcon_1mkhg_69{cursor:pointer;display:flex;align-items:center;justify-content:center;padding:.5rem;border-radius:.5rem;background:#f8fafc;border:1px solid #e2e8f0;transition:background-color .15s}._notificationIcon_1mkhg_69:hover{background:#f1f5f9}._avatarWrapper_1mkhg_85{position:relative}._userAvatar_1mkhg_89{display:flex;align-items:center;justify-content:center;width:40px;height:40px;min-width:40px;border-radius:.5rem;background:linear-gradient(135deg,#0f172a,#1e3a5f);box-shadow:0 2px 8px #0f172a33;color:#fff;font-size:.875rem;font-weight:600;letter-spacing:-.025em;cursor:pointer;transition:opacity .15s,transform .1s}._userAvatar_1mkhg_89:hover{opacity:.95;transform:scale(1.02)}._logoutPopup_1mkhg_112{position:absolute;right:0;top:calc(100% + .5rem);min-width:200px;padding:.5rem;background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;box-shadow:0 10px 40px -10px #0f172a40;z-index:60}._dropdownItem_1mkhg_125{display:flex;align-items:center;gap:.75rem;width:100%;padding:.625rem .75rem;font-size:.875rem;font-weight:500;color:#334155;background:transparent;border:none;border-radius:.5rem;cursor:pointer;text-align:left;transition:background-color .15s,color .15s}._dropdownItem_1mkhg_125:hover{background:#f1f5f9;color:#0f172a}._dropdownItemIcon_1mkhg_147{flex-shrink:0;color:#64748b}._modalBackdrop_1mkhg_152{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}._modalContent_1mkhg_165{background-color:#fff;padding:20px;border-radius:8px;box-shadow:0 2px 10px #0000001a}._sidebar-container_1r5a9_1{display:flex;flex-direction:column;height:100%;background:linear-gradient(180deg,#fafbfc,#f3f4f6);color:#1f2937;width:100%;padding-top:.5rem;min-width:250px;border-right:1px solid #e5e7eb}._sidebar-items_1r5a9_13{display:flex;flex-direction:column;gap:2px;padding:.5rem .75rem;flex:1}._sidebar-item_1r5a9_13{display:flex;align-items:center;border-radius:.5rem}._sidebar-link_1r5a9_27{display:flex;align-items:center;gap:.75rem;padding:.625rem .75rem;width:100%;font-size:.875rem;font-weight:500;border-radius:.5rem;text-decoration:none;transition:background-color .15s,color .15s}._sidebar-link-inactive_1r5a9_40{color:#4b5563}._sidebar-link-inactive_1r5a9_40:hover{background-color:#f3f4f6;color:#111827}._sidebar-link-active_1r5a9_49{background:linear-gradient(135deg,#eff6ff,#dbeafe);color:#1d4ed8}._sidebar-icon_1r5a9_54{flex-shrink:0;color:inherit}._sidebar-group_1r5a9_60{margin-bottom:2px}._sidebar-group-trigger_1r5a9_64{display:flex;align-items:center;gap:.75rem;width:100%;padding:.625rem .75rem;font-size:.875rem;font-weight:500;text-align:left;border:none;border-radius:.5rem;background:transparent;color:#4b5563;cursor:pointer;transition:background-color .15s,color .15s}._sidebar-group-trigger_1r5a9_64:hover{background-color:#f3f4f6;color:#111827}._sidebar-group-trigger-active_1r5a9_86{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);color:#0369a1}._sidebar-group-label_1r5a9_91{flex:1}._sidebar-chevron_1r5a9_95{flex-shrink:0;color:#9ca3af;transition:transform .2s}._sidebar-group-trigger_1r5a9_64:hover ._sidebar-chevron_1r5a9_95,._sidebar-group-trigger-active_1r5a9_86 ._sidebar-chevron_1r5a9_95{color:#6b7280}._sidebar-submenu_1r5a9_106{display:flex;flex-direction:column;gap:2px;padding:.25rem 0 .25rem .75rem;margin-left:1.75rem;border-left:2px solid #e5e7eb}._sidebar-sublink_1r5a9_115{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.8125rem;font-weight:500;border-radius:.375rem;text-decoration:none;color:#6b7280;transition:background-color .15s,color .15s}._sidebar-sublink_1r5a9_115:hover{background-color:#f3f4f6;color:#111827}._sidebar-sublink-active_1r5a9_133{background:linear-gradient(135deg,#eff6ff,#dbeafe);color:#1d4ed8}._sidebar-sublink-icon_1r5a9_138{flex-shrink:0;opacity:.9}._sidebar-environment_1r5a9_144{margin-top:auto;padding:1rem 1rem 1rem .75rem;border-top:1px solid #e5e7eb}._sidebar-environment-production_1r5a9_150{color:#059669;font-weight:600;font-size:.8125rem}._sidebar-environment-test_1r5a9_156{color:#d97706;font-weight:600;font-size:.8125rem}._drawer-container_1r5a9_162{position:fixed;top:0;left:0;height:100%;width:80vw;max-width:300px;z-index:50}._layoutContainer_11ne7_1{display:flex;flex-direction:column;width:100vw;height:100vh;overflow:hidden;position:relative;z-index:1}._mainContent_11ne7_11{display:flex;flex:1;margin-top:64px;overflow:hidden}._sidebar_11ne7_18{width:250px;min-width:250px;background-color:#fff;border-right:1px solid #e5e7eb;overflow-y:auto;flex-shrink:0}._contentArea_11ne7_27{flex:1;background-color:#e5e7eb;overflow-y:auto;min-width:0;width:100%}@media (max-width: 1023px){._sidebar_11ne7_18{display:none}}@media (min-width: 1024px){._sidebar_11ne7_18{display:block}}._root_do1fa_1{display:flex;flex-direction:column;gap:.75rem;width:100%;align-items:center}._pills_do1fa_9{display:flex;gap:.375rem;flex-wrap:wrap;background-color:#f1f5f9;padding:.375rem;border-radius:.625rem;width:-moz-fit-content;width:fit-content;justify-content:center}._pill_do1fa_9{display:inline-flex;align-items:center;gap:.375rem;padding:.5rem 1rem;border:none;border-radius:.5rem;background-color:transparent;color:#475569;font-weight:600;font-size:.8125rem;cursor:pointer;transition:background-color .2s,color .2s,box-shadow .2s;white-space:nowrap}._pill_do1fa_9:hover:not(._active_do1fa_36){background-color:#e2e8f0;color:#1e293b}._pill_do1fa_9._active_do1fa_36{background:linear-gradient(135deg,#0f172a,#1e3a5f);color:#fff;box-shadow:0 2px 6px #0f172a33}._pillIcon_do1fa_47{width:1rem;height:1rem;flex-shrink:0}._customRow_do1fa_53{display:flex;flex-wrap:wrap;align-items:flex-end;gap:.75rem;width:100%;max-width:420px;justify-content:center}._dateInputs_do1fa_63{display:flex;flex-wrap:wrap;gap:.75rem;align-items:flex-end}._dateGroup_do1fa_70{display:flex;flex-direction:column;gap:.25rem}._dateLabel_do1fa_76{font-size:.75rem;font-weight:600;color:#64748b}._dateInput_do1fa_63{padding:.5rem .75rem;border:1px solid #e2e8f0;border-radius:.5rem;background:#fff;font-size:.875rem;color:#0f172a;min-width:140px}._dateInput_do1fa_63:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f633}._applyBtn_do1fa_98{display:inline-flex;align-items:center;gap:.375rem;padding:.5rem 1rem;border:none;border-radius:.5rem;background:linear-gradient(135deg,#0f172a,#1e3a5f);color:#fff;font-weight:600;font-size:.8125rem;cursor:pointer;transition:opacity .2s,transform .1s;white-space:nowrap}._applyBtn_do1fa_98:hover:not(:disabled){opacity:.9;transform:translateY(-1px)}._applyBtn_do1fa_98:disabled{opacity:.5;cursor:not-allowed}._applyIcon_do1fa_124{width:1rem;height:1rem}@media (max-width: 480px){._pills_do1fa_9{gap:.25rem;padding:.25rem}._pill_do1fa_9{flex:1;min-width:calc(50% - .25rem);justify-content:center}._customRow_do1fa_53{flex-direction:column;align-items:stretch}._dateInputs_do1fa_63{justify-content:stretch}._dateInput_do1fa_63{min-width:0;width:100%}}._caseStatsRoot_ijx8y_3{display:flex;flex-direction:column;gap:1.25rem;padding:1rem 1.25rem;background-color:#fff;border-radius:1rem;box-shadow:0 1px 3px #0000000f;border:1px solid #e2e8f0;width:100%}._caseStatsRoot_ijx8y_3 ._dateRangeWrap_ijx8y_15{width:100%;display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:.75rem}._caseStatsRoot_ijx8y_3 ._pillsLeft_ijx8y_24{display:flex;justify-content:flex-start;align-items:flex-start;flex:1;min-width:0}._caseStatsRoot_ijx8y_3 ._pillAlignLeft_ijx8y_32{width:-moz-fit-content;width:fit-content;align-items:flex-start}._caseStatsRoot_ijx8y_3 ._refreshBtn_ijx8y_37{display:inline-flex;align-items:center;gap:.375rem;padding:.5rem 1rem;border:none;border-radius:.5rem;background:linear-gradient(135deg,#0f172a,#1e3a5f);color:#fff;font-weight:600;font-size:.8125rem;cursor:pointer;transition:opacity .2s,transform .1s,box-shadow .2s;white-space:nowrap;box-shadow:0 2px 6px #0f172a33}._caseStatsRoot_ijx8y_3 ._refreshBtn_ijx8y_37:hover:not(:disabled){opacity:.95;transform:translateY(-1px);box-shadow:0 4px 10px #0f172a40}._caseStatsRoot_ijx8y_3 ._refreshBtn_ijx8y_37:disabled{opacity:.6;cursor:not-allowed}._caseStatsRoot_ijx8y_3 ._refreshBtnSpinner_ijx8y_65{width:1.25rem;height:1.25rem;flex-shrink:0;color:#fff}._caseStatsRoot_ijx8y_3 ._chartsRow_ijx8y_72{display:grid;grid-template-columns:1fr 1fr;gap:1rem;width:100%}._caseStatsRoot_ijx8y_3 ._chartCard_ijx8y_79{display:flex;flex-direction:column;align-items:center;padding:1rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:.75rem;min-height:320px}._caseStatsRoot_ijx8y_3 ._chartTitle_ijx8y_90{margin:0 0 .75rem;font-size:.9375rem;font-weight:600;color:#0f172a}._caseStatsRoot_ijx8y_3 ._chartLoader_ijx8y_97,._caseStatsRoot_ijx8y_3 ._chartEmpty_ijx8y_98{display:flex;align-items:center;justify-content:center;flex:1;width:100%;min-height:260px}._caseStatsRoot_ijx8y_3 ._chartEmpty_ijx8y_98{color:#64748b;font-size:.875rem}._caseStatsRoot_ijx8y_3 ._loadingIcon_ijx8y_112{width:3rem;height:3rem;flex-shrink:0}._caseStatsRoot_ijx8y_3 ._loadingIconTable_ijx8y_118{width:2rem;height:2rem;flex-shrink:0}._caseStatsRoot_ijx8y_3 ._tablesRow_ijx8y_124{display:grid;grid-template-columns:1fr 1fr;gap:1rem;width:100%}._caseStatsRoot_ijx8y_3 ._tableSection_ijx8y_131{width:100%;min-width:0}._caseStatsRoot_ijx8y_3 ._tableSectionTitle_ijx8y_136{margin:0 0 .5rem;font-size:.9375rem;font-weight:600;color:#0f172a}._caseStatsRoot_ijx8y_3 ._tableWrap_ijx8y_143{overflow-x:auto;border:1px solid #e2e8f0;border-radius:.5rem;background:#fff}._caseStatsRoot_ijx8y_3 ._statsTable_ijx8y_150{width:100%;border-collapse:collapse;font-size:.875rem}._caseStatsRoot_ijx8y_3 ._statsTable_ijx8y_150 th,._caseStatsRoot_ijx8y_3 ._statsTable_ijx8y_150 td{padding:.5rem .75rem;text-align:left;border-bottom:1px solid #e2e8f0}._caseStatsRoot_ijx8y_3 ._statsTable_ijx8y_150 th{background:#f8fafc;color:#475569;font-weight:600}._caseStatsRoot_ijx8y_3 ._statsTable_ijx8y_150 tbody tr:last-child td{border-bottom:none}._caseStatsRoot_ijx8y_3 ._statsTable_ijx8y_150 tbody tr:hover{background:#f8fafc}._caseStatsRoot_ijx8y_3 ._tableLoader_ijx8y_177{display:flex;align-items:center;justify-content:center;min-height:120px;border:1px solid #e2e8f0;border-radius:.5rem;background:#f8fafc}@media (max-width: 768px){._caseStatsRoot_ijx8y_3 ._chartsRow_ijx8y_72{grid-template-columns:1fr}._caseStatsRoot_ijx8y_3 ._chartCard_ijx8y_79{min-height:280px}._caseStatsRoot_ijx8y_3 ._tablesRow_ijx8y_124{grid-template-columns:1fr}}._caseStatsRoot_ijx8y_3 ._tableEmpty_ijx8y_201{padding:1.5rem;text-align:center;color:#64748b;font-size:.875rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:.5rem}@media (max-width: 480px){._caseStatsRoot_ijx8y_3{padding:.875rem 1rem;gap:1rem}._caseStatsRoot_ijx8y_3 ._chartCard_ijx8y_79{padding:.75rem}._caseStatsRoot_ijx8y_3 ._statsTable_ijx8y_150 th,._caseStatsRoot_ijx8y_3 ._statsTable_ijx8y_150 td{padding:.375rem .5rem;font-size:.8125rem}}._table-container_yrf44_2{position:relative;max-height:600px;overflow-x:auto}@media (min-width: 414px){._table-container_yrf44_2{border-radius:.75rem}}._table-container_yrf44_2{width:100%;box-sizing:border-box;box-shadow:0 1px 3px #00000014,0 1px 2px #0000000f;border:1px solid #e5e7eb}._table-header_yrf44_11{position:sticky;top:0;font-size:.75rem;line-height:1rem;font-weight:600;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1));background:linear-gradient(to bottom,#f8fafc,#f1f5f9);z-index:10;border-bottom:2px solid #e2e8f0}._table-header-cell_yrf44_18{max-width:200px;padding:1rem 1.5rem;white-space:nowrap;text-transform:uppercase;letter-spacing:.05em;font-weight:600}._table-sortable_yrf44_26{display:flex;align-items:center;gap:.5rem}._table-filter-row_yrf44_30{background:#f8fafc}._table-filter-row_yrf44_30 ._table-header-cell_yrf44_18{padding:.25rem .5rem .5rem;vertical-align:bottom}._table-sort-icon_yrf44_39{margin-inline-start:.375rem;height:.75rem;width:.75rem}._table-body_yrf44_44{width:100%;text-align:left;font-size:.875rem;line-height:1.25rem}._table-body_yrf44_44:where([dir=rtl],[dir=rtl] *){text-align:right}._table-body_yrf44_44{min-width:100%;table-layout:fixed}._table-body_yrf44_44 tr{border-bottom-width:1px;--tw-border-opacity: 1;border-color:rgb(243 244 246 / var(--tw-border-opacity, 1));transition:all .2s ease}._table-body_yrf44_44 tr:hover{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}._table-body_yrf44_44 tr:last-child{border-bottom-width:0px}._table-body_yrf44_44 td{padding:1rem 1.5rem;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}._table-body_yrf44_44 td:nth-child(4){width:200px!important;max-width:200px!important;min-width:200px!important;text-align:left!important;padding:1rem .5rem 1rem .75rem!important;overflow:hidden!important;box-sizing:border-box!important}._table-body_yrf44_44 td:nth-child(4)>*{max-width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important}._table-header-cell_yrf44_18:nth-child(4){width:200px!important;text-align:left!important}._table-body_yrf44_44 td:nth-child(5){min-width:250px!important;max-width:350px!important}._table-header-cell_yrf44_18:nth-child(5){min-width:250px!important}._table-body_yrf44_44 td:nth-child(6){text-align:right!important;width:100px!important}._table-header-cell_yrf44_18:nth-child(6){text-align:right!important;width:100px!important}._table-empty_yrf44_110{padding-top:5rem;padding-bottom:5rem;text-align:center;font-weight:500;--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}._table-footer_yrf44_115{position:sticky;bottom:0;background:linear-gradient(to top,#f8fafc,#f1f5f9);z-index:10;border-top:2px solid #e2e8f0}._table-footer-cell_yrf44_122{padding:1rem 1.5rem;font-size:.875rem;line-height:1.25rem;font-weight:600;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1));white-space:nowrap;vertical-align:middle}._table-footer_yrf44_115 tr{display:table-row}._table-pagination_yrf44_132{display:flex;align-items:center;justify-content:center;gap:.5rem;flex-wrap:nowrap}._pagination-button_yrf44_138{border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:.5rem .75rem;min-width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;text-align:center;font-weight:600;transition:all .2s ease;color:#374151;flex-shrink:0}._pagination-button_yrf44_138:hover:not(._pagination-disabled_yrf44_152){--tw-border-opacity: 1;border-color:rgb(96 165 250 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1));transform:scale(1.05)}._pagination-active_yrf44_157{--tw-border-opacity: 1;border-color:rgb(4 57 109 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(4 57 109 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));box-shadow:0 2px 4px #04396d4d}._pagination-active_yrf44_157:hover{--tw-border-opacity: 1;border-color:rgb(4 57 109 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(4 57 109 / var(--tw-bg-opacity, 1));transform:scale(1)}._pagination-disabled_yrf44_152{cursor:not-allowed;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1));opacity:.6}._pagination-page_yrf44_172{padding:.5rem;font-weight:500;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1));display:inline-flex;align-items:center;justify-content:center;min-width:24px;flex-shrink:0}._mobile-cards-container_yrf44_182{display:none}._desktop-table-container_yrf44_186{display:block}._mobile-pagination_yrf44_190{display:none}._mobile-card_yrf44_182{margin-bottom:1rem;border-radius:.75rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:1.25rem;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 4px #0000000f;position:relative;overflow:hidden}._mobile-card_yrf44_182:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#04396d,#06c);opacity:0;transition:opacity .3s ease}._mobile-card_yrf44_182:hover{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);transform:translateY(-4px);border-color:#04396d}._mobile-card_yrf44_182:hover:before{opacity:1}._mobile-card-row_yrf44_225{display:flex;flex-direction:column;gap:.375rem;border-bottom-width:1px;--tw-border-opacity: 1;border-color:rgb(243 244 246 / var(--tw-border-opacity, 1));padding-top:.75rem;padding-bottom:.75rem}._mobile-card-row_yrf44_225:last-child{border-bottom-width:0px;padding-bottom:0}._mobile-card-row_yrf44_225:first-child{padding-top:0}._mobile-card-label_yrf44_237{font-size:.75rem;line-height:1rem;font-weight:700;text-transform:uppercase;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1));letter-spacing:.05em}._mobile-card-value_yrf44_242{font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1));word-wrap:break-word;overflow-wrap:break-word;line-height:1.6}._pagination-info_yrf44_249{margin-bottom:.75rem;text-align:center;font-size:.875rem;line-height:1.25rem;font-weight:600;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}._table-pagination_yrf44_132>div{display:inline-flex;align-items:center;gap:.125rem;flex-wrap:nowrap}@media (min-width: 769px){._table-pagination_yrf44_132{gap:.5rem}._pagination-button_yrf44_138{min-width:40px;height:40px}._table-footer-cell_yrf44_122:last-child{text-align:center}}@media (max-width: 768px){._desktop-table-container_yrf44_186{display:none}._mobile-cards-container_yrf44_182{display:block;padding:.75rem 0}._mobile-pagination_yrf44_190{display:block;padding:1.25rem 1rem;background:linear-gradient(to bottom,#f8fafc,#fff);border-radius:12px;margin-top:1rem;border:1px solid #e5e7eb;box-shadow:0 1px 3px #00000014}._pagination-info_yrf44_249{margin-bottom:1rem;font-size:.875rem}._table-container_yrf44_2{max-height:600px;border-radius:8px;-webkit-overflow-scrolling:touch;overflow-x:scroll;overflow-y:auto}._table-header-cell_yrf44_18{padding:.75rem 1rem;font-size:.75rem;line-height:1rem;font-weight:600;min-width:120px;white-space:nowrap;position:sticky;background:#fbfbfb;z-index:2}._table-body_yrf44_44{font-size:.813rem;table-layout:auto;min-width:-moz-max-content;min-width:max-content}._table-body_yrf44_44 td{padding:.75rem 1rem;white-space:normal;word-wrap:break-word;min-width:120px;max-width:200px;vertical-align:middle;overflow:visible;position:relative}._table-body_yrf44_44 tr{position:relative}._table-body_yrf44_44 td>*{position:relative;z-index:1}._table-footer-cell_yrf44_122{padding:.75rem 1rem;font-size:.75rem;line-height:1rem;white-space:nowrap}._table-pagination_yrf44_132{gap:.375rem;flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin;padding:.25rem 0}._table-pagination_yrf44_132::-webkit-scrollbar{height:4px}._table-pagination_yrf44_132::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:2px}._pagination-button_yrf44_138,._pagination-page_yrf44_172{padding:.25rem .5rem;font-size:.75rem;line-height:1rem;min-width:32px;height:32px;flex-shrink:0}._table-container_yrf44_2:after{content:"";position:absolute;top:0;right:0;width:20px;height:100%;background:linear-gradient(to left,rgba(59,130,246,.15),transparent);pointer-events:none;z-index:5}}@media (max-width: 480px){._table-header-cell_yrf44_18{padding:.5rem .75rem;min-width:110px;font-size:.75rem}._table-body_yrf44_44{font-size:.75rem}._table-body_yrf44_44 td{padding:.5rem .75rem;min-width:110px;max-width:180px}._pagination-button_yrf44_138,._pagination-page_yrf44_172{padding:.25rem .5rem;min-width:26px;font-size:.7rem}}._drawer-overlay_1j7ys_1{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;height:100%;width:100%;flex-wrap:wrap;align-items:center;justify-content:center;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:0;transition:opacity .3s ease}._drawer-container_1j7ys_9{position:fixed;bottom:0;top:0;right:0;z-index:1200;min-height:100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;width:100%;max-width:90vw;scrollbar-width:thin;-ms-overflow-style:none}._drawer-container_1j7ys_9 ::-webkit-scrollbar{width:6px}._drawer-container_1j7ys_9 ::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}._drawer-container_1j7ys_9 ::-webkit-scrollbar-track{background:#f1f5f9}._drawer-header_1j7ys_31{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 1.5rem 1rem}@media (min-width: 768px){._drawer-header_1j7ys_31{padding:2rem 2rem 1.5rem}}._drawer-header_1j7ys_31{background:linear-gradient(to bottom,#fff,#f8fafc);border-bottom:2px solid #e2e8f0;position:sticky;top:0;z-index:10;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}._drawer-header-border_1j7ys_41{border-bottom-width:.5px;--tw-border-opacity: 1;border-color:rgb(217 217 217 / var(--tw-border-opacity, 1))}._drawer-title-wrapper_1j7ys_45{display:flex;align-items:center;gap:.75rem}._drawer-title_1j7ys_45{font-size:1.5rem;line-height:2rem;font-weight:700;line-height:1.25}@media (min-width: 768px){._drawer-title_1j7ys_45{font-size:1.875rem;line-height:2.25rem}}._drawer-title_1j7ys_45{background:linear-gradient(135deg,#04396d,#06c);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.02em}._drawer-content_1j7ys_58{max-height:calc(100vh - 120px);overflow-y:auto;padding:1rem}@media (min-width: 768px){._drawer-content_1j7ys_58{padding:1.5rem}}@media (min-width: 1024px){._drawer-content_1j7ys_58{padding:2rem}}._drawer-content_1j7ys_58{background:linear-gradient(to bottom,#fff,#f8fafc,#fff);scrollbar-width:thin;scrollbar-color:#cbd5e1 #f1f5f9}._drawer-content_1j7ys_58::-webkit-scrollbar{width:6px}._drawer-content_1j7ys_58::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}._drawer-content_1j7ys_58::-webkit-scrollbar-track{background:#f1f5f9}@media (max-width: 768px){._drawer-overlay_1j7ys_1{padding:0;align-items:flex-end}._drawer-container_1j7ys_9{left:0;right:0;width:100%;max-width:100%;border-radius:20px 20px 0 0;max-height:95vh;animation:_slideUp_1j7ys_1 .3s ease-out}@keyframes _slideUp_1j7ys_1{0%{transform:translateY(100%)}to{transform:translateY(0)}}._drawer-header_1j7ys_31{padding:1.25rem 1rem 1rem;border-radius:20px 20px 0 0}._drawer-title_1j7ys_45{font-size:1.25rem;line-height:1.5rem}._drawer-content_1j7ys_58{max-height:calc(95vh - 100px);padding:1rem 1rem 2rem}}@media (max-width: 480px){._drawer-container_1j7ys_9{max-height:98vh;border-radius:16px 16px 0 0}._drawer-header_1j7ys_31{padding:1rem .75rem .75rem}._drawer-title_1j7ys_45{font-size:1.125rem;line-height:1.25rem}._drawer-content_1j7ys_58{max-height:calc(98vh - 90px);padding:.75rem .75rem 1.5rem}}._input-container_1lxai_1{display:flex;flex-direction:column}._input-label_1lxai_6{margin-bottom:.5rem;font-weight:500}._input-field_1lxai_11{padding:.75rem;border:1px solid #ccc;border-radius:4px}._input-not-editable_1lxai_17{background-color:#f0f0f0;cursor:not-allowed}._input-theme-2_1lxai_22{padding:.625rem .875rem;border:1.5px solid #9ca3af;border-radius:.5rem;font-size:.875rem;transition:all .2s ease}._input-theme-2_1lxai_22:hover:not(:disabled):not(:-moz-read-only){border-color:#6b7280}._input-theme-2_1lxai_22:hover:not(:disabled):not(:read-only){border-color:#6b7280}._input-theme-2_1lxai_22:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}._error-message_1lxai_40{color:red;font-size:.875rem;margin-top:.25rem}._select-container_12vwe_1{display:flex;width:100%;flex-direction:column;gap:.375rem}._select-label_12vwe_5{font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1));font-family:Inter,system-ui,-apple-system,sans-serif}._select-dropdown_12vwe_10{height:3rem;cursor:pointer;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding-left:1rem;padding-right:2.5rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;animation-duration:.2s;font-family:Inter,system-ui,-apple-system,sans-serif;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%239ca3af' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;-webkit-appearance:none;-moz-appearance:none;appearance:none}._select-dropdown_12vwe_10:hover:not(:disabled){--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}._select-dropdown_12vwe_10:focus{--tw-border-opacity: 1;border-color:rgb(4 89 146 / var(--tw-border-opacity, 1));outline:2px solid transparent;outline-offset:2px;box-shadow:0 0 0 3px #04599214;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23045992' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E")}._select-dropdown-2_12vwe_31{height:46px;cursor:pointer;border-radius:10px;border-width:1.5px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding-left:1rem;padding-right:2.5rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;animation-duration:.2s;font-family:Inter,system-ui,-apple-system,sans-serif;font-weight:500;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%239ca3af' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;-webkit-appearance:none;-moz-appearance:none;appearance:none}._select-dropdown-2_12vwe_31:hover:not(:disabled){--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}._select-dropdown-2_12vwe_31:focus{--tw-border-opacity: 1;border-color:rgb(4 89 146 / var(--tw-border-opacity, 1));outline:2px solid transparent;outline-offset:2px;box-shadow:0 0 0 3px #04599214;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23045992' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E")}._select-disabled_12vwe_53{cursor:not-allowed;--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1));background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23d1d5db' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E")}._default-value_12vwe_58{text-transform:capitalize;--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}._select-dropdown_12vwe_10 option,._select-dropdown-2_12vwe_31 option{padding:.5rem .75rem;--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1));font-family:Inter,system-ui,-apple-system,sans-serif}._select-dropdown_12vwe_10 option:checked,._select-dropdown-2_12vwe_31 option:checked{--tw-bg-opacity: 1;background-color:rgb(224 242 254 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(4 89 146 / var(--tw-text-opacity, 1))}@media (max-width: 640px){._select-label_12vwe_5{font-size:.75rem;line-height:1rem}._select-dropdown_12vwe_10,._select-dropdown-2_12vwe_31{height:2.75rem;padding-left:.75rem;padding-right:2.25rem;font-size:.875rem;line-height:1.25rem;background-position:right 10px center}}._create-case-container_i3v52_1{height:100%;width:100%;max-width:750px;overflow-y:auto}._casesWrapper_i3v52_5{display:flex;flex-direction:column;gap:20px}._input-field-wrapper_i3v52_11{display:flex;gap:1.5rem}._input-text-area-wrapper_i3v52_15{display:flex;flex-direction:column;gap:.5rem}._input-text-area_i3v52_15{width:100%;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(236 236 236 / var(--tw-border-opacity, 1));padding-left:1rem;padding-top:1rem;outline-color:#ececec}._input-text-area_i3v52_15:focus{--tw-border-opacity: 1;border-color:rgb(236 236 236 / var(--tw-border-opacity, 1))}._button-wrapper_i3v52_23{margin-top:auto;display:flex;width:100%;align-items:center;gap:1.25rem;padding-top:1rem;padding-bottom:1rem}._submit-button_i3v52_27{display:flex;width:100%;align-items:center;justify-content:center;gap:.25rem;border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(4 57 109 / var(--tw-bg-opacity, 1));padding:1rem 1.5rem;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}._loader_i3v52_31{height:1rem;width:1rem}@keyframes _spin_i3v52_1{to{transform:rotate(360deg)}}._loader_i3v52_31{animation:_spin_i3v52_1 1s linear infinite;border-radius:9999px;border-width:2px;--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1));border-top-color:transparent}._cancel-button_i3v52_35{width:100%;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(4 57 109 / var(--tw-border-opacity, 1));padding:1rem 1.5rem;--tw-text-opacity: 1;color:rgb(4 57 109 / var(--tw-text-opacity, 1))}._inputgroup-vertical_i3v52_39{display:flex;width:100%;flex-direction:column;gap:.5rem}._field-error_i3v52_43{font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}@media (max-width: 768px){._create-case-container_i3v52_1{width:100%;max-width:100%;max-height:calc(100vh - 140px);overflow-y:auto;-webkit-overflow-scrolling:touch;padding-bottom:100px}._casesWrapper_i3v52_5{gap:16px}._input-field-wrapper_i3v52_11{flex-direction:column;gap:.75rem}._inputgroup-vertical_i3v52_39,._input-text-area-wrapper_i3v52_15{width:100%}._input-text-area_i3v52_15{padding-top:.75rem;padding-bottom:.75rem;font-size:.875rem;line-height:1.25rem;min-height:100px}._button-wrapper_i3v52_23{position:fixed;bottom:0;left:0;right:0;width:100%;padding:16px;background:#fff;box-shadow:0 -2px 10px #00000026;z-index:100;margin:0;gap:12px}._submit-button_i3v52_27,._cancel-button_i3v52_35{padding-top:.75rem;padding-bottom:.75rem;font-size:.875rem;line-height:1.25rem;flex:1}}@media (max-width: 480px){._create-case-container_i3v52_1{padding-bottom:90px}._casesWrapper_i3v52_5{gap:12px}._input-text-area_i3v52_15{padding-top:.625rem;padding-bottom:.625rem;font-size:.75rem;line-height:1rem;min-height:80px}._button-wrapper_i3v52_23{padding:12px;gap:8px}._submit-button_i3v52_27,._cancel-button_i3v52_35{padding-top:.625rem;padding-bottom:.625rem;font-size:.75rem;line-height:1rem}}._editCaseDrawer_fd51z_1{width:100%;max-width:min(90vw,640px);overflow-y:auto;background:linear-gradient(180deg,#fafbfc,#f1f5f9)}._drawerTitle_fd51z_7{display:flex;align-items:center;gap:.75rem}._drawerTitleIconWrap_fd51z_11{display:flex;flex-shrink:0;align-items:center;justify-content:center;border-radius:.75rem;width:40px;height:40px;background:linear-gradient(135deg,#0f172a,#1e3a5f);box-shadow:0 2px 8px #0f172a33}._drawerTitleIcon_fd51z_11{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));width:22px;height:22px}._drawerTitleText_fd51z_25{margin:0;font-weight:600;letter-spacing:-.025em;font-size:1.2rem;line-height:1.25;color:#0f172a}._drawerSubtext_fd51z_32{margin:0;margin-top:.125rem;font-size:.75rem;line-height:1rem;color:#64748b}._form_fd51z_38{display:flex;flex-direction:column;gap:1.5rem}._section_fd51z_43{display:flex;flex-direction:column;gap:.75rem;border-radius:.75rem;border-width:1px;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:1rem;border-color:#e2e8f0;box-shadow:0 1px 3px #0000000a}._sectionHeading_fd51z_49{margin:0;margin-bottom:.25rem;display:flex;align-items:center;gap:.5rem;font-weight:600;--tw-text-opacity: 1;color:rgb(15 23 42 / var(--tw-text-opacity, 1));font-size:.9375rem;letter-spacing:-.01em}._sectionIcon_fd51z_55{flex-shrink:0;--tw-text-opacity: 1;color:rgb(100 116 139 / var(--tw-text-opacity, 1));width:18px;height:18px}._fieldsRow_fd51z_61{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1rem}@media (min-width: 768px){._fieldsRow_fd51z_61{grid-template-columns:repeat(2,minmax(0,1fr))}}._fieldGroup_fd51z_65{display:flex;flex-direction:column;gap:.375rem}._fieldError_fd51z_69{margin:0;font-size:.875rem;line-height:1.25rem;color:#dc2626}._textareaLabel_fd51z_75{font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}._textarea_fd51z_75{width:100%;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:.75rem .875rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(15 23 42 / var(--tw-text-opacity, 1));outline:2px solid transparent;outline-offset:2px;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;min-height:140px;resize:vertical}._textarea_fd51z_75::-moz-placeholder{color:#94a3b8}._textarea_fd51z_75::placeholder{color:#94a3b8}._textarea_fd51z_75:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61f}._selectField_fd51z_94{width:100%}._actions_fd51z_99{display:flex;flex-direction:column-reverse;align-items:center;justify-content:center;gap:.75rem;padding-top:.5rem}@media (min-width: 414px){._actions_fd51z_99{flex-direction:row}}._cancelBtn_fd51z_103{flex:1 1 0%;border-radius:.75rem;padding:.625rem 1.25rem;font-size:.875rem;line-height:1.25rem;font-weight:600;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;animation-duration:.2s}@media (min-width: 414px){._cancelBtn_fd51z_103{flex:0 1 auto}}._cancelBtn_fd51z_103{background:#fff;color:#475569;border:1px solid #e2e8f0;box-shadow:0 1px 2px #0000000a}._cancelBtn_fd51z_103:hover:not(:disabled){background:#f8fafc;border-color:#cbd5e1}._cancelBtn_fd51z_103:disabled{cursor:not-allowed;opacity:.5}._submitBtn_fd51z_120{display:inline-flex;flex:1 1 0%;align-items:center;justify-content:center;gap:.5rem;border-radius:.75rem;padding:.625rem 1.25rem;font-size:.875rem;line-height:1.25rem;font-weight:600;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;animation-duration:.2s}@media (min-width: 414px){._submitBtn_fd51z_120{flex:0 1 auto}}._submitBtn_fd51z_120{background:linear-gradient(135deg,#0f172a,#1e3a5f);box-shadow:0 2px 6px #0f172a40;border:none;cursor:pointer}._submitBtn_fd51z_120:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #0f172a4d}._submitBtn_fd51z_120:disabled{cursor:not-allowed;opacity:.5;transform:none}@keyframes _spin_fd51z_1{to{transform:rotate(360deg)}}._loader_fd51z_138{animation:_spin_fd51z_1 1s linear infinite;border-radius:9999px;border-width:2px;--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1));border-top-color:transparent;width:1rem;height:1rem}@media (max-width: 768px){._editCaseDrawer_fd51z_1{max-width:100%;max-height:calc(100vh - 120px);padding-bottom:1rem}._section_fd51z_43{padding:.75rem}._fieldsRow_fd51z_61{grid-template-columns:repeat(1,minmax(0,1fr));gap:.75rem}._actions_fd51z_99{position:sticky;bottom:0;left:0;right:0;margin-left:-1rem;margin-right:-1rem;margin-bottom:-1rem;flex-direction:row;gap:.75rem;border-bottom-right-radius:.75rem;border-bottom-left-radius:.75rem;border-top-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:1rem;box-shadow:0 -4px 12px #0000000f}._cancelBtn_fd51z_103,._submitBtn_fd51z_120{flex:1 1 0%;padding-top:.75rem;padding-bottom:.75rem}}@media (max-width: 480px){._section_fd51z_43{padding:.625rem}._actions_fd51z_99{gap:.5rem;padding:.75rem}}._table-container_1fdx9_1{position:relative;width:100%;overflow-x:auto;--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}@media (min-width: 414px){._table-container_1fdx9_1{border-radius:.5rem}}._table_1fdx9_1{height:100%;max-height:500px;width:100%;overflow-y:auto;text-align:left;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}._table_1fdx9_1:where([dir=rtl],[dir=rtl] *){text-align:right}._table-header_1fdx9_9{--tw-bg-opacity: 1;background-color:rgb(251 251 251 / var(--tw-bg-opacity, 1));font-size:.75rem;line-height:1rem;--tw-text-opacity: 1;color:rgb(165 165 165 / var(--tw-text-opacity, 1))}._header-cell_1fdx9_13,._body-cell_1fdx9_14{padding-left:1.5rem;padding-right:1.5rem;padding-top:14px;padding-bottom:14px}._skeleton_1fdx9_18{height:1rem;width:8rem}@keyframes _pulse_1fdx9_1{50%{opacity:.5}}._skeleton_1fdx9_18{animation:_pulse_1fdx9_1 2s cubic-bezier(.4,0,.6,1) infinite;border-radius:.25rem;--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity, 1))}._container_gnkbx_2{display:flex;flex-direction:column;gap:1rem;padding-left:1rem;padding-right:1rem;padding-bottom:1rem;max-height:100%;overflow:hidden}._header_gnkbx_9{display:flex;flex-direction:column;align-items:stretch;gap:1rem}@media (min-width: 768px){._header_gnkbx_9{flex-direction:row;align-items:center}}._header_gnkbx_9{flex-shrink:0}._statusWrapper_gnkbx_15{display:flex;width:100%;flex-direction:column;gap:.75rem}._statusButtons_gnkbx_20{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}._statusButton_gnkbx_20{cursor:pointer;border-radius:.5rem;padding:.5rem 1rem;font-size:.875rem;line-height:1.25rem;font-weight:500;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;animation-duration:.2s;border:1.5px solid #e2e8f0;background:#f8fafc;color:#64748b;min-height:38px}._statusButton_gnkbx_20:hover{background:#f1f5f9;border-color:#cbd5e1;color:#475569}._activeStatus_gnkbx_40{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));background:linear-gradient(135deg,#04396d,#045992);border-color:#04396d;box-shadow:0 2px 6px #04396d40}._activeStatus_gnkbx_40:hover{background:linear-gradient(135deg,#032d5a,#04396d);border-color:#032d5a}._statusText_gnkbx_53{font-size:.875rem;line-height:1.25rem;font-weight:500}._addButton_gnkbx_58{display:inline-flex;cursor:pointer;align-items:center;justify-content:center;gap:.5rem;border-radius:.5rem;padding:.5rem 1rem;font-size:.875rem;line-height:1.25rem;font-weight:600;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));background:linear-gradient(135deg,#04396d,#045992);box-shadow:0 2px 6px #04396d40;transition:all .2s ease;min-height:38px;white-space:nowrap;margin-left:auto}._addButton_gnkbx_58:disabled{cursor:not-allowed;opacity:.5;transform:none;box-shadow:none}._addButton_gnkbx_58:hover:not(:disabled){background:linear-gradient(135deg,#032d5a,#04396d);transform:translateY(-1px);box-shadow:0 4px 12px #04396d4d}._tableWrapper_gnkbx_82{border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));overflow:hidden;flex:1;min-height:0;display:flex;flex-direction:column}._tableWrapper_gnkbx_82 table{table-layout:fixed!important;width:100%}._tableWrapper_gnkbx_82 table th:nth-child(1),._tableWrapper_gnkbx_82 table td:nth-child(1){width:150px!important;min-width:150px!important;max-width:150px!important}._tableWrapper_gnkbx_82 table th:nth-child(2),._tableWrapper_gnkbx_82 table td:nth-child(2){width:160px!important;min-width:160px!important;max-width:160px!important;overflow:hidden;text-overflow:ellipsis}._tableWrapper_gnkbx_82 table th:nth-child(3),._tableWrapper_gnkbx_82 table td:nth-child(3){width:220px!important;min-width:220px!important;max-width:220px!important;text-align:left!important;overflow:hidden!important;box-sizing:border-box!important}._tableWrapper_gnkbx_82 table td:nth-child(3) ._statusBadgeWrapper_gnkbx_124{max-width:100%!important;min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}._tableWrapper_gnkbx_82 table td:nth-child(3) ._statusBadgeWrapper_gnkbx_124 p{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;min-width:0!important;max-width:100%!important}._tableWrapper_gnkbx_82 table th:nth-child(4),._tableWrapper_gnkbx_82 table td:nth-child(4){min-width:200px!important;overflow:hidden;text-overflow:ellipsis}._tableWrapper_gnkbx_82 table th:nth-child(5),._tableWrapper_gnkbx_82 table td:nth-child(5){width:90px!important;min-width:90px!important;max-width:90px!important}._dateTimeBlock_gnkbx_155{display:flex;flex-direction:column;gap:.125rem;line-height:1.3}._dateLine_gnkbx_162{font-size:.8125rem;font-weight:500;color:#334155}._timeLine_gnkbx_168{font-size:.75rem;color:#94a3b8;font-weight:400}._noCaseMessage_gnkbx_175{display:flex;height:12rem;align-items:center;justify-content:center;font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}._tableRow_gnkbx_180{cursor:pointer;text-wrap:nowrap;border-bottom-width:1px;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}._tableRow_gnkbx_180:hover{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}._tableCell_gnkbx_184{padding:.75rem 1rem;font-size:.875rem;line-height:1.25rem}._textPrimary_gnkbx_188{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}._textSecondary_gnkbx_192{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}._statusBadgeWrapper_gnkbx_124{display:flex;height:-moz-fit-content;height:fit-content;width:-moz-fit-content;width:fit-content;align-items:center;gap:.375rem;border-radius:9999px;padding:.25rem .625rem}._statusResolved_gnkbx_201{--tw-bg-opacity: 1;background-color:rgb(236 253 245 / var(--tw-bg-opacity, 1))}._statusUnresolved_gnkbx_205{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))}._statusDotResolved_gnkbx_209{height:.375rem;width:.375rem;border-radius:9999px;--tw-bg-opacity: 1;background-color:rgb(16 185 129 / var(--tw-bg-opacity, 1))}._statusDotUnresolved_gnkbx_213{height:.375rem;width:.375rem;border-radius:9999px;--tw-bg-opacity: 1;background-color:rgb(239 68 68 / var(--tw-bg-opacity, 1))}._statusTextResolved_gnkbx_217{font-size:.75rem;line-height:1rem;font-weight:500;--tw-text-opacity: 1;color:rgb(4 120 87 / var(--tw-text-opacity, 1))}._statusTextUnresolved_gnkbx_221{font-size:.75rem;line-height:1rem;font-weight:500;--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}._actionWrapper_gnkbx_225{display:flex;align-items:center;gap:.75rem}._actionWrapper_gnkbx_225 span{cursor:pointer;--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;animation-duration:.2s}._actionWrapper_gnkbx_225 span:hover{--tw-text-opacity: 1;color:rgb(4 57 109 / var(--tw-text-opacity, 1))}@media (max-width: 768px){._container_gnkbx_2{gap:.75rem;padding-left:.75rem;padding-right:.75rem;padding-bottom:.75rem}._statusWrapper_gnkbx_15{gap:.5rem}._statusButtons_gnkbx_20{width:100%;gap:.5rem}._statusButton_gnkbx_20{flex:1 1 0%;padding:.5rem .625rem;text-align:center;font-size:.75rem;line-height:1rem;min-height:36px;min-width:0}._addButton_gnkbx_58{width:100%;padding:.5rem .75rem;font-size:.75rem;line-height:1rem;margin-left:0;min-height:40px}._tableWrapper_gnkbx_82{border-radius:8px}._tableCell_gnkbx_184{padding:.625rem .75rem;font-size:.75rem;line-height:1rem}._noCaseMessage_gnkbx_175{height:9rem;font-size:.75rem;line-height:1rem}}@media (max-width: 480px){._container_gnkbx_2{padding-left:.5rem;padding-right:.5rem;padding-bottom:.5rem}._statusButton_gnkbx_20{padding:.375rem .5rem;font-size:.75rem;line-height:1rem;min-height:32px}._addButton_gnkbx_58{padding-top:.5rem;padding-bottom:.5rem;font-size:.75rem;line-height:1rem;min-height:36px}._statusText_gnkbx_53{font-size:.75rem;line-height:1rem}}._card-container_1wmr8_1{display:flex;width:100%;align-items:center;justify-content:space-between;padding:1rem 1.25rem;background:linear-gradient(135deg,#fff,#f8fafc);border:1px solid #e2e8f0;border-radius:.75rem;transition:all .2s ease;box-shadow:0 1px 2px #0000000a}._card-container_1wmr8_1:hover{border-color:#cbd5e1;box-shadow:0 2px 8px #0000000f}._card-info_1wmr8_16{display:flex;align-items:center;gap:.75rem;flex:1;min-width:0}._card-name_1wmr8_22{font-size:1.25rem;line-height:1.75rem;font-weight:700;color:#1e293b;letter-spacing:-.02em;line-height:1.3;margin:0;word-break:break-word}._card-signup_1wmr8_31{font-size:.75rem;line-height:1rem;font-weight:400;color:#94a3b8;letter-spacing:.01em;margin:.25rem 0 0;display:flex;align-items:center;gap:.25rem}._card-signup_1wmr8_31:before{content:"•";color:#cbd5e1;font-size:.75rem;margin-right:.125rem}._card-status_1wmr8_48{display:flex;align-items:center;justify-content:center;padding:.375rem .875rem;border-radius:1rem;font-weight:600;font-size:.75rem;letter-spacing:.05em;text-transform:uppercase;white-space:nowrap;flex-shrink:0;box-shadow:0 1px 2px #0000001a;transition:all .2s ease}._card-status_1wmr8_48:hover{transform:translateY(-1px);box-shadow:0 2px 4px #00000026}._card-status-text_1wmr8_67{margin:0;font-weight:600;font-size:.75rem;letter-spacing:.05em}._loading-placeholder_1wmr8_74{display:flex;flex-direction:column;gap:.5rem}._loading-placeholder-item_1wmr8_78{height:1rem}@keyframes _pulse_1wmr8_1{50%{opacity:.5}}._loading-placeholder-item_1wmr8_78{animation:_pulse_1wmr8_1 2s cubic-bezier(.4,0,.6,1) infinite;border-radius:.25rem;--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1));width:120px}._loading-placeholder-item_1wmr8_78:first-child{width:180px;height:1.5rem}._card-status_1wmr8_48._bg-green-500_1wmr8_89{background:linear-gradient(135deg,#10b981,#059669);color:#fff}._card-status_1wmr8_48._bg-blue-500_1wmr8_94{background:linear-gradient(135deg,#64748b,#475569);color:#fff}._card-status_1wmr8_48._bg-yellow-500_1wmr8_99{background:linear-gradient(135deg,#fbbf24,#f59e0b);color:#78350f}._card-status_1wmr8_48._bg-red-500_1wmr8_104{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff}._card-status_1wmr8_48._bg-purple-500_1wmr8_109{background:linear-gradient(135deg,#a855f7,#9333ea);color:#fff}._card-status_1wmr8_48._bg-gray-500_1wmr8_114{background:linear-gradient(135deg,#6b7280,#4b5563);color:#fff}@media (max-width: 768px){._card-container_1wmr8_1{padding:.875rem 1rem;flex-direction:column;align-items:flex-start;gap:.75rem}._card-info_1wmr8_16{width:100%}._card-name_1wmr8_22{font-size:1.125rem}._card-status_1wmr8_48{align-self:flex-end;padding:.3125rem .75rem;font-size:.6875rem}}@media (max-width: 480px){._card-container_1wmr8_1{padding:.75rem}._card-name_1wmr8_22{font-size:1rem}._card-signup_1wmr8_31{font-size:.6875rem}}._accordion-container_15tr8_1{display:flex;height:-moz-fit-content;height:fit-content;flex-direction:column;border-radius:.75rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);padding:1rem;transition:all .3s cubic-bezier(.4,0,.2,1);margin-bottom:1rem}._accordion-container_15tr8_1:hover{box-shadow:0 4px 12px #00000014;border-color:#e2e8f0}._accordion-container-disabled_15tr8_13{cursor:not-allowed;--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1));opacity:.6}._accordion-header_15tr8_17{display:flex;cursor:pointer;align-items:center;justify-content:space-between;padding:.5rem 0;transition:all .2s ease}._accordion-header_15tr8_17:hover:not(._accordion-header-disabled_15tr8_23){padding-left:.25rem}._accordion-header-disabled_15tr8_23{cursor:not-allowed}._title-wrapper_15tr8_31{display:flex;align-items:center;gap:.75rem;flex:1}._accordion-title_15tr8_36{font-size:1.125rem;line-height:1.75rem;font-weight:700}@media (min-width: 768px){._accordion-title_15tr8_36{font-size:1.25rem;line-height:1.75rem}}._accordion-title_15tr8_36{letter-spacing:-.02em;display:inline-flex;align-items:center;gap:.5rem;flex-wrap:wrap}._accordion-title_15tr8_36>span:not(._accordion-icon-emoji_15tr8_46){background:linear-gradient(135deg,#04396d,#06c);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._accordion-icon-emoji_15tr8_46{-webkit-text-fill-color:initial!important;background-clip:initial!important;background:initial!important;display:inline-block;font-style:normal;line-height:1;font-size:1.25em;margin-right:.375rem;vertical-align:middle;opacity:1!important;color:inherit!important;-webkit-user-select:none;-moz-user-select:none;user-select:none}._accordion-icon-emoji_15tr8_46[data-brand=mastercard]{letter-spacing:-.3em;font-size:1.1em;display:inline-flex;align-items:center;line-height:1}._accordion-content_15tr8_78{overflow:hidden;transition-property:all;transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1);animation-duration:.3s;animation-timing-function:cubic-bezier(.4,0,.2,1)}._accordion-container-open_15tr8_82{margin-top:1rem;max-height:80dvh;opacity:1;overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:#cbd5e1 #f1f5f9;-webkit-overflow-scrolling:touch}._accordion-container-open_15tr8_82::-webkit-scrollbar{width:6px}._accordion-container-open_15tr8_82::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}._accordion-container-open_15tr8_82::-webkit-scrollbar-track{background:#f1f5f9}._accordion-container-close_15tr8_105{margin-top:0;max-height:0px;opacity:0;overflow:hidden}._accordion-icon_15tr8_46{transition-property:transform;transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1);animation-duration:.3s;animation-timing-function:cubic-bezier(.4,0,.2,1);color:#04396d;font-size:1.25rem;flex-shrink:0}._accordion-icon-open_15tr8_118{--tw-rotate: 180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}._accordion-icon-close_15tr8_122{--tw-rotate: 0deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@media (max-width: 768px){._accordion-container_15tr8_1{padding:.875rem;border-radius:12px;margin-bottom:.75rem}._accordion-header_15tr8_17{padding:.375rem 0}._accordion-title_15tr8_36{font-size:1rem;line-height:1.5rem}._accordion-icon_15tr8_46{font-size:1.125rem}._accordion-container-open_15tr8_82{margin-top:.75rem}}@media (max-width: 480px){._accordion-container_15tr8_1{padding:.75rem;border-radius:10px;margin-bottom:.625rem}._accordion-title_15tr8_36{font-size:.9375rem;line-height:1.375rem}._accordion-container-open_15tr8_82{margin-top:.5rem}}._cardLoaderContainer_1qk2w_1{display:flex;min-height:110px;flex-grow:1}@keyframes _pulse_1qk2w_1{50%{opacity:.5}}._cardLoaderContainer_1qk2w_1{animation:_pulse_1qk2w_1 2s cubic-bezier(.4,0,.6,1) infinite;flex-direction:column;justify-content:center;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1));padding:1rem}._cardLoader_1qk2w_1{display:flex;flex-direction:column;gap:2.5rem}._cardLoaderItemTop_1qk2w_9{display:flex;align-items:center;gap:.5rem}._cardLoaderItemTitle_1qk2w_13{height:1.5rem;width:6rem;border-radius:.375rem;--tw-bg-opacity: 1;background-color:rgb(224 224 224 / var(--tw-bg-opacity, 1))}._cardLoaderItemIcon_1qk2w_17{height:1.25rem;width:1.25rem;border-radius:9999px;--tw-bg-opacity: 1;background-color:rgb(224 224 224 / var(--tw-bg-opacity, 1))}._cardLoaderItemBottom_1qk2w_21{height:2rem;width:8rem;border-radius:.375rem;--tw-bg-opacity: 1;background-color:rgb(224 224 224 / var(--tw-bg-opacity, 1))}._accordion-contents_rqoqp_1{display:flex;flex-direction:column;gap:.75rem;padding:.5rem 0}._radio-container_rqoqp_6{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}@media (min-width: 768px){._radio-container_rqoqp_6{gap:.75rem}}._radio-container_rqoqp_6{padding:.75rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:.5rem}._radio-container_rqoqp_6>label{display:flex}._radio-container_rqoqp_6>label{align-items:center}._radio-container_rqoqp_6>label{gap:.375rem}._radio-container_rqoqp_6>label{font-size:.75rem;line-height:1rem}._radio-container_rqoqp_6>label{font-weight:500}._radio-container_rqoqp_6>label{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}@media (min-width: 768px){._radio-container_rqoqp_6>label{font-size:.875rem;line-height:1.25rem}}._radio-container_rqoqp_6>label{padding:.5rem .75rem;background:#fff;border:1px solid #e2e8f0;border-radius:.375rem;cursor:pointer;transition:all .2s ease;min-height:36px}._radio-container_rqoqp_6 ._wallet-icon_rqoqp_24{display:inline-flex;align-items:center;justify-content:center;line-height:1;vertical-align:middle;margin-right:.5rem;flex-shrink:0}._radio-container_rqoqp_6 ._flag-emoji_rqoqp_34{font-size:1.125rem;line-height:1.75rem}@media (min-width: 768px){._radio-container_rqoqp_6 ._flag-emoji_rqoqp_34{font-size:1.25rem;line-height:1.75rem}}._radio-container_rqoqp_6 ._flag-emoji_rqoqp_34{font-size:1.25rem}._radio-container_rqoqp_6 ._crypto-icon_rqoqp_39{font-size:1rem;line-height:1.5rem}@media (min-width: 768px){._radio-container_rqoqp_6 ._crypto-icon_rqoqp_39{font-size:1.125rem;line-height:1.75rem}}._radio-container_rqoqp_6 ._crypto-icon_rqoqp_39{font-weight:600;color:#04396d;font-family:Courier New,monospace;min-width:1.5rem;text-align:center}._radio-container_rqoqp_6 ._wallet-currency_rqoqp_48{font-weight:600;color:inherit}._radio-container_rqoqp_6>label:hover{border-color:#04396d;background:#f8fafc}._radio-container_rqoqp_6>input{margin-right:.5rem}._radio-container_rqoqp_6>input{accent-color:#04396D;width:18px;height:18px}._radio-container_rqoqp_6>input:checked+span,._radio-container_rqoqp_6>label:has(input:checked){border-color:#04396d;background:linear-gradient(135deg,#f0f7ff,#e0f2fe);color:#04396d}._table-container_rqoqp_73{border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));box-shadow:0 1px 2px #0000000a;flex:1;min-height:0;overflow:hidden}._table-container_rqoqp_73 table{font-size:.8125rem;width:100%}._table-container_rqoqp_73 table th{padding:.5rem}@media (min-width: 768px){._table-container_rqoqp_73 table th{padding:.625rem .75rem}}._table-container_rqoqp_73 table th{font-size:.75rem;font-weight:600;color:#64748b;text-align:left;background:#f8fafc;border-bottom:1px solid #e2e8f0}._table-container_rqoqp_73 table th:nth-child(2),._table-container_rqoqp_73 table th:nth-child(3),._table-container_rqoqp_73 table th:nth-child(4){text-align:right}._table-container_rqoqp_73 table th:nth-child(6){text-align:center}._tableContent_rqoqp_106{display:flex;flex-direction:column}._tableData_rqoqp_110{padding:.5rem}@media (min-width: 768px){._tableData_rqoqp_110{padding:.625rem .75rem}}._tableData_rqoqp_110{vertical-align:middle;text-align:left;font-size:.8125rem;white-space:normal;word-break:break-word}._tableData_rqoqp_110:nth-child(1){min-width:100px;max-width:120px}._tableData_rqoqp_110:nth-child(2),._tableData_rqoqp_110:nth-child(3),._tableData_rqoqp_110:nth-child(4){min-width:110px;text-align:right;font-variant-numeric:tabular-nums}._tableData_rqoqp_110:nth-child(5){min-width:150px;max-width:200px}._tableData_rqoqp_110:nth-child(6){min-width:80px;text-align:center;font-size:.75rem}._tableCell_rqoqp_143{padding:.75rem 1rem}@media (min-width: 768px){._tableCell_rqoqp_143{padding:1rem 1.5rem}}._date-filter_rqoqp_147{margin-bottom:.5rem;display:flex;flex-direction:column;align-items:stretch;gap:.5rem}@media (min-width: 768px){._date-filter_rqoqp_147{flex-direction:row;align-items:center}}._date-filter_rqoqp_147{padding:.75rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:.5rem}._date-filter_rqoqp_147 label{font-size:.75rem;line-height:1rem;font-weight:500;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1));color:#64748b;min-width:-moz-fit-content;min-width:fit-content}._date-input_rqoqp_161{border-radius:.375rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1));padding:.5rem;font-size:.75rem;line-height:1rem;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._date-input_rqoqp_161:focus{--tw-border-opacity: 1;border-color:rgb(4 57 109 / var(--tw-border-opacity, 1));outline:2px solid transparent;outline-offset:2px;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-opacity: 1;--tw-ring-color: rgb(4 57 109 / var(--tw-ring-opacity, 1))}._date-input_rqoqp_161{min-height:36px;font-size:14px;background:#fff;width:100%}@media (min-width: 768px){._date-input_rqoqp_161{width:auto;font-size:13px}}._date-input_rqoqp_161:focus{box-shadow:0 0 0 3px #04396d1a}@media (max-width: 768px){._accordion-contents_rqoqp_1{gap:1rem}._radio-container_rqoqp_6{padding:.75rem;gap:.75rem}._radio-container_rqoqp_6>label{flex:1;min-width:calc(50% - .375rem);padding:.625rem .75rem;font-size:.8125rem}._date-filter_rqoqp_147{padding:.75rem}}@media (max-width: 480px){._radio-container_rqoqp_6>label{min-width:100%;font-size:.75rem}}._mobileCard_rqoqp_209{margin-bottom:.5rem;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:.75rem;box-shadow:0 1px 2px #0000000a;transition:all .2s ease;position:relative;overflow:hidden}._mobileCard_rqoqp_209:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#04396d,#06c);transform:scaleX(0);transform-origin:left;transition:transform .3s ease}._mobileCard_rqoqp_209:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a;border-color:#04396d}._mobileCard_rqoqp_209:hover:before{transform:scaleX(1)}._mobileCardRow_rqoqp_240{display:flex;flex-direction:column;gap:.375rem;padding-top:.375rem;padding-bottom:.375rem}@media (min-width: 768px){._mobileCardRow_rqoqp_240{flex-direction:row;align-items:center;gap:.75rem}}._mobileCardRow_rqoqp_240{border-bottom:1px solid #f1f5f9}._mobileCardRow_rqoqp_240:last-child{border-bottom:none}._mobileCardLabel_rqoqp_249{font-size:.75rem;line-height:1rem;font-weight:500;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1));color:#64748b;min-width:90px;flex-shrink:0}._mobileCardValue_rqoqp_256{font-size:.75rem;line-height:1rem;font-weight:400;--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}@media (min-width: 768px){._mobileCardValue_rqoqp_256{font-size:.875rem;line-height:1.25rem}}._mobileCardValue_rqoqp_256{flex:1;word-break:break-word;text-align:right}@media (min-width: 768px){._mobileCardValue_rqoqp_256{text-align:left}}@media (max-width: 768px){._mobileCard_rqoqp_209{padding:.75rem;margin-bottom:.625rem}._mobileCardRow_rqoqp_240{padding:.5rem 0;gap:.375rem}._mobileCardLabel_rqoqp_249{font-size:.6875rem;min-width:80px}._mobileCardValue_rqoqp_256{font-size:.8125rem}}._form_120l0_1{display:flex;width:100%;align-items:center;justify-content:center;gap:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(31 41 55 / var(--tw-border-opacity, 1));padding:1rem}._uploadText_120l0_5{font-size:.875rem;line-height:1.25rem;font-weight:600;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}._uploadLabel_120l0_9{display:inline-block;cursor:pointer;border-radius:.25rem;--tw-bg-opacity: 1;background-color:rgb(59 130 246 / var(--tw-bg-opacity, 1));padding:.25rem .625rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}._formTheme2_120l0_13{margin-left:auto;width:-moz-fit-content;width:fit-content;justify-content:flex-end;gap:1rem;border-color:transparent;padding:.5rem .25rem .5rem 1rem}._due-deligence-container_1prya_1{display:flex;flex-direction:column;gap:1rem}._due-deligence-not-found-text_1prya_5{text-align:center;font-size:.875rem;line-height:1.25rem;font-weight:600;font-style:italic;--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}._due-deligence-single-container_1prya_9{display:flex;flex-direction:column;gap:1.5rem;overflow:auto}._due-deligence-form-container_1prya_13{display:flex;width:100%;align-items:center;justify-content:space-between;gap:1rem}._due-deligence-answers-container_1prya_17{display:flex;width:100%;align-items:center;gap:1rem}._due-deligence-resolve-btns-container_1prya_21{margin-left:auto;display:flex;align-items:center;gap:1rem}._due-deligence-resolve-btns-container_1prya_21>._resolve_1prya_24{cursor:pointer}._due-deligence-resolve-btns-container_1prya_21>._resolve_1prya_24{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity, 1))}._due-deligence-resolve-btns-container_1prya_21>._resolve_1prya_24{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._due-deligence-resolve-btns-container_1prya_21>._resolve_1prya_24{transition-duration:.5s}._due-deligence-resolve-btns-container_1prya_21>._resolve_1prya_24{animation-duration:.5s}._due-deligence-resolve-btns-container_1prya_21>._resolve_1prya_24:hover{opacity:.8}._due-deligence-resolve-btns-container_1prya_21>._resolve_1prya_24:disabled{cursor:not-allowed}._due-deligence-resolve-btns-container_1prya_21>._resolve_1prya_24:disabled{opacity:.4}._due-deligence-resolve-btns-container_1prya_21>._reject_1prya_28{cursor:pointer}._due-deligence-resolve-btns-container_1prya_21>._reject_1prya_28{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}._due-deligence-resolve-btns-container_1prya_21>._reject_1prya_28{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._due-deligence-resolve-btns-container_1prya_21>._reject_1prya_28{transition-duration:.5s}._due-deligence-resolve-btns-container_1prya_21>._reject_1prya_28{animation-duration:.5s}._due-deligence-resolve-btns-container_1prya_21>._reject_1prya_28:hover{opacity:.8}._due-deligence-resolve-btns-container_1prya_21>._reject_1prya_28:disabled{cursor:not-allowed}._due-deligence-resolve-btns-container_1prya_21>._reject_1prya_28:disabled{opacity:.4}._due-deligence-form-group_1prya_33{display:flex;height:-moz-fit-content;height:fit-content;width:100%;flex-direction:column;gap:.5rem}._due-deligence-form-group-flat_1prya_37{display:flex;width:100%;flex-direction:row;align-items:center;justify-content:flex-start;gap:.5rem}._due-deligence-text-input_1prya_41{height:50px;width:100%;border-width:1px;--tw-border-opacity: 1;border-color:rgb(31 41 55 / var(--tw-border-opacity, 1));padding:.75rem}._due-deligence-text-input_1prya_41:disabled{cursor:not-allowed}._due-deligence-text-input_1prya_41:disabled{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity, 1))}._due-deligence-checkbox_1prya_49{display:flex;width:1.25rem!important;height:1.25rem!important;height:-moz-fit-content;height:fit-content;align-items:center;gap:.5rem;accent-color:#111827}._due-deligence-checkbox_1prya_49:disabled{cursor:not-allowed}._due-deligence-label_1prya_57{font-size:.875rem;line-height:1.25rem;font-weight:600;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}._document-file-wrapper_1prya_61{display:flex;width:100%;align-items:center;gap:.5rem}._document-file-wrapper_1prya_61 ._edit-button_1prya_64{display:inline-block}._document-file-wrapper_1prya_61 ._edit-button_1prya_64{cursor:pointer}._document-file-wrapper_1prya_61 ._edit-button_1prya_64{border-radius:.25rem}._document-file-wrapper_1prya_61 ._edit-button_1prya_64{--tw-bg-opacity: 1;background-color:rgb(234 179 8 / var(--tw-bg-opacity, 1))}._document-file-wrapper_1prya_61 ._edit-button_1prya_64{padding-top:.25rem;padding-bottom:.25rem}._document-file-wrapper_1prya_61 ._edit-button_1prya_64{padding-left:1rem;padding-right:1rem}._document-file-wrapper_1prya_61 ._edit-button_1prya_64{font-size:.875rem;line-height:1.25rem}._document-file-wrapper_1prya_61 ._edit-button_1prya_64{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}._document-file-wrapper_1prya_61 ._edit-button_1prya_64:hover{opacity:.55}._document-file-wrapper_1prya_61 ._document_tier_1prya_68{font-size:.875rem;line-height:1.25rem}._document-file-wrapper_1prya_61 ._document_tier_1prya_68{font-weight:600}._document-file-wrapper_1prya_61 ._document_tier_1prya_68{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}._accordion-title-with-badge_1prya_73{display:flex;align-items:center;gap:.75rem}._group-title_1prya_77{font-size:.875rem;line-height:1.25rem;font-weight:600;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}._status-badges_1prya_81{margin-left:1rem;display:flex;align-items:center;gap:.5rem}._status-badge_1prya_81{border-radius:9999px;--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1));padding:.25rem .5rem;font-size:.75rem;line-height:1rem;font-weight:500;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}._sufficient_1prya_89{--tw-bg-opacity: 1;background-color:rgb(220 252 231 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(21 128 61 / var(--tw-text-opacity, 1))}._new_1prya_93{--tw-bg-opacity: 1;background-color:rgb(254 249 195 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(161 98 7 / var(--tw-text-opacity, 1))}._insufficient_1prya_97{--tw-bg-opacity: 1;background-color:rgb(254 226 226 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity, 1))}._question-with-badge_1prya_101{display:flex;align-items:center;gap:.75rem}._modalWrapper_969vh_2{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;height:100%;width:100%;flex-wrap:wrap;align-items:center;justify-content:center;padding:1rem}._modalOverlay_969vh_6{position:fixed;top:0;right:0;bottom:0;left:0;height:100%;width:100%;background-color:#00000080}._modalContainer_969vh_11{position:fixed;z-index:50;width:100%;max-width:720px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));overflow:auto;border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._modalHeader_969vh_16{display:flex;justify-content:space-between;border-bottom-width:.5px;--tw-border-opacity: 1;border-color:rgb(155 155 155 / var(--tw-border-opacity, 1));padding:2rem 2rem 1rem}._modalTitle_969vh_20{font-size:1.5rem;line-height:2rem;font-weight:700;--tw-text-opacity: 1;color:rgb(7 29 50 / var(--tw-text-opacity, 1))}._closeButton_969vh_24{display:flex;height:2rem;width:2rem;cursor:pointer;align-items:center;justify-content:center;border-radius:9999px}._closeButton_969vh_24:hover{--tw-bg-opacity: 1;background-color:rgb(233 244 255 / var(--tw-bg-opacity, 1))}._modalContent_969vh_29{display:flex;flex-direction:column;gap:1rem;padding:2rem}._inputGroup_969vh_33{display:flex;width:100%;gap:.75rem}._inputgroup-vertical_969vh_37{display:flex;width:100%;flex-direction:column;gap:.5rem}._submitButton_969vh_42{width:100%;border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(4 57 109 / var(--tw-bg-opacity, 1));padding:1rem 1.5rem;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}._submitButton_969vh_42:disabled{opacity:.4}._loaderText_969vh_46{display:flex;align-items:flex-end;justify-content:center;gap:.25rem}._loading-content_969vh_50{display:flex;align-items:center;justify-content:center;gap:.25rem}._loader_969vh_46{height:1rem;width:1rem}@keyframes _spin_969vh_1{to{transform:rotate(360deg)}}._loader_969vh_46{animation:_spin_969vh_1 1s linear infinite;border-radius:9999px;border-width:2px;--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1));border-top-color:transparent}._field-error_969vh_58{font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}._modalWrapper_ka3l9_2{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;height:100%;width:100%;flex-wrap:wrap;align-items:center;justify-content:center;padding:1rem}._modalOverlay_ka3l9_6{position:fixed;top:0;right:0;bottom:0;left:0;height:100%;width:100%;background-color:#00000080}._modalContainer_ka3l9_11{position:fixed;z-index:50;width:100%;max-width:720px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));overflow:auto;border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._modalHeader_ka3l9_16{display:flex;justify-content:space-between;border-bottom-width:.5px;--tw-border-opacity: 1;border-color:rgb(155 155 155 / var(--tw-border-opacity, 1));padding:2rem 2rem 1rem}._modalTitle_ka3l9_20{font-size:1.5rem;line-height:2rem;font-weight:700;--tw-text-opacity: 1;color:rgb(7 29 50 / var(--tw-text-opacity, 1))}._closeButton_ka3l9_24{display:flex;height:2rem;width:2rem;cursor:pointer;align-items:center;justify-content:center;border-radius:9999px}._closeButton_ka3l9_24:hover{--tw-bg-opacity: 1;background-color:rgb(233 244 255 / var(--tw-bg-opacity, 1))}._modalContent_ka3l9_29{display:flex;flex-direction:column;gap:1.5rem;padding:2rem}._uploadContainer_ka3l9_33{display:flex;flex-direction:column;align-items:center;gap:1.5rem;border-radius:.5rem;border-width:2px;border-style:dashed;--tw-border-opacity: 1;border-color:rgb(155 155 155 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(248 250 252 / var(--tw-bg-opacity, 1));padding:2.5rem 2rem}._uploadTextContainer_ka3l9_37{display:flex;flex-direction:column;align-items:center;gap:.5rem}._uploadTextContainer_ka3l9_37 ._uploadMainText_ka3l9_40{font-size:1.125rem;line-height:1.75rem}._uploadTextContainer_ka3l9_37 ._uploadMainText_ka3l9_40{font-weight:500}._uploadTextContainer_ka3l9_37 ._uploadMainText_ka3l9_40{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}._uploadTextContainer_ka3l9_37 ._uploadSubText_ka3l9_44{font-size:.75rem;line-height:1rem}._uploadTextContainer_ka3l9_37 ._uploadSubText_ka3l9_44{font-weight:400}._uploadTextContainer_ka3l9_37 ._uploadSubText_ka3l9_44{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}._uploadFileButton_ka3l9_49{display:inline-flex;height:2rem;width:-moz-fit-content;width:fit-content;cursor:pointer;align-items:center;border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(251 146 60 / var(--tw-bg-opacity, 1));padding:.5rem 1rem;font-size:.875rem;line-height:1.25rem;font-weight:600;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}._uploadFileButton_ka3l9_49:hover{background-color:#f97316bf}._uploadFileButton_ka3l9_49:disabled{cursor:not-allowed;opacity:.4}._uploadedFilesContainer_ka3l9_53{display:grid;width:100%;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}._uploadedFile_ka3l9_53{display:flex;align-items:center;justify-content:space-between;overflow:hidden;border-radius:.375rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(243 244 246 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}._uploadedFileName_ka3l9_61{padding:.625rem .75rem;font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}._uploadedFileExtension_ka3l9_65{height:100%;border-width:1px;--tw-border-opacity: 1;border-color:rgb(22 163 74 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(22 163 74 / var(--tw-bg-opacity, 1));padding:.625rem .75rem;font-size:.75rem;line-height:1rem;font-weight:500;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}._removeFileButton_ka3l9_69{display:flex;height:2rem;width:2rem;cursor:pointer;align-items:center;justify-content:center;border-radius:9999px}._removeFileButton_ka3l9_69:hover{background-color:#dc26261a}._actionButtonsContainer_ka3l9_73{display:flex;align-items:center;gap:1rem}._upload-button_ka3l9_77{display:inline-flex;height:3.5rem;width:60%;cursor:pointer;align-items:center;justify-content:center;border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(30 64 175 / var(--tw-bg-opacity, 1));padding:.5rem 1rem;font-size:.875rem;line-height:1.25rem;font-weight:600;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}._upload-button_ka3l9_77:hover{background-color:#1e40afbf}._upload-button_ka3l9_77:disabled{cursor:not-allowed;opacity:.4}._spinner_ka3l9_81{height:1.25rem;width:1.25rem}@keyframes _spin_ka3l9_81{to{transform:rotate(360deg)}}._spinner_ka3l9_81{animation:_spin_ka3l9_81 1s linear infinite;border-radius:9999px;border-width:2px;--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1));border-top-color:transparent}._cancel-button_ka3l9_85{display:inline-flex;height:3.5rem;width:40%;cursor:pointer;align-items:center;justify-content:center;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(220 38 38 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:.5rem 1rem;font-size:.875rem;line-height:1.25rem;font-weight:600;--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}._cancel-button_ka3l9_85:hover{background-color:#dc26261a}._cancel-button_ka3l9_85:disabled{cursor:not-allowed;opacity:.4}._due-deligence-container_1h47f_1{display:flex;flex-direction:column;gap:1rem}._due-deligence-not-found-text_1h47f_5{text-align:center;font-size:.875rem;line-height:1.25rem;font-weight:600;font-style:italic;--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}._due-deligence-single-container_1h47f_9{display:flex;flex-direction:column;gap:1.5rem;overflow:auto}._due-deligence-form-container_1h47f_13{display:flex;width:100%;align-items:center;justify-content:space-between;gap:1rem}._due-deligence-answers-container_1h47f_17{display:flex;width:100%;align-items:center;gap:1rem}._due-deligence-resolve-btns-container_1h47f_21{margin-left:auto;display:flex;align-items:center;gap:1rem}._due-deligence-resolve-btns-container_1h47f_21 ._resolve_1h47f_24{cursor:pointer}._due-deligence-resolve-btns-container_1h47f_21 ._resolve_1h47f_24{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity, 1))}._due-deligence-resolve-btns-container_1h47f_21 ._resolve_1h47f_24{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._due-deligence-resolve-btns-container_1h47f_21 ._resolve_1h47f_24{transition-duration:.5s}._due-deligence-resolve-btns-container_1h47f_21 ._resolve_1h47f_24{animation-duration:.5s}._due-deligence-resolve-btns-container_1h47f_21 ._resolve_1h47f_24:hover{opacity:.8}._due-deligence-resolve-btns-container_1h47f_21 ._resolve_1h47f_24:disabled{cursor:not-allowed}._due-deligence-resolve-btns-container_1h47f_21 ._resolve_1h47f_24:disabled{opacity:.4}._due-deligence-resolve-btns-container_1h47f_21 ._reject_1h47f_28{cursor:pointer}._due-deligence-resolve-btns-container_1h47f_21 ._reject_1h47f_28{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}._due-deligence-resolve-btns-container_1h47f_21 ._reject_1h47f_28{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._due-deligence-resolve-btns-container_1h47f_21 ._reject_1h47f_28{transition-duration:.5s}._due-deligence-resolve-btns-container_1h47f_21 ._reject_1h47f_28{animation-duration:.5s}._due-deligence-resolve-btns-container_1h47f_21 ._reject_1h47f_28:hover{opacity:.8}._due-deligence-resolve-btns-container_1h47f_21 ._reject_1h47f_28:disabled{cursor:not-allowed}._due-deligence-resolve-btns-container_1h47f_21 ._reject_1h47f_28:disabled{opacity:.4}._due-deligence-form-group_1h47f_33{display:flex;height:-moz-fit-content;height:fit-content;width:100%;flex-direction:column;gap:.5rem}._due-deligence-form-group-flat_1h47f_37{display:flex;width:100%;flex-direction:row;align-items:center;justify-content:flex-start;gap:.5rem}._due-deligence-text-input_1h47f_41{height:50px;width:100%;border-width:1px;--tw-border-opacity: 1;border-color:rgb(31 41 55 / var(--tw-border-opacity, 1));padding:.75rem}._due-deligence-text-input_1h47f_41:disabled{cursor:not-allowed}._due-deligence-text-input_1h47f_41:disabled{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity, 1))}._due-deligence-checkbox_1h47f_49{display:flex;width:1.25rem!important;height:1.25rem!important;height:-moz-fit-content;height:fit-content;align-items:center;gap:.5rem;accent-color:#111827}._due-deligence-checkbox_1h47f_49:disabled{cursor:not-allowed}._due-deligence-label_1h47f_57{font-size:.875rem;line-height:1.25rem;font-weight:600;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}._document-file-wrapper_1h47f_61{display:flex;width:100%;align-items:center;gap:.5rem}._document-file-wrapper_1h47f_61 ._edit-button_1h47f_64{display:inline-block}._document-file-wrapper_1h47f_61 ._edit-button_1h47f_64{cursor:pointer}._document-file-wrapper_1h47f_61 ._edit-button_1h47f_64{border-radius:.25rem}._document-file-wrapper_1h47f_61 ._edit-button_1h47f_64{--tw-bg-opacity: 1;background-color:rgb(234 179 8 / var(--tw-bg-opacity, 1))}._document-file-wrapper_1h47f_61 ._edit-button_1h47f_64{padding-top:.25rem;padding-bottom:.25rem}._document-file-wrapper_1h47f_61 ._edit-button_1h47f_64{padding-left:1rem;padding-right:1rem}._document-file-wrapper_1h47f_61 ._edit-button_1h47f_64{font-size:.875rem;line-height:1.25rem}._document-file-wrapper_1h47f_61 ._edit-button_1h47f_64{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}._document-file-wrapper_1h47f_61 ._edit-button_1h47f_64:hover{opacity:.55}._document-file-wrapper_1h47f_61 ._document_tier_1h47f_68{font-size:.875rem;line-height:1.25rem}._document-file-wrapper_1h47f_61 ._document_tier_1h47f_68{font-weight:600}._document-file-wrapper_1h47f_61 ._document_tier_1h47f_68{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}._accordion-title-with-badge_1h47f_73{display:flex;align-items:center;gap:.75rem}._group-title_1h47f_77{font-size:.875rem;line-height:1.25rem;font-weight:600;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}._status-badges_1h47f_81{margin-left:1rem;display:flex;align-items:center;gap:.5rem}._status-badge_1h47f_81{border-radius:9999px;--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1));padding:.25rem .5rem;font-size:.75rem;line-height:1rem;font-weight:500;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}._sufficient_1h47f_89{--tw-bg-opacity: 1;background-color:rgb(220 252 231 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(21 128 61 / var(--tw-text-opacity, 1))}._new_1h47f_93{--tw-bg-opacity: 1;background-color:rgb(254 249 195 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(161 98 7 / var(--tw-text-opacity, 1))}._insufficient_1h47f_97{--tw-bg-opacity: 1;background-color:rgb(254 226 226 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity, 1))}._question-with-badge_1h47f_101{display:flex;align-items:center;gap:.75rem}._card-container_1p7pc_1{display:flex;flex-direction:column;gap:1.5rem;border-bottom-width:1px;--tw-border-opacity: 1;border-color:rgb(217 217 217 / var(--tw-border-opacity, 1));padding-top:1rem;padding-bottom:1rem}._card-title_1p7pc_5{font-size:1.25rem;line-height:1.75rem;font-weight:500;--tw-text-opacity: 1;color:rgb(157 163 186 / var(--tw-text-opacity, 1))}._card-details-container_1p7pc_9{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.5rem}._card-item_1p7pc_13{display:flex;width:100%;max-width:200px;flex-direction:column;gap:.25rem}._card-label_1p7pc_17{font-size:.75rem;font-weight:400;line-height:1rem;--tw-text-opacity: 1;color:rgb(160 157 157 / var(--tw-text-opacity, 1))}._card-value_1p7pc_21{font-size:1rem;font-weight:500;line-height:1.5rem;--tw-text-opacity: 1;color:rgb(34 34 34 / var(--tw-text-opacity, 1))}._transaction-summary-container_10yrn_1{width:100%;max-width:756px}._transaction-header_10yrn_5{display:flex;justify-content:space-between;border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(217 217 217 / var(--tw-bg-opacity, 1));padding:1rem}._transaction-info_10yrn_9{display:flex;flex-direction:column;gap:.5rem}._transaction-amount_10yrn_13{font-size:2.25rem;line-height:2.5rem;font-weight:700;line-height:54px}._transaction-date_10yrn_17{font-size:1rem;font-weight:500;line-height:1.5rem;--tw-text-opacity: 1;color:rgb(155 155 155 / var(--tw-text-opacity, 1))}._status-container_10yrn_21{display:flex;max-height:2.25rem;align-items:center;gap:4px;border-radius:100px;padding-left:.75rem;padding-right:.75rem;padding-top:6px;padding-bottom:6px}._status-success_10yrn_25{--tw-bg-opacity: 1;background-color:rgb(236 253 243 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(98 156 40 / var(--tw-text-opacity, 1))}._status-failed_10yrn_29{--tw-bg-opacity: 1;background-color:rgb(254 230 229 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(213 57 74 / var(--tw-text-opacity, 1))}._status-pending_10yrn_33{--tw-bg-opacity: 1;background-color:rgb(225 239 254 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(2 122 72 / var(--tw-text-opacity, 1))}._status-label_10yrn_37{font-size:.875rem;line-height:1.25rem;font-weight:700;line-height:18px}._container_1v7kr_2{width:100%}._innerWrapper_1v7kr_7{display:flex;flex-direction:column;gap:1rem;padding-top:1rem}@media (min-width: 768px){._innerWrapper_1v7kr_7{gap:1.25rem;padding-top:1.25rem}}._innerWrapper_1v7kr_7{max-height:100%;overflow:hidden}._header_1v7kr_14{margin-bottom:.75rem;display:flex;flex-direction:column;align-items:stretch;gap:.75rem}@media (min-width: 768px){._header_1v7kr_14{margin-bottom:1rem;flex-direction:row;align-items:center}}._header_1v7kr_14{flex-shrink:0}._actions_1v7kr_20{display:flex;max-height:2.5rem;width:100%;justify-content:flex-end;gap:.75rem}._tableContent_1v7kr_25{display:flex;flex-direction:column;overflow-x:auto;overflow-y:auto;max-height:calc(80vh - 200px);flex:1;min-height:0}._tableContent_1v7kr_25 table{table-layout:fixed;width:100%}._tableContent_1v7kr_25 table th:nth-child(1),._tableContent_1v7kr_25 table td:nth-child(1){width:115px;min-width:115px;max-width:115px}._tableContent_1v7kr_25 table th:nth-child(2),._tableContent_1v7kr_25 table td:nth-child(2){width:160px;min-width:160px;max-width:160px;overflow:hidden;text-overflow:ellipsis}._tableContent_1v7kr_25 table th:nth-child(3),._tableContent_1v7kr_25 table td:nth-child(3){min-width:180px;max-width:280px;overflow:hidden;text-overflow:ellipsis}._tableContent_1v7kr_25 table th:nth-child(4),._tableContent_1v7kr_25 table td:nth-child(4){width:120px;min-width:120px;max-width:120px}._tableContent_1v7kr_25 table th:nth-child(5),._tableContent_1v7kr_25 table td:nth-child(5){width:120px;min-width:120px;max-width:120px;overflow:hidden}._tableContent_1v7kr_25 table th:nth-child(6),._tableContent_1v7kr_25 table td:nth-child(6){width:90px;min-width:90px}._tableData_1v7kr_85{padding-left:1.5rem;padding-right:1.5rem;padding-top:14px;padding-bottom:14px}._tableCell_1v7kr_89{padding:1rem 1.5rem}._date-filter_1v7kr_94{display:flex;flex-direction:column;align-items:stretch;gap:.5rem}@media (min-width: 768px){._date-filter_1v7kr_94{flex-direction:row;align-items:center;gap:.75rem}}._date-filter_1v7kr_94{padding:1rem;background:linear-gradient(135deg,#f8fafc,#fff);border:1px solid #e2e8f0;border-radius:12px}._date-filter_1v7kr_94 label{font-size:.75rem;line-height:1rem;font-weight:600;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}@media (min-width: 768px){._date-filter_1v7kr_94 label{font-size:.875rem;line-height:1.25rem}}._date-filter_1v7kr_94 label{color:#04396d;min-width:-moz-fit-content;min-width:fit-content}._date-input_1v7kr_108{border-radius:.5rem;border-width:2px;--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1));padding:.625rem;font-size:.875rem;line-height:1.25rem;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._date-input_1v7kr_108:focus{--tw-border-opacity: 1;border-color:rgb(4 57 109 / var(--tw-border-opacity, 1));outline:2px solid transparent;outline-offset:2px;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-opacity: 1;--tw-ring-color: rgb(4 57 109 / var(--tw-ring-opacity, 1))}@media (min-width: 768px){._date-input_1v7kr_108{padding:.5rem}}._date-input_1v7kr_108{min-height:44px;font-size:16px;background:#fff}._date-input_1v7kr_108:focus{box-shadow:0 0 0 3px #04396d1a}._mobileCard_1v7kr_120{margin-bottom:1rem;overflow:hidden;border-radius:.75rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 4px #0000000f;position:relative}._mobileCard_1v7kr_120:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#04396d,#06c);opacity:0;transition:opacity .3s ease}._mobileCard_1v7kr_120:hover{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);transform:translateY(-4px);border-color:#04396d}._mobileCard_1v7kr_120:hover:before{opacity:1}._mobileCardRow_1v7kr_149{display:flex;flex-direction:column;gap:.375rem;border-bottom-width:1px;--tw-border-opacity: 1;border-color:rgb(243 244 246 / var(--tw-border-opacity, 1));padding-top:.75rem;padding-bottom:.75rem}._mobileCardRow_1v7kr_149:last-child{border-bottom-width:0px;padding-bottom:0}._mobileCardRow_1v7kr_149:first-child{padding-top:0}._mobileCardLabel_1v7kr_161{font-size:.75rem;line-height:1rem;font-weight:700;text-transform:uppercase;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1));letter-spacing:.05em}._mobileCardValue_1v7kr_166{font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1));word-wrap:break-word;overflow-wrap:break-word;line-height:1.6}._mobileCardActionButton_1v7kr_173{display:flex;align-items:center;gap:.5rem;border-radius:.5rem;padding:.5rem 1rem;font-size:.875rem;line-height:1.25rem;font-weight:600;background:#04396d;color:#fff;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 4px #04396d33;margin-top:.5rem}._mobileCardActionButton_1v7kr_173:hover{background:#032d5a;transform:scale(1.02);box-shadow:0 4px 8px #04396d4d}._mobileCardActionButton_1v7kr_173:active{transform:scale(.98)}@media (max-width: 768px){._container_1v7kr_2{padding:0}._innerWrapper_1v7kr_7{gap:1rem;padding-top:.75rem}._header_1v7kr_14{gap:.75rem;margin-bottom:.75rem}._date-filter_1v7kr_94{flex-direction:column;gap:.5rem;padding:.75rem}._date-filter_1v7kr_94 label{font-size:.75rem;line-height:1rem}._date-input_1v7kr_108{width:100%}._tableContent_1v7kr_25{max-height:calc(75vh - 200px)}}@media (max-width: 480px){._innerWrapper_1v7kr_7{gap:.75rem;padding-top:.5rem}._date-filter_1v7kr_94{padding:.625rem}._tableContent_1v7kr_25{max-height:calc(70vh - 180px)}}._dateFilterContainer_1xjv1_2{display:flex;gap:1.5rem;align-items:center;margin-bottom:1.5rem}._dateFilter_1xjv1_2{display:flex;flex-direction:column;gap:.25rem}._dateLabel_1xjv1_15{font-size:.95rem;font-weight:500;color:#374151;margin-bottom:.25rem}._dateInput_1xjv1_22{border:1px solid #d1d5db;border-radius:.375rem;padding:.5rem .75rem;font-size:1rem;color:#374151;outline:none;transition:border-color .2s}._dateInput_1xjv1_22:focus{border-color:#2563eb}._applyFilterBtn_1xjv1_35{background-color:#2563eb;color:#fff;border:none;border-radius:.375rem;padding:.5rem 1.25rem;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s}._applyFilterBtn_1xjv1_35:disabled{background-color:#d1d5db;color:#6b7280;cursor:not-allowed}._accordion-contents_1xjv1_51{display:flex;flex-direction:column;gap:.75rem}._statsSection_1xjv1_55{display:grid;width:100%;grid-template-columns:auto auto auto;align-items:center;gap:1.25rem}._statsItem_1xjv1_59{display:flex;align-items:center;justify-content:flex-start;gap:1.25rem;border-radius:.5rem;border-width:.5px;--tw-border-opacity: 1;border-color:rgb(217 217 217 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(245 245 245 / var(--tw-bg-opacity, 1));padding:1rem}._statsLabel_1xjv1_63{font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(165 165 165 / var(--tw-text-opacity, 1))}._statsValue_1xjv1_67{font-size:.875rem;line-height:1.25rem;font-weight:600;--tw-text-opacity: 1;color:rgb(4 89 146 / var(--tw-text-opacity, 1))}._tableRow_1xjv1_70{cursor:pointer;text-wrap:nowrap;border-bottom-width:1px;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}._tableRow_1xjv1_70:hover{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}._tableCell_1xjv1_74{padding:1rem 1.5rem}._divider_1xjv1_78{border-bottom-width:1px;--tw-border-opacity: 1;border-color:rgb(217 217 217 / var(--tw-border-opacity, 1))}._card-container_1cl83_1{position:relative;width:100%;background:linear-gradient(135deg,#fff,#f8fafc);border:1.5px solid #e2e8f0;border-radius:16px;padding:1.5rem;box-shadow:0 2px 8px #0000000a;transition:all .3s cubic-bezier(.4,0,.2,1)}._card-container_1cl83_1:hover{box-shadow:0 4px 16px #04396d1a;border-color:#04396d;transform:translateY(-2px)}._card-content_1cl83_17{display:flex;flex-direction:column;gap:1rem;height:100%}._card-header_1cl83_22{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;flex-shrink:0}._card-heading-wrapper_1cl83_28{display:flex;align-items:center;gap:.625rem;flex:1;min-width:0}._card-heading_1cl83_28{font-size:.875rem;line-height:1.25rem;font-weight:600}@media (min-width: 768px){._card-heading_1cl83_28{font-size:1rem;line-height:1.5rem}}._card-heading_1cl83_28{color:#64748b;margin:0;line-height:1.5;display:flex;align-items:center;gap:.375rem;flex-wrap:wrap}._balance-loading_1cl83_45{display:inline-block;height:1rem;width:3rem}._balance-loading_1cl83_45{animation:_pulse_1cl83_1 2s cubic-bezier(.4,0,.6,1) infinite;border-radius:.25rem;--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity, 1))}._balance-loading_1cl83_45:is(._dark_1cl83_1 *){--tw-bg-opacity: 1;background-color:rgb(75 85 99 / var(--tw-bg-opacity, 1))}._balance-loading_1cl83_45{vertical-align:middle}._balance_1cl83_45{font-size:1.5rem;line-height:2rem;font-weight:700}@media (min-width: 768px){._balance_1cl83_45{font-size:1.875rem;line-height:2.25rem}}._balance_1cl83_45{color:#04396d;margin:0;line-height:1.2;letter-spacing:-.02em}._loading-placeholder_1cl83_58{height:2rem;width:8rem}@keyframes _pulse_1cl83_1{50%{opacity:.5}}._loading-placeholder_1cl83_58{animation:_pulse_1cl83_1 2s cubic-bezier(.4,0,.6,1) infinite;border-radius:.25rem;--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity, 1))}._loading-placeholder_1cl83_58:is(._dark_1cl83_1 *){--tw-bg-opacity: 1;background-color:rgb(75 85 99 / var(--tw-bg-opacity, 1))}._reload-button_1cl83_62{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;min-width:2rem;border:none;background:transparent;border-radius:8px;cursor:pointer;transition:all .2s ease;color:#64748b;padding:0;flex-shrink:0}._reload-button_1cl83_62:hover{background:#f1f5f9;color:#04396d;transform:rotate(180deg)}._reload-button_1cl83_62:active{transform:rotate(180deg) scale(.95)}._wallet-icon_1cl83_87{display:inline-flex;align-items:center;justify-content:center;margin-right:.5rem;line-height:1;vertical-align:middle;flex-shrink:0}._flag-emoji_1cl83_97{font-size:1.25rem;line-height:1.75rem}@media (min-width: 768px){._flag-emoji_1cl83_97{font-size:1.5rem;line-height:2rem}}._flag-emoji_1cl83_97{font-size:1.5rem}._crypto-icon_1cl83_102{font-size:1.125rem;line-height:1.75rem}@media (min-width: 768px){._crypto-icon_1cl83_102{font-size:1.25rem;line-height:1.75rem}}._crypto-icon_1cl83_102{font-weight:600;color:#04396d;font-family:Courier New,monospace;min-width:1.75rem;text-align:center}@media (max-width: 768px){._card-container_1cl83_1{padding:1.25rem;border-radius:12px}._card-header_1cl83_22{gap:.75rem}._card-heading_1cl83_28{font-size:.875rem}._balance_1cl83_45{font-size:1.75rem}._reload-button_1cl83_62{width:1.75rem;height:1.75rem;min-width:1.75rem}}@media (max-width: 480px){._card-container_1cl83_1{padding:1rem}._balance_1cl83_45{font-size:1.5rem}}._profileContainer_1o5z1_5{width:100%;display:flex;flex-direction:column;gap:0}._contentGrid_1o5z1_12{display:grid;width:100%;grid-template-columns:repeat(1,minmax(0,1fr));gap:1rem}@media (min-width: 768px){._contentGrid_1o5z1_12{gap:1.5rem}}@media (min-width: 1024px){._contentGrid_1o5z1_12{grid-template-columns:repeat(2,minmax(0,1fr))}}._contentGrid_1o5z1_12{padding:0}._heroSection_1o5z1_21{width:100%;background-image:linear-gradient(to bottom right,var(--tw-gradient-stops));--tw-gradient-from: #f8fafc var(--tw-gradient-from-position);--tw-gradient-to: rgb(248 250 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #fff var(--tw-gradient-via-position), var(--tw-gradient-to);--tw-gradient-to: #f8fafc var(--tw-gradient-to-position);border-bottom:1px solid #e2e8f0;padding:1.5rem 1rem;margin-bottom:1.5rem}._heroContent_1o5z1_28{margin-left:auto;margin-right:auto;max-width:80rem;display:flex;flex-direction:column;gap:1.5rem}._heroMain_1o5z1_35{display:flex;flex-direction:column;gap:1.5rem}._heroIdentity_1o5z1_41{width:100%}._heroContact_1o5z1_45{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}._contactItem_1o5z1_51{display:flex;align-items:center;gap:.625rem;padding:.625rem .75rem;background:#fff;border:1px solid #e2e8f0;border-radius:.375rem;transition:all .2s ease}._contactItem_1o5z1_51:hover{border-color:#cbd5e1;background:#f8fafc}._contactIcon_1o5z1_67{flex-shrink:0;color:#64748b;font-size:1rem;width:1rem;height:1rem;opacity:.7}._contactDetails_1o5z1_76{display:flex;flex-direction:column;min-width:0;flex:1}._contactValue_1o5z1_83{font-size:.875rem;line-height:1.25rem;font-weight:500;color:#1e293b;word-break:break-word;line-height:1.4}._heroMetrics_1o5z1_90{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.75rem}._metricCard_1o5z1_96{display:flex;align-items:center;gap:.625rem;padding:.625rem .75rem;background:#fff;border:1px solid #e2e8f0;border-radius:.375rem;transition:all .2s ease}._metricCard_1o5z1_96:hover{border-color:#cbd5e1;background:#f8fafc}._metricIcon_1o5z1_112{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;background:#f1f5f9;color:#64748b;border-radius:.375rem;font-size:.875rem}._metricContent_1o5z1_125{display:flex;flex-direction:column;gap:.125rem;min-width:0;flex:1}._metricLabel_1o5z1_133{font-size:.75rem;line-height:1rem;font-weight:500;color:#94a3b8;text-transform:none;letter-spacing:0}._metricValue_1o5z1_140{font-size:.875rem;line-height:1.25rem;font-weight:600;color:#1e293b;word-break:break-word}._metricValueLink_1o5z1_146{font-size:.875rem;line-height:1.25rem;font-weight:700;color:#2563eb;word-break:break-word;cursor:pointer;text-decoration:underline;transition:color .2s ease}._metricValueLink_1o5z1_146:hover{color:#1d4ed8}._infoCard_1o5z1_163{width:100%;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));box-shadow:0 1px 2px #0000000a;transition:all .2s ease;overflow:hidden}._infoCard_1o5z1_163:hover{box-shadow:0 4px 12px #00000014;border-color:#cbd5e1}._infoCardHeader_1o5z1_175{display:flex;align-items:center;gap:.5rem;padding:.875rem 1rem;background:#f8fafc;border-bottom:1px solid #e2e8f0}._infoCardIcon_1o5z1_182{flex-shrink:0;color:#64748b;font-size:1rem;width:1rem;height:1rem;opacity:.7}._infoCardTitle_1o5z1_191{font-size:.875rem;line-height:1.25rem;font-weight:600;color:#475569;margin:0;letter-spacing:0}._infoCardBody_1o5z1_198{padding:1rem}._infoGrid_1o5z1_202{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.875rem}._infoGridInline_1o5z1_208{display:flex;flex-wrap:wrap;justify-content:space-between;gap:1.5rem 2rem}._infoGridInline_1o5z1_208 ._infoField_1o5z1_215{flex:1;min-width:140px}._infoField_1o5z1_215{display:flex;flex-direction:column;gap:.375rem}._infoFieldFull_1o5z1_226{grid-column:1 / -1}._infoFieldLabel_1o5z1_230{font-size:.75rem;line-height:1rem;font-weight:500;color:#94a3b8;text-transform:none;letter-spacing:0}._infoFieldValue_1o5z1_237{font-size:.875rem;line-height:1.25rem;font-weight:400;color:#1e293b;word-break:break-word;line-height:1.4}._statusIndicator_1o5z1_244{display:flex;align-items:center;gap:.5rem}._statusIconSuccess_1o5z1_248{color:#10b981;font-size:1rem;width:1rem;height:1rem}._statusIconError_1o5z1_255{color:#ef4444;font-size:1rem;width:1rem;height:1rem}._sectionCard_1o5z1_266{width:100%;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));box-shadow:0 1px 2px #0000000a;transition:all .2s ease;overflow:hidden}._sectionCard_1o5z1_266:hover{box-shadow:0 4px 12px #00000014;border-color:#cbd5e1}._sectionCardHeader_1o5z1_278{display:flex;align-items:center;gap:.5rem;padding:.875rem 1rem;background:#f8fafc;border-bottom:1px solid #e2e8f0}._sectionCardIcon_1o5z1_285{flex-shrink:0;color:#64748b;font-size:1rem;width:1rem;height:1rem;opacity:.7}._sectionCardTitle_1o5z1_294{font-size:.875rem;line-height:1.25rem;font-weight:600;color:#475569;margin:0;letter-spacing:0;display:flex;align-items:center;gap:.5rem}._sectionCardFull_1o5z1_304{grid-column:1 / -1}._currencyIcon_1o5z1_308{font-size:1.125rem}._sectionCardBody_1o5z1_312{padding:1rem}._scrollableContent_1o5z1_316{overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:#cbd5e1 #f1f5f9;-webkit-overflow-scrolling:touch;max-height:500px;padding-right:.5rem}._scrollableContent_1o5z1_316::-webkit-scrollbar{width:6px}._scrollableContent_1o5z1_316::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}._scrollableContent_1o5z1_316::-webkit-scrollbar-track{background:#f1f5f9}._scrollableContent_1o5z1_316 table{font-size:.8125rem}._scrollableContent_1o5z1_316 table th,._scrollableContent_1o5z1_316 table td{padding:.5rem .75rem}._scrollableContent_1o5z1_316 table th{font-size:.75rem;font-weight:600}._walletCard_1o5z1_358{width:100%;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));box-shadow:0 1px 2px #0000000a;transition:all .2s ease;overflow:hidden}._walletCard_1o5z1_358:hover{box-shadow:0 4px 12px #00000014;border-color:#cbd5e1}._walletCardBody_1o5z1_370{padding:1rem}._walletSection_1o5z1_374{display:flex;width:100%;flex-direction:column;gap:.75rem}@media (min-width: 768px){._walletSection_1o5z1_374{flex-direction:row;gap:1rem}}._virtualCardsScrollable_1o5z1_378{max-height:calc(2*(80px + .5rem));overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:#cbd5e1 #f1f5f9;-webkit-overflow-scrolling:touch;padding-right:.5rem;display:flex;flex-direction:column;gap:0}._virtualCardsScrollable_1o5z1_378>*{flex-shrink:0}._virtualCardsScrollable_1o5z1_378 ._accordion-container_1o5z1_395{margin-bottom:.5rem}._virtualCardsScrollable_1o5z1_378::-webkit-scrollbar{width:6px}._virtualCardsScrollable_1o5z1_378::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}._virtualCardsScrollable_1o5z1_378::-webkit-scrollbar-track{background:#f1f5f9}._documentSection_1o5z1_416{display:flex;flex-direction:column;gap:.75rem}._uploadButton_1o5z1_420{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.625rem 1rem;background:#04396d;color:#fff;font-size:.8125rem;font-weight:500;border:none;border-radius:.375rem;cursor:pointer;transition:all .2s ease;width:100%;max-width:180px}._uploadButton_1o5z1_420:hover{background:#032d5a;background:linear-gradient(135deg,#032d5a,#0052a3);transform:translateY(-1px);box-shadow:0 4px 8px #04396d4d}._uploadButton_1o5z1_420:active{transform:translateY(0)}._documentList_1o5z1_449{display:flex;flex-direction:column;gap:.5rem}._documentScrollable_1o5z1_455{max-height:calc(2*(60px + .5rem));overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:#cbd5e1 #f1f5f9;-webkit-overflow-scrolling:touch;padding-right:.5rem}._documentScrollable_1o5z1_455::-webkit-scrollbar{width:6px}._documentScrollable_1o5z1_455::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}._documentScrollable_1o5z1_455::-webkit-scrollbar-track{background:#f1f5f9}._documentRow_1o5z1_478{display:flex;align-items:center;justify-content:space-between;padding:.625rem .75rem;background:#fff;border:1px solid #e2e8f0;border-radius:.375rem;transition:all .2s ease;gap:.75rem}._documentRow_1o5z1_478:hover{border-color:#04396d;background:#f8fafc}._documentRowContent_1o5z1_493{display:flex;align-items:center;gap:.5rem}@media (min-width: 768px){._documentRowContent_1o5z1_493{gap:.75rem}}._documentRowContent_1o5z1_493{flex:1;min-width:0}._documentName_1o5z1_499{font-size:.75rem;line-height:1rem;font-weight:500}@media (min-width: 768px){._documentName_1o5z1_499{font-size:.875rem;line-height:1.25rem}}._documentName_1o5z1_499{color:#1e293b;word-break:break-word;flex:1;line-height:1.4}._documentTier_1o5z1_507{font-size:.75rem;line-height:1rem;font-weight:500;color:#64748b;padding:.25rem .5rem;background:#f1f5f9;border-radius:.25rem;white-space:nowrap;flex-shrink:0}._documentRowActions_1o5z1_517{display:flex;align-items:center;gap:.375rem}@media (min-width: 768px){._documentRowActions_1o5z1_517{gap:.5rem}}._documentRowActions_1o5z1_517{flex-shrink:0}._documentEditButton_1o5z1_522{display:inline-flex;align-items:center;justify-content:center;padding:.375rem .625rem;background:#fbbf24;color:#fff;font-size:.6875rem;font-weight:500;border:none;border-radius:.25rem;cursor:pointer;transition:all .2s ease;white-space:nowrap}._documentEditButton_1o5z1_522:hover{background:#f59e0b}@media (max-width: 768px){._documentRow_1o5z1_478{flex-direction:column;align-items:stretch;gap:.625rem;padding:.75rem}._documentRowContent_1o5z1_493{flex-direction:column;align-items:flex-start;gap:.5rem;width:100%}._documentName_1o5z1_499{width:100%;font-size:.8125rem}._documentTier_1o5z1_507{align-self:flex-start}._documentRowActions_1o5z1_517{width:100%;justify-content:flex-end;gap:.75rem;padding-top:.25rem;border-top:1px solid #e2e8f0}._documentEditButton_1o5z1_522{flex:1;padding:.5rem;font-size:.75rem}}@media (max-width: 480px){._documentRow_1o5z1_478{padding:.625rem;gap:.5rem}._documentRowContent_1o5z1_493{gap:.375rem}._documentName_1o5z1_499{font-size:.75rem}._documentTier_1o5z1_507{font-size:.6875rem;padding:.1875rem .375rem}._documentRowActions_1o5z1_517{gap:.5rem}._documentEditButton_1o5z1_522{font-size:.6875rem;padding:.4375rem .5rem}}._bankAccountCard_1o5z1_613{padding:.625rem .75rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:.375rem;margin-bottom:.5rem;flex-shrink:0}._bankAccountCard_1o5z1_613:last-child{margin-bottom:0}._bankAccountTitle_1o5z1_626{font-size:.75rem;line-height:1rem;font-weight:600;color:#475569;margin:0 0 .5rem;padding-bottom:.375rem;border-bottom:1px solid #e2e8f0}._bankAccountCardCompact_1o5z1_634{padding:.5rem .625rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:.375rem;margin-bottom:.5rem;flex-shrink:0}._bankAccountCardCompact_1o5z1_634:last-child{margin-bottom:0}._bankAccountCompactGrid_1o5z1_647{display:flex;flex-direction:column;gap:.375rem}._bankAccountRow_1o5z1_653{display:flex;align-items:center;gap:.5rem;font-size:.8125rem}._bankAccountLabel_1o5z1_658{font-size:.75rem;line-height:1rem;font-weight:500;color:#64748b;min-width:70px;flex-shrink:0}._bankAccountValue_1o5z1_665{font-size:.75rem;line-height:1rem;font-weight:400;color:#1e293b;word-break:break-word;flex:1}._bankAccountsScrollable_1o5z1_672{max-height:calc(2*(110px + .5rem));overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:#cbd5e1 #f1f5f9;-webkit-overflow-scrolling:touch;padding-right:.5rem}._bankAccountsScrollable_1o5z1_672::-webkit-scrollbar{width:6px}._bankAccountsScrollable_1o5z1_672::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}._bankAccountsScrollable_1o5z1_672::-webkit-scrollbar-track{background:#f1f5f9}._virtualAccountsGrid_1o5z1_695{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}._virtualAccountCategory_1o5z1_701{display:flex;flex-direction:column;gap:.5rem}._virtualAccountCategoryTitle_1o5z1_707{font-size:.75rem;line-height:1rem;font-weight:600;color:#475569;margin:0;padding-bottom:.5rem;border-bottom:2px solid #cbd5e1}._virtualAccountGroup_1o5z1_715{margin-bottom:.75rem}._virtualAccountGroup_1o5z1_715:last-child{margin-bottom:0}._virtualAccountGroupTitle_1o5z1_723{font-size:.75rem;line-height:1rem;font-weight:600;color:#475569;margin:0 0 .5rem;padding-bottom:.375rem;border-bottom:1px solid #cbd5e1;display:flex;align-items:center;gap:.375rem}._virtualAccountsScrollable_1o5z1_734{overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:#cbd5e1 #f1f5f9;-webkit-overflow-scrolling:touch;padding-right:.5rem}._virtualAccountsCategoryScrollable_1o5z1_743{max-height:calc(2*(100px + .5rem))}._virtualAccountsScrollable_1o5z1_734::-webkit-scrollbar{width:6px}._virtualAccountsScrollable_1o5z1_734::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}._virtualAccountsScrollable_1o5z1_734::-webkit-scrollbar-track{background:#f1f5f9}._spendlockContainer_1o5z1_764{width:100%;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));box-shadow:0 1px 2px #0000000a;overflow:hidden}._spendlockContainer_1o5z1_764 table{font-size:.8125rem}._spendlockContainer_1o5z1_764 table th,._spendlockContainer_1o5z1_764 table td{padding:.5rem .75rem}._spendlockContainer_1o5z1_764 table th{font-size:.75rem;font-weight:600}._spendlockTableCell_1o5z1_784{padding:.5rem .75rem;font-size:.75rem;line-height:1rem;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}@media (min-width: 768px){._spendlockTableCell_1o5z1_784{padding:.625rem 1rem;font-size:.875rem;line-height:1.25rem}}._spendlockTableCell_1o5z1_784{word-break:break-word}._spendlockMobileCard_1o5z1_789{margin-bottom:.5rem;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:.75rem;box-shadow:0 1px 2px #0000000a;transition:all .2s ease}._spendlockMobileCard_1o5z1_789:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a;border-color:#04396d}._spendlockMobileRow_1o5z1_801{display:flex;flex-direction:column;gap:.375rem;padding-top:.375rem;padding-bottom:.375rem}@media (min-width: 768px){._spendlockMobileRow_1o5z1_801{flex-direction:row;align-items:center;gap:.75rem}}._spendlockMobileRow_1o5z1_801{border-bottom:1px solid #f1f5f9}._spendlockMobileRow_1o5z1_801:last-child{border-bottom:none}._spendlockMobileLabel_1o5z1_810{font-size:.75rem;line-height:1rem;font-weight:500;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1));color:#64748b;min-width:70px;flex-shrink:0}._spendlockMobileValue_1o5z1_817{font-size:.75rem;line-height:1rem;font-weight:400;--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}@media (min-width: 768px){._spendlockMobileValue_1o5z1_817{font-size:.875rem;line-height:1.25rem}}._spendlockMobileValue_1o5z1_817{flex:1;word-break:break-word}._cardContainer_1o5z1_827{display:flex;width:100%;flex-direction:column;gap:1rem}@media (min-width: 768px){._cardContainer_1o5z1_827{flex-direction:row}}._customerInfoCard_1o5z1_831{display:flex;width:100%;flex-direction:column;gap:.75rem}._infoCardDetails_1o5z1_835{display:flex;width:100%;flex-direction:column;gap:.75rem;padding:0;background:transparent;border:none}._infoRow_1o5z1_842{display:flex;align-items:center;gap:.75rem;min-width:0;padding:.75rem;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:10px;border:1px solid #e2e8f0;transition:all .2s ease}._infoRow_1o5z1_842:hover{background:linear-gradient(135deg,#f1f5f9,#e2e8f0);border-color:#cbd5e1;transform:translateY(-1px);box-shadow:0 2px 8px #0000000d}._infoIcon_1o5z1_861{flex-shrink:0;color:#04396d;font-size:1.25rem;width:1.25rem;height:1.25rem}._infoText_1o5z1_869{font-size:.9375rem;font-weight:500;color:#1e293b;min-width:0;flex:1}._infoCenter_1o5z1_877{font-weight:600;display:block;text-align:left;word-break:break-word;width:100%;color:#04396d}@media (max-width: 1024px){._contentGrid_1o5z1_12{grid-template-columns:1fr}}@media (max-width: 768px){._heroSection_1o5z1_21{padding:1rem .75rem;margin-bottom:1rem}._heroContact_1o5z1_45{grid-template-columns:1fr;gap:.625rem}._heroMetrics_1o5z1_90{grid-template-columns:repeat(2,1fr);gap:.625rem}._metricCard_1o5z1_96{padding:.625rem}._metricIcon_1o5z1_112{width:1.75rem;height:1.75rem;font-size:.8125rem}._infoCardHeader_1o5z1_175,._sectionCardHeader_1o5z1_278{padding:.75rem}._infoCardBody_1o5z1_198,._sectionCardBody_1o5z1_312{padding:.875rem}._infoGrid_1o5z1_202{grid-template-columns:1fr;gap:.75rem}._documentGrid_1o5z1_937{grid-template-columns:1fr}._scrollableContent_1o5z1_316{max-height:400px;padding-right:.25rem}._documentScrollable_1o5z1_455{max-height:calc(2*(55px + .5rem))}._walletSection_1o5z1_374{flex-direction:column;gap:.75rem}._bankAccountsScrollable_1o5z1_672{max-height:calc(2*(100px + .5rem))}._virtualAccountsGrid_1o5z1_695{grid-template-columns:1fr;gap:.75rem}._virtualAccountsCategoryScrollable_1o5z1_743{max-height:calc(2*(90px + .5rem))}._virtualCardsScrollable_1o5z1_378{max-height:calc(2*(70px + .5rem))}}@media (max-width: 480px){._heroSection_1o5z1_21{padding:.875rem .5rem}._heroMetrics_1o5z1_90{grid-template-columns:1fr}._contactItem_1o5z1_51,._metricCard_1o5z1_96{padding:.5rem .625rem}._infoCardHeader_1o5z1_175,._sectionCardHeader_1o5z1_278{padding:.625rem}._infoCardBody_1o5z1_198,._sectionCardBody_1o5z1_312{padding:.75rem}._infoGrid_1o5z1_202{gap:.625rem}._scrollableContent_1o5z1_316{max-height:350px}._documentScrollable_1o5z1_455{max-height:calc(2*(50px + .5rem))}._bankAccountsScrollable_1o5z1_672{max-height:calc(2*(90px + .5rem))}._virtualAccountsCategoryScrollable_1o5z1_743{max-height:calc(2*(80px + .5rem))}._virtualCardsScrollable_1o5z1_378{max-height:calc(2*(65px + .5rem))}}._reverify-case-container_1sf6w_1{width:500px}._casesWrapper_1sf6w_5{display:flex;flex-direction:column;gap:20px;padding:20px}._inputgroup-vertical_1sf6w_12{display:flex;flex-direction:column;gap:5px}._field-error_1sf6w_18{color:red;font-size:12px}._input-text-area-wrapper_1sf6w_23{display:flex;flex-direction:column;gap:5px}._input-text-area_1sf6w_23{padding:10px;border-radius:5px;border:1px solid #ccc}._button-wrapper_1sf6w_35{display:flex;gap:10px;justify-content:flex-end}._submit-button_1sf6w_41{background-color:#007bff;color:#fff;padding:10px 20px;border-radius:5px;border:none;cursor:pointer}._submit-button_1sf6w_41:disabled{background-color:#ccc;cursor:not-allowed}._cancel-button_1sf6w_55{background-color:#ccc;color:#000;padding:10px 20px;border-radius:5px;border:none;cursor:pointer}._loader_1sf6w_64{border:2px solid #f3f3f3;border-top:2px solid #3498db;border-radius:50%;width:15px;height:15px;animation:_spin_1sf6w_1 2s linear infinite;display:inline-block}@keyframes _spin_1sf6w_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._drawer-container_jt87m_1{max-width:95%;width:100%;overflow-y:auto;background:#e5e7eb}@media (min-width: 768px){._drawer-container_jt87m_1{max-width:85%}}@media (min-width: 1024px){._drawer-container_jt87m_1{max-width:80%}}@media (min-width: 1280px){._drawer-container_jt87m_1{max-width:75%}}._drawerTitleContent_jt87m_23{display:flex;align-items:center;gap:.75rem}._drawerTitleIconWrap_jt87m_29{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:.5rem;background:linear-gradient(135deg,#0f172a,#1e3a5f);box-shadow:0 2px 8px #0f172a33}._drawerTitleIcon_jt87m_29{color:#fff;width:20px;height:20px}._drawerTitleText_jt87m_47{font-weight:600;letter-spacing:-.025em;font-size:1.25rem;line-height:1.2;color:#0f172a;margin:0}._drawerSubtext_jt87m_56{margin-top:.125rem;font-size:.75rem;color:#64748b;margin-bottom:0}._loading-container_jt87m_63{display:flex;align-items:center;justify-content:center;min-height:calc(100vh - 180px);text-align:center}._loading-spinner_jt87m_71{display:inline-block;width:5rem;height:5rem;color:#e5e7eb;animation:_spin_jt87m_1 1s linear infinite;fill:#03204c}@keyframes _spin_jt87m_1{to{transform:rotate(360deg)}}._content-container_jt87m_85{display:flex;flex-direction:column;width:100%;gap:2rem;height:-moz-fit-content;height:fit-content}._module-container_jt87m_93{display:flex;flex-direction:column;gap:1rem;width:100%;height:-moz-fit-content;height:fit-content}._section-heading_jt87m_101{display:flex;align-items:center;gap:.5rem;font-weight:600;color:#0f172a;margin-bottom:.75rem;font-size:1rem;letter-spacing:-.01em}._section-icon_jt87m_112{flex-shrink:0;color:#64748b;width:20px;height:20px}._overview-section_jt87m_119{display:flex;flex-direction:column;width:100%;align-items:center}._overview-section_jt87m_119 ._section-heading_jt87m_101{align-self:center}._overview-grid_jt87m_130{display:grid;grid-template-columns:1fr;gap:.5rem;width:-moz-fit-content;width:fit-content;max-width:100%;margin-left:auto;margin-right:auto}@media (min-width: 640px){._overview-grid_jt87m_130{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){._overview-grid_jt87m_130{grid-template-columns:repeat(4,1fr)}}._overview-card_jt87m_150{display:flex;flex-direction:column;gap:.375rem;padding:.625rem;border-radius:.5rem;border:1px solid #e2e8f0;background:#fff;align-items:center;text-align:center;box-shadow:0 1px 2px #0000000a;transition:border-color .2s,box-shadow .2s;min-width:0}._overview-card_jt87m_150:hover{border-color:#cbd5e1;box-shadow:0 2px 8px #0000000f}._overview-head_jt87m_170{display:flex;align-items:center;justify-content:center;gap:.5rem}._overview-card-icon_jt87m_177{flex-shrink:0;color:#64748b;width:16px;height:16px}._overview-label_jt87m_184{font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#64748b;white-space:nowrap}._overview-value_jt87m_193{font-size:.75rem;font-weight:600;color:#0f172a;word-break:break-word;width:100%;line-height:1.3}._statusWrapper_jt87m_202{width:-moz-fit-content;width:fit-content;display:flex;gap:.25rem;align-items:center;justify-content:center;padding:.125rem .5rem;border-radius:9999px}._statusResolved_jt87m_212{background:#dcfce7}._statusUnresolved_jt87m_216{background:#fee2e2}._statusDotResolved_jt87m_220{width:4px;height:4px;border-radius:50%;background:#16a34a}._statusDotUnresolved_jt87m_227{width:4px;height:4px;border-radius:50%;background:#dc2626}._statusTextResolved_jt87m_234{font-size:.6875rem;font-weight:600;color:#166534}._statusTextUnresolved_jt87m_240{font-size:.6875rem;font-weight:600;color:#991b1b}._diligence-badge_jt87m_246{display:inline-flex;padding:.125rem .5rem;border-radius:.375rem;font-size:.6875rem;font-weight:600;width:-moz-fit-content;width:fit-content}._diligence-non-requested_jt87m_255{background:#f1f5f9;color:#475569}._diligence-requested_jt87m_260{background:#f3e8ff;color:#6b21a8}._diligence-submitted_jt87m_265{background:#ecfccb;color:#4d7c0f}._diligence-in-review_jt87m_270{background:#fef3c7;color:#92400e}._diligence-rejected_jt87m_275{background:#fee2e2;color:#b91c1c}._diligence-approved_jt87m_280{background:#d1fae5;color:#047857}._description-section_jt87m_285{display:flex;flex-direction:column;width:100%}._description-card_jt87m_291{padding:1rem;border-radius:.75rem;border:1px solid #e2e8f0;background:#fff;box-shadow:0 1px 3px #0000000a}._description-content_jt87m_299{font-size:.875rem;color:#334155;line-height:1.6;word-wrap:break-word}._comments-section_jt87m_306{display:flex;flex-direction:column;width:100%}._comments-list_jt87m_312{display:flex;flex-direction:column;gap:.5rem}._comment-item_jt87m_318{padding:.75rem;border-radius:.5rem;border:1px solid #e2e8f0;background:#fff}._comment-date_jt87m_325{font-size:.75rem;font-weight:500;color:#64748b;display:block;margin-bottom:.25rem}._comment-note_jt87m_333{font-size:.875rem;color:#334155;margin:0;word-wrap:break-word}._actions-section_jt87m_340{display:flex;flex-direction:column;width:100%;align-items:center}._actions-section_jt87m_340 ._section-heading_jt87m_101{margin-bottom:.75rem;align-self:center}._actions-grid_jt87m_352{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;width:-moz-fit-content;width:fit-content;max-width:100%;margin-left:auto;margin-right:auto}._action-btn_jt87m_363{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.625rem 1rem;border-radius:.75rem;font-size:.875rem;font-weight:600;transition:all .2s;border:none;cursor:pointer;min-height:44px}._action-btn_jt87m_363:disabled{opacity:.5;cursor:not-allowed}._action-btn_jt87m_363[data-variant=approve],._action-btn_jt87m_363[data-variant=resolve]{background:linear-gradient(135deg,#059669,#047857);color:#fff;box-shadow:0 2px 6px #05966940}._action-btn_jt87m_363[data-variant=approve]:hover:not(:disabled),._action-btn_jt87m_363[data-variant=resolve]:hover:not(:disabled){background:linear-gradient(135deg,#047857,#065f46);transform:translateY(-1px);box-shadow:0 4px 10px #0596694d}._action-btn_jt87m_363[data-variant=reject]{background:linear-gradient(135deg,#ea580c,#c2410c);color:#fff;box-shadow:0 2px 6px #ea580c40}._action-btn_jt87m_363[data-variant=reject]:hover:not(:disabled){background:linear-gradient(135deg,#c2410c,#9a3412);transform:translateY(-1px);box-shadow:0 4px 10px #ea580c4d}._action-btn_jt87m_363[data-variant=diligence]{background:linear-gradient(135deg,#ca8a04,#a16207);color:#fff;box-shadow:0 2px 6px #ca8a0440}._action-btn_jt87m_363[data-variant=diligence]:hover:not(:disabled){background:linear-gradient(135deg,#a16207,#854d0e);transform:translateY(-1px);box-shadow:0 4px 10px #ca8a044d}._action-btn_jt87m_363[data-variant=deactivate]{background:linear-gradient(135deg,#64748b,#475569);color:#fff;box-shadow:0 2px 6px #64748b40}._action-btn_jt87m_363 svg{width:18px;height:18px;flex-shrink:0}._customer-details-container_jt87m_433{display:flex;flex-direction:column;gap:1rem;background:#fff;height:-moz-fit-content;height:fit-content;border:1px solid #e2e8f0;padding:1rem;border-radius:.75rem}._customer-details-title_jt87m_444{font-size:1rem;font-weight:600;color:#0f172a}._customer-details-form_jt87m_450{display:grid;grid-template-columns:1fr;gap:1rem}@media (min-width: 768px){._customer-details-form_jt87m_450{grid-template-columns:repeat(2,1fr)}}._customer-details-form-group_jt87m_461{display:flex;flex-direction:column;gap:.5rem;height:-moz-fit-content;height:fit-content}._customer-details-form-group_jt87m_461>input{padding:.75rem;border:1px solid #d1d5db;border-radius:.5rem;height:44px;font-size:.875rem}._customer-details-form-group_jt87m_461>input:disabled{background:#f3f4f6;cursor:not-allowed}._customer-details-form-group_jt87m_461>textarea{padding:.75rem;border:1px solid #d1d5db;border-radius:.5rem;resize:none;font-size:.875rem;min-height:100px}._customer-details-form-group_jt87m_461>textarea:disabled{background:#f3f4f6;cursor:not-allowed}@media (max-width: 768px){._drawer-container_jt87m_1{max-width:100%;padding:1rem}._content-container_jt87m_85{gap:1.5rem}._module-container_jt87m_93{gap:.75rem}._overview-grid_jt87m_130{grid-template-columns:1fr;gap:.5rem}._overview-card_jt87m_150{padding:.625rem}._section-heading_jt87m_101{font-size:.9375rem}._actions-grid_jt87m_352{flex-direction:column}._action-btn_jt87m_363{width:100%;justify-content:center}._customer-details-form_jt87m_450{grid-template-columns:1fr;gap:.75rem}}@media (max-width: 480px){._drawer-container_jt87m_1{padding:.75rem}._content-container_jt87m_85{gap:1rem}._overview-card_jt87m_150{padding:.5rem}._section-heading_jt87m_101{font-size:.875rem}._action-btn_jt87m_363{padding:.5rem;font-size:.75rem}}._modalWide_3ydmb_1{max-width:min(28rem,92vw)}._dialogContent_3ydmb_5{padding:2rem 1.5rem 1.5rem}._container_3ydmb_10{display:flex;flex-direction:column;gap:1.5rem}._header_3ydmb_15{display:flex;gap:1rem}._headerIconWrap_3ydmb_19{display:flex;flex-shrink:0;align-items:center;justify-content:center;border-radius:.75rem;width:48px;height:48px;background:linear-gradient(135deg,#dc2626,#b91c1c);box-shadow:0 4px 14px #dc262640}._headerIcon_3ydmb_19{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));width:26px;height:26px}._title_3ydmb_33{margin:0;font-weight:600;letter-spacing:-.025em;font-size:1.125rem;line-height:1.35;color:#0f172a}._subtitle_3ydmb_40{margin:0;margin-top:.25rem;font-size:.875rem;line-height:1.25rem;color:#64748b;line-height:1.5}._section_3ydmb_47{display:flex;flex-direction:column;gap:.75rem;border-radius:.75rem;border-width:1px;padding:1rem;border-color:#e2e8f0;background:#fef2f2}._sectionHeading_3ydmb_53{margin:0;display:flex;align-items:center;gap:.5rem;font-weight:600;--tw-text-opacity: 1;color:rgb(15 23 42 / var(--tw-text-opacity, 1));font-size:.9375rem;letter-spacing:-.01em}._sectionIcon_3ydmb_59{flex-shrink:0;--tw-text-opacity: 1;color:rgb(100 116 139 / var(--tw-text-opacity, 1));width:18px;height:18px}._label_3ydmb_65{font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}._textarea_3ydmb_69{width:100%;resize:none;border-radius:.5rem;border-width:1px;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:.75rem .875rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(15 23 42 / var(--tw-text-opacity, 1));outline:2px solid transparent;outline-offset:2px;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;border-color:#e2e8f0;min-height:100px}._textarea_3ydmb_69::-moz-placeholder{color:#94a3b8}._textarea_3ydmb_69::placeholder{color:#94a3b8}._textarea_3ydmb_69:focus{border-color:#dc2626;box-shadow:0 0 0 3px #dc26261f}._actions_3ydmb_85{display:flex;flex-direction:column-reverse;align-items:stretch;justify-content:center;gap:.75rem}@media (min-width: 414px){._actions_3ydmb_85{flex-direction:row;align-items:center}}._primaryBtn_3ydmb_89{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border-radius:.75rem;padding:.625rem 1.25rem;font-size:.875rem;line-height:1.25rem;font-weight:600;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;animation-duration:.2s;background:linear-gradient(135deg,#dc2626,#b91c1c);box-shadow:0 2px 8px #dc262640;border:none;cursor:pointer;min-height:44px}._primaryBtn_3ydmb_89:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #dc26264d}._primaryBtn_3ydmb_89:disabled{cursor:not-allowed;opacity:.5;transform:none}._secondaryBtn_3ydmb_108{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border-radius:.75rem;padding:.625rem 1.25rem;font-size:.875rem;line-height:1.25rem;font-weight:600;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;animation-duration:.2s;background:#fff;color:#475569;border:1px solid #e2e8f0;box-shadow:0 1px 2px #0000000a;min-height:44px}._secondaryBtn_3ydmb_108:hover:not(:disabled){background:#f8fafc;border-color:#cbd5e1}._secondaryBtn_3ydmb_108:disabled{cursor:not-allowed;opacity:.5}._btnIcon_3ydmb_126{width:18px;height:18px;flex-shrink:0}@keyframes _spin_3ydmb_1{to{transform:rotate(360deg)}}._loader_3ydmb_132{animation:_spin_3ydmb_1 1s linear infinite;border-radius:9999px;border-width:2px;--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1));border-top-color:transparent;width:1rem;height:1rem}@media (max-width: 640px){._actions_3ydmb_85{flex-direction:column-reverse}._primaryBtn_3ydmb_89,._secondaryBtn_3ydmb_108{width:100%}}._formContainer_gy7h0_2{display:flex;flex-direction:column;gap:0px;overflow:hidden;border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));max-width:520px}._header_gy7h0_8{display:flex;align-items:flex-start;gap:1rem;border-bottom-width:1px;--tw-border-opacity: 1;border-color:rgb(243 244 246 / var(--tw-border-opacity, 1));padding:1.5rem;background:linear-gradient(135deg,#f8fafc,#f1f5f9)}._headerIcon_gy7h0_13{display:flex;height:3rem;width:3rem;flex-shrink:0;align-items:center;justify-content:center;border-radius:.75rem;background:linear-gradient(135deg,#045992,#0369a1);color:#fff;box-shadow:0 4px 12px #04599240}._headerContent_gy7h0_20{display:flex;flex-direction:column;gap:.25rem}._title_gy7h0_24{font-size:1.125rem;line-height:1.75rem;font-weight:600;line-height:1.25;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}._subtitle_gy7h0_28{font-size:.875rem;line-height:1.25rem;line-height:1.625;--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}._fieldsContainer_gy7h0_33{display:flex;flex-direction:column;gap:1.25rem;padding:1.5rem;max-height:400px;overflow-y:auto}._fieldGroup_gy7h0_40{display:flex;width:100%;flex-direction:column;gap:.5rem}._fieldLabel_gy7h0_44{display:flex;align-items:center;gap:.5rem;font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}._fieldIcon_gy7h0_48{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}._fieldError_gy7h0_52{margin-top:.25rem;display:flex;align-items:center;gap:.25rem;font-size:.75rem;line-height:1rem;--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}._selectField_gy7h0_57{width:100%}._textarea_gy7h0_62{width:100%;resize:none;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1));padding:.75rem 1rem;font-size:.875rem;line-height:1.25rem;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;animation-duration:.2s;background-color:#fff;line-height:1.5}._textarea_gy7h0_62:focus{--tw-border-opacity: 1;border-color:rgb(4 89 146 / var(--tw-border-opacity, 1));outline:2px solid transparent;outline-offset:2px;box-shadow:0 0 0 3px #0459921a}._textarea_gy7h0_62::-moz-placeholder{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}._textarea_gy7h0_62::placeholder{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}._radioGroup_gy7h0_78{display:flex;width:100%;gap:.75rem}._radioCard_gy7h0_82{display:flex;flex:1 1 0%;cursor:pointer;align-items:center;border-radius:.5rem;border-width:2px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));padding:.75rem;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;animation-duration:.2s;background:#f9fafb}._radioCard_gy7h0_82:hover{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1));background:#f1f5f9}._radioCardActive_gy7h0_92{--tw-border-opacity: 1;border-color:rgb(4 89 146 / var(--tw-border-opacity, 1));background:#e0f2fe}._radioInput_gy7h0_97{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}._radioContent_gy7h0_101{display:flex;width:100%;align-items:center;gap:.5rem}._radioIndicator_gy7h0_105{display:flex;height:1.25rem;width:1.25rem;flex-shrink:0;align-items:center;justify-content:center;border-radius:9999px;border-width:2px;--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1));transition:all .2s ease}._radioCardActive_gy7h0_92 ._radioIndicator_gy7h0_105{--tw-border-opacity: 1;border-color:rgb(4 89 146 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(4 89 146 / var(--tw-bg-opacity, 1))}._radioCheck_gy7h0_114{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}._radioText_gy7h0_118{font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}._radioCardActive_gy7h0_92 ._radioText_gy7h0_118{--tw-text-opacity: 1;color:rgb(4 89 146 / var(--tw-text-opacity, 1))}._actions_gy7h0_127{display:flex;align-items:center;justify-content:center;gap:.75rem;border-top-width:1px;--tw-border-opacity: 1;border-color:rgb(243 244 246 / var(--tw-border-opacity, 1));padding:1.5rem;background:#f9fafb}._cancelButton_gy7h0_132{border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:.625rem 1.25rem;font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;animation-duration:.2s}._cancelButton_gy7h0_132:hover:not(:disabled){--tw-border-opacity: 1;border-color:rgb(156 163 175 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}._cancelButton_gy7h0_132:disabled{cursor:not-allowed;opacity:.5}._submitButton_gy7h0_144{border-radius:.5rem;padding:.625rem 1.25rem;font-size:.875rem;line-height:1.25rem;font-weight:600;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;animation-duration:.2s;background:linear-gradient(135deg,#059669,#047857);box-shadow:0 2px 8px #05966940}._submitButton_gy7h0_144:hover:not(:disabled){background:linear-gradient(135deg,#047857,#065f46);box-shadow:0 4px 12px #05966959}._submitButton_gy7h0_144:disabled{cursor:not-allowed;opacity:.5;box-shadow:none}._submitContent_gy7h0_160,._loadingContent_gy7h0_164{display:flex;align-items:center;justify-content:center;gap:.5rem}@keyframes _spin_gy7h0_168{to{transform:rotate(360deg)}}._spinner_gy7h0_168{animation:_spin_gy7h0_168 1s linear infinite}._fieldsContainer_gy7h0_33::-webkit-scrollbar{width:6px}._fieldsContainer_gy7h0_33::-webkit-scrollbar-track{border-radius:9999px;--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}._fieldsContainer_gy7h0_33::-webkit-scrollbar-thumb{border-radius:9999px;--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity, 1))}._fieldsContainer_gy7h0_33::-webkit-scrollbar-thumb:hover{--tw-bg-opacity: 1;background-color:rgb(156 163 175 / var(--tw-bg-opacity, 1))}@media (max-width: 640px){._formContainer_gy7h0_2{max-width:100%}._header_gy7h0_8{gap:.75rem;padding:1rem}._headerIcon_gy7h0_13{height:2.5rem;width:2.5rem;border-radius:.5rem}._headerIcon_gy7h0_13 svg{width:20px;height:20px}._title_gy7h0_24{font-size:1rem;line-height:1.5rem}._subtitle_gy7h0_28{font-size:.75rem;line-height:1rem}._fieldsContainer_gy7h0_33{gap:1rem;padding:1rem;max-height:350px}._fieldLabel_gy7h0_44{font-size:.75rem;line-height:1rem}._radioGroup_gy7h0_78{flex-direction:column;gap:.5rem}._radioCard_gy7h0_82{padding:.625rem}._radioText_gy7h0_118{font-size:.75rem;line-height:1rem}._textarea_gy7h0_62{padding:.625rem .75rem;font-size:.875rem;line-height:1.25rem}._actions_gy7h0_127{gap:.5rem;padding:1rem}._cancelButton_gy7h0_132,._submitButton_gy7h0_144{flex:1 1 0%;padding:.5rem 1rem;font-size:.75rem;line-height:1rem}}@media (max-width: 380px){._header_gy7h0_8{flex-direction:column;align-items:flex-start;gap:.5rem;padding:.75rem}._headerIcon_gy7h0_13{height:2.25rem;width:2.25rem}._headerIcon_gy7h0_13 svg{width:18px;height:18px}._fieldsContainer_gy7h0_33{padding:.75rem;max-height:300px}._actions_gy7h0_127{flex-direction:column;padding:.75rem}._cancelButton_gy7h0_132,._submitButton_gy7h0_144{width:100%;justify-content:center}}._modalWide_135cq_1{max-width:min(28rem,92vw)}._dialogContent_135cq_5{padding:2rem 1.5rem 1.5rem}._container_135cq_10{display:flex;flex-direction:column;gap:1.5rem}._header_135cq_15{display:flex;gap:1rem}._headerIconWrap_135cq_19{display:flex;flex-shrink:0;align-items:center;justify-content:center;border-radius:.75rem;width:48px;height:48px;background:linear-gradient(135deg,#059669,#047857);box-shadow:0 4px 14px #05966940}._headerIcon_135cq_19{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));width:26px;height:26px}._title_135cq_33{margin:0;font-weight:600;letter-spacing:-.025em;font-size:1.125rem;line-height:1.35;color:#0f172a}._subtitle_135cq_40{margin:0;margin-top:.25rem;font-size:.875rem;line-height:1.25rem;color:#64748b;line-height:1.5}._section_135cq_47{display:flex;flex-direction:column;gap:.75rem;border-radius:.75rem;border-width:1px;padding:1rem;border-color:#e2e8f0;background:#f8fafc}._sectionHeading_135cq_53{margin:0;display:flex;align-items:center;gap:.5rem;font-weight:600;--tw-text-opacity: 1;color:rgb(15 23 42 / var(--tw-text-opacity, 1));font-size:.9375rem;letter-spacing:-.01em}._sectionIcon_135cq_59{flex-shrink:0;--tw-text-opacity: 1;color:rgb(100 116 139 / var(--tw-text-opacity, 1));width:18px;height:18px}._label_135cq_65{font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}._textarea_135cq_69{width:100%;resize:none;border-radius:.5rem;border-width:1px;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:.75rem .875rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(15 23 42 / var(--tw-text-opacity, 1));outline:2px solid transparent;outline-offset:2px;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;border-color:#e2e8f0;min-height:100px}._textarea_135cq_69::-moz-placeholder{color:#94a3b8}._textarea_135cq_69::placeholder{color:#94a3b8}._textarea_135cq_69:focus{border-color:#059669;box-shadow:0 0 0 3px #0596691f}._actions_135cq_85{display:flex;flex-direction:column-reverse;align-items:stretch;justify-content:center;gap:.75rem}@media (min-width: 414px){._actions_135cq_85{flex-direction:row;align-items:center}}._primaryBtn_135cq_89{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border-radius:.75rem;padding:.625rem 1.25rem;font-size:.875rem;line-height:1.25rem;font-weight:600;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;animation-duration:.2s;background:linear-gradient(135deg,#059669,#047857);box-shadow:0 2px 8px #05966940;border:none;cursor:pointer;min-height:44px}._primaryBtn_135cq_89:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #0596694d}._primaryBtn_135cq_89:disabled{cursor:not-allowed;opacity:.5;transform:none}._secondaryBtn_135cq_108{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border-radius:.75rem;padding:.625rem 1.25rem;font-size:.875rem;line-height:1.25rem;font-weight:600;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;animation-duration:.2s;background:#fff;color:#475569;border:1px solid #e2e8f0;box-shadow:0 1px 2px #0000000a;min-height:44px}._secondaryBtn_135cq_108:hover:not(:disabled){background:#f8fafc;border-color:#cbd5e1}._secondaryBtn_135cq_108:disabled{cursor:not-allowed;opacity:.5}._btnIcon_135cq_126{width:18px;height:18px;flex-shrink:0}@keyframes _spin_135cq_1{to{transform:rotate(360deg)}}._loader_135cq_132{animation:_spin_135cq_1 1s linear infinite;border-radius:9999px;border-width:2px;--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1));border-top-color:transparent;width:1rem;height:1rem}@media (max-width: 640px){._actions_135cq_85{flex-direction:column-reverse}._primaryBtn_135cq_89,._secondaryBtn_135cq_108{width:100%}}._dashboardContainer_kcpe6_1{display:flex;min-height:100vh;flex-direction:column;gap:2rem;background:linear-gradient(180deg,#f8fafc,#f1f5f9);padding:1.5rem 1.5rem 2rem}@media (min-width: 769px){._dashboardContainer_kcpe6_1{padding:2rem 2.5rem 2.5rem;gap:1.5rem}}._pageHeader_kcpe6_14{display:flex;align-items:flex-start;gap:1rem}._headerIconWrap_kcpe6_18{display:flex;flex-shrink:0;align-items:center;justify-content:center;border-radius:.75rem;width:48px;height:48px;background:linear-gradient(135deg,#0f172a,#1e3a5f);box-shadow:0 4px 14px #0f172a40}._headerIcon_kcpe6_18{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));width:26px;height:26px}._pageTitle_kcpe6_32{font-weight:600;letter-spacing:-.025em;font-size:1.5rem;line-height:1.3;color:#0f172a}@media (min-width: 769px){._pageTitle_kcpe6_32{font-size:1.75rem}}._pageSubtext_kcpe6_45{margin-top:.25rem;font-size:.875rem;line-height:1.25rem;color:#64748b}._header_kcpe6_18{width:100%}._latestCasesSection_kcpe6_54{width:100%;display:flex;flex-direction:column;gap:.75rem}._latestCasesHeader_kcpe6_61{display:flex;align-items:center;gap:.5rem}._latestCasesTitle_kcpe6_67{margin:0;font-size:1.25rem;font-weight:600;color:#0f172a}._latestCasesSpinner_kcpe6_74{width:1.5rem;height:1.5rem;flex-shrink:0}._tableWrapper_kcpe6_80{width:100%;overflow-x:auto;border-radius:1rem;background:#fff;box-shadow:0 1px 3px #0000000f,0 4px 20px #0000000a;border:1px solid #e2e8f0}._tableWrapper_kcpe6_80 table{width:100%;border-collapse:collapse}._tableWrapper_kcpe6_80 thead tr{background:linear-gradient(180deg,#f8fafc,#f1f5f9);border-bottom:2px solid #e2e8f0}._tableWrapper_kcpe6_80 thead th{padding:.5rem .75rem;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#475569;text-align:left}._tableRow_kcpe6_107{cursor:pointer;text-wrap:nowrap;background:#fff;border-bottom:1px solid #f1f5f9;transition:background-color .15s ease,box-shadow .15s ease}._tableRow_kcpe6_107:nth-child(2n){background:#fafbfc}._tableRow_kcpe6_107:hover{background:#eff6ff!important;box-shadow:inset 3px 0 #3b82f6}._tableCell_kcpe6_123{padding:.5rem .75rem;font-size:.8125rem}._tableWrapper_kcpe6_80 thead th:first-child,._tableWrapper_kcpe6_80 tbody tr td:first-child{min-width:120px}._tableWrapper_kcpe6_80 tbody tr td:first-child{white-space:normal}._dateTimeBlock_kcpe6_137{display:flex;flex-direction:column;gap:.125rem;line-height:1.3}._dateLine_kcpe6_144{font-size:.8125rem;font-weight:500;color:#334155}._timeLine_kcpe6_150{font-size:.75rem;color:#94a3b8;font-weight:400}._tableWrapper_kcpe6_80 table thead tr th:nth-child(4),._tableWrapper_kcpe6_80 table tbody tr td:nth-child(4){width:200px!important;max-width:200px!important;min-width:200px!important;text-align:left!important;padding:.5rem .5rem .5rem .75rem!important;overflow:hidden!important;box-sizing:border-box!important}._tableWrapper_kcpe6_80 table tbody tr td:nth-child(4) ._statusWrapper_kcpe6_168{padding:4px 8px!important;display:inline-flex!important;justify-content:flex-start!important;align-items:center!important;max-width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important}._tableWrapper_kcpe6_80 table thead tr th:nth-child(5),._tableWrapper_kcpe6_80 table tbody tr td:nth-child(5){min-width:200px!important;max-width:280px!important}._tableWrapper_kcpe6_80 table thead tr th:nth-child(6),._tableWrapper_kcpe6_80 table tbody tr td:nth-child(6){text-align:left!important;width:90px!important;padding:.5rem .25rem!important}._textPrimary_kcpe6_193{--tw-text-opacity: 1;color:rgb(34 34 34 / var(--tw-text-opacity, 1))}._textSecondary_kcpe6_197{--tw-text-opacity: 1;color:rgb(102 112 133 / var(--tw-text-opacity, 1))}._statusWrapper_kcpe6_168{display:flex;height:-moz-fit-content;height:fit-content;width:-moz-fit-content;width:fit-content;align-items:center;gap:.375rem;border-radius:1rem;min-width:-moz-max-content;min-width:max-content;padding:4px 6px}._statusResolved_kcpe6_207{--tw-bg-opacity: 1;background-color:rgb(236 253 243 / var(--tw-bg-opacity, 1))}._statusUnresolved_kcpe6_211{--tw-bg-opacity: 1;background-color:rgb(255 233 233 / var(--tw-bg-opacity, 1))}._statusDotResolved_kcpe6_215{height:.5rem;width:.5rem;border-radius:9999px;--tw-bg-opacity: 1;background-color:rgb(20 186 109 / var(--tw-bg-opacity, 1))}._statusDotUnresolved_kcpe6_219{height:.5rem;width:.5rem;border-radius:9999px;--tw-bg-opacity: 1;background-color:rgb(224 5 5 / var(--tw-bg-opacity, 1))}._statusTextResolved_kcpe6_223{font-size:.75rem;line-height:1rem;font-weight:500;--tw-text-opacity: 1;color:rgb(3 120 71 / var(--tw-text-opacity, 1))}._statusTextUnresolved_kcpe6_227{font-size:.75rem;line-height:1rem;font-weight:500;--tw-text-opacity: 1;color:rgb(224 5 5 / var(--tw-text-opacity, 1))}._actionWrapper_kcpe6_231{display:flex;align-items:center;justify-content:flex-start;gap:.75rem;padding-top:4px;padding-bottom:4px;padding-left:.5rem;padding-right:.5rem;position:relative;z-index:1}._actionButton_kcpe6_237{display:inline-flex;align-items:center;justify-content:center;border-radius:.5rem;padding:.5rem;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;animation-duration:.2s;border:none;cursor:pointer;background:transparent}._actionIconView_kcpe6_244{width:20px;height:20px;color:#3b82f6}._actionButton_kcpe6_237:hover ._actionIconView_kcpe6_244{color:#2563eb}._actionIconEdit_kcpe6_254{width:20px;height:20px;color:#f59e0b}._actionButton_kcpe6_237:hover ._actionIconEdit_kcpe6_254{color:#d97706}._actionButton_kcpe6_237:hover{background:#f1f5f9;transform:scale(1.05)}._content-container_kcpe6_269{display:flex;flex-direction:column;gap:2rem}._top-info-container_kcpe6_273{display:flex;flex-wrap:wrap;gap:1rem}@media (max-width: 768px){._dashboardContainer_kcpe6_1{gap:1.5rem;padding:1rem .75rem}._top-info-container_kcpe6_273{flex-direction:column;gap:.5rem}._info-div_kcpe6_286{width:100%}._actions-container_kcpe6_290{width:100%;flex-direction:column}._actions-container_kcpe6_290 button{width:100%}._tableWrapper_kcpe6_80{overflow:hidden;border-radius:.5rem;margin:0 -.75rem;width:calc(100% + 1.5rem)}._tableCell_kcpe6_123{padding:.5rem .75rem}._actionWrapper_kcpe6_231{flex-wrap:nowrap;gap:.75rem;min-width:-moz-fit-content;min-width:fit-content}._actionWrapper_kcpe6_231>span{flex-shrink:0}._tableCell_kcpe6_123{overflow:visible}._tableCell_kcpe6_123:has(._statusWrapper_kcpe6_168){padding:.75rem .5rem;width:auto;max-width:120px}._mobileCardHeader_kcpe6_328 ._statusWrapper_kcpe6_168,._tableCell_kcpe6_123 ._statusWrapper_kcpe6_168{width:-moz-fit-content;width:fit-content;align-items:center;gap:.375rem;flex-direction:row!important}._tableRow_kcpe6_107{position:relative}}@media (max-width: 480px){._dashboardContainer_kcpe6_1{gap:1rem}._actionWrapper_kcpe6_231{gap:.5rem}}._mobileCard_kcpe6_328{margin-bottom:1rem;overflow:hidden;border-radius:.75rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 4px #0000000f;position:relative}._mobileCard_kcpe6_328:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#04396d,#06c);opacity:0;transition:opacity .3s ease}._mobileCard_kcpe6_328:hover{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);transform:translateY(-4px);border-color:#04396d}._mobileCard_kcpe6_328:hover:before{opacity:1}._mobileCardHeader_kcpe6_328{display:flex;align-items:center;justify-content:space-between;padding:1.25rem;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-bottom:1px solid #e2e8f0}._mobileCardCustomer_kcpe6_385{cursor:pointer;font-size:1rem;line-height:1.5rem;font-weight:700;color:#04396d;transition:color .2s ease}._mobileCardCustomer_kcpe6_385:hover{color:#06c}._mobileCardBody_kcpe6_395>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}._mobileCardBody_kcpe6_395{padding:1.25rem}._mobileCardRow_kcpe6_399{display:flex;flex-direction:column;gap:.375rem}._mobileCardLabel_kcpe6_403{font-size:.75rem;line-height:1rem;font-weight:700;text-transform:uppercase;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1));letter-spacing:.05em}._mobileCardValue_kcpe6_408{font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1));word-wrap:break-word;overflow-wrap:break-word;line-height:1.6}._mobileCardActions_kcpe6_415{display:flex;gap:.5rem;padding:1rem;background:linear-gradient(to bottom,#f8fafc,#fff);border-top:1px solid #e2e8f0}._mobileCardActionButton_kcpe6_421{display:flex;flex:1 1 0%;align-items:center;justify-content:center;gap:.5rem;border-radius:.5rem;padding:.75rem 1rem;font-size:.875rem;line-height:1.25rem;font-weight:600;background:#04396d;color:#fff;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 4px #04396d33}._mobileCardActionButton_kcpe6_421:hover{background:#032d5a;transform:scale(1.02);box-shadow:0 4px 8px #04396d4d}._mobileCardActionButton_kcpe6_421:active{transform:scale(.98)}._modalWrapper_11eq5_2{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;height:100%;width:100%;align-items:center;justify-content:center;padding:1rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}._modalOverlay_11eq5_7{position:fixed;top:0;right:0;bottom:0;left:0;height:100%;width:100%;cursor:pointer;background-color:#00000080;transition:opacity .2s ease}._modalContainer_11eq5_13{position:relative;z-index:50;width:100%;max-width:600px;overflow:hidden;border-radius:1rem;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));box-shadow:0 25px 50px -12px #00000040,0 0 0 1px #0000000d;animation:_slideUp_11eq5_1 .3s ease-out}@keyframes _slideUp_11eq5_1{0%{opacity:0;transform:translateY(20px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}._modalHeader_11eq5_31{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;background:linear-gradient(135deg,#f59e0b,#d97706)}._headerContent_11eq5_36{display:flex;align-items:center;gap:1rem}._headerIcon_11eq5_40{display:flex;height:3rem;width:3rem;align-items:center;justify-content:center;border-radius:.75rem;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));background:#ffffff26;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}._headerText_11eq5_46{display:flex;flex-direction:column}._modalTitle_11eq5_50{font-size:1.25rem;line-height:1.75rem;font-weight:700;letter-spacing:-.025em;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}._modalSubtitle_11eq5_54{margin-top:.125rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(254 243 199 / var(--tw-text-opacity, 1))}._closeButton_11eq5_58{display:flex;height:2.25rem;width:2.25rem;cursor:pointer;align-items:center;justify-content:center;border-radius:.5rem;color:#fffc;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;animation-duration:.15s}._closeButton_11eq5_58:hover{background-color:#ffffff26;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}._modalContent_11eq5_63{display:flex;max-height:calc(80vh - 100px);flex-direction:column;overflow-y:auto}._modalContent_11eq5_63::-webkit-scrollbar{width:6px}._modalContent_11eq5_63::-webkit-scrollbar-track{background:#f1f5f9}._modalContent_11eq5_63::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}._modalContent_11eq5_63::-webkit-scrollbar-thumb:hover{background:#94a3b8}._formContainer_11eq5_85{display:flex;flex-direction:column}._formSection_11eq5_90{display:flex;flex-direction:column;gap:1rem;padding:1.5rem;border-bottom:1px solid #e5e7eb}._formSection_11eq5_90:last-of-type{border-bottom:none}._sectionHeader_11eq5_99{margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem}._sectionIcon_11eq5_103{--tw-text-opacity: 1;color:rgb(217 119 6 / var(--tw-text-opacity, 1))}._sectionTitle_11eq5_107{font-size:.875rem;line-height:1.25rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em;--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}._inputGroup_11eq5_112{display:flex;flex-direction:column;gap:.375rem}._inputLabel_11eq5_116{font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1));font-family:Inter,system-ui,-apple-system,sans-serif}._inputWrapper_11eq5_121{position:relative}._input_11eq5_112{height:2.75rem;width:100%;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1));padding-left:1rem;padding-right:1rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}._input_11eq5_112::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgb(156 163 175 / var(--tw-placeholder-opacity, 1))}._input_11eq5_112::placeholder{--tw-placeholder-opacity: 1;color:rgb(156 163 175 / var(--tw-placeholder-opacity, 1))}._input_11eq5_112{font-family:Inter,system-ui,-apple-system,sans-serif;transition:all .2s ease}._input_11eq5_112:focus{--tw-border-opacity: 1;border-color:rgb(245 158 11 / var(--tw-border-opacity, 1));outline:2px solid transparent;outline-offset:2px;box-shadow:0 0 0 3px #f59e0b1a}._input_11eq5_112:hover:not(:focus){--tw-border-opacity: 1;border-color:rgb(156 163 175 / var(--tw-border-opacity, 1))}._inputError_11eq5_140{--tw-border-opacity: 1;border-color:rgb(248 113 113 / var(--tw-border-opacity, 1))}._inputError_11eq5_140:focus{--tw-border-opacity: 1;border-color:rgb(239 68 68 / var(--tw-border-opacity, 1));box-shadow:0 0 0 3px #ef44441a}._dateGrid_11eq5_150{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1rem}@media (min-width: 768px){._dateGrid_11eq5_150{grid-template-columns:repeat(2,minmax(0,1fr))}}._selectField_11eq5_155{width:100%}._fieldError_11eq5_160{margin-top:.25rem;display:flex;align-items:center;gap:.25rem;font-size:.75rem;line-height:1rem;font-weight:500;--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}._modalFooter_11eq5_165{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem 1.5rem;background:linear-gradient(to top,#f8fafc,#fff);border-top:1px solid #e5e7eb}._cancelButton_11eq5_171{height:2.75rem;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding-left:1.5rem;padding-right:1.5rem;font-size:.875rem;line-height:1.25rem;font-weight:600;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;animation-duration:.2s}._cancelButton_11eq5_171:hover{--tw-border-opacity: 1;border-color:rgb(156 163 175 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}._cancelButton_11eq5_171{font-family:Inter,system-ui,-apple-system,sans-serif}._submitButton_11eq5_176{display:flex;height:2.75rem;align-items:center;gap:.5rem;border-radius:.5rem;padding-left:1.5rem;padding-right:1.5rem;font-size:.875rem;line-height:1.25rem;font-weight:600;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;animation-duration:.2s}._submitButton_11eq5_176:disabled{cursor:not-allowed;opacity:.5}._submitButton_11eq5_176{background:linear-gradient(135deg,#f59e0b,#d97706);font-family:Inter,system-ui,-apple-system,sans-serif;box-shadow:0 2px 4px #f59e0b33}._submitButton_11eq5_176:hover:not(:disabled){background:linear-gradient(135deg,#d97706,#b45309);box-shadow:0 4px 8px #f59e0b40;transform:translateY(-1px)}._submitButton_11eq5_176:active:not(:disabled){transform:translateY(0)}@media (max-width: 640px){._modalWrapper_11eq5_2{align-items:flex-end;padding:0}._modalContainer_11eq5_13{max-width:100%;border-bottom-right-radius:0;border-bottom-left-radius:0;border-top-left-radius:1rem;border-top-right-radius:1rem;max-height:90vh}._modalHeader_11eq5_31{padding:1rem}._headerIcon_11eq5_40{height:2.5rem;width:2.5rem}._headerIcon_11eq5_40 svg{width:20px;height:20px}._modalTitle_11eq5_50{font-size:1.125rem;line-height:1.75rem}._modalSubtitle_11eq5_54{font-size:.75rem;line-height:1rem}._modalContent_11eq5_63{max-height:calc(90vh - 80px)}._formSection_11eq5_90{padding:1.25rem 1rem}._dateGrid_11eq5_150{grid-template-columns:repeat(1,minmax(0,1fr))}._modalFooter_11eq5_165{flex-direction:column;gap:.5rem;padding:.75rem 1rem}._cancelButton_11eq5_171,._submitButton_11eq5_176{width:100%;justify-content:center}}._container_pie8y_2{position:relative;display:flex;min-height:100vh;flex-direction:column;gap:2rem;background:linear-gradient(180deg,#f8fafc,#f1f5f9);padding:1.5rem 1.5rem 2rem}@media (min-width: 769px){._container_pie8y_2{padding:2rem 2.5rem 2.5rem;gap:1.5rem}}._pageHeader_pie8y_16{display:flex;align-items:flex-start;gap:1rem}._headerIconWrap_pie8y_20{display:flex;flex-shrink:0;align-items:center;justify-content:center;border-radius:.75rem;width:48px;height:48px;background:linear-gradient(135deg,#0f172a,#1e3a5f);box-shadow:0 4px 14px #0f172a40}._headerIcon_pie8y_20{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));width:26px;height:26px}._pageTitle_pie8y_34{font-weight:600;letter-spacing:-.025em;font-size:1.5rem;line-height:1.3;color:#0f172a}@media (min-width: 769px){._pageTitle_pie8y_34{font-size:1.75rem}}._pageSubtext_pie8y_47{margin-top:.25rem;font-size:.875rem;line-height:1.25rem;color:#64748b}._casesHeader_pie8y_53{display:flex;width:100%;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;flex-direction:row;background:#fff;padding:1rem 1.25rem;border-radius:1rem;box-shadow:0 1px 3px #0000000f;border:1px solid #e2e8f0}._statusPills_pie8y_64{display:flex;gap:.25rem;flex-wrap:wrap;background-color:#f1f5f9;padding:.25rem;border-radius:.625rem;width:-moz-fit-content;width:fit-content;border:1px solid #e2e8f0;flex-shrink:0}._statusPill_pie8y_64{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;border:none;border-radius:.5rem;background-color:transparent;color:#475569;font-weight:600;font-size:.8125rem;cursor:pointer;transition:background-color .2s,color .2s,box-shadow .2s;white-space:nowrap}._statusPill_pie8y_64:hover:not(._statusPillActive_pie8y_92){background-color:#e2e8f0;color:#1e293b}._statusPillActive_pie8y_92{background:linear-gradient(135deg,#0f172a,#1e3a5f);color:#fff;box-shadow:0 2px 6px #0f172a33}._filterButtonWrapper_pie8y_103{display:flex;align-items:center;gap:.5rem;margin-left:auto!important;flex-shrink:0}._casesTableSpinner_pie8y_109{width:1.25rem;height:1.25rem;flex-shrink:0}._customerName_pie8y_115{--tw-text-opacity: 1;color:rgb(3 32 76 / var(--tw-text-opacity, 1))}._addButton_pie8y_120{display:flex;cursor:pointer;gap:.75rem;border-radius:.375rem;--tw-bg-opacity: 1;background-color:rgb(3 32 76 / var(--tw-bg-opacity, 1));padding:1rem;font-weight:500;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}._addButton_pie8y_120:hover{--tw-bg-opacity: 1;background-color:rgb(31 60 92 / var(--tw-bg-opacity, 1))}._tableWrapper_pie8y_130{width:100%;overflow-x:auto;border-radius:1rem;background:#fff;box-shadow:0 1px 3px #0000000f,0 4px 20px #0000000a;border:1px solid #e2e8f0}._tableWrapper_pie8y_130 table{width:100%;border-collapse:collapse}._tableWrapper_pie8y_130 thead tr{background:linear-gradient(180deg,#f8fafc,#f1f5f9);border-bottom:2px solid #e2e8f0}._tableWrapper_pie8y_130 thead th{padding:.5rem .75rem;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#475569;text-align:left}._tableRow_pie8y_157{cursor:pointer;text-wrap:nowrap;background:#fff;border-bottom:1px solid #f1f5f9;transition:background-color .15s ease,box-shadow .15s ease}._tableRow_pie8y_157:nth-child(2n){background:#fafbfc}._tableRow_pie8y_157:hover{background:#eff6ff!important;box-shadow:inset 3px 0 #3b82f6}._tableCell_pie8y_173{padding:.5rem .75rem;font-size:.8125rem}._tableWrapper_pie8y_130 thead th:first-child,._tableWrapper_pie8y_130 tbody tr td:first-child{min-width:120px}._tableWrapper_pie8y_130 tbody tr td:first-child{white-space:normal}._dateTimeBlock_pie8y_187{display:flex;flex-direction:column;gap:.125rem;line-height:1.3}._dateLine_pie8y_194{font-size:.8125rem;font-weight:500;color:#334155}._timeLine_pie8y_200{font-size:.75rem;color:#94a3b8;font-weight:400}._noCaseMessage_pie8y_207{display:flex;height:15rem;align-items:center;justify-content:center;--tw-text-opacity: 1;color:rgb(85 85 85 / var(--tw-text-opacity, 1))}._tableWrapper_pie8y_130 table thead tr th:nth-child(4),._tableWrapper_pie8y_130 table tbody tr td:nth-child(4){width:200px!important;max-width:200px!important;min-width:200px!important;text-align:left!important;padding:.5rem .5rem .5rem .75rem!important;overflow:hidden!important;box-sizing:border-box!important}._tableWrapper_pie8y_130 table tbody tr td:nth-child(4) ._statusWrapper_pie8y_223{padding:4px 8px!important;display:inline-flex!important;justify-content:flex-start!important;align-items:center!important;max-width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important}._tableWrapper_pie8y_130 table thead tr th:nth-child(5),._tableWrapper_pie8y_130 table tbody tr td:nth-child(5){min-width:200px!important;max-width:280px!important}._tableWrapper_pie8y_130 table thead tr th:nth-child(6),._tableWrapper_pie8y_130 table tbody tr td:nth-child(6){text-align:left!important;width:90px!important;padding:.5rem .25rem!important}._textPrimary_pie8y_248{--tw-text-opacity: 1;color:rgb(34 34 34 / var(--tw-text-opacity, 1))}._textSecondary_pie8y_252{--tw-text-opacity: 1;color:rgb(102 112 133 / var(--tw-text-opacity, 1))}._statusWrapper_pie8y_223{display:flex;height:-moz-fit-content;height:fit-content;width:-moz-fit-content;width:fit-content;align-items:center;gap:.375rem;min-width:-moz-max-content;min-width:max-content;padding:4px 6px}._statusResolved_pie8y_262{width:-moz-fit-content;width:fit-content;border-radius:1rem;--tw-bg-opacity: 1;background-color:rgb(236 253 243 / var(--tw-bg-opacity, 1))}._statusUnresolved_pie8y_266{width:-moz-fit-content;width:fit-content;border-radius:1rem;--tw-bg-opacity: 1;background-color:rgb(255 233 233 / var(--tw-bg-opacity, 1))}._statusDotResolved_pie8y_270{height:.5rem;width:.5rem;border-radius:9999px;--tw-bg-opacity: 1;background-color:rgb(20 186 109 / var(--tw-bg-opacity, 1))}._statusDotUnresolved_pie8y_274{height:.5rem;width:.5rem;border-radius:9999px;--tw-bg-opacity: 1;background-color:rgb(224 5 5 / var(--tw-bg-opacity, 1))}._statusTextResolved_pie8y_278{font-size:.75rem;line-height:1rem;font-weight:500;--tw-text-opacity: 1;color:rgb(3 120 71 / var(--tw-text-opacity, 1))}._statusTextUnresolved_pie8y_282{font-size:.75rem;line-height:1rem;font-weight:500;--tw-text-opacity: 1;color:rgb(224 5 5 / var(--tw-text-opacity, 1))}._actionWrapper_pie8y_286{display:flex;align-items:center;justify-content:flex-start;gap:.75rem;padding-top:4px;padding-bottom:4px;padding-left:.5rem;padding-right:.5rem;position:relative;z-index:1}._actionButton_pie8y_292{display:inline-flex;align-items:center;justify-content:center;border-radius:.5rem;padding:.5rem;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;animation-duration:.2s;border:none;cursor:pointer;background:transparent}._actionIconView_pie8y_299{width:20px;height:20px;color:#3b82f6}._actionButton_pie8y_292:hover ._actionIconView_pie8y_299{color:#2563eb}._actionIconEdit_pie8y_309{width:20px;height:20px;color:#f59e0b}._actionButton_pie8y_292:hover ._actionIconEdit_pie8y_309{color:#d97706}._actionIconReverify_pie8y_319{width:20px;height:20px;color:#10b981}._actionButton_pie8y_292:hover ._actionIconReverify_pie8y_319{color:#059669}._actionButton_pie8y_292:hover{background:#f1f5f9;transform:scale(1.05)}._filterButtonWrapper_pie8y_103{display:flex;align-items:center;gap:1rem}._clearFilterButton_pie8y_337{display:inline-flex;align-items:center;gap:.5rem;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(29 78 216 / var(--tw-border-opacity, 1));background-color:transparent;padding:.5rem 1rem;--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-duration:.2s;transition-timing-function:cubic-bezier(.4,0,.2,1);animation-duration:.2s;animation-timing-function:cubic-bezier(.4,0,.2,1)}._clearFilterButton_pie8y_337:hover{background-color:#bfdbfe4d}._clearFilterButton_pie8y_337:disabled{cursor:not-allowed;background-color:#bfdbfe33}._filterButton_pie8y_103{display:inline-flex;align-items:center;gap:.5rem;border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1));padding:.5rem 1rem;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-duration:.2s;transition-timing-function:cubic-bezier(.4,0,.2,1);animation-duration:.2s;animation-timing-function:cubic-bezier(.4,0,.2,1)}._filterButton_pie8y_103:hover{background-color:#1d4ed8bf}._filterButton_pie8y_103:disabled{cursor:not-allowed;background-color:#1d4ed84d}._mobileCard_pie8y_346{margin-bottom:1rem;overflow:hidden;border-radius:.75rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 4px #0000000f;position:relative}._mobileCard_pie8y_346:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#04396d,#06c);opacity:0;transition:opacity .3s ease}._mobileCard_pie8y_346:hover{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);transform:translateY(-4px);border-color:#04396d}._mobileCard_pie8y_346:hover:before{opacity:1}._mobileCardHeader_pie8y_375{display:flex;align-items:center;justify-content:space-between;padding:1.25rem;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-bottom:1px solid #e2e8f0}._mobileCardCustomer_pie8y_381{cursor:pointer;font-size:1rem;line-height:1.5rem;font-weight:700;color:#04396d;transition:color .2s ease}._mobileCardCustomer_pie8y_381:hover{color:#06c}._mobileCardBody_pie8y_391>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}._mobileCardBody_pie8y_391{padding:1.25rem}._mobileCardRow_pie8y_395{display:flex;flex-direction:column;gap:.375rem}._mobileCardLabel_pie8y_399{font-size:.75rem;line-height:1rem;font-weight:700;text-transform:uppercase;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1));letter-spacing:.05em}._mobileCardValue_pie8y_404{font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1));word-wrap:break-word;overflow-wrap:break-word;line-height:1.6}._mobileCardActions_pie8y_411{display:flex;gap:.5rem;padding:1rem;background:linear-gradient(to bottom,#f8fafc,#fff);border-top:1px solid #e2e8f0}._mobileCardActionButton_pie8y_417{display:flex;flex:1 1 0%;align-items:center;justify-content:center;gap:.5rem;border-radius:.5rem;padding:.75rem 1rem;font-size:.875rem;line-height:1.25rem;font-weight:600;background:#04396d;color:#fff;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 4px #04396d33}._mobileCardActionButton_pie8y_417:hover{background:#032d5a;transform:scale(1.02);box-shadow:0 4px 8px #04396d4d}._mobileCardActionButton_pie8y_417:active{transform:scale(.98)}@media (max-width: 768px){._container_pie8y_2{gap:1.5rem;padding:1rem .75rem}._header_pie8y_20{flex-direction:column;align-items:flex-start;gap:.75rem}._casesHeader_pie8y_53{width:100%;flex-direction:column;align-items:flex-start;gap:.75rem;justify-content:flex-start}._mobileCardHeader_pie8y_375 ._statusWrapper_pie8y_223,._tableCell_pie8y_173 ._statusWrapper_pie8y_223{width:-moz-fit-content;width:fit-content;align-items:center;gap:.375rem;flex-direction:row!important}._statusPills_pie8y_64{width:100%;flex-wrap:wrap;gap:.5rem}._filterButtonWrapper_pie8y_103{width:100%;flex-direction:column;gap:.5rem;margin-left:0!important}._statusPill_pie8y_64{padding:.375rem .75rem;font-size:.875rem;line-height:1.25rem}._addButton_pie8y_120{width:100%;justify-content:center;padding:.75rem;font-size:.875rem;line-height:1.25rem}._filterButton_pie8y_103,._clearFilterButton_pie8y_337{width:100%;justify-content:center;font-size:.875rem;line-height:1.25rem}._tableWrapper_pie8y_130{overflow:hidden;border-radius:.5rem;margin:0 -.75rem;width:calc(100% + 1.5rem)}._tableCell_pie8y_173{padding:.5rem .75rem}._actionWrapper_pie8y_286{flex-wrap:nowrap;gap:.75rem;min-width:-moz-fit-content;min-width:fit-content}._actionWrapper_pie8y_286>span{flex-shrink:0}._tableCell_pie8y_173{padding:.75rem;overflow:visible}._tableCell_pie8y_173:has(._statusWrapper_pie8y_223){padding:.75rem .5rem;width:auto;max-width:120px}._tableRow_pie8y_157{position:relative}}._container_y0s15_5{min-height:100vh;width:100%;background:linear-gradient(135deg,#f8fafc,#f1f5f9);padding:2rem 1rem}._searchWrapper_y0s15_11{margin-left:auto;margin-right:auto;max-width:42rem;display:flex;flex-direction:column;gap:2rem}._searchHeader_y0s15_22{text-align:center;display:flex;flex-direction:column;align-items:center;gap:.75rem}._headerIcon_y0s15_30{display:flex;align-items:center;justify-content:center;width:4rem;height:4rem;background:linear-gradient(135deg,#04396d,#06c);border-radius:1rem;color:#fff;font-size:1.75rem;box-shadow:0 4px 12px #04396d33;margin-bottom:.5rem}._pageTitle_y0s15_42{font-size:1.875rem;line-height:2.25rem;font-weight:700}@media (min-width: 768px){._pageTitle_y0s15_42{font-size:2.25rem;line-height:2.5rem}}._pageTitle_y0s15_42{color:#1e293b;margin:0;letter-spacing:-.02em}._pageDescription_y0s15_49{font-size:.875rem;line-height:1.25rem}@media (min-width: 768px){._pageDescription_y0s15_49{font-size:1rem;line-height:1.5rem}}._pageDescription_y0s15_49{color:#64748b;margin:0;max-width:500px;line-height:1.6}._searchCard_y0s15_61{border-radius:.75rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:2rem;box-shadow:0 4px 16px #00000014;transition:all .3s ease}._searchCard_y0s15_61:hover{box-shadow:0 8px 24px #0000001f}._searchInputWrapper_y0s15_76{display:flex;flex-direction:column;gap:1rem}._searchInputContainer_y0s15_82{position:relative;display:flex;align-items:center;background:#f8fafc;border:2px solid #e2e8f0;border-radius:.75rem;padding:.875rem 1rem;transition:all .2s ease}._searchInputContainer_y0s15_82._focused_y0s15_91{border-color:#04396d;background:#fff;box-shadow:0 0 0 4px #04396d1a}._inputIcon_y0s15_97{display:flex;align-items:center;justify-content:center;color:#64748b;font-size:1.125rem;margin-right:.75rem;flex-shrink:0;transition:color .2s ease}._searchInputContainer_y0s15_82._focused_y0s15_91 ._inputIcon_y0s15_97{color:#04396d}._inputIconSvg_y0s15_110{width:1.125rem;height:1.125rem}._searchInput_y0s15_76{flex:1 1 0%;border-style:none;background-color:transparent;outline:2px solid transparent;outline-offset:2px;font-size:1rem;color:#1e293b;padding:0;line-height:1.5}._searchInput_y0s15_76::-moz-placeholder{color:#94a3b8}._searchInput_y0s15_76::placeholder{color:#94a3b8}._searchInput_y0s15_76:disabled{opacity:.6;cursor:not-allowed}._clearButton_y0s15_132{display:flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;border:none;background:#cbd5e1;color:#fff;border-radius:50%;cursor:pointer;font-size:1.25rem;line-height:1;padding:0;margin-left:.5rem;transition:all .2s ease;flex-shrink:0}._clearButton_y0s15_132:hover{background:#94a3b8;transform:scale(1.1)}._searchButton_y0s15_158{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.75rem;background:linear-gradient(135deg,#04396d,#06c);color:#fff;font-size:.9375rem;font-weight:600;border:none;border-radius:.75rem;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #04396d33;min-height:3rem}._searchButton_y0s15_158:hover:not(:disabled){background:linear-gradient(135deg,#032d5a,#0052a3);transform:translateY(-1px);box-shadow:0 4px 12px #04396d4d}._searchButton_y0s15_158:active:not(:disabled){transform:translateY(0)}._searchButton_y0s15_158:disabled{opacity:.5;cursor:not-allowed;transform:none}._spinner_y0s15_189{width:1rem;height:1rem;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:_spin_y0s15_189 .6s linear infinite}@keyframes _spin_y0s15_189{to{transform:rotate(360deg)}}._searchHints_y0s15_208{display:flex;align-items:center;justify-content:center;gap:.75rem;padding-top:1rem;border-top:1px solid #e2e8f0;margin-top:.5rem}._hintItem_y0s15_215{display:flex;align-items:center;gap:.5rem;color:#64748b;font-size:.8125rem}._hintIcon_y0s15_221{color:#94a3b8;font-size:.875rem}._hintDivider_y0s15_226{font-size:.75rem;line-height:1rem;font-weight:500;color:#cbd5e1;padding:0 .25rem}@media (max-width: 768px){._container_y0s15_5{padding:1.5rem .75rem}._searchWrapper_y0s15_11{gap:1.5rem}._searchCard_y0s15_61{padding:1.5rem;border-radius:.75rem}._headerIcon_y0s15_30{width:3.5rem;height:3.5rem;font-size:1.5rem}._pageTitle_y0s15_42{font-size:1.75rem}._pageDescription_y0s15_49{font-size:.875rem}._searchInputContainer_y0s15_82{padding:.75rem}._searchButton_y0s15_158{padding:.75rem 1.5rem;font-size:.875rem;min-height:2.75rem}._searchHints_y0s15_208{flex-wrap:wrap;gap:.5rem}}@media (max-width: 480px){._container_y0s15_5{padding:1rem .5rem}._searchWrapper_y0s15_11{gap:1.25rem}._searchCard_y0s15_61{padding:1.25rem}._headerIcon_y0s15_30{width:3rem;height:3rem;font-size:1.25rem}._pageTitle_y0s15_42{font-size:1.5rem}._pageDescription_y0s15_49{font-size:.8125rem}._searchInputContainer_y0s15_82{padding:.625rem .75rem}._searchInput_y0s15_76{font-size:.9375rem}._searchButton_y0s15_158{padding:.625rem 1.25rem;font-size:.8125rem;min-height:2.5rem}}._modalWrapper_jssu5_2{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;height:100%;width:100%;flex-wrap:wrap;align-items:center;justify-content:center;padding:1rem}._modalOverlay_jssu5_6{position:fixed;top:0;right:0;bottom:0;left:0;height:100%;width:100%;background-color:#00000080}._modalContainer_jssu5_11{position:fixed;z-index:50;width:100%;max-width:640px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));overflow:auto;border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._modalHeader_jssu5_16{display:flex;justify-content:space-between;border-bottom-width:.5px;--tw-border-opacity: 1;border-color:rgb(155 155 155 / var(--tw-border-opacity, 1));padding:2rem 2rem 1rem}._modalTitle_jssu5_20{font-size:1.5rem;line-height:2rem;font-weight:700;--tw-text-opacity: 1;color:rgb(7 29 50 / var(--tw-text-opacity, 1))}._closeButton_jssu5_24{display:flex;height:2rem;width:2rem;cursor:pointer;align-items:center;justify-content:center;border-radius:9999px}._closeButton_jssu5_24:hover{--tw-bg-opacity: 1;background-color:rgb(233 244 255 / var(--tw-bg-opacity, 1))}._modalContent_jssu5_29{display:flex;flex-direction:column;align-items:flex-start;gap:2.5rem;padding:2rem}._modalDescription_jssu5_33{font-size:1rem;line-height:1.5rem;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}._buttonGroup_jssu5_37{display:flex;width:100%;gap:.75rem}._confirmButton_jssu5_41{width:100%;border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(4 57 109 / var(--tw-bg-opacity, 1));padding:1rem 1.5rem;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;animation-duration:.2s}._confirmButton_jssu5_41:hover{opacity:.8}._confirmButton_jssu5_41:disabled{cursor:not-allowed;opacity:.4}._cancelButton_jssu5_45{width:100%;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(4 57 109 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:1rem 1.5rem;--tw-text-opacity: 1;color:rgb(4 57 109 / var(--tw-text-opacity, 1));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;animation-duration:.2s}._cancelButton_jssu5_45:hover{border-color:#04396d33;background-color:#04396d33;opacity:.8}._cancelButton_jssu5_45:disabled{cursor:not-allowed;opacity:.4}._overlay_1785m_1{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:10000}._modal_1785m_14{background:#fff;padding:20px;border-radius:8px;box-shadow:0 2px 10px #0000001a;z-index:1001;min-width:300px}@media (max-width: 768px){._overlay_1785m_1{padding:0}._modal_1785m_14{position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100%;max-width:100%;min-width:100%;border-radius:0;padding:16px;overflow-y:auto}}@media (max-width: 480px){._modal_1785m_14{padding:12px}}._container_so42p_1{padding:24px;min-width:400px}._title_so42p_6{font-size:24px;font-weight:600;margin-bottom:8px;color:#1a1a1a}._subtitle_so42p_13{font-size:14px;color:#666;margin-bottom:16px}._textarea_so42p_19{width:100%;min-height:120px;padding:12px;border:1px solid #e0e0e0;border-radius:4px;resize:vertical;font-size:14px;margin-bottom:20px}._textarea_so42p_19:focus{outline:none;border-color:#2563eb}._buttons_so42p_35{display:flex;justify-content:flex-end;gap:12px}._cancelButton_so42p_41{padding:8px 16px;border:1px solid #e0e0e0;border-radius:4px;background-color:#fff;color:#666;cursor:pointer;font-size:14px;transition:all .2s}._cancelButton_so42p_41:hover{background-color:#f5f5f5}._confirmButton_so42p_56{padding:8px 16px;border:none;border-radius:4px;background-color:#dc2626;color:#fff;cursor:pointer;font-size:14px;transition:all .2s}._confirmButton_so42p_56:hover{background-color:#b91c1c}._confirmButton_so42p_56:disabled{background-color:#f87171;cursor:not-allowed}._container_8a96p_1{padding-top:1rem;display:flex;flex-direction:column;gap:1rem}._description_8a96p_8{color:#6b7280;font-size:.9rem}._textarea_8a96p_13{width:100%;padding:.75rem;border:1px solid #D9D9D9;border-radius:8px;font-size:1rem;resize:vertical;min-height:100px;font-family:Inter,sans-serif;transition:border-color .2s,box-shadow .2s}._textarea_8a96p_13:focus{outline:none;border-color:#04396d;box-shadow:0 0 0 3px #04396d1a}._buttonContainer_8a96p_31{display:flex;justify-content:flex-end;gap:.75rem;margin-top:1rem}._cancelButton_8a96p_38{background-color:#fff;border:1px solid #D1D5DB;border-radius:8px;color:#374151;cursor:pointer;padding:.6rem 1.2rem;font-weight:500;transition:background-color .2s ease-in-out;box-shadow:0 1px 2px #0000000d}._cancelButton_8a96p_38:hover{background-color:#f9fafb}._confirmButton_8a96p_54{background-color:#04396d;border:none;border-radius:8px;color:#fff;cursor:pointer;padding:.6rem 1.2rem;font-weight:500;transition:background-color .2s ease-in-out;box-shadow:0 1px 2px #0000000d}._confirmButton_8a96p_54:hover{background-color:#032f5a}._confirmButton_8a96p_54:disabled{background-color:#a5a5a5;cursor:not-allowed;opacity:.7}._modalWrapper_1m655_2{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1rem}._modalOverlay_1m655_6{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#00000080;--tw-backdrop-blur: blur(4px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}._modalContainer_1m655_11{position:relative;z-index:50;display:flex;max-height:85dvh;width:100%;max-width:760px;flex-direction:column;overflow:hidden;border-radius:1rem;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}._modalHeader_1m655_16{display:flex;align-items:center;justify-content:space-between;border-bottom-width:1px;--tw-border-opacity: 1;border-color:rgb(243 244 246 / var(--tw-border-opacity, 1));padding:1.25rem 1.5rem;background:linear-gradient(135deg,#f8fafc,#f1f5f9)}._headerLeft_1m655_21{display:flex;align-items:center;gap:1rem}._headerIcon_1m655_25{display:flex;height:2.75rem;width:2.75rem;flex-shrink:0;align-items:center;justify-content:center;border-radius:.75rem;background:linear-gradient(135deg,#045992,#0369a1);color:#fff;box-shadow:0 4px 12px #04599240}._headerContent_1m655_32{display:flex;flex-direction:column;gap:.125rem}._modalTitle_1m655_36{font-size:1.125rem;line-height:1.75rem;font-weight:600;line-height:1.25;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}._modalSubtitle_1m655_40{font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}._closeButton_1m655_44{display:flex;height:2.25rem;width:2.25rem;align-items:center;justify-content:center;border-radius:.5rem;--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;animation-duration:.2s}._closeButton_1m655_44:hover:not(:disabled){--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}._closeButton_1m655_44:disabled{cursor:not-allowed;opacity:.5}._modalContent_1m655_57{display:flex;flex:1 1 0%;flex-direction:column;gap:1.5rem;overflow-y:auto;padding:1.5rem}._section_1m655_62{display:flex;flex-direction:column;gap:1rem}._sectionHeader_1m655_66{display:flex;align-items:center;gap:.5rem;border-bottom-width:1px;--tw-border-opacity: 1;border-color:rgb(243 244 246 / var(--tw-border-opacity, 1));padding-bottom:.5rem}._sectionIcon_1m655_70{--tw-text-opacity: 1;color:rgb(4 89 146 / var(--tw-text-opacity, 1))}._sectionTitle_1m655_74{font-size:.875rem;line-height:1.25rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}._sectionContent_1m655_78{display:flex;flex-direction:column;gap:1rem}._inputGroup_1m655_83{display:flex;width:100%;gap:1rem}._inputWrapper_1m655_87{display:flex;width:100%;flex-direction:column;gap:.375rem}._selectField_1m655_92{width:100%}._fieldError_1m655_97{font-size:.75rem;line-height:1rem;--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}._modalFooter_1m655_102{display:flex;align-items:center;justify-content:center;gap:.75rem;border-top-width:1px;--tw-border-opacity: 1;border-color:rgb(243 244 246 / var(--tw-border-opacity, 1));padding:1.25rem 1.5rem;background:#f9fafb}._cancelButton_1m655_107{border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:.625rem 1.5rem;font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;animation-duration:.2s}._cancelButton_1m655_107:hover:not(:disabled){--tw-border-opacity: 1;border-color:rgb(156 163 175 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}._cancelButton_1m655_107:disabled{cursor:not-allowed;opacity:.5}._submitButton_1m655_119{border-radius:.5rem;padding:.625rem 1.5rem;font-size:.875rem;line-height:1.25rem;font-weight:600;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;animation-duration:.2s;background:linear-gradient(135deg,#045992,#0369a1);box-shadow:0 2px 8px #04599240}._submitButton_1m655_119:hover:not(:disabled){background:linear-gradient(135deg,#0369a1,#075985);box-shadow:0 4px 12px #04599259}._submitButton_1m655_119:disabled{cursor:not-allowed;opacity:.5;box-shadow:none}._submitContent_1m655_135,._loadingContent_1m655_139{display:flex;align-items:center;justify-content:center;gap:.5rem}@keyframes _spin_1m655_143{to{transform:rotate(360deg)}}._spinner_1m655_143{animation:_spin_1m655_143 1s linear infinite}._modalContent_1m655_57::-webkit-scrollbar{width:6px}._modalContent_1m655_57::-webkit-scrollbar-track{border-radius:9999px;--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}._modalContent_1m655_57::-webkit-scrollbar-thumb{border-radius:9999px;--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity, 1))}._modalContent_1m655_57::-webkit-scrollbar-thumb:hover{--tw-bg-opacity: 1;background-color:rgb(156 163 175 / var(--tw-bg-opacity, 1))}@media (max-width: 768px){._modalWrapper_1m655_2{padding:0}._modalContainer_1m655_11{height:100%;max-height:100%;width:100%;max-width:100%;border-radius:0}._modalHeader_1m655_16{padding:1rem}._headerIcon_1m655_25{height:2.25rem;width:2.25rem;border-radius:.5rem}._headerIcon_1m655_25 svg{width:18px;height:18px}._modalTitle_1m655_36{font-size:1rem;line-height:1.5rem}._modalSubtitle_1m655_40{font-size:.75rem;line-height:1rem}._modalContent_1m655_57{gap:1.25rem;padding:1rem}._section_1m655_62{gap:.75rem}._sectionTitle_1m655_74{font-size:.75rem;line-height:1rem}._inputGroup_1m655_83{flex-direction:column;gap:.75rem}._inputWrapper_1m655_87 input,._inputWrapper_1m655_87 select{padding-top:.625rem;padding-bottom:.625rem;font-size:.875rem;line-height:1.25rem;min-height:44px}._inputWrapper_1m655_87 label{font-size:.75rem;line-height:1rem;font-weight:500}._modalFooter_1m655_102{gap:.5rem;padding:1rem}._cancelButton_1m655_107,._submitButton_1m655_119{flex:1 1 0%;padding:.625rem 1rem;font-size:.75rem;line-height:1rem}._fieldError_1m655_97{font-size:.75rem;line-height:1rem}}@media (max-width: 480px){._modalHeader_1m655_16{gap:.5rem;padding:.75rem}._headerLeft_1m655_21{gap:.75rem}._headerIcon_1m655_25{height:2rem;width:2rem}._headerIcon_1m655_25 svg{width:16px;height:16px}._modalTitle_1m655_36{font-size:.875rem;line-height:1.25rem}._modalSubtitle_1m655_40{display:none}._modalContent_1m655_57{gap:1rem;padding-left:.75rem;padding-right:.75rem}._sectionContent_1m655_78{gap:.75rem}._inputWrapper_1m655_87 input,._inputWrapper_1m655_87 select{padding-top:.5rem;padding-bottom:.5rem;font-size:.75rem;line-height:1rem;min-height:40px}._modalFooter_1m655_102{flex-direction:column;padding:.75rem}._cancelButton_1m655_107,._submitButton_1m655_119{width:100%;justify-content:center}}._container_wp51q_4{position:relative;display:flex;min-height:100vh;flex-direction:column;gap:1.5rem;padding:1.5rem 1rem}@media (min-width: 768px){._container_wp51q_4{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width: 1024px){._container_wp51q_4{padding-left:2rem;padding-right:2rem}}._container_wp51q_4{background:linear-gradient(180deg,#f8fafc,#f1f5f9)}._pageHeader_wp51q_12{margin-bottom:.5rem;display:flex;align-items:flex-start;gap:1rem}._headerIconWrap_wp51q_16{display:flex;flex-shrink:0;align-items:center;justify-content:center;border-radius:.75rem;width:48px;height:48px;background:linear-gradient(135deg,#0f172a,#1e3a5f);box-shadow:0 4px 14px #0f172a40}._headerIcon_wp51q_16{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));width:26px;height:26px}._pageTitle_wp51q_30{font-weight:600;letter-spacing:-.025em;font-size:1.5rem;line-height:1.3;color:#0f172a}@media (min-width: 769px){._pageTitle_wp51q_30{font-size:1.75rem}}._pageSubtext_wp51q_43{margin-top:.25rem;font-size:.875rem;line-height:1.25rem;color:#64748b}._header_wp51q_16{display:flex;width:100%;flex-direction:column;align-items:stretch;justify-content:center;gap:.75rem}@media (min-width: 414px){._header_wp51q_16{flex-direction:row;flex-wrap:wrap;align-items:center}}._header_wp51q_16{padding:1rem 1.25rem;background:#fff;border-radius:12px;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000000a}._baseButton_wp51q_63{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border-radius:.5rem;padding:.625rem 1rem;font-size:.875rem;line-height:1.25rem;font-weight:600;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;animation-duration:.2s;min-height:42px}._baseButton_wp51q_63:disabled{cursor:not-allowed;opacity:.5;transform:none!important;box-shadow:none!important}._switchAccountButton_wp51q_75{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border-radius:.5rem;padding:.625rem 1rem;font-size:.875rem;line-height:1.25rem;font-weight:600;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;animation-duration:.2s;min-height:42px}._switchAccountButton_wp51q_75:disabled{cursor:not-allowed;opacity:.5;transform:none;box-shadow:none}@media (max-width: 768px){._switchAccountButton_wp51q_75{width:100%;padding:.5rem .75rem;font-size:.75rem;line-height:1rem;min-height:38px}}@media (max-width: 480px){._switchAccountButton_wp51q_75{padding-top:.5rem;padding-bottom:.5rem;font-size:.75rem;line-height:1rem;min-height:36px}}._switchAccountButton_wp51q_75{background:linear-gradient(135deg,#374151,#1f2937);box-shadow:0 2px 6px #37415133}._switchAccountButton_wp51q_75:hover:not(:disabled){background:linear-gradient(135deg,#4b5563,#374151);box-shadow:0 4px 12px #3741514d;transform:translateY(-1px)}._requestFeeButton_wp51q_88{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border-radius:.5rem;padding:.625rem 1rem;font-size:.875rem;line-height:1.25rem;font-weight:600;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;animation-duration:.2s;min-height:42px}._requestFeeButton_wp51q_88:disabled{cursor:not-allowed;opacity:.5;transform:none;box-shadow:none}@media (max-width: 768px){._requestFeeButton_wp51q_88{width:100%;padding:.5rem .75rem;font-size:.75rem;line-height:1rem;min-height:38px}}@media (max-width: 480px){._requestFeeButton_wp51q_88{padding-top:.5rem;padding-bottom:.5rem;font-size:.75rem;line-height:1rem;min-height:36px}}._requestFeeButton_wp51q_88{background:linear-gradient(135deg,#dc2626,#b91c1c);box-shadow:0 2px 6px #dc262633}._requestFeeButton_wp51q_88:hover:not(:disabled){background:linear-gradient(135deg,#ef4444,#dc2626);box-shadow:0 4px 12px #dc26264d;transform:translateY(-1px)}._requestDiligenceButton_wp51q_101{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border-radius:.5rem;padding:.625rem 1rem;font-size:.875rem;line-height:1.25rem;font-weight:600;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;animation-duration:.2s;min-height:42px}._requestDiligenceButton_wp51q_101:disabled{cursor:not-allowed;opacity:.5;transform:none;box-shadow:none}@media (max-width: 768px){._requestDiligenceButton_wp51q_101{width:100%;padding:.5rem .75rem;font-size:.75rem;line-height:1rem;min-height:38px}}@media (max-width: 480px){._requestDiligenceButton_wp51q_101{padding-top:.5rem;padding-bottom:.5rem;font-size:.75rem;line-height:1rem;min-height:36px}}._requestDiligenceButton_wp51q_101{background:linear-gradient(135deg,#ea580c,#c2410c);box-shadow:0 2px 6px #ea580c33}._requestDiligenceButton_wp51q_101:hover:not(:disabled){background:linear-gradient(135deg,#f97316,#ea580c);box-shadow:0 4px 12px #ea580c4d;transform:translateY(-1px)}._updateButton_wp51q_114{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border-radius:.5rem;padding:.625rem 1rem;font-size:.875rem;line-height:1.25rem;font-weight:600;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;animation-duration:.2s;min-height:42px}._updateButton_wp51q_114:disabled{cursor:not-allowed;opacity:.5;transform:none;box-shadow:none}@media (max-width: 768px){._updateButton_wp51q_114{width:100%;padding:.5rem .75rem;font-size:.75rem;line-height:1rem;min-height:38px}}@media (max-width: 480px){._updateButton_wp51q_114{padding-top:.5rem;padding-bottom:.5rem;font-size:.75rem;line-height:1rem;min-height:36px}}._updateButton_wp51q_114{background:linear-gradient(135deg,#045992,#0369a1);box-shadow:0 2px 6px #04599233}._updateButton_wp51q_114:hover:not(:disabled){background:linear-gradient(135deg,#0369a1,#075985);box-shadow:0 4px 12px #0459924d;transform:translateY(-1px)}._activateButton_wp51q_127{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border-radius:.5rem;padding:.625rem 1rem;font-size:.875rem;line-height:1.25rem;font-weight:600;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;animation-duration:.2s;min-height:42px}._activateButton_wp51q_127:disabled{cursor:not-allowed;opacity:.5;transform:none;box-shadow:none}@media (max-width: 768px){._activateButton_wp51q_127{width:100%;padding:.5rem .75rem;font-size:.75rem;line-height:1rem;min-height:38px}}@media (max-width: 480px){._activateButton_wp51q_127{padding-top:.5rem;padding-bottom:.5rem;font-size:.75rem;line-height:1rem;min-height:36px}}._activateButton_wp51q_127{background:linear-gradient(135deg,#059669,#047857);box-shadow:0 2px 6px #05966933}._activateButton_wp51q_127:hover:not(:disabled){background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 4px 12px #0596694d;transform:translateY(-1px)}._resetPasswordButton_wp51q_140{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border-radius:.5rem;padding:.625rem 1rem;font-size:.875rem;line-height:1.25rem;font-weight:600;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;animation-duration:.2s;min-height:42px}._resetPasswordButton_wp51q_140:disabled{cursor:not-allowed;opacity:.5;transform:none;box-shadow:none}@media (max-width: 768px){._resetPasswordButton_wp51q_140{width:100%;padding:.5rem .75rem;font-size:.75rem;line-height:1rem;min-height:38px}}@media (max-width: 480px){._resetPasswordButton_wp51q_140{padding-top:.5rem;padding-bottom:.5rem;font-size:.75rem;line-height:1rem;min-height:36px}}._resetPasswordButton_wp51q_140{background:linear-gradient(135deg,#fbbf24,#f59e0b);color:#1f2937;box-shadow:0 2px 6px #fbbf2433}._resetPasswordButton_wp51q_140:hover:not(:disabled){background:linear-gradient(135deg,#fcd34d,#fbbf24);box-shadow:0 4px 12px #fbbf244d;transform:translateY(-1px)}._infoSection_wp51q_156,._cardContainerWrapper_wp51q_163{display:flex;width:100%;flex-direction:column;gap:1rem}@media (min-width: 1024px){._cardContainerWrapper_wp51q_163{flex-direction:row}}._cardContainer_wp51q_163{display:flex;width:100%;flex-direction:column;gap:1rem}@media (min-width: 1024px){._cardContainer_wp51q_163{flex-direction:row}}._customerInfoCard_wp51q_171{display:flex;width:100%;flex-direction:column;gap:.75rem}._infoCardDetails_wp51q_175{display:flex;width:100%;flex-direction:column;gap:1rem;border-radius:.75rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:1rem;box-shadow:0 1px 3px #0000000a}._walletSection_wp51q_180{display:flex;width:100%;flex-direction:column;gap:1rem}@media (min-width: 1024px){._walletSection_wp51q_180{flex-direction:row}}._statsSection_wp51q_184{display:grid;width:100%;grid-template-columns:repeat(1,minmax(0,1fr));gap:1rem}@media (min-width: 768px){._statsSection_wp51q_184{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 1024px){._statsSection_wp51q_184{grid-template-columns:repeat(3,minmax(0,1fr))}}._statsItem_wp51q_188{display:flex;align-items:center;justify-content:flex-start;gap:1rem;border-radius:.75rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:1rem;box-shadow:0 1px 3px #0000000a;transition:all .2s ease}._statsItem_wp51q_188:hover{border-color:#cbd5e1;box-shadow:0 4px 12px #00000014}._statsLabel_wp51q_199{font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}._statsValue_wp51q_203{font-size:.875rem;line-height:1.25rem;font-weight:600;--tw-text-opacity: 1;color:rgb(4 89 146 / var(--tw-text-opacity, 1))}._tabsContainer_wp51q_210{display:flex;flex-direction:column;border-radius:.75rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));box-shadow:0 1px 3px #0000000a;overflow:hidden}._tabsHeader_wp51q_216{display:flex;flex-wrap:wrap;gap:.25rem;border-bottom-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));padding-left:.5rem;padding-right:.5rem;padding-top:.5rem;background:#f8fafc}._tabButton_wp51q_221{display:inline-flex;align-items:center;justify-content:center;border-top-left-radius:.5rem;border-top-right-radius:.5rem;padding:.75rem 1rem;font-size:.875rem;line-height:1.25rem;font-weight:500;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;animation-duration:.2s}._tabButtonActive_wp51q_225{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(4 89 146 / var(--tw-text-opacity, 1));border:1px solid #e2e8f0;border-bottom:none;margin-bottom:-1px}._tabButtonInactive_wp51q_232{background-color:transparent;--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}._tabButtonInactive_wp51q_232:hover{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}._accordion-contents_wp51q_243,._due-deligence-container_wp51q_247{display:flex;flex-direction:column;gap:1rem}._due-deligence-not-found-text_wp51q_251{padding-top:2rem;padding-bottom:2rem;text-align:center;font-size:.875rem;line-height:1.25rem;font-weight:500;font-style:italic;--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}._due-deligence-single-container_wp51q_255{display:flex;flex-direction:column;gap:1.5rem;overflow:auto}._due-deligence-form-container_wp51q_259{display:flex;width:100%;flex-direction:column;align-items:center;justify-content:space-between;gap:1rem}@media (min-width: 768px){._due-deligence-form-container_wp51q_259{flex-direction:row}}._due-deligence-answers-container_wp51q_263{display:flex;width:100%;flex-direction:column;align-items:center;gap:1rem}@media (min-width: 768px){._due-deligence-answers-container_wp51q_263{flex-direction:row}}._due-deligence-resolve-btns-container_wp51q_267{margin-left:auto;display:flex;flex-direction:column;align-items:center;gap:.75rem}@media (min-width: 768px){._due-deligence-resolve-btns-container_wp51q_267{flex-direction:row}}._due-deligence-resolve-btns-container_wp51q_267>._resolve_wp51q_271{cursor:pointer;font-weight:500;--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity, 1));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;animation-duration:.2s}._due-deligence-resolve-btns-container_wp51q_267>._resolve_wp51q_271:hover{--tw-text-opacity: 1;color:rgb(21 128 61 / var(--tw-text-opacity, 1))}._due-deligence-resolve-btns-container_wp51q_267>._resolve_wp51q_271:disabled{cursor:not-allowed;opacity:.4}._due-deligence-resolve-btns-container_wp51q_267>._reject_wp51q_275{cursor:pointer;font-weight:500;--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;animation-duration:.2s}._due-deligence-resolve-btns-container_wp51q_267>._reject_wp51q_275:hover{--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity, 1))}._due-deligence-resolve-btns-container_wp51q_267>._reject_wp51q_275:disabled{cursor:not-allowed;opacity:.4}._due-deligence-form-group_wp51q_279{display:flex;height:-moz-fit-content;height:fit-content;width:100%;flex-direction:column;gap:.5rem}._due-deligence-form-group-flat_wp51q_283{display:flex;width:100%;flex-direction:row;align-items:center;justify-content:flex-start;gap:.75rem}._due-deligence-text-input_wp51q_287{height:3rem;width:100%;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1));padding:.75rem;font-size:.875rem;line-height:1.25rem;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;animation-duration:.2s}._due-deligence-text-input_wp51q_287:focus{--tw-border-opacity: 1;border-color:rgb(4 89 146 / var(--tw-border-opacity, 1));outline:2px solid transparent;outline-offset:2px;box-shadow:0 0 0 3px #04599214}._due-deligence-text-input_wp51q_287:disabled{cursor:not-allowed;--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}._due-deligence-checkbox_wp51q_300{display:flex;height:-moz-fit-content;height:fit-content;align-items:center;gap:.5rem;accent-color:#045992;width:1.25rem;height:1.25rem}._due-deligence-checkbox_wp51q_300:disabled{cursor:not-allowed}._due-deligence-label_wp51q_310{font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}._document-file-wrapper_wp51q_317{display:flex;width:100%;flex-direction:column;align-items:center;gap:.75rem}@media (min-width: 768px){._document-file-wrapper_wp51q_317{flex-direction:row}}._document-file-wrapper_wp51q_317 ._edit-button_wp51q_321{display:inline-flex;cursor:pointer;align-items:center;justify-content:center;border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(245 158 11 / var(--tw-bg-opacity, 1));padding:.375rem 1rem;font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;animation-duration:.2s}._document-file-wrapper_wp51q_317 ._edit-button_wp51q_321:hover{--tw-bg-opacity: 1;background-color:rgb(217 119 6 / var(--tw-bg-opacity, 1))}._document-file-wrapper_wp51q_317 ._document_tier_wp51q_329{font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}@media (max-width: 768px){._container_wp51q_4{gap:1rem;padding:1rem .75rem}._header_wp51q_16{padding:.875rem 1rem;gap:.625rem}._baseButton_wp51q_63{width:100%;padding:.5rem .75rem;font-size:.75rem;line-height:1rem;min-height:38px}._infoCardDetails_wp51q_175{padding:.75rem}._statsSection_wp51q_184{gap:.75rem}._statsItem_wp51q_188{gap:.75rem;padding:.75rem}._tabsHeader_wp51q_216{padding-left:.25rem;padding-right:.25rem;padding-top:.25rem}._tabButton_wp51q_221{padding:.625rem .75rem;font-size:.75rem;line-height:1rem}}@media (max-width: 480px){._container_wp51q_4{padding:.75rem .5rem}._header_wp51q_16{padding:.75rem;border-radius:10px}._baseButton_wp51q_63{padding-top:.5rem;padding-bottom:.5rem;font-size:.75rem;line-height:1rem;min-height:36px}._statsItem_wp51q_188{padding:.625rem}._statsLabel_wp51q_199,._statsValue_wp51q_203{font-size:.75rem;line-height:1rem}}._formContainer_gbljc_2{display:flex;flex-direction:column;gap:0px;overflow:hidden;border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));max-width:480px}._header_gbljc_8{display:flex;align-items:flex-start;gap:1rem;border-bottom-width:1px;--tw-border-opacity: 1;border-color:rgb(243 244 246 / var(--tw-border-opacity, 1));padding:1.5rem;background:linear-gradient(135deg,#f8fafc,#f1f5f9)}._headerIcon_gbljc_13{display:flex;height:3rem;width:3rem;flex-shrink:0;align-items:center;justify-content:center;border-radius:.75rem;background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff;box-shadow:0 4px 12px #dc262640}._headerContent_gbljc_20{display:flex;flex-direction:column;gap:.25rem}._title_gbljc_24{font-size:1.125rem;line-height:1.75rem;font-weight:600;line-height:1.25;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}._subtitle_gbljc_28{font-size:.875rem;line-height:1.25rem;line-height:1.625;--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}._warningBanner_gbljc_33{margin-left:1.5rem;margin-right:1.5rem;margin-top:1.25rem;display:flex;align-items:flex-start;gap:.75rem;border-radius:.5rem;padding:1rem;background:#fef3c7;border:1px solid #fcd34d}._warningIcon_gbljc_39{margin-top:.125rem;flex-shrink:0;color:#d97706}._warningText_gbljc_44{font-size:.875rem;line-height:1.25rem;line-height:1.625;--tw-text-opacity: 1;color:rgb(146 64 14 / var(--tw-text-opacity, 1))}._fieldsContainer_gbljc_49{display:flex;flex-direction:column;gap:1.25rem;padding:1.5rem}._fieldGroup_gbljc_54{display:flex;width:100%;flex-direction:column;gap:.5rem}._fieldLabel_gbljc_58{display:flex;align-items:center;gap:.5rem;font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}._fieldIcon_gbljc_62{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}._fieldError_gbljc_66{display:flex;align-items:center;gap:.25rem;font-size:.75rem;line-height:1rem;--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}._fieldHint_gbljc_70{font-size:.75rem;line-height:1rem;--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}._fieldFooter_gbljc_74{display:flex;align-items:center;justify-content:space-between}._inputWrapper_gbljc_79{position:relative;display:flex;align-items:center}._currencyPrefix_gbljc_83{pointer-events:none;position:absolute;left:1rem;font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}._input_gbljc_79{width:100%;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1));padding:.75rem 1rem;font-size:.875rem;line-height:1.25rem;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;animation-duration:.2s;background-color:#fff}._inputWithPrefix_gbljc_93{padding-left:2rem}._input_gbljc_79:focus{--tw-border-opacity: 1;border-color:rgb(4 89 146 / var(--tw-border-opacity, 1));outline:2px solid transparent;outline-offset:2px;box-shadow:0 0 0 3px #0459921a}._input_gbljc_79::-moz-placeholder{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}._input_gbljc_79::placeholder{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}._input_gbljc_79:disabled{cursor:not-allowed;--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}._inputError_gbljc_110{--tw-border-opacity: 1;border-color:rgb(248 113 113 / var(--tw-border-opacity, 1))}._inputError_gbljc_110:focus{--tw-border-opacity: 1;border-color:rgb(239 68 68 / var(--tw-border-opacity, 1));box-shadow:0 0 0 3px #ef44441a}._textarea_gbljc_120{width:100%;resize:none;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1));padding:.75rem 1rem;font-size:.875rem;line-height:1.25rem;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;animation-duration:.2s;background-color:#fff;line-height:1.5}._textarea_gbljc_120:focus{--tw-border-opacity: 1;border-color:rgb(4 89 146 / var(--tw-border-opacity, 1));outline:2px solid transparent;outline-offset:2px;box-shadow:0 0 0 3px #0459921a}._textarea_gbljc_120::-moz-placeholder{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}._textarea_gbljc_120::placeholder{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}._textarea_gbljc_120:disabled{cursor:not-allowed;--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}._textareaError_gbljc_139{--tw-border-opacity: 1;border-color:rgb(248 113 113 / var(--tw-border-opacity, 1))}._textareaError_gbljc_139:focus{--tw-border-opacity: 1;border-color:rgb(239 68 68 / var(--tw-border-opacity, 1));box-shadow:0 0 0 3px #ef44441a}._summaryPreview_gbljc_149{margin-left:1.5rem;margin-right:1.5rem;margin-bottom:.5rem;border-radius:.5rem;padding:1rem;background:#f0fdf4;border:1px solid #86efac}._summaryRow_gbljc_155{display:flex;align-items:center;justify-content:space-between}._summaryLabel_gbljc_159{font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}._summaryValue_gbljc_163{font-size:1.125rem;line-height:1.75rem;font-weight:700;--tw-text-opacity: 1;color:rgb(21 128 61 / var(--tw-text-opacity, 1))}._actions_gbljc_168{display:flex;align-items:center;justify-content:center;gap:.75rem;border-top-width:1px;--tw-border-opacity: 1;border-color:rgb(243 244 246 / var(--tw-border-opacity, 1));padding:1.5rem;background:#f9fafb}._cancelButton_gbljc_173{border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:.625rem 1.25rem;font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;animation-duration:.2s}._cancelButton_gbljc_173:hover:not(:disabled){--tw-border-opacity: 1;border-color:rgb(156 163 175 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}._cancelButton_gbljc_173:disabled{cursor:not-allowed;opacity:.5}._submitButton_gbljc_185{border-radius:.5rem;padding:.625rem 1.25rem;font-size:.875rem;line-height:1.25rem;font-weight:600;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;animation-duration:.2s;background:linear-gradient(135deg,#dc2626,#b91c1c);box-shadow:0 2px 8px #dc262640}._submitButton_gbljc_185:hover:not(:disabled){background:linear-gradient(135deg,#b91c1c,#991b1b);box-shadow:0 4px 12px #dc262659}._submitButton_gbljc_185:disabled{cursor:not-allowed;opacity:.5;box-shadow:none}._submitContent_gbljc_201,._loadingContent_gbljc_205{display:flex;align-items:center;justify-content:center;gap:.5rem}@keyframes _spin_gbljc_209{to{transform:rotate(360deg)}}._spinner_gbljc_209{animation:_spin_gbljc_209 1s linear infinite}._input_gbljc_79[type=number]::-webkit-outer-spin-button,._input_gbljc_79[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}._input_gbljc_79[type=number]{-moz-appearance:textfield}@media (max-width: 640px){._formContainer_gbljc_2{max-width:100%}._header_gbljc_8{gap:.75rem;padding:1rem}._headerIcon_gbljc_13{height:2.5rem;width:2.5rem;border-radius:.5rem}._headerIcon_gbljc_13 svg{width:20px;height:20px}._title_gbljc_24{font-size:1rem;line-height:1.5rem}._subtitle_gbljc_28{font-size:.75rem;line-height:1rem}._warningBanner_gbljc_33{margin-left:1rem;margin-right:1rem;margin-top:1rem;gap:.5rem;padding:.75rem}._warningText_gbljc_44{font-size:.75rem;line-height:1rem}._fieldsContainer_gbljc_49{gap:1rem;padding:1rem}._fieldLabel_gbljc_58{font-size:.75rem;line-height:1rem}._input_gbljc_79{padding-top:.625rem;padding-bottom:.625rem;font-size:.875rem;line-height:1.25rem}._textarea_gbljc_120{padding:.625rem .75rem;font-size:.875rem;line-height:1.25rem}._summaryPreview_gbljc_149{margin-left:1rem;margin-right:1rem;padding:.75rem}._summaryLabel_gbljc_159{font-size:.75rem;line-height:1rem}._summaryValue_gbljc_163{font-size:1rem;line-height:1.5rem}._actions_gbljc_168{gap:.5rem;padding:1rem}._cancelButton_gbljc_173,._submitButton_gbljc_185{flex:1 1 0%;padding:.5rem 1rem;font-size:.75rem;line-height:1rem}}@media (max-width: 380px){._header_gbljc_8{flex-direction:column;align-items:flex-start;gap:.5rem;padding:.75rem}._headerIcon_gbljc_13{height:2.25rem;width:2.25rem}._headerIcon_gbljc_13 svg{width:18px;height:18px}._warningBanner_gbljc_33{margin-left:.75rem;margin-right:.75rem;margin-top:.75rem;flex-direction:column;padding:.625rem}._fieldsContainer_gbljc_49{padding:.75rem}._summaryPreview_gbljc_149{margin-left:.75rem;margin-right:.75rem}._actions_gbljc_168{flex-direction:column;padding:.75rem}._cancelButton_gbljc_173,._submitButton_gbljc_185{width:100%;justify-content:center}}._login-container_11ket_1{display:flex;width:100%;max-width:1450px;flex-direction:column;align-items:center;justify-content:space-between;border-radius:.375rem;background-image:linear-gradient(to bottom right,var(--tw-gradient-stops));--tw-gradient-from: #f9fafb var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #fff var(--tw-gradient-via-position), var(--tw-gradient-to);--tw-gradient-to: #eff6ff var(--tw-gradient-to-position)}@media (min-width: 768px){._login-container_11ket_1{flex-direction:row}}@media (min-width: 1024px){._login-container_11ket_1{margin-left:auto;margin-right:auto}}._login-container_11ket_1{min-height:100vh;padding:1rem;position:relative;overflow:hidden}._login-container_11ket_1:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#04396d08,#0066cc0d);pointer-events:none;z-index:0}._left-section_11ket_21{margin-left:auto;margin-right:auto;display:flex;width:100%;max-width:756px;flex-direction:column;justify-content:center;gap:2rem;padding:1rem}@media (min-width: 414px){._left-section_11ket_21{padding:1.5rem}}@media (min-width: 768px){._left-section_11ket_21{gap:4rem;padding:3rem}}._left-section_11ket_21{width:100%;position:relative;z-index:1}._right-section_11ket_28{display:flex;max-width:694px;align-items:center;justify-content:center}@media (min-width: 1024px){._right-section_11ket_28{width:100%}}._right-section_11ket_28{position:relative;z-index:1;padding:1rem}._login-image_11ket_35{height:auto;width:100%;border-radius:.5rem;-o-object-fit:contain;object-fit:contain;max-height:500px;box-shadow:0 10px 40px #0000001a;transition:transform .3s ease}._login-image_11ket_35:hover{transform:scale(1.02)}@media (max-width: 768px){._login-container_11ket_1{padding:1rem .75rem;min-height:100vh;justify-content:flex-start;background:linear-gradient(to bottom,#f8fafc,#fff,#f0f7ff)}._left-section_11ket_21{gap:2rem;padding:1.5rem 1rem;max-width:100%}._right-section_11ket_28{width:100%;padding:1rem .5rem;order:-1}._login-image_11ket_35{max-height:250px;width:100%;box-shadow:0 4px 20px #00000014}}@media (max-width: 480px){._login-container_11ket_1{padding:.75rem .5rem}._left-section_11ket_21{gap:1.5rem;padding:1rem .75rem}._right-section_11ket_28{padding:.75rem .25rem}._login-image_11ket_35{max-height:200px}}._login-form-container_n88i7_1{width:100%;max-width:553px;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:2rem;box-shadow:0 8px 32px #00000014}._login-title_n88i7_10{margin-bottom:.75rem;text-align:start;font-size:1.5rem;line-height:2rem;font-weight:700;line-height:28px}@media (min-width: 768px){._login-title_n88i7_10{margin-bottom:1rem;font-size:1.875rem;line-height:2.25rem;line-height:30px}}@media (min-width: 1024px){._login-title_n88i7_10{font-size:1.875rem;line-height:2.25rem;line-height:52px}}@media (min-width: 1280px){._login-title_n88i7_10{font-size:2.25rem;line-height:2.5rem}}._login-title_n88i7_10{background:linear-gradient(135deg,#04396d,#06c);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._login-description_n88i7_18{margin-bottom:1rem;text-align:start;font-size:.75rem;font-weight:400;line-height:1.5rem}@media (min-width: 768px){._login-description_n88i7_18{margin-bottom:1.25rem;font-size:.875rem;line-height:1.25rem}}._login-description_n88i7_18{color:#64748b}._error-message_n88i7_23{margin-bottom:1rem;text-align:center;--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}._login-form_n88i7_1{margin-top:1.5rem;display:flex;flex-direction:column;gap:1rem}@media (min-width: 768px){._login-form_n88i7_1{margin-top:2.5rem;gap:1.5rem}}._form-group_n88i7_31{width:100%;text-align:start}._label_n88i7_35{margin-bottom:.5rem;display:block;font-size:.75rem;line-height:1rem}@media (min-width: 768px){._label_n88i7_35{font-size:.875rem;line-height:1.25rem}}._label_n88i7_35{font-weight:600;color:#1e293b}._input_n88i7_41{width:100%;border-radius:.5rem;border-width:2px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:.875rem 1rem;font-size:1rem;line-height:1.5rem}@media (min-width: 768px){._input_n88i7_41{padding:.75rem 1rem;font-size:1.125rem;line-height:1.75rem}}._input_n88i7_41{min-height:48px;font-size:16px;transition:all .2s ease;color:#1e293b}._passwordInputWrapper_n88i7_49{position:relative;width:100%}._passwordInputWrapper_n88i7_49 ._input_n88i7_41{padding-right:3rem}._passwordToggle_n88i7_57{position:absolute;right:0;top:0;bottom:0;width:3rem;background:transparent;border:none;cursor:pointer;color:#64748b;transition:color .2s ease;padding:0;margin:0;display:flex;align-items:center;justify-content:center}._passwordToggle_n88i7_57:hover{color:#04396d}._passwordToggle_n88i7_57:focus{outline:none}._passwordToggle_n88i7_57:focus-visible{outline:2px solid #04396D;outline-offset:2px;border-radius:.25rem}._eyeIcon_n88i7_86{font-size:1.125rem;width:1.125rem;height:1.125rem}._input_n88i7_41:focus{outline:none;border-color:#04396d;box-shadow:0 0 0 3px #04396d1a;background-color:#fff}._input_n88i7_41::-moz-placeholder{color:#94a3b8}._input_n88i7_41::placeholder{color:#94a3b8}._submit-button_n88i7_103{margin-top:.5rem;width:100%;border-radius:.5rem;padding-top:.875rem;padding-bottom:.875rem;font-size:1rem;font-weight:600;line-height:1.5rem;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._submit-button_n88i7_103:disabled{cursor:not-allowed;opacity:.5}@media (min-width: 768px){._submit-button_n88i7_103{padding-top:1rem;padding-bottom:1rem;font-size:1.25rem;line-height:2rem}}._submit-button_n88i7_103{min-height:48px;background:linear-gradient(135deg,#04396d,#06c);box-shadow:0 4px 12px #04396d4d;border:none}._submit-button_n88i7_103:hover:not(:disabled){background:linear-gradient(135deg,#032d5a,#0052a3);box-shadow:0 6px 20px #04396d66;transform:translateY(-1px)}._submit-button_n88i7_103:active:not(:disabled){transform:translateY(0) scale(.98);box-shadow:0 2px 8px #04396d4d}._loading-content_n88i7_122{display:flex;align-items:center;justify-content:center;gap:.25rem}._loader_n88i7_126{height:1rem;width:1rem}@keyframes _spin_n88i7_1{to{transform:rotate(360deg)}}._loader_n88i7_126{animation:_spin_n88i7_1 1s linear infinite;border-radius:9999px;border-width:2px;--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1));border-top-color:transparent}._forgot-password_n88i7_130{margin-left:auto;margin-right:auto;margin-top:3rem;display:inline-block;width:100%;text-align:center;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(4 57 109 / var(--tw-text-opacity, 1))}._forgot-password-link_n88i7_134{--tw-text-opacity: 1;color:rgb(245 166 35 / var(--tw-text-opacity, 1))}._forgot-password-link_n88i7_134:hover{text-decoration-line:underline}._field-error_n88i7_138{margin-top:.25rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}._inputgroup-vertical_n88i7_142{display:flex;flex-direction:column;gap:.5rem}@media (max-width: 768px){._login-form-container_n88i7_1{max-width:100%;width:100%;padding:1.5rem;box-shadow:0 4px 20px #0000000f}._login-title_n88i7_10{font-size:1.5rem;line-height:1.75rem;margin-bottom:1rem}._login-description_n88i7_18{font-size:.875rem;margin-bottom:1.5rem;line-height:1.5rem}._login-form_n88i7_1{margin-top:1.5rem;gap:1.25rem}._input_n88i7_41{padding:.875rem;font-size:16px;min-height:48px;border-radius:12px}._submit-button_n88i7_103{font-size:1rem;padding:.875rem 1rem;min-height:48px;width:100%;border-radius:12px}}@media (max-width: 480px){._login-form-container_n88i7_1{padding:1.25rem;border-radius:12px}._login-title_n88i7_10{font-size:1.375rem;line-height:1.625rem;margin-bottom:.75rem}._login-description_n88i7_18{font-size:.8125rem;line-height:1.375rem;margin-bottom:1.25rem}._login-form_n88i7_1{margin-top:1.25rem;gap:1rem}._input_n88i7_41{padding:.75rem;font-size:16px;border-radius:10px}._submit-button_n88i7_103{font-size:.9375rem;padding:.75rem;border-radius:10px}}._drawer-container_y85hc_1{width:100%;max-width:95%;overflow-y:auto;--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}@media (min-width: 768px){._drawer-container_y85hc_1{max-width:85%}}@media (min-width: 1024px){._drawer-container_y85hc_1{max-width:80%}}@media (min-width: 1280px){._drawer-container_y85hc_1{max-width:75%}}._drawerTitleContent_y85hc_5{display:flex;align-items:center;gap:.75rem}._drawerTitleIconWrap_y85hc_9{display:flex;flex-shrink:0;align-items:center;justify-content:center;border-radius:.5rem;width:36px;height:36px;background:linear-gradient(135deg,#0f172a,#1e3a5f);box-shadow:0 2px 8px #0f172a33}._drawerTitleIcon_y85hc_9{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));width:20px;height:20px}._drawerTitleText_y85hc_23{font-weight:600;letter-spacing:-.025em;font-size:1.25rem;line-height:1.2;color:#0f172a;margin:0}._drawerSubtext_y85hc_31{margin-top:.125rem;font-size:.75rem;line-height:1rem;color:#64748b;margin:0}._loading-container_y85hc_37{display:flex;min-height:calc(100vh - 180px);align-items:center;justify-content:center;text-align:center}._content-container_y85hc_41{display:flex;height:-moz-fit-content;height:fit-content;width:100%;flex-direction:column;gap:2.5rem}._module-container_y85hc_45{display:flex;height:-moz-fit-content;height:fit-content;width:100%;flex-direction:column;gap:1rem}@media (max-width: 768px){._drawer-container_y85hc_1{max-width:100%;padding:1rem}._content-container_y85hc_41{gap:1.5rem}._module-container_y85hc_45{gap:.75rem}}@media (max-width: 480px){._drawer-container_y85hc_1{padding:.75rem}._content-container_y85hc_41{gap:1rem}}._myBusinessContainer_hlohx_2{display:flex;min-height:100vh;flex-direction:column;gap:2rem;background:linear-gradient(180deg,#f8fafc,#f1f5f9);padding:1.5rem 1.5rem 2rem}@media (min-width: 769px){._myBusinessContainer_hlohx_2{padding:2rem 2.5rem 2.5rem;gap:1.5rem}}._headerRow_hlohx_16{display:flex;width:100%;flex-direction:column;gap:1rem}@media (min-width: 769px){._headerRow_hlohx_16{flex-direction:row;align-items:flex-start;justify-content:space-between;gap:1.5rem}}._myBusinessHeader_hlohx_27{display:flex;flex-shrink:0;align-items:flex-start;gap:1rem}._headerIconWrap_hlohx_31{display:flex;flex-shrink:0;align-items:center;justify-content:center;border-radius:.75rem;width:48px;height:48px;background:linear-gradient(135deg,#0f172a,#1e3a5f);box-shadow:0 4px 14px #0f172a40}._headerIcon_hlohx_31{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));width:26px;height:26px}._myBusinessText_hlohx_45{font-weight:600;letter-spacing:-.025em;font-size:1.5rem;line-height:1.3;color:#0f172a}@media (min-width: 769px){._myBusinessText_hlohx_45{font-size:1.75rem}}._myBusinessSubtext_hlohx_58{margin-top:.25rem;font-size:.875rem;line-height:1.25rem;color:#64748b}._searchContainer_hlohx_64{display:flex;width:100%;flex-direction:column;gap:.75rem}@media (min-width: 640px){._searchContainer_hlohx_64{flex-direction:row;gap:.75rem;max-width:480px}}@media (min-width: 769px){._searchContainer_hlohx_64{flex-shrink:0;max-width:420px}}._businessesTableSpinner_hlohx_83{width:1.25rem;height:1.25rem;flex-shrink:0}._searchBox_hlohx_89{position:relative;display:flex;flex:1 1 0%;align-items:center;gap:.75rem;background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:.75rem 1rem;box-shadow:0 1px 3px #0000000a;transition:border-color .2s,box-shadow .2s}._searchBox_hlohx_89:focus-within{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f626}._searchIcon_hlohx_104{flex-shrink:0;color:#94a3b8;width:20px;height:20px}._searchBox_hlohx_89:focus-within ._searchIcon_hlohx_104{color:#3b82f6}._inputField_hlohx_115{flex:1 1 0%;border-width:0px;background-color:transparent;--tw-text-opacity: 1;color:rgb(15 23 42 / var(--tw-text-opacity, 1));outline:2px solid transparent;outline-offset:2px}._inputField_hlohx_115::-moz-placeholder{--tw-text-opacity: 1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}._inputField_hlohx_115::placeholder{--tw-text-opacity: 1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}._inputField_hlohx_115{font-size:.9375rem}._inputField_hlohx_115::-moz-placeholder{color:#94a3b8}._inputField_hlohx_115::placeholder{color:#94a3b8}._searchButton_hlohx_124{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border-radius:.75rem;font-weight:500;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;animation-duration:.2s;background:linear-gradient(135deg,#0f172a,#1e3a5f);color:#fff;padding:.75rem 1.25rem;font-size:.9375rem;box-shadow:0 2px 8px #0f172a33}._searchButton_hlohx_124:hover{transform:translateY(-1px);box-shadow:0 4px 12px #0f172a40}._searchButton_hlohx_124:active{transform:translateY(0)}._tableWrapper_hlohx_143{overflow:hidden;border-radius:1rem;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));box-shadow:0 1px 3px #0000000f,0 4px 20px #0000000a;border:1px solid #e2e8f0}._tableRow_hlohx_149{cursor:pointer;border-bottom-width:1px;border-color:#f1f5f9cc;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;animation-duration:.15s;background:#fff}._tableRow_hlohx_149:hover{background:#f8fafc}._tableRow_hlohx_149:last-child{border-bottom-width:0px}._tableCell_hlohx_162{padding:.625rem .75rem}._textPrimary_hlohx_166{color:#0f172a}._textSecondary_hlohx_170{color:#64748b}._customerName_hlohx_174{cursor:pointer;font-weight:500;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;color:#1e40af}._customerName_hlohx_174:hover{color:#3b82f6}._emailCell_hlohx_184{text-align:left}._emailCellContent_hlohx_188{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}._statusBadge_hlohx_197{display:inline-flex;align-items:center;border-radius:9999px;font-size:.75rem;line-height:1rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;padding:.25rem .5rem}._statusActive_hlohx_202{background:#dcfce7;color:#166534}._statusInactive_hlohx_207{background:#fee2e2;color:#991b1b}._statusOther_hlohx_212{background:#f1f5f9;color:#475569}._actionWrapper_hlohx_218{display:flex;align-items:center;justify-content:center}._actionButton_hlohx_222{display:inline-flex;align-items:center;justify-content:center;border-radius:.5rem;padding:.5rem;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;animation-duration:.2s;color:#3b82f6;background:#eff6ff;border:none;cursor:pointer}._actionButton_hlohx_222:hover{color:#2563eb;background:#dbeafe;transform:scale(1.05)}._actionIcon_hlohx_236{width:20px;height:20px;color:#3b82f6}._myBusinessContainer_hlohx_2 ._tableWrapper_hlohx_143 table{table-layout:fixed}._myBusinessContainer_hlohx_2 ._tableWrapper_hlohx_143 table thead tr th:nth-child(1),._myBusinessContainer_hlohx_2 ._tableWrapper_hlohx_143 table tbody tr td:nth-child(1){width:100px!important;min-width:100px!important;max-width:100px!important;padding:.5rem!important;text-align:left!important}._myBusinessContainer_hlohx_2 ._tableWrapper_hlohx_143 table thead tr th:nth-child(2),._myBusinessContainer_hlohx_2 ._tableWrapper_hlohx_143 table tbody tr td:nth-child(2){width:160px!important;min-width:140px!important;max-width:200px!important;padding:.5rem!important;text-align:left!important}._myBusinessContainer_hlohx_2 ._tableWrapper_hlohx_143 table thead tr th:nth-child(3),._myBusinessContainer_hlohx_2 ._tableWrapper_hlohx_143 table tbody tr td:nth-child(3){text-align:left!important;width:280px!important;min-width:240px!important;max-width:380px!important;overflow:hidden!important;white-space:nowrap!important;padding:.5rem!important}._myBusinessContainer_hlohx_2 ._tableWrapper_hlohx_143 table thead tr th:nth-child(4),._myBusinessContainer_hlohx_2 ._tableWrapper_hlohx_143 table tbody tr td:nth-child(4){width:96px!important;min-width:96px!important;max-width:96px!important;text-align:left!important;overflow:visible!important;padding:.5rem!important}._myBusinessContainer_hlohx_2 ._tableWrapper_hlohx_143 table thead tr th:nth-child(5),._myBusinessContainer_hlohx_2 ._tableWrapper_hlohx_143 table tbody tr td:nth-child(5){width:80px!important;min-width:80px!important;max-width:80px!important;overflow:visible!important;text-align:center!important;padding:.5rem .375rem!important}._myBusinessContainer_hlohx_2 ._tableWrapper_hlohx_143 table thead tr{background:linear-gradient(180deg,#f8fafc,#f1f5f9);border-bottom:1px solid #e2e8f0}._myBusinessContainer_hlohx_2 ._tableWrapper_hlohx_143 table thead tr th{color:#475569;font-size:.6875rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;padding:.5rem!important}@media (max-width: 768px){._myBusinessContainer_hlohx_2{padding:1rem 1rem 1.5rem;gap:1.25rem}._headerRow_hlohx_16{gap:1rem}._myBusinessHeader_hlohx_27{gap:.75rem}._headerIconWrap_hlohx_31{width:42px;height:42px}._headerIcon_hlohx_31{width:22px;height:22px}._myBusinessText_hlohx_45{font-size:1.25rem}._myBusinessSubtext_hlohx_58{font-size:.8125rem}._searchBox_hlohx_89{padding:.625rem .875rem}._searchButton_hlohx_124{width:100%;padding:.625rem 1rem}._tableWrapper_hlohx_143{border-radius:1rem;margin:0 -.25rem;width:calc(100% + .5rem)}._tableCell_hlohx_162{padding:.75rem .5rem}._statusBadge_hlohx_197{padding:.25rem .5rem;font-size:.6875rem}}._mobileCard_hlohx_375{position:relative;cursor:pointer;overflow:hidden;border-radius:.75rem;border-width:1px;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;animation-duration:.2s;background:#fff;border-color:#e2e8f0;box-shadow:0 1px 3px #0000000d}._mobileCard_hlohx_375:hover{border-color:#3b82f6;box-shadow:0 4px 16px #3b82f61f}._mobileCard_hlohx_375:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#0f172a,#1e3a5f);opacity:0;transition:opacity .2s}._mobileCard_hlohx_375:hover:before{opacity:1}._mobileCardHeader_hlohx_403{display:flex;flex-direction:column;gap:.5rem;padding:1rem;background:linear-gradient(180deg,#f8fafc,#fff);border-bottom:1px solid #f1f5f9}._mobileCardBusiness_hlohx_409{font-weight:600;color:#0f172a;font-size:1rem}._mobileCardBody_hlohx_415>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}._mobileCardBody_hlohx_415{padding:1rem}._mobileCardRow_hlohx_419{display:flex;flex-direction:column;gap:.125rem}._mobileCardLabel_hlohx_423{font-size:.75rem;line-height:1rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;color:#94a3b8}._mobileCardValue_hlohx_428{font-size:.875rem;line-height:1.25rem;font-weight:500;color:#0f172a;word-break:break-word}._mobileCardActions_hlohx_434{border-top-width:1px;--tw-border-opacity: 1;border-color:rgb(241 245 249 / var(--tw-border-opacity, 1));padding:.75rem;background:#fafbfc}._mobileCardActionButton_hlohx_439{display:flex;width:100%;align-items:center;justify-content:center;gap:.5rem;border-radius:.75rem;padding:.625rem 1rem;font-size:.875rem;line-height:1.25rem;font-weight:500;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;animation-duration:.2s;background:linear-gradient(135deg,#0f172a,#1e3a5f);color:#fff;border:none;cursor:pointer;box-shadow:0 2px 6px #0f172a26}._mobileCardActionButton_hlohx_439:hover{transform:translateY(-1px);box-shadow:0 4px 10px #0f172a33}@media (max-width: 480px){._myBusinessText_hlohx_45{font-size:1.125rem}._searchBox_hlohx_89{padding:.5rem .75rem}._inputField_hlohx_115{font-size:.875rem}}/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */.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.ql-disabled .ql-editor ul[data-checked]>li:before{pointer-events:none}.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;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;-o-tab-size:4;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 ul,.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;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol,.ql-editor ul{padding-left:1.5em}.ql-editor ol>li,.ql-editor ul>li{list-style-type:none}.ql-editor ul>li:before{content:"•"}.ql-editor ul[data-checked=true],.ql-editor ul[data-checked=false]{pointer-events:none}.ql-editor ul[data-checked=true]>li *,.ql-editor ul[data-checked=false]>li *{pointer-events:all}.ql-editor ul[data-checked=true]>li:before,.ql-editor ul[data-checked=false]>li:before{color:#777;cursor:pointer;pointer-events:all}.ql-editor ul[data-checked=true]>li:before{content:"☑"}.ql-editor ul[data-checked=false]>li:before{content:"☐"}.ql-editor li:before{display:inline-block;white-space:nowrap;width:1.2em}.ql-editor li:not(.ql-direction-rtl):before{margin-left:-1.5em;margin-right:.3em;text-align:right}.ql-editor li.ql-direction-rtl:before{margin-left:.3em;margin-right:-1.5em}.ql-editor ol li:not(.ql-direction-rtl),.ql-editor ul li:not(.ql-direction-rtl){padding-left:1.5em}.ql-editor ol li.ql-direction-rtl,.ql-editor ul li.ql-direction-rtl{padding-right:1.5em}.ql-editor ol li{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;counter-increment:list-0}.ql-editor ol li:before{content:counter(list-0,decimal) ". "}.ql-editor ol li.ql-indent-1{counter-increment:list-1}.ql-editor ol li.ql-indent-1:before{content:counter(list-1,lower-alpha) ". "}.ql-editor ol li.ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-2{counter-increment:list-2}.ql-editor ol li.ql-indent-2:before{content:counter(list-2,lower-roman) ". "}.ql-editor ol li.ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-3{counter-increment:list-3}.ql-editor ol li.ql-indent-3:before{content:counter(list-3,decimal) ". "}.ql-editor ol li.ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-4{counter-increment:list-4}.ql-editor ol li.ql-indent-4:before{content:counter(list-4,lower-alpha) ". "}.ql-editor ol li.ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-5{counter-increment:list-5}.ql-editor ol li.ql-indent-5:before{content:counter(list-5,lower-roman) ". "}.ql-editor ol li.ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-6{counter-increment:list-6}.ql-editor ol li.ql-indent-6:before{content:counter(list-6,decimal) ". "}.ql-editor ol li.ql-indent-6{counter-reset:list-7 list-8 list-9}.ql-editor ol li.ql-indent-7{counter-increment:list-7}.ql-editor ol li.ql-indent-7:before{content:counter(list-7,lower-alpha) ". "}.ql-editor ol li.ql-indent-7{counter-reset:list-8 list-9}.ql-editor ol li.ql-indent-8{counter-increment:list-8}.ql-editor ol li.ql-indent-8:before{content:counter(list-8,lower-roman) ". "}.ql-editor ol li.ql-indent-8{counter-reset:list-9}.ql-editor ol li.ql-indent-9{counter-increment:list-9}.ql-editor ol li.ql-indent-9: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 .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-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 pre{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor pre{white-space:pre-wrap;margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor pre.ql-syntax{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-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:0px}.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:0px;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}._notificationContainer_2sv4q_2{width:100%;max-width:42rem}._formWrapper_2sv4q_7{display:flex;flex-direction:column;gap:1.5rem}._sectionHeader_2sv4q_12{margin-bottom:.5rem;display:flex;align-items:center;gap:.75rem}._sectionIcon_2sv4q_16{display:flex;height:2.5rem;width:2.5rem;align-items:center;justify-content:center;border-radius:.75rem;background:linear-gradient(135deg,#eef2ff,#e0e7ff)}._sectionIcon_2sv4q_16 svg{height:1.25rem;width:1.25rem;--tw-text-opacity: 1;color:rgb(79 70 229 / var(--tw-text-opacity, 1))}._sectionTitle_2sv4q_25{font-size:1.125rem;line-height:1.75rem;font-weight:600;--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}._sectionDescription_2sv4q_29{margin-top:.125rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}._formSection_2sv4q_34{border-radius:1rem;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:1.25rem}@media (min-width: 768px){._formSection_2sv4q_34{padding:1.5rem}}._formSection_2sv4q_34{border:1px solid #E5E7EB;box-shadow:0 1px 3px #0000000a;transition:all .2s ease}._formSection_2sv4q_34:hover{border-color:#d1d5db;box-shadow:0 4px 12px #0000000d}._twoColumnGrid_2sv4q_47{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1rem}@media (min-width: 768px){._twoColumnGrid_2sv4q_47{grid-template-columns:repeat(2,minmax(0,1fr))}}._inputGroup_2sv4q_52{display:flex;flex-direction:column;gap:.5rem}._inputLabel_2sv4q_56{display:flex;align-items:center;gap:.5rem;font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}._inputLabel_2sv4q_56 svg{height:1rem;width:1rem;--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}._requiredMark_2sv4q_64{margin-left:.125rem;--tw-text-opacity: 1;color:rgb(244 63 94 / var(--tw-text-opacity, 1))}._selectWrapper_2sv4q_69{position:relative}._customSelect_2sv4q_73{width:100%;border-radius:.75rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:.75rem 1rem;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}._customSelect_2sv4q_73:focus{--tw-border-opacity: 1;border-color:rgb(99 102 241 / var(--tw-border-opacity, 1));outline:2px solid transparent;outline-offset:2px;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-color: rgb(99 102 241 / .2)}._customSelect_2sv4q_73{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;animation-duration:.2s;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%236B7280'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:20px;padding-right:44px}._customSelect_2sv4q_73:disabled{cursor:not-allowed;--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}._toggleRow_2sv4q_89{display:flex;align-items:center;justify-content:space-between;gap:.75rem}._toggleLabel_2sv4q_93{display:flex;cursor:pointer;align-items:center;gap:.5rem;font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}._toggleLabel_2sv4q_93 svg{height:1rem;width:1rem;--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}._toggle_2sv4q_89{position:relative;display:inline-flex;height:1.5rem;width:2.75rem;flex-shrink:0;cursor:pointer;align-items:center;border-radius:9999px;border-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;animation-duration:.2s}._toggle_2sv4q_89:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-opacity: 1;--tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity, 1));--tw-ring-offset-width: 2px}._toggle_2sv4q_89._toggleOn_2sv4q_105{--tw-border-opacity: 1;border-color:rgb(99 102 241 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(79 70 229 / var(--tw-bg-opacity, 1))}._toggleKnob_2sv4q_109{pointer-events:none;display:inline-block;height:1.25rem;width:1.25rem;border-radius:9999px;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;animation-duration:.2s;transform:translate(2px)}._toggle_2sv4q_89._toggleOn_2sv4q_105 ._toggleKnob_2sv4q_109{transform:translate(22px)}._customInput_2sv4q_119{width:100%;border-radius:.75rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:.75rem 1rem;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}._customInput_2sv4q_119:focus{--tw-border-opacity: 1;border-color:rgb(99 102 241 / var(--tw-border-opacity, 1));outline:2px solid transparent;outline-offset:2px;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-color: rgb(99 102 241 / .2)}._customInput_2sv4q_119{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;animation-duration:.2s}._customInput_2sv4q_119::-moz-placeholder{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}._customInput_2sv4q_119::placeholder{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}._emailInputContainer_2sv4q_126{display:flex;flex-direction:column;gap:.5rem}._emailTagsWrapper_2sv4q_130{display:flex;min-height:52px;flex-wrap:wrap;gap:.5rem;border-radius:.75rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:.75rem}._emailTagsWrapper_2sv4q_130:focus-within{--tw-border-opacity: 1;border-color:rgb(99 102 241 / var(--tw-border-opacity, 1));--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-color: rgb(99 102 241 / .2)}._emailTagsWrapper_2sv4q_130{transition:all .2s ease}._emailTag_2sv4q_130{display:inline-flex;align-items:center;gap:.5rem;border-radius:.5rem;padding:.375rem .75rem;font-size:.875rem;line-height:1.25rem;font-weight:500;background:linear-gradient(135deg,#4f46e5,#6366f1);color:#fff;animation:_tagAppear_2sv4q_1 .2s ease}@keyframes _tagAppear_2sv4q_1{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}._emailTagRemove_2sv4q_154{display:flex;height:1rem;width:1rem;align-items:center;justify-content:center;border-radius:9999px;background-color:#fff3}._emailTagRemove_2sv4q_154:hover{background-color:#ffffff4d}._emailTagRemove_2sv4q_154{cursor:pointer;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._emailInput_2sv4q_126{min-width:150px;flex:1 1 0%;border-style:none;background-color:transparent;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1));outline:2px solid transparent;outline-offset:2px}._emailInput_2sv4q_126::-moz-placeholder{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}._emailInput_2sv4q_126::placeholder{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}._emailSuggestions_2sv4q_164{position:absolute;top:100%;left:0;right:0;z-index:50;margin-top:.25rem;border-radius:.75rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);max-height:12rem;overflow-y:auto}._emailSuggestionItem_2sv4q_169{cursor:pointer;padding:.75rem 1rem;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._emailSuggestionItem_2sv4q_169:hover{--tw-bg-opacity: 1;background-color:rgb(238 242 255 / var(--tw-bg-opacity, 1))}._emailSuggestionItem_2sv4q_169{display:flex;align-items:center;gap:.75rem;font-size:.875rem;line-height:1.25rem}._emailSuggestionItem_2sv4q_169:first-child{border-top-left-radius:.75rem;border-top-right-radius:.75rem}._emailSuggestionItem_2sv4q_169:last-child{border-bottom-right-radius:.75rem;border-bottom-left-radius:.75rem}._editorWrapper_2sv4q_183{display:flex;flex-direction:column;gap:.5rem}._editorContainer_2sv4q_187{overflow:hidden;border-radius:.75rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}._editorContainer_2sv4q_187:focus-within{--tw-border-opacity: 1;border-color:rgb(99 102 241 / var(--tw-border-opacity, 1));--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-color: rgb(99 102 241 / .2)}._editorContainer_2sv4q_187{transition:all .2s ease}._editorContainer_2sv4q_187 .ql-toolbar{border-width:0px;border-bottom-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));background-color:#f9fafb80}._editorContainer_2sv4q_187 .ql-container{border-width:0px;font-family:inherit}._editorContainer_2sv4q_187 .ql-editor{min-height:200px;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1));font-size:.95rem;line-height:1.6}._editorContainer_2sv4q_187 .ql-editor.ql-blank:before{font-style:normal;--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}._fieldError_2sv4q_213{margin-top:.25rem;display:flex;align-items:center;gap:.375rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(225 29 72 / var(--tw-text-opacity, 1))}._fieldError_2sv4q_213 svg{height:1rem;width:1rem}._buttonGroup_2sv4q_222{display:flex;flex-direction:column-reverse;gap:.75rem;padding-top:1rem}@media (min-width: 768px){._buttonGroup_2sv4q_222{flex-direction:row;justify-content:center}}._buttonGroup_2sv4q_222{border-top:1px solid #E5E7EB;margin-top:.5rem}._cancelButton_2sv4q_228{flex:1 1 0%;border-radius:.75rem;padding:.875rem 1.5rem;font-weight:500;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}@media (min-width: 768px){._cancelButton_2sv4q_228{flex:none}}._cancelButton_2sv4q_228{border-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}._cancelButton_2sv4q_228:hover{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}._cancelButton_2sv4q_228{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;animation-duration:.2s}._cancelButton_2sv4q_228:active{--tw-scale-x: .98;--tw-scale-y: .98;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}._submitButton_2sv4q_234{flex:1 1 0%;border-radius:.75rem;padding:.875rem 2rem;font-weight:500;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}@media (min-width: 768px){._submitButton_2sv4q_234{flex:none}}._submitButton_2sv4q_234{display:flex;align-items:center;justify-content:center;gap:.5rem;background:linear-gradient(135deg,#4f46e5,#6366f1);box-shadow:0 2px 8px #4f46e54d;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;animation-duration:.2s}._submitButton_2sv4q_234:active{--tw-scale-x: .98;--tw-scale-y: .98;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}._submitButton_2sv4q_234:hover:not(:disabled){box-shadow:0 4px 16px #4f46e566;transform:translateY(-1px)}._submitButton_2sv4q_234:disabled{cursor:not-allowed;opacity:.5;transform:none;box-shadow:none}._buttonIcon_2sv4q_253,._loadingSpinner_2sv4q_257{height:1.25rem;width:1.25rem}@keyframes _spin_2sv4q_1{to{transform:rotate(360deg)}}._loadingSpinner_2sv4q_257{animation:_spin_2sv4q_1 1s linear infinite;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%}._helperText_2sv4q_265{margin-top:.25rem;display:flex;align-items:center;gap:.25rem;font-size:.75rem;line-height:1rem;--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}._helperText_2sv4q_265 svg{height:.875rem;width:.875rem}@media (max-width: 640px){._formSection_2sv4q_34{padding:1rem}._sectionIcon_2sv4q_16{height:2rem;width:2rem}._sectionIcon_2sv4q_16 svg{height:1rem;width:1rem}._sectionTitle_2sv4q_25{font-size:1rem;line-height:1.5rem}._customSelect_2sv4q_73,._customInput_2sv4q_119{padding-top:.75rem;padding-bottom:.75rem;font-size:1rem;line-height:1.5rem}._submitButton_2sv4q_234,._cancelButton_2sv4q_228{padding-top:1rem;padding-bottom:1rem}}._categoryContainer_e09s4_2{width:100%;max-width:36rem}._formWrapper_e09s4_7{display:flex;flex-direction:column;gap:1.5rem}._sectionHeader_e09s4_12{margin-bottom:1rem;display:flex;align-items:center;gap:.75rem}._sectionIcon_e09s4_16{display:flex;height:3rem;width:3rem;align-items:center;justify-content:center;border-radius:1rem;background:linear-gradient(135deg,#ecfdf5,#d1fae5)}._sectionIcon_e09s4_16 svg{height:1.5rem;width:1.5rem;--tw-text-opacity: 1;color:rgb(5 150 105 / var(--tw-text-opacity, 1))}._sectionIconEdit_e09s4_25{background:linear-gradient(135deg,#fef3c7,#fde68a)}._sectionIconEdit_e09s4_25 svg{--tw-text-opacity: 1;color:rgb(217 119 6 / var(--tw-text-opacity, 1))}._sectionTitle_e09s4_33{font-size:1.25rem;line-height:1.75rem;font-weight:700;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}._sectionDescription_e09s4_37{margin-top:.125rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}._formCard_e09s4_42{border-radius:1rem;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:1.25rem}@media (min-width: 768px){._formCard_e09s4_42{padding:1.5rem}}._formCard_e09s4_42{border:1px solid #E5E7EB;box-shadow:0 1px 3px #0000000a;transition:all .2s ease}._formCard_e09s4_42:hover{border-color:#d1d5db;box-shadow:0 4px 12px #0000000d}._inputGroup_e09s4_55{display:flex;flex-direction:column;gap:.5rem}._inputGroup_e09s4_55+._inputGroup_e09s4_55{margin-top:1.25rem}._inputLabel_e09s4_63{display:flex;align-items:center;gap:.5rem;font-size:.875rem;line-height:1.25rem;font-weight:600;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}._inputLabel_e09s4_63 svg{height:1rem;width:1rem;--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}._requiredMark_e09s4_71{margin-left:.125rem;--tw-text-opacity: 1;color:rgb(244 63 94 / var(--tw-text-opacity, 1))}._customInput_e09s4_76{width:100%;border-radius:.75rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:.875rem 1rem;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}._customInput_e09s4_76:focus{--tw-border-opacity: 1;border-color:rgb(16 185 129 / var(--tw-border-opacity, 1));outline:2px solid transparent;outline-offset:2px;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-color: rgb(16 185 129 / .2)}._customInput_e09s4_76{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;animation-duration:.2s}._customInput_e09s4_76::-moz-placeholder{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}._customInput_e09s4_76::placeholder{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}._customInput_e09s4_76{font-size:.95rem}._customInput_e09s4_76:hover:not(:focus){border-color:#d1d5db}._textareaWrapper_e09s4_88{position:relative}._customTextarea_e09s4_92{width:100%;border-radius:.75rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:.875rem 1rem;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}._customTextarea_e09s4_92:focus{--tw-border-opacity: 1;border-color:rgb(16 185 129 / var(--tw-border-opacity, 1));outline:2px solid transparent;outline-offset:2px;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-color: rgb(16 185 129 / .2)}._customTextarea_e09s4_92{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;animation-duration:.2s}._customTextarea_e09s4_92::-moz-placeholder{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}._customTextarea_e09s4_92::placeholder{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}._customTextarea_e09s4_92{font-size:.95rem;font-family:SF Mono,Fira Code,Consolas,monospace;line-height:1.6;min-height:180px;resize:vertical}._customTextarea_e09s4_92:hover:not(:focus){border-color:#d1d5db}._textareaHint_e09s4_107{position:absolute;bottom:.75rem;right:.75rem;border-radius:.25rem;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:.25rem .5rem;font-size:.75rem;line-height:1rem;--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}._helperText_e09s4_112{margin-top:.375rem;display:flex;align-items:center;gap:.375rem;font-size:.75rem;line-height:1rem;--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}._helperText_e09s4_112 svg{height:.875rem;width:.875rem;--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}._fieldError_e09s4_121{margin-top:.375rem;display:flex;align-items:center;gap:.375rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(225 29 72 / var(--tw-text-opacity, 1))}._fieldError_e09s4_121 svg{height:1rem;width:1rem}._buttonGroup_e09s4_130{display:flex;flex-direction:column-reverse;gap:.75rem;padding-top:1.25rem}@media (min-width: 768px){._buttonGroup_e09s4_130{flex-direction:row;justify-content:center}}._buttonGroup_e09s4_130{border-top:1px solid #E5E7EB;margin-top:.5rem}._cancelButton_e09s4_136{flex:1 1 0%;border-radius:.75rem;padding:.875rem 1.5rem;font-weight:500;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}@media (min-width: 768px){._cancelButton_e09s4_136{flex:none}}._cancelButton_e09s4_136{border-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}._cancelButton_e09s4_136:hover{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}._cancelButton_e09s4_136{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;animation-duration:.2s}._cancelButton_e09s4_136:active{--tw-scale-x: .98;--tw-scale-y: .98;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}._cancelButton_e09s4_136{display:flex;align-items:center;justify-content:center;gap:.5rem}._cancelButton_e09s4_136 svg{height:1rem;width:1rem}._submitButton_e09s4_147{flex:1 1 0%;border-radius:.75rem;padding:.875rem 2rem;font-weight:500;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}@media (min-width: 768px){._submitButton_e09s4_147{flex:none}}._submitButton_e09s4_147{display:flex;align-items:center;justify-content:center;gap:.5rem;background:linear-gradient(135deg,#059669,#10b981);box-shadow:0 2px 8px #0596694d;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;animation-duration:.2s}._submitButton_e09s4_147:active{--tw-scale-x: .98;--tw-scale-y: .98;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}._submitButtonEdit_e09s4_155{background:linear-gradient(135deg,#d97706,#f59e0b);box-shadow:0 2px 8px #d977064d}._submitButton_e09s4_147:hover:not(:disabled){box-shadow:0 4px 16px #05966966;transform:translateY(-1px)}._submitButtonEdit_e09s4_155:hover:not(:disabled){box-shadow:0 4px 16px #d9770666}._submitButton_e09s4_147:disabled{cursor:not-allowed;opacity:.5;transform:none;box-shadow:none}._submitButton_e09s4_147 svg{height:1.25rem;width:1.25rem}._loadingSpinner_e09s4_179{height:1.25rem;width:1.25rem}@keyframes _spin_e09s4_1{to{transform:rotate(360deg)}}._loadingSpinner_e09s4_179{animation:_spin_e09s4_1 1s linear infinite;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%}._infoCard_e09s4_187{display:flex;align-items:flex-start;gap:.75rem;border-radius:.75rem;padding:1rem;background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border:1px solid #BAE6FD}._infoCard_e09s4_187 svg{margin-top:.125rem;height:1.25rem;width:1.25rem;flex-shrink:0;--tw-text-opacity: 1;color:rgb(2 132 199 / var(--tw-text-opacity, 1))}._infoCardText_e09s4_197{font-size:.875rem;line-height:1.25rem;line-height:1.625;--tw-text-opacity: 1;color:rgb(7 89 133 / var(--tw-text-opacity, 1))}@media (max-width: 640px){._formCard_e09s4_42{padding:1rem}._sectionIcon_e09s4_16{height:2.5rem;width:2.5rem;border-radius:.75rem}._sectionIcon_e09s4_16 svg{height:1.25rem;width:1.25rem}._sectionTitle_e09s4_33{font-size:1.125rem;line-height:1.75rem}._customInput_e09s4_76,._customTextarea_e09s4_92{padding-top:.75rem;padding-bottom:.75rem}._submitButton_e09s4_147,._cancelButton_e09s4_136{padding-top:1rem;padding-bottom:1rem}._customTextarea_e09s4_92{min-height:150px}}._notificationsContainer_54g50_1{display:flex;flex-direction:column;gap:1.5rem;background:linear-gradient(180deg,#f8fafc,#f1f5f9);padding:1.5rem 1.5rem 2rem}@media (min-width: 769px){._notificationsContainer_54g50_1{padding:2rem 2.5rem 2.5rem}}._pageHeader_54g50_13{display:flex;align-items:flex-start;gap:1rem}._headerIconWrap_54g50_17{display:flex;flex-shrink:0;align-items:center;justify-content:center;border-radius:.75rem;width:48px;height:48px;background:linear-gradient(135deg,#0f172a,#1e3a5f);box-shadow:0 4px 14px #0f172a40}._headerIcon_54g50_17{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));width:26px;height:26px}._pageTitle_54g50_31{font-weight:600;letter-spacing:-.025em;font-size:1.5rem;line-height:1.3;color:#0f172a}@media (min-width: 769px){._pageTitle_54g50_31{font-size:1.75rem}}._pageSubtext_54g50_44{margin-top:.25rem;font-size:.875rem;line-height:1.25rem;color:#64748b}._headerContainer_54g50_49{display:flex;width:100%;flex-direction:column;align-items:stretch;justify-content:space-between;gap:.75rem}@media (min-width: 768px){._headerContainer_54g50_49{flex-direction:row;align-items:center}}._headerContainer_54g50_49{background:#fff;padding:1rem 1.25rem;border-radius:1rem;box-shadow:0 1px 3px #0000000f;border:1px solid #e2e8f0}._searchGroup_54g50_58{display:flex;align-items:center;gap:.5rem}._buttonGroup_54g50_62{display:flex;flex-wrap:nowrap;gap:.5rem}._searchContainer_54g50_66{display:flex;width:100%;flex-direction:column;gap:.75rem}@media (min-width: 768px){._searchContainer_54g50_66{flex-direction:row}}._searchBox_54g50_70{position:relative;display:flex;width:100%;align-items:center;gap:.75rem;border-radius:.75rem;padding:.75rem}@media (min-width: 768px){._searchBox_54g50_70{width:20rem}}._searchBox_54g50_70{background:#f8fafc;border:1px solid #e2e8f0;transition:border-color .2s,box-shadow .2s}._searchBox_54g50_70:focus-within{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f626}._searchIcon_54g50_82{flex-shrink:0;color:#94a3b8;width:20px;height:20px}._searchBox_54g50_70:focus-within ._searchIcon_54g50_82{color:#3b82f6}._inputField_54g50_93{flex:1 1 0%;border-width:0px;background-color:transparent;--tw-text-opacity: 1;color:rgb(15 23 42 / var(--tw-text-opacity, 1));outline:2px solid transparent;outline-offset:2px}._inputField_54g50_93::-moz-placeholder{--tw-text-opacity: 1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}._inputField_54g50_93::placeholder{--tw-text-opacity: 1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}._inputField_54g50_93{font-size:.9375rem}._userStatusNotificationButtonsWrapper_54g50_98{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:1rem}@media (min-width: 768px){._userStatusNotificationButtonsWrapper_54g50_98{flex-direction:row;align-items:center}}._statusButtons_54g50_102{display:flex;flex-wrap:wrap;align-items:center;gap:1rem}._statusButton_54g50_102{cursor:pointer;border-radius:.5rem;padding:.5rem 1rem;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-duration:.2s;transition-timing-function:cubic-bezier(.4,0,.2,1);animation-duration:.2s;animation-timing-function:cubic-bezier(.4,0,.2,1)}._activeStatus_54g50_112{--tw-bg-opacity: 1;background-color:rgb(225 239 254 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(35 144 250 / var(--tw-text-opacity, 1))}._statusText_54g50_117{font-size:1rem;line-height:1.5rem;font-weight:500}._addButton_54g50_121{display:flex;cursor:pointer;gap:.5rem;white-space:nowrap;border-radius:.75rem;padding:.75rem;font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;animation-duration:.2s}@media (min-width: 768px){._addButton_54g50_121{padding:1rem;font-size:1rem;line-height:1.5rem}}._addButton_54g50_121{background:linear-gradient(135deg,#0f172a,#1e3a5f);box-shadow:0 2px 8px #0f172a33}._addButton_54g50_121:hover{transform:translateY(-1px);box-shadow:0 4px 12px #0f172a40}._searchButton_54g50_132{display:flex;align-items:center;justify-content:center;gap:.5rem;white-space:nowrap;border-radius:.75rem;padding:.75rem;font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;animation-duration:.2s}@media (min-width: 768px){._searchButton_54g50_132{padding:1rem;font-size:1rem;line-height:1.5rem}}._searchButton_54g50_132{background:linear-gradient(135deg,#0f172a,#1e3a5f);box-shadow:0 2px 8px #0f172a33}._searchButton_54g50_132:hover{transform:translateY(-1px);box-shadow:0 4px 12px #0f172a40}._actionsCell_54g50_144{display:flex;flex-direction:row;align-items:center;gap:.5rem}._editButton_54g50_149{cursor:pointer;border-radius:.375rem;padding:.375rem;--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;animation-duration:.15s}._editButton_54g50_149:hover{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}._deleteButton_54g50_153{cursor:pointer;border-radius:.375rem;padding:.375rem;--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;animation-duration:.15s}._deleteButton_54g50_153:hover{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}._tableContent_54g50_158{margin-top:1rem;display:flex;flex-direction:column;border-radius:1rem;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));overflow:visible;box-shadow:0 1px 3px #0000000f,0 4px 20px #0000000a;border:1px solid #e2e8f0}._tableContent_54g50_158>div{max-height:none!important;overflow:visible!important}._tableContent_54g50_158>div>div{max-height:none!important;overflow-y:visible!important;overflow-x:auto!important;border:none!important;box-shadow:none!important}._tableContent_54g50_158 table{width:100%}._tableContent_54g50_158 .table-body td{padding:1rem;white-space:normal!important;word-wrap:break-word!important;overflow-wrap:break-word!important}._tableContent_54g50_158 .table-body td:nth-child(1),._tableContent_54g50_158 .table-header-cell:nth-child(1){width:120px!important;min-width:120px!important;max-width:120px!important}._tableContent_54g50_158 .table-body td:nth-child(2),._tableContent_54g50_158 .table-header-cell:nth-child(2){width:220px!important;min-width:220px!important;max-width:220px!important}._tableContent_54g50_158 .table-body td:nth-child(3),._tableContent_54g50_158 .table-header-cell:nth-child(3){width:auto!important;min-width:400px!important;max-width:none!important;white-space:normal!important;word-wrap:break-word!important}._tableContent_54g50_158 .table-body td:nth-child(4),._tableContent_54g50_158 .table-header-cell:nth-child(4){width:100px!important;min-width:100px!important;max-width:100px!important;text-align:center!important}._dateCell_54g50_226{padding:1rem;font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1));white-space:nowrap}._queryCell_54g50_232{padding:1rem;font-size:.875rem;line-height:1.25rem;white-space:normal;word-wrap:break-word;line-height:1.5}._tableData_54g50_239{padding:1rem;white-space:normal;word-wrap:break-word}._tableCell_54g50_245{padding:1rem}._mobileCard_54g50_250{margin-bottom:1rem;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:1rem;--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);transition:all .3s ease}._mobileCard_54g50_250:hover{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);transform:translateY(-2px);border-color:#04396d}._mobileCardRow_54g50_261{display:flex;flex-direction:column;gap:.5rem;border-bottom-width:1px;--tw-border-opacity: 1;border-color:rgb(243 244 246 / var(--tw-border-opacity, 1));padding-top:.75rem;padding-bottom:.75rem}._mobileCardRow_54g50_261:last-child{border-bottom-width:0px;padding-bottom:0}._mobileCardLabel_54g50_269{font-size:.75rem;line-height:1rem;font-weight:700;text-transform:uppercase;letter-spacing:.025em;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}._mobileCardValue_54g50_273{font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1));word-wrap:break-word;overflow-wrap:break-word;line-height:1.5}._mobileCardActions_54g50_280{margin-top:.25rem;display:flex;gap:.5rem}._mobileActionButton_54g50_284{display:flex;align-items:center;gap:.5rem;border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(4 57 109 / var(--tw-bg-opacity, 1));padding:.5rem 1rem;font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));transition:all .2s ease;flex:1;justify-content:center}._mobileActionButton_54g50_284:hover{--tw-bg-opacity: .9;transform:scale(1.02)}._mobileActionButtonDelete_54g50_296{display:flex;align-items:center;gap:.5rem;border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity, 1));padding:.5rem 1rem;font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));transition:all .2s ease;flex:1;justify-content:center}._mobileActionButtonDelete_54g50_296:hover{--tw-bg-opacity: 1;background-color:rgb(185 28 28 / var(--tw-bg-opacity, 1));transform:scale(1.02)}@media (max-width: 768px){._mobileActionButton_54g50_284,._mobileActionButtonDelete_54g50_296{padding:.5rem .75rem;font-size:.75rem;line-height:1rem}}._statTile_11reu_1{display:flex;width:100%;flex-direction:column;gap:.75rem;border-radius:.75rem;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:1rem;--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);max-width:100%;overflow-x:hidden;box-sizing:border-box}@media (max-width: 768px){._statTile_11reu_1{padding:1rem}}._statTileHeader_11reu_14{display:flex;align-items:center;justify-content:space-between}._statTileTitle_11reu_18{font-size:1.125rem;line-height:1.75rem;font-weight:600;--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}._exportButton_11reu_22{display:flex;cursor:pointer;align-items:center;gap:.25rem;border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(59 130 246 / var(--tw-bg-opacity, 1));padding:.375rem .75rem;font-size:.75rem;line-height:1rem;font-weight:500;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;animation-duration:.2s}._exportButton_11reu_22:hover{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1))}._exportButton_11reu_22:disabled{cursor:not-allowed;--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity, 1))}._statTileContent_11reu_30{display:flex;flex-direction:column;gap:1rem}._tableContainer_11reu_35{width:100%;overflow-x:auto;padding:.5rem;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:8px;border:1px solid #e2e8f0}._dataTable_11reu_43{width:100%;font-size:.75rem;line-height:1rem;border-collapse:collapse;background:#fff;border-radius:8px;overflow:hidden}._dataTable_11reu_43 th{padding:.5rem;text-align:center;font-weight:600;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1));background:#f8fafc;border-bottom:2px solid #e2e8f0;border-right:1px solid #e2e8f0;font-size:.65rem;white-space:nowrap}._dataTable_11reu_43 th:last-child{border-right:none}._dataTable_11reu_43 th[rowspan]{text-align:left;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;font-weight:600}._dataTable_11reu_43 th._currencyHeader_11reu_71{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;font-weight:600;font-size:.7rem}._dataTable_11reu_43 td{padding:.5rem;text-align:center;--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1));border-bottom:1px solid #e2e8f0;border-right:1px solid #f1f5f9;font-size:.7rem;white-space:nowrap}._dataTable_11reu_43 td:last-child{border-right:none}._dataTable_11reu_43 tr:last-child td{border-bottom:none}._dataTable_11reu_43 tr:hover td{background:#f1f5f9}._statusCell_11reu_98{text-align:left;font-weight:500;background:#f8fafc}._currencyFlag_11reu_103{font-size:.875rem;margin-right:.25rem}@media (max-width: 768px){._tableContainer_11reu_35{padding:.5rem}._dataTable_11reu_43{font-size:.75rem}._dataTable_11reu_43 th,._dataTable_11reu_43 td{padding:.5rem}._currencyFlag_11reu_103{font-size:.875rem;margin-right:.25rem}}._chartsContainer_11reu_130{display:flex;flex-direction:column;gap:.5rem;margin-top:.5rem;width:100%}._singleChart_11reu_138{display:flex;flex-direction:column;flex:1;width:100%;min-width:0}._chartLabel_11reu_146{margin-bottom:.25rem;text-align:center;font-size:.75rem;line-height:1rem;font-weight:600;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1));flex-shrink:0}._chartWrapper_11reu_151{width:100%;height:220px;position:relative}._loader_11reu_157{display:flex;height:16rem;align-items:center;justify-content:center}._spinner_11reu_161{height:3rem;width:3rem}@keyframes _spin_11reu_161{to{transform:rotate(360deg)}}._spinner_11reu_161{animation:_spin_11reu_161 1s linear infinite;--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity, 1))}._chartsContainer_11reu_130{flex-direction:column;gap:1rem}@media (max-width: 768px){._statTile_11reu_1{padding:1rem}._statTileTitle_11reu_18{font-size:1rem}._singleChart_11reu_138{width:100%;margin-bottom:.5rem}._chartWrapper_11reu_151{height:280px;width:100%}._chartLabel_11reu_146{margin-bottom:.5rem;font-size:.8rem}._tableContainer_11reu_35{padding:.5rem}._dataTable_11reu_43 th,._dataTable_11reu_43 td{padding:.375rem;font-size:.6rem}}._tile_2vvuu_1{display:flex;width:100%;flex-direction:column;gap:.75rem;border-radius:.75rem;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:1rem;--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);max-width:100%;overflow-x:hidden;box-sizing:border-box}@media (max-width: 768px){._tile_2vvuu_1{padding:1rem}}._tileHeader_2vvuu_14{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.5rem}._tileTitle_2vvuu_18{font-size:1.125rem;line-height:1.75rem;font-weight:600;--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}._exportButton_2vvuu_22{display:flex;cursor:pointer;align-items:center;gap:.25rem;border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(59 130 246 / var(--tw-bg-opacity, 1));padding:.375rem .75rem;font-size:.75rem;line-height:1rem;font-weight:500;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;animation-duration:.2s}._exportButton_2vvuu_22:hover{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1))}._exportButton_2vvuu_22:disabled{cursor:not-allowed;--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity, 1))}._tileContent_2vvuu_30{display:flex;flex-direction:column;gap:.75rem}._chartSection_2vvuu_34{margin-top:.5rem;display:flex;flex-direction:column;gap:.5rem}._chartWrapper_2vvuu_38{width:100%;height:280px;position:relative;display:flex;align-items:center;justify-content:center}._loader_2vvuu_47{display:flex;height:16rem;align-items:center;justify-content:center}._spinner_2vvuu_51{height:3rem;width:3rem}@keyframes _spin_2vvuu_51{to{transform:rotate(360deg)}}._spinner_2vvuu_51{animation:_spin_2vvuu_51 1s linear infinite;--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity, 1))}._customTooltip_2vvuu_55{border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:.75rem;--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}._tooltipLabel_2vvuu_59{margin-bottom:.25rem;font-weight:600;--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}._tooltipValue_2vvuu_63{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}._tableSection_2vvuu_67{width:100%;margin-top:.75rem;overflow-x:auto;border:1px solid #e2e8f0;border-radius:.5rem;background:#fff}._dataTable_2vvuu_76{width:100%;border-collapse:collapse;font-size:.875rem}._dataTable_2vvuu_76 th,._dataTable_2vvuu_76 td{padding:.5rem .75rem;text-align:left;border-bottom:1px solid #f1f5f9}._dataTable_2vvuu_76 th{background:linear-gradient(180deg,#f8fafc,#f1f5f9);color:#475569;font-weight:600;font-size:.75rem;text-transform:uppercase;letter-spacing:.04em}._dataTable_2vvuu_76 tbody tr:last-child td{border-bottom:none}._dataTable_2vvuu_76 tbody tr:hover{background:#f8fafc}._dataTable_2vvuu_76 tbody tr:nth-child(2n){background:#fafbfc}._dataTable_2vvuu_76 tbody tr:nth-child(2n):hover{background:#f1f5f9}@media (max-width: 768px){._tileTitle_2vvuu_18{font-size:1rem}._chartWrapper_2vvuu_38{height:250px}}._statTile_8llmw_1{display:flex;width:100%;flex-direction:column;gap:.75rem;border-radius:.75rem;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:1rem;--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);max-width:100%;overflow-x:hidden;box-sizing:border-box}@media (max-width: 768px){._statTile_8llmw_1{padding:1rem}}._statTileHeader_8llmw_14{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.5rem}._statTileTitle_8llmw_18{font-size:1.125rem;line-height:1.75rem;font-weight:600;--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}._exportButton_8llmw_22{display:flex;cursor:pointer;align-items:center;gap:.25rem;border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(59 130 246 / var(--tw-bg-opacity, 1));padding:.375rem .75rem;font-size:.75rem;line-height:1rem;font-weight:500;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;animation-duration:.2s}._exportButton_8llmw_22:hover{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1))}._exportButton_8llmw_22:disabled{cursor:not-allowed;--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity, 1))}._statTileContent_8llmw_30{display:flex;flex-direction:column;gap:.75rem}._statsGrid_8llmw_34{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:.5rem}@media (min-width: 768px){._statsGrid_8llmw_34{grid-template-columns:repeat(3,minmax(0,1fr))}}._statsGrid_8llmw_34{padding:.5rem;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:8px;border:1px solid #e2e8f0}._statCard_8llmw_42{display:flex;flex-direction:column;gap:.25rem;padding:.5rem .75rem;background:#fff;border-radius:6px;box-shadow:0 1px 2px #0000000d;transition:all .2s ease}._statCard_8llmw_42:hover{box-shadow:0 2px 4px #0000001a}._statCardLabel_8llmw_55{font-size:.75rem;line-height:1rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.3px}._statCardValue_8llmw_62{font-size:1.25rem;line-height:1.75rem;font-weight:700;color:#1e293b}._chartSection_8llmw_67{margin-top:.5rem;display:flex;flex-direction:column;gap:.5rem}._chartWrapper_8llmw_71{width:100%;height:280px;position:relative;display:flex;align-items:center;justify-content:center}._loader_8llmw_80{display:flex;height:16rem;align-items:center;justify-content:center}._spinner_8llmw_84{height:3rem;width:3rem}@keyframes _spin_8llmw_84{to{transform:rotate(360deg)}}._spinner_8llmw_84{animation:_spin_8llmw_84 1s linear infinite;--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity, 1))}._customTooltip_8llmw_88{border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:.75rem;--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}._tooltipLabel_8llmw_92{margin-bottom:.25rem;font-weight:600;--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}._tooltipValue_8llmw_96{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}._tooltipPercentage_8llmw_100{margin-top:.25rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}@media (max-width: 768px){._statTileTitle_8llmw_18{font-size:1rem}._statsGrid_8llmw_34{grid-template-columns:1fr}._chartWrapper_8llmw_71{height:250px}._statCardValue_8llmw_62{font-size:1.25rem}}._tile_1hlon_1{display:flex;width:100%;flex-direction:column;gap:.75rem;border-radius:.75rem;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:1rem;--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);max-width:100%;overflow-x:hidden;box-sizing:border-box}._header_1hlon_8{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}._title_1hlon_12{font-size:1.125rem;line-height:1.75rem;font-weight:600;--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}._subtitle_1hlon_16{font-size:.75rem;line-height:1rem;--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}._exportButton_1hlon_20{display:flex;flex-shrink:0;cursor:pointer;align-items:center;gap:.25rem;border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(59 130 246 / var(--tw-bg-opacity, 1));padding:.375rem .75rem;font-size:.75rem;line-height:1rem;font-weight:500;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;animation-duration:.2s}._exportButton_1hlon_20:hover{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1))}._exportButton_1hlon_20:disabled{cursor:not-allowed;--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity, 1))}._content_1hlon_28{display:flex;flex-direction:column;gap:.75rem}._chartWrapper_1hlon_32{width:100%;position:relative}._chartsGrid_1hlon_37{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}._singleChartContainer_1hlon_43{background:linear-gradient(135deg,#f8fafc,#fff);border-radius:12px;border:1px solid #e2e8f0;padding:.75rem;display:flex;flex-direction:column}._chartHeader_1hlon_52{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;padding-bottom:.5rem;border-bottom:1px solid #e2e8f0}._chartTitle_1hlon_61{font-size:.875rem;font-weight:600;color:#374151;margin:0}._chartTotal_1hlon_68{font-size:.75rem;font-weight:600;color:#3b82f6;background:#eff6ff;padding:.25rem .5rem;border-radius:4px}._chartArea_1hlon_77{width:100%;height:180px;min-height:180px;min-width:100px}._legendContainer_1hlon_84{display:flex;flex-wrap:wrap;justify-content:center;-moz-column-gap:.75rem;column-gap:.75rem;row-gap:.25rem;padding:.5rem;background:#f8fafc;border-radius:6px;margin-top:.5rem}._legendItem_1hlon_91{display:flex;align-items:center;gap:.25rem}._legendDot_1hlon_95{height:.625rem;width:.625rem;flex-shrink:0;border-radius:.125rem}._legendLabel_1hlon_99{font-size:.75rem;line-height:1rem;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1));white-space:nowrap}._loader_1hlon_104{display:flex;height:16rem;align-items:center;justify-content:center}._spinner_1hlon_108{height:3rem;width:3rem}@keyframes _spin_1hlon_108{to{transform:rotate(360deg)}}._spinner_1hlon_108{animation:_spin_1hlon_108 1s linear infinite;--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity, 1))}._emptyState_1hlon_112{display:flex;height:16rem;align-items:center;justify-content:center;--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}._tooltip_1hlon_117{border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:.75rem;--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);min-width:220px}._tooltipTitle_1hlon_122{margin-bottom:.5rem;border-bottom-width:1px;--tw-border-opacity: 1;border-color:rgb(243 244 246 / var(--tw-border-opacity, 1));padding-bottom:.5rem;font-weight:600;--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}._tooltipContent_1hlon_126{display:flex;flex-direction:column;gap:.25rem}._tooltipRow_1hlon_130{display:flex;align-items:center;gap:.5rem;font-size:.875rem;line-height:1.25rem}._tooltipDot_1hlon_134{height:.75rem;width:.75rem;flex-shrink:0;border-radius:.125rem}._tooltipLabel_1hlon_138{flex:1 1 0%;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}._tooltipValue_1hlon_142{font-weight:500;--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}._tooltipTotal_1hlon_146{margin-top:.5rem;display:flex;align-items:center;justify-content:space-between;border-top-width:1px;--tw-border-opacity: 1;border-color:rgb(243 244 246 / var(--tw-border-opacity, 1));padding-top:.5rem;font-weight:600;--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}._tableContainer_1hlon_151{width:100%;padding:.75rem;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:12px;border:1px solid #e2e8f0}._dataTable_1hlon_159{width:100%;font-size:.75rem;line-height:1rem;border-collapse:collapse;background:#fff;border-radius:8px;overflow:hidden;table-layout:fixed}._dataTable_1hlon_159 th{padding:.5rem;text-align:right;font-weight:600;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1));background:#f8fafc;border-bottom:2px solid #e2e8f0;font-size:.7rem;text-transform:uppercase;letter-spacing:.025em}._dataTable_1hlon_159 th:first-child{text-align:left;width:60px}._dataTable_1hlon_159 td{padding:.5rem;text-align:right;--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1));border-bottom:1px solid #e2e8f0;font-size:.8rem;font-variant-numeric:tabular-nums}._dataTable_1hlon_159 td:first-child{text-align:left}._dataTable_1hlon_159 tr:last-child td{border-bottom:none}._dataTable_1hlon_159 tr:hover td{background:#f1f5f9}._currencyCell_1hlon_201{font-weight:500}._currencyCode_1hlon_205{display:inline-flex;align-items:center;border-radius:.25rem;--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1));padding:.125rem .375rem;font-size:.75rem;line-height:1rem;font-weight:700;--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}._totalCell_1hlon_209{font-weight:700;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}._mobileCards_1hlon_214{display:none}._mobileCard_1hlon_214{background:#fff;border-radius:8px;overflow:hidden;margin-bottom:.75rem;border:1px solid #e2e8f0}._mobileCard_1hlon_214:last-child{margin-bottom:0}._mobileCardHeader_1hlon_230{display:flex;align-items:center;justify-content:space-between;padding:.5rem .75rem;background:linear-gradient(135deg,#3b82f6,#2563eb)}._mobileCardHeader_1hlon_230 ._currencyCode_1hlon_205{background-color:#fff3;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}._mobileTotalWrapper_1hlon_239{text-align:right}._mobileTotalLabel_1hlon_243{line-height:1rem;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));opacity:.8;font-size:.625rem;text-transform:uppercase;letter-spacing:.05em}._mobileTotal_1hlon_239{font-size:1rem;line-height:1.5rem;font-weight:700;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}._mobileCardBody_1hlon_254{padding:.75rem}._mobileRow_1hlon_258{display:flex;align-items:center;justify-content:space-between;padding-top:.375rem;padding-bottom:.375rem;border-bottom:1px solid #f1f5f9}._mobileRow_1hlon_258:last-child{border-bottom:none}._mobileLabel_1hlon_267{font-size:.75rem;line-height:1rem;font-weight:500;--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}._mobileRow_1hlon_258 span:last-child{font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1));font-variant-numeric:tabular-nums}._insightBox_1hlon_277{display:flex;align-items:flex-start;gap:.5rem;border-radius:.5rem;padding:.75rem;background:linear-gradient(135deg,#fef3c7,#fef9c3);border:1px solid #fcd34d}._insightIcon_1hlon_283{flex-shrink:0;font-size:.875rem;line-height:1.25rem}._insightText_1hlon_287{font-size:.75rem;line-height:1rem;line-height:1.625;--tw-text-opacity: 1;color:rgb(146 64 14 / var(--tw-text-opacity, 1))}@media (max-width: 900px){._dataTable_1hlon_159 th,._dataTable_1hlon_159 td{padding:.375rem .25rem;font-size:.7rem}._dataTable_1hlon_159 th:first-child{width:50px}._currencyCode_1hlon_205{font-size:.65rem;padding:.125rem .375rem}}@media (max-width: 640px){._tile_1hlon_1{padding:1rem}._header_1hlon_8{flex-direction:column;gap:.75rem}._exportButton_1hlon_20{width:100%;justify-content:center}._title_1hlon_12{font-size:1rem}._chartsGrid_1hlon_37{grid-template-columns:1fr;gap:.75rem}._singleChartContainer_1hlon_43{padding:.5rem}._chartHeader_1hlon_52{flex-direction:column;align-items:flex-start;gap:.25rem}._chartTitle_1hlon_61{font-size:.8rem}._chartTotal_1hlon_68{font-size:.7rem}._chartArea_1hlon_77{height:160px;min-height:160px}._legendContainer_1hlon_84{-moz-column-gap:.5rem;column-gap:.5rem;row-gap:.25rem;padding:.375rem;margin-top:.375rem}._legendLabel_1hlon_99{font-size:.6rem}._legendDot_1hlon_95{height:.5rem;width:.5rem}._tableContainer_1hlon_151{padding:.5rem;margin-top:.5rem}._dataTable_1hlon_159{display:none}._mobileCards_1hlon_214{display:block}._mobileCard_1hlon_214{margin-bottom:.75rem}._mobileCardHeader_1hlon_230{padding:.5rem .75rem}._mobileCardHeader_1hlon_230 ._currencyCode_1hlon_205{font-size:.75rem;padding:.125rem .375rem}._mobileTotal_1hlon_239{font-size:.875rem}._mobileTotalLabel_1hlon_243{font-size:.5rem;text-transform:uppercase;opacity:.8;display:block}._mobileCardBody_1hlon_254{padding:.5rem .75rem}._mobileRow_1hlon_258{padding:.375rem 0}._mobileLabel_1hlon_267{font-size:.7rem}._mobileRow_1hlon_258 span:last-child{font-size:.75rem}._insightBox_1hlon_277{padding:.5rem}._insightText_1hlon_287{font-size:.7rem}}._reportsContainer_o0uzu_1{display:flex;flex-direction:column;gap:1.5rem;max-width:100%;overflow-x:hidden;background:linear-gradient(180deg,#f8fafc,#f1f5f9);padding:1.5rem 1.5rem 2rem}@media (min-width: 769px){._reportsContainer_o0uzu_1{padding:2rem 2.5rem 2.5rem}}._pageHeader_o0uzu_15{display:flex;align-items:flex-start;gap:1rem}._headerIconWrap_o0uzu_19{display:flex;flex-shrink:0;align-items:center;justify-content:center;border-radius:.75rem;width:48px;height:48px;background:linear-gradient(135deg,#0f172a,#1e3a5f);box-shadow:0 4px 14px #0f172a40}._headerIcon_o0uzu_19{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));width:26px;height:26px}._pageTitle_o0uzu_33{font-weight:600;letter-spacing:-.025em;font-size:1.5rem;line-height:1.3;color:#0f172a}@media (min-width: 769px){._pageTitle_o0uzu_33{font-size:1.75rem}}._pageSubtext_o0uzu_46{margin-top:.25rem;font-size:.875rem;line-height:1.25rem;color:#64748b}._controlsSection_o0uzu_51{width:100%;border-radius:1rem;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));box-shadow:0 1px 3px #0000000f,0 4px 20px #0000000a;border:1px solid #e2e8f0;padding:1rem 1.25rem}@media (min-width: 769px){._controlsSection_o0uzu_51{padding:1.25rem 1.5rem}}._controlsHeader_o0uzu_64{margin-bottom:1rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem}._periodButtons_o0uzu_68{display:flex;flex-wrap:wrap;gap:.5rem}._refreshButton_o0uzu_72{display:flex;align-items:center;gap:.5rem;white-space:nowrap;border-radius:.75rem;padding:.5rem 1rem;font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;animation-duration:.2s;background:linear-gradient(135deg,#0f172a,#1e3a5f);box-shadow:0 2px 8px #0f172a33}._refreshButton_o0uzu_72:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #0f172a40}._refreshButton_o0uzu_72:disabled{cursor:not-allowed;--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity, 1))}._refreshIconSpin_o0uzu_87{animation:_spin_o0uzu_163 1s linear infinite}._periodButton_o0uzu_68{border-radius:9999px;border-width:2px;padding:.5rem 1rem;font-size:.875rem;line-height:1.25rem;font-weight:500;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;animation-duration:.2s}._periodButtonInactive_o0uzu_95{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}._periodButtonInactive_o0uzu_95:hover{--tw-border-opacity: 1;border-color:rgb(156 163 175 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}._periodButtonActive_o0uzu_99{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);background:linear-gradient(135deg,#0f172a,#1e3a5f);border-color:transparent}._customDateContainer_o0uzu_105{margin-top:1rem;display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1rem;border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1));padding:1rem}@media (min-width: 768px){._customDateContainer_o0uzu_105{grid-template-columns:repeat(2,minmax(0,1fr))}}._dateInputGroup_o0uzu_109{display:flex;flex-direction:column;gap:.5rem}._dateLabel_o0uzu_113{font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}._dateInput_o0uzu_109{width:100%;border-radius:.5rem;border-width:2px;--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1));padding:.5rem 1rem;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._dateInput_o0uzu_109:focus{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity, 1));outline:2px solid transparent;outline-offset:2px}._applyButton_o0uzu_121{grid-column:span 1 / span 1;border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(59 130 246 / var(--tw-bg-opacity, 1));padding:.5rem 1.5rem;font-weight:500;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;animation-duration:.2s}._applyButton_o0uzu_121:hover{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1))}@media (min-width: 768px){._applyButton_o0uzu_121{grid-column:span 2 / span 2}}._applyButton_o0uzu_121:disabled{cursor:not-allowed;--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity, 1))}._tilesContainer_o0uzu_129{display:flex;width:100%;flex-direction:column;gap:1.5rem;max-width:100%;overflow-x:hidden}._topTilesRow_o0uzu_135{display:grid;width:100%;grid-template-columns:repeat(1,minmax(0,1fr));gap:1.5rem}@media (min-width: 1024px){._topTilesRow_o0uzu_135{grid-template-columns:repeat(3,minmax(0,1fr))}}._transactionTilesRow_o0uzu_139{display:grid;width:100%;grid-template-columns:repeat(1,minmax(0,1fr));gap:1.5rem}@media (min-width: 1024px){._transactionTilesRow_o0uzu_139{grid-template-columns:repeat(3,minmax(0,1fr))}}._errorContainer_o0uzu_143{border-radius:.5rem;border-width:2px;--tw-border-opacity: 1;border-color:rgb(254 202 202 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1));padding:1rem;--tw-text-opacity: 1;color:rgb(153 27 27 / var(--tw-text-opacity, 1))}._emptyState_o0uzu_147{border-radius:1rem;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:3rem;text-align:center;--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}._emptyStateText_o0uzu_151{font-size:1.125rem;line-height:1.75rem;--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}._loadingPlaceholder_o0uzu_155{width:100%;border-radius:1rem;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:3rem;--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}._loader_o0uzu_159{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}._spinner_o0uzu_163{height:3rem;width:3rem}@keyframes _spin_o0uzu_163{to{transform:rotate(360deg)}}._spinner_o0uzu_163{animation:_spin_o0uzu_163 1s linear infinite;--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity, 1))}._loadingText_o0uzu_167{font-size:1rem;line-height:1.5rem;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}@media (max-width: 768px){._reportsContainer_o0uzu_1{padding:1rem}._pageTitle_o0uzu_33{font-size:1.25rem}._controlsSection_o0uzu_51{padding:.75rem}._periodButton_o0uzu_68{padding:.375rem .75rem;font-size:.75rem;line-height:1rem}._loadingPlaceholder_o0uzu_155{padding:2rem}}.reports-wrapper{box-sizing:border-box;max-width:100%;overflow-x:hidden}.reports-wrapper *{box-sizing:border-box}@media (max-width: 768px){.reports-wrapper{padding:0;margin:0;max-width:100vw;overflow-x:hidden}.reports-wrapper>*{max-width:100%}}._modalWrapper_1dvph_2{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;height:100%;width:100%;align-items:center;justify-content:center;padding:1rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}._modalOverlay_1dvph_7{position:fixed;top:0;right:0;bottom:0;left:0;height:100%;width:100%;cursor:pointer;background-color:#00000080;transition:opacity .2s ease}._modalContainer_1dvph_13{position:relative;z-index:50;width:100%;max-width:600px;overflow:hidden;border-radius:1rem;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));box-shadow:0 25px 50px -12px #00000040,0 0 0 1px #0000000d;animation:_slideUp_1dvph_1 .3s ease-out}@keyframes _slideUp_1dvph_1{0%{opacity:0;transform:translateY(20px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}._modalHeader_1dvph_31{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;background:linear-gradient(135deg,#045992,#0369a1)}._headerContent_1dvph_36{display:flex;align-items:center;gap:1rem}._headerIcon_1dvph_40{display:flex;height:3rem;width:3rem;align-items:center;justify-content:center;border-radius:.75rem;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));background:#ffffff26;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}._headerText_1dvph_46{display:flex;flex-direction:column}._modalTitle_1dvph_50{font-size:1.25rem;line-height:1.75rem;font-weight:700;letter-spacing:-.025em;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}._modalSubtitle_1dvph_54{margin-top:.125rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(219 234 254 / var(--tw-text-opacity, 1))}._closeButton_1dvph_58{display:flex;height:2.25rem;width:2.25rem;cursor:pointer;align-items:center;justify-content:center;border-radius:.5rem;color:#fffc;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;animation-duration:.15s}._closeButton_1dvph_58:hover{background-color:#ffffff26;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}._closeButton_1dvph_58:disabled{cursor:not-allowed;opacity:.5}._modalContent_1dvph_63{display:flex;max-height:calc(80vh - 100px);flex-direction:column;overflow-y:auto}._modalContent_1dvph_63::-webkit-scrollbar{width:6px}._modalContent_1dvph_63::-webkit-scrollbar-track{background:#f1f5f9}._modalContent_1dvph_63::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}._modalContent_1dvph_63::-webkit-scrollbar-thumb:hover{background:#94a3b8}._formContainer_1dvph_85{display:flex;flex-direction:column}._formSection_1dvph_90{display:flex;flex-direction:column;gap:1rem;padding:1.5rem;border-bottom:1px solid #e5e7eb}._formSection_1dvph_90:last-of-type{border-bottom:none}._sectionHeader_1dvph_99{margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem}._sectionIcon_1dvph_103{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}._sectionTitle_1dvph_107{font-size:.875rem;line-height:1.25rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em;--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}._fieldsGrid_1dvph_112{display:flex;flex-direction:column;gap:1rem}._inputGroup_1dvph_117{display:flex;flex-direction:column;gap:.375rem}._inputLabel_1dvph_121{font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1));font-family:Inter,system-ui,-apple-system,sans-serif}._required_1dvph_126{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}._inputWrapper_1dvph_130{position:relative}._input_1dvph_117{height:2.75rem;width:100%;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1));padding-left:1rem;padding-right:1rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}._input_1dvph_117::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgb(156 163 175 / var(--tw-placeholder-opacity, 1))}._input_1dvph_117::placeholder{--tw-placeholder-opacity: 1;color:rgb(156 163 175 / var(--tw-placeholder-opacity, 1))}._input_1dvph_117{font-family:Inter,system-ui,-apple-system,sans-serif;transition:all .2s ease}._input_1dvph_117:focus{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity, 1));outline:2px solid transparent;outline-offset:2px;box-shadow:0 0 0 3px #0459921a}._input_1dvph_117:hover:not(:focus){--tw-border-opacity: 1;border-color:rgb(156 163 175 / var(--tw-border-opacity, 1))}._textarea_1dvph_149{width:100%;resize:none;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1));padding:.75rem 1rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}._textarea_1dvph_149::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgb(156 163 175 / var(--tw-placeholder-opacity, 1))}._textarea_1dvph_149::placeholder{--tw-placeholder-opacity: 1;color:rgb(156 163 175 / var(--tw-placeholder-opacity, 1))}._textarea_1dvph_149{font-family:Inter,system-ui,-apple-system,sans-serif;transition:all .2s ease}._textarea_1dvph_149:focus{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity, 1));outline:2px solid transparent;outline-offset:2px;box-shadow:0 0 0 3px #0459921a}._textarea_1dvph_149:hover:not(:focus){--tw-border-opacity: 1;border-color:rgb(156 163 175 / var(--tw-border-opacity, 1))}._inputError_1dvph_164{--tw-border-opacity: 1;border-color:rgb(248 113 113 / var(--tw-border-opacity, 1))}._inputError_1dvph_164:focus{--tw-border-opacity: 1;border-color:rgb(239 68 68 / var(--tw-border-opacity, 1));box-shadow:0 0 0 3px #ef44441a}._fieldError_1dvph_174{margin-top:.25rem;display:flex;align-items:center;gap:.25rem;font-size:.75rem;line-height:1rem;font-weight:500;--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}._limitsGrid_1dvph_179{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1rem}@media (min-width: 768px){._limitsGrid_1dvph_179{grid-template-columns:repeat(3,minmax(0,1fr))}}._limitCard_1dvph_184{display:flex;flex-direction:column;gap:.5rem;border-radius:.75rem;padding:1rem;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid #e2e8f0;transition:all .2s ease}._limitCard_1dvph_184:hover{border-color:#cbd5e1;box-shadow:0 2px 8px #0000000a}._limitHeader_1dvph_196{display:flex;align-items:center;gap:.5rem}._limitIcon_1dvph_200{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}._limitLabel_1dvph_204{font-size:.75rem;line-height:1rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}._limitInputWrapper_1dvph_208{position:relative;display:flex;align-items:center}._currencyPrefix_1dvph_212{pointer-events:none;position:absolute;left:.75rem;font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}._limitInput_1dvph_208{height:2.5rem;width:100%;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding-left:1.75rem;padding-right:.75rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}._limitInput_1dvph_208::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgb(156 163 175 / var(--tw-placeholder-opacity, 1))}._limitInput_1dvph_208::placeholder{--tw-placeholder-opacity: 1;color:rgb(156 163 175 / var(--tw-placeholder-opacity, 1))}._limitInput_1dvph_208{font-family:Inter,system-ui,-apple-system,sans-serif;font-variant-numeric:tabular-nums;transition:all .2s ease}._limitInput_1dvph_208:focus{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity, 1));outline:2px solid transparent;outline-offset:2px;box-shadow:0 0 0 3px #0459921a}._limitInput_1dvph_208:hover:not(:focus){--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}._limitInput_1dvph_208::-webkit-outer-spin-button,._limitInput_1dvph_208::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}._limitInput_1dvph_208[type=number]{-moz-appearance:textfield}._modalFooter_1dvph_244{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem 1.5rem;background:linear-gradient(to top,#f8fafc,#fff);border-top:1px solid #e5e7eb}._cancelButton_1dvph_250{height:2.75rem;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding-left:1.5rem;padding-right:1.5rem;font-size:.875rem;line-height:1.25rem;font-weight:600;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;animation-duration:.2s}._cancelButton_1dvph_250:hover{--tw-border-opacity: 1;border-color:rgb(156 163 175 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}._cancelButton_1dvph_250:disabled{cursor:not-allowed;opacity:.5}._cancelButton_1dvph_250{font-family:Inter,system-ui,-apple-system,sans-serif}._submitButton_1dvph_255{display:flex;height:2.75rem;align-items:center;gap:.5rem;border-radius:.5rem;padding-left:1.5rem;padding-right:1.5rem;font-size:.875rem;line-height:1.25rem;font-weight:600;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;animation-duration:.2s}._submitButton_1dvph_255:disabled{cursor:not-allowed;opacity:.5}._submitButton_1dvph_255{background:linear-gradient(135deg,#045992,#0369a1);font-family:Inter,system-ui,-apple-system,sans-serif;box-shadow:0 2px 4px #04599233}._submitButton_1dvph_255:hover:not(:disabled){background:linear-gradient(135deg,#034b7a,#045992);box-shadow:0 4px 8px #04599240;transform:translateY(-1px)}._submitButton_1dvph_255:active:not(:disabled){transform:translateY(0)}._spinnerIcon_1dvph_272{animation:_spin_1dvph_272 1s linear infinite}@keyframes _spin_1dvph_272{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 640px){._modalWrapper_1dvph_2{align-items:flex-end;padding:0}._modalContainer_1dvph_13{max-width:100%;border-bottom-right-radius:0;border-bottom-left-radius:0;border-top-left-radius:1rem;border-top-right-radius:1rem;max-height:90vh}._modalHeader_1dvph_31{padding:1rem}._headerIcon_1dvph_40{height:2.5rem;width:2.5rem}._headerIcon_1dvph_40 svg{width:20px;height:20px}._modalTitle_1dvph_50{font-size:1.125rem;line-height:1.75rem}._modalSubtitle_1dvph_54{font-size:.75rem;line-height:1rem}._modalContent_1dvph_63{max-height:calc(90vh - 80px)}._formSection_1dvph_90{padding:1.25rem 1rem}._limitsGrid_1dvph_179{grid-template-columns:repeat(1,minmax(0,1fr))}._modalFooter_1dvph_244{flex-direction:column;gap:.5rem;padding:.75rem 1rem}._cancelButton_1dvph_250,._submitButton_1dvph_255{width:100%;justify-content:center}}._modalWrapper_jebq4_2{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;height:100%;width:100%;align-items:center;justify-content:center;padding:1rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}._modalOverlay_jebq4_7{position:fixed;top:0;right:0;bottom:0;left:0;height:100%;width:100%;cursor:pointer;background-color:#00000080;transition:opacity .2s ease}._modalContainer_jebq4_13{position:relative;z-index:50;width:100%;max-width:600px;overflow:hidden;border-radius:1rem;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));box-shadow:0 25px 50px -12px #00000040,0 0 0 1px #0000000d;animation:_slideUp_jebq4_1 .3s ease-out}@keyframes _slideUp_jebq4_1{0%{opacity:0;transform:translateY(20px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}._modalHeader_jebq4_31{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;background:linear-gradient(135deg,#7c3aed,#6d28d9)}._headerContent_jebq4_36{display:flex;align-items:center;gap:1rem}._headerIcon_jebq4_40{display:flex;height:3rem;width:3rem;align-items:center;justify-content:center;border-radius:.75rem;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));background:#ffffff26;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}._headerText_jebq4_46{display:flex;flex-direction:column}._modalTitle_jebq4_50{font-size:1.25rem;line-height:1.75rem;font-weight:700;letter-spacing:-.025em;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}._modalSubtitle_jebq4_54{margin-top:.125rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(243 232 255 / var(--tw-text-opacity, 1))}._closeButton_jebq4_58{display:flex;height:2.25rem;width:2.25rem;cursor:pointer;align-items:center;justify-content:center;border-radius:.5rem;color:#fffc;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;animation-duration:.15s}._closeButton_jebq4_58:hover{background-color:#ffffff26;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}._closeButton_jebq4_58:disabled{cursor:not-allowed;opacity:.5}._tierBadge_jebq4_63{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.625rem 1.5rem;background:linear-gradient(135deg,#faf5ff,#f3e8ff);border-bottom:1px solid #e9d5ff}._tierBadgeLabel_jebq4_69{font-size:.75rem;line-height:1rem;font-weight:500;--tw-text-opacity: 1;color:rgb(147 51 234 / var(--tw-text-opacity, 1))}._tierBadgeName_jebq4_73{border-radius:9999px;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:.25rem .75rem;font-size:.875rem;line-height:1.25rem;font-weight:700;--tw-text-opacity: 1;color:rgb(107 33 168 / var(--tw-text-opacity, 1));box-shadow:0 1px 3px #7c3aed1a}._modalContent_jebq4_79{display:flex;max-height:calc(80vh - 140px);flex-direction:column;overflow-y:auto}._modalContent_jebq4_79::-webkit-scrollbar{width:6px}._modalContent_jebq4_79::-webkit-scrollbar-track{background:#f1f5f9}._modalContent_jebq4_79::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}._modalContent_jebq4_79::-webkit-scrollbar-thumb:hover{background:#94a3b8}._formContainer_jebq4_101{display:flex;flex-direction:column}._formSection_jebq4_106{display:flex;flex-direction:column;gap:1rem;padding:1.5rem;border-bottom:1px solid #e5e7eb}._formSection_jebq4_106:last-of-type{border-bottom:none}._sectionHeader_jebq4_115{margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem}._sectionIcon_jebq4_119{--tw-text-opacity: 1;color:rgb(147 51 234 / var(--tw-text-opacity, 1))}._sectionTitle_jebq4_123{font-size:.875rem;line-height:1.25rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em;--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}._fieldsGrid_jebq4_128{display:flex;flex-direction:column;gap:1rem}._inputGroup_jebq4_133{display:flex;flex-direction:column;gap:.375rem}._inputLabel_jebq4_137{font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1));font-family:Inter,system-ui,-apple-system,sans-serif}._required_jebq4_142{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}._inputWrapper_jebq4_146{position:relative}._input_jebq4_133{height:2.75rem;width:100%;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1));padding-left:1rem;padding-right:1rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}._input_jebq4_133::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgb(156 163 175 / var(--tw-placeholder-opacity, 1))}._input_jebq4_133::placeholder{--tw-placeholder-opacity: 1;color:rgb(156 163 175 / var(--tw-placeholder-opacity, 1))}._input_jebq4_133{font-family:Inter,system-ui,-apple-system,sans-serif;transition:all .2s ease}._input_jebq4_133:focus{--tw-border-opacity: 1;border-color:rgb(168 85 247 / var(--tw-border-opacity, 1));outline:2px solid transparent;outline-offset:2px;box-shadow:0 0 0 3px #7c3aed1a}._input_jebq4_133:hover:not(:focus){--tw-border-opacity: 1;border-color:rgb(156 163 175 / var(--tw-border-opacity, 1))}._textarea_jebq4_165{width:100%;resize:none;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1));padding:.75rem 1rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}._textarea_jebq4_165::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgb(156 163 175 / var(--tw-placeholder-opacity, 1))}._textarea_jebq4_165::placeholder{--tw-placeholder-opacity: 1;color:rgb(156 163 175 / var(--tw-placeholder-opacity, 1))}._textarea_jebq4_165{font-family:Inter,system-ui,-apple-system,sans-serif;transition:all .2s ease}._textarea_jebq4_165:focus{--tw-border-opacity: 1;border-color:rgb(168 85 247 / var(--tw-border-opacity, 1));outline:2px solid transparent;outline-offset:2px;box-shadow:0 0 0 3px #7c3aed1a}._textarea_jebq4_165:hover:not(:focus){--tw-border-opacity: 1;border-color:rgb(156 163 175 / var(--tw-border-opacity, 1))}._inputError_jebq4_180{--tw-border-opacity: 1;border-color:rgb(248 113 113 / var(--tw-border-opacity, 1))}._inputError_jebq4_180:focus{--tw-border-opacity: 1;border-color:rgb(239 68 68 / var(--tw-border-opacity, 1));box-shadow:0 0 0 3px #ef44441a}._fieldError_jebq4_190{margin-top:.25rem;display:flex;align-items:center;gap:.25rem;font-size:.75rem;line-height:1rem;font-weight:500;--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}._limitsGrid_jebq4_195{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1rem}@media (min-width: 768px){._limitsGrid_jebq4_195{grid-template-columns:repeat(3,minmax(0,1fr))}}._limitCard_jebq4_200{display:flex;flex-direction:column;gap:.5rem;border-radius:.75rem;padding:1rem;background:linear-gradient(135deg,#faf5ff,#f3e8ff);border:1px solid #e9d5ff;transition:all .2s ease}._limitCard_jebq4_200:hover{border-color:#d8b4fe;box-shadow:0 2px 8px #7c3aed14}._limitHeader_jebq4_212{display:flex;align-items:center;gap:.5rem}._limitIcon_jebq4_216{--tw-text-opacity: 1;color:rgb(147 51 234 / var(--tw-text-opacity, 1))}._limitLabel_jebq4_220{font-size:.75rem;line-height:1rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em;--tw-text-opacity: 1;color:rgb(126 34 206 / var(--tw-text-opacity, 1))}._limitInputWrapper_jebq4_224{position:relative;display:flex;align-items:center}._currencyPrefix_jebq4_228{pointer-events:none;position:absolute;left:.75rem;font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}._limitInput_jebq4_224{height:2.5rem;width:100%;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(233 213 255 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding-left:1.75rem;padding-right:.75rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}._limitInput_jebq4_224::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgb(156 163 175 / var(--tw-placeholder-opacity, 1))}._limitInput_jebq4_224::placeholder{--tw-placeholder-opacity: 1;color:rgb(156 163 175 / var(--tw-placeholder-opacity, 1))}._limitInput_jebq4_224{font-family:Inter,system-ui,-apple-system,sans-serif;font-variant-numeric:tabular-nums;transition:all .2s ease}._limitInput_jebq4_224:focus{--tw-border-opacity: 1;border-color:rgb(168 85 247 / var(--tw-border-opacity, 1));outline:2px solid transparent;outline-offset:2px;box-shadow:0 0 0 3px #7c3aed1a}._limitInput_jebq4_224:hover:not(:focus){--tw-border-opacity: 1;border-color:rgb(216 180 254 / var(--tw-border-opacity, 1))}._limitInput_jebq4_224::-webkit-outer-spin-button,._limitInput_jebq4_224::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}._limitInput_jebq4_224[type=number]{-moz-appearance:textfield}._modalFooter_jebq4_260{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem 1.5rem;background:linear-gradient(to top,#f8fafc,#fff);border-top:1px solid #e5e7eb}._cancelButton_jebq4_266{height:2.75rem;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding-left:1.5rem;padding-right:1.5rem;font-size:.875rem;line-height:1.25rem;font-weight:600;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;animation-duration:.2s}._cancelButton_jebq4_266:hover{--tw-border-opacity: 1;border-color:rgb(156 163 175 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}._cancelButton_jebq4_266:disabled{cursor:not-allowed;opacity:.5}._cancelButton_jebq4_266{font-family:Inter,system-ui,-apple-system,sans-serif}._submitButton_jebq4_271{display:flex;height:2.75rem;align-items:center;gap:.5rem;border-radius:.5rem;padding-left:1.5rem;padding-right:1.5rem;font-size:.875rem;line-height:1.25rem;font-weight:600;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;animation-duration:.2s}._submitButton_jebq4_271:disabled{cursor:not-allowed;opacity:.5}._submitButton_jebq4_271{background:linear-gradient(135deg,#7c3aed,#6d28d9);font-family:Inter,system-ui,-apple-system,sans-serif;box-shadow:0 2px 4px #7c3aed33}._submitButton_jebq4_271:hover:not(:disabled){background:linear-gradient(135deg,#6d28d9,#5b21b6);box-shadow:0 4px 8px #7c3aed40;transform:translateY(-1px)}._submitButton_jebq4_271:active:not(:disabled){transform:translateY(0)}._spinnerIcon_jebq4_288{animation:_spin_jebq4_288 1s linear infinite}@keyframes _spin_jebq4_288{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 640px){._modalWrapper_jebq4_2{align-items:flex-end;padding:0}._modalContainer_jebq4_13{max-width:100%;border-bottom-right-radius:0;border-bottom-left-radius:0;border-top-left-radius:1rem;border-top-right-radius:1rem;max-height:90vh}._modalHeader_jebq4_31{padding:1rem}._headerIcon_jebq4_40{height:2.5rem;width:2.5rem}._headerIcon_jebq4_40 svg{width:20px;height:20px}._modalTitle_jebq4_50{font-size:1.125rem;line-height:1.75rem}._modalSubtitle_jebq4_54{font-size:.75rem;line-height:1rem}._tierBadge_jebq4_63{padding:.5rem 1rem}._modalContent_jebq4_79{max-height:calc(90vh - 120px)}._formSection_jebq4_106{padding:1.25rem 1rem}._limitsGrid_jebq4_195{grid-template-columns:repeat(1,minmax(0,1fr))}._modalFooter_jebq4_260{flex-direction:column;gap:.5rem;padding:.75rem 1rem}._cancelButton_jebq4_266,._submitButton_jebq4_271{width:100%;justify-content:center}}._tierManagementContainer_kyddb_1{display:flex;min-height:100vh;width:100%;flex-direction:column;gap:1.5rem;background:linear-gradient(180deg,#f8fafc,#f1f5f9);padding:1.5rem 1.5rem 2rem}@media (min-width: 769px){._tierManagementContainer_kyddb_1{padding:2rem 2.5rem 2.5rem}}._tierManagementHeader_kyddb_13{display:flex;width:100%;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:1rem}@media (min-width: 414px){._tierManagementHeader_kyddb_13{flex-direction:row;align-items:center}}._pageHeader_kyddb_17{display:flex;align-items:flex-start;gap:1rem}._headerIconWrap_kyddb_21{display:flex;flex-shrink:0;align-items:center;justify-content:center;border-radius:.75rem;width:48px;height:48px;background:linear-gradient(135deg,#0f172a,#1e3a5f);box-shadow:0 4px 14px #0f172a40}._headerIcon_kyddb_21{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));width:26px;height:26px}._pageTitle_kyddb_35{font-weight:600;letter-spacing:-.025em;font-size:1.5rem;line-height:1.3;color:#0f172a}@media (min-width: 769px){._pageTitle_kyddb_35{font-size:1.75rem}}._pageSubtext_kyddb_48{margin-top:.25rem;font-size:.875rem;line-height:1.25rem;color:#64748b}._createTierButton_kyddb_53{display:flex;align-items:center;gap:.5rem;border-radius:.75rem;padding:.625rem 1.25rem;font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;animation-duration:.2s;background:linear-gradient(135deg,#0f172a,#1e3a5f);box-shadow:0 2px 8px #0f172a33}._createTierButton_kyddb_53:hover{transform:translateY(-1px);box-shadow:0 4px 12px #0f172a40}._table-row_kyddb_65{border-bottom-width:1px;--tw-border-opacity: 1;border-color:rgb(243 244 246 / var(--tw-border-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;animation-duration:.15s}._table-row_kyddb_65:hover{background-color:#eff6ff4d}._table-cell_kyddb_69{padding:.5rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}._limit-cell_kyddb_74{padding:.5rem .25rem;width:100px!important;max-width:100px!important;min-width:100px!important;text-align:right!important}._daily-limit-cell_kyddb_82{padding-left:.25rem;padding-right:.25rem}._weekly-limit-cell_kyddb_87{padding-right:.25rem!important;padding-left:.5rem!important;text-align:center!important}._monthly-limit-cell_kyddb_93{padding-left:.25rem!important;padding-right:.5rem!important}._date-cell_kyddb_98{font-size:.75rem;line-height:1rem;font-weight:500;--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}._tier-name_kyddb_102{font-weight:600;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}._description-cell_kyddb_106{max-width:20rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}._limit-value_kyddb_110{font-weight:500;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1));display:inline-block;text-align:right;width:100%}._weekly-limit-cell_kyddb_87 ._limit-value_kyddb_110,._table-wrapper_kyddb_119 .table-body td:nth-child(5) .limit-value,._table-wrapper_kyddb_119 .table-body td:nth-child(5) ._limit-value_kyddb_110{text-align:center!important}._actions-cell_kyddb_124{display:flex;align-items:center;gap:.375rem}._action-button_kyddb_128{border-radius:.375rem;padding:.375rem;--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;animation-duration:.15s}._action-button_kyddb_128:hover{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}._action-button_kyddb_128:active{--tw-scale-x: .95;--tw-scale-y: .95;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}._delete-button_kyddb_132{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}._delete-button_kyddb_132:hover{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}._mobile-card_kyddb_137{margin-bottom:.75rem;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:1rem;--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);transition-property:box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._mobile-card_kyddb_137:hover{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}._mobile-card-header_kyddb_141{margin-bottom:.75rem;display:flex;align-items:flex-start;justify-content:space-between;border-bottom-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));padding-bottom:.75rem}._mobile-card-title-wrapper_kyddb_145{display:flex;flex:1 1 0%;flex-direction:column;gap:.25rem}._mobile-card-date_kyddb_149{font-size:.75rem;line-height:1rem;font-weight:500;--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}._mobile-card-title_kyddb_145{font-size:1.125rem;line-height:1.75rem;font-weight:600;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}._mobile-card-actions_kyddb_157{display:flex;align-items:center;gap:.375rem}._mobile-card-content_kyddb_161{display:flex;flex-direction:column;gap:.625rem}._mobile-card-row_kyddb_165{display:flex;flex-direction:column;gap:.25rem}._mobile-card-label_kyddb_169{font-size:.75rem;line-height:1rem;font-weight:500;text-transform:uppercase;letter-spacing:.025em;--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}._mobile-card-value_kyddb_173{font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}._table-wrapper_kyddb_119{overflow:hidden;border-radius:.75rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}._table-wrapper_kyddb_119 .table-container{border-width:0px;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}._table-wrapper_kyddb_119 .table-header{background-image:linear-gradient(to right,var(--tw-gradient-stops));--tw-gradient-from: #f9fafb var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: rgb(243 244 246 / .5) var(--tw-gradient-to-position);border-bottom:1px solid #e5e7eb}._table-wrapper_kyddb_119 .table-header-cell{padding:.5rem;font-size:.75rem;line-height:1rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1));text-align:left;display:table-cell!important;vertical-align:middle!important}._table-wrapper_kyddb_119 .table-header-cell:nth-child(1),._table-wrapper_kyddb_119 .table-header-cell:nth-child(2),._table-wrapper_kyddb_119 .table-header-cell:nth-child(3),._table-wrapper_kyddb_119 .table-header-cell:nth-child(7){text-align:left!important}._table-wrapper_kyddb_119 .table-header-cell:nth-child(1) .table-sortable,._table-wrapper_kyddb_119 .table-header-cell:nth-child(2) .table-sortable,._table-wrapper_kyddb_119 .table-header-cell:nth-child(3) .table-sortable,._table-wrapper_kyddb_119 .table-header-cell:nth-child(7) .table-sortable{justify-content:flex-start!important;text-align:left!important;width:100%!important;display:flex!important}._table-wrapper_kyddb_119 .table-body td{padding:.5rem}._table-wrapper_kyddb_119 .table-body td:nth-child(1),._table-wrapper_kyddb_119 .table-body td:nth-child(2),._table-wrapper_kyddb_119 .table-body td:nth-child(3),._table-wrapper_kyddb_119 .table-body td:nth-child(7){text-align:left!important}._table-wrapper_kyddb_119 .table-header-cell:nth-child(4),._table-wrapper_kyddb_119 .table-header-cell:nth-child(6){padding:.5rem .25rem!important;width:100px!important;max-width:100px!important;min-width:100px!important;text-align:right!important;display:table-cell!important;vertical-align:middle!important}._table-wrapper_kyddb_119 .table-header-cell:nth-child(4) .table-sortable,._table-wrapper_kyddb_119 .table-header-cell:nth-child(6) .table-sortable{justify-content:flex-end!important;width:100%!important;display:flex!important;margin-left:auto!important}._table-wrapper_kyddb_119 .table-header-cell:nth-child(5){padding:.5rem .25rem!important;width:100px!important;max-width:100px!important;min-width:100px!important;text-align:center!important;display:table-cell!important;vertical-align:middle!important}._table-wrapper_kyddb_119 .table-header-cell:nth-child(5) .table-sortable{justify-content:center!important;width:100%!important;display:flex!important;margin-left:0!important;margin-right:0!important}._table-wrapper_kyddb_119 .table-header-cell:nth-child(6){padding-left:.25rem!important}._table-wrapper_kyddb_119 .table-body td:nth-child(4),._table-wrapper_kyddb_119 .table-body td:nth-child(6){padding:.5rem .25rem;width:100px!important;max-width:100px!important;min-width:100px!important;text-align:right!important}._table-wrapper_kyddb_119 .table-body td:nth-child(5){padding-left:.25rem;padding-top:.5rem;padding-bottom:.5rem;width:100px!important;max-width:100px!important;min-width:100px!important;text-align:center!important;padding-right:.25rem!important}._table-wrapper_kyddb_119 .table-body td:nth-child(6){padding-left:.25rem!important}._error-container_kyddb_299{border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(254 202 202 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1));padding:1rem}._error-message_kyddb_303{font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity, 1))}._loading-container_kyddb_307{width:100%}._empty-container_kyddb_311{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;border-radius:.75rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding-top:5rem;padding-bottom:5rem}._empty-message_kyddb_315{text-align:center;font-size:1rem;line-height:1.5rem;font-weight:500;--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}._empty-icon_kyddb_319{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}._modalWrapper_8i1xv_1{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;height:100%;width:100%;flex-wrap:wrap;align-items:center;justify-content:center;padding:1rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}._modalOverlay_8i1xv_6{position:fixed;top:0;right:0;bottom:0;left:0;height:100%;width:100%;background-color:#0006;transition:opacity .2s ease}._modalContainer_8i1xv_12{position:relative;z-index:50;width:100%;max-width:600px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));overflow:hidden;border-radius:1rem;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;animation:_slideUp_8i1xv_1 .3s ease-out}@keyframes _slideUp_8i1xv_1{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}._modalHeader_8i1xv_29{display:flex;align-items:center;justify-content:space-between;border-bottom-width:1px;--tw-border-opacity: 1;border-color:rgb(243 244 246 / var(--tw-border-opacity, 1));background-image:linear-gradient(to right,var(--tw-gradient-stops));--tw-gradient-from: #f9fafb var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: #fff var(--tw-gradient-to-position);padding:1.25rem 1.5rem}._modalTitle_8i1xv_33{font-size:1.25rem;line-height:1.75rem;font-weight:700;letter-spacing:-.025em;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}._closeButton_8i1xv_37{display:flex;height:2.25rem;width:2.25rem;cursor:pointer;align-items:center;justify-content:center;border-radius:.5rem;--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;animation-duration:.15s}._closeButton_8i1xv_37:hover{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}._closeButton_8i1xv_37:active{--tw-scale-x: .95;--tw-scale-y: .95;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}._modalContent_8i1xv_42{display:flex;max-height:calc(80vh - 80px);flex-direction:column;gap:1.5rem;overflow-y:auto;padding:1.5rem}._create-config-container_8i1xv_46{display:flex;flex-direction:column;gap:1.25rem}._form-section_8i1xv_51{display:flex;flex-direction:column;gap:1rem;border-radius:.75rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(243 244 246 / var(--tw-border-opacity, 1));background-color:#f9fafb80;padding:1.25rem}._form-section-title_8i1xv_55{margin-bottom:.25rem;font-size:.875rem;line-height:1.25rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}._form-group_8i1xv_59,._inputgroup-vertical_8i1xv_63{display:flex;flex-direction:column;gap:.375rem}._label-text_8i1xv_67{margin-bottom:.375rem;font-size:.75rem;line-height:1rem;font-weight:600;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}._textarea_8i1xv_72{margin-top:.375rem;width:100%;resize:none;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1));padding:.75rem .875rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}._textarea_8i1xv_72::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgb(156 163 175 / var(--tw-placeholder-opacity, 1))}._textarea_8i1xv_72::placeholder{--tw-placeholder-opacity: 1;color:rgb(156 163 175 / var(--tw-placeholder-opacity, 1))}._textarea_8i1xv_72{transition:all .2s ease}._textarea_8i1xv_72:focus{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity, 1));outline:2px solid transparent;outline-offset:2px;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-color: rgb(59 130 246 / .2)}._textarea_8i1xv_72:hover:not(:focus){--tw-border-opacity: 1;border-color:rgb(156 163 175 / var(--tw-border-opacity, 1))}._checkbox-group_8i1xv_86{margin-top:.5rem;display:flex;align-items:center;gap:.75rem}._checkbox-input_8i1xv_90{height:1.25rem;width:1.25rem;cursor:pointer;border-radius:.25rem;--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1));--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}._checkbox-input_8i1xv_90:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1))}._checkbox-label_8i1xv_94{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}._field-error_8i1xv_99{margin-top:.25rem;display:flex;align-items:center;gap:.25rem;font-size:.75rem;line-height:1rem;font-weight:500;--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}._field-error_8i1xv_99:before{content:"⚠";font-size:.75rem;line-height:1rem}._submitButton_8i1xv_109{margin-top:.5rem;height:2.75rem;width:100%;border-radius:.5rem;background-image:linear-gradient(to right,var(--tw-gradient-stops));--tw-gradient-from: #2563eb var(--tw-gradient-from-position);--tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: #1d4ed8 var(--tw-gradient-to-position);font-weight:600;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;animation-duration:.2s}._submitButton_8i1xv_109:hover{--tw-gradient-from: #1d4ed8 var(--tw-gradient-from-position);--tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: #1e40af var(--tw-gradient-to-position);--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}._submitButton_8i1xv_109:active{--tw-scale-x: .98;--tw-scale-y: .98;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}._submitButton_8i1xv_109:disabled{cursor:not-allowed;opacity:.5}._modalWrapper_7z3q5_1{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;height:100%;width:100%;flex-wrap:wrap;align-items:center;justify-content:center;padding:1rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}._modalOverlay_7z3q5_6{position:fixed;top:0;right:0;bottom:0;left:0;height:100%;width:100%;background-color:#0006;transition:opacity .2s ease}._modalContainer_7z3q5_12{position:relative;z-index:50;width:100%;max-width:600px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));overflow:hidden;border-radius:1rem;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;animation:_slideUp_7z3q5_1 .3s ease-out}@keyframes _slideUp_7z3q5_1{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}._modalHeader_7z3q5_29{display:flex;align-items:center;justify-content:space-between;border-bottom-width:1px;--tw-border-opacity: 1;border-color:rgb(243 244 246 / var(--tw-border-opacity, 1));background-image:linear-gradient(to right,var(--tw-gradient-stops));--tw-gradient-from: #f9fafb var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: #fff var(--tw-gradient-to-position);padding:1.25rem 1.5rem}._modalTitle_7z3q5_33{font-size:1.25rem;line-height:1.75rem;font-weight:700;letter-spacing:-.025em;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}._closeButton_7z3q5_37{display:flex;height:2.25rem;width:2.25rem;cursor:pointer;align-items:center;justify-content:center;border-radius:.5rem;--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;animation-duration:.15s}._closeButton_7z3q5_37:hover{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}._closeButton_7z3q5_37:active{--tw-scale-x: .95;--tw-scale-y: .95;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}._modalContent_7z3q5_42{display:flex;max-height:calc(80vh - 80px);flex-direction:column;gap:1.5rem;overflow-y:auto;padding:1.5rem}._edit-config-container_7z3q5_46{display:flex;flex-direction:column;gap:1.25rem}._form-section_7z3q5_51{display:flex;flex-direction:column;gap:1rem;border-radius:.75rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(243 244 246 / var(--tw-border-opacity, 1));background-color:#f9fafb80;padding:1.25rem}._form-section-title_7z3q5_55{margin-bottom:.25rem;font-size:.875rem;line-height:1.25rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}._form-group_7z3q5_59,._inputgroup-vertical_7z3q5_63{display:flex;flex-direction:column;gap:.375rem}._label-text_7z3q5_67{margin-bottom:.375rem;font-size:.75rem;line-height:1rem;font-weight:600;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}._textarea_7z3q5_72{margin-top:.375rem;width:100%;resize:none;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1));padding:.75rem .875rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}._textarea_7z3q5_72::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgb(156 163 175 / var(--tw-placeholder-opacity, 1))}._textarea_7z3q5_72::placeholder{--tw-placeholder-opacity: 1;color:rgb(156 163 175 / var(--tw-placeholder-opacity, 1))}._textarea_7z3q5_72{transition:all .2s ease}._textarea_7z3q5_72:focus{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity, 1));outline:2px solid transparent;outline-offset:2px;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-color: rgb(59 130 246 / .2)}._textarea_7z3q5_72:hover:not(:focus){--tw-border-opacity: 1;border-color:rgb(156 163 175 / var(--tw-border-opacity, 1))}._checkbox-group_7z3q5_86{margin-top:.5rem;display:flex;align-items:center;gap:.75rem}._checkbox-input_7z3q5_90{height:1.25rem;width:1.25rem;cursor:pointer;border-radius:.25rem;--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1));--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}._checkbox-input_7z3q5_90:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1))}._checkbox-label_7z3q5_94{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}._field-error_7z3q5_99{margin-top:.25rem;display:flex;align-items:center;gap:.25rem;font-size:.75rem;line-height:1rem;font-weight:500;--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}._field-error_7z3q5_99:before{content:"⚠";font-size:.75rem;line-height:1rem}._submitButton_7z3q5_109{margin-top:.5rem;height:2.75rem;width:100%;border-radius:.5rem;background-image:linear-gradient(to right,var(--tw-gradient-stops));--tw-gradient-from: #2563eb var(--tw-gradient-from-position);--tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: #1d4ed8 var(--tw-gradient-to-position);font-weight:600;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;animation-duration:.2s}._submitButton_7z3q5_109:hover{--tw-gradient-from: #1d4ed8 var(--tw-gradient-from-position);--tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: #1e40af var(--tw-gradient-to-position);--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}._submitButton_7z3q5_109:active{--tw-scale-x: .98;--tw-scale-y: .98;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}._submitButton_7z3q5_109:disabled{cursor:not-allowed;opacity:.5}.input-theme-2:focus{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity, 1));outline:2px solid transparent;outline-offset:2px;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-color: rgb(59 130 246 / .2)}._systemConfigContainer_1fn8b_1{display:flex;min-height:100vh;width:100%;flex-direction:column;gap:1.5rem;background:linear-gradient(180deg,#f8fafc,#f1f5f9);padding:1.5rem 1.5rem 2rem}@media (min-width: 769px){._systemConfigContainer_1fn8b_1{padding:2rem 2.5rem 2.5rem}}._systemConfigHeader_1fn8b_13{display:flex;width:100%;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:1rem}@media (min-width: 414px){._systemConfigHeader_1fn8b_13{flex-direction:row;align-items:center}}._pageHeader_1fn8b_17{display:flex;align-items:flex-start;gap:1rem}._headerIconWrap_1fn8b_21{display:flex;flex-shrink:0;align-items:center;justify-content:center;border-radius:.75rem;width:48px;height:48px;background:linear-gradient(135deg,#0f172a,#1e3a5f);box-shadow:0 4px 14px #0f172a40}._headerIcon_1fn8b_21{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));width:26px;height:26px}._pageTitle_1fn8b_35{font-weight:600;letter-spacing:-.025em;font-size:1.5rem;line-height:1.3;color:#0f172a}@media (min-width: 769px){._pageTitle_1fn8b_35{font-size:1.75rem}}._pageSubtext_1fn8b_48{margin-top:.25rem;font-size:.875rem;line-height:1.25rem;color:#64748b}._headerActions_1fn8b_53{display:flex;flex-direction:column;align-items:center;gap:1rem}@media (min-width: 414px){._headerActions_1fn8b_53{flex-direction:row}}._createConfigButton_1fn8b_57{display:flex;align-items:center;gap:.5rem;border-radius:.75rem;padding:.625rem 1.25rem;font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;animation-duration:.2s;background:linear-gradient(135deg,#0f172a,#1e3a5f);box-shadow:0 2px 8px #0f172a33}._createConfigButton_1fn8b_57:hover{transform:translateY(-1px);box-shadow:0 4px 12px #0f172a40}._filterToggle_1fn8b_69{display:flex;align-items:center;gap:.75rem;border-radius:.75rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:.625rem 1rem;--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}._filterLabel_1fn8b_73{display:flex;align-items:center;gap:.375rem;white-space:nowrap;font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}._toggleSwitch_1fn8b_78{position:relative;display:inline-flex;height:1.5rem;width:2.75rem;cursor:pointer;align-items:center;border-radius:9999px;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;animation-duration:.2s}._toggleSwitch_1fn8b_78:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));--tw-ring-offset-width: 2px}._toggleSwitch_1fn8b_78._active_1fn8b_82{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1))}._toggleSwitch_1fn8b_78._inactive_1fn8b_86{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity, 1))}._toggleSwitch_1fn8b_78._disabled_1fn8b_90{cursor:not-allowed;opacity:.5}._toggleKnob_1fn8b_94{display:inline-block;height:1rem;width:1rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));border-radius:9999px;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;animation-duration:.2s}._toggleKnob_1fn8b_94._active_1fn8b_82{--tw-translate-x: 1.5rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}._toggleKnob_1fn8b_94._inactive_1fn8b_86{--tw-translate-x: .25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}._table-row_1fn8b_107{border-bottom-width:1px;--tw-border-opacity: 1;border-color:rgb(243 244 246 / var(--tw-border-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;animation-duration:.15s}._table-row_1fn8b_107:hover{background-color:#eff6ff4d}._table-cell_1fn8b_111{padding:.75rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}._date-cell_1fn8b_115{white-space:nowrap;font-size:.75rem;line-height:1rem;font-weight:500;--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}._config-key_1fn8b_119{border-radius:.25rem;--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1));padding:.25rem .5rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.75rem;line-height:1rem;font-weight:600;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}._config-value_1fn8b_123{max-width:20rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}._comment-cell_1fn8b_127{max-width:20rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-style:italic;--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}._visibility-badge_1fn8b_132{display:inline-flex;align-items:center;gap:.375rem;border-radius:9999px;padding:.25rem .625rem;font-size:.75rem;line-height:1rem;font-weight:500}._visibility-visible_1fn8b_136{--tw-bg-opacity: 1;background-color:rgb(220 252 231 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(21 128 61 / var(--tw-text-opacity, 1))}._visibility-hidden_1fn8b_140{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}._row-toggle_1fn8b_145{position:relative;display:inline-flex;height:1.25rem;width:2.25rem;cursor:pointer;align-items:center;border-radius:9999px;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;animation-duration:.2s}._row-toggle_1fn8b_145._active_1fn8b_82{--tw-bg-opacity: 1;background-color:rgb(34 197 94 / var(--tw-bg-opacity, 1))}._row-toggle_1fn8b_145._inactive_1fn8b_86{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity, 1))}._row-toggle_1fn8b_145._disabled_1fn8b_90{cursor:not-allowed;opacity:.5}._row-toggle-knob_1fn8b_161{display:inline-block;height:.875rem;width:.875rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));border-radius:9999px;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;animation-duration:.2s}._row-toggle-knob_1fn8b_161._active_1fn8b_82{--tw-translate-x: 1rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}._row-toggle-knob_1fn8b_161._inactive_1fn8b_86{--tw-translate-x: .25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}._actions-cell_1fn8b_174{display:flex;align-items:center;gap:.375rem}._action-button_1fn8b_178{border-radius:.375rem;padding:.375rem;--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;animation-duration:.15s}._action-button_1fn8b_178:hover{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}._action-button_1fn8b_178:active{--tw-scale-x: .95;--tw-scale-y: .95;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}._delete-button_1fn8b_182{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}._delete-button_1fn8b_182:hover{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}._mobile-card_1fn8b_187{margin-bottom:.75rem;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:1rem;--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);transition-property:box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._mobile-card_1fn8b_187:hover{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}._mobile-card-header_1fn8b_191{margin-bottom:.75rem;display:flex;align-items:flex-start;justify-content:space-between;border-bottom-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));padding-bottom:.75rem}._mobile-card-title-wrapper_1fn8b_195{display:flex;flex:1 1 0%;flex-direction:column;gap:.25rem}._mobile-card-date_1fn8b_199{font-size:.75rem;line-height:1rem;font-weight:500;--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}._mobile-card-title_1fn8b_195{display:inline-block;border-radius:.25rem;--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1));padding:.25rem .5rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.875rem;line-height:1.25rem;font-weight:600;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}._mobile-card-actions_1fn8b_207{display:flex;align-items:center;gap:.375rem}._mobile-card-content_1fn8b_211{display:flex;flex-direction:column;gap:.625rem}._mobile-card-row_1fn8b_215{display:flex;flex-direction:column;gap:.25rem}._mobile-card-label_1fn8b_219{font-size:.75rem;line-height:1rem;font-weight:500;text-transform:uppercase;letter-spacing:.025em;--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}._mobile-card-value_1fn8b_223{font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}._mobile-card-toggle-row_1fn8b_227{margin-top:.5rem;display:flex;align-items:center;justify-content:space-between;border-top-width:1px;--tw-border-opacity: 1;border-color:rgb(243 244 246 / var(--tw-border-opacity, 1));padding-top:.5rem}._table-wrapper_1fn8b_232{overflow:hidden;border-radius:.75rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}._table-wrapper_1fn8b_232 .table-container{border-width:0px;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}._table-wrapper_1fn8b_232 .table-header{background-image:linear-gradient(to right,var(--tw-gradient-stops));--tw-gradient-from: #f9fafb var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: rgb(243 244 246 / .5) var(--tw-gradient-to-position);border-bottom:1px solid #e5e7eb}._table-wrapper_1fn8b_232 .table-header-cell{padding:.75rem;font-size:.75rem;line-height:1rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1));text-align:left;display:table-cell!important;vertical-align:middle!important}._table-wrapper_1fn8b_232 .table-body td{padding:.75rem}._pagination-wrapper_1fn8b_257{display:flex;align-items:center;justify-content:space-between;border-top-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:.75rem 1rem}._pagination-info_1fn8b_261{font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}._pagination-buttons_1fn8b_265{display:flex;align-items:center;gap:.5rem}._pagination-button_1fn8b_265{border-radius:.375rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:.375rem .75rem;font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._pagination-button_1fn8b_265:hover{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}._pagination-button_1fn8b_265:disabled{cursor:not-allowed;opacity:.5}._pagination-button_1fn8b_265._active_1fn8b_82{--tw-border-opacity: 1;border-color:rgb(37 99 235 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}._pagination-button_1fn8b_265._active_1fn8b_82:hover{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity, 1))}._error-container_1fn8b_278{border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(254 202 202 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1));padding:1rem}._error-message_1fn8b_282{font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity, 1))}._loading-container_1fn8b_286{width:100%}._empty-container_1fn8b_290{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;border-radius:.75rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding-top:5rem;padding-bottom:5rem}._empty-message_1fn8b_294{text-align:center;font-size:1rem;line-height:1.5rem;font-weight:500;--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}._empty-icon_1fn8b_298{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}._drawer_5g2a0_1{max-width:min(90vw,680px);width:100%;overflow-y:auto;background:linear-gradient(180deg,#fafbfc,#f1f5f9)}._drawerTitle_5g2a0_8{display:flex;align-items:center;gap:.75rem}._drawerTitleIconWrap_5g2a0_14{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:.75rem;background:linear-gradient(135deg,#0f172a,#1e3a5f);box-shadow:0 2px 8px #0f172a33}._drawerTitleIcon_5g2a0_14{color:#fff;width:22px;height:22px}._drawerTitleText_5g2a0_32{font-weight:600;letter-spacing:-.025em;font-size:1.2rem;line-height:1.25;color:#0f172a;margin:0}._drawerSubtext_5g2a0_41{margin:.25rem 0 0;font-size:.8125rem;color:#64748b}._form_5g2a0_47{display:flex;flex-direction:column;gap:1.5rem}._section_5g2a0_53{display:flex;flex-direction:column;gap:.75rem;padding:1rem 1.25rem;border-radius:.75rem;border:1px solid #e2e8f0;background:#fff;box-shadow:0 1px 3px #0000000a}._sectionHeading_5g2a0_64{display:flex;align-items:center;gap:.5rem;font-weight:600;font-size:.9375rem;color:#0f172a;margin:0 0 .25rem;letter-spacing:-.01em}._sectionIcon_5g2a0_75{flex-shrink:0;color:#64748b;width:18px;height:18px}._fieldsRow_5g2a0_82{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media (max-width: 640px){._fieldsRow_5g2a0_82{grid-template-columns:1fr}}._fieldGroup_5g2a0_94{display:flex;flex-direction:column;gap:.375rem}._fieldError_5g2a0_100{font-size:.8125rem;color:#dc2626;margin:0}._toggleRow_5g2a0_106{display:flex;align-items:center;justify-content:space-between;gap:.75rem}._toggleLabel_5g2a0_113{font-size:.875rem;font-weight:500;color:#374151}._toggle_5g2a0_106{position:relative;display:inline-flex;height:1.5rem;width:2.75rem;flex-shrink:0;align-items:center;border-radius:9999px;border:1px solid #e5e7eb;background:#f3f4f6;cursor:pointer;transition:background-color .2s,border-color .2s}._toggle_5g2a0_106._toggleOn_5g2a0_133{background:#0f172a;border-color:#0f172a}._toggleKnob_5g2a0_138{pointer-events:none;height:1.125rem;width:1.125rem;border-radius:9999px;background:#fff;box-shadow:0 1px 2px #00000026;transition:transform .2s;transform:translate(3px)}._toggle_5g2a0_106._toggleOn_5g2a0_133 ._toggleKnob_5g2a0_138{transform:translate(1.25rem)}._actions_5g2a0_153{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;align-items:center;padding-top:.5rem}._cancelBtn_5g2a0_162{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1.25rem;font-size:.875rem;font-weight:500;color:#475569;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:.5rem;cursor:pointer;transition:background-color .15s,color .15s}._cancelBtn_5g2a0_162:hover:not(:disabled){background:#e2e8f0;color:#334155}._cancelBtn_5g2a0_162:disabled{opacity:.6;cursor:not-allowed}._submitBtn_5g2a0_187{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1.25rem;font-size:.875rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#0f172a,#1e3a5f);border:none;border-radius:.5rem;box-shadow:0 2px 6px #0f172a33;cursor:pointer;transition:opacity .15s,transform .1s}._submitBtn_5g2a0_187:hover:not(:disabled){opacity:.95;transform:translateY(-1px)}._submitBtn_5g2a0_187:disabled{opacity:.5;cursor:not-allowed}._loader_5g2a0_214{display:inline-block;width:1rem;height:1rem;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:_spin_5g2a0_1 .6s linear infinite}@keyframes _spin_5g2a0_1{to{transform:rotate(360deg)}}._selectField_5g2a0_230{width:100%}._drawer_1322m_1{max-width:min(90vw,520px);width:100%;overflow-y:auto;background:linear-gradient(180deg,#fafbfc,#f1f5f9)}._drawerTitle_1322m_8{display:flex;align-items:center;gap:.75rem}._drawerTitleIconWrap_1322m_14{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:.75rem;background:linear-gradient(135deg,#0f172a,#1e3a5f);box-shadow:0 2px 8px #0f172a33}._drawerTitleIcon_1322m_14{color:#fff;width:22px;height:22px}._drawerTitleText_1322m_32{font-weight:600;letter-spacing:-.025em;font-size:1.2rem;line-height:1.25;color:#0f172a;margin:0}._drawerSubtext_1322m_41{margin:.25rem 0 0;font-size:.8125rem;color:#64748b}._content_1322m_47{display:flex;flex-direction:column;gap:1rem}._section_1322m_53{display:flex;flex-direction:column;gap:.5rem;padding:1rem 1.25rem;border-radius:.75rem;border:1px solid #e2e8f0;background:#fff;box-shadow:0 1px 3px #0000000a}._sectionHeading_1322m_64{display:flex;align-items:center;gap:.5rem;font-weight:600;font-size:.9375rem;color:#0f172a;margin:0 0 .25rem;letter-spacing:-.01em}._sectionIcon_1322m_75{flex-shrink:0;color:#64748b;width:18px;height:18px}._grid_1322m_82{display:grid;grid-template-columns:1fr 1fr;gap:.75rem 1rem}@media (max-width: 500px){._grid_1322m_82{grid-template-columns:1fr}}._row_1322m_94{display:flex;flex-direction:column;gap:.25rem}._label_1322m_100{font-size:.75rem;font-weight:500;color:#64748b;text-transform:uppercase;letter-spacing:.04em}._value_1322m_108{font-size:.875rem;font-weight:500;color:#0f172a}._valueMuted_1322m_114{font-size:.875rem;color:#64748b;font-weight:400}._actions_1322m_120{display:flex;justify-content:center;padding-top:.5rem}._closeBtn_1322m_126{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1.25rem;font-size:.875rem;font-weight:500;color:#475569;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:.5rem;cursor:pointer;transition:background-color .15s,color .15s}._closeBtn_1322m_126:hover{background:#e2e8f0;color:#334155}._drawer_t0d8p_1{max-width:min(90vw,680px);width:100%;overflow-y:auto;background:linear-gradient(180deg,#fafbfc,#f1f5f9)}._drawerTitle_t0d8p_8{display:flex;align-items:center;gap:.75rem}._drawerTitleIconWrap_t0d8p_14{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:.75rem;background:linear-gradient(135deg,#0f172a,#1e3a5f);box-shadow:0 2px 8px #0f172a33}._drawerTitleIcon_t0d8p_14{color:#fff;width:22px;height:22px}._drawerTitleText_t0d8p_32{font-weight:600;letter-spacing:-.025em;font-size:1.2rem;line-height:1.25;color:#0f172a;margin:0}._drawerSubtext_t0d8p_41{margin:.25rem 0 0;font-size:.8125rem;color:#64748b}._form_t0d8p_47{display:flex;flex-direction:column;gap:1.5rem}._section_t0d8p_53{display:flex;flex-direction:column;gap:.75rem;padding:1rem 1.25rem;border-radius:.75rem;border:1px solid #e2e8f0;background:#fff;box-shadow:0 1px 3px #0000000a}._sectionHeading_t0d8p_64{display:flex;align-items:center;gap:.5rem;font-weight:600;font-size:.9375rem;color:#0f172a;margin:0 0 .25rem;letter-spacing:-.01em}._sectionIcon_t0d8p_75{flex-shrink:0;color:#64748b;width:18px;height:18px}._fieldsRow_t0d8p_82{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media (max-width: 640px){._fieldsRow_t0d8p_82{grid-template-columns:1fr}}._fieldGroup_t0d8p_94{display:flex;flex-direction:column;gap:.375rem}._fieldError_t0d8p_100{font-size:.8125rem;color:#dc2626;margin:0}._toggleRow_t0d8p_106{display:flex;align-items:center;justify-content:space-between;gap:.75rem}._toggleLabel_t0d8p_113{font-size:.875rem;font-weight:500;color:#374151}._toggle_t0d8p_106{position:relative;display:inline-flex;height:1.5rem;width:2.75rem;flex-shrink:0;align-items:center;border-radius:9999px;border:1px solid #e5e7eb;background:#f3f4f6;cursor:pointer;transition:background-color .2s,border-color .2s}._toggle_t0d8p_106._toggleOn_t0d8p_133{background:#0f172a;border-color:#0f172a}._toggleKnob_t0d8p_138{pointer-events:none;height:1.125rem;width:1.125rem;border-radius:9999px;background:#fff;box-shadow:0 1px 2px #00000026;transition:transform .2s;transform:translate(3px)}._toggle_t0d8p_106._toggleOn_t0d8p_133 ._toggleKnob_t0d8p_138{transform:translate(1.25rem)}._actions_t0d8p_153{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;align-items:center;padding-top:.5rem}._cancelBtn_t0d8p_162{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1.25rem;font-size:.875rem;font-weight:500;color:#475569;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:.5rem;cursor:pointer;transition:background-color .15s,color .15s}._cancelBtn_t0d8p_162:hover:not(:disabled){background:#e2e8f0;color:#334155}._cancelBtn_t0d8p_162:disabled{opacity:.6;cursor:not-allowed}._submitBtn_t0d8p_187{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1.25rem;font-size:.875rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#0f172a,#1e3a5f);border:none;border-radius:.5rem;box-shadow:0 2px 6px #0f172a33;cursor:pointer;transition:opacity .15s,transform .1s}._submitBtn_t0d8p_187:hover:not(:disabled){opacity:.95;transform:translateY(-1px)}._submitBtn_t0d8p_187:disabled{opacity:.5;cursor:not-allowed}._loader_t0d8p_214{display:inline-block;width:1rem;height:1rem;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:_spin_t0d8p_1 .6s linear infinite}@keyframes _spin_t0d8p_1{to{transform:rotate(360deg)}}._selectField_t0d8p_230{width:100%}._pairingsTableWrap_t0d8p_234{width:100%;overflow-x:auto;border-radius:.5rem;border:1px solid #e2e8f0;background:#fff}._pairingsTable_t0d8p_234{width:100%;border-collapse:collapse;font-size:.8125rem}._pairingsTable_t0d8p_234 th,._pairingsTable_t0d8p_234 td{padding:.5rem .75rem;text-align:left;border-bottom:1px solid #f1f5f9}._pairingsTable_t0d8p_234 th{background:linear-gradient(180deg,#f8fafc,#f1f5f9);color:#475569;font-weight:600;font-size:.75rem;text-transform:uppercase;letter-spacing:.04em}._pairingsTable_t0d8p_234 tbody tr{cursor:pointer;transition:background-color .15s}._pairingsTable_t0d8p_234 tbody tr:hover{background:#eff6ff}._pairingsTable_t0d8p_234 tbody tr:last-child td{border-bottom:none}._pairingsEmpty_t0d8p_277{padding:1rem;text-align:center;color:#64748b;font-size:.875rem}._loaderWrap_t0d8p_284{display:flex;align-items:center;justify-content:center;padding:2rem}._pageLoader_t0d8p_291{width:2rem;height:2rem;flex-shrink:0}._drawer_1rrb8_1{max-width:min(90vw,560px);width:100%;overflow-y:auto;background:linear-gradient(180deg,#fafbfc,#f1f5f9)}._drawerTitle_1rrb8_8{display:flex;align-items:center;gap:.75rem}._drawerTitleIconWrap_1rrb8_14{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:.75rem;background:linear-gradient(135deg,#0f172a,#1e3a5f);box-shadow:0 2px 8px #0f172a33}._drawerTitleIcon_1rrb8_14{color:#fff;width:22px;height:22px}._drawerTitleText_1rrb8_32{font-weight:600;letter-spacing:-.025em;font-size:1.2rem;line-height:1.25;color:#0f172a;margin:0}._drawerSubtext_1rrb8_41{margin:.25rem 0 0;font-size:.8125rem;color:#64748b}._content_1rrb8_47{display:flex;flex-direction:column;gap:1rem}._section_1rrb8_53{display:flex;flex-direction:column;gap:.5rem;padding:1rem 1.25rem;border-radius:.75rem;border:1px solid #e2e8f0;background:#fff;box-shadow:0 1px 3px #0000000a}._sectionHeading_1rrb8_64{display:flex;align-items:center;gap:.5rem;font-weight:600;font-size:.9375rem;color:#0f172a;margin:0 0 .25rem;letter-spacing:-.01em}._sectionIcon_1rrb8_75{flex-shrink:0;color:#64748b;width:18px;height:18px}._grid_1rrb8_82{display:grid;grid-template-columns:1fr 1fr;gap:.75rem 1rem}@media (max-width: 500px){._grid_1rrb8_82{grid-template-columns:1fr}}._row_1rrb8_94{display:flex;flex-direction:column;gap:.25rem}._label_1rrb8_100{font-size:.75rem;font-weight:500;color:#64748b;text-transform:uppercase;letter-spacing:.04em}._value_1rrb8_108{font-size:.875rem;font-weight:500;color:#0f172a}._valueMuted_1rrb8_114{color:#64748b;font-weight:400}._valueLink_1rrb8_119{font-size:.875rem;font-weight:500;color:#2563eb;text-decoration:none}._valueLink_1rrb8_119:hover{text-decoration:underline}._badge_1rrb8_130{display:inline-flex;align-items:center;padding:.25rem .5rem;border-radius:9999px;font-size:.75rem;font-weight:600;width:-moz-fit-content;width:fit-content}._badgeActive_1rrb8_140{background:#dcfce7;color:#166534}._badgeInactive_1rrb8_145{background:#fee2e2;color:#991b1b}._badgeUnknown_1rrb8_150{background:#f1f5f9;color:#475569}._actions_1rrb8_155{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;padding-top:.5rem}._closeBtn_1rrb8_163{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1.25rem;font-size:.875rem;font-weight:500;color:#475569;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:.5rem;cursor:pointer;transition:background-color .15s,color .15s}._closeBtn_1rrb8_163:hover{background:#e2e8f0;color:#334155}._pairingsTableWrap_1rrb8_183{width:100%;overflow-x:auto;border-radius:.5rem;border:1px solid #e2e8f0;background:#fff}._pairingsTable_1rrb8_183{width:100%;border-collapse:collapse;font-size:.8125rem}._pairingsTable_1rrb8_183 th,._pairingsTable_1rrb8_183 td{padding:.5rem .75rem;text-align:left;border-bottom:1px solid #f1f5f9}._pairingsTable_1rrb8_183 th{background:linear-gradient(180deg,#f8fafc,#f1f5f9);color:#475569;font-weight:600;font-size:.75rem;text-transform:uppercase;letter-spacing:.04em}._pairingsTable_1rrb8_183 tbody tr{cursor:pointer;transition:background-color .15s}._pairingsTable_1rrb8_183 tbody tr:hover{background:#eff6ff}._pairingsTable_1rrb8_183 tbody tr:last-child td{border-bottom:none}._pairingsEmpty_1rrb8_226{padding:1rem;text-align:center;color:#64748b;font-size:.875rem}._loaderWrap_1rrb8_233{display:flex;align-items:center;justify-content:center;padding:2rem}._loader_1rrb8_233{width:2rem;height:2rem;flex-shrink:0}._container_nezea_1{display:flex;flex-direction:column;gap:1.5rem;width:100%;min-height:60vh;background:linear-gradient(180deg,#f8fafc,#f1f5f9);padding:1.5rem 1.5rem 2rem}@media (min-width: 769px){._container_nezea_1{padding:2rem 2.5rem 2.5rem;gap:1.5rem}}._pageHeader_nezea_18{display:flex;align-items:flex-start;gap:1rem}._headerIconWrap_nezea_24{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:.75rem;background:linear-gradient(135deg,#0f172a,#1e3a5f);box-shadow:0 4px 14px #0f172a40}._headerIcon_nezea_24{color:#fff;width:26px;height:26px}._pageTitle_nezea_42{font-weight:600;letter-spacing:-.025em;font-size:1.5rem;line-height:1.3;color:#0f172a}@media (min-width: 769px){._pageTitle_nezea_42{font-size:1.75rem}}._pageSubtext_nezea_56{margin-top:.25rem;font-size:.875rem;color:#64748b}._headerRow_nezea_62{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem}._headerActions_nezea_70{display:flex;align-items:center;gap:.75rem}._createBtn_nezea_76{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.625rem 1.25rem;font-size:.875rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#0f172a,#1e3a5f);border:none;border-radius:.5rem;box-shadow:0 2px 8px #0f172a33;cursor:pointer;transition:opacity .15s,transform .1s}._createBtn_nezea_76:hover{opacity:.95;transform:translateY(-1px)}._errorContainer_nezea_98{padding:1rem 1.25rem;background:#fef2f2;border:1px solid #fecaca;border-radius:.75rem;color:#991b1b;font-size:.875rem}._loadingContainer_nezea_107{width:100%;min-height:200px;display:flex;align-items:center;justify-content:center}._tableWrapper_nezea_115{width:100%;overflow-x:auto;border-radius:1rem;background:#fff;box-shadow:0 1px 3px #0000000f;border:1px solid #e2e8f0}._tableWrapper_nezea_115 table{width:100%;border-collapse:collapse}._tableWrapper_nezea_115 thead tr{background:linear-gradient(180deg,#f8fafc,#f1f5f9);border-bottom:2px solid #e2e8f0}._tableWrapper_nezea_115 thead th{padding:.5rem .75rem;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#475569;text-align:left}._tableRow_nezea_144{cursor:default;background:#fff;border-bottom:1px solid #f1f5f9;transition:background-color .15s}._tableRow_nezea_144:hover{background:#f8fafc}._tableCell_nezea_155{padding:.5rem .75rem;font-size:.8125rem;color:#334155}._dateCell_nezea_161{font-size:.8125rem;color:#64748b}._badge_nezea_166{display:inline-flex;align-items:center;padding:.2rem .5rem;border-radius:9999px;font-size:.75rem;font-weight:600;width:-moz-fit-content;width:fit-content}._badgeActive_nezea_176{background:#dcfce7;color:#166534}._badgeInactive_nezea_181{background:#fee2e2;color:#991b1b}._actionsCell_nezea_186{display:flex;align-items:center;gap:.5rem;justify-content:flex-start}._actionBtn_nezea_193{display:inline-flex;align-items:center;justify-content:center;padding:.375rem;border:none;border-radius:.375rem;background:transparent;cursor:pointer;transition:background-color .15s,transform .1s}._actionBtn_nezea_193:hover{background:#f1f5f9;transform:scale(1.05)}._actionBtnView_nezea_210{color:#3b82f6}._actionBtnEdit_nezea_214{color:#f59e0b}._paginationWrapper_nezea_218{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 0}._paginationInfo_nezea_227{font-size:.875rem;color:#64748b}._paginationButtons_nezea_232{display:flex;align-items:center;gap:.5rem}._paginationButton_nezea_232{padding:.375rem .75rem;font-size:.875rem;font-weight:500;color:#475569;background:#fff;border:1px solid #e2e8f0;border-radius:.5rem;cursor:pointer;transition:background-color .15s,color .15s}._paginationButton_nezea_232:hover:not(:disabled){background:#f1f5f9;color:#0f172a}._paginationButton_nezea_232:disabled{opacity:.5;cursor:not-allowed}._paginationButton_nezea_232._active_nezea_260{background:#0f172a;color:#fff;border-color:#0f172a}._emptyContainer_nezea_266{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:3rem 2rem;background:#fff;border-radius:1rem;border:1px solid #e5e7eb;box-shadow:0 1px 3px #0000000a}._emptyIcon_nezea_279{color:#94a3b8}._emptyMessage_nezea_283{margin:0;font-size:.9375rem;color:#64748b}._mobileCard_nezea_289{background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;padding:1rem;margin-bottom:.75rem;box-shadow:0 1px 3px #0000000a}._mobileCardHeader_nezea_298{display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem;margin-bottom:.75rem;padding-bottom:.75rem;border-bottom:1px solid #f1f5f9}._mobileCardTitle_nezea_308{font-size:.9375rem;font-weight:600;color:#0f172a}._mobileCardContent_nezea_314{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.75rem}._mobileCardRow_nezea_321{display:flex;flex-direction:column;gap:.125rem}._mobileCardLabel_nezea_327{font-size:.75rem;font-weight:500;color:#64748b;text-transform:uppercase;letter-spacing:.04em}._mobileCardValue_nezea_335{font-size:.875rem;color:#334155}._mobileCardActions_nezea_340{display:flex;gap:.5rem;flex-wrap:wrap}._drawer_1bs1l_1{max-width:min(90vw,640px);width:100%;overflow-y:auto;background:linear-gradient(180deg,#fafbfc,#f1f5f9)}._drawerTitle_1bs1l_8{display:flex;align-items:center;gap:.75rem}._drawerTitleIconWrap_1bs1l_14{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:.75rem;background:linear-gradient(135deg,#0f172a,#1e3a5f);box-shadow:0 2px 8px #0f172a33}._drawerTitleIcon_1bs1l_14{color:#fff;width:22px;height:22px}._drawerTitleText_1bs1l_32{font-weight:600;letter-spacing:-.025em;font-size:1.2rem;line-height:1.25;color:#0f172a;margin:0}._drawerSubtext_1bs1l_41{margin:.25rem 0 0;font-size:.8125rem;color:#64748b}._form_1bs1l_47{display:flex;flex-direction:column;gap:1.5rem}._section_1bs1l_53{display:flex;flex-direction:column;gap:.75rem;padding:1rem 1.25rem;border-radius:.75rem;border:1px solid #e2e8f0;background:#fff;box-shadow:0 1px 3px #0000000a}._sectionHeading_1bs1l_64{display:flex;align-items:center;gap:.5rem;font-weight:600;font-size:.9375rem;color:#0f172a;margin:0 0 .25rem;letter-spacing:-.01em}._sectionIcon_1bs1l_75{flex-shrink:0;color:#64748b;width:18px;height:18px}._fieldsRow_1bs1l_82{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media (max-width: 640px){._fieldsRow_1bs1l_82{grid-template-columns:1fr}}._fieldGroup_1bs1l_94{display:flex;flex-direction:column;gap:.375rem}._fieldError_1bs1l_100{font-size:.8125rem;color:#dc2626;margin:0}._toggleRow_1bs1l_106{display:flex;align-items:center;justify-content:space-between;gap:.75rem}._toggleLabel_1bs1l_113{font-size:.875rem;font-weight:500;color:#374151}._toggle_1bs1l_106{position:relative;display:inline-flex;height:1.5rem;width:2.75rem;flex-shrink:0;align-items:center;border-radius:9999px;border:1px solid #e5e7eb;background:#f3f4f6;cursor:pointer;transition:background-color .2s,border-color .2s}._toggle_1bs1l_106._toggleOn_1bs1l_133{background:#0f172a;border-color:#0f172a}._toggleKnob_1bs1l_138{pointer-events:none;height:1.125rem;width:1.125rem;border-radius:9999px;background:#fff;box-shadow:0 1px 2px #00000026;transition:transform .2s;transform:translate(3px)}._toggle_1bs1l_106._toggleOn_1bs1l_133 ._toggleKnob_1bs1l_138{transform:translate(1.25rem)}._actions_1bs1l_153{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;align-items:center;padding-top:.5rem}._cancelBtn_1bs1l_162{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1.25rem;font-size:.875rem;font-weight:500;color:#475569;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:.5rem;cursor:pointer;transition:background-color .15s,color .15s}._cancelBtn_1bs1l_162:hover:not(:disabled){background:#e2e8f0;color:#334155}._cancelBtn_1bs1l_162:disabled{opacity:.6;cursor:not-allowed}._submitBtn_1bs1l_187{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1.25rem;font-size:.875rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#0f172a,#1e3a5f);border:none;border-radius:.5rem;box-shadow:0 2px 6px #0f172a33;cursor:pointer;transition:opacity .15s,transform .1s}._submitBtn_1bs1l_187:hover:not(:disabled){opacity:.95;transform:translateY(-1px)}._submitBtn_1bs1l_187:disabled{opacity:.5;cursor:not-allowed}._loader_1bs1l_214{display:inline-block;width:1rem;height:1rem;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:_spin_1bs1l_1 .6s linear infinite}@keyframes _spin_1bs1l_1{to{transform:rotate(360deg)}}._selectField_1bs1l_230{width:100%}._drawer_w5tmm_1{max-width:min(90vw,640px);width:100%;overflow-y:auto;background:linear-gradient(180deg,#fafbfc,#f1f5f9)}._drawerTitle_w5tmm_2{display:flex;align-items:center;gap:.75rem}._drawerTitleIconWrap_w5tmm_3{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:.75rem;background:linear-gradient(135deg,#0f172a,#1e3a5f);box-shadow:0 2px 8px #0f172a33}._drawerTitleIcon_w5tmm_3{color:#fff;width:22px;height:22px}._drawerTitleText_w5tmm_5{font-weight:600;letter-spacing:-.025em;font-size:1.2rem;line-height:1.25;color:#0f172a;margin:0}._drawerSubtext_w5tmm_6{margin:.25rem 0 0;font-size:.8125rem;color:#64748b}._form_w5tmm_7{display:flex;flex-direction:column;gap:1.5rem}._section_w5tmm_8{display:flex;flex-direction:column;gap:.75rem;padding:1rem 1.25rem;border-radius:.75rem;border:1px solid #e2e8f0;background:#fff;box-shadow:0 1px 3px #0000000a}._sectionHeading_w5tmm_9{display:flex;align-items:center;gap:.5rem;font-weight:600;font-size:.9375rem;color:#0f172a;margin:0 0 .25rem;letter-spacing:-.01em}._sectionIcon_w5tmm_10{flex-shrink:0;color:#64748b;width:18px;height:18px}._fieldsRow_w5tmm_11{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media (max-width: 640px){._fieldsRow_w5tmm_11{grid-template-columns:1fr}}._fieldGroup_w5tmm_13{display:flex;flex-direction:column;gap:.375rem}._fieldError_w5tmm_14{font-size:.8125rem;color:#dc2626;margin:0}._toggleRow_w5tmm_15{display:flex;align-items:center;justify-content:space-between;gap:.75rem}._toggleLabel_w5tmm_16{font-size:.875rem;font-weight:500;color:#374151}._toggle_w5tmm_15{position:relative;display:inline-flex;height:1.5rem;width:2.75rem;flex-shrink:0;align-items:center;border-radius:9999px;border:1px solid #e5e7eb;background:#f3f4f6;cursor:pointer;transition:background-color .2s,border-color .2s}._toggle_w5tmm_15._toggleOn_w5tmm_18{background:#0f172a;border-color:#0f172a}._toggleKnob_w5tmm_19{pointer-events:none;height:1.125rem;width:1.125rem;border-radius:9999px;background:#fff;box-shadow:0 1px 2px #00000026;transition:transform .2s;transform:translate(3px)}._toggle_w5tmm_15._toggleOn_w5tmm_18 ._toggleKnob_w5tmm_19{transform:translate(1.25rem)}._actions_w5tmm_21{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;align-items:center;padding-top:.5rem}._cancelBtn_w5tmm_22{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1.25rem;font-size:.875rem;font-weight:500;color:#475569;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:.5rem;cursor:pointer;transition:background-color .15s,color .15s}._cancelBtn_w5tmm_22:hover:not(:disabled){background:#e2e8f0;color:#334155}._cancelBtn_w5tmm_22:disabled{opacity:.6;cursor:not-allowed}._submitBtn_w5tmm_25{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1.25rem;font-size:.875rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#0f172a,#1e3a5f);border:none;border-radius:.5rem;box-shadow:0 2px 6px #0f172a33;cursor:pointer;transition:opacity .15s,transform .1s}._submitBtn_w5tmm_25:hover:not(:disabled){opacity:.95;transform:translateY(-1px)}._submitBtn_w5tmm_25:disabled{opacity:.5;cursor:not-allowed}._loader_w5tmm_28{display:inline-block;width:1rem;height:1rem;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:_spin_w5tmm_1 .6s linear infinite}@keyframes _spin_w5tmm_1{to{transform:rotate(360deg)}}._selectField_w5tmm_30{width:100%}._loaderWrap_w5tmm_31{display:flex;align-items:center;justify-content:center;padding:2rem}._pageLoader_w5tmm_32{width:2rem;height:2rem;flex-shrink:0}._container_1ni40_1{display:flex;flex-direction:column;gap:1.5rem;width:100%;min-height:60vh;background:linear-gradient(180deg,#f8fafc,#f1f5f9);padding:1.5rem 1.5rem 2rem}@media (min-width: 769px){._container_1ni40_1{padding:2rem 2.5rem 2.5rem;gap:1.5rem}}._pageHeader_1ni40_18{display:flex;align-items:flex-start;gap:1rem}._headerIconWrap_1ni40_24{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:.75rem;background:linear-gradient(135deg,#0f172a,#1e3a5f);box-shadow:0 4px 14px #0f172a40}._headerIcon_1ni40_24{color:#fff;width:26px;height:26px}._pageTitle_1ni40_42{font-weight:600;letter-spacing:-.025em;font-size:1.5rem;line-height:1.3;color:#0f172a}@media (min-width: 769px){._pageTitle_1ni40_42{font-size:1.75rem}}._pageSubtext_1ni40_56{margin-top:.25rem;font-size:.875rem;color:#64748b}._headerRow_1ni40_62{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem}._headerActions_1ni40_70{display:flex;align-items:center;gap:.75rem}._createBtn_1ni40_76{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.625rem 1.25rem;font-size:.875rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#0f172a,#1e3a5f);border:none;border-radius:.5rem;box-shadow:0 2px 8px #0f172a33;cursor:pointer;transition:opacity .15s,transform .1s}._createBtn_1ni40_76:hover{opacity:.95;transform:translateY(-1px)}._errorContainer_1ni40_98{padding:1rem 1.25rem;background:#fef2f2;border:1px solid #fecaca;border-radius:.75rem;color:#991b1b;font-size:.875rem}._loadingContainer_1ni40_107{width:100%;min-height:200px;display:flex;align-items:center;justify-content:center}._tableWrapper_1ni40_115{width:100%;overflow-x:auto;border-radius:1rem;background:#fff;box-shadow:0 1px 3px #0000000f;border:1px solid #e2e8f0}._tableWrapper_1ni40_115 table{width:100%;border-collapse:collapse}._tableWrapper_1ni40_115 thead tr{background:linear-gradient(180deg,#f8fafc,#f1f5f9);border-bottom:2px solid #e2e8f0}._tableWrapper_1ni40_115 thead th{padding:.5rem .75rem;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#475569;text-align:left}._tableRow_1ni40_144{cursor:default;background:#fff;border-bottom:1px solid #f1f5f9;transition:background-color .15s}._tableRow_1ni40_144:hover{background:#f8fafc}._tableCell_1ni40_155{padding:.5rem .75rem;font-size:.8125rem;color:#334155}._dateCell_1ni40_161{font-size:.8125rem;color:#64748b}._actionsCell_1ni40_166{display:flex;align-items:center;gap:.5rem;justify-content:flex-start}._actionBtn_1ni40_173{display:inline-flex;align-items:center;justify-content:center;padding:.375rem;border:none;border-radius:.375rem;background:transparent;cursor:pointer;transition:background-color .15s,transform .1s}._actionBtn_1ni40_173:hover{background:#f1f5f9;transform:scale(1.05)}._actionBtnView_1ni40_190{color:#3b82f6}._actionBtnEdit_1ni40_194{color:#f59e0b}._actionBtnDelete_1ni40_198{color:#dc2626}._paginationWrapper_1ni40_202{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 0}._paginationInfo_1ni40_211{font-size:.875rem;color:#64748b}._paginationButtons_1ni40_216{display:flex;align-items:center;gap:.5rem}._paginationButton_1ni40_216{padding:.375rem .75rem;font-size:.875rem;font-weight:500;color:#475569;background:#fff;border:1px solid #e2e8f0;border-radius:.5rem;cursor:pointer;transition:background-color .15s,color .15s}._paginationButton_1ni40_216:hover:not(:disabled){background:#f1f5f9;color:#0f172a}._paginationButton_1ni40_216:disabled{opacity:.5;cursor:not-allowed}._paginationButton_1ni40_216._active_1ni40_244{background:#0f172a;color:#fff;border-color:#0f172a}._emptyContainer_1ni40_250{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:3rem 2rem;background:#fff;border-radius:1rem;border:1px solid #e5e7eb;box-shadow:0 1px 3px #0000000a}._emptyIcon_1ni40_263{color:#94a3b8}._emptyMessage_1ni40_267{margin:0;font-size:.9375rem;color:#64748b}._mobileCard_1ni40_273{background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;padding:1rem;margin-bottom:.75rem;box-shadow:0 1px 3px #0000000a}._mobileCardHeader_1ni40_282{display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem;margin-bottom:.75rem;padding-bottom:.75rem;border-bottom:1px solid #f1f5f9}._mobileCardTitle_1ni40_292{font-size:.9375rem;font-weight:600;color:#0f172a}._mobileCardContent_1ni40_298{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.75rem}._mobileCardRow_1ni40_305{display:flex;flex-direction:column;gap:.125rem}._mobileCardLabel_1ni40_311{font-size:.75rem;font-weight:500;color:#64748b;text-transform:uppercase;letter-spacing:.04em}._mobileCardValue_1ni40_319{font-size:.875rem;color:#334155}._mobileCardActions_1ni40_324{display:flex;gap:.5rem;flex-wrap:wrap}._drawer_drdw6_1{max-width:min(90vw,560px);width:100%;overflow-y:auto;background:linear-gradient(180deg,#fafbfc,#f1f5f9)}._drawerTitle_drdw6_8{display:flex;align-items:center;gap:.75rem}._drawerTitleIconWrap_drdw6_14{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:.75rem;background:linear-gradient(135deg,#0f172a,#1e3a5f);box-shadow:0 2px 8px #0f172a33}._drawerTitleIcon_drdw6_14{color:#fff;width:22px;height:22px}._drawerTitleText_drdw6_32{font-weight:600;letter-spacing:-.025em;font-size:1.2rem;line-height:1.25;color:#0f172a;margin:0}._drawerSubtext_drdw6_41{margin:.25rem 0 0;font-size:.8125rem;color:#64748b}._content_drdw6_47{display:flex;flex-direction:column;gap:1rem}._section_drdw6_53{display:flex;flex-direction:column;gap:.5rem;padding:1rem 1.25rem;border-radius:.75rem;border:1px solid #e2e8f0;background:#fff;box-shadow:0 1px 3px #0000000a}._sectionHeading_drdw6_64{display:flex;align-items:center;gap:.5rem;font-weight:600;font-size:.9375rem;color:#0f172a;margin:0 0 .25rem;letter-spacing:-.01em}._sectionIcon_drdw6_75{flex-shrink:0;color:#64748b;width:18px;height:18px}._grid_drdw6_82{display:grid;grid-template-columns:1fr 1fr;gap:.75rem 1rem}@media (max-width: 500px){._grid_drdw6_82{grid-template-columns:1fr}}._row_drdw6_94{display:flex;flex-direction:column;gap:.25rem}._rowFull_drdw6_100{grid-column:1 / -1}._input_drdw6_104{padding:.5rem .75rem;font-size:.875rem;border:1px solid #e2e8f0;border-radius:.5rem;background:#fff;color:#334155}._input_drdw6_104:focus{outline:none;border-color:#0f172a;box-shadow:0 0 0 1px #0f172a}._saveNameBtn_drdw6_119{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;font-size:.875rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#0f172a,#1e3a5f);border:none;border-radius:.5rem;cursor:pointer;transition:opacity .15s}._saveNameBtn_drdw6_119:hover:not(:disabled){opacity:.95}._saveNameBtn_drdw6_119:disabled{opacity:.5;cursor:not-allowed}._label_drdw6_143{font-size:.75rem;font-weight:500;color:#64748b;text-transform:uppercase;letter-spacing:.04em}._value_drdw6_151{font-size:.875rem;font-weight:500;color:#0f172a}._badge_drdw6_157{display:inline-flex;align-items:center;padding:.25rem .5rem;border-radius:9999px;font-size:.75rem;font-weight:600;width:-moz-fit-content;width:fit-content}._badgeActive_drdw6_167{background:#dcfce7;color:#166534}._badgeInactive_drdw6_172{background:#fee2e2;color:#991b1b}._badgeDeactivated_drdw6_177,._badgeUnknown_drdw6_182{background:#f1f5f9;color:#475569}._permissionsList_drdw6_187{display:flex;flex-wrap:wrap;gap:.5rem}._permissionTag_drdw6_193{display:inline-flex;align-items:center;gap:.35rem;padding:.25rem .5rem;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:.5rem;font-size:.8125rem;color:#334155}._permissionTagRemove_drdw6_205{display:inline-flex;align-items:center;justify-content:center;padding:0;width:18px;height:18px;border:none;background:transparent;color:#64748b;cursor:pointer;border-radius:.25rem;transition:background-color .15s,color .15s}._permissionTagRemove_drdw6_205:hover{background:#fee2e2;color:#991b1b}._permissionTagRemove_drdw6_205:disabled{opacity:.5;cursor:not-allowed}._statusSelectWrap_drdw6_230{display:flex;align-items:center;gap:.5rem}._statusSelect_drdw6_230{padding:.375rem .75rem;font-size:.875rem;border:1px solid #e2e8f0;border-radius:.5rem;background:#fff;color:#334155;min-width:140px}._addPermissionWrap_drdw6_246{display:flex;gap:.5rem;align-items:flex-end;flex-wrap:wrap}._addPermissionSelect_drdw6_253{padding:.375rem .75rem;font-size:.875rem;border:1px solid #e2e8f0;border-radius:.5rem;background:#fff;color:#334155;min-width:180px;flex:1}._addPermissionBtn_drdw6_264{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#0f172a,#1e3a5f);border:none;border-radius:.5rem;cursor:pointer;transition:opacity .15s}._addPermissionBtn_drdw6_264:hover:not(:disabled){opacity:.95}._addPermissionBtn_drdw6_264:disabled{opacity:.5;cursor:not-allowed}._permissionsEmpty_drdw6_289{padding:.75rem;text-align:center;color:#64748b;font-size:.875rem}._actions_drdw6_296{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;padding-top:.5rem}._closeBtn_drdw6_304{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1.25rem;font-size:.875rem;font-weight:500;color:#475569;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:.5rem;cursor:pointer;transition:background-color .15s,color .15s}._closeBtn_drdw6_304:hover{background:#e2e8f0;color:#334155}._loaderWrap_drdw6_324{display:flex;align-items:center;justify-content:center;padding:2rem}._loader_drdw6_324{width:2rem;height:2rem;flex-shrink:0}._drawer_3n0f4_1{max-width:min(90vw,520px);width:100%;overflow-y:auto;background:linear-gradient(180deg,#fafbfc,#f1f5f9)}._drawerTitle_3n0f4_8{display:flex;align-items:center;gap:.75rem}._drawerTitleIconWrap_3n0f4_14{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:.75rem;background:linear-gradient(135deg,#0f172a,#1e3a5f);box-shadow:0 2px 8px #0f172a33}._drawerTitleIcon_3n0f4_14{color:#fff;width:22px;height:22px}._drawerTitleText_3n0f4_32{font-weight:600;letter-spacing:-.025em;font-size:1.2rem;line-height:1.25;color:#0f172a;margin:0}._drawerSubtext_3n0f4_41{margin:.25rem 0 0;font-size:.8125rem;color:#64748b}._form_3n0f4_47{display:flex;flex-direction:column;gap:1.5rem}._section_3n0f4_53{display:flex;flex-direction:column;gap:.75rem;padding:1rem 1.25rem;border-radius:.75rem;border:1px solid #e2e8f0;background:#fff;box-shadow:0 1px 3px #0000000a}._sectionHeading_3n0f4_64{display:flex;align-items:center;gap:.5rem;font-weight:600;font-size:.9375rem;color:#0f172a;margin:0 0 .25rem;letter-spacing:-.01em}._sectionIcon_3n0f4_75{flex-shrink:0;color:#64748b;width:18px;height:18px}._fieldsRow_3n0f4_82{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media (max-width: 500px){._fieldsRow_3n0f4_82{grid-template-columns:1fr}}._fieldGroup_3n0f4_94{display:flex;flex-direction:column;gap:.375rem}._selectLabel_3n0f4_100{font-size:.875rem;font-weight:500;color:#334155;margin-bottom:.25rem}._fieldError_3n0f4_107{font-size:.8125rem;color:#dc2626;margin:0}._checkboxRow_3n0f4_113{display:flex;align-items:flex-start;gap:.5rem}._checkboxRow_3n0f4_113 input{margin-top:.25rem}._checkboxLabel_3n0f4_123{font-size:.875rem;color:#334155}._actions_3n0f4_128{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:flex-end}._cancelBtn_3n0f4_135{padding:.5rem 1.25rem;font-size:.875rem;font-weight:500;color:#475569;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:.5rem;cursor:pointer;transition:background-color .15s}._cancelBtn_3n0f4_135:hover{background:#e2e8f0}._submitBtn_3n0f4_151{padding:.5rem 1.25rem;font-size:.875rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#0f172a,#1e3a5f);border:none;border-radius:.5rem;cursor:pointer;transition:opacity .15s}._submitBtn_3n0f4_151:hover:not(:disabled){opacity:.95}._submitBtn_3n0f4_151:disabled{opacity:.5;cursor:not-allowed}._loader_3n0f4_172{display:inline-block;width:1rem;height:1rem;border:2px solid transparent;border-top-color:currentColor;border-radius:50%;animation:_spin_3n0f4_1 .6s linear infinite;margin-left:.5rem;vertical-align:middle}@keyframes _spin_3n0f4_1{to{transform:rotate(360deg)}}._container_1pzfz_1{display:flex;flex-direction:column;gap:1.5rem;width:100%;min-height:60vh;background:linear-gradient(180deg,#f8fafc,#f1f5f9);padding:1.5rem 1.5rem 2rem}@media (min-width: 769px){._container_1pzfz_1{padding:2rem 2.5rem 2.5rem;gap:1.5rem}}._pageHeader_1pzfz_18{display:flex;align-items:flex-start;gap:1rem}._headerIconWrap_1pzfz_24{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:.75rem;background:linear-gradient(135deg,#0f172a,#1e3a5f);box-shadow:0 4px 14px #0f172a40}._headerIcon_1pzfz_24{color:#fff;width:26px;height:26px}._pageTitle_1pzfz_42{font-weight:600;letter-spacing:-.025em;font-size:1.5rem;line-height:1.3;color:#0f172a}@media (min-width: 769px){._pageTitle_1pzfz_42{font-size:1.75rem}}._pageSubtext_1pzfz_56{margin-top:.25rem;font-size:.875rem;color:#64748b}._headerRow_1pzfz_62{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem}._headerActions_1pzfz_70{display:flex;align-items:center;gap:.75rem}._createBtn_1pzfz_76{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.625rem 1.25rem;font-size:.875rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#0f172a,#1e3a5f);border:none;border-radius:.5rem;box-shadow:0 2px 8px #0f172a33;cursor:pointer;transition:opacity .15s,transform .1s}._createBtn_1pzfz_76:hover{opacity:.95;transform:translateY(-1px)}._emailFilter_1pzfz_98{display:flex;align-items:center;gap:.375rem;position:relative;width:100%;min-width:120px}._emailFilterIcon_1pzfz_107{color:#64748b;flex-shrink:0}._emailFilterInput_1pzfz_112{flex:1;min-width:0;padding:.25rem 1.5rem .25rem .5rem;font-size:.8125rem;border:1px solid #e2e8f0;border-radius:.375rem;background:#fff;color:#334155;transition:border-color .15s}._emailFilterInput_1pzfz_112::-moz-placeholder{color:#94a3b8}._emailFilterInput_1pzfz_112::placeholder{color:#94a3b8}._emailFilterInput_1pzfz_112:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f633}._emailFilterClear_1pzfz_135{position:absolute;right:.25rem;top:50%;transform:translateY(-50%);width:1.125rem;height:1.125rem;display:flex;align-items:center;justify-content:center;padding:0;font-size:1rem;line-height:1;color:#64748b;background:transparent;border:none;border-radius:.25rem;cursor:pointer;transition:color .15s,background .15s}._emailFilterClear_1pzfz_135:hover{color:#0f172a;background:#f1f5f9}._errorContainer_1pzfz_161{padding:1rem 1.25rem;background:#fef2f2;border:1px solid #fecaca;border-radius:.75rem;color:#991b1b;font-size:.875rem}._loadingContainer_1pzfz_170{width:100%;min-height:200px;display:flex;align-items:center;justify-content:center}._tableWrapper_1pzfz_178{width:100%;overflow-x:auto;border-radius:1rem;background:#fff;box-shadow:0 1px 3px #0000000f;border:1px solid #e2e8f0}._tableWrapper_1pzfz_178 table{width:100%;border-collapse:collapse}._tableWrapper_1pzfz_178 thead tr{background:linear-gradient(180deg,#f8fafc,#f1f5f9);border-bottom:2px solid #e2e8f0}._tableWrapper_1pzfz_178 thead th{padding:.5rem .75rem;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#475569;text-align:left}._tableRow_1pzfz_207{cursor:default;background:#fff;border-bottom:1px solid #f1f5f9;transition:background-color .15s}._tableRow_1pzfz_207:hover{background:#f8fafc}._tableCell_1pzfz_218{padding:.5rem .75rem;font-size:.8125rem;color:#334155}._dateCell_1pzfz_224{font-size:.8125rem;color:#64748b}._badge_1pzfz_229{display:inline-flex;align-items:center;padding:.2rem .5rem;border-radius:9999px;font-size:.75rem;font-weight:600;width:-moz-fit-content;width:fit-content}._badgeActive_1pzfz_239{background:#dcfce7;color:#166534}._badgeInactive_1pzfz_244{background:#fee2e2;color:#991b1b}._badgeDeactivated_1pzfz_249,._badgeUnknown_1pzfz_254{background:#f1f5f9;color:#475569}._actionsCell_1pzfz_259{display:flex;align-items:center;gap:.5rem;justify-content:flex-start}._actionBtn_1pzfz_266{display:inline-flex;align-items:center;justify-content:center;padding:.375rem;border:none;border-radius:.375rem;background:transparent;cursor:pointer;transition:background-color .15s,transform .1s}._actionBtn_1pzfz_266:hover{background:#f1f5f9;transform:scale(1.05)}._actionBtnView_1pzfz_283{color:#3b82f6}._paginationWrapper_1pzfz_287{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 0}._paginationInfo_1pzfz_296{font-size:.875rem;color:#64748b}._paginationButtons_1pzfz_301{display:flex;align-items:center;gap:.5rem}._paginationButton_1pzfz_301{padding:.375rem .75rem;font-size:.875rem;font-weight:500;color:#475569;background:#fff;border:1px solid #e2e8f0;border-radius:.5rem;cursor:pointer;transition:background-color .15s,color .15s}._paginationButton_1pzfz_301:hover:not(:disabled){background:#f1f5f9;color:#0f172a}._paginationButton_1pzfz_301:disabled{opacity:.5;cursor:not-allowed}._paginationButton_1pzfz_301._active_1pzfz_329{background:#0f172a;color:#fff;border-color:#0f172a}._emptyContainer_1pzfz_335{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:3rem 2rem;background:#fff;border-radius:1rem;border:1px solid #e5e7eb;box-shadow:0 1px 3px #0000000a}._emptyIcon_1pzfz_348{color:#94a3b8}._emptyMessage_1pzfz_352{margin:0;font-size:.9375rem;color:#64748b}._mobileCard_1pzfz_358{background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;padding:1rem;margin-bottom:.75rem;box-shadow:0 1px 3px #0000000a}._mobileCardHeader_1pzfz_367{display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem;margin-bottom:.75rem;padding-bottom:.75rem;border-bottom:1px solid #f1f5f9}._mobileCardTitle_1pzfz_377{font-size:.9375rem;font-weight:600;color:#0f172a}._mobileCardContent_1pzfz_383{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.75rem}._mobileCardRow_1pzfz_390{display:flex;flex-direction:column;gap:.125rem}._mobileCardLabel_1pzfz_396{font-size:.75rem;font-weight:500;color:#64748b;text-transform:uppercase;letter-spacing:.04em}._mobileCardValue_1pzfz_404{font-size:.875rem;color:#334155}._mobileCardActions_1pzfz_409{display:flex;gap:.5rem;flex-wrap:wrap}._drawer_174hs_1{max-width:min(90vw,480px);width:100%;overflow-y:auto;background:linear-gradient(180deg,#fafbfc,#f1f5f9)}._drawerTitle_174hs_8{display:flex;align-items:center;gap:.75rem}._drawerTitleIconWrap_174hs_14{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:.75rem;background:linear-gradient(135deg,#0f172a,#1e3a5f);box-shadow:0 2px 8px #0f172a33}._drawerTitleIcon_174hs_14{color:#fff;width:22px;height:22px}._drawerTitleText_174hs_32{font-weight:600;letter-spacing:-.025em;font-size:1.2rem;line-height:1.25;color:#0f172a;margin:0}._drawerSubtext_174hs_41{margin:.25rem 0 0;font-size:.8125rem;color:#64748b}._form_174hs_47{display:flex;flex-direction:column;gap:1.5rem}._section_174hs_53{display:flex;flex-direction:column;gap:.75rem;padding:1rem 1.25rem;border-radius:.75rem;border:1px solid #e2e8f0;background:#fff;box-shadow:0 1px 3px #0000000a}._sectionHeading_174hs_64{display:flex;align-items:center;gap:.5rem;font-weight:600;font-size:.9375rem;color:#0f172a;margin:0 0 .25rem;letter-spacing:-.01em}._sectionIcon_174hs_75{flex-shrink:0;color:#64748b;width:18px;height:18px}._fieldGroup_174hs_82{display:flex;flex-direction:column;gap:.375rem}._label_174hs_88{font-size:.875rem;font-weight:500;color:#334155;margin-bottom:.25rem}._textarea_174hs_95{width:100%;padding:.5rem .75rem;font-size:.875rem;border:1px solid #e2e8f0;border-radius:.5rem;background:#fff;color:#334155;resize:vertical;min-height:80px}._textarea_174hs_95:focus{outline:none;border-color:#0f172a;box-shadow:0 0 0 1px #0f172a}._charCount_174hs_113{font-size:.75rem;color:#64748b;margin-top:.25rem}._fieldError_174hs_119{font-size:.8125rem;color:#dc2626;margin:0}._actions_174hs_125{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:flex-end}._cancelBtn_174hs_132{padding:.5rem 1.25rem;font-size:.875rem;font-weight:500;color:#475569;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:.5rem;cursor:pointer;transition:background-color .15s}._cancelBtn_174hs_132:hover{background:#e2e8f0}._submitBtn_174hs_148{padding:.5rem 1.25rem;font-size:.875rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#0f172a,#1e3a5f);border:none;border-radius:.5rem;cursor:pointer;transition:opacity .15s}._submitBtn_174hs_148:hover:not(:disabled){opacity:.95}._submitBtn_174hs_148:disabled{opacity:.5;cursor:not-allowed}._loader_174hs_169{display:inline-block;width:1rem;height:1rem;border:2px solid transparent;border-top-color:currentColor;border-radius:50%;animation:_spin_174hs_1 .6s linear infinite;margin-left:.5rem;vertical-align:middle}@keyframes _spin_174hs_1{to{transform:rotate(360deg)}}._container_1w9cl_1{display:flex;flex-direction:column;gap:1.5rem;width:100%;min-height:60vh;background:linear-gradient(180deg,#f8fafc,#f1f5f9);padding:1.5rem 1.5rem 2rem}@media (min-width: 769px){._container_1w9cl_1{padding:2rem 2.5rem 2.5rem;gap:1.5rem}}._pageHeader_1w9cl_18{display:flex;align-items:flex-start;gap:1rem}._headerIconWrap_1w9cl_24{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:.75rem;background:linear-gradient(135deg,#0f172a,#1e3a5f);box-shadow:0 4px 14px #0f172a40}._headerIcon_1w9cl_24{color:#fff;width:26px;height:26px}._pageTitle_1w9cl_42{font-weight:600;letter-spacing:-.025em;font-size:1.5rem;line-height:1.3;color:#0f172a}@media (min-width: 769px){._pageTitle_1w9cl_42{font-size:1.75rem}}._pageSubtext_1w9cl_56{margin-top:.25rem;font-size:.875rem;color:#64748b}._headerRow_1w9cl_62{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem}._headerActions_1w9cl_70{display:flex;align-items:center;gap:.75rem}._createBtn_1w9cl_76{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.625rem 1.25rem;font-size:.875rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#0f172a,#1e3a5f);border:none;border-radius:.5rem;box-shadow:0 2px 8px #0f172a33;cursor:pointer;transition:opacity .15s,transform .1s}._createBtn_1w9cl_76:hover{opacity:.95;transform:translateY(-1px)}._actionsCell_1w9cl_98{display:flex;align-items:center;gap:.5rem}._actionBtn_1w9cl_104{display:inline-flex;align-items:center;justify-content:center;padding:.375rem;border:none;border-radius:.375rem;background:transparent;cursor:pointer;transition:background-color .15s,transform .1s}._actionBtn_1w9cl_104:hover:not(:disabled){background:#f1f5f9;transform:scale(1.05)}._actionBtn_1w9cl_104:disabled{opacity:.5;cursor:not-allowed}._actionBtnEdit_1w9cl_126{color:#f59e0b}._mobileCardActions_1w9cl_130{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:.5rem;padding-top:.5rem;border-top:1px solid #f1f5f9}._errorContainer_1w9cl_139{padding:1rem 1.25rem;background:#fef2f2;border:1px solid #fecaca;border-radius:.75rem;color:#991b1b;font-size:.875rem}._loadingContainer_1w9cl_148{width:100%;min-height:200px;display:flex;align-items:center;justify-content:center}._tableWrapper_1w9cl_156{width:100%;overflow-x:auto;border-radius:1rem;background:#fff;box-shadow:0 1px 3px #0000000f;border:1px solid #e2e8f0}._tableWrapper_1w9cl_156 table{width:100%;border-collapse:collapse}._tableWrapper_1w9cl_156 thead tr{background:linear-gradient(180deg,#f8fafc,#f1f5f9);border-bottom:2px solid #e2e8f0}._tableWrapper_1w9cl_156 thead th{padding:.5rem .75rem;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#475569;text-align:left}._tableRow_1w9cl_185{cursor:default;background:#fff;border-bottom:1px solid #f1f5f9;transition:background-color .15s}._tableRow_1w9cl_185:hover{background:#f8fafc}._tableCell_1w9cl_196{padding:.5rem .75rem;font-size:.8125rem;color:#334155}._emptyContainer_1w9cl_202{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:3rem 2rem;background:#fff;border-radius:1rem;border:1px solid #e5e7eb;box-shadow:0 1px 3px #0000000a}._emptyIcon_1w9cl_215{color:#94a3b8}._emptyMessage_1w9cl_219{margin:0;font-size:.9375rem;color:#64748b}._mobileCard_1w9cl_130{background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;padding:1rem;margin-bottom:.75rem;box-shadow:0 1px 3px #0000000a}._mobileCardHeader_1w9cl_234{display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem;margin-bottom:.75rem;padding-bottom:.75rem;border-bottom:1px solid #f1f5f9}._mobileCardTitle_1w9cl_244{font-size:.9375rem;font-weight:600;color:#0f172a}._mobileCardContent_1w9cl_250{display:flex;flex-direction:column;gap:.5rem}._mobileCardRow_1w9cl_256{display:flex;flex-direction:column;gap:.125rem}._mobileCardLabel_1w9cl_262{font-size:.75rem;font-weight:500;color:#64748b;text-transform:uppercase;letter-spacing:.04em}._mobileCardValue_1w9cl_270{font-size:.875rem;color:#334155}*{margin:0;padding:0;box-sizing:border-box}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:Inter,sans-serif;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}@keyframes enter{0%{opacity:var(--tw-enter-opacity, 1);transform:translate3d(var(--tw-enter-translate-x, 0),var(--tw-enter-translate-y, 0),0) scale3d(var(--tw-enter-scale, 1),var(--tw-enter-scale, 1),var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0))}}@keyframes exit{to{opacity:var(--tw-exit-opacity, 1);transform:translate3d(var(--tw-exit-translate-x, 0),var(--tw-exit-translate-y, 0),0) scale3d(var(--tw-exit-scale, 1),var(--tw-exit-scale, 1),var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0))}}body{font-family:Inter,sans-serif;margin:0;padding:0;overflow-x:hidden}html{scroll-behavior:smooth;margin:0;padding:0;overflow-x:hidden}#root{max-width:none!important;margin:0!important;padding:0!important;text-align:left;width:100%;height:100vh}.responsive-svg{max-width:330px;max-height:88px;width:100%;height:auto}@media (max-width: 500px){.responsive-svg{max-width:250px;max-height:60px}}.loader{width:20px;height:20px;border-radius:50%;aspect-ratio:4;background:radial-gradient(circle closest-side,#fff 90%,transparent) 0 / 25% 100% space;clip-path:inset(0 100% 0 0);animation:l1 1s steps(4) infinite}@keyframes l1{to{clip-path:inset(0 -70% 0 0)}}.hide-scrollbar{scrollbar-width:none;-ms-overflow-style:none}.hide-scrollbar::-webkit-scrollbar{display:none}
