: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))}._dialogContent_1l01j_3{max-height:90dvh;overflow-y:auto;-webkit-overflow-scrolling:touch}._container_1l01j_9{display:flex;flex-direction:column;gap:1.5rem;width:100%;min-width:0;padding:.25rem 0}._header_1l01j_19{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.75rem}._iconWrapper_1l01j_27{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:50%;background:linear-gradient(135deg,#04396d,#065a9e);color:#fff;flex-shrink:0}._icon_1l01j_27{width:1.5rem;height:1.5rem}._title_1l01j_44{font-size:1.25rem;font-weight:600;line-height:1.3;color:#0f172a;margin:0;letter-spacing:-.02em}._description_1l01j_53{font-size:.875rem;line-height:1.5;color:#64748b;margin:0;max-width:28ch}._requirementsList_1l01j_61{font-size:.8125rem;line-height:1.5;color:#64748b;margin:0;padding-left:1.25rem;text-align:left;list-style:disc}._requirementsList_1l01j_61 li{margin-bottom:.25rem}._requirementsList_1l01j_61 li:last-child{margin-bottom:0}._form_1l01j_80{display:flex;flex-direction:column;gap:1.25rem}._buttonContainer_1l01j_87{display:flex;flex-direction:column-reverse;gap:.75rem;margin-top:.25rem;padding-top:1.25rem;border-top:1px solid #e2e8f0}@media (min-width: 414px){._buttonContainer_1l01j_87{flex-direction:row;justify-content:flex-end;gap:.75rem}._primaryButton_1l01j_103,._secondaryButton_1l01j_104{min-width:7rem}}._primaryButton_1l01j_103,._secondaryButton_1l01j_104{padding:.75rem 1.25rem;min-height:44px;border-radius:10px;font-size:.9375rem;font-weight:500;cursor:pointer;transition:background-color .2s ease,color .2s ease,box-shadow .2s ease;border:1px solid transparent;-webkit-tap-highlight-color:transparent;touch-action:manipulation}._primaryButton_1l01j_103{background:linear-gradient(135deg,#04396d,#065a9e);color:#fff;box-shadow:0 1px 3px #04396d40}._primaryButton_1l01j_103:hover:not(:disabled){background:linear-gradient(135deg,#032d54,#054a85);box-shadow:0 2px 6px #04396d59}._primaryButton_1l01j_103:active:not(:disabled){transform:scale(.98)}._primaryButton_1l01j_103:disabled{background:#94a3b8;cursor:not-allowed;box-shadow:none}._secondaryButton_1l01j_104{background:#f8fafc;color:#475569;border-color:#e2e8f0}._secondaryButton_1l01j_104:hover:not(:disabled){background:#f1f5f9;color:#334155}._secondaryButton_1l01j_104:active:not(:disabled){transform:scale(.98)}._secondaryButton_1l01j_104:disabled{opacity:.6;cursor:not-allowed}._loadingContent_1l01j_165{display:inline-flex;align-items:center;justify-content:center;gap:.5rem}._loader_1l01j_172{width:1.125rem;height:1.125rem;border:2px solid rgba(255,255,255,.35);border-bottom-color:#fff;border-radius:50%;box-sizing:border-box;animation:_rotation_1l01j_1 .8s linear infinite}@keyframes _rotation_1l01j_1{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}}._wrapper_qhuyq_1{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem;width:100%;min-width:0}._left_qhuyq_11{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;min-width:0;font-size:.875rem;font-weight:600;color:#374151}._pageSizeWrap_qhuyq_22{display:inline-flex;align-items:center;gap:.375rem}._pageSizeLabel_qhuyq_28{font-size:.8125rem;font-weight:500;color:#6b7280}._pageSizeSelect_qhuyq_34{border-radius:.375rem;border:1px solid #d1d5db;background:#fff;padding:.375rem .5rem;font-size:.875rem;font-weight:500;color:#374151;min-width:3.5rem}._pageSizeSelect_qhuyq_34:focus{border-color:#93c5fd;outline:none;box-shadow:0 0 0 2px #93c5fd66}._pagination_qhuyq_51{display:flex;align-items:center;justify-content:flex-end;gap:.5rem;flex-wrap:nowrap;flex-shrink:0}._navButton_qhuyq_60{display:inline-flex;align-items:center;justify-content:center;gap:.375rem;padding:.5rem;border-radius:.5rem;border:1px solid #d1d5db;background:#fff;font-weight:500;color:#374151;transition:border-color .2s,background .2s}._navButton_qhuyq_60:not(._navDisabled_qhuyq_74):hover{background:#f9fafb;border-color:#9ca3af}._navButton_qhuyq_60 svg{width:1.125rem;height:1.125rem;flex-shrink:0}._navDisabled_qhuyq_74{cursor:not-allowed;background:#f3f4f6;color:#9ca3af;border-color:#e5e7eb;opacity:.7}._navLabel_qhuyq_93{font-size:.8125rem;white-space:nowrap}._numbers_qhuyq_98{display:inline-flex;align-items:center;gap:2px;flex-shrink:0}._pageButton_qhuyq_105{display:inline-flex;align-items:center;justify-content:center;min-width:2.5rem;height:2.5rem;padding:0 .5rem;border-radius:.5rem;border:1px solid #d1d5db;background:#fff;font-size:.875rem;font-weight:600;color:#374151;transition:border-color .2s,background .2s,transform .2s}._pageButton_qhuyq_105:hover:not(:disabled){background:#eff6ff;border-color:#93c5fd;transform:scale(1.05)}._pageActive_qhuyq_127{background:#04396d;color:#fff;border-color:#04396d;box-shadow:0 2px 4px #04396d4d}._pageActive_qhuyq_127:hover{background:#04396d;border-color:#04396d;transform:none}._pageDots_qhuyq_140{padding:0 .25rem;font-size:.875rem;font-weight:500;color:#6b7280}@media (max-width: 768px){._wrapper_qhuyq_1{flex-direction:column;align-items:stretch}._pagination_qhuyq_51{justify-content:center}._navButton_qhuyq_60,._pageButton_qhuyq_105{min-width:2rem;height:2rem;font-size:.8125rem}}._table-container_7byy2_2{position:relative;max-height:600px;overflow-x:auto}@media (min-width: 414px){._table-container_7byy2_2{border-radius:.75rem}}._table-container_7byy2_2{width:100%;box-sizing:border-box;box-shadow:0 1px 3px #00000014,0 1px 2px #0000000f;border:1px solid #e5e7eb}._table-header_7byy2_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_7byy2_18{max-width:200px;padding:1rem 1.5rem;white-space:nowrap;text-transform:uppercase;letter-spacing:.05em;font-weight:600}._table-sortable_7byy2_26{display:flex;align-items:center;gap:.5rem}._table-filter-row_7byy2_30{background:#f8fafc}._table-filter-row_7byy2_30 ._table-header-cell_7byy2_18{padding:.25rem .5rem .5rem;vertical-align:bottom}._table-sort-icon_7byy2_39{margin-inline-start:.375rem;height:.75rem;width:.75rem}._table-body_7byy2_44{width:100%;text-align:left;font-size:.875rem;line-height:1.25rem}._table-body_7byy2_44:where([dir=rtl],[dir=rtl] *){text-align:right}._table-body_7byy2_44{min-width:100%;table-layout:fixed}._table-body_7byy2_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_7byy2_44 tr:hover{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}._table-body_7byy2_44 tr:last-child{border-bottom-width:0px}._table-body_7byy2_44 td{padding:1rem 1.5rem;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}._table-body_7byy2_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_7byy2_44 td:nth-child(4)>*{max-width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important}._table-header-cell_7byy2_18:nth-child(4){width:200px!important;text-align:left!important}._table-body_7byy2_44 td:nth-child(5){min-width:250px!important;max-width:350px!important}._table-header-cell_7byy2_18:nth-child(5){min-width:250px!important}._table-body_7byy2_44 td:nth-child(6){text-align:right!important;width:100px!important}._table-header-cell_7byy2_18:nth-child(6){text-align:right!important;width:100px!important}._table-empty_7byy2_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_7byy2_115{position:sticky;bottom:0;background:linear-gradient(to top,#f8fafc,#f1f5f9);z-index:10;border-top:2px solid #e2e8f0}._table-footer-cell_7byy2_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-inner_7byy2_128{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem;width:100%;min-width:0}._table-footer-left_7byy2_134{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;min-width:0}._page-size-wrap_7byy2_139{display:inline-flex;align-items:center;gap:.375rem}._page-size-label_7byy2_143{font-weight:500;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1));font-size:.8125rem}._page-size-select_7byy2_148{border-radius:.25rem;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 .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));min-width:3.5rem}._page-size-select_7byy2_148:focus{--tw-border-opacity: 1;border-color:rgb(96 165 250 / 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(219 234 254 / var(--tw-ring-opacity, 1))}._table-footer_7byy2_115 tr{display:table-row}._table-pagination_7byy2_161{display:flex;align-items:center;justify-content:flex-end;gap:.5rem;flex-wrap:nowrap;flex-shrink:0}._pagination-nav-button_7byy2_168{display:inline-flex;align-items:center;justify-content:center;gap:.375rem;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;font-weight:500;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;animation-duration:.2s;min-width:0;color:#374151}._pagination-nav-button_7byy2_168:not(._pagination-disabled_7byy2_174):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))}._pagination-nav-button_7byy2_168 svg{width:1.125rem;height:1.125rem;flex-shrink:0}._pagination-nav-label_7byy2_184{font-size:.8125rem;white-space:nowrap}._pagination-numbers_7byy2_189{display:inline-flex;align-items:center;gap:2px;flex-shrink:0}._pagination-button_7byy2_194{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_7byy2_194:hover:not(._pagination-disabled_7byy2_174){--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_7byy2_213{--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_7byy2_213: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_7byy2_174{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_7byy2_228{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_7byy2_238{display:none}._desktop-table-container_7byy2_242{display:block}._mobile-pagination_7byy2_246{display:none}._mobile-card_7byy2_238{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_7byy2_238: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_7byy2_238: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_7byy2_238:hover:before{opacity:1}._mobile-card-row_7byy2_281{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_7byy2_281:last-child{border-bottom-width:0px;padding-bottom:0}._mobile-card-row_7byy2_281:first-child{padding-top:0}._mobile-card-label_7byy2_293{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_7byy2_298{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_7byy2_305{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));display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.75rem}._table-pagination_7byy2_161>div{display:inline-flex;align-items:center;gap:.125rem;flex-wrap:nowrap}@media (min-width: 769px){._table-pagination_7byy2_161{gap:.5rem}._pagination-button_7byy2_194{min-width:40px;height:40px}._table-footer-cell_7byy2_122:last-child{text-align:center}}@media (max-width: 768px){._desktop-table-container_7byy2_242{display:none}._mobile-cards-container_7byy2_238{display:block;padding:.75rem 0}._mobile-pagination_7byy2_246{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_7byy2_305{margin-bottom:1rem;font-size:.875rem}._table-container_7byy2_2{max-height:600px;border-radius:8px;-webkit-overflow-scrolling:touch;overflow-x:scroll;overflow-y:auto}._table-header-cell_7byy2_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_7byy2_44{font-size:.813rem;table-layout:auto;min-width:-moz-max-content;min-width:max-content}._table-body_7byy2_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_7byy2_44 tr{position:relative}._table-body_7byy2_44 td>*{position:relative;z-index:1}._table-footer-cell_7byy2_122{padding:.75rem 1rem;font-size:.75rem;line-height:1rem;white-space:nowrap}._table-pagination_7byy2_161{gap:.375rem;flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin;padding:.25rem 0}._table-pagination_7byy2_161::-webkit-scrollbar{height:4px}._table-pagination_7byy2_161::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:2px}._pagination-button_7byy2_194,._pagination-page_7byy2_228{padding:.25rem .5rem;font-size:.75rem;line-height:1rem;min-width:32px;height:32px;flex-shrink:0}._table-container_7byy2_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_7byy2_18{padding:.5rem .75rem;min-width:110px;font-size:.75rem}._table-body_7byy2_44{font-size:.75rem}._table-body_7byy2_44 td{padding:.5rem .75rem;min-width:110px;max-width:180px}._pagination-button_7byy2_194,._pagination-page_7byy2_228{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}}._createCaseDrawer_1smd0_2{width:100%;overflow-y:auto;max-width:min(90vw,640px);background:linear-gradient(180deg,#fafbfc,#f1f5f9)}._drawerTitle_1smd0_9{display:flex;align-items:center;gap:.75rem}._drawerTitleIconWrap_1smd0_13{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_1smd0_13{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));width:22px;height:22px}._drawerTitleText_1smd0_27{margin:0;font-weight:600;letter-spacing:-.025em;font-size:1.2rem;line-height:1.25;color:#0f172a}._drawerSubtext_1smd0_34{margin:0;margin-top:.125rem;font-size:.75rem;line-height:1rem;color:#64748b}._form_1smd0_40{display:flex;flex-direction:column;gap:1.5rem}._section_1smd0_45{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_1smd0_51{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_1smd0_57{flex-shrink:0;--tw-text-opacity: 1;color:rgb(100 116 139 / var(--tw-text-opacity, 1));width:18px;height:18px}._fieldsRow_1smd0_63{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1rem}@media (min-width: 768px){._fieldsRow_1smd0_63{grid-template-columns:repeat(2,minmax(0,1fr))}}._fieldGroup_1smd0_67{display:flex;flex-direction:column;gap:.375rem}._fieldError_1smd0_71{margin:0;font-size:.875rem;line-height:1.25rem;color:#dc2626}._textareaLabel_1smd0_77{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_1smd0_77{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:120px;resize:vertical}._textarea_1smd0_77::-moz-placeholder{color:#94a3b8}._textarea_1smd0_77::placeholder{color:#94a3b8}._textarea_1smd0_77:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61f}._selectField_1smd0_96{width:100%}._actions_1smd0_101{display:flex;flex-direction:column-reverse;align-items:center;justify-content:flex-end;gap:.75rem;padding-top:.5rem}@media (min-width: 414px){._actions_1smd0_101{flex-direction:row}}._btnIcon_1smd0_105{flex-shrink:0;width:18px;height:18px}._cancelBtn_1smd0_111{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}._cancelBtn_1smd0_111:hover:not(:disabled){background:#f8fafc;border-color:#cbd5e1}._cancelBtn_1smd0_111:disabled{cursor:not-allowed;opacity:.5}._submitBtn_1smd0_128{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,#0f172a,#1e3a5f);box-shadow:0 2px 6px #0f172a40;border:none;cursor:pointer}._submitBtn_1smd0_128:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #0f172a4d}._submitBtn_1smd0_128:disabled{cursor:not-allowed;opacity:.5;transform:none}@keyframes _spin_1smd0_1{to{transform:rotate(360deg)}}._loader_1smd0_146{animation:_spin_1smd0_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){._createCaseDrawer_1smd0_2{max-width:100%;max-height:calc(100vh - 120px);padding-bottom:1rem}._section_1smd0_45{padding:.75rem}._fieldsRow_1smd0_63{grid-template-columns:repeat(1,minmax(0,1fr));gap:.75rem}._actions_1smd0_101{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_1smd0_111,._submitBtn_1smd0_128{flex:1 1 0%;padding-top:.75rem;padding-bottom:.75rem}}@media (max-width: 480px){._section_1smd0_45{padding:.625rem}._actions_1smd0_101{gap:.5rem;padding:.75rem}}._editCaseDrawer_11xhr_1{width:100%;max-width:min(90vw,640px);overflow-y:auto;background:linear-gradient(180deg,#fafbfc,#f1f5f9)}._drawerTitle_11xhr_7{display:flex;align-items:center;gap:.5rem}._drawerTitleIconWrap_11xhr_11{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 6px #0f172a33}._drawerTitleIcon_11xhr_11{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));width:22px;height:22px}._drawerTitleText_11xhr_25{margin:0;font-weight:600;letter-spacing:-.025em;font-size:1.2rem;line-height:1.25;color:#0f172a}._drawerSubtext_11xhr_32{margin:0;margin-top:.125rem;font-size:.75rem;line-height:1rem;color:#64748b}._form_11xhr_38{display:flex;flex-direction:column;gap:.75rem}._section_11xhr_43{display:flex;flex-direction:column;gap:.5rem;border-radius:.5rem;border-width:1px;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:.75rem;border-color:#e2e8f0;box-shadow:0 1px 2px #0000000a}._sectionHeading_11xhr_49{margin:0;margin-bottom:.125rem;display:flex;align-items:center;gap:.5rem;font-weight:600;font-size:.9375rem;letter-spacing:-.01em;color:#0f172a}._sectionIconWrap_11xhr_57{display:flex;flex-shrink:0;align-items:center;justify-content:center;border-radius:.5rem;width:32px;height:32px}._sectionIconWrapRef_11xhr_63{background:linear-gradient(135deg,#0f172a,#1e3a5f);box-shadow:0 1px 4px #0f172a40}._sectionIconWrapDetails_11xhr_68{background:linear-gradient(135deg,#0d9488,#0f766e);box-shadow:0 1px 4px #0d94884d}._sectionIconWrapDesc_11xhr_73{background:linear-gradient(135deg,#d97706,#b45309);box-shadow:0 1px 4px #d977064d}._sectionIconWrapComments_11xhr_78{background:linear-gradient(135deg,#6d28d9,#5b21b6);box-shadow:0 1px 4px #6d28d94d}._sectionIconRef_11xhr_83,._sectionIconDetails_11xhr_84,._sectionIconDesc_11xhr_85,._sectionIconComments_11xhr_86{width:18px;height:18px;color:#fff}._fieldsRow_11xhr_92{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:.75rem}@media (min-width: 768px){._fieldsRow_11xhr_92{grid-template-columns:repeat(2,minmax(0,1fr))}}._fieldGroup_11xhr_96{display:flex;flex-direction:column;gap:.25rem}._fieldError_11xhr_100{margin:0;font-size:.875rem;line-height:1.25rem;color:#dc2626}._textareaLabel_11xhr_106{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_11xhr_106{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:.625rem .75rem;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_11xhr_106::-moz-placeholder{color:#94a3b8}._textarea_11xhr_106::placeholder{color:#94a3b8}._textarea_11xhr_106:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61f}._selectField_11xhr_125{width:100%}._commentAdd_11xhr_130{display:flex;flex-direction:column;gap:.375rem}._commentTextarea_11xhr_134{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:.5rem .75rem;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:4rem;resize:vertical;font-family:inherit}._commentTextarea_11xhr_134::-moz-placeholder{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}._commentTextarea_11xhr_134::placeholder{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}._commentTextarea_11xhr_134:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f61f}._commentTextarea_11xhr_134:disabled{cursor:not-allowed;--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}._commentsList_11xhr_154{margin-top:.5rem;display:flex;flex-direction:column;gap:.375rem}._commentItem_11xhr_158{border-radius:.5rem;border-width:1px;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:.5rem;border-color:#e2e8f0}._commentDate_11xhr_163{margin-bottom:.125rem;display:block;font-size:.75rem;line-height:1rem;font-weight:500;--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}._commentNote_11xhr_167{margin:0;overflow-wrap:break-word;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(51 65 85 / var(--tw-text-opacity, 1))}._commentsEmpty_11xhr_171{margin:0;margin-top:.5rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}._actions_11xhr_176{display:flex;flex-direction:column-reverse;align-items:center;justify-content:center;gap:.5rem;padding-top:.25rem}@media (min-width: 414px){._actions_11xhr_176{flex-direction:row}}._cancelBtn_11xhr_180{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_11xhr_180{flex:0 1 auto}}._cancelBtn_11xhr_180{background:#fff;color:#475569;border:1px solid #e2e8f0;box-shadow:0 1px 2px #0000000a}._cancelBtn_11xhr_180:hover:not(:disabled){background:#f8fafc;border-color:#cbd5e1}._cancelBtn_11xhr_180:disabled{cursor:not-allowed;opacity:.5}._submitBtn_11xhr_197{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_11xhr_197{flex:0 1 auto}}._submitBtn_11xhr_197{background:linear-gradient(135deg,#0f172a,#1e3a5f);box-shadow:0 2px 6px #0f172a40;border:none;cursor:pointer}._submitBtn_11xhr_197:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #0f172a4d}._submitBtn_11xhr_197:disabled{cursor:not-allowed;opacity:.5;transform:none}@keyframes _spin_11xhr_1{to{transform:rotate(360deg)}}._loader_11xhr_215{animation:_spin_11xhr_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_11xhr_1{max-width:100%;max-height:calc(100vh - 120px);padding-bottom:1rem}._section_11xhr_43{padding:.625rem}._fieldsRow_11xhr_92{grid-template-columns:repeat(1,minmax(0,1fr));gap:.5rem}._actions_11xhr_176{position:sticky;bottom:0;left:0;right:0;margin-left:-.75rem;margin-right:-.75rem;margin-bottom:-.75rem;flex-direction:row;gap:.5rem;border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem;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;box-shadow:0 -4px 12px #0000000f}._cancelBtn_11xhr_180,._submitBtn_11xhr_197{flex:1 1 0%;padding-top:.75rem;padding-bottom:.75rem}}@media (max-width: 480px){._section_11xhr_43{padding:.5rem}._actions_11xhr_176{gap:.5rem;padding:.5rem}}._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_1nwp8_2{display:flex;flex-direction:column;gap:1rem;padding-left:1rem;padding-right:1rem;padding-bottom:1rem;max-height:100%;overflow:hidden}._header_1nwp8_9{display:flex;flex-direction:column;align-items:stretch;gap:1rem}@media (min-width: 768px){._header_1nwp8_9{flex-direction:row;align-items:center}}._header_1nwp8_9{flex-shrink:0}._statusWrapper_1nwp8_15{display:flex;width:100%;flex-direction:column;gap:.75rem}._statusButtons_1nwp8_20{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}._statusPills_1nwp8_25{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_1nwp8_25{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_1nwp8_25:hover:not(._statusPillActive_1nwp8_53){background-color:#e2e8f0;color:#1e293b}._statusPillActive_1nwp8_53{background:linear-gradient(135deg,#0f172a,#1e3a5f);color:#fff;box-shadow:0 2px 6px #0f172a33}._statusButton_1nwp8_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_1nwp8_20:hover{background:#f1f5f9;border-color:#cbd5e1;color:#475569}._activeStatus_1nwp8_80{--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_1nwp8_80:hover{background:linear-gradient(135deg,#032d5a,#04396d);border-color:#032d5a}._statusText_1nwp8_93{font-size:.875rem;line-height:1.25rem;font-weight:500}._addButton_1nwp8_98{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_1nwp8_98:disabled{cursor:not-allowed;opacity:.5;transform:none;box-shadow:none}._addButton_1nwp8_98:hover:not(:disabled){background:linear-gradient(135deg,#032d5a,#04396d);transform:translateY(-1px);box-shadow:0 4px 12px #04396d4d}._tableWrapper_1nwp8_122{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_1nwp8_122 table{table-layout:fixed!important;width:100%}._tableWrapper_1nwp8_122 table th:nth-child(1),._tableWrapper_1nwp8_122 table td:nth-child(1){width:150px!important;min-width:150px!important;max-width:150px!important}._tableWrapper_1nwp8_122 table th:nth-child(2),._tableWrapper_1nwp8_122 table td:nth-child(2){width:160px!important;min-width:160px!important;max-width:160px!important;overflow:hidden;text-overflow:ellipsis}._tableWrapper_1nwp8_122 table th:nth-child(3),._tableWrapper_1nwp8_122 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_1nwp8_122 table td:nth-child(3) ._statusBadgeWrapper_1nwp8_164{max-width:100%!important;min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}._tableWrapper_1nwp8_122 table td:nth-child(3) ._statusBadgeWrapper_1nwp8_164 p{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;min-width:0!important;max-width:100%!important}._tableWrapper_1nwp8_122 table th:nth-child(4),._tableWrapper_1nwp8_122 table td:nth-child(4){min-width:200px!important;overflow:hidden;text-overflow:ellipsis}._tableWrapper_1nwp8_122 table th:nth-child(5),._tableWrapper_1nwp8_122 table td:nth-child(5){width:90px!important;min-width:90px!important;max-width:90px!important}._dateTimeBlock_1nwp8_195{display:flex;flex-direction:column;gap:.125rem;line-height:1.3}._dateLine_1nwp8_202{font-size:.8125rem;font-weight:500;color:#334155}._timeLine_1nwp8_208{font-size:.75rem;color:#94a3b8;font-weight:400}._noCaseMessage_1nwp8_215{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_1nwp8_220{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_1nwp8_220:hover{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}._tableCell_1nwp8_224{padding:.75rem 1rem;font-size:.875rem;line-height:1.25rem}._textPrimary_1nwp8_228{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}._textSecondary_1nwp8_232{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}._statusBadgeWrapper_1nwp8_164{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_1nwp8_241{--tw-bg-opacity: 1;background-color:rgb(236 253 245 / var(--tw-bg-opacity, 1))}._statusInProgress_1nwp8_245{--tw-bg-opacity: 1;background-color:rgb(255 251 235 / var(--tw-bg-opacity, 1))}._statusUnresolved_1nwp8_249{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))}._statusDotResolved_1nwp8_253{height:.375rem;width:.375rem;border-radius:9999px;--tw-bg-opacity: 1;background-color:rgb(16 185 129 / var(--tw-bg-opacity, 1))}._statusDotInProgress_1nwp8_257{height:.375rem;width:.375rem;border-radius:9999px;--tw-bg-opacity: 1;background-color:rgb(245 158 11 / var(--tw-bg-opacity, 1))}._statusDotUnresolved_1nwp8_261{height:.375rem;width:.375rem;border-radius:9999px;--tw-bg-opacity: 1;background-color:rgb(239 68 68 / var(--tw-bg-opacity, 1))}._statusTextResolved_1nwp8_265{font-size:.75rem;line-height:1rem;font-weight:500;--tw-text-opacity: 1;color:rgb(4 120 87 / var(--tw-text-opacity, 1))}._statusTextInProgress_1nwp8_269{font-size:.75rem;line-height:1rem;font-weight:500;--tw-text-opacity: 1;color:rgb(180 83 9 / var(--tw-text-opacity, 1))}._statusTextUnresolved_1nwp8_273{font-size:.75rem;line-height:1rem;font-weight:500;--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}._actionWrapper_1nwp8_277{display:flex;align-items:center;gap:.75rem}._actionWrapper_1nwp8_277 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_1nwp8_277 span:hover{--tw-text-opacity: 1;color:rgb(4 57 109 / var(--tw-text-opacity, 1))}@media (max-width: 768px){._container_1nwp8_2{gap:.75rem;padding-left:.75rem;padding-right:.75rem;padding-bottom:.75rem}._statusWrapper_1nwp8_15{gap:.5rem}._statusButtons_1nwp8_20{width:100%;gap:.5rem}._statusButton_1nwp8_20{flex:1 1 0%;padding:.5rem .625rem;text-align:center;font-size:.75rem;line-height:1rem;min-height:36px;min-width:0}._addButton_1nwp8_98{width:100%;padding:.5rem .75rem;font-size:.75rem;line-height:1rem;margin-left:0;min-height:40px}._tableWrapper_1nwp8_122{border-radius:8px}._tableCell_1nwp8_224{padding:.625rem .75rem;font-size:.75rem;line-height:1rem}._noCaseMessage_1nwp8_215{height:9rem;font-size:.75rem;line-height:1rem}}@media (max-width: 480px){._container_1nwp8_2{padding-left:.5rem;padding-right:.5rem;padding-bottom:.5rem}._statusButton_1nwp8_20{padding:.375rem .5rem;font-size:.75rem;line-height:1rem;min-height:32px}._addButton_1nwp8_98{padding-top:.5rem;padding-bottom:.5rem;font-size:.75rem;line-height:1rem;min-height:36px}._statusText_1nwp8_93{font-size:.75rem;line-height:1rem}}._card-container_1vsbd_1{display:flex;width:100%;align-items:center;justify-content:space-between;padding:.75rem 1rem;background:#fff;border:1px solid #e5e7eb;border-radius:10px;transition:border-color .15s ease,box-shadow .15s ease;box-shadow:0 1px 2px #0000000a;font-family:Plus Jakarta Sans,Inter,system-ui,sans-serif}._card-container_1vsbd_1:hover{border-color:#d1d5db;box-shadow:0 2px 6px #0000000f}._card-info_1vsbd_17{display:flex;align-items:center;gap:.625rem;flex:1;min-width:0}._card-name_1vsbd_23{font-size:1.0625rem;font-weight:600;color:#111827;letter-spacing:-.02em;line-height:1.3;margin:0;word-break:break-word}._card-signup_1vsbd_33{font-size:.6875rem;font-weight:500;color:#6b7280;letter-spacing:.02em;margin:.125rem 0 0;display:flex;align-items:center;gap:.25rem}._card-signup_1vsbd_33:before{content:"•";color:#cbd5e1;font-size:.75rem;margin-right:.125rem}._card-status_1vsbd_51{display:flex;flex-shrink:0;align-items:center;justify-content:center;padding:.25rem .625rem;border-radius:6px;font-weight:600;font-size:.6875rem;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;box-shadow:0 1px 2px #00000014;transition:box-shadow .15s ease}._card-status_1vsbd_51:hover{box-shadow:0 2px 4px #0000001f}._card-status-text_1vsbd_68{margin:0;font-weight:600;font-size:.6875rem;letter-spacing:.04em}._loading-placeholder_1vsbd_75{display:flex;flex-direction:column;gap:.5rem}._loading-placeholder-item_1vsbd_79{height:1rem}@keyframes _pulse_1vsbd_1{50%{opacity:.5}}._loading-placeholder-item_1vsbd_79{animation:_pulse_1vsbd_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_1vsbd_79:first-child{width:180px;height:1.5rem}._card-status_1vsbd_51._bg-green-500_1vsbd_90{background:linear-gradient(135deg,#10b981,#059669);color:#fff}._card-status_1vsbd_51._bg-blue-500_1vsbd_95{background:linear-gradient(135deg,#64748b,#475569);color:#fff}._card-status_1vsbd_51._bg-yellow-500_1vsbd_100{background:linear-gradient(135deg,#fbbf24,#f59e0b);color:#78350f}._card-status_1vsbd_51._bg-red-500_1vsbd_105{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff}._card-status_1vsbd_51._bg-purple-500_1vsbd_110{background:linear-gradient(135deg,#a855f7,#9333ea);color:#fff}._card-status_1vsbd_51._bg-gray-500_1vsbd_115{background:linear-gradient(135deg,#6b7280,#4b5563);color:#fff}@media (max-width: 768px){._card-container_1vsbd_1{padding:.875rem 1rem;flex-direction:column;align-items:flex-start;gap:.75rem}._card-info_1vsbd_17{width:100%}._card-name_1vsbd_23{font-size:1.125rem}._card-status_1vsbd_51{align-self:flex-end;padding:.3125rem .75rem;font-size:.6875rem}}@media (max-width: 480px){._card-container_1vsbd_1{padding:.75rem}._card-name_1vsbd_23{font-size:1rem}._card-signup_1vsbd_33{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_omnoq_1{display:flex;flex-direction:column;gap:.75rem;padding:.5rem 0}._radio-container_omnoq_6{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}@media (min-width: 768px){._radio-container_omnoq_6{gap:.75rem}}._radio-container_omnoq_6{padding:.75rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:.5rem}._radio-container_omnoq_6>label{display:flex}._radio-container_omnoq_6>label{align-items:center}._radio-container_omnoq_6>label{gap:.375rem}._radio-container_omnoq_6>label{font-size:.75rem;line-height:1rem}._radio-container_omnoq_6>label{font-weight:500}._radio-container_omnoq_6>label{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}@media (min-width: 768px){._radio-container_omnoq_6>label{font-size:.875rem;line-height:1.25rem}}._radio-container_omnoq_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_omnoq_6 ._wallet-icon_omnoq_24{display:inline-flex;align-items:center;justify-content:center;line-height:1;vertical-align:middle;margin-right:.5rem;flex-shrink:0}._radio-container_omnoq_6 ._flag-emoji_omnoq_34{font-size:1.125rem;line-height:1.75rem}@media (min-width: 768px){._radio-container_omnoq_6 ._flag-emoji_omnoq_34{font-size:1.25rem;line-height:1.75rem}}._radio-container_omnoq_6 ._flag-emoji_omnoq_34{font-size:1.25rem}._radio-container_omnoq_6 ._crypto-icon_omnoq_39{font-size:1rem;line-height:1.5rem}@media (min-width: 768px){._radio-container_omnoq_6 ._crypto-icon_omnoq_39{font-size:1.125rem;line-height:1.75rem}}._radio-container_omnoq_6 ._crypto-icon_omnoq_39{font-weight:600;color:#04396d;font-family:Courier New,monospace;min-width:1.5rem;text-align:center}._radio-container_omnoq_6 ._wallet-currency_omnoq_48{font-weight:600;color:inherit}._radio-container_omnoq_6>label:hover{border-color:#04396d;background:#f8fafc}._radio-container_omnoq_6>input{margin-right:.5rem}._radio-container_omnoq_6>input{accent-color:#04396D;width:18px;height:18px}._radio-container_omnoq_6>input:checked+span,._radio-container_omnoq_6>label:has(input:checked){border-color:#04396d;background:linear-gradient(135deg,#f0f7ff,#e0f2fe);color:#04396d}._table-container_omnoq_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}._tableContent_omnoq_82{display:flex;flex-direction:column;overflow-x:auto;overflow-y:auto;max-height:calc(80vh - 200px);flex:1;min-height:0}._tableContent_omnoq_82 table{font-size:.8125rem;width:100%;table-layout:fixed}._tableContent_omnoq_82 table th{padding:.5rem}@media (min-width: 768px){._tableContent_omnoq_82 table th{padding:.625rem .75rem}}._tableContent_omnoq_82 table th{font-size:.75rem;font-weight:600;color:#64748b;text-align:left;background:#f8fafc;border-bottom:1px solid #e2e8f0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._tableContent_omnoq_82 table th:nth-child(1),._tableContent_omnoq_82 table td:nth-child(1){width:115px;min-width:115px;max-width:115px}._tableContent_omnoq_82 table th:nth-child(2),._tableContent_omnoq_82 table td:nth-child(2){width:120px;min-width:120px;max-width:120px;text-align:right;font-variant-numeric:tabular-nums}._tableContent_omnoq_82 table th:nth-child(3),._tableContent_omnoq_82 table td:nth-child(3){width:120px;min-width:120px;max-width:120px;text-align:right;font-variant-numeric:tabular-nums}._tableContent_omnoq_82 table th:nth-child(4),._tableContent_omnoq_82 table td:nth-child(4){width:120px;min-width:120px;max-width:120px;text-align:right;font-variant-numeric:tabular-nums}._tableContent_omnoq_82 table th:nth-child(5),._tableContent_omnoq_82 table td:nth-child(5){min-width:180px;max-width:280px;overflow:hidden;text-overflow:ellipsis}._tableContent_omnoq_82 table th:nth-child(6),._tableContent_omnoq_82 table td:nth-child(6){width:90px;min-width:90px;max-width:90px;text-align:center;font-size:.75rem}._tableRow_omnoq_167{white-space:nowrap}._tableData_omnoq_171{padding:.5rem}@media (min-width: 768px){._tableData_omnoq_171{padding:.625rem .75rem}}._tableData_omnoq_171{vertical-align:middle;text-align:left;font-size:.8125rem}._cellDescription_omnoq_179{padding:.5rem}@media (min-width: 768px){._cellDescription_omnoq_179{padding:.625rem .75rem}}._cellDescription_omnoq_179{vertical-align:top;text-align:left;font-size:.8125rem;white-space:normal;word-break:break-word;min-width:140px;max-width:320px}._amountCell_omnoq_190{font-weight:600;--tw-numeric-spacing: tabular-nums;font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}._amountCredit_omnoq_194{color:#059669}._amountDebit_omnoq_198{color:#dc2626}._typeBadge_omnoq_202{display:inline-flex;border-radius:9999px;padding:.25rem .625rem;font-size:.75rem;line-height:1rem;font-weight:600}._typeCredit_omnoq_206{background:#dcfce7;color:#15803d}._typeDebit_omnoq_211{background:#fee2e2;color:#dc2626}._tableCell_omnoq_216{padding:.75rem 1rem}@media (min-width: 768px){._tableCell_omnoq_216{padding:1rem 1.5rem}}._date-filter_omnoq_220{margin-bottom:.5rem;display:flex;flex-direction:column;align-items:stretch;gap:.5rem}@media (min-width: 768px){._date-filter_omnoq_220{flex-direction:row;align-items:center}}._date-filter_omnoq_220{padding:.75rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:.5rem;flex-wrap:wrap}._downloadStatementBtn_omnoq_229{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;background:#04396d;color:#fff;border:none;cursor:pointer;transition:background .2s,opacity .2s;min-height:36px}._downloadStatementBtn_omnoq_229:hover:not(:disabled){background:#032d5a}._downloadStatementBtn_omnoq_229:disabled{opacity:.6;cursor:not-allowed}._spin_omnoq_248{animation:_spin_omnoq_248 .8s linear infinite}@keyframes _spin_omnoq_248{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._date-filter_omnoq_220 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_omnoq_267{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_omnoq_267: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_omnoq_267{min-height:36px;font-size:14px;background:#fff;width:100%}@media (min-width: 768px){._date-input_omnoq_267{width:auto;font-size:13px}}._date-input_omnoq_267:focus{box-shadow:0 0 0 3px #04396d1a}@media (max-width: 768px){._accordion-contents_omnoq_1{gap:1rem}._radio-container_omnoq_6{padding:.75rem;gap:.75rem}._radio-container_omnoq_6>label{flex:1;min-width:calc(50% - .375rem);padding:.625rem .75rem;font-size:.8125rem}._date-filter_omnoq_220{padding:.75rem}}@media (max-width: 480px){._radio-container_omnoq_6>label{min-width:100%;font-size:.75rem}}._mobileCard_omnoq_315{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_omnoq_315: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_omnoq_315:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a;border-color:#04396d}._mobileCard_omnoq_315:hover:before{transform:scaleX(1)}._mobileCardRow_omnoq_346{display:flex;flex-direction:column;gap:.375rem;padding-top:.375rem;padding-bottom:.375rem}@media (min-width: 768px){._mobileCardRow_omnoq_346{flex-direction:row;align-items:center;gap:.75rem}}._mobileCardRow_omnoq_346{border-bottom:1px solid #f1f5f9}._mobileCardRow_omnoq_346:last-child{border-bottom:none}._mobileCardLabel_omnoq_355{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_omnoq_362{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_omnoq_362{font-size:.875rem;line-height:1.25rem}}._mobileCardValue_omnoq_362{flex:1;word-break:break-word;text-align:right}@media (min-width: 768px){._mobileCardValue_omnoq_362{text-align:left}}._mobileCardDescription_omnoq_373{white-space:normal;word-break:break-word}@media (max-width: 768px){._mobileCard_omnoq_315{padding:.75rem;margin-bottom:.625rem}._mobileCardRow_omnoq_346{padding:.5rem 0;gap:.375rem}._mobileCardLabel_omnoq_355{font-size:.6875rem;min-width:80px}._mobileCardValue_omnoq_362{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}._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}._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}._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}._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_cy23e_1{display:flex;flex-direction:column;border-bottom-width:1px;--tw-border-opacity: 1;border-color:rgb(217 217 217 / var(--tw-border-opacity, 1));gap:.5rem;padding-top:.75rem;padding-bottom:.75rem}._card-title_cy23e_8{display:flex;align-items:center;gap:.5rem;font-weight:500;--tw-text-opacity: 1;color:rgb(157 163 186 / var(--tw-text-opacity, 1));font-size:.9375rem;line-height:1.25;margin-bottom:.25rem}._card-details-container_cy23e_15{display:flex;flex-wrap:wrap;align-items:flex-start;gap:.75rem 1.25rem}._card-item_cy23e_20{display:flex;flex-direction:column;gap:.125rem;max-width:280px;min-width:140px}._card-label_cy23e_27{font-weight:400;--tw-text-opacity: 1;color:rgb(160 157 157 / var(--tw-text-opacity, 1));font-size:.6875rem;line-height:1.25;text-transform:uppercase;letter-spacing:.03em}._card-value_cy23e_35{font-weight:500;--tw-text-opacity: 1;color:rgb(34 34 34 / var(--tw-text-opacity, 1));font-size:.8125rem;line-height:1.4;word-break:break-word}._transaction-summary-container_8xxet_1{max-width:min(756px,95vw);width:100%;background:linear-gradient(180deg,#f8fafc,#f1f5f9)}._drawerTitleContent_8xxet_8{display:flex;align-items:center;gap:.75rem}._drawerTitleIconWrap_8xxet_14{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_8xxet_14{color:#fff;width:20px;height:20px}._drawerTitleText_8xxet_32{font-weight:600;letter-spacing:-.025em;font-size:1.25rem;line-height:1.2;color:#0f172a;margin:0}._drawerSubtext_8xxet_41{margin-top:.125rem;font-size:.75rem;color:#64748b;margin-bottom:0}._loading-container_8xxet_48{display:flex;align-items:center;justify-content:center;min-height:calc(100vh - 180px);text-align:center}._error-text_8xxet_56{color:#dc2626;font-size:.9375rem;margin:0}._receipt-content_8xxet_62{display:flex;flex-direction:column;gap:1.25rem;padding-bottom:1rem}._overview-section_8xxet_70{display:flex;flex-direction:column;gap:.75rem}._section-heading_8xxet_76{display:flex;align-items:center;gap:.5rem;font-weight:600;color:#0f172a;font-size:1rem;letter-spacing:-.01em;margin:0}._section-icon_8xxet_87{flex-shrink:0;color:#64748b;width:20px;height:20px}._overview-grid_8xxet_94{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}@media (max-width: 560px){._overview-grid_8xxet_94{grid-template-columns:1fr}}._overview-card_8xxet_106{display:flex;flex-direction:column;gap:.375rem;padding:1rem 1.125rem;background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;box-shadow:0 1px 3px #0000000a}._overview-head_8xxet_117{display:flex;align-items:center;gap:.5rem}._overview-card-icon_8xxet_123{flex-shrink:0;color:#64748b;width:18px;height:18px}._overview-label_8xxet_130{font-size:.75rem;font-weight:500;color:#64748b;text-transform:uppercase;letter-spacing:.03em}._overview-value_8xxet_138{font-size:1.0625rem;font-weight:600;color:#0f172a;letter-spacing:-.01em}._amountCredit_8xxet_145{color:#059669}._amountDebit_8xxet_149{color:#dc2626}._status-badge_8xxet_153{display:inline-flex;align-items:center;max-width:-moz-fit-content;max-width:fit-content;padding:.25rem .75rem;border-radius:9999px;font-size:.8125rem;font-weight:600;text-transform:capitalize}._status-success_8xxet_164{background:#dcfce7;color:#15803d}._status-failed_8xxet_169{background:#fee2e2;color:#dc2626}._status-pending_8xxet_174{background:#fef3c7;color:#b45309}._card-section-icon_8xxet_179{width:20px;height:20px;color:#64748b}._detailDescription_8xxet_186{white-space:normal;word-break:break-word;max-width:100%;line-height:1.5;color:#374151}._container_15laf_2{width:100%}._innerWrapper_15laf_7{display:flex;flex-direction:column;gap:1rem;padding-top:1rem}@media (min-width: 768px){._innerWrapper_15laf_7{gap:1.25rem;padding-top:1.25rem}}._innerWrapper_15laf_7{max-height:100%;overflow:hidden}._header_15laf_14{margin-bottom:.75rem;display:flex;flex-direction:column;align-items:stretch;gap:.75rem}@media (min-width: 768px){._header_15laf_14{margin-bottom:1rem;flex-direction:row;align-items:center}}._header_15laf_14{flex-shrink:0}._actions_15laf_20{display:flex;max-height:2.5rem;width:100%;justify-content:flex-end;gap:.75rem}._tableContent_15laf_25{display:flex;flex-direction:column;overflow-x:auto;overflow-y:auto;max-height:calc(80vh - 200px);flex:1;min-height:0}._tableContent_15laf_25 table{table-layout:fixed;width:100%}._tableContent_15laf_25 table th:nth-child(1),._tableContent_15laf_25 table td:nth-child(1){width:115px;min-width:115px;max-width:115px}._tableContent_15laf_25 table th:nth-child(2),._tableContent_15laf_25 table td:nth-child(2){min-width:140px;max-width:240px;white-space:normal;word-break:break-all}._tableContent_15laf_25 table th:nth-child(3),._tableContent_15laf_25 table td:nth-child(3){min-width:180px;max-width:320px;white-space:normal;word-break:break-word}._tableContent_15laf_25 table th:nth-child(4),._tableContent_15laf_25 table td:nth-child(4){width:120px;min-width:120px;max-width:120px}._tableContent_15laf_25 table th:nth-child(5),._tableContent_15laf_25 table td:nth-child(5){width:120px;min-width:120px;max-width:120px;overflow:hidden}._tableContent_15laf_25 table th:nth-child(6),._tableContent_15laf_25 table td:nth-child(6){width:90px;min-width:90px}._tableData_15laf_85{padding-left:1.5rem;padding-right:1.5rem;padding-top:14px;padding-bottom:14px}._tableCell_15laf_89{padding:1rem 1.5rem}._date-filter_15laf_94{display:flex;flex-direction:column;align-items:stretch;gap:.5rem}@media (min-width: 768px){._date-filter_15laf_94{flex-direction:row;align-items:center;gap:.75rem}}._date-filter_15laf_94{padding:1rem;background:linear-gradient(135deg,#f8fafc,#fff);border:1px solid #e2e8f0;border-radius:12px}._date-filter_15laf_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_15laf_94 label{font-size:.875rem;line-height:1.25rem}}._date-filter_15laf_94 label{color:#04396d;min-width:-moz-fit-content;min-width:fit-content}._date-input_15laf_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_15laf_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_15laf_108{padding:.5rem}}._date-input_15laf_108{min-height:44px;font-size:16px;background:#fff}._date-input_15laf_108:focus{box-shadow:0 0 0 3px #04396d1a}._downloadStatementBtn_15laf_120{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;background:#04396d;color:#fff;border:none;cursor:pointer;transition:background .2s,opacity .2s;min-height:44px}._downloadStatementBtn_15laf_120:hover:not(:disabled){background:#032d5a}._downloadStatementBtn_15laf_120:disabled{opacity:.6;cursor:not-allowed}._spin_15laf_139{animation:_spin_15laf_139 .8s linear infinite}@keyframes _spin_15laf_139{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._cellDescription_15laf_149{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1));white-space:normal;word-break:break-word;max-width:280px;min-width:140px}._amountCell_15laf_158{font-weight:600;--tw-numeric-spacing: tabular-nums;font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}._amountCredit_15laf_162{color:#059669}._amountDebit_15laf_166{color:#dc2626}._statusBadge_15laf_171{display:inline-flex;max-width:-moz-fit-content;max-width:fit-content;border-radius:9999px;padding:.375rem .75rem;font-size:.75rem;line-height:1rem;font-weight:600;text-transform:capitalize}._mobileCard_15laf_176{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_15laf_176: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_15laf_176: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_15laf_176:hover:before{opacity:1}._mobileCardRow_15laf_205{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_15laf_205:last-child{border-bottom-width:0px;padding-bottom:0}._mobileCardRow_15laf_205:first-child{padding-top:0}._mobileCardLabel_15laf_217{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_15laf_222{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}._mobileCardDescription_15laf_229{white-space:normal;word-break:break-word}._mobileCardActionButton_15laf_234{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_15laf_234:hover{background:#032d5a;transform:scale(1.02);box-shadow:0 4px 8px #04396d4d}._mobileCardActionButton_15laf_234:active{transform:scale(.98)}@media (max-width: 768px){._container_15laf_2{padding:0}._innerWrapper_15laf_7{gap:1rem;padding-top:.75rem}._header_15laf_14{gap:.75rem;margin-bottom:.75rem}._date-filter_15laf_94{flex-direction:column;gap:.5rem;padding:.75rem}._date-filter_15laf_94 label{font-size:.75rem;line-height:1rem}._date-input_15laf_108{width:100%}._tableContent_15laf_25{max-height:calc(75vh - 200px)}}@media (max-width: 480px){._innerWrapper_15laf_7{gap:.75rem;padding-top:.5rem}._date-filter_15laf_94{padding:.625rem}._tableContent_15laf_25{max-height:calc(70vh - 180px)}}._filterBar_axhwy_2{display:flex;flex-wrap:wrap;align-items:flex-end;gap:1rem;padding:1rem 1.25rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:.75rem;margin-bottom:1rem}._filterBarFields_axhwy_14{display:flex;flex-wrap:wrap;align-items:flex-end;gap:1rem;min-width:0}._dateFilter_axhwy_22{display:flex;flex-direction:column;gap:.25rem}._dateLabel_axhwy_28{font-size:.8125rem;font-weight:500;color:#64748b}._dateInput_axhwy_34{border:1px solid #cbd5e1;border-radius:.5rem;padding:.5rem .75rem;font-size:.875rem;color:#334155;outline:none;transition:border-color .2s;min-width:140px}._dateInput_axhwy_34:focus{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb26}._filterBarActions_axhwy_50{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;margin-left:auto}._filterRefreshBtn_axhwy_58{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem .875rem;font-size:.8125rem;font-weight:600;color:#475569;background:#fff;border:1px solid #cbd5e1;border-radius:.5rem;cursor:pointer;transition:background .2s,border-color .2s}._filterRefreshBtn_axhwy_58:hover:not(:disabled){background:#f1f5f9;border-color:#94a3b8}._filterRefreshBtn_axhwy_58:disabled{opacity:.7;cursor:not-allowed}._applyFilterBtn_axhwy_84{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_axhwy_84:disabled{background-color:#d1d5db;color:#6b7280;cursor:not-allowed}._accordionTitleRow_axhwy_101{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:100%;min-width:0}._accordionTitleLabel_axhwy_110{min-width:0;display:inline-flex;align-items:center;gap:.5rem}._accordionTitleName_axhwy_117{background:linear-gradient(135deg,#04396d,#06c);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._accordionTitleBalance_axhwy_124{font-variant-numeric:tabular-nums;font-weight:700;font-size:1rem;color:#059669;flex-shrink:0}._accordion-contents_axhwy_132{display:flex;flex-direction:column;gap:.75rem}._cardInfoGrid_axhwy_137{display:grid;grid-template-columns:1fr auto;gap:1.5rem;align-items:start}._cardInfoBlock_axhwy_144{display:flex;flex-direction:column;gap:.75rem;padding:1rem 1.25rem;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid #e2e8f0;border-radius:.75rem}._cardInfoRow_axhwy_154{display:flex;align-items:center;justify-content:space-between;gap:1rem}._cardInfoLabel_axhwy_161{font-size:.8125rem;font-weight:500;color:#64748b}._cardInfoValue_axhwy_167{font-size:.875rem;font-weight:600;color:#0f172a}._cardInfoValueMono_axhwy_173{font-size:.8125rem;font-weight:500;font-family:ui-monospace,monospace;color:#475569;word-break:break-all}._cardIdWithCopy_axhwy_181{display:inline-flex;align-items:center;gap:.5rem;max-width:100%}._copyCardIdBtn_axhwy_188{display:inline-flex;align-items:center;justify-content:center;padding:.25rem;color:#64748b;background:transparent;border:none;border-radius:.375rem;cursor:pointer;flex-shrink:0;transition:color .2s,background .2s}._copyCardIdBtn_axhwy_188:hover{color:#1e40af;background:#eff6ff}._cardInfoBadge_axhwy_207{font-size:.75rem;font-weight:600;padding:.25rem .5rem;border-radius:9999px}._cardInfoBalanceBlock_axhwy_214{display:flex;flex-direction:column;gap:.75rem;padding:1rem 1.25rem;min-width:200px;background:linear-gradient(135deg,#eff6ff,#dbeafe);border:1px solid #93c5fd;border-radius:.75rem}._cardInfoBalanceRow_axhwy_225{display:flex;flex-direction:column;gap:.25rem}._cardInfoBalanceValue_axhwy_231{font-size:1.25rem;font-weight:700;color:#1e40af;letter-spacing:-.02em}._refreshBalanceBtn_axhwy_238{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem .875rem;font-size:.8125rem;font-weight:600;color:#1e40af;background:#fff;border:1px solid #93c5fd;border-radius:.5rem;cursor:pointer;transition:background .2s,border-color .2s,box-shadow .2s}._refreshBalanceBtn_axhwy_238:hover:not(:disabled){background:#eff6ff;border-color:#3b82f6;box-shadow:0 1px 3px #3b82f633}._refreshBalanceBtn_axhwy_238:disabled{opacity:.7;cursor:not-allowed}._spin_axhwy_265{animation:_spin_axhwy_265 .8s linear infinite}@keyframes _spin_axhwy_265{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 640px){._filterBar_axhwy_2{flex-direction:column;align-items:stretch}._filterBarFields_axhwy_14{flex-direction:column}._dateInput_axhwy_34{min-width:unset}._cardInfoGrid_axhwy_137{grid-template-columns:1fr}._cardInfoBalanceBlock_axhwy_214{min-width:unset}}._tableRow_axhwy_296{cursor:pointer;border-bottom-width:1px;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}._tableRow_axhwy_296:hover{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}._tableCell_axhwy_300{padding:.75rem 1rem;font-size:.875rem;line-height:1.25rem}._cellDate_axhwy_305{white-space:nowrap;width:1%;min-width:100px}._cellDescription_axhwy_311{min-width:140px;max-width:220px;overflow:hidden;text-overflow:ellipsis;word-break:break-word}._cellAmount_axhwy_319,._cellFee_axhwy_320{white-space:nowrap;text-align:right;width:1%;min-width:72px}._cellStatus_axhwy_327{width:1%;min-width:96px}._statusBadge_axhwy_333{display:inline-flex;align-items:center;border-radius:9999px;padding:.125rem .625rem;font-size:.75rem;line-height:1rem;font-weight:500}._statusSuccessful_axhwy_337{--tw-bg-opacity: 1;background-color:rgb(236 253 245 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(6 95 70 / var(--tw-text-opacity, 1))}._statusFailed_axhwy_341{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(153 27 27 / var(--tw-text-opacity, 1))}._statusPending_axhwy_345{--tw-bg-opacity: 1;background-color:rgb(255 251 235 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(146 64 14 / var(--tw-text-opacity, 1))}._statusDefault_axhwy_349{--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))}._divider_axhwy_353{border-bottom-width:1px;--tw-border-opacity: 1;border-color:rgb(217 217 217 / var(--tw-border-opacity, 1))}._table-container_axhwy_357{width:100%;overflow-x:auto}._table-container_axhwy_357 table{table-layout:fixed;width:100%}._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_i2hjr_5{width:100%;display:flex;flex-direction:column;gap:0;font-family:Plus Jakarta Sans,Inter,system-ui,sans-serif}._contentGrid_i2hjr_13{display:grid;width:100%;grid-template-columns:repeat(1,minmax(0,1fr))}@media (min-width: 1024px){._contentGrid_i2hjr_13{grid-template-columns:repeat(2,minmax(0,1fr))}}._contentGrid_i2hjr_13{gap:.75rem;padding:0}._heroSection_i2hjr_23{width:100%;background:linear-gradient(180deg,#fafbfc,#f5f6f8);border:1px solid #e5e7eb;border-radius:12px;padding:1rem 1.25rem;margin-bottom:1rem;box-shadow:0 1px 3px #0000000a}._heroContent_i2hjr_33{margin-left:auto;margin-right:auto;max-width:80rem;display:flex;flex-direction:column;gap:1rem}._heroMain_i2hjr_40{display:flex;flex-direction:column;gap:1rem}._heroIdentity_i2hjr_46{width:100%}._heroContact_i2hjr_50{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}._contactItem_i2hjr_56{display:flex;align-items:center;gap:.5rem;padding:.5rem .625rem;background:#fff;border:1px solid #e5e7eb;border-radius:8px;transition:border-color .15s ease,background .15s ease}._contactItem_i2hjr_56:hover{border-color:#d1d5db;background:#fafbfc}._contactIcon_i2hjr_72{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:1.125rem;height:1.125rem;color:#6b7280}._contactDetails_i2hjr_82{display:flex;flex-direction:column;min-width:0;flex:1}._contactValue_i2hjr_89{font-size:.8125rem;font-weight:500;color:#111827;word-break:break-word;line-height:1.35}._heroMetrics_i2hjr_97{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:.5rem}._metricCard_i2hjr_103{display:flex;align-items:center;gap:.5rem;padding:.5rem .625rem;background:#fff;border:1px solid #e5e7eb;border-radius:8px;transition:border-color .15s ease,background .15s ease}._metricCard_i2hjr_103:hover{border-color:#d1d5db;background:#fafbfc}._metricIcon_i2hjr_119{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;border-radius:8px;font-size:.875rem;background:#f3f4f6;color:#4b5563}._metricContent_i2hjr_132{display:flex;flex-direction:column;gap:0;min-width:0;flex:1}._statusSelect_i2hjr_140{width:100%;min-width:0px;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:.375rem;border-width:0px;background-repeat:no-repeat;font-size:.75rem;font-weight:600;padding:.25rem 1.5rem .25rem .375rem;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right .25rem center;background-size:1rem}._metricLabel_i2hjr_150{font-size:.6875rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.03em}._metricValue_i2hjr_158{font-size:.8125rem;font-weight:600;color:#111827;word-break:break-word;line-height:1.3}._metricValueLink_i2hjr_166{font-size:.8125rem;font-weight:600;color:#2563eb;word-break:break-word;cursor:pointer;text-decoration:underline;text-underline-offset:2px;transition:color .15s ease}._metricValueLink_i2hjr_166:hover{color:#1d4ed8}._infoCard_i2hjr_185{width:100%;overflow:hidden;background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 1px 2px #0000000a;transition:box-shadow .15s ease,border-color .15s ease}._infoCard_i2hjr_185:hover{box-shadow:0 2px 8px #0000000f;border-color:#d1d5db}._infoCardHeader_i2hjr_199{display:flex;align-items:center;gap:.625rem;padding:.625rem .875rem;background:#fafbfc;border-bottom:1px solid #e5e7eb}._infoCardIconWrap_i2hjr_206{display:flex;flex-shrink:0;align-items:center;justify-content:center;width:28px;height:28px;border-radius:8px}._infoCardIconWrapIdentity_i2hjr_213{background:#eff6ff;color:#2563eb}._infoCardIconWrapAddress_i2hjr_218{background:#fffbeb;color:#d97706}._infoCardIconWrapBank_i2hjr_223{background:#ecfdf5;color:#059669}._infoCardIconWrapWallet_i2hjr_228{background:#f5f3ff;color:#7c3aed}._infoCardIconWrapDocuments_i2hjr_233{background:#fef3c7;color:#b45309}._infoCardIconWrapSettings_i2hjr_238{background:#f3f4f6;color:#4b5563}._infoCardIcon_i2hjr_206{display:flex;align-items:center;justify-content:center;font-size:.875rem;width:.875rem;height:.875rem}._infoCardTitle_i2hjr_250{font-size:.8125rem;font-weight:600;color:#374151;margin:0;letter-spacing:-.01em}._infoCardBody_i2hjr_258{padding:.75rem .875rem}._infoGrid_i2hjr_262{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.625rem}._infoGridInline_i2hjr_268{display:flex;flex-wrap:wrap;justify-content:space-between;gap:1rem 1.5rem}._infoGridInline_i2hjr_268 ._infoField_i2hjr_275{flex:1;min-width:120px}._infoField_i2hjr_275{display:flex;flex-direction:column;gap:.25rem}._infoFieldFull_i2hjr_286{grid-column:1 / -1}._infoFieldLabel_i2hjr_290{font-size:.6875rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.03em}._infoFieldValue_i2hjr_298{font-size:.8125rem;font-weight:500;color:#111827;word-break:break-word;line-height:1.35}._statusIndicator_i2hjr_307{display:flex;align-items:center;gap:.375rem;font-size:.8125rem;font-weight:500}._statusIconSuccess_i2hjr_313{color:#059669;font-size:.875rem;width:.875rem;height:.875rem;flex-shrink:0}._statusIconError_i2hjr_321{color:#dc2626;font-size:.875rem;width:.875rem;height:.875rem;flex-shrink:0}._sectionCard_i2hjr_333{width:100%;overflow:hidden;background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 1px 2px #0000000a;transition:box-shadow .15s ease,border-color .15s ease}._sectionCard_i2hjr_333:hover{box-shadow:0 2px 8px #0000000f;border-color:#d1d5db}._sectionCardHeader_i2hjr_347{display:flex;align-items:center;gap:.625rem;padding:.625rem .875rem;background:#fafbfc;border-bottom:1px solid #e5e7eb}._sectionCardIcon_i2hjr_354{display:flex;flex-shrink:0;align-items:center;justify-content:center;width:28px;height:28px;border-radius:8px;background:#f3f4f6;color:#4b5563;font-size:.875rem}._sectionCardTitle_i2hjr_364{font-size:.8125rem;font-weight:600;color:#374151;margin:0;letter-spacing:-.01em;display:flex;align-items:center;gap:.5rem}._sectionCardFull_i2hjr_375{grid-column:1 / -1}._currencyIcon_i2hjr_379{font-size:1.125rem}._sectionCardBody_i2hjr_383{padding:.75rem .875rem}._scrollableContent_i2hjr_387{overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:#cbd5e1 #f1f5f9;-webkit-overflow-scrolling:touch;max-height:500px;padding-right:.5rem}._scrollableContent_i2hjr_387::-webkit-scrollbar{width:6px}._scrollableContent_i2hjr_387::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}._scrollableContent_i2hjr_387::-webkit-scrollbar-track{background:#f1f5f9}._scrollableContent_i2hjr_387 table{font-size:.8125rem}._scrollableContent_i2hjr_387 table th,._scrollableContent_i2hjr_387 table td{padding:.5rem .75rem}._scrollableContent_i2hjr_387 table th{font-size:.75rem;font-weight:600}._walletCard_i2hjr_429{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_i2hjr_429:hover{box-shadow:0 4px 12px #00000014;border-color:#cbd5e1}._walletCardBody_i2hjr_441{padding:1rem}._walletSection_i2hjr_445{display:flex;width:100%;flex-direction:column;gap:.75rem}@media (min-width: 768px){._walletSection_i2hjr_445{flex-direction:row;gap:1rem}}._virtualCardsScrollable_i2hjr_449{min-height:420px;max-height:min(70vh,560px);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_i2hjr_449>*{flex-shrink:0}._virtualCardsScrollable_i2hjr_449 ._accordion-container_i2hjr_467{margin-bottom:.5rem}._virtualCardsScrollable_i2hjr_449::-webkit-scrollbar{width:6px}._virtualCardsScrollable_i2hjr_449::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}._virtualCardsScrollable_i2hjr_449::-webkit-scrollbar-track{background:#f1f5f9}._documentSection_i2hjr_488{display:flex;flex-direction:column;gap:.75rem}._uploadButton_i2hjr_492{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_i2hjr_492:hover{background:#032d5a;background:linear-gradient(135deg,#032d5a,#0052a3);transform:translateY(-1px);box-shadow:0 4px 8px #04396d4d}._uploadButton_i2hjr_492:active{transform:translateY(0)}._documentList_i2hjr_521{display:flex;flex-direction:column;gap:.5rem}._documentScrollable_i2hjr_527{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_i2hjr_527::-webkit-scrollbar{width:6px}._documentScrollable_i2hjr_527::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}._documentScrollable_i2hjr_527::-webkit-scrollbar-track{background:#f1f5f9}._documentRow_i2hjr_550{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_i2hjr_550:hover{border-color:#04396d;background:#f8fafc}._documentRowContent_i2hjr_565{display:flex;align-items:center;gap:.5rem}@media (min-width: 768px){._documentRowContent_i2hjr_565{gap:.75rem}}._documentRowContent_i2hjr_565{flex:1;min-width:0}._documentName_i2hjr_571{font-size:.75rem;line-height:1rem;font-weight:500}@media (min-width: 768px){._documentName_i2hjr_571{font-size:.875rem;line-height:1.25rem}}._documentName_i2hjr_571{color:#1e293b;word-break:break-word;flex:1;line-height:1.4}._documentTier_i2hjr_579{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_i2hjr_589{display:flex;align-items:center;gap:.375rem}@media (min-width: 768px){._documentRowActions_i2hjr_589{gap:.5rem}}._documentRowActions_i2hjr_589{flex-shrink:0}._documentEditButton_i2hjr_594{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_i2hjr_594:hover{background:#f59e0b}@media (max-width: 768px){._documentRow_i2hjr_550{flex-direction:column;align-items:stretch;gap:.625rem;padding:.75rem}._documentRowContent_i2hjr_565{flex-direction:column;align-items:flex-start;gap:.5rem;width:100%}._documentName_i2hjr_571{width:100%;font-size:.8125rem}._documentTier_i2hjr_579{align-self:flex-start}._documentRowActions_i2hjr_589{width:100%;justify-content:flex-end;gap:.75rem;padding-top:.25rem;border-top:1px solid #e2e8f0}._documentEditButton_i2hjr_594{flex:1;padding:.5rem;font-size:.75rem}}@media (max-width: 480px){._documentRow_i2hjr_550{padding:.625rem;gap:.5rem}._documentRowContent_i2hjr_565{gap:.375rem}._documentName_i2hjr_571{font-size:.75rem}._documentTier_i2hjr_579{font-size:.6875rem;padding:.1875rem .375rem}._documentRowActions_i2hjr_589{gap:.5rem}._documentEditButton_i2hjr_594{font-size:.6875rem;padding:.4375rem .5rem}}._bankAccountCard_i2hjr_685{padding:.625rem .75rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:.375rem;margin-bottom:.5rem;flex-shrink:0}._bankAccountCard_i2hjr_685:last-child{margin-bottom:0}._bankAccountTitle_i2hjr_698{font-size:.75rem;line-height:1rem;font-weight:600;color:#475569;margin:0 0 .5rem;padding-bottom:.375rem;border-bottom:1px solid #e2e8f0}._bankAccountCardCompact_i2hjr_706{padding:.5rem .625rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:.375rem;margin-bottom:.5rem;flex-shrink:0}._bankAccountCardCompact_i2hjr_706:last-child{margin-bottom:0}._bankAccountCompactGrid_i2hjr_719{display:flex;flex-direction:column;gap:.375rem}._bankAccountRow_i2hjr_725{display:flex;align-items:center;gap:.5rem;font-size:.8125rem}._bankAccountLabel_i2hjr_730{font-size:.75rem;line-height:1rem;font-weight:500;color:#64748b;min-width:70px;flex-shrink:0}._bankAccountValue_i2hjr_737{font-size:.75rem;line-height:1rem;font-weight:400;color:#1e293b;word-break:break-word;flex:1}._bankAccountsScrollable_i2hjr_744{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_i2hjr_744::-webkit-scrollbar{width:6px}._bankAccountsScrollable_i2hjr_744::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}._bankAccountsScrollable_i2hjr_744::-webkit-scrollbar-track{background:#f1f5f9}._virtualAccountsGrid_i2hjr_767{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}._virtualAccountCategory_i2hjr_773{display:flex;flex-direction:column;gap:.5rem}._virtualAccountCategoryTitle_i2hjr_779{font-size:.75rem;line-height:1rem;font-weight:600;color:#475569;margin:0;padding-bottom:.5rem;border-bottom:2px solid #cbd5e1}._virtualAccountGroup_i2hjr_787{margin-bottom:.75rem}._virtualAccountGroup_i2hjr_787:last-child{margin-bottom:0}._virtualAccountGroupTitle_i2hjr_795{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_i2hjr_806{overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:#cbd5e1 #f1f5f9;-webkit-overflow-scrolling:touch;padding-right:.5rem}._virtualAccountsCategoryScrollable_i2hjr_815{max-height:calc(2*(100px + .5rem))}._virtualAccountsScrollable_i2hjr_806::-webkit-scrollbar{width:6px}._virtualAccountsScrollable_i2hjr_806::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}._virtualAccountsScrollable_i2hjr_806::-webkit-scrollbar-track{background:#f1f5f9}._spendlockContainer_i2hjr_836{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_i2hjr_836 table{font-size:.8125rem}._spendlockContainer_i2hjr_836 table th,._spendlockContainer_i2hjr_836 table td{padding:.5rem .75rem}._spendlockContainer_i2hjr_836 table th{font-size:.75rem;font-weight:600}._spendlockTableCell_i2hjr_856{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_i2hjr_856{padding:.625rem 1rem;font-size:.875rem;line-height:1.25rem}}._spendlockTableCell_i2hjr_856{word-break:break-word}._spendlockMobileCard_i2hjr_861{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_i2hjr_861:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a;border-color:#04396d}._spendlockMobileRow_i2hjr_873{display:flex;flex-direction:column;gap:.375rem;padding-top:.375rem;padding-bottom:.375rem}@media (min-width: 768px){._spendlockMobileRow_i2hjr_873{flex-direction:row;align-items:center;gap:.75rem}}._spendlockMobileRow_i2hjr_873{border-bottom:1px solid #f1f5f9}._spendlockMobileRow_i2hjr_873:last-child{border-bottom:none}._spendlockMobileLabel_i2hjr_882{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_i2hjr_889{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_i2hjr_889{font-size:.875rem;line-height:1.25rem}}._spendlockMobileValue_i2hjr_889{flex:1;word-break:break-word}._cardContainer_i2hjr_899{display:flex;width:100%;flex-direction:column;gap:1rem}@media (min-width: 768px){._cardContainer_i2hjr_899{flex-direction:row}}._customerInfoCard_i2hjr_903{display:flex;width:100%;flex-direction:column;gap:.75rem}._infoCardDetails_i2hjr_907{display:flex;width:100%;flex-direction:column;gap:.75rem;padding:0;background:transparent;border:none}._infoRow_i2hjr_914{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_i2hjr_914:hover{background:linear-gradient(135deg,#f1f5f9,#e2e8f0);border-color:#cbd5e1;transform:translateY(-1px);box-shadow:0 2px 8px #0000000d}._infoIcon_i2hjr_933{flex-shrink:0;color:#04396d;font-size:1.25rem;width:1.25rem;height:1.25rem}._infoText_i2hjr_941{font-size:.9375rem;font-weight:500;color:#1e293b;min-width:0;flex:1}._infoCenter_i2hjr_949{font-weight:600;display:block;text-align:left;word-break:break-word;width:100%;color:#04396d}@media (max-width: 1024px){._contentGrid_i2hjr_13{grid-template-columns:1fr}}@media (max-width: 768px){._heroSection_i2hjr_23{padding:.75rem 1rem;margin-bottom:.75rem}._heroContact_i2hjr_50{grid-template-columns:1fr;gap:.5rem}._heroMetrics_i2hjr_97{grid-template-columns:repeat(2,1fr);gap:.5rem}._metricCard_i2hjr_103{padding:.5rem .625rem}._metricIcon_i2hjr_119{width:1.5rem;height:1.5rem;font-size:.8125rem}._infoCardHeader_i2hjr_199,._sectionCardHeader_i2hjr_347{padding:.5rem .75rem}._infoCardBody_i2hjr_258,._sectionCardBody_i2hjr_383{padding:.625rem .75rem}._infoGrid_i2hjr_262{grid-template-columns:1fr;gap:.625rem}._documentGrid_i2hjr_1009{grid-template-columns:1fr}._scrollableContent_i2hjr_387{max-height:400px;padding-right:.25rem}._documentScrollable_i2hjr_527{max-height:calc(2*(55px + .5rem))}._walletSection_i2hjr_445{flex-direction:column;gap:.75rem}._bankAccountsScrollable_i2hjr_744{max-height:calc(2*(100px + .5rem))}._virtualAccountsGrid_i2hjr_767{grid-template-columns:1fr;gap:.75rem}._virtualAccountsCategoryScrollable_i2hjr_815{max-height:calc(2*(90px + .5rem))}._virtualCardsScrollable_i2hjr_449{min-height:380px;max-height:min(65vh,520px)}}@media (max-width: 480px){._heroSection_i2hjr_23{padding:.625rem .75rem}._heroMetrics_i2hjr_97{grid-template-columns:1fr}._contactItem_i2hjr_56,._metricCard_i2hjr_103{padding:.4375rem .5rem}._infoCardHeader_i2hjr_199,._sectionCardHeader_i2hjr_347,._infoCardBody_i2hjr_258,._sectionCardBody_i2hjr_383{padding:.5rem .625rem}._infoGrid_i2hjr_262{gap:.5rem}._scrollableContent_i2hjr_387{max-height:350px}._documentScrollable_i2hjr_527{max-height:calc(2*(50px + .5rem))}._bankAccountsScrollable_i2hjr_744{max-height:calc(2*(90px + .5rem))}._virtualAccountsCategoryScrollable_i2hjr_815{max-height:calc(2*(80px + .5rem))}._virtualCardsScrollable_i2hjr_449{min-height:340px;max-height:min(60vh,480px)}}._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_wq8nz_1{max-width:95%;width:100%;overflow-y:auto;background:#e5e7eb}@media (min-width: 768px){._drawer-container_wq8nz_1{max-width:85%}}@media (min-width: 1024px){._drawer-container_wq8nz_1{max-width:80%}}@media (min-width: 1280px){._drawer-container_wq8nz_1{max-width:75%}}._drawerTitleContent_wq8nz_23{display:flex;align-items:center;gap:.75rem}._drawerTitleIconWrap_wq8nz_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_wq8nz_29{color:#fff;width:20px;height:20px}._drawerTitleText_wq8nz_47{font-weight:600;letter-spacing:-.025em;font-size:1.25rem;line-height:1.2;color:#0f172a;margin:0}._drawerSubtext_wq8nz_56{margin-top:.125rem;font-size:.75rem;color:#64748b;margin-bottom:0}._loading-container_wq8nz_63{display:flex;align-items:center;justify-content:center;min-height:calc(100vh - 180px);text-align:center}._loading-spinner_wq8nz_71{display:inline-block;width:5rem;height:5rem;color:#e5e7eb;animation:_spin_wq8nz_1 1s linear infinite;fill:#03204c}@keyframes _spin_wq8nz_1{to{transform:rotate(360deg)}}._content-container_wq8nz_85{display:flex;flex-direction:column;width:100%;gap:2rem;height:-moz-fit-content;height:fit-content}._module-container_wq8nz_93{display:flex;flex-direction:column;gap:1rem;width:100%;height:-moz-fit-content;height:fit-content}._section-heading_wq8nz_101{display:flex;align-items:center;gap:.5rem;font-weight:600;color:#0f172a;margin-bottom:.75rem;font-size:1rem;letter-spacing:-.01em}._section-icon_wq8nz_112{flex-shrink:0;color:#64748b;width:20px;height:20px}._overview-section_wq8nz_119{display:flex;flex-direction:column;width:100%;align-items:center}._overview-section_wq8nz_119 ._section-heading_wq8nz_101{align-self:center}._overview-grid_wq8nz_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_wq8nz_130{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){._overview-grid_wq8nz_130{grid-template-columns:repeat(4,1fr)}}._overview-card_wq8nz_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_wq8nz_150:hover{border-color:#cbd5e1;box-shadow:0 2px 8px #0000000f}._overview-head_wq8nz_170{display:flex;align-items:center;justify-content:center;gap:.5rem}._overview-card-icon_wq8nz_177{flex-shrink:0;color:#64748b;width:16px;height:16px}._overview-label_wq8nz_184{font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#64748b;white-space:nowrap}._overview-value_wq8nz_193{font-size:.75rem;font-weight:600;color:#0f172a;word-break:break-word;width:100%;line-height:1.3}._statusWrapper_wq8nz_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_wq8nz_212{background:#dcfce7}._statusInProgress_wq8nz_216{background:#fef3c7}._statusUnresolved_wq8nz_220{background:#fee2e2}._statusDotResolved_wq8nz_224{width:4px;height:4px;border-radius:50%;background:#16a34a}._statusDotInProgress_wq8nz_231{width:4px;height:4px;border-radius:50%;background:#eab308}._statusDotUnresolved_wq8nz_238{width:4px;height:4px;border-radius:50%;background:#dc2626}._statusTextResolved_wq8nz_245{font-size:.6875rem;font-weight:600;color:#166534}._statusTextInProgress_wq8nz_251{font-size:.6875rem;font-weight:600;color:#b45309}._statusTextUnresolved_wq8nz_257{font-size:.6875rem;font-weight:600;color:#991b1b}._diligence-badge_wq8nz_263{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_wq8nz_272{background:#f1f5f9;color:#475569}._diligence-requested_wq8nz_277{background:#f3e8ff;color:#6b21a8}._diligence-submitted_wq8nz_282{background:#ecfccb;color:#4d7c0f}._diligence-in-review_wq8nz_287{background:#fef3c7;color:#92400e}._diligence-rejected_wq8nz_292{background:#fee2e2;color:#b91c1c}._diligence-approved_wq8nz_297{background:#d1fae5;color:#047857}._description-section_wq8nz_302{display:flex;flex-direction:column;width:100%}._description-card_wq8nz_308{padding:1rem;border-radius:.75rem;border:1px solid #e2e8f0;background:#fff;box-shadow:0 1px 3px #0000000a}._description-content_wq8nz_316{font-size:.875rem;color:#334155;line-height:1.6;word-wrap:break-word}._comments-section_wq8nz_323{display:flex;flex-direction:column;width:100%;gap:1rem}._comment-add_wq8nz_330{display:flex;flex-direction:column;gap:.5rem}._comment-textarea_wq8nz_336{width:100%;min-height:4.5rem;padding:.5rem .75rem;font-size:.875rem;line-height:1.5;border:1px solid #e2e8f0;border-radius:.5rem;resize:vertical;font-family:inherit}._comment-textarea_wq8nz_336:focus{outline:none;border-color:#0f172a;box-shadow:0 0 0 2px #0f172a1a}._comment-textarea_wq8nz_336:disabled{background:#f1f5f9;cursor:not-allowed}._comment-submit_wq8nz_359{align-self:flex-start;padding:.5rem 1rem;font-size:.875rem;font-weight:500;color:#fff;background:#0f172a;border:none;border-radius:.5rem;cursor:pointer}._comment-submit_wq8nz_359:hover:not(:disabled){background:#1e293b}._comment-submit_wq8nz_359:disabled{opacity:.6;cursor:not-allowed}._comments-empty_wq8nz_380{font-size:.875rem;color:#64748b;margin:0}._comments-list_wq8nz_386{display:flex;flex-direction:column;gap:.5rem}._comment-item_wq8nz_392{padding:.75rem;border-radius:.5rem;border:1px solid #e2e8f0;background:#fff}._comment-date_wq8nz_399{font-size:.75rem;font-weight:500;color:#64748b;display:block;margin-bottom:.25rem}._comment-note_wq8nz_407{font-size:.875rem;color:#334155;margin:0;word-wrap:break-word}._actions-section_wq8nz_414{display:flex;flex-direction:column;width:100%;align-items:center}._actions-section_wq8nz_414 ._section-heading_wq8nz_101{margin-bottom:.75rem;align-self:center}._actions-grid_wq8nz_426{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_wq8nz_437{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_wq8nz_437:disabled{opacity:.5;cursor:not-allowed}._action-btn_wq8nz_437[data-variant=approve],._action-btn_wq8nz_437[data-variant=resolve]{background:linear-gradient(135deg,#059669,#047857);color:#fff;box-shadow:0 2px 6px #05966940}._action-btn_wq8nz_437[data-variant=approve]:hover:not(:disabled),._action-btn_wq8nz_437[data-variant=resolve]:hover:not(:disabled){background:linear-gradient(135deg,#047857,#065f46);transform:translateY(-1px);box-shadow:0 4px 10px #0596694d}._action-btn_wq8nz_437[data-variant=reject]{background:linear-gradient(135deg,#ea580c,#c2410c);color:#fff;box-shadow:0 2px 6px #ea580c40}._action-btn_wq8nz_437[data-variant=reject]:hover:not(:disabled){background:linear-gradient(135deg,#c2410c,#9a3412);transform:translateY(-1px);box-shadow:0 4px 10px #ea580c4d}._action-btn_wq8nz_437[data-variant=diligence]{background:linear-gradient(135deg,#ca8a04,#a16207);color:#fff;box-shadow:0 2px 6px #ca8a0440}._action-btn_wq8nz_437[data-variant=diligence]:hover:not(:disabled){background:linear-gradient(135deg,#a16207,#854d0e);transform:translateY(-1px);box-shadow:0 4px 10px #ca8a044d}._action-btn_wq8nz_437[data-variant=deactivate]{background:linear-gradient(135deg,#64748b,#475569);color:#fff;box-shadow:0 2px 6px #64748b40}._action-btn_wq8nz_437 svg{width:18px;height:18px;flex-shrink:0}._customer-details-container_wq8nz_507{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_wq8nz_518{font-size:1rem;font-weight:600;color:#0f172a}._customer-details-form_wq8nz_524{display:grid;grid-template-columns:1fr;gap:1rem}@media (min-width: 768px){._customer-details-form_wq8nz_524{grid-template-columns:repeat(2,1fr)}}._customer-details-form-group_wq8nz_535{display:flex;flex-direction:column;gap:.5rem;height:-moz-fit-content;height:fit-content}._customer-details-form-group_wq8nz_535>input{padding:.75rem;border:1px solid #d1d5db;border-radius:.5rem;height:44px;font-size:.875rem}._customer-details-form-group_wq8nz_535>input:disabled{background:#f3f4f6;cursor:not-allowed}._customer-details-form-group_wq8nz_535>textarea{padding:.75rem;border:1px solid #d1d5db;border-radius:.5rem;resize:none;font-size:.875rem;min-height:100px}._customer-details-form-group_wq8nz_535>textarea:disabled{background:#f3f4f6;cursor:not-allowed}@media (max-width: 768px){._drawer-container_wq8nz_1{max-width:100%;padding:1rem}._content-container_wq8nz_85{gap:1.5rem}._module-container_wq8nz_93{gap:.75rem}._overview-grid_wq8nz_130{grid-template-columns:1fr;gap:.5rem}._overview-card_wq8nz_150{padding:.625rem}._section-heading_wq8nz_101{font-size:.9375rem}._actions-grid_wq8nz_426{flex-direction:column}._action-btn_wq8nz_437{width:100%;justify-content:center}._customer-details-form_wq8nz_524{grid-template-columns:1fr;gap:.75rem}}@media (max-width: 480px){._drawer-container_wq8nz_1{padding:.75rem}._content-container_wq8nz_85{gap:1rem}._overview-card_wq8nz_150{padding:.5rem}._section-heading_wq8nz_101{font-size:.875rem}._action-btn_wq8nz_437{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_b7q9o_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_b7q9o_1{padding:2rem 2.5rem 2.5rem;gap:1.5rem}}._pageHeader_b7q9o_14{display:flex;align-items:flex-start;gap:1rem}._headerIconWrap_b7q9o_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_b7q9o_18{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));width:26px;height:26px}._pageTitle_b7q9o_32{font-weight:600;letter-spacing:-.025em;font-size:1.5rem;line-height:1.3;color:#0f172a}@media (min-width: 769px){._pageTitle_b7q9o_32{font-size:1.75rem}}._pageSubtext_b7q9o_45{margin-top:.25rem;font-size:.875rem;line-height:1.25rem;color:#64748b}._header_b7q9o_18{width:100%}._latestCasesSection_b7q9o_54{width:100%;display:flex;flex-direction:column;gap:.75rem}._latestCasesHeader_b7q9o_61{display:flex;align-items:center;gap:.5rem}._latestCasesTitle_b7q9o_67{margin:0;font-size:1.25rem;font-weight:600;color:#0f172a}._latestCasesSpinner_b7q9o_74{width:1.5rem;height:1.5rem;flex-shrink:0}._tableWrapper_b7q9o_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_b7q9o_80 table{width:100%;border-collapse:collapse;table-layout:fixed}._tableWrapper_b7q9o_80 thead tr{background:linear-gradient(180deg,#f8fafc,#f1f5f9);border-bottom:2px solid #e2e8f0}._tableWrapper_b7q9o_80 thead th{padding:.5rem .75rem;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#475569;text-align:left}._tableRow_b7q9o_108{cursor:pointer;background:#fff;border-bottom:1px solid #f1f5f9;transition:background-color .15s ease,box-shadow .15s ease}._tableRow_b7q9o_108:nth-child(2n){background:#fafbfc}._tableRow_b7q9o_108:hover{background:#eff6ff!important;box-shadow:inset 3px 0 #3b82f6}._tableCell_b7q9o_124{padding:.5rem .75rem;font-size:.8125rem}._cellTruncate_b7q9o_130 span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}._tableWrapper_b7q9o_80 thead th:nth-child(1),._tableWrapper_b7q9o_80 tbody tr td:nth-child(1){width:12%;min-width:100px}._tableWrapper_b7q9o_80 thead th:nth-child(2),._tableWrapper_b7q9o_80 tbody tr td:nth-child(2){width:16%;min-width:100px;max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._tableWrapper_b7q9o_80 thead th:nth-child(3),._tableWrapper_b7q9o_80 tbody tr td:nth-child(3){width:18%;min-width:120px;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._tableWrapper_b7q9o_80 tbody tr td:first-child{white-space:normal}._dateTimeBlock_b7q9o_170{display:flex;flex-direction:column;gap:.125rem;line-height:1.3}._dateLine_b7q9o_177{font-size:.8125rem;font-weight:500;color:#334155}._timeLine_b7q9o_183{font-size:.75rem;color:#94a3b8;font-weight:400}._tableWrapper_b7q9o_80 table thead tr th:nth-child(4),._tableWrapper_b7q9o_80 table tbody tr td:nth-child(4){width:14%;min-width:100px;max-width:160px;text-align:left!important;padding:.5rem .5rem .5rem .75rem!important;overflow:hidden!important;box-sizing:border-box!important}._tableWrapper_b7q9o_80 table tbody tr td:nth-child(4) ._statusWrapper_b7q9o_201{padding:4px 8px!important;display:inline-flex!important;justify-content:flex-start!important;align-items:center!important;max-width:100%!important;min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important}._tableWrapper_b7q9o_80 table tbody tr td:nth-child(4) ._statusWrapper_b7q9o_201 p{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}._tableWrapper_b7q9o_80 table thead tr th:nth-child(5),._tableWrapper_b7q9o_80 table tbody tr td:nth-child(5){width:24%;min-width:120px;max-width:240px;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}._tableWrapper_b7q9o_80 table thead tr th:nth-child(6),._tableWrapper_b7q9o_80 table tbody tr td:nth-child(6){text-align:left!important;width:10%;min-width:90px;max-width:120px;padding:.5rem .25rem!important}._textPrimary_b7q9o_240{--tw-text-opacity: 1;color:rgb(34 34 34 / var(--tw-text-opacity, 1))}._textSecondary_b7q9o_244{--tw-text-opacity: 1;color:rgb(102 112 133 / var(--tw-text-opacity, 1))}._statusWrapper_b7q9o_201{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_b7q9o_254{--tw-bg-opacity: 1;background-color:rgb(236 253 243 / var(--tw-bg-opacity, 1))}._statusInProgress_b7q9o_258{--tw-bg-opacity: 1;background-color:rgb(254 243 199 / var(--tw-bg-opacity, 1))}._statusUnresolved_b7q9o_262{--tw-bg-opacity: 1;background-color:rgb(255 233 233 / var(--tw-bg-opacity, 1))}._statusDotResolved_b7q9o_266{height:.5rem;width:.5rem;border-radius:9999px;--tw-bg-opacity: 1;background-color:rgb(20 186 109 / var(--tw-bg-opacity, 1))}._statusDotInProgress_b7q9o_270{height:.5rem;width:.5rem;border-radius:9999px;--tw-bg-opacity: 1;background-color:rgb(255 204 0 / var(--tw-bg-opacity, 1))}._statusDotUnresolved_b7q9o_274{height:.5rem;width:.5rem;border-radius:9999px;--tw-bg-opacity: 1;background-color:rgb(224 5 5 / var(--tw-bg-opacity, 1))}._statusTextResolved_b7q9o_278{font-size:.75rem;line-height:1rem;font-weight:500;--tw-text-opacity: 1;color:rgb(3 120 71 / var(--tw-text-opacity, 1))}._statusTextInProgress_b7q9o_282{font-size:.75rem;line-height:1rem;font-weight:500;--tw-text-opacity: 1;color:rgb(180 83 9 / var(--tw-text-opacity, 1))}._statusTextUnresolved_b7q9o_286{font-size:.75rem;line-height:1rem;font-weight:500;--tw-text-opacity: 1;color:rgb(224 5 5 / var(--tw-text-opacity, 1))}._actionWrapper_b7q9o_290{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_b7q9o_296{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_b7q9o_303{width:20px;height:20px;color:#3b82f6}._actionButton_b7q9o_296:hover ._actionIconView_b7q9o_303{color:#2563eb}._actionIconEdit_b7q9o_313{width:20px;height:20px;color:#f59e0b}._actionButton_b7q9o_296:hover ._actionIconEdit_b7q9o_313{color:#d97706}._actionIconReverify_b7q9o_323{width:20px;height:20px;color:#059669}._actionButton_b7q9o_296:hover ._actionIconReverify_b7q9o_323{color:#047857}._actionButton_b7q9o_296:hover{background:#f1f5f9;transform:scale(1.05)}._content-container_b7q9o_338{display:flex;flex-direction:column;gap:2rem}._top-info-container_b7q9o_342{display:flex;flex-wrap:wrap;gap:1rem}@media (max-width: 768px){._dashboardContainer_b7q9o_1{gap:1.5rem;padding:1rem .75rem}._top-info-container_b7q9o_342{flex-direction:column;gap:.5rem}._info-div_b7q9o_355{width:100%}._actions-container_b7q9o_359{width:100%;flex-direction:column}._actions-container_b7q9o_359 button{width:100%}._tableWrapper_b7q9o_80{overflow:hidden;border-radius:.5rem;margin:0 -.75rem;width:calc(100% + 1.5rem)}._tableCell_b7q9o_124{padding:.5rem .75rem}._actionWrapper_b7q9o_290{flex-wrap:nowrap;gap:.75rem;min-width:-moz-fit-content;min-width:fit-content}._actionWrapper_b7q9o_290>span{flex-shrink:0}._tableCell_b7q9o_124{overflow:visible}._tableCell_b7q9o_124:has(._statusWrapper_b7q9o_201){padding:.75rem .5rem;width:auto;max-width:120px}._mobileCardHeader_b7q9o_397 ._statusWrapper_b7q9o_201,._tableCell_b7q9o_124 ._statusWrapper_b7q9o_201{width:-moz-fit-content;width:fit-content;align-items:center;gap:.375rem;flex-direction:row!important}._tableRow_b7q9o_108{position:relative}}@media (max-width: 480px){._dashboardContainer_b7q9o_1{gap:1rem}._actionWrapper_b7q9o_290{gap:.5rem}}._mobileCard_b7q9o_397{overflow:hidden;border-width:1px;border-color:#e5e7ebcc;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));border-radius:1rem;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 1px 3px #0000000d,0 4px 12px #0f172a0a;position:relative;margin-bottom:1rem}._mobileCard_b7q9o_397:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#04396d,#065a9e);opacity:1}._mobileCard_b7q9o_397:active{transform:scale(.995)}._mobileCardHeader_b7q9o_397{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:1.25rem 1.25rem 1rem;background:linear-gradient(180deg,#f8fafc,#f1f5f9);border-bottom:1px solid #e2e8f0}._mobileCardCustomer_b7q9o_450{min-width:0px;flex:1 1 0%;cursor:pointer;text-align:left;font-weight:700;font-size:1rem;line-height:1.3;color:#0f172a;transition:color .2s ease;-webkit-tap-highlight-color:transparent}._mobileCardCustomer_b7q9o_450:hover{color:#04396d}._mobileCardBody_b7q9o_463{padding:1rem 1.25rem;display:flex;flex-direction:column;gap:1rem}._mobileCardRow_b7q9o_470{display:flex;flex-direction:column;gap:.125rem}._mobileCardLabel_b7q9o_474{font-size:.6875rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em}._mobileCardValue_b7q9o_482{font-size:.875rem;font-weight:500;color:#334155;word-wrap:break-word;overflow-wrap:break-word;line-height:1.5}._mobileCardActions_b7q9o_491{display:flex;flex-wrap:wrap;gap:.5rem;padding:1rem 1.25rem 1.25rem;background:#fff;border-top:1px solid #e2e8f0}._mobileCardActionButton_b7q9o_498{display:flex;flex:1 1 0%;align-items:center;justify-content:center;gap:.5rem;border-radius:.75rem;font-size:.875rem;line-height:1.25rem;font-weight:600;min-width:0;min-height:44px;padding:.75rem 1rem;background:linear-gradient(135deg,#04396d,#065a9e);color:#fff;border:none;box-shadow:0 2px 6px #04396d40;transition:opacity .2s ease,transform .1s ease,box-shadow .2s ease;-webkit-tap-highlight-color:transparent;touch-action:manipulation;cursor:pointer;white-space:nowrap}._mobileCardActionButton_b7q9o_498:hover{opacity:.95;box-shadow:0 4px 10px #04396d4d}._mobileCardActionButton_b7q9o_498:active{transform:scale(.98)}._mobileCardActionButtonReverify_b7q9o_524{background:linear-gradient(135deg,#059669,#047857);box-shadow:0 2px 6px #05966940;min-width:5.5rem}._mobileCardActionButtonReverify_b7q9o_524:hover{opacity:.95;box-shadow:0 4px 10px #05966959}._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_1ix4z_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_1ix4z_2{padding:2rem 2.5rem 2.5rem;gap:1.5rem}}._pageHeader_1ix4z_16{display:flex;align-items:flex-start;gap:1rem}._headerIconWrap_1ix4z_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_1ix4z_20{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));width:26px;height:26px}._pageTitle_1ix4z_34{font-weight:600;letter-spacing:-.025em;font-size:1.5rem;line-height:1.3;color:#0f172a}@media (min-width: 769px){._pageTitle_1ix4z_34{font-size:1.75rem}}._pageSubtext_1ix4z_47{margin-top:.25rem;font-size:.875rem;line-height:1.25rem;color:#64748b}._casesHeader_1ix4z_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_1ix4z_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_1ix4z_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_1ix4z_64:hover:not(._statusPillActive_1ix4z_92){background-color:#e2e8f0;color:#1e293b}._statusPillActive_1ix4z_92{background:linear-gradient(135deg,#0f172a,#1e3a5f);color:#fff;box-shadow:0 2px 6px #0f172a33}._filterButtonWrapper_1ix4z_103{display:flex;align-items:center;gap:.5rem;margin-left:auto!important;flex-shrink:0}._casesTableSpinner_1ix4z_109{width:1.25rem;height:1.25rem;flex-shrink:0}._customerName_1ix4z_115{--tw-text-opacity: 1;color:rgb(3 32 76 / var(--tw-text-opacity, 1))}._addButton_1ix4z_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_1ix4z_120:hover{--tw-bg-opacity: 1;background-color:rgb(31 60 92 / var(--tw-bg-opacity, 1))}._tableWrapper_1ix4z_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_1ix4z_130 table{width:100%;border-collapse:collapse;table-layout:fixed}._tableWrapper_1ix4z_130 thead tr{background:linear-gradient(180deg,#f8fafc,#f1f5f9);border-bottom:2px solid #e2e8f0}._tableWrapper_1ix4z_130 thead th{padding:.5rem .75rem;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#475569;text-align:left}._tableRow_1ix4z_158{cursor:pointer;background:#fff;border-bottom:1px solid #f1f5f9;transition:background-color .15s ease,box-shadow .15s ease}._tableRow_1ix4z_158:nth-child(2n){background:#fafbfc}._tableRow_1ix4z_158:hover{background:#eff6ff!important;box-shadow:inset 3px 0 #3b82f6}._tableCell_1ix4z_174{padding:.5rem .75rem;font-size:.8125rem}._cellTruncate_1ix4z_180 span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}._tableWrapper_1ix4z_130 thead th:nth-child(1),._tableWrapper_1ix4z_130 tbody tr td:nth-child(1){width:12%;min-width:100px}._tableWrapper_1ix4z_130 thead th:nth-child(2),._tableWrapper_1ix4z_130 tbody tr td:nth-child(2){width:16%;min-width:100px;max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._tableWrapper_1ix4z_130 thead th:nth-child(3),._tableWrapper_1ix4z_130 tbody tr td:nth-child(3){width:18%;min-width:120px;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._tableWrapper_1ix4z_130 tbody tr td:first-child{white-space:normal}._dateTimeBlock_1ix4z_221{display:flex;flex-direction:column;gap:.125rem;line-height:1.3}._dateLine_1ix4z_228{font-size:.8125rem;font-weight:500;color:#334155}._timeLine_1ix4z_234{font-size:.75rem;color:#94a3b8;font-weight:400}._noCaseMessage_1ix4z_241{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_1ix4z_130 table thead tr th:nth-child(4),._tableWrapper_1ix4z_130 table tbody tr td:nth-child(4){width:14%;min-width:100px;max-width:160px;text-align:left!important;padding:.5rem .5rem .5rem .75rem!important;overflow:hidden!important;box-sizing:border-box!important}._tableWrapper_1ix4z_130 table tbody tr td:nth-child(4) ._statusWrapper_1ix4z_257{padding:4px 8px!important;display:inline-flex!important;justify-content:flex-start!important;align-items:center!important;max-width:100%!important;min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important}._tableWrapper_1ix4z_130 table tbody tr td:nth-child(4) ._statusWrapper_1ix4z_257 p{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}._tableWrapper_1ix4z_130 table thead tr th:nth-child(5),._tableWrapper_1ix4z_130 table tbody tr td:nth-child(5){width:24%;min-width:120px;max-width:240px;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}._tableWrapper_1ix4z_130 table thead tr th:nth-child(6),._tableWrapper_1ix4z_130 table tbody tr td:nth-child(6){text-align:left!important;width:10%;min-width:90px;max-width:120px;padding:.5rem .25rem!important}._textPrimary_1ix4z_296{--tw-text-opacity: 1;color:rgb(34 34 34 / var(--tw-text-opacity, 1))}._textSecondary_1ix4z_300{--tw-text-opacity: 1;color:rgb(102 112 133 / var(--tw-text-opacity, 1))}._statusWrapper_1ix4z_257{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_1ix4z_310{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))}._statusInProgress_1ix4z_314{width:-moz-fit-content;width:fit-content;border-radius:1rem;--tw-bg-opacity: 1;background-color:rgb(254 243 199 / var(--tw-bg-opacity, 1))}._statusUnresolved_1ix4z_318{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_1ix4z_322{height:.5rem;width:.5rem;border-radius:9999px;--tw-bg-opacity: 1;background-color:rgb(20 186 109 / var(--tw-bg-opacity, 1))}._statusDotInProgress_1ix4z_326{height:.5rem;width:.5rem;border-radius:9999px;--tw-bg-opacity: 1;background-color:rgb(255 204 0 / var(--tw-bg-opacity, 1))}._statusDotUnresolved_1ix4z_330{height:.5rem;width:.5rem;border-radius:9999px;--tw-bg-opacity: 1;background-color:rgb(224 5 5 / var(--tw-bg-opacity, 1))}._statusTextResolved_1ix4z_334{font-size:.75rem;line-height:1rem;font-weight:500;--tw-text-opacity: 1;color:rgb(3 120 71 / var(--tw-text-opacity, 1))}._statusTextInProgress_1ix4z_338{font-size:.75rem;line-height:1rem;font-weight:500;--tw-text-opacity: 1;color:rgb(180 83 9 / var(--tw-text-opacity, 1))}._statusTextUnresolved_1ix4z_342{font-size:.75rem;line-height:1rem;font-weight:500;--tw-text-opacity: 1;color:rgb(224 5 5 / var(--tw-text-opacity, 1))}._actionWrapper_1ix4z_346{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_1ix4z_352{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_1ix4z_359{width:20px;height:20px;color:#3b82f6}._actionButton_1ix4z_352:hover ._actionIconView_1ix4z_359{color:#2563eb}._actionIconEdit_1ix4z_369{width:20px;height:20px;color:#f59e0b}._actionButton_1ix4z_352:hover ._actionIconEdit_1ix4z_369{color:#d97706}._actionIconReverify_1ix4z_379{width:20px;height:20px;color:#10b981}._actionButton_1ix4z_352:hover ._actionIconReverify_1ix4z_379{color:#059669}._actionButton_1ix4z_352:hover{background:#f1f5f9;transform:scale(1.05)}._filterButtonWrapper_1ix4z_103{display:flex;align-items:center;gap:1rem}._clearFilterButton_1ix4z_397{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_1ix4z_397:hover{background-color:#bfdbfe4d}._clearFilterButton_1ix4z_397:disabled{cursor:not-allowed;background-color:#bfdbfe33}._filterButton_1ix4z_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_1ix4z_103:hover{background-color:#1d4ed8bf}._filterButton_1ix4z_103:disabled{cursor:not-allowed;background-color:#1d4ed84d}._mobileCard_1ix4z_406{overflow:hidden;border-radius:1rem;border-width:1px;border-color:#e5e7ebcc;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 1px 3px #0000000d,0 4px 12px #0f172a0a;position:relative;margin-bottom:1rem}._mobileCard_1ix4z_406:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#04396d,#065a9e);opacity:1}._mobileCard_1ix4z_406:active{transform:scale(.995)}._mobileCardHeader_1ix4z_429{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:1.25rem 1.25rem 1rem;background:linear-gradient(180deg,#f8fafc,#f1f5f9);border-bottom:1px solid #e2e8f0}._mobileCardCustomer_1ix4z_436{min-width:0px;flex:1 1 0%;cursor:pointer;text-align:left;font-weight:700;font-size:1rem;line-height:1.3;color:#0f172a;transition:color .2s ease;-webkit-tap-highlight-color:transparent}._mobileCardCustomer_1ix4z_436:hover{color:#04396d}._mobileCardBody_1ix4z_449{padding:1rem 1.25rem;display:flex;flex-direction:column;gap:1rem}._mobileCardRow_1ix4z_456{display:flex;flex-direction:column;gap:.375rem}._mobileCardLabel_1ix4z_460{font-size:.6875rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em}._mobileCardValue_1ix4z_468{font-size:.875rem;font-weight:500;color:#334155;word-wrap:break-word;overflow-wrap:break-word;line-height:1.5}._mobileCardActions_1ix4z_477{display:flex;flex-wrap:wrap;gap:.5rem;padding:1rem 1.25rem 1.25rem;background:#fff;border-top:1px solid #e2e8f0}._mobileCardActionButton_1ix4z_484{display:flex;flex:1 1 0%;align-items:center;justify-content:center;gap:.5rem;border-radius:.75rem;font-size:.875rem;line-height:1.25rem;font-weight:600;min-width:0;min-height:44px;padding:.75rem 1rem;background:linear-gradient(135deg,#04396d,#065a9e);color:#fff;border:none;box-shadow:0 2px 6px #04396d40;transition:opacity .2s ease,transform .1s ease,box-shadow .2s ease;-webkit-tap-highlight-color:transparent;touch-action:manipulation;cursor:pointer;white-space:nowrap}._mobileCardActionButton_1ix4z_484:hover{opacity:.95;box-shadow:0 4px 10px #04396d4d}._mobileCardActionButton_1ix4z_484:active{transform:scale(.98)}._mobileCardActionButtonReverify_1ix4z_510{background:linear-gradient(135deg,#059669,#047857);box-shadow:0 2px 6px #05966940;min-width:5.5rem}._mobileCardActionButtonReverify_1ix4z_510:hover{opacity:.95;box-shadow:0 4px 10px #05966959}@media (max-width: 768px){._container_1ix4z_2{gap:1.5rem;padding:1rem .75rem}._header_1ix4z_20{flex-direction:column;align-items:flex-start;gap:.75rem}._casesHeader_1ix4z_53{width:100%;flex-direction:column;align-items:flex-start;gap:.75rem;justify-content:flex-start}._mobileCardHeader_1ix4z_429 ._statusWrapper_1ix4z_257,._tableCell_1ix4z_174 ._statusWrapper_1ix4z_257{width:-moz-fit-content;width:fit-content;align-items:center;gap:.375rem;flex-direction:row!important}._statusPills_1ix4z_64{width:100%;flex-wrap:wrap;gap:.5rem}._filterButtonWrapper_1ix4z_103{width:100%;flex-direction:column;gap:.5rem;margin-left:0!important}._statusPill_1ix4z_64{padding:.375rem .75rem;font-size:.875rem;line-height:1.25rem}._addButton_1ix4z_120{width:100%;justify-content:center;padding:.75rem;font-size:.875rem;line-height:1.25rem}._filterButton_1ix4z_103,._clearFilterButton_1ix4z_397{width:100%;justify-content:center;font-size:.875rem;line-height:1.25rem}._tableWrapper_1ix4z_130{overflow:hidden;border-radius:.5rem;margin:0 -.75rem;width:calc(100% + 1.5rem)}._tableCell_1ix4z_174{padding:.5rem .75rem}._actionWrapper_1ix4z_346{flex-wrap:nowrap;gap:.75rem;min-width:-moz-fit-content;min-width:fit-content}._actionWrapper_1ix4z_346>span{flex-shrink:0}._tableCell_1ix4z_174{padding:.75rem;overflow:visible}._tableCell_1ix4z_174:has(._statusWrapper_1ix4z_257){padding:.75rem .5rem;width:auto;max-width:120px}._tableRow_1ix4z_158{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}._modalWrapper_15xp6_6{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1rem}._modalOverlay_15xp6_10{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a85;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}._modalContainer_15xp6_16{position:relative;z-index:50;display:flex;flex-direction:column;overflow:hidden;max-width:720px;width:100%;max-height:88dvh;background:#fff;border-radius:14px;box-shadow:0 20px 40px -12px #0000002e,0 0 0 1px #94a3b80f;font-family:Plus Jakarta Sans,Inter,system-ui,sans-serif}._modalHeader_15xp6_29{display:flex;flex-shrink:0;align-items:center;justify-content:space-between;padding:.875rem 1.25rem;background:#fafbfc;border-bottom:1px solid #e5e7eb}._headerLeft_15xp6_36{display:flex;align-items:center;gap:.75rem}._headerIcon_15xp6_40{display:flex;flex-shrink:0;align-items:center;justify-content:center;width:38px;height:38px;border-radius:10px;background:linear-gradient(135deg,#0f172a,#1e293b);color:#f8fafc;box-shadow:0 2px 6px #0f172a2e}._headerContent_15xp6_50{display:flex;flex-direction:column;gap:0px}._modalTitle_15xp6_54{font-family:Plus Jakarta Sans,Inter,system-ui,sans-serif;font-size:1rem;font-weight:600;line-height:1.3;color:#0f172a;letter-spacing:-.01em}._modalSubtitle_15xp6_63{font-size:.75rem;color:#64748b;line-height:1.35;margin-top:.125rem}._closeButton_15xp6_70{display:flex;align-items:center;justify-content:center;border-radius:.5rem;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;animation-duration:.2s;width:32px;height:32px;color:#64748b}._closeButton_15xp6_70:hover:not(:disabled){background:#e5e7eb;color:#374151}._closeButton_15xp6_70:disabled{cursor:not-allowed;opacity:.5}._modalContent_15xp6_88{display:flex;flex:1 1 0%;flex-direction:column;overflow-y:auto;padding:1rem 1.25rem;gap:.75rem}._section_15xp6_94{display:flex;flex-direction:column;background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:.75rem 1rem;box-shadow:0 1px 2px #00000008}._sectionHeader_15xp6_103{margin-bottom:0;display:flex;align-items:center;gap:.625rem;padding-bottom:.5rem;border-bottom:1px solid #f1f5f9}._sectionIconWrap_15xp6_108{display:flex;flex-shrink:0;align-items:center;justify-content:center;width:30px;height:30px;border-radius:8px}._sectionIconWrapPersonal_15xp6_115{background:#eff6ff;color:#2563eb}._sectionIconWrapContact_15xp6_120{background:#ecfdf5;color:#059669}._sectionIconWrapAddress_15xp6_125{background:#fffbeb;color:#d97706}._sectionIconWrapAccount_15xp6_130{background:#f5f3ff;color:#7c3aed}._sectionIcon_15xp6_108{display:flex;align-items:center;justify-content:center}._sectionTitle_15xp6_139{font-family:Plus Jakarta Sans,Inter,system-ui,sans-serif;font-size:.6875rem;font-weight:600;color:#475569;letter-spacing:.02em;text-transform:uppercase}._sectionContent_15xp6_148{display:flex;flex-direction:column;gap:.75rem;padding-top:.5rem}._inputGroup_15xp6_152{display:flex;width:100%;flex-direction:column;gap:.75rem}@media (min-width: 414px){._inputGroup_15xp6_152{flex-direction:row}}._inputWrapper_15xp6_156{display:flex;min-width:0px;flex:1 1 0%;flex-direction:column;gap:.25rem}._inputWrapper_15xp6_156 label,._inputWrapper_15xp6_156 input,._inputWrapper_15xp6_156 select{font-size:.8125rem}._selectField_15xp6_166{width:100%}._fieldError_15xp6_170{font-size:.6875rem;color:#dc2626}._modalFooter_15xp6_177{display:flex;flex-shrink:0;align-items:center;justify-content:flex-end;gap:.5rem;padding:.75rem 1.25rem;background:#fafbfc;border-top:1px solid #e5e7eb}._cancelButton_15xp6_184{font-weight:500;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;animation-duration:.2s;padding:.375rem 1rem;font-size:.8125rem;color:#475569;background:#fff;border:1px solid #d1d5db;border-radius:8px}._cancelButton_15xp6_184:hover:not(:disabled){background:#f9fafb;border-color:#9ca3af;color:#374151}._cancelButton_15xp6_184:disabled{cursor:not-allowed;opacity:.5}._submitButton_15xp6_204{font-weight:600;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;animation-duration:.2s;padding:.375rem 1rem;font-size:.8125rem;color:#fff;background:linear-gradient(135deg,#0f172a,#1e293b);border:none;border-radius:8px;box-shadow:0 2px 6px #0f172a33}._submitButton_15xp6_204:hover:not(:disabled){background:linear-gradient(135deg,#1e293b,#334155);box-shadow:0 3px 10px #0f172a47}._submitButton_15xp6_204:disabled{cursor:not-allowed;opacity:.5;box-shadow:none}._submitContent_15xp6_225,._loadingContent_15xp6_226{display:flex;align-items:center;justify-content:center;gap:.375rem}@keyframes _spin_15xp6_230{to{transform:rotate(360deg)}}._spinner_15xp6_230{animation:_spin_15xp6_230 1s linear infinite}._modalContent_15xp6_88::-webkit-scrollbar{width:5px}._modalContent_15xp6_88::-webkit-scrollbar-track{background:#f1f5f9;border-radius:3px}._modalContent_15xp6_88::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}._modalContent_15xp6_88::-webkit-scrollbar-thumb:hover{background:#94a3b8}@media (max-width: 768px){._modalWrapper_15xp6_6{align-items:flex-end;padding:0}._modalContainer_15xp6_16{max-height:92dvh;border-radius:12px 12px 0 0}._modalHeader_15xp6_29{padding:.75rem 1rem}._headerIcon_15xp6_40{width:34px;height:34px;border-radius:8px}._modalTitle_15xp6_54{font-size:.9375rem}._modalSubtitle_15xp6_63{font-size:.6875rem}._modalContent_15xp6_88{padding:.75rem 1rem;gap:.625rem}._section_15xp6_94{padding:.625rem .875rem}._sectionHeader_15xp6_103{gap:.5rem;padding-bottom:.375rem}._sectionIconWrap_15xp6_108{width:28px;height:28px;border-radius:6px}._sectionTitle_15xp6_139{font-size:.625rem}._sectionContent_15xp6_148{gap:.625rem;padding-top:.375rem}._inputGroup_15xp6_152{gap:.625rem}._modalFooter_15xp6_177{padding:.625rem 1rem;gap:.5rem}._cancelButton_15xp6_184,._submitButton_15xp6_204{padding:.5rem .875rem;font-size:.75rem}}@media (max-width: 480px){._modalHeader_15xp6_29{padding:.625rem .875rem}._headerIcon_15xp6_40{width:32px;height:32px}._modalSubtitle_15xp6_63{display:none}._modalContent_15xp6_88{padding:.625rem .875rem}._section_15xp6_94{padding:.5rem .75rem}._modalFooter_15xp6_177{flex-direction:column;padding:.5rem .875rem}._cancelButton_15xp6_184,._submitButton_15xp6_204{width:100%;justify-content:center;font-size:.8125rem}}._container_1msds_4{position:relative;display:flex;min-height:100vh;flex-direction:column;gap:.75rem;padding:1rem 1.25rem;background:#f5f6f8;font-family:Plus Jakarta Sans,Inter,system-ui,sans-serif}@media (min-width: 768px){._container_1msds_4{padding:1.25rem 1.5rem;gap:1rem}}._pageHeader_1msds_22{margin-bottom:0;display:flex;align-items:flex-start;gap:.75rem}._headerIconWrap_1msds_26{display:flex;flex-shrink:0;align-items:center;justify-content:center;border-radius:.75rem;width:42px;height:42px;background:linear-gradient(135deg,#0f172a,#1e293b);box-shadow:0 2px 8px #0f172a33}._headerIcon_1msds_26{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));width:22px;height:22px}._pageTitle_1msds_40{font-family:Plus Jakarta Sans,Inter,system-ui,sans-serif;font-size:1.25rem;font-weight:600;line-height:1.3;color:#0f172a;letter-spacing:-.02em}@media (min-width: 769px){._pageTitle_1msds_40{font-size:1.375rem}}._pageSubtext_1msds_55{font-size:.8125rem;color:#6b7280;margin-top:.125rem;line-height:1.35}._header_1msds_26{display:flex;width:100%;flex-direction:column;align-items:stretch;justify-content:center;gap:.5rem}@media (min-width: 414px){._header_1msds_26{flex-direction:row;flex-wrap:wrap;align-items:center}}._header_1msds_26{padding:.75rem 1rem;background:#fff;border-radius:10px;border:1px solid #e5e7eb;box-shadow:0 1px 2px #0000000a}@media (min-width: 768px){._header_1msds_26{padding:.625rem 1rem;gap:.5rem}}._baseButton_1msds_84{display:inline-flex;align-items:center;justify-content:center;gap:.375rem;border-radius:.5rem;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;animation-duration:.2s;padding:.5rem .875rem;font-size:.8125rem;font-weight:600;min-height:36px}._baseButton_1msds_84:disabled{cursor:not-allowed;opacity:.5;transform:none!important;box-shadow:none!important}._switchAccountButton_1msds_99{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));display:inline-flex;align-items:center;justify-content:center;gap:.375rem;border-radius:.5rem;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;animation-duration:.2s;padding:.5rem .875rem;font-size:.8125rem;font-weight:600;min-height:36px}._switchAccountButton_1msds_99:disabled{cursor:not-allowed;opacity:.5;transform:none;box-shadow:none}@media (max-width: 768px){._switchAccountButton_1msds_99{width:100%;padding:.5rem .75rem;font-size:.75rem;line-height:1rem;min-height:38px}}@media (max-width: 480px){._switchAccountButton_1msds_99{padding-top:.5rem;padding-bottom:.5rem;font-size:.75rem;line-height:1rem;min-height:36px}}._switchAccountButton_1msds_99{background:linear-gradient(135deg,#374151,#1f2937);box-shadow:0 2px 6px #37415133}._switchAccountButton_1msds_99:hover:not(:disabled){background:linear-gradient(135deg,#4b5563,#374151);box-shadow:0 4px 12px #3741514d;transform:translateY(-1px)}._requestFeeButton_1msds_112{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));display:inline-flex;align-items:center;justify-content:center;gap:.375rem;border-radius:.5rem;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;animation-duration:.2s;padding:.5rem .875rem;font-size:.8125rem;font-weight:600;min-height:36px}._requestFeeButton_1msds_112:disabled{cursor:not-allowed;opacity:.5;transform:none;box-shadow:none}@media (max-width: 768px){._requestFeeButton_1msds_112{width:100%;padding:.5rem .75rem;font-size:.75rem;line-height:1rem;min-height:38px}}@media (max-width: 480px){._requestFeeButton_1msds_112{padding-top:.5rem;padding-bottom:.5rem;font-size:.75rem;line-height:1rem;min-height:36px}}._requestFeeButton_1msds_112{background:linear-gradient(135deg,#dc2626,#b91c1c);box-shadow:0 2px 6px #dc262633}._requestFeeButton_1msds_112:hover:not(:disabled){background:linear-gradient(135deg,#ef4444,#dc2626);box-shadow:0 4px 12px #dc26264d;transform:translateY(-1px)}._requestDiligenceButton_1msds_125{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));display:inline-flex;align-items:center;justify-content:center;gap:.375rem;border-radius:.5rem;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;animation-duration:.2s;padding:.5rem .875rem;font-size:.8125rem;font-weight:600;min-height:36px}._requestDiligenceButton_1msds_125:disabled{cursor:not-allowed;opacity:.5;transform:none;box-shadow:none}@media (max-width: 768px){._requestDiligenceButton_1msds_125{width:100%;padding:.5rem .75rem;font-size:.75rem;line-height:1rem;min-height:38px}}@media (max-width: 480px){._requestDiligenceButton_1msds_125{padding-top:.5rem;padding-bottom:.5rem;font-size:.75rem;line-height:1rem;min-height:36px}}._requestDiligenceButton_1msds_125{background:linear-gradient(135deg,#ea580c,#c2410c);box-shadow:0 2px 6px #ea580c33}._requestDiligenceButton_1msds_125:hover:not(:disabled){background:linear-gradient(135deg,#f97316,#ea580c);box-shadow:0 4px 12px #ea580c4d;transform:translateY(-1px)}._topUpButton_1msds_138{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));display:inline-flex;align-items:center;justify-content:center;gap:.375rem;border-radius:.5rem;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;animation-duration:.2s;padding:.5rem .875rem;font-size:.8125rem;font-weight:600;min-height:36px}._topUpButton_1msds_138:disabled{cursor:not-allowed;opacity:.5;transform:none;box-shadow:none}@media (max-width: 768px){._topUpButton_1msds_138{width:100%;padding:.5rem .75rem;font-size:.75rem;line-height:1rem;min-height:38px}}@media (max-width: 480px){._topUpButton_1msds_138{padding-top:.5rem;padding-bottom:.5rem;font-size:.75rem;line-height:1rem;min-height:36px}}._topUpButton_1msds_138{background:linear-gradient(135deg,#059669,#047857);box-shadow:0 2px 6px #05966933}._topUpButton_1msds_138:hover:not(:disabled){background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 4px 12px #0596694d;transform:translateY(-1px)}._updateButton_1msds_151{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));display:inline-flex;align-items:center;justify-content:center;gap:.375rem;border-radius:.5rem;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;animation-duration:.2s;padding:.5rem .875rem;font-size:.8125rem;font-weight:600;min-height:36px}._updateButton_1msds_151:disabled{cursor:not-allowed;opacity:.5;transform:none;box-shadow:none}@media (max-width: 768px){._updateButton_1msds_151{width:100%;padding:.5rem .75rem;font-size:.75rem;line-height:1rem;min-height:38px}}@media (max-width: 480px){._updateButton_1msds_151{padding-top:.5rem;padding-bottom:.5rem;font-size:.75rem;line-height:1rem;min-height:36px}}._updateButton_1msds_151{background:linear-gradient(135deg,#045992,#0369a1);box-shadow:0 2px 6px #04599233}._updateButton_1msds_151:hover:not(:disabled){background:linear-gradient(135deg,#0369a1,#075985);box-shadow:0 4px 12px #0459924d;transform:translateY(-1px)}._activateButton_1msds_164{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));display:inline-flex;align-items:center;justify-content:center;gap:.375rem;border-radius:.5rem;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;animation-duration:.2s;padding:.5rem .875rem;font-size:.8125rem;font-weight:600;min-height:36px}._activateButton_1msds_164:disabled{cursor:not-allowed;opacity:.5;transform:none;box-shadow:none}@media (max-width: 768px){._activateButton_1msds_164{width:100%;padding:.5rem .75rem;font-size:.75rem;line-height:1rem;min-height:38px}}@media (max-width: 480px){._activateButton_1msds_164{padding-top:.5rem;padding-bottom:.5rem;font-size:.75rem;line-height:1rem;min-height:36px}}._activateButton_1msds_164{background:linear-gradient(135deg,#059669,#047857);box-shadow:0 2px 6px #05966933}._activateButton_1msds_164:hover:not(:disabled){background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 4px 12px #0596694d;transform:translateY(-1px)}._resetPasswordButton_1msds_177{display:inline-flex;align-items:center;justify-content:center;gap:.375rem;border-radius:.5rem;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;animation-duration:.2s;padding:.5rem .875rem;font-size:.8125rem;font-weight:600;min-height:36px}._resetPasswordButton_1msds_177:disabled{cursor:not-allowed;opacity:.5;transform:none;box-shadow:none}@media (max-width: 768px){._resetPasswordButton_1msds_177{width:100%;padding:.5rem .75rem;font-size:.75rem;line-height:1rem;min-height:38px}}@media (max-width: 480px){._resetPasswordButton_1msds_177{padding-top:.5rem;padding-bottom:.5rem;font-size:.75rem;line-height:1rem;min-height:36px}}._resetPasswordButton_1msds_177{background:linear-gradient(135deg,#fbbf24,#f59e0b);color:#1f2937;box-shadow:0 2px 6px #fbbf2433}._resetPasswordButton_1msds_177:hover:not(:disabled){background:linear-gradient(135deg,#fcd34d,#fbbf24);box-shadow:0 4px 12px #fbbf244d;transform:translateY(-1px)}._infoSection_1msds_193{display:flex;width:100%;flex-direction:column;gap:.75rem}._cardContainerWrapper_1msds_201{display:flex;width:100%;flex-direction:column;gap:1rem}@media (min-width: 1024px){._cardContainerWrapper_1msds_201{flex-direction:row}}._cardContainer_1msds_201{display:flex;width:100%;flex-direction:column;gap:1rem}@media (min-width: 1024px){._cardContainer_1msds_201{flex-direction:row}}._customerInfoCard_1msds_209{display:flex;width:100%;flex-direction:column;gap:.75rem}._infoCardDetails_1msds_213{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_1msds_218{display:flex;width:100%;flex-direction:column;gap:1rem}@media (min-width: 1024px){._walletSection_1msds_218{flex-direction:row}}._statsSection_1msds_222{display:grid;width:100%;grid-template-columns:repeat(1,minmax(0,1fr));gap:1rem}@media (min-width: 768px){._statsSection_1msds_222{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 1024px){._statsSection_1msds_222{grid-template-columns:repeat(3,minmax(0,1fr))}}._statsItem_1msds_226{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_1msds_226:hover{border-color:#cbd5e1;box-shadow:0 4px 12px #00000014}._statsLabel_1msds_237{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_1msds_241{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_1msds_248{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_1msds_254{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_1msds_259{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_1msds_263{--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_1msds_270{background-color:transparent;--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}._tabButtonInactive_1msds_270: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_1msds_281,._due-deligence-container_1msds_285{display:flex;flex-direction:column;gap:1rem}._due-deligence-not-found-text_1msds_289{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_1msds_293{display:flex;flex-direction:column;gap:1.5rem;overflow:auto}._due-deligence-form-container_1msds_297{display:flex;width:100%;flex-direction:column;align-items:center;justify-content:space-between;gap:1rem}@media (min-width: 768px){._due-deligence-form-container_1msds_297{flex-direction:row}}._due-deligence-answers-container_1msds_301{display:flex;width:100%;flex-direction:column;align-items:center;gap:1rem}@media (min-width: 768px){._due-deligence-answers-container_1msds_301{flex-direction:row}}._due-deligence-resolve-btns-container_1msds_305{margin-left:auto;display:flex;flex-direction:column;align-items:center;gap:.75rem}@media (min-width: 768px){._due-deligence-resolve-btns-container_1msds_305{flex-direction:row}}._due-deligence-resolve-btns-container_1msds_305>._resolve_1msds_309{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_1msds_305>._resolve_1msds_309:hover{--tw-text-opacity: 1;color:rgb(21 128 61 / var(--tw-text-opacity, 1))}._due-deligence-resolve-btns-container_1msds_305>._resolve_1msds_309:disabled{cursor:not-allowed;opacity:.4}._due-deligence-resolve-btns-container_1msds_305>._reject_1msds_313{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_1msds_305>._reject_1msds_313:hover{--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity, 1))}._due-deligence-resolve-btns-container_1msds_305>._reject_1msds_313:disabled{cursor:not-allowed;opacity:.4}._due-deligence-form-group_1msds_317{display:flex;height:-moz-fit-content;height:fit-content;width:100%;flex-direction:column;gap:.5rem}._due-deligence-form-group-flat_1msds_321{display:flex;width:100%;flex-direction:row;align-items:center;justify-content:flex-start;gap:.75rem}._due-deligence-text-input_1msds_325{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_1msds_325: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_1msds_325:disabled{cursor:not-allowed;--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}._due-deligence-checkbox_1msds_338{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_1msds_338:disabled{cursor:not-allowed}._due-deligence-label_1msds_348{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_1msds_355{display:flex;width:100%;flex-direction:column;align-items:center;gap:.75rem}@media (min-width: 768px){._document-file-wrapper_1msds_355{flex-direction:row}}._document-file-wrapper_1msds_355 ._edit-button_1msds_359{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_1msds_355 ._edit-button_1msds_359:hover{--tw-bg-opacity: 1;background-color:rgb(217 119 6 / var(--tw-bg-opacity, 1))}._document-file-wrapper_1msds_355 ._document_tier_1msds_367{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_1msds_4{gap:1rem;padding:1rem .75rem}._header_1msds_26{padding:.875rem 1rem;gap:.625rem}._baseButton_1msds_84{width:100%;padding:.5rem .75rem;font-size:.75rem;line-height:1rem;min-height:38px}._infoCardDetails_1msds_213{padding:.75rem}._statsSection_1msds_222{gap:.75rem}._statsItem_1msds_226{gap:.75rem;padding:.75rem}._tabsHeader_1msds_254{padding-left:.25rem;padding-right:.25rem;padding-top:.25rem}._tabButton_1msds_259{padding:.625rem .75rem;font-size:.75rem;line-height:1rem}}@media (max-width: 480px){._container_1msds_4{padding:.75rem .5rem}._header_1msds_26{padding:.75rem;border-radius:10px}._baseButton_1msds_84{padding-top:.5rem;padding-bottom:.5rem;font-size:.75rem;line-height:1rem;min-height:36px}._statsItem_1msds_226{padding:.625rem}._statsLabel_1msds_237,._statsValue_1msds_241{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}}._formContainer_1wkpc_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_1wkpc_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_1wkpc_13{display:flex;height:3rem;width:3rem;flex-shrink:0;align-items:center;justify-content:center;border-radius:.75rem;background:linear-gradient(135deg,#059669,#047857);color:#fff;box-shadow:0 4px 12px #05966940}._headerContent_1wkpc_20{display:flex;flex-direction:column;gap:.25rem}._title_1wkpc_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_1wkpc_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_1wkpc_33{display:flex;flex-direction:column;gap:1.25rem;padding:1.5rem}._fieldGroup_1wkpc_38{display:flex;width:100%;flex-direction:column;gap:.5rem}._fieldLabel_1wkpc_42{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_1wkpc_46{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}._fieldError_1wkpc_50{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))}._inputWrapper_1wkpc_55{position:relative;display:flex;align-items:center}._input_1wkpc_55{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}._input_1wkpc_55: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_1wkpc_55::-moz-placeholder{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}._input_1wkpc_55::placeholder{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}._input_1wkpc_55:disabled{cursor:not-allowed;--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}._inputError_1wkpc_78{--tw-border-opacity: 1;border-color:rgb(248 113 113 / var(--tw-border-opacity, 1))}._inputError_1wkpc_78:focus{--tw-border-opacity: 1;border-color:rgb(239 68 68 / var(--tw-border-opacity, 1));box-shadow:0 0 0 3px #ef44441a}._inputReadOnly_1wkpc_87{width:100%;cursor:not-allowed;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:.75rem 1rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}._selectError_1wkpc_91 .select-dropdown,._selectError_1wkpc_91 .select-dropdown-2{--tw-border-opacity: 1;border-color:rgb(248 113 113 / var(--tw-border-opacity, 1))}._actions_1wkpc_97{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_1wkpc_102{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_1wkpc_102: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_1wkpc_102:disabled{cursor:not-allowed;opacity:.5}._submitButton_1wkpc_114{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_1wkpc_114:hover:not(:disabled){background:linear-gradient(135deg,#047857,#065f46);box-shadow:0 4px 12px #05966959}._submitButton_1wkpc_114:disabled{cursor:not-allowed;opacity:.5;box-shadow:none}._submitContent_1wkpc_130,._loadingContent_1wkpc_134{display:flex;align-items:center;justify-content:center;gap:.5rem}@keyframes _spin_1wkpc_138{to{transform:rotate(360deg)}}._spinner_1wkpc_138{animation:_spin_1wkpc_138 1s linear infinite}@media (max-width: 640px){._formContainer_1wkpc_2{max-width:100%}._header_1wkpc_8{gap:.75rem;padding:1rem}._fieldsContainer_1wkpc_33{gap:1rem;padding:1rem}._actions_1wkpc_97{gap:.5rem;padding:1rem}._cancelButton_1wkpc_102,._submitButton_1wkpc_114{flex:1 1 0%;padding:.5rem 1rem;font-size:.75rem;line-height:1rem}}._container_qfhxq_1{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(160deg,#f0f9ff,#e0f2fe,#f8fafc);padding:1.5rem}._card_qfhxq_10{max-width:420px;width:100%;background:#fff;border-radius:1rem;box-shadow:0 4px 24px #0f172a14;border:1px solid #e2e8f0;padding:2rem;text-align:center}._iconWrap_qfhxq_21{display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,#fef3c7,#fde68a);margin-bottom:1.25rem}._icon_qfhxq_21{width:32px;height:32px;color:#b45309}._title_qfhxq_38{font-size:1.375rem;font-weight:700;color:#0f172a;margin:0 0 .75rem;line-height:1.3}._message_qfhxq_46{font-size:.9375rem;color:#475569;line-height:1.55;margin:0 0 1.5rem}._logoutBtn_qfhxq_53{display:inline-flex;align-items:center;justify-content:center;padding:.625rem 1.25rem;font-size:.9375rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#0c4a6e,#0369a1);border:none;border-radius:.5rem;cursor:pointer;transition:opacity .2s,transform .1s}._logoutBtn_qfhxq_53:hover{opacity:.95;transform:translateY(-1px)}._logoutBtn_qfhxq_53:focus-visible{outline:2px solid #0284c7;outline-offset:2px}._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_1y4q5_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_1y4q5_2{padding:2rem 2.5rem 2.5rem;gap:1.5rem}}._headerRow_1y4q5_16{display:flex;width:100%;flex-direction:column;gap:1rem}@media (min-width: 769px){._headerRow_1y4q5_16{flex-direction:row;align-items:flex-start;justify-content:space-between;gap:1.5rem}}._myBusinessHeader_1y4q5_27{display:flex;flex-shrink:0;align-items:flex-start;gap:1rem}._headerIconWrap_1y4q5_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_1y4q5_31{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));width:26px;height:26px}._myBusinessText_1y4q5_45{font-weight:600;letter-spacing:-.025em;font-size:1.5rem;line-height:1.3;color:#0f172a}@media (min-width: 769px){._myBusinessText_1y4q5_45{font-size:1.75rem}}._myBusinessSubtext_1y4q5_58{margin-top:.25rem;font-size:.875rem;line-height:1.25rem;color:#64748b}._searchContainer_1y4q5_64{display:flex;width:100%;flex-direction:column;gap:.75rem}@media (min-width: 640px){._searchContainer_1y4q5_64{flex-direction:row;flex-wrap:wrap;align-items:center;gap:.75rem;min-width:0}}@media (min-width: 769px){._searchContainer_1y4q5_64{flex:1 1 auto;min-width:0;flex-wrap:nowrap;align-items:center;max-width:none}}._actionsGroup_1y4q5_88{display:flex;flex-shrink:0;align-items:center;gap:.5rem}@media (min-width: 769px){._actionsGroup_1y4q5_88{margin-left:auto}}._businessesTableSpinner_1y4q5_98{width:1.25rem;height:1.25rem;flex-shrink:0}._statusFilter_1y4q5_104{flex-shrink:0;border-radius:.75rem;border-width:1px;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));font-weight:500;outline:2px solid transparent;outline-offset:2px;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;animation-duration:.2s;min-height:2.75rem;min-width:8rem;padding:.5rem 2rem .5rem .75rem;font-size:.9375rem;color:#0f172a;border-color:#e2e8f0;box-shadow:0 1px 3px #0000000a;-webkit-appearance:auto;-moz-appearance:auto;appearance:auto;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2394a3b8'%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 .5rem center;background-size:1.25rem}._statusFilter_1y4q5_104:hover{border-color:#cbd5e1}._statusFilter_1y4q5_104:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f626}._searchBox_1y4q5_130{position:relative;display:flex;min-width:0px;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;max-width:320px}._searchBox_1y4q5_130:focus-within{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f626}._searchIcon_1y4q5_146{flex-shrink:0;color:#94a3b8;width:20px;height:20px}._searchBox_1y4q5_130:focus-within ._searchIcon_1y4q5_146{color:#3b82f6}._inputField_1y4q5_157{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_1y4q5_157::-moz-placeholder{--tw-text-opacity: 1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}._inputField_1y4q5_157::placeholder{--tw-text-opacity: 1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}._inputField_1y4q5_157{font-size:.9375rem}._inputField_1y4q5_157::-moz-placeholder{color:#94a3b8}._inputField_1y4q5_157::placeholder{color:#94a3b8}._searchButton_1y4q5_166{display:inline-flex;flex-shrink:0;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_1y4q5_166:hover{transform:translateY(-1px);box-shadow:0 4px 12px #0f172a40}._searchButton_1y4q5_166:active{transform:translateY(0)}._exportButton_1y4q5_184{display:inline-flex;flex-shrink:0;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;border:none;cursor:pointer;white-space:nowrap}._exportButton_1y4q5_184:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #0f172a40}._exportButton_1y4q5_184:active:not(:disabled){transform:translateY(0)}._exportButton_1y4q5_184:disabled{opacity:.5;cursor:not-allowed}._tableWrapper_1y4q5_211{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_1y4q5_217{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_1y4q5_217:hover{background:#f8fafc}._tableRow_1y4q5_217:last-child{border-bottom-width:0px}._tableCell_1y4q5_230{padding:.625rem .75rem}._textPrimary_1y4q5_234{color:#0f172a}._textSecondary_1y4q5_238{color:#64748b}._customerName_1y4q5_242{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_1y4q5_242:hover{color:#3b82f6}._emailCell_1y4q5_252{text-align:left}._emailCellContent_1y4q5_256{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}._statusBadge_1y4q5_265{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_1y4q5_270{background:#dcfce7;color:#166534}._statusInactive_1y4q5_275{background:#fee2e2;color:#991b1b}._statusActiveNoTransaction_1y4q5_280{background:#e0f2fe;color:#0369a1}._statusActiveWithTransaction_1y4q5_285{background:#d1fae5;color:#065f46}._statusOther_1y4q5_290{background:#f1f5f9;color:#475569}._actionWrapper_1y4q5_296{display:flex;align-items:center;justify-content:center}._actionButton_1y4q5_300{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_1y4q5_300:hover{color:#2563eb;background:#dbeafe;transform:scale(1.05)}._actionIcon_1y4q5_314{width:20px;height:20px;color:#3b82f6}._myBusinessContainer_1y4q5_2 ._tableWrapper_1y4q5_211 table{table-layout:fixed}._myBusinessContainer_1y4q5_2 ._tableWrapper_1y4q5_211 table thead tr th:nth-child(1),._myBusinessContainer_1y4q5_2 ._tableWrapper_1y4q5_211 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_1y4q5_2 ._tableWrapper_1y4q5_211 table thead tr th:nth-child(2),._myBusinessContainer_1y4q5_2 ._tableWrapper_1y4q5_211 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_1y4q5_2 ._tableWrapper_1y4q5_211 table thead tr th:nth-child(3),._myBusinessContainer_1y4q5_2 ._tableWrapper_1y4q5_211 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_1y4q5_2 ._tableWrapper_1y4q5_211 table thead tr th:nth-child(4),._myBusinessContainer_1y4q5_2 ._tableWrapper_1y4q5_211 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_1y4q5_2 ._tableWrapper_1y4q5_211 table thead tr th:nth-child(5),._myBusinessContainer_1y4q5_2 ._tableWrapper_1y4q5_211 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_1y4q5_2 ._tableWrapper_1y4q5_211 table thead tr{background:linear-gradient(180deg,#f8fafc,#f1f5f9);border-bottom:1px solid #e2e8f0}._myBusinessContainer_1y4q5_2 ._tableWrapper_1y4q5_211 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_1y4q5_2{padding:1rem 1rem 1.5rem;gap:1.25rem}._headerRow_1y4q5_16{gap:1rem}._myBusinessHeader_1y4q5_27{gap:.75rem}._headerIconWrap_1y4q5_31{width:42px;height:42px}._headerIcon_1y4q5_31{width:22px;height:22px}._myBusinessText_1y4q5_45{font-size:1.25rem}._myBusinessSubtext_1y4q5_58{font-size:.8125rem}._searchBox_1y4q5_130{padding:.625rem .875rem}._searchButton_1y4q5_166,._exportButton_1y4q5_184{width:100%;padding:.625rem 1rem}._tableWrapper_1y4q5_211{border-radius:1rem;margin:0 -.25rem;width:calc(100% + .5rem)}._tableCell_1y4q5_230{padding:.75rem .5rem}._statusBadge_1y4q5_265{padding:.25rem .5rem;font-size:.6875rem}}._mobileCard_1y4q5_454{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_1y4q5_454:hover{border-color:#3b82f6;box-shadow:0 4px 16px #3b82f61f}._mobileCard_1y4q5_454:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#0f172a,#1e3a5f);opacity:0;transition:opacity .2s}._mobileCard_1y4q5_454:hover:before{opacity:1}._mobileCardHeader_1y4q5_482{display:flex;flex-direction:column;gap:.5rem;padding:1rem;background:linear-gradient(180deg,#f8fafc,#fff);border-bottom:1px solid #f1f5f9}._mobileCardBusiness_1y4q5_488{font-weight:600;color:#0f172a;font-size:1rem}._mobileCardBody_1y4q5_494>: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_1y4q5_494{padding:1rem}._mobileCardRow_1y4q5_498{display:flex;flex-direction:column;gap:.125rem}._mobileCardLabel_1y4q5_502{font-size:.75rem;line-height:1rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;color:#94a3b8}._mobileCardValue_1y4q5_507{font-size:.875rem;line-height:1.25rem;font-weight:500;color:#0f172a;word-break:break-word}._mobileCardActions_1y4q5_513{border-top-width:1px;--tw-border-opacity: 1;border-color:rgb(241 245 249 / var(--tw-border-opacity, 1));padding:.75rem;background:#fafbfc}._mobileCardActionButton_1y4q5_518{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_1y4q5_518:hover{transform:translateY(-1px);box-shadow:0 4px 10px #0f172a33}@media (max-width: 480px){._myBusinessText_1y4q5_45{font-size:1.125rem}._searchBox_1y4q5_130{padding:.5rem .75rem}._inputField_1y4q5_157{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_hszzn_2{width:100%;max-width:42rem}._formWrapper_hszzn_7{display:flex;flex-direction:column;gap:1.5rem}._sectionHeader_hszzn_12{margin-bottom:.5rem;display:flex;align-items:center;gap:.75rem}._sectionIcon_hszzn_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_hszzn_16 svg{height:1.25rem;width:1.25rem;--tw-text-opacity: 1;color:rgb(79 70 229 / var(--tw-text-opacity, 1))}._sectionTitle_hszzn_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_hszzn_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_hszzn_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_hszzn_34{padding:1.5rem}}._formSection_hszzn_34{border:1px solid #E5E7EB;box-shadow:0 1px 3px #0000000a;transition:all .2s ease}._formSection_hszzn_34:hover{border-color:#d1d5db;box-shadow:0 4px 12px #0000000d}._twoColumnGrid_hszzn_47{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1rem}@media (min-width: 768px){._twoColumnGrid_hszzn_47{grid-template-columns:repeat(2,minmax(0,1fr))}}._inputGroup_hszzn_52{display:flex;flex-direction:column;gap:.5rem}._inputLabel_hszzn_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_hszzn_56 svg{height:1rem;width:1rem;--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}._requiredMark_hszzn_64{margin-left:.125rem;--tw-text-opacity: 1;color:rgb(244 63 94 / var(--tw-text-opacity, 1))}._selectWrapper_hszzn_69{position:relative}._categorySelect_hszzn_73{width:100%}._customSelect_hszzn_77{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_hszzn_77: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_hszzn_77{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_hszzn_77: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_hszzn_93{display:flex;align-items:center;justify-content:space-between;gap:.75rem}._toggleLabel_hszzn_97{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_hszzn_97 svg{height:1rem;width:1rem;--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}._toggle_hszzn_93{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_hszzn_93: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_hszzn_93._toggleOn_hszzn_109{--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_hszzn_113{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_hszzn_93._toggleOn_hszzn_109 ._toggleKnob_hszzn_113{transform:translate(22px)}._customInput_hszzn_123{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_hszzn_123: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_hszzn_123{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;animation-duration:.2s}._customInput_hszzn_123::-moz-placeholder{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}._customInput_hszzn_123::placeholder{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}._emailInputContainer_hszzn_130{display:flex;flex-direction:column;gap:.5rem}._emailTagsWrapper_hszzn_134{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_hszzn_134: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_hszzn_134{transition:all .2s ease}._emailTag_hszzn_134{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_hszzn_1 .2s ease}@keyframes _tagAppear_hszzn_1{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}._emailTagRemove_hszzn_158{display:flex;height:1rem;width:1rem;align-items:center;justify-content:center;border-radius:9999px;background-color:#fff3}._emailTagRemove_hszzn_158:hover{background-color:#ffffff4d}._emailTagRemove_hszzn_158{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_hszzn_130{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_hszzn_130::-moz-placeholder{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}._emailInput_hszzn_130::placeholder{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}._emailSuggestions_hszzn_168{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_hszzn_173{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_hszzn_173:hover{--tw-bg-opacity: 1;background-color:rgb(238 242 255 / var(--tw-bg-opacity, 1))}._emailSuggestionItem_hszzn_173{display:flex;align-items:center;gap:.75rem;font-size:.875rem;line-height:1.25rem}._emailSuggestionItem_hszzn_173:first-child{border-top-left-radius:.75rem;border-top-right-radius:.75rem}._emailSuggestionItem_hszzn_173:last-child{border-bottom-right-radius:.75rem;border-bottom-left-radius:.75rem}._editorWrapper_hszzn_187{display:flex;flex-direction:column;gap:.5rem}._editorContainer_hszzn_191{overflow:hidden;border-radius:.75rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}._editorContainer_hszzn_191: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_hszzn_191{transition:all .2s ease}._editorContainer_hszzn_191 .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_hszzn_191 .ql-container{border-width:0px;font-family:inherit}._editorContainer_hszzn_191 .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_hszzn_191 .ql-editor.ql-blank:before{font-style:normal;--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}._fieldError_hszzn_217{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_hszzn_217 svg{height:1rem;width:1rem}._buttonGroup_hszzn_226{display:flex;flex-direction:column-reverse;gap:.75rem;padding-top:1rem}@media (min-width: 768px){._buttonGroup_hszzn_226{flex-direction:row;justify-content:center}}._buttonGroup_hszzn_226{border-top:1px solid #E5E7EB;margin-top:.5rem}._cancelButton_hszzn_232{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_hszzn_232{flex:none}}._cancelButton_hszzn_232{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_hszzn_232:hover{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}._cancelButton_hszzn_232{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;animation-duration:.2s}._cancelButton_hszzn_232: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_hszzn_238{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_hszzn_238{flex:none}}._submitButton_hszzn_238{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_hszzn_238: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_hszzn_238:hover:not(:disabled){box-shadow:0 4px 16px #4f46e566;transform:translateY(-1px)}._submitButton_hszzn_238:disabled{cursor:not-allowed;opacity:.5;transform:none;box-shadow:none}._buttonIcon_hszzn_257,._loadingSpinner_hszzn_261{height:1.25rem;width:1.25rem}@keyframes _spin_hszzn_1{to{transform:rotate(360deg)}}._loadingSpinner_hszzn_261{animation:_spin_hszzn_1 1s linear infinite;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%}._helperText_hszzn_269{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_hszzn_269 svg{height:.875rem;width:.875rem}@media (max-width: 640px){._formSection_hszzn_34{padding:1rem}._sectionIcon_hszzn_16{height:2rem;width:2rem}._sectionIcon_hszzn_16 svg{height:1rem;width:1rem}._sectionTitle_hszzn_25{font-size:1rem;line-height:1.5rem}._customSelect_hszzn_77,._customInput_hszzn_123{padding-top:.75rem;padding-bottom:.75rem;font-size:1rem;line-height:1.5rem}._submitButton_hszzn_238,._cancelButton_hszzn_232{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_8y1qm_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_8y1qm_1{padding:2rem 2.5rem 2.5rem}}._pageHeader_8y1qm_13{display:flex;align-items:flex-start;gap:1rem}._headerIconWrap_8y1qm_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_8y1qm_17{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));width:26px;height:26px}._pageTitle_8y1qm_31{font-weight:600;letter-spacing:-.025em;font-size:1.5rem;line-height:1.3;color:#0f172a}@media (min-width: 769px){._pageTitle_8y1qm_31{font-size:1.75rem}}._pageSubtext_8y1qm_44{margin-top:.25rem;font-size:.875rem;line-height:1.25rem;color:#64748b}._headerContainer_8y1qm_49{display:flex;width:100%;flex-direction:column;align-items:stretch;justify-content:space-between;gap:.75rem}@media (min-width: 768px){._headerContainer_8y1qm_49{flex-direction:row;align-items:center}}._headerContainer_8y1qm_49{background:#fff;padding:1rem 1.25rem;border-radius:1rem;box-shadow:0 1px 3px #0000000f;border:1px solid #e2e8f0}._searchGroup_8y1qm_58{display:flex;align-items:center;gap:.5rem;min-width:0}@media (max-width: 768px){._searchGroup_8y1qm_58{flex-direction:column;width:100%}._searchGroup_8y1qm_58 ._searchBox_8y1qm_69,._searchGroup_8y1qm_58 ._searchButton_8y1qm_73{width:100%}}._buttonGroup_8y1qm_78{display:flex;flex-wrap:wrap;gap:.5rem;min-width:0}@media (max-width: 768px){._buttonGroup_8y1qm_78{width:100%;flex-direction:column}._buttonGroup_8y1qm_78 button{width:100%;justify-content:center}}._searchContainer_8y1qm_95{display:flex;width:100%;flex-direction:column;gap:.75rem}@media (min-width: 768px){._searchContainer_8y1qm_95{flex-direction:row}}._searchBox_8y1qm_69{position:relative;display:flex;width:100%;align-items:center;gap:.75rem;border-radius:.75rem;padding:.75rem}@media (min-width: 768px){._searchBox_8y1qm_69{width:20rem}}._searchBox_8y1qm_69{background:#f8fafc;border:1px solid #e2e8f0;transition:border-color .2s,box-shadow .2s}._searchBox_8y1qm_69:focus-within{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f626}._searchIcon_8y1qm_111{flex-shrink:0;color:#94a3b8;width:20px;height:20px}._searchBox_8y1qm_69:focus-within ._searchIcon_8y1qm_111{color:#3b82f6}._inputField_8y1qm_122{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_8y1qm_122::-moz-placeholder{--tw-text-opacity: 1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}._inputField_8y1qm_122::placeholder{--tw-text-opacity: 1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}._inputField_8y1qm_122{font-size:.9375rem}._userStatusNotificationButtonsWrapper_8y1qm_127{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:1rem}@media (min-width: 768px){._userStatusNotificationButtonsWrapper_8y1qm_127{flex-direction:row;align-items:center}}._statusButtons_8y1qm_131{display:flex;flex-wrap:wrap;align-items:center;gap:1rem}._statusButton_8y1qm_131{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_8y1qm_141{--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_8y1qm_146{font-size:1rem;line-height:1.5rem;font-weight:500}._addButton_8y1qm_150{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_8y1qm_150{padding:1rem;font-size:1rem;line-height:1.5rem}}._addButton_8y1qm_150{background:linear-gradient(135deg,#0f172a,#1e3a5f);box-shadow:0 2px 8px #0f172a33}._addButton_8y1qm_150:hover{transform:translateY(-1px);box-shadow:0 4px 12px #0f172a40}._addButton_8y1qm_150:disabled{opacity:.6;cursor:not-allowed;transform:none;pointer-events:none}._addButton_8y1qm_150:disabled:hover{transform:none;box-shadow:0 2px 8px #0f172a33}._searchButton_8y1qm_73{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_8y1qm_73{padding:1rem;font-size:1rem;line-height:1.5rem}}._searchButton_8y1qm_73{background:linear-gradient(135deg,#0f172a,#1e3a5f);box-shadow:0 2px 8px #0f172a33}._searchButton_8y1qm_73:hover{transform:translateY(-1px);box-shadow:0 4px 12px #0f172a40}._actionsCell_8y1qm_185{display:flex;flex-direction:row;align-items:center;gap:.5rem}._editButton_8y1qm_190{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_8y1qm_190: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_8y1qm_194{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_8y1qm_194: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_8y1qm_199{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_8y1qm_199>div{max-height:none!important;overflow:visible!important}._tableContent_8y1qm_199>div>div{max-height:none!important;overflow-y:visible!important;overflow-x:auto!important;border:none!important;box-shadow:none!important}._tableContent_8y1qm_199 table{width:100%}._tableContent_8y1qm_199 .table-body td{padding:1rem;white-space:normal!important;word-wrap:break-word!important;overflow-wrap:break-word!important}._tableContent_8y1qm_199 .table-body td:nth-child(1),._tableContent_8y1qm_199 .table-header-cell:nth-child(1){width:120px!important;min-width:120px!important;max-width:120px!important}._tableContent_8y1qm_199 .table-body td:nth-child(2),._tableContent_8y1qm_199 .table-header-cell:nth-child(2){width:220px!important;min-width:220px!important;max-width:220px!important}._tableContent_8y1qm_199 .table-body td:nth-child(3),._tableContent_8y1qm_199 .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_8y1qm_199 .table-body td:nth-child(4),._tableContent_8y1qm_199 .table-header-cell:nth-child(4){width:100px!important;min-width:100px!important;max-width:100px!important;text-align:center!important}._dateCell_8y1qm_267{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_8y1qm_273{padding:1rem;font-size:.875rem;line-height:1.25rem;white-space:normal;word-wrap:break-word;line-height:1.5}._tableData_8y1qm_280{padding:1rem;white-space:normal;word-wrap:break-word}._tableCell_8y1qm_286{padding:1rem}._mobileCard_8y1qm_291{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_8y1qm_291: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_8y1qm_302{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_8y1qm_302:last-child{border-bottom-width:0px;padding-bottom:0}._mobileCardLabel_8y1qm_310{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_8y1qm_314{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_8y1qm_321{margin-top:.25rem;display:flex;gap:.5rem}._mobileActionButton_8y1qm_325{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_8y1qm_325:hover{--tw-bg-opacity: .9;transform:scale(1.02)}._mobileActionButtonDelete_8y1qm_337{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_8y1qm_337: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_8y1qm_325,._mobileActionButtonDelete_8y1qm_337{padding:.5rem .75rem;font-size:.75rem;line-height:1rem}}._drawerContainer_zuj21_1{width:100%;max-width:36rem}._drawerContentInner_zuj21_5{padding:0}._form_zuj21_9{display:flex;flex-direction:column;gap:0px}._section_zuj21_13{border-bottom-width:1px;--tw-border-opacity: 1;border-color:rgb(241 245 249 / var(--tw-border-opacity, 1));padding:1.5rem}._section_zuj21_13:last-child{border-bottom-width:0px}._sectionHeader_zuj21_17{margin-bottom:1.25rem;display:flex;align-items:flex-start;gap:1rem}._sectionIcon_zuj21_21{display:flex;height:3rem;width:3rem;flex-shrink:0;align-items:center;justify-content:center;border-radius:.75rem;background:linear-gradient(135deg,#e0f2fe,#bae6fd)}._sectionIconSvg_zuj21_26{height:1.5rem;width:1.5rem;--tw-text-opacity: 1;color:rgb(2 132 199 / var(--tw-text-opacity, 1))}._sectionIconLink_zuj21_30{background:linear-gradient(135deg,#fef3c7,#fde68a)}._sectionIconLink_zuj21_30 ._sectionIconSvg_zuj21_26{--tw-text-opacity: 1;color:rgb(217 119 6 / var(--tw-text-opacity, 1))}._sectionTitle_zuj21_38{font-size:1rem;line-height:1.5rem;font-weight:600;--tw-text-opacity: 1;color:rgb(30 41 59 / var(--tw-text-opacity, 1))}._sectionDesc_zuj21_42{margin-top:.125rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(100 116 139 / var(--tw-text-opacity, 1))}._field_zuj21_46{margin-bottom:1.25rem}._field_zuj21_46:last-child{margin-bottom:0}._label_zuj21_50{margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem;font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(51 65 85 / var(--tw-text-opacity, 1))}._label_zuj21_50 svg{--tw-text-opacity: 1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}._required_zuj21_58{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}._input_zuj21_62{width:100%;border-radius:.75rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(226 232 240 / 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(30 41 59 / var(--tw-text-opacity, 1))}._input_zuj21_62:focus{--tw-border-opacity: 1;border-color:rgb(148 163 184 / 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(148 163 184 / .2)}._input_zuj21_62::-moz-placeholder{--tw-text-opacity: 1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}._input_zuj21_62::placeholder{--tw-text-opacity: 1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}._input_zuj21_62:disabled{cursor:not-allowed;--tw-bg-opacity: 1;background-color:rgb(248 250 252 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(100 116 139 / var(--tw-text-opacity, 1))}._textarea_zuj21_68{min-height:80px;width:100%;resize:vertical;border-radius:.75rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(226 232 240 / 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(30 41 59 / var(--tw-text-opacity, 1))}._textarea_zuj21_68:focus{--tw-border-opacity: 1;border-color:rgb(148 163 184 / 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(148 163 184 / .2)}._textarea_zuj21_68::-moz-placeholder{--tw-text-opacity: 1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}._textarea_zuj21_68::placeholder{--tw-text-opacity: 1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}._textarea_zuj21_68:disabled{cursor:not-allowed;--tw-bg-opacity: 1;background-color:rgb(248 250 252 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(100 116 139 / var(--tw-text-opacity, 1))}._error_zuj21_74{margin-top:.375rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}._toggleRow_zuj21_78{display:flex;align-items:center;gap:.75rem}._switch_zuj21_82{position:relative;display:inline-flex;height:1.75rem;width:3rem;flex-shrink:0;cursor:pointer;border-radius:9999px;border-width:2px;border-color:transparent;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}._switch_zuj21_82: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(148 163 184 / var(--tw-ring-opacity, 1));--tw-ring-offset-width: 2px}._switchOn_zuj21_86{--tw-bg-opacity: 1;background-color:rgb(16 185 129 / var(--tw-bg-opacity, 1))}._switchOff_zuj21_90{--tw-bg-opacity: 1;background-color:rgb(226 232 240 / var(--tw-bg-opacity, 1))}._switchThumb_zuj21_94{pointer-events:none;display:inline-block;height:1.5rem;width: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));border-radius:9999px;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px 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}._switchThumbOn_zuj21_98{--tw-translate-x: 1.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))}._switchThumbOff_zuj21_102{--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))}._toggleLabel_zuj21_106{font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(51 65 85 / var(--tw-text-opacity, 1))}._badgeActive_zuj21_110{display:inline-flex;align-items:center;border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(236 253 245 / var(--tw-bg-opacity, 1));padding:.25rem .625rem;font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(4 120 87 / var(--tw-text-opacity, 1))}._badgeInactive_zuj21_114{display:inline-flex;align-items:center;border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(241 245 249 / var(--tw-bg-opacity, 1));padding:.25rem .625rem;font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(71 85 105 / var(--tw-text-opacity, 1))}._actions_zuj21_118{position:sticky;bottom:0;display:flex;flex-direction:column-reverse;justify-content:flex-end;gap:.75rem;border-top-width:1px;--tw-border-opacity: 1;border-color:rgb(241 245 249 / var(--tw-border-opacity, 1));background-color:#f8fafc80;padding:1.5rem}@media (min-width: 414px){._actions_zuj21_118{flex-direction:row}}._cancelBtn_zuj21_122{border-radius:.75rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(226 232 240 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:.75rem 1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(51 65 85 / 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}._cancelBtn_zuj21_122:hover{--tw-bg-opacity: 1;background-color:rgb(248 250 252 / var(--tw-bg-opacity, 1))}._submitBtn_zuj21_126{border-radius:.75rem;padding:.75rem 1.5rem;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:.15s;background:linear-gradient(135deg,#0f172a,#1e3a5f);box-shadow:0 2px 8px #0f172a33}._submitBtn_zuj21_126:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #0f172a40}._submitBtnEdit_zuj21_137{border-radius:.75rem;padding:.75rem 1.5rem;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:.15s;background:linear-gradient(135deg,#0369a1,#0ea5e9);box-shadow:0 2px 8px #0ea5e94d}._submitBtnEdit_zuj21_137:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #0ea5e959}._submitBtn_zuj21_126:disabled,._submitBtnEdit_zuj21_137:disabled{cursor:not-allowed;opacity:.6;transform:none}._spinner_zuj21_154{display:inline-block;height:1.25rem;width:1.25rem}@keyframes _spin_zuj21_154{to{transform:rotate(360deg)}}._spinner_zuj21_154{animation:_spin_zuj21_154 1s linear infinite;border-radius:9999px;border-width:2px;border-color:#ffffff4d;--tw-border-opacity: 1;border-top-color:rgb(255 255 255 / var(--tw-border-opacity, 1))}._bannersContainer_r4nc8_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){._bannersContainer_r4nc8_1{padding:2rem 2.5rem 2.5rem}}._pageHeader_r4nc8_13{display:flex;align-items:flex-start;gap:1rem}._headerIconWrap_r4nc8_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_r4nc8_17{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));width:26px;height:26px}._pageTitle_r4nc8_31{font-weight:600;letter-spacing:-.025em;font-size:1.5rem;line-height:1.3;color:#0f172a}@media (min-width: 769px){._pageTitle_r4nc8_31{font-size:1.75rem}}._pageSubtext_r4nc8_44{margin-top:.25rem;font-size:.875rem;line-height:1.25rem;color:#64748b}._toolbar_r4nc8_49{display:flex;width:100%;flex-direction:column;align-items:stretch;justify-content:space-between;gap:.75rem}@media (min-width: 768px){._toolbar_r4nc8_49{flex-direction:row;align-items:center}}._toolbar_r4nc8_49{background:#fff;padding:1rem 1.25rem;border-radius:1rem;box-shadow:0 1px 3px #0000000f;border:1px solid #e2e8f0}._filterGroup_r4nc8_58{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}._filterChip_r4nc8_62{cursor:pointer;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;border:1px solid #e2e8f0;background:#fff;color:#64748b}._filterChip_r4nc8_62:hover{border-color:#cbd5e1;color:#475569}._filterChipActive_r4nc8_74{background:linear-gradient(135deg,#0f172a,#1e3a5f);border-color:transparent;color:#fff}._addButton_r4nc8_80{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_r4nc8_80{padding:1rem;font-size:1rem;line-height:1.5rem}}._addButton_r4nc8_80{background:linear-gradient(135deg,#0f172a,#1e3a5f);box-shadow:0 2px 8px #0f172a33}._addButton_r4nc8_80:hover{transform:translateY(-1px);box-shadow:0 4px 12px #0f172a40}._tableWrapper_r4nc8_91{margin-top:1rem;display:flex;flex-direction:column;overflow:visible;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}._tableWrapper_r4nc8_91>div{max-height:none!important;overflow:visible!important}._statusSwitch_r4nc8_102{position:relative;display:inline-flex;height:1.5rem;width:2.75rem;flex-shrink:0;cursor:pointer;border-radius:9999px;border-width:2px;border-color:transparent;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}._statusSwitch_r4nc8_102: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(100 116 139 / var(--tw-ring-opacity, 1));--tw-ring-offset-width: 2px}._statusSwitchActive_r4nc8_106{--tw-bg-opacity: 1;background-color:rgb(16 185 129 / var(--tw-bg-opacity, 1))}._statusSwitchInactive_r4nc8_110{--tw-bg-opacity: 1;background-color:rgb(226 232 240 / var(--tw-bg-opacity, 1))}._statusSwitchThumb_r4nc8_114{pointer-events:none;display:inline-block;height:1.25rem;width:1.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));border-radius:9999px;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px 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}._statusSwitchThumbOn_r4nc8_118{--tw-translate-x: 1.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))}._statusSwitchThumbOff_r4nc8_122{--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))}._actionsCell_r4nc8_126{display:flex;flex-direction:row;align-items:center;gap:.5rem}._editBtn_r4nc8_130{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}._editBtn_r4nc8_130: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))}._deleteBtn_r4nc8_134{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}._deleteBtn_r4nc8_134: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))}._badgeActive_r4nc8_138{display:inline-flex;align-items:center;border-radius:9999px;--tw-bg-opacity: 1;background-color:rgb(236 253 245 / var(--tw-bg-opacity, 1));padding:.125rem .625rem;font-size:.75rem;line-height:1rem;font-weight:500;--tw-text-opacity: 1;color:rgb(4 120 87 / var(--tw-text-opacity, 1))}._badgeInactive_r4nc8_142{display:inline-flex;align-items:center;border-radius:9999px;--tw-bg-opacity: 1;background-color:rgb(241 245 249 / var(--tw-bg-opacity, 1));padding:.125rem .625rem;font-size:.75rem;line-height:1rem;font-weight:500;--tw-text-opacity: 1;color:rgb(71 85 105 / var(--tw-text-opacity, 1))}._dateCell_r4nc8_146{white-space:nowrap;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))}._titleCell_r4nc8_150{padding:1rem;font-weight:500;--tw-text-opacity: 1;color:rgb(30 41 59 / var(--tw-text-opacity, 1))}._descCell_r4nc8_154{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;padding:1rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(71 85 105 / var(--tw-text-opacity, 1))}._mobileCard_r4nc8_158{margin-bottom:1rem;border-radius:.75rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(226 232 240 / 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:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}._mobileCard_r4nc8_158:hover{--tw-border-opacity: 1;border-color:rgb(203 213 225 / var(--tw-border-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)}._mobileCardRow_r4nc8_166{display:flex;flex-direction:column;gap:.25rem;border-bottom-width:1px;--tw-border-opacity: 1;border-color:rgb(241 245 249 / var(--tw-border-opacity, 1));padding-top:.625rem;padding-bottom:.625rem}._mobileCardRow_r4nc8_166:last-child{border-bottom-width:0px;padding-bottom:0}._mobileCardLabel_r4nc8_174{font-size:.75rem;line-height:1rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em;--tw-text-opacity: 1;color:rgb(100 116 139 / var(--tw-text-opacity, 1))}._mobileCardValue_r4nc8_178{font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(30 41 59 / var(--tw-text-opacity, 1))}._mobileCardActions_r4nc8_182{margin-top:.5rem;display:flex;gap:.5rem}._mobileActionBtn_r4nc8_186{display:flex;flex:1 1 0%;align-items:center;justify-content:center;gap:.5rem;border-radius:.5rem;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:.15s}._mobileActionBtnEdit_r4nc8_190{--tw-bg-opacity: 1;background-color:rgb(15 23 42 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}._mobileActionBtnEdit_r4nc8_190:hover{--tw-bg-opacity: 1;background-color:rgb(30 41 59 / var(--tw-bg-opacity, 1))}._mobileActionBtnDelete_r4nc8_194{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));--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}._mobileActionBtnDelete_r4nc8_194:hover{--tw-bg-opacity: 1;background-color:rgb(254 226 226 / var(--tw-bg-opacity, 1))}._emptyState_r4nc8_198{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 1rem;text-align:center}._emptyIconWrap_r4nc8_202{margin-bottom:1rem;display:flex;height:4rem;width:4rem;align-items:center;justify-content:center;border-radius:1rem;background:linear-gradient(135deg,#f1f5f9,#e2e8f0)}._emptyTitle_r4nc8_207{margin-bottom:.25rem;font-size:1.125rem;line-height:1.75rem;font-weight:600;--tw-text-opacity: 1;color:rgb(51 65 85 / var(--tw-text-opacity, 1))}._emptySub_r4nc8_211{margin-bottom:1.5rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(100 116 139 / var(--tw-text-opacity, 1))}._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_1amqs_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_1amqs_1{padding:2rem 2.5rem 2.5rem}}._systemConfigHeader_1amqs_13{display:flex;width:100%;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:1rem}@media (min-width: 414px){._systemConfigHeader_1amqs_13{flex-direction:row;align-items:center}}._pageHeader_1amqs_17{display:flex;align-items:flex-start;gap:1rem}._headerIconWrap_1amqs_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_1amqs_21{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));width:26px;height:26px}._pageTitle_1amqs_35{font-weight:600;letter-spacing:-.025em;font-size:1.5rem;line-height:1.3;color:#0f172a}@media (min-width: 769px){._pageTitle_1amqs_35{font-size:1.75rem}}._pageSubtext_1amqs_48{margin-top:.25rem;font-size:.875rem;line-height:1.25rem;color:#64748b}._headerActions_1amqs_53{display:flex;flex-direction:column;align-items:center;gap:1rem}@media (min-width: 414px){._headerActions_1amqs_53{flex-direction:row}}._createConfigButton_1amqs_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_1amqs_57:hover{transform:translateY(-1px);box-shadow:0 4px 12px #0f172a40}._filterToggle_1amqs_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_1amqs_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_1amqs_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_1amqs_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_1amqs_78._active_1amqs_82{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1))}._toggleSwitch_1amqs_78._inactive_1amqs_86{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity, 1))}._toggleSwitch_1amqs_78._disabled_1amqs_90{cursor:not-allowed;opacity:.5}._toggleKnob_1amqs_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_1amqs_94._active_1amqs_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_1amqs_94._inactive_1amqs_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_1amqs_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_1amqs_107:hover{background-color:#eff6ff4d}._table-cell_1amqs_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_1amqs_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_1amqs_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_1amqs_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_1amqs_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_1amqs_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_1amqs_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_1amqs_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_1amqs_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_1amqs_145._active_1amqs_82{--tw-bg-opacity: 1;background-color:rgb(34 197 94 / var(--tw-bg-opacity, 1))}._row-toggle_1amqs_145._inactive_1amqs_86{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity, 1))}._row-toggle_1amqs_145._disabled_1amqs_90{cursor:not-allowed;opacity:.5}._row-toggle-knob_1amqs_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_1amqs_161._active_1amqs_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_1amqs_161._inactive_1amqs_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_1amqs_174{display:flex;align-items:center;gap:.375rem}._action-button_1amqs_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_1amqs_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_1amqs_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_1amqs_182{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}._delete-button_1amqs_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_1amqs_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_1amqs_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_1amqs_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_1amqs_195{display:flex;flex:1 1 0%;flex-direction:column;gap:.25rem}._mobile-card-date_1amqs_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_1amqs_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_1amqs_207{display:flex;align-items:center;gap:.375rem}._mobile-card-content_1amqs_211{display:flex;flex-direction:column;gap:.625rem}._mobile-card-row_1amqs_215{display:flex;flex-direction:column;gap:.25rem}._mobile-card-label_1amqs_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_1amqs_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_1amqs_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_1amqs_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_1amqs_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_1amqs_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_1amqs_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_1amqs_232 .table-body td{padding:.75rem}._pagination-wrapper_1amqs_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_1amqs_261{font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}._page-size-label_1amqs_265{display:inline-flex;align-items:center;gap:.375rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}._page-size-select_1amqs_269{border-radius:.25rem;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 .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));min-width:3.5rem}._page-size-select_1amqs_269:focus{--tw-border-opacity: 1;border-color:rgb(96 165 250 / 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(219 234 254 / var(--tw-ring-opacity, 1))}._pagination-buttons_1amqs_278{display:flex;align-items:center;gap:.5rem}._pagination-button_1amqs_278{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_1amqs_278:hover{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}._pagination-button_1amqs_278:disabled{cursor:not-allowed;opacity:.5}._pagination-button_1amqs_278._active_1amqs_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_1amqs_278._active_1amqs_82:hover{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity, 1))}._error-container_1amqs_291{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_1amqs_295{font-size:.875rem;line-height:1.25rem;--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity, 1))}._loading-container_1amqs_299{width:100%}._empty-container_1amqs_303{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_1amqs_307{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_1amqs_311{--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_1z8p2_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_1z8p2_1{padding:2rem 2.5rem 2.5rem;gap:1.5rem}}._pageHeader_1z8p2_18{display:flex;align-items:flex-start;gap:1rem}._headerIconWrap_1z8p2_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_1z8p2_24{color:#fff;width:26px;height:26px}._pageTitle_1z8p2_42{font-weight:600;letter-spacing:-.025em;font-size:1.5rem;line-height:1.3;color:#0f172a}@media (min-width: 769px){._pageTitle_1z8p2_42{font-size:1.75rem}}._pageSubtext_1z8p2_56{margin-top:.25rem;font-size:.875rem;color:#64748b}._headerRow_1z8p2_62{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem}._headerActions_1z8p2_70{display:flex;align-items:center;gap:.75rem}._createBtn_1z8p2_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_1z8p2_76:hover{opacity:.95;transform:translateY(-1px)}._errorContainer_1z8p2_98{padding:1rem 1.25rem;background:#fef2f2;border:1px solid #fecaca;border-radius:.75rem;color:#991b1b;font-size:.875rem}._loadingContainer_1z8p2_107{width:100%;min-height:200px;display:flex;align-items:center;justify-content:center}._tableWrapper_1z8p2_115{width:100%;overflow-x:auto;border-radius:1rem;background:#fff;box-shadow:0 1px 3px #0000000f;border:1px solid #e2e8f0}._tableWrapper_1z8p2_115 table{width:100%;border-collapse:collapse}._tableWrapper_1z8p2_115 thead tr{background:linear-gradient(180deg,#f8fafc,#f1f5f9);border-bottom:2px solid #e2e8f0}._tableWrapper_1z8p2_115 thead th{padding:.5rem .75rem;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#475569;text-align:left}._tableRow_1z8p2_144{cursor:default;background:#fff;border-bottom:1px solid #f1f5f9;transition:background-color .15s}._tableRow_1z8p2_144:hover{background:#f8fafc}._tableCell_1z8p2_155{padding:.5rem .75rem;font-size:.8125rem;color:#334155}._dateCell_1z8p2_161{font-size:.8125rem;color:#64748b}._badge_1z8p2_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_1z8p2_176{background:#dcfce7;color:#166534}._badgeInactive_1z8p2_181{background:#fee2e2;color:#991b1b}._actionsCell_1z8p2_186{display:flex;align-items:center;gap:.5rem;justify-content:flex-start}._actionBtn_1z8p2_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_1z8p2_193:hover{background:#f1f5f9;transform:scale(1.05)}._actionBtnView_1z8p2_210{color:#3b82f6}._actionBtnEdit_1z8p2_214{color:#f59e0b}._paginationWrapper_1z8p2_218{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 0}._paginationInfo_1z8p2_227{font-size:.875rem;color:#64748b}._pageSizeLabel_1z8p2_232{display:inline-flex;align-items:center;gap:.375rem;font-size:.875rem;color:#64748b}._pageSizeSelect_1z8p2_240{border-radius:.375rem;border:1px solid #e2e8f0;background:#fff;padding:.375rem .5rem;font-size:.875rem;font-weight:500;color:#0f172a;min-width:3rem}._pageSizeSelect_1z8p2_240:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f633}._paginationButtons_1z8p2_257{display:flex;align-items:center;gap:.5rem}._paginationButton_1z8p2_257{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_1z8p2_257:hover:not(:disabled){background:#f1f5f9;color:#0f172a}._paginationButton_1z8p2_257:disabled{opacity:.5;cursor:not-allowed}._paginationButton_1z8p2_257._active_1z8p2_285{background:#0f172a;color:#fff;border-color:#0f172a}._emptyContainer_1z8p2_291{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_1z8p2_304{color:#94a3b8}._emptyMessage_1z8p2_308{margin:0;font-size:.9375rem;color:#64748b}._mobileCard_1z8p2_315{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;padding:0;margin-bottom:1rem;box-shadow:0 1px 3px #0000000d,0 4px 12px #0f172a0a;overflow:hidden;position:relative}._mobileCard_1z8p2_315:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#04396d,#065a9e)}._mobileCardHeader_1z8p2_336{display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem;padding:1.25rem 1.25rem 1rem;background:linear-gradient(180deg,#f8fafc,#f1f5f9);border-bottom:1px solid #e2e8f0}._mobileCardHeader_1z8p2_336 ._dateCell_1z8p2_161{display:block;font-size:.75rem;color:#64748b;margin-bottom:.25rem}._mobileCardTitle_1z8p2_353{font-size:1.0625rem;font-weight:600;color:#0f172a;line-height:1.3}._mobileCardContent_1z8p2_360{display:flex;flex-direction:column;gap:.75rem;padding:1rem 1.25rem;margin:0;background:#fff}._mobileCardRow_1z8p2_369{display:flex;flex-direction:column;gap:.25rem}._mobileCardLabel_1z8p2_375{font-size:.6875rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em}._mobileCardValue_1z8p2_383{font-size:.875rem;font-weight:500;color:#334155}._mobileCardActions_1z8p2_389{display:flex;gap:.5rem;flex-wrap:wrap;padding:1rem 1.25rem 1.25rem;border-top:1px solid #e2e8f0;background:#fff}._mobileCardActions_1z8p2_389 ._actionBtn_1z8p2_193{flex:1;min-width:0;min-height:44px;padding:.75rem 1rem;border-radius:.75rem;font-size:.9375rem;font-weight:600;gap:.5rem;background:linear-gradient(135deg,#04396d,#065a9e);color:#fff!important;box-shadow:0 2px 6px #04396d40;transition:opacity .2s ease,transform .1s ease;-webkit-tap-highlight-color:transparent;touch-action:manipulation}._mobileCardActions_1z8p2_389 ._actionBtn_1z8p2_193:hover{opacity:.95;transform:scale(.98)}._mobileCardActions_1z8p2_389 ._actionBtnEdit_1z8p2_214{background:linear-gradient(135deg,#f59e0b,#d97706);box-shadow:0 2px 6px #f59e0b40}._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_xb0m2_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_xb0m2_1{padding:2rem 2.5rem 2.5rem;gap:1.5rem}}._pageHeader_xb0m2_18{display:flex;align-items:flex-start;gap:1rem}._headerIconWrap_xb0m2_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_xb0m2_24{color:#fff;width:26px;height:26px}._pageTitle_xb0m2_42{font-weight:600;letter-spacing:-.025em;font-size:1.5rem;line-height:1.3;color:#0f172a}@media (min-width: 769px){._pageTitle_xb0m2_42{font-size:1.75rem}}._pageSubtext_xb0m2_56{margin-top:.25rem;font-size:.875rem;color:#64748b}._headerRow_xb0m2_62{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem}._headerActions_xb0m2_70{display:flex;align-items:center;gap:.75rem}._createBtn_xb0m2_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_xb0m2_76:hover{opacity:.95;transform:translateY(-1px)}._errorContainer_xb0m2_98{padding:1rem 1.25rem;background:#fef2f2;border:1px solid #fecaca;border-radius:.75rem;color:#991b1b;font-size:.875rem}._loadingContainer_xb0m2_107{width:100%;min-height:200px;display:flex;align-items:center;justify-content:center}._tableWrapper_xb0m2_115{width:100%;overflow-x:auto;border-radius:1rem;background:#fff;box-shadow:0 1px 3px #0000000f;border:1px solid #e2e8f0}._tableWrapper_xb0m2_115 table{width:100%;border-collapse:collapse}._tableWrapper_xb0m2_115 thead tr{background:linear-gradient(180deg,#f8fafc,#f1f5f9);border-bottom:2px solid #e2e8f0}._tableWrapper_xb0m2_115 thead th{padding:.5rem .75rem;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#475569;text-align:left}._tableRow_xb0m2_144{cursor:default;background:#fff;border-bottom:1px solid #f1f5f9;transition:background-color .15s}._tableRow_xb0m2_144:hover{background:#f8fafc}._tableCell_xb0m2_155{padding:.5rem .75rem;font-size:.8125rem;color:#334155}._dateCell_xb0m2_161{font-size:.8125rem;color:#64748b}._actionsCell_xb0m2_166{display:flex;align-items:center;gap:.5rem;justify-content:flex-start}._actionBtn_xb0m2_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_xb0m2_173:hover{background:#f1f5f9;transform:scale(1.05)}._actionBtnView_xb0m2_190{color:#3b82f6}._actionBtnEdit_xb0m2_194{color:#f59e0b}._actionBtnDelete_xb0m2_198{color:#dc2626}._paginationWrapper_xb0m2_202{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 0}._paginationInfo_xb0m2_211{font-size:.875rem;color:#64748b}._pageSizeLabel_xb0m2_216{display:inline-flex;align-items:center;gap:.375rem;font-size:.875rem;color:#64748b}._pageSizeSelect_xb0m2_224{border-radius:.375rem;border:1px solid #e2e8f0;background:#fff;padding:.375rem .5rem;font-size:.875rem;font-weight:500;color:#0f172a;min-width:3rem}._pageSizeSelect_xb0m2_224:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f633}._paginationButtons_xb0m2_241{display:flex;align-items:center;gap:.5rem}._paginationButton_xb0m2_241{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_xb0m2_241:hover:not(:disabled){background:#f1f5f9;color:#0f172a}._paginationButton_xb0m2_241:disabled{opacity:.5;cursor:not-allowed}._paginationButton_xb0m2_241._active_xb0m2_269{background:#0f172a;color:#fff;border-color:#0f172a}._emptyContainer_xb0m2_275{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_xb0m2_288{color:#94a3b8}._emptyMessage_xb0m2_292{margin:0;font-size:.9375rem;color:#64748b}._mobileCard_xb0m2_299{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;padding:0;margin-bottom:1rem;box-shadow:0 1px 3px #0000000d,0 4px 12px #0f172a0a;overflow:hidden;position:relative}._mobileCard_xb0m2_299:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#04396d,#065a9e)}._mobileCardHeader_xb0m2_320{display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem;padding:1.25rem 1.25rem 1rem;background:linear-gradient(180deg,#f8fafc,#f1f5f9);border-bottom:1px solid #e2e8f0}._mobileCardHeader_xb0m2_320 ._dateCell_xb0m2_161{display:block;font-size:.75rem;color:#64748b;margin-bottom:.25rem}._mobileCardTitle_xb0m2_337{font-size:1.0625rem;font-weight:600;color:#0f172a;line-height:1.3}._mobileCardContent_xb0m2_344{display:flex;flex-direction:column;gap:.75rem;padding:1rem 1.25rem;margin:0;background:#fff}._mobileCardRow_xb0m2_353{display:flex;flex-direction:column;gap:.25rem}._mobileCardLabel_xb0m2_359{font-size:.6875rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em}._mobileCardValue_xb0m2_367{font-size:.875rem;font-weight:500;color:#334155}._mobileCardActions_xb0m2_373{display:flex;gap:.5rem;flex-wrap:wrap;padding:1rem 1.25rem 1.25rem;border-top:1px solid #e2e8f0;background:#fff}._mobileCardActions_xb0m2_373 ._actionBtn_xb0m2_173{flex:1;min-width:0;min-height:44px;padding:.75rem 1rem;border-radius:.75rem;font-size:.9375rem;font-weight:600;gap:.5rem;background:linear-gradient(135deg,#04396d,#065a9e);color:#fff!important;box-shadow:0 2px 6px #04396d40;transition:opacity .2s ease,transform .1s ease;-webkit-tap-highlight-color:transparent;touch-action:manipulation}._mobileCardActions_xb0m2_373 ._actionBtn_xb0m2_173:hover{opacity:.95;transform:scale(.98)}._mobileCardActions_xb0m2_373 ._actionBtnEdit_xb0m2_194{background:linear-gradient(135deg,#f59e0b,#d97706);box-shadow:0 2px 6px #f59e0b40}._mobileCardActions_xb0m2_373 ._actionBtnDelete_xb0m2_198{background:linear-gradient(135deg,#dc2626,#b91c1c);box-shadow:0 2px 6px #dc262640}._drawer_6n5xv_1{max-width:min(90vw,560px);width:100%;overflow-y:auto;background:linear-gradient(180deg,#fafbfc,#f1f5f9)}._drawerTitle_6n5xv_8{display:flex;align-items:center;gap:.75rem}._drawerTitleIconWrap_6n5xv_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_6n5xv_14{color:#fff;width:22px;height:22px}._drawerTitleText_6n5xv_32{font-weight:600;letter-spacing:-.025em;font-size:1.2rem;line-height:1.25;color:#0f172a;margin:0}._drawerSubtext_6n5xv_41{margin:.25rem 0 0;font-size:.8125rem;color:#64748b}._content_6n5xv_47{display:flex;flex-direction:column;gap:1rem}._section_6n5xv_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_6n5xv_64{display:flex;align-items:center;gap:.5rem;font-weight:600;font-size:.9375rem;color:#0f172a;margin:0 0 .25rem;letter-spacing:-.01em}._sectionIcon_6n5xv_75{flex-shrink:0;color:#64748b;width:18px;height:18px}._grid_6n5xv_82{display:grid;grid-template-columns:1fr 1fr;gap:.75rem 1rem}@media (max-width: 500px){._grid_6n5xv_82{grid-template-columns:1fr}}._row_6n5xv_94{display:flex;flex-direction:column;gap:.25rem}._rowFull_6n5xv_100{grid-column:1 / -1}._input_6n5xv_104{padding:.5rem .75rem;font-size:.875rem;border:1px solid #e2e8f0;border-radius:.5rem;background:#fff;color:#334155}._input_6n5xv_104:focus{outline:none;border-color:#0f172a;box-shadow:0 0 0 1px #0f172a}._saveNameBtn_6n5xv_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_6n5xv_119:hover:not(:disabled){opacity:.95}._saveNameBtn_6n5xv_119:disabled{opacity:.5;cursor:not-allowed}._label_6n5xv_143{font-size:.75rem;font-weight:500;color:#64748b;text-transform:uppercase;letter-spacing:.04em}._value_6n5xv_151{font-size:.875rem;font-weight:500;color:#0f172a}._badge_6n5xv_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_6n5xv_167{background:#dcfce7;color:#166534}._badgeInactive_6n5xv_172{background:#fee2e2;color:#991b1b}._badgeDeactivated_6n5xv_177,._badgeUnknown_6n5xv_182{background:#f1f5f9;color:#475569}._permissionsList_6n5xv_187{display:flex;flex-wrap:wrap;gap:.5rem}._permissionTag_6n5xv_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_6n5xv_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_6n5xv_205:hover{background:#fee2e2;color:#991b1b}._permissionTagRemove_6n5xv_205:disabled{opacity:.5;cursor:not-allowed}._statusSelectWrap_6n5xv_230{display:flex;align-items:center;gap:.5rem}._statusSelect_6n5xv_230{padding:.375rem .75rem;font-size:.875rem;border:1px solid #e2e8f0;border-radius:.5rem;background:#fff;color:#334155;min-width:140px}._addPermissionWrap_6n5xv_246{display:flex;gap:.5rem;align-items:flex-end;flex-wrap:wrap}._addPermissionSelect_6n5xv_253{padding:.375rem .75rem;font-size:.875rem;border:1px solid #e2e8f0;border-radius:.5rem;background:#fff;color:#334155;min-width:180px;flex:1}._addPermissionBtn_6n5xv_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_6n5xv_264:hover:not(:disabled){opacity:.95}._addPermissionBtn_6n5xv_264:disabled{opacity:.5;cursor:not-allowed}._resetPasswordWrap_6n5xv_289{padding:.25rem 0}._resetPasswordBtn_6n5xv_293{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;font-size:.875rem;font-weight:600;color:#04396d;background:#f0f7ff;border:1px solid #b3d4ff;border-radius:.5rem;cursor:pointer;transition:background-color .15s,border-color .15s,color .15s;min-height:44px}._resetPasswordBtn_6n5xv_293:hover{background:#e0efff;border-color:#04396d;color:#032d54}._resetPasswordBtnIcon_6n5xv_315{flex-shrink:0;width:18px;height:18px}._permissionsEmpty_6n5xv_321{padding:.75rem;text-align:center;color:#64748b;font-size:.875rem}._actions_6n5xv_328{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;padding-top:.5rem}._closeBtn_6n5xv_336{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_6n5xv_336:hover{background:#e2e8f0;color:#334155}._loaderWrap_6n5xv_356{display:flex;align-items:center;justify-content:center;padding:2rem}._loader_6n5xv_356{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_gni3y_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_gni3y_1{padding:2rem 2.5rem 2.5rem;gap:1.5rem}}._pageHeader_gni3y_18{display:flex;align-items:flex-start;gap:1rem}._headerIconWrap_gni3y_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_gni3y_24{color:#fff;width:26px;height:26px}._pageTitle_gni3y_42{font-weight:600;letter-spacing:-.025em;font-size:1.5rem;line-height:1.3;color:#0f172a}@media (min-width: 769px){._pageTitle_gni3y_42{font-size:1.75rem}}._pageSubtext_gni3y_56{margin-top:.25rem;font-size:.875rem;color:#64748b}._headerRow_gni3y_62{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem}._headerActions_gni3y_70{display:flex;align-items:center;gap:.75rem}._createBtn_gni3y_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_gni3y_76:hover{opacity:.95;transform:translateY(-1px)}._emailFilter_gni3y_98{display:flex;align-items:center;gap:.375rem;position:relative;width:100%;min-width:120px}._emailFilterIcon_gni3y_107{color:#64748b;flex-shrink:0}._emailFilterInput_gni3y_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_gni3y_112::-moz-placeholder{color:#94a3b8}._emailFilterInput_gni3y_112::placeholder{color:#94a3b8}._emailFilterInput_gni3y_112:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f633}._emailFilterClear_gni3y_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_gni3y_135:hover{color:#0f172a;background:#f1f5f9}._errorContainer_gni3y_161{padding:1rem 1.25rem;background:#fef2f2;border:1px solid #fecaca;border-radius:.75rem;color:#991b1b;font-size:.875rem}._loadingContainer_gni3y_170{width:100%;min-height:200px;display:flex;align-items:center;justify-content:center}._tableWrapper_gni3y_178{width:100%;overflow-x:auto;border-radius:1rem;background:#fff;box-shadow:0 1px 3px #0000000f;border:1px solid #e2e8f0}._tableWrapper_gni3y_178 table{width:100%;border-collapse:collapse}._tableWrapper_gni3y_178 thead tr{background:linear-gradient(180deg,#f8fafc,#f1f5f9);border-bottom:2px solid #e2e8f0}._tableWrapper_gni3y_178 thead th{padding:.5rem .75rem;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#475569;text-align:left}._tableRow_gni3y_207{cursor:pointer;background:#fff;border-bottom:1px solid #f1f5f9;transition:background-color .15s}._tableRow_gni3y_207:hover{background:#f8fafc}._tableCell_gni3y_218{padding:.5rem .75rem;font-size:.8125rem;color:#334155}._dateCell_gni3y_224{font-size:.8125rem;color:#64748b}._badge_gni3y_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_gni3y_239{background:#dcfce7;color:#166534}._badgeInactive_gni3y_244{background:#fee2e2;color:#991b1b}._badgeDeactivated_gni3y_249,._badgeUnknown_gni3y_254{background:#f1f5f9;color:#475569}._actionsCell_gni3y_259{display:flex;align-items:center;gap:.5rem;justify-content:flex-start}._actionBtn_gni3y_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_gni3y_266:hover{background:#f1f5f9;transform:scale(1.05)}._actionBtnView_gni3y_283{color:#3b82f6}._paginationWrapper_gni3y_287{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 0}._paginationInfo_gni3y_296{font-size:.875rem;color:#64748b}._pageSizeLabel_gni3y_301{display:inline-flex;align-items:center;gap:.375rem;font-size:.875rem;color:#64748b}._pageSizeSelect_gni3y_309{border-radius:.375rem;border:1px solid #e2e8f0;background:#fff;padding:.375rem .5rem;font-size:.875rem;font-weight:500;color:#0f172a;min-width:3rem}._pageSizeSelect_gni3y_309:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f633}._paginationButtons_gni3y_326{display:flex;align-items:center;gap:.5rem}._paginationButton_gni3y_326{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_gni3y_326:hover:not(:disabled){background:#f1f5f9;color:#0f172a}._paginationButton_gni3y_326:disabled{opacity:.5;cursor:not-allowed}._paginationButton_gni3y_326._active_gni3y_354{background:#0f172a;color:#fff;border-color:#0f172a}._emptyContainer_gni3y_360{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_gni3y_373{color:#94a3b8}._emptyMessage_gni3y_377{margin:0;font-size:.9375rem;color:#64748b}._mobileCard_gni3y_384{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;padding:1.25rem;margin-bottom:1rem;box-shadow:0 1px 3px #0000000d,0 4px 12px #0f172a0a;transition:box-shadow .2s ease,border-color .2s ease}._mobileCard_gni3y_384:active{box-shadow:0 1px 2px #0000000f}._mobileCardTop_gni3y_400{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1rem}._mobileCardAvatar_gni3y_407{flex-shrink:0;width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:600;letter-spacing:-.02em;color:#fff;background:linear-gradient(145deg,#0f172a,#1e3a5f);box-shadow:0 2px 8px #0f172a33}._mobileCardHeader_gni3y_423{flex:1;min-width:0}._mobileCardMeta_gni3y_428{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;margin-bottom:.25rem}._mobileCardDate_gni3y_436{font-size:.75rem;color:#64748b;font-weight:500}._mobileCardTitle_gni3y_442{margin:0;font-size:1.0625rem;font-weight:600;line-height:1.3;color:#0f172a;letter-spacing:-.02em}._badgeMobile_gni3y_451{font-size:.6875rem;padding:.2rem .5rem;letter-spacing:.02em}._mobileCardContent_gni3y_457{display:flex;flex-direction:column;gap:.5rem;padding:.875rem 1rem;margin:0 -.25rem 1rem;background:linear-gradient(180deg,#f8fafc,#f1f5f9);border-radius:.75rem;border:1px solid #e2e8f0}._mobileCardRow_gni3y_468{display:flex;align-items:flex-start;gap:.75rem}._mobileCardRowIcon_gni3y_474{flex-shrink:0;color:#64748b;margin-top:.125rem}._mobileCardRowText_gni3y_480{display:flex;flex-direction:column;gap:.125rem;min-width:0}._mobileCardLabel_gni3y_487{font-size:.6875rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em}._mobileCardValue_gni3y_495{font-size:.875rem;font-weight:500;color:#334155;word-break:break-all}._mobileCardViewBtn_gni3y_502{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;width:100%;min-height:44px;padding:.75rem 1rem;font-size:.9375rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#04396d,#065a9e);border:none;border-radius:.75rem;box-shadow:0 2px 8px #04396d40;cursor:pointer;transition:opacity .2s ease,transform .1s ease,box-shadow .2s ease;-webkit-tap-highlight-color:transparent;touch-action:manipulation}._mobileCardViewBtn_gni3y_502:hover{opacity:.95;box-shadow:0 4px 12px #04396d4d}._mobileCardViewBtn_gni3y_502:active{transform:scale(.98)}._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_1df78_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_1df78_1{padding:2rem 2.5rem 2.5rem;gap:1.5rem}}._pageHeader_1df78_18{display:flex;align-items:flex-start;gap:1rem}._headerIconWrap_1df78_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_1df78_24{color:#fff;width:26px;height:26px}._pageTitle_1df78_42{font-weight:600;letter-spacing:-.025em;font-size:1.5rem;line-height:1.3;color:#0f172a}@media (min-width: 769px){._pageTitle_1df78_42{font-size:1.75rem}}._pageSubtext_1df78_56{margin-top:.25rem;font-size:.875rem;color:#64748b}._headerRow_1df78_62{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem}._headerActions_1df78_70{display:flex;align-items:center;gap:.75rem}._createBtn_1df78_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_1df78_76:hover{opacity:.95;transform:translateY(-1px)}._actionsCell_1df78_98{display:flex;align-items:center;gap:.5rem}._actionBtn_1df78_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_1df78_104:hover:not(:disabled){background:#f1f5f9;transform:scale(1.05)}._actionBtn_1df78_104:disabled{opacity:.5;cursor:not-allowed}._actionBtnEdit_1df78_126{color:#f59e0b}._actionBtnDelete_1df78_130{color:#dc2626}._actionBtnDelete_1df78_130:hover{color:#b91c1c}._mobileCardActions_1df78_138{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:.5rem;padding-top:.5rem;border-top:1px solid #f1f5f9}._errorContainer_1df78_147{padding:1rem 1.25rem;background:#fef2f2;border:1px solid #fecaca;border-radius:.75rem;color:#991b1b;font-size:.875rem}._loadingContainer_1df78_156{width:100%;min-height:200px;display:flex;align-items:center;justify-content:center}._tableWrapper_1df78_164{width:100%;overflow-x:auto;border-radius:1rem;background:#fff;box-shadow:0 1px 3px #0000000f;border:1px solid #e2e8f0}._tableWrapper_1df78_164 table{width:100%;border-collapse:collapse}._tableWrapper_1df78_164 thead tr{background:linear-gradient(180deg,#f8fafc,#f1f5f9);border-bottom:2px solid #e2e8f0}._tableWrapper_1df78_164 thead th{padding:.5rem .75rem;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#475569;text-align:left}._tableRow_1df78_193{cursor:default;background:#fff;border-bottom:1px solid #f1f5f9;transition:background-color .15s}._tableRow_1df78_193:hover{background:#f8fafc}._tableCell_1df78_204{padding:.5rem .75rem;font-size:.8125rem;color:#334155}._emptyContainer_1df78_210{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_1df78_223{color:#94a3b8}._emptyMessage_1df78_227{margin:0;font-size:.9375rem;color:#64748b}._mobileCard_1df78_138{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;padding:0;margin-bottom:1rem;box-shadow:0 1px 3px #0000000d,0 4px 12px #0f172a0a;overflow:hidden;position:relative}._mobileCard_1df78_138:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#04396d,#065a9e)}._mobileCardHeader_1df78_255{display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem;padding:1.25rem 1.25rem 1rem;background:linear-gradient(180deg,#f8fafc,#f1f5f9);border-bottom:1px solid #e2e8f0}._mobileCardTitle_1df78_265{font-size:1.0625rem;font-weight:600;color:#0f172a;line-height:1.3}._mobileCardContent_1df78_272{display:flex;flex-direction:column;gap:.75rem;padding:1rem 1.25rem;margin:0;background:#fff}._mobileCardRow_1df78_281{display:flex;flex-direction:column;gap:.25rem}._mobileCardLabel_1df78_287{font-size:.6875rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em}._mobileCardValue_1df78_295{font-size:.875rem;font-weight:500;color:#334155}._mobileCardActions_1df78_138 ._actionBtn_1df78_104{flex:1;min-width:0;min-height:44px;padding:.75rem 1rem;border-radius:.75rem;font-size:.9375rem;font-weight:600;gap:.5rem;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff!important;box-shadow:0 2px 6px #f59e0b40;transition:opacity .2s ease,transform .1s ease;-webkit-tap-highlight-color:transparent;touch-action:manipulation}._mobileCardActions_1df78_138 ._actionBtn_1df78_104:hover{opacity:.95;transform:scale(.98)}._container_1k54n_1{display:flex;flex-direction:column;gap:1.5rem;width:100%;min-height:60vh;background:linear-gradient(160deg,#e0f2fe,#f0f9ff 35%,#fefce8);padding:1.5rem 1.5rem 2rem}@media (min-width: 769px){._container_1k54n_1{padding:2rem 2.5rem 2.5rem;gap:1.5rem}}._forbidden_1k54n_18{font-size:.9375rem;color:#64748b;margin:0}._pageHeader_1k54n_24{display:flex;align-items:flex-start;gap:1rem}._headerRow_1k54n_30{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem}._headerIconWrap_1k54n_38{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:1rem;background:linear-gradient(135deg,#0c4a6e,#0369a1,#0284c7);box-shadow:0 4px 16px #0284c759}._headerIcon_1k54n_38{color:#fff;width:28px;height:28px}._pageTitle_1k54n_56{font-weight:700;letter-spacing:-.03em;font-size:1.5rem;line-height:1.3;color:#0c4a6e}@media (min-width: 769px){._pageTitle_1k54n_56{font-size:1.75rem}}._pageSubtext_1k54n_70{margin-top:.25rem;font-size:.875rem;color:#475569}._savingIndicator_1k54n_76{display:inline-flex;align-items:center;gap:.5rem;margin-top:.5rem;padding:.35rem .75rem;font-size:.875rem;font-weight:600;color:#0c4a6e;background:#ffffffe6;border:1px solid #7dd3fc;border-radius:.5rem;box-shadow:0 2px 8px #0284c726}._savingSpinner_1k54n_91{display:inline-block;width:1rem;height:1rem;border:2px solid #bae6fd;border-top-color:#0284c7;border-radius:50%;animation:_rolePermSpin_1k54n_1 .7s linear infinite}@keyframes _rolePermSpin_1k54n_1{to{transform:rotate(360deg)}}._savingOverlay_1k54n_107{position:absolute;top:0;right:0;bottom:0;left:0;z-index:10;display:flex;align-items:center;justify-content:center;background:#ffffffeb;border-radius:1rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}._savingOverlayContent_1k54n_119{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:1.5rem 2rem;background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border:2px solid #7dd3fc;border-radius:1rem;box-shadow:0 8px 24px #0284c733}._savingOverlaySpinner_1k54n_131{width:40px;height:40px;border:3px solid #bae6fd;border-top-color:#0284c7;border-radius:50%;animation:_rolePermSpin_1k54n_1 .7s linear infinite}._savingOverlayText_1k54n_140{font-size:1rem;font-weight:700;color:#0c4a6e}._savingOverlayHint_1k54n_146{font-size:.8125rem;color:#0369a1}._rolesGrid_1k54n_151{display:grid;gap:1.5rem;grid-template-columns:1fr}@media (min-width: 900px){._rolesGrid_1k54n_151{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1200px){._rolesGrid_1k54n_151{grid-template-columns:repeat(4,1fr)}}._roleCard_1k54n_169{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;padding:1.25rem;box-shadow:0 1px 3px #0000000f}._roleName_1k54n_177{font-size:1rem;font-weight:700;color:#0f172a;margin:0 0 1rem;padding-bottom:.5rem;border-bottom:1px solid #e2e8f0}._section_1k54n_186{margin-bottom:1rem}._section_1k54n_186:last-child{margin-bottom:0}._sectionTitle_1k54n_194{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#64748b;margin:0 0 .5rem}._permissionList_1k54n_203{list-style:none;margin:0;padding:0}._permissionItem_1k54n_209{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.375rem 0;font-size:.8125rem;border-bottom:1px solid #f1f5f9;flex-wrap:wrap}._permissionItem_1k54n_209:last-child{border-bottom:none}._resourceName_1k54n_224{font-weight:500;color:#334155}._removeBtn_1k54n_229{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .5rem;font-size:.75rem;font-weight:600;color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:.375rem;cursor:pointer;transition:background-color .15s}._removeBtn_1k54n_229:hover:not(:disabled){background:#fee2e2}._removeBtn_1k54n_229:disabled{opacity:.6;cursor:not-allowed}._removedBadge_1k54n_253{font-size:.6875rem;font-weight:600;color:#64748b;background:#f1f5f9;padding:.2rem .5rem;border-radius:.25rem}._tableWrap_1k54n_263{position:relative;background:#fff;border:1px solid #bae6fd;border-radius:1rem;overflow:hidden;box-shadow:0 4px 14px #0284c714}._table_1k54n_263{width:100%;border-collapse:collapse;font-size:.875rem}._thResource_1k54n_278,._thAccess_1k54n_279{text-align:left;padding:.875rem 1rem;font-weight:700;font-size:.8125rem;text-transform:uppercase;letter-spacing:.04em;border-bottom:2px solid #e2e8f0}._thResource_1k54n_278{width:18%;min-width:140px;color:#0c4a6e;background:linear-gradient(180deg,#f0f9ff,#e0f2fe)}._thAccess_1k54n_279:nth-of-type(2){background:linear-gradient(180deg,#eff6ff,#dbeafe);color:#1d4ed8}._thAccess_1k54n_279:nth-of-type(3){background:linear-gradient(180deg,#f7fee7,#ecfccb);color:#4d7c0f}._tr_1k54n_306{border-bottom:1px solid #f1f5f9;transition:background-color .15s ease}._tr_1k54n_306:nth-child(2n){background:#fafafa}._tr_1k54n_306:hover{background:#f0f9ff}._tr_1k54n_306:last-child{border-bottom:none}._tdResource_1k54n_323{padding:.75rem 1rem;vertical-align:top;border-right:1px solid #e0f2fe;background:linear-gradient(90deg,#f8fafc,#fff)}._tdAccess_1k54n_330{padding:.5rem 1rem;vertical-align:top}._tdAccessEdit_1k54n_336 ._pill_1k54n_336{background:linear-gradient(135deg,#ecfccb,#d9f99d);color:#4d7c0f;border-color:#a3e635;box-shadow:0 1px 2px #4d7c0f1f}._tdAccessEdit_1k54n_336 ._pillRemove_1k54n_343{background:#fff9;color:#4d7c0f}._tdAccessEdit_1k54n_336 ._pillRemove_1k54n_343:hover:not(:disabled){color:#b91c1c;background:#fef2f2}._tdAccessEdit_1k54n_336 ._pillRemoved_1k54n_353{background:linear-gradient(135deg,#fef9c3,#fef08a);color:#854d0e;border-color:#fde047;box-shadow:0 1px 2px #854d0e1a}._tdAccessEdit_1k54n_336 ._pillAddBack_1k54n_360{color:#4d7c0f;background:linear-gradient(135deg,#ecfccb,#d9f99d);border-color:#a3e635}._tdAccessEdit_1k54n_336 ._pillAddBack_1k54n_360:hover:not(:disabled){background:#d9f99d;color:#365314}._tdAccessEdit_1k54n_336 ._pillAdded_1k54n_371{background:linear-gradient(135deg,#ecfccb,#d9f99d);color:#4d7c0f;border-color:#84cc16;box-shadow:0 1px 2px #4d7c0f1a}._tdAccessEdit_1k54n_336 ._pillRemoveAddition_1k54n_378{background:linear-gradient(135deg,#fef9c3,#fef08a);color:#854d0e;border-color:#fde047}._tdAccessEdit_1k54n_336 ._pillRemoveAddition_1k54n_378:hover:not(:disabled){background:#fef08a}._tdAccessEdit_1k54n_336 ._addRoleSelect_1k54n_388{border-color:#a3e635;background:linear-gradient(180deg,#fff,#f7fee7);color:#4d7c0f}._tdAccessEdit_1k54n_336 ._addRoleSelect_1k54n_388:hover:not(:disabled){border-color:#84cc16;box-shadow:0 0 0 2px #84cc1640}._tdAccessEdit_1k54n_336 ._addBackSection_1k54n_399{border-top-color:#d9f99d}._tdAccessEdit_1k54n_336 ._addBackLabel_1k54n_403{color:#4d7c0f}._resourceLabel_1k54n_407{font-weight:700;color:#0c4a6e;font-size:.9375rem}._pillList_1k54n_413{display:flex;flex-wrap:wrap;gap:.375rem;align-items:center}._emptyCell_1k54n_420{color:#94a3b8;font-size:.8125rem}._pill_1k54n_336{display:inline-flex;align-items:center;gap:.2rem;padding:.3rem .4rem .3rem .55rem;background:linear-gradient(135deg,#e0f2fe,#bae6fd);color:#0c4a6e;border:1px solid #7dd3fc;border-radius:.5rem;font-size:.75rem;font-weight:600;box-shadow:0 1px 2px #0284c71a}._pillRemove_1k54n_343{display:inline-flex;align-items:center;justify-content:center;padding:.15rem;margin:0 -.05rem 0 0;border:none;background:#fff9;color:#0369a1;border-radius:.25rem;cursor:pointer;transition:color .15s,background .15s,transform .1s}._pillRemove_1k54n_343:hover:not(:disabled){color:#dc2626;background:#fef2f2;transform:scale(1.05)}._pillRemove_1k54n_343:disabled{opacity:.5;cursor:not-allowed}._addBackSection_1k54n_399{margin-top:.5rem;padding-top:.5rem;border-top:1px dashed #bae6fd;display:flex;flex-wrap:wrap;align-items:center;gap:.35rem}._addBackLabel_1k54n_403{font-size:.6875rem;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.03em;margin-right:.25rem}._pillRemoved_1k54n_353{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .4rem .25rem .5rem;background:linear-gradient(135deg,#fef2f2,#fee2e2);color:#b91c1c;border-radius:.5rem;font-size:.75rem;font-weight:600;border:1px solid #fecaca;box-shadow:0 1px 2px #b91c1c14}._pillAddBack_1k54n_360{display:inline-flex;align-items:center;gap:.2rem;padding:.2rem .4rem;font-size:.6875rem;font-weight:700;color:#166534;background:linear-gradient(135deg,#dcfce7,#bbf7d0);border:1px solid #86efac;border-radius:.375rem;cursor:pointer;transition:background-color .15s,color .15s,transform .1s}._pillAddBack_1k54n_360:hover:not(:disabled){background:#bbf7d0;color:#14532d;transform:scale(1.02)}._pillAddBack_1k54n_360:disabled{opacity:.6;cursor:not-allowed}._pillAdded_1k54n_371{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .4rem .25rem .5rem;background:linear-gradient(135deg,#ecfdf5,#d1fae5);color:#047857;border-radius:.5rem;font-size:.75rem;font-weight:600;border:1px solid #6ee7b7;box-shadow:0 1px 2px #0478571a}._pillRemoveAddition_1k54n_378{display:inline-flex;align-items:center;gap:.15rem;padding:.2rem .35rem;font-size:.6875rem;font-weight:700;color:#b91c1c;background:linear-gradient(135deg,#fef2f2,#fee2e2);border:1px solid #fecaca;border-radius:.375rem;cursor:pointer;transition:background-color .15s,transform .1s}._pillRemoveAddition_1k54n_378:hover:not(:disabled){background:#fee2e2;transform:scale(1.02)}._pillRemoveAddition_1k54n_378:disabled{opacity:.6;cursor:not-allowed}._addRoleRow_1k54n_565{margin-top:.5rem}._addRoleSelect_1k54n_388{font-size:.75rem;padding:.35rem .6rem;border-radius:.5rem;border:1px solid #7dd3fc;background:linear-gradient(180deg,#fff,#f0f9ff);color:#0c4a6e;min-width:8.5rem;font-weight:500;transition:border-color .15s,box-shadow .15s}._addRoleSelect_1k54n_388:hover:not(:disabled){border-color:#38bdf8;box-shadow:0 0 0 2px #38bdf833}._addRoleSelect_1k54n_388:disabled{opacity:.7;cursor:not-allowed;background:#f1f5f9}._wrapper_1v69u_1{display:flex;flex-direction:column;align-items:center;text-align:center;padding:.5rem 0;min-width:320px;max-width:400px}._iconWrapper_1v69u_12{display:flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#fef3c7,#fde68a);color:#b45309;margin-bottom:1.25rem;flex-shrink:0}._icon_1v69u_12{width:28px;height:28px}._title_1v69u_30{margin:0 0 .5rem;font-size:1.25rem;font-weight:600;color:#1e293b;letter-spacing:-.01em;line-height:1.3}._message_1v69u_39{margin:0 0 1.5rem;font-size:.9375rem;line-height:1.5;color:#64748b}._actions_1v69u_46{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap;width:100%}._primaryButton_1v69u_54{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.625rem 1.25rem;font-size:.9375rem;font-weight:500;color:#fff;background:linear-gradient(180deg,#2563eb,#1d4ed8);border:none;border-radius:8px;cursor:pointer;box-shadow:0 1px 2px #0000000d;transition:transform .15s ease,box-shadow .15s ease}._primaryButton_1v69u_54:hover{background:linear-gradient(180deg,#1d4ed8,#1e40af);box-shadow:0 2px 8px #2563eb59}._primaryButton_1v69u_54:active{transform:scale(.98)}._secondaryButton_1v69u_80{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.625rem 1.25rem;font-size:.9375rem;font-weight:500;color:#64748b;background:#fff;border:1px solid #e2e8f0;border-radius:8px;cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease}._secondaryButton_1v69u_80:hover{background:#f8fafc;color:#475569;border-color:#cbd5e1}._secondaryButton_1v69u_80:active{background:#f1f5f9}._buttonIcon_1v69u_106{width:1.125rem;height:1.125rem;flex-shrink:0}@media (max-width: 480px){._wrapper_1v69u_1{min-width:auto;padding:.25rem 0}._title_1v69u_30{font-size:1.125rem}._message_1v69u_39{font-size:.875rem;margin-bottom:1.25rem}._actions_1v69u_46{flex-direction:column}._primaryButton_1v69u_54,._secondaryButton_1v69u_80{width:100%}}*{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:Plus Jakarta Sans,Inter,system-ui,sans-serif;margin:0;padding:0;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}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}
