@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px #0000001a;--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));width:var(--toastify-container-width);box-sizing:border-box;color:#fff;flex-direction:column;display:flex;position:fixed}.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);align-items:center;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);align-items:center;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y:0;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;word-break:break-word;flex:auto;align-items:center;margin-bottom:1rem;display:flex;position:relative}@media only screen and (width<=480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{width:100%;transform:translate3d(0, var(--y), 0) scale(var(--s));transition:transform .3s;position:absolute}.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:"";height:calc(var(--g) * 1px);position:absolute;bottom:100%;left:0;right:0}.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:"";z-index:-1;height:100%;position:absolute;bottom:0;left:0;right:0;transform:scaleY(3)}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{flex-shrink:0;width:22px;margin-inline-end:10px;display:flex}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.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;cursor:pointer;opacity:.7;z-index:1;background:0 0;border:none;outline:none;padding:0;transition:all .3s;position:absolute;top:6px;right:6px}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;width:14px;height:16px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{z-index:1;opacity:.7;transform-origin:0;width:100%;height:100%;position:absolute;bottom:0;left:0}.Toastify__progress-bar--animated{animation:linear forwards Toastify__trackProgress}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:100%;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius);width:100%;height:5px;position:absolute;bottom:0;left:0;overflow:hidden}.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{box-sizing:border-box;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);border-radius:100%;width:20px;height:20px;animation:.65s linear infinite Toastify__spin}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(3000px)}60%{opacity:1;transform:translate(-25px)}75%{transform:translate(10px)}90%{transform:translate(-5px)}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:translate(-3000px)}60%{opacity:1;transform:translate(25px)}75%{transform:translate(-10px)}90%{transform:translate(5px)}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:translateY(3000px)}60%{opacity:1;transform:translateY(-20px)}75%{transform:translateY(10px)}90%{transform:translateY(-5px)}to{transform:translate(0,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:translateY(-2000px)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(-3000px)}60%{opacity:1;transform:translateY(25px)}75%{transform:translateY(-10px)}90%{transform:translateY(5px)}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:translateY(2000px)}}.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%{opacity:0;animation-timing-function:ease-in;transform:perspective(400px)rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px)rotateX(-20deg)}60%{opacity:1;transform:perspective(400px)rotateX(10deg)}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) rotate3d(1, 0, 0, -20deg);opacity:1}to{transform:translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, 90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{visibility:visible;transform:translate(110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInLeft{0%{visibility:visible;transform:translate(-110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInUp{0%{visibility:visible;transform:translateY(110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInDown{0%{visibility:visible;transform:translateY(-110%)}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:translateY(500px)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translateY(-500px)}}.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-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-duration:.3s;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.aamlda-cmdk{background:#fff;width:100%;font-family:inherit}.aamlda-cmdk__input{border-bottom:1px solid #e2e8f0;align-items:center;gap:10px;padding:14px 18px;display:flex}.aamlda-cmdk__input input{color:#0f172a;background:0 0;border:none;outline:none;flex:1;font-size:15px}.aamlda-cmdk__input input::placeholder{color:#94a3b8}.aamlda-cmdk__list{max-height:420px;padding:6px;overflow-y:auto}.aamlda-cmdk__list [cmdk-group-heading]{letter-spacing:.08em;text-transform:uppercase;color:#94a3b8;padding:10px 12px 4px;font-size:11px;font-weight:600}.aamlda-cmdk__list [cmdk-item]{cursor:pointer;color:#0f172a;-webkit-user-select:none;user-select:none;border-radius:10px;align-items:center;gap:12px;padding:10px 12px;font-size:14px;display:flex}.aamlda-cmdk__list [cmdk-item][data-selected=true]{color:#3f5119;background:#7d9a2f1f}.aamlda-cmdk__icon{color:#475569;background:#f1f5f9;border-radius:8px;flex-shrink:0;place-items:center;width:26px;height:26px;font-size:14px;display:grid}.aamlda-cmdk__list [cmdk-item][data-selected=true] .aamlda-cmdk__icon{color:#3f5119;background:#7d9a2f38}.aamlda-cmdk__label{white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;overflow:hidden}.aamlda-cmdk__crumb{color:#94a3b8;text-transform:uppercase;letter-spacing:.06em;flex-shrink:0;font-size:11px}.aamlda-cmdk__empty{text-align:center;color:#94a3b8;padding:28px 12px;font-size:13px}.aamlda-cmdk__prompt{color:#475569;text-align:center;padding:18px 16px;font-size:13px}.aamlda-cmdk__footer{color:#64748b;background:#f8fafc;border-top:1px solid #e2e8f0;justify-content:center;gap:18px;padding:10px 16px;font-size:11px;display:flex}.aamlda-cmdk__footer kbd{color:#334155;background:#fff;border:1px solid #cbd5e1;border-bottom-width:2px;border-radius:4px;margin-right:3px;padding:1px 5px;font-family:inherit;font-size:11px}.ant-theme-dark .aamlda-cmdk,.dark .aamlda-cmdk{background:#111827}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}::-webkit-scrollbar{background-color:#0000;width:8px;height:8px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#646e784d;border-radius:4px;min-width:30px;min-height:30px;transition:background .12s}:hover>::-webkit-scrollbar-thumb{background:#3c46508c}::-webkit-scrollbar-thumb:hover{background:#3c46508c}::-webkit-scrollbar-thumb:active{background:#28323cbf}::-webkit-scrollbar-corner{background:0 0}*{scrollbar-width:thin;scrollbar-color:#646e784d transparent}[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}[data-theme=dark] ::-webkit-scrollbar{background-color:#0000}[data-theme=dark] ::-webkit-scrollbar-track{background:0 0}[data-theme=dark] ::-webkit-scrollbar-thumb{background:#aab4be4d;border-radius:4px}[data-theme=dark] ::-webkit-scrollbar-thumb:hover{background:#c8d2dc8c}[data-theme=dark] *{scrollbar-color:#aab4be4d transparent}body .ant-table-wrapper .ant-table-sticky-scroll,body .ant-table-sticky-scroll{opacity:1!important;background:#0f172a0a!important;border-top:1px solid #0f172a14!important;align-items:center!important;height:10px!important;display:flex!important;position:sticky!important;bottom:0!important}body .ant-table-wrapper .ant-table-sticky-scroll-bar,body .ant-table-sticky-scroll-bar{opacity:1!important;background:#646e7859!important;border-radius:4px!important;height:8px!important;bottom:1px!important}body .ant-table-wrapper .ant-table-sticky-scroll-bar:hover,body .ant-table-wrapper .ant-table-sticky-scroll-bar-active,body .ant-table-sticky-scroll-bar:hover,body .ant-table-sticky-scroll-bar-active{background:#3c4650a6!important}body .ant-table-wrapper .ant-table-body::-webkit-scrollbar{background:0 0!important;width:8px!important;height:8px!important}body .ant-table-wrapper .ant-table-content::-webkit-scrollbar{background:0 0!important;width:8px!important;height:8px!important}body .ant-table-wrapper .ant-table-body::-webkit-scrollbar-thumb{background:#646e784d!important;border-radius:4px!important;min-width:30px!important}body .ant-table-wrapper .ant-table-content::-webkit-scrollbar-thumb{background:#646e784d!important;border-radius:4px!important;min-width:30px!important}body .ant-table-wrapper .ant-table-body::-webkit-scrollbar-thumb:hover{background:#3c46508c!important}body .ant-table-wrapper .ant-table-content::-webkit-scrollbar-thumb:hover{background:#3c46508c!important}body .ant-table-wrapper .ant-table-body,body .ant-table-wrapper .ant-table-content{scrollbar-width:thin!important;scrollbar-color:#646e784d transparent!important}[data-theme=dark] body .ant-table-wrapper .ant-table-sticky-scroll,[data-theme=dark] body .ant-table-sticky-scroll{background:#ffffff0a!important;border-top:1px solid #ffffff14!important}[data-theme=dark] body .ant-table-wrapper .ant-table-sticky-scroll-bar,[data-theme=dark] body .ant-table-sticky-scroll-bar{background:#aab4be59!important}[data-theme=dark] body .ant-table-wrapper .ant-table-body::-webkit-scrollbar{background:0 0!important}[data-theme=dark] body .ant-table-wrapper .ant-table-content::-webkit-scrollbar{background:0 0!important}[data-theme=dark] body .ant-table-wrapper .ant-table-body::-webkit-scrollbar-thumb{background:#aab4be4d!important;border-radius:4px!important}[data-theme=dark] body .ant-table-wrapper .ant-table-content::-webkit-scrollbar-thumb{background:#aab4be4d!important;border-radius:4px!important}[data-theme=dark] body .ant-table-wrapper .ant-table-body::-webkit-scrollbar-thumb:hover{background:#c8d2dc8c!important}[data-theme=dark] body .ant-table-wrapper .ant-table-content::-webkit-scrollbar-thumb:hover{background:#c8d2dc8c!important}.page-header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.page-header h4{margin:0!important}.filter-bar{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:16px;display:flex}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;margin-bottom:24px;display:grid}.charts-grid{grid-template-columns:repeat(auto-fit,minmax(450px,1fr));gap:16px;margin-bottom:24px;display:grid}.ant-table-wrapper{border-radius:8px;overflow:hidden}.ant-tag{border-radius:4px}.ant-card{border-radius:8px}.ant-modal .ant-modal-content{border-radius:12px}.status-badge{align-items:center;gap:6px;font-size:12px;font-weight:500;display:inline-flex}.status-dot{border-radius:50%;width:6px;height:6px;display:inline-block}@supports (padding:env(safe-area-inset-bottom)){body{padding-bottom:env(safe-area-inset-bottom)}}@media (width<=640px){.ant-input,.ant-input-affix-wrapper input,.ant-select-selection-search-input,.ant-picker-input input,.ant-input-number input,textarea.ant-input{font-size:16px!important}::-webkit-scrollbar{width:14px;height:14px}.ant-btn{min-height:32px}.ant-modal{max-width:calc(100vw - 16px)!important}}@media (width<=768px){.charts-grid{grid-template-columns:1fr}.filter-bar{flex-direction:column;align-items:stretch}.page-header{flex-direction:column;align-items:stretch;gap:8px}}.ant-table-wrapper .ant-table-thead>tr>th{text-transform:uppercase;letter-spacing:.3px;color:#475569;font-size:11.5px;font-weight:600}[data-theme=dark] .ant-table-wrapper .ant-table-thead>tr>th{color:#ffffffb8}.ant-table-tbody>tr:nth-child(2n)>td{background:#fafbfc}[data-theme=dark] .ant-table-tbody>tr:nth-child(2n)>td{background:#ffffff06}.ant-table-tbody>tr:hover>td{transition:background .12s;background:#7d9a2f14!important}[data-theme=dark] .ant-table-tbody>tr:hover>td{background:#7d9a2f2e!important}.ant-table-tbody>tr>td{border-bottom:1px solid #0f172a0d}[data-theme=dark] .ant-table-tbody>tr>td{border-bottom:1px solid #ffffff0d}.ant-table-header,.ant-table-sticky-header{z-index:2;position:sticky;top:0}.ant-card{border:1px solid #0f172a24;border-radius:14px}[data-theme=dark] .ant-card{border:1px solid #ffffff24}.ant-card-head{border-bottom:1px solid #0f172a1f;min-height:48px;font-weight:600}[data-theme=dark] .ant-card-head{border-bottom:1px solid #ffffff1f}.ant-drawer-content{border-radius:14px 0 0 14px}.ant-drawer-header{border-bottom:1px solid #0f172a24}[data-theme=dark] .ant-drawer-header{border-bottom:1px solid #ffffff24}.ant-modal-content{border-radius:14px!important;box-shadow:0 20px 48px -20px #0f172a47!important}[data-theme=dark] .ant-modal-content{box-shadow:0 20px 48px -20px #000000b3!important}.ant-modal-header{border-bottom:1px solid #0f172a24;border-radius:14px 14px 0 0!important}[data-theme=dark] .ant-modal-header{border-bottom:1px solid #ffffff24}.ant-tag{border-radius:6px;padding:0 8px;font-weight:500;line-height:20px}.ant-btn-primary{box-shadow:0 4px 10px -4px #7d9a2f73}.ant-btn-primary:hover:not(:disabled){transition:transform .15s;transform:translateY(-1px)}.ant-menu-dark .ant-menu-item-selected{border-left:3px solid #a5c353;background:linear-gradient(90deg,#7d9a2f59,#7d9a2f0d)!important}.ant-menu-dark .ant-menu-item-selected:after{display:none}.ant-progress-bg{transition:width .4s ease-out!important}.ant-segmented .ant-segmented-item-selected{box-shadow:0 2px 6px -2px #0f172a2e}.ant-statistic-content{font-variant-numeric:tabular-nums}.ant-tabs-nav-wrap,.ant-segmented{scrollbar-width:thin}.dash-hscroll{scrollbar-width:none}.dash-hscroll::-webkit-scrollbar{height:0;display:none}html,body{transition:background-color .2s}[data-theme=dark] body{color:#ffffffe0;background:#0b0f15}[data-theme=light] body{background:#faf8f2}[data-theme=dark] .ant-layout,[data-theme=dark] .ant-layout-content{background:0 0!important}[data-theme=dark] .ant-layout-sider{background:#0b0f15!important}[data-theme=dark] .ant-layout-header{border-bottom:1px solid #ffffff0f;background:#0f141b!important}[data-theme=dark] .ant-popover-inner,[data-theme=dark] .ant-dropdown-menu,[data-theme=dark] .ant-select-dropdown,[data-theme=dark] .ant-picker-dropdown .ant-picker-panel-container,[data-theme=dark] .ant-cascader-menus,[data-theme=dark] .ant-notification-notice,[data-theme=dark] .ant-message-notice-content{border:1px solid #ffffff0f;background:#1b2230!important}[data-theme=dark] .ant-divider{border-color:#ffffff14}[data-theme=dark] .ant-empty-img-simple-ellipse,[data-theme=dark] .ant-empty-img-simple-path{fill:#ffffff14}[data-theme=dark] .ant-statistic-title{color:#ffffff8c}[data-theme=dark] .ant-progress-inner{background-color:#ffffff14}[data-theme=dark] :not(.aamlda-public-page)>.ant-input,[data-theme=dark] .ant-layout .ant-input,[data-theme=dark] .ant-layout .ant-input-affix-wrapper,[data-theme=dark] .ant-layout .ant-input-number,[data-theme=dark] .ant-layout .ant-picker,[data-theme=dark] .ant-layout .ant-select:not(.ant-select-customize-input) .ant-select-selector{background:#161c26;border-color:#ffffff14}.aamlda-public-page,.aamlda-public-page *{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}.aamlda-public-page .ant-input,.aamlda-public-page .ant-input-affix-wrapper,.aamlda-public-page .ant-input-password,.aamlda-public-page .ant-select .ant-select-selector{color:#0f172a!important;background:#fff!important;border-color:#e5e7eb!important}.aamlda-public-page .ant-input-affix-wrapper input.ant-input{background:0 0!important}.aamlda-public-page .ant-input::placeholder,.aamlda-public-page .ant-input-affix-wrapper input.ant-input::placeholder{color:#94a3b8!important}.aamlda-public-page .anticon{color:#64748b}[data-theme=dark] .ant-table,[data-theme=dark] .ant-table-tbody>tr>td{background:#161c26}[data-theme=dark] .ant-tag{filter:brightness(.95)saturate(.92)}[data-theme=dark] .ant-card-body,[data-theme=dark] .ant-drawer-body,[data-theme=dark] .ant-modal-body{color:#ffffffd9}[data-theme=dark] .chat-inbox-page{background:#0b0f15!important}[data-theme=dark] .chat-inbox-list-pane{background:#161c26!important;border-right:1px solid #ffffff0f!important}[data-theme=dark] .chat-inbox-chat-pane{background:#0f141b!important}[data-theme=dark] .chat-inbox-chat-header{background:#161c26!important;border-bottom:1px solid #ffffff0f!important}[data-theme=dark] .chat-inbox-stream{background:linear-gradient(#10161f 0%,#0f141b 100%)!important}[data-theme=dark] .chat-inbox-composer{background:#161c26!important;border-top:1px solid #ffffff0f!important}[data-theme=dark] .chat-inbox-list-pane .conversation-row.active,[data-theme=dark] .chat-inbox-list-pane [data-active=true]{background:#7d9a2f38!important}[data-theme=dark] .ant-layout-content{background:0 0!important}td.aamlda-pinned-cell,th.aamlda-pinned-cell{z-index:3}td.aamlda-pinned-body{background:#fff!important}th.aamlda-pinned-header{background:#fafafa!important}.ant-table-tbody>tr.ant-table-row:hover>td.aamlda-pinned-body,.ant-table-tbody>tr.ant-table-row-selected>td.aamlda-pinned-body,td.aamlda-pinned-body.ant-table-cell-row-hover{background:#f0f7e6!important}[data-theme=dark] td.aamlda-pinned-body{background:#141414!important}[data-theme=dark] th.aamlda-pinned-header{background:#1f1f1f!important}[data-theme=dark] .ant-table-tbody>tr.ant-table-row:hover>td.aamlda-pinned-body,[data-theme=dark] .ant-table-tbody>tr.ant-table-row-selected>td.aamlda-pinned-body,[data-theme=dark] td.aamlda-pinned-body.ant-table-cell-row-hover{background:#1f2a10!important}[data-theme=dark] .lead-detail-drawer,[data-theme=dark] .lead-detail-drawer>div{color:#ffffffd9;background:#1f1f1f!important}[data-theme=dark] .ant-drawer-body .lead-detail-drawer{background:#1f1f1f!important}[data-theme=dark] .ant-drawer-body>div[style*="background: rgb(255, 255, 255)"],[data-theme=dark] .ant-drawer-body>div[style*="background: #fff"],[data-theme=dark] .ant-drawer-body div[style*="background: rgb(250, 250, 250)"],[data-theme=dark] .ant-drawer-body div[style*="background: #fafafa"]{background:#141414!important}[data-theme=dark] .lead-detail-drawer div[style*="background: rgb(255, 255, 255)"]{color:#ffffffe0!important;background:#2a2a2a!important}[data-theme=dark] .lead-detail-drawer div[style*="background: #fff7e6"]{color:#faad14!important;background:#faad141f!important;border-color:#faad1480!important}[data-theme=dark] .lead-detail-drawer div[style*="background: #f6ffed"]{color:#a8c055!important;background:#7d9a2f26!important;border-color:#a5c35380!important}[data-theme=dark] .lead-detail-drawer div[style*=linear-gradient]{background:linear-gradient(#1f1f1f 0%,#141414 100%)!important}[data-theme=dark] .lead-detail-drawer label,[data-theme=dark] .lead-detail-drawer .ant-form-item-label>label{color:#ffffffb8!important}.aamlda-header-strip--dark .ant-segmented{background:#ffffff24!important}.aamlda-header-strip--dark .ant-segmented-item{color:#ffffffd9!important}.aamlda-header-strip--dark .ant-segmented-item:hover:not(.ant-segmented-item-selected){color:#fff!important;background:#ffffff14!important}.aamlda-header-strip--dark .ant-segmented-item-selected{color:#fff!important;background:#ffffff38!important}.aamlda-header-strip--dark .ant-segmented-item-label{color:inherit!important}.aamlda-header-strip--dark .ant-btn-default{color:#fff!important;background:#ffffff1a!important;border-color:#ffffff47!important}.aamlda-header-strip--dark .ant-btn-default:hover{color:#fff!important;background:#ffffff2e!important;border-color:#ffffff73!important}.aamlda-header-strip--dark .ant-picker,.aamlda-header-strip--dark .ant-select:not(.ant-select-customize-input) .ant-select-selector,.aamlda-header-strip--dark .ant-input-affix-wrapper,.aamlda-header-strip--dark .ant-input{color:#fff!important;background:#ffffff1a!important;border-color:#ffffff47!important}.aamlda-header-strip--dark .ant-picker input,.aamlda-header-strip--dark .ant-select-selection-item,.aamlda-header-strip--dark .ant-select-selection-placeholder,.aamlda-header-strip--dark .ant-input::placeholder,.aamlda-header-strip--dark .ant-picker input::placeholder{color:#ffffffd9!important}.aamlda-header-strip--dark .ant-picker .ant-picker-suffix,.aamlda-header-strip--dark .ant-picker .ant-picker-separator,.aamlda-header-strip--dark .ant-select-arrow{color:#ffffffb3!important}.aamlda-header-strip--dark .ant-tag{color:#fff;background:#ffffff29;border-color:#ffffff47}.aamlda-header-strip--light .ant-segmented{background:#0f172a14!important}.aamlda-header-strip--light .ant-segmented-item{color:#0f172ac7!important}.aamlda-header-strip--light .ant-segmented-item:hover:not(.ant-segmented-item-selected){color:#0f172a!important;background:#0f172a0f!important}.aamlda-header-strip--light .ant-segmented-item-selected{color:#0f172a!important;background:#fff!important}.aamlda-header-strip--light .ant-btn-default{color:#0f172a!important;border-color:#0f172a38!important}.ant-input,.ant-input-affix-wrapper,.ant-input-number,.ant-input-number-affix-wrapper,.ant-select:not(.ant-select-customize-input) .ant-select-selector,.ant-picker,.ant-cascader-picker,.ant-btn-default,.ant-segmented,.ant-radio-group .ant-radio-button-wrapper,.ant-checkbox-wrapper .ant-checkbox-inner,.ant-upload.ant-upload-select,.ant-tabs-card>.ant-tabs-nav .ant-tabs-tab{border-color:#c5ccd4!important}.ant-input:hover,.ant-input-affix-wrapper:hover,.ant-input-number:hover,.ant-input-number-affix-wrapper:hover,.ant-select:not(.ant-select-customize-input):not(.ant-select-disabled):hover .ant-select-selector,.ant-picker:hover,.ant-btn-default:hover,.ant-segmented:hover{border-color:#8a94a1!important}.ant-input:focus,.ant-input-focused,.ant-input-affix-wrapper-focused,.ant-input-number-focused,.ant-select-focused:not(.ant-select-disabled) .ant-select-selector,.ant-picker-focused{border-color:#7d9a2f!important;box-shadow:0 0 0 2px #7d9a2f26!important}.ant-table{border:1px solid #c5ccd4;border-radius:10px}.ant-table-thead>tr>th{background:#f6f7f9!important;border-bottom:1px solid #c5ccd4!important}.ant-table-tbody>tr>td{border-bottom-color:#e4e7eb!important}.ant-divider{border-color:#c5ccd4!important}.ant-drawer-content,.ant-modal-content{border:1px solid #c5ccd4}.ant-tabs-top>.ant-tabs-nav:before,.ant-tabs-bottom>.ant-tabs-nav:before{border-bottom:1px solid #c5ccd4!important}[data-theme=dark] .ant-input,[data-theme=dark] .ant-input-affix-wrapper,[data-theme=dark] .ant-input-number,[data-theme=dark] .ant-select:not(.ant-select-customize-input) .ant-select-selector,[data-theme=dark] .ant-picker,[data-theme=dark] .ant-btn-default,[data-theme=dark] .ant-segmented,[data-theme=dark] .ant-table,[data-theme=dark] .ant-table-thead>tr>th,[data-theme=dark] .ant-divider,[data-theme=dark] .ant-drawer-content,[data-theme=dark] .ant-modal-content{border-color:#475569!important}.ant-card{border:1px solid #d0d7de;border-radius:10px;transition:box-shadow .15s,border-color .15s;box-shadow:0 1px 3px #0f172a0a}.ant-card:hover{border-color:#9aa4b2;box-shadow:0 4px 14px #0f172a14}.ant-card-head{border-bottom:1px solid #e5e7eb}.ant-card .ant-card:hover{box-shadow:0 1px 3px #0f172a0a}[data-theme=dark] .ant-card{border-color:#334155;box-shadow:0 1px 3px #00000059}[data-theme=dark] .ant-card:hover{border-color:#475569;box-shadow:0 4px 14px #00000073}[data-theme=dark] .ant-card-head{border-bottom-color:#334155}.aamlda-nav{flex-direction:column;padding:6px 8px 24px;display:flex}.aamlda-nav__group{flex-direction:column;margin-top:8px;display:flex}.aamlda-nav__section{letter-spacing:.12em;text-transform:uppercase;color:#ffffff73;padding:10px 10px 4px;font-size:10.5px;font-weight:600}.aamlda-nav-row{color:#ffffffc7;cursor:pointer;text-align:left;width:100%;font:inherit;background:0 0;border:none;border-radius:8px;align-items:center;gap:12px;padding:8px 12px;transition:background .12s,color .12s;display:flex;position:relative}.aamlda-nav-row:hover{color:#fff;background:#ffffff0f}.aamlda-nav-row.is-active{color:#fff;background:linear-gradient(135deg,#7d9a2f47,#a5c3531f);box-shadow:inset 3px 0 #a5c353}.aamlda-nav-row__icon{flex-shrink:0;place-items:center;width:18px;font-size:15px;display:grid}.aamlda-nav-row__label{white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;overflow:hidden}.aamlda-nav-row__pin{opacity:0;color:#ffffff8c;border-radius:4px;padding:2px 4px;font-size:12px;transition:opacity .15s,color .15s}.aamlda-nav-row:hover .aamlda-nav-row__pin{opacity:.9}.aamlda-nav-row__pin:hover{color:#fbbf24;background:#ffffff1a}.aamlda-cmdk-pill{color:#64748b;cursor:pointer;height:34px;font:inherit;background:#f8fafc;border:1px solid #e2e8f0;border-radius:9px;align-items:center;gap:10px;padding:0 12px;font-size:13px;transition:border-color .12s,background .12s;display:flex}.aamlda-cmdk-pill:hover{background:#f1f5f9;border-color:#cbd5e1}.aamlda-cmdk-pill__kbd{gap:2px;display:flex}.aamlda-cmdk-pill__kbd kbd{font:inherit;color:#475569;background:#fff;border:1px solid #cbd5e1;border-bottom-width:2px;border-radius:4px;padding:0 4px;font-size:10.5px;line-height:16px}.aamlda-hub-tile{border:1px solid #e2e8f0;transition:transform .18s,border-color .18s,box-shadow .18s}.aamlda-hub-tile:hover{transform:translateY(-2px);box-shadow:0 10px 22px -14px #7d9a2f73;border-color:#a5c353!important}@keyframes aamlda-pulse{0%{opacity:1;transform:scale(1)}50%{opacity:.55;transform:scale(1.35)}to{opacity:1;transform:scale(1)}}@media (width<=1024px){body .ant-modal{max-width:calc(100vw - 32px)!important;margin:16px auto!important}body .ant-modal-content{max-width:100%}body .ant-modal .ant-row>.ant-col-md-12,body .ant-modal .ant-row>.ant-col-lg-12{flex:0 0 100%;max-width:100%}body .ant-drawer-content-wrapper{max-width:92vw!important}body .ant-drawer-right .ant-drawer-content-wrapper,body .ant-drawer-left .ant-drawer-content-wrapper{max-width:min(92vw,580px)!important}}@media (pointer:coarse){body .ant-btn-sm{min-width:32px;min-height:32px;padding-left:10px;padding-right:10px}body .ant-btn-icon-only.ant-btn-sm,body .ant-table-cell .ant-btn-icon-only{min-width:36px;min-height:36px}body .ant-table-tbody>tr>td,body .ant-tabs-tab{padding-top:10px;padding-bottom:10px}}@media (width<=1024px){body .aamlda-page-header,body .ant-page-header{padding:12px 16px!important}body .aamlda-page-header-tools .ant-input-affix-wrapper,body .aamlda-page-header-tools .ant-select{min-width:180px}body .ant-layout-content{overflow-x:hidden}body .ant-table-wrapper{overflow-x:auto}body .ant-layout-sider-collapsed+.ant-layout{margin-left:0!important}body .ant-input,body .ant-input-affix-wrapper input,body .ant-select-selection-search-input,body .ant-picker-input input,body input[type=text],body input[type=email],body input[type=password],body input[type=number],body input[type=tel],body input[type=search],body textarea{font-size:16px}}@media (width<=991px){body .aamlda-header-strip>div>div:first-child{flex-basis:100%!important;max-width:100%!important}body .aamlda-header-strip>div>div:nth-child(2){justify-content:flex-end;flex-basis:100%!important}}@media (width<=991.98px){.ant-modal,.ant-modal-content{max-width:calc(100vw - 24px)!important}.ant-modal{margin:12px auto!important;padding-bottom:12px!important;top:12px!important}.ant-modal .ant-row>.ant-col-12{flex:0 0 100%!important;max-width:100%!important}.ant-drawer-right .ant-drawer-content-wrapper,.ant-drawer-left .ant-drawer-content-wrapper{width:92vw!important;max-width:92vw!important}}@media (width<=767.98px){.ant-drawer-right .ant-drawer-content-wrapper,.ant-drawer-left .ant-drawer-content-wrapper{width:100vw!important;max-width:100vw!important}}@media (width<=1199.98px){.ant-table-wrapper{max-width:100%;overflow-x:auto}.ant-table-content,.ant-table-body{overflow-x:auto!important}.ant-pagination{flex-wrap:wrap;row-gap:4px}}@media (width<=991.98px){.ant-page-header-heading-extra,.ant-space.ant-space-horizontal{flex-wrap:wrap;row-gap:6px}}@media (pointer:coarse){.ant-btn-sm,.ant-btn-icon-only.ant-btn-sm{min-width:32px!important;min-height:32px!important}.ant-table-tbody .ant-btn-sm{min-width:30px!important;min-height:30px!important}.ant-checkbox-inner,.ant-radio-inner{transform-origin:50%;transform:scale(1.15)}}@media (width<=991.98px){.ant-row{row-gap:8px}}html,body,#root{max-width:100vw;overflow-x:hidden}.ant-layout-content{max-width:100%}
