@charset "UTF-8";.table-mobile{display:flex;flex-direction:column;gap:12px}.table-mobile__empty-wrap{padding:28px 16px;border:1px solid var(--color-border);border-radius:var(--card-radius);background:var(--color-surface);text-align:center;color:var(--color-text-secondary);font-size:14px}.table-mobile__item{display:flex;flex-direction:column;gap:0}.table-mobile__card{border:1px solid var(--color-border);border-radius:var(--card-radius);background:var(--color-surface);box-shadow:var(--shadow-sm);padding:12px 14px;overflow:hidden;transition:transform .22s cubic-bezier(.22,1,.36,1),box-shadow .22s ease,border-color .22s ease}.table-mobile__card--clickable:hover{transform:translateY(-2px);box-shadow:var(--shadow-md);border-color:var(--color-brand-muted)}.table-mobile__card--clickable:active{transform:translateY(0)}.table-mobile__card--expanded{border-bottom-left-radius:0;border-bottom-right-radius:0;border-bottom-color:transparent}.table-mobile__expanded{padding:12px 14px 14px;border:1px solid var(--color-border);border-top:none;border-radius:0 0 var(--card-radius) var(--card-radius);background:var(--color-surface-muted)}.table-mobile__row{display:grid;grid-template-columns:minmax(88px,34%) minmax(0,1fr);gap:8px 12px;align-items:start;padding:8px 0;border-bottom:1px solid var(--color-border-soft)}.table-mobile__row--single{grid-template-columns:minmax(0,1fr)}.table-mobile__row--actions{align-items:center}.table-mobile__label{color:var(--color-text-secondary);font-size:12px;font-weight:600;line-height:1.4;text-transform:uppercase;letter-spacing:.03em}.table-mobile__value{color:var(--color-text-primary);font-size:14px;font-weight:400;line-height:1.45;min-width:0;word-break:break-word;overflow-wrap:anywhere}.table-mobile__value .ant-flex,.table-mobile__value .ant-tag,.table-mobile__value .ant-btn{max-width:100%}@media(max-width:768px){.table-mobile{width:100%;max-width:100%;min-width:0}.table-mobile__card{max-width:100%}}.table-mobile{display:flex;flex-direction:column;gap:12px;margin-bottom:24px}.table-mobile__empty-wrap{margin-bottom:24px;padding:32px 16px;border:1px solid #eaecf0;border-radius:12px;background:#fff;box-shadow:0 1px 40px #00000014}.table-mobile__card{border:1px solid #eaecf0;border-radius:12px;background:#fff;box-shadow:0 1px 40px #00000014;padding:12px 14px;overflow:hidden}.table-mobile__card--clickable{cursor:pointer}.table-mobile__row{display:grid;grid-template-columns:minmax(0,38%) minmax(0,1fr);gap:8px 12px;align-items:start;padding:8px 0;border-bottom:1px solid #f2f4f7}.table-mobile__row:last-child{border-bottom:none;padding-bottom:0}.table-mobile__row:first-child{padding-top:0}.table-mobile__label{color:#475467;font-size:12px;font-weight:500;line-height:150%;word-break:break-word}.table-mobile__label:empty{display:none}.table-mobile__value{color:#0d152c;font-size:13px;font-weight:400;line-height:150%;word-break:break-word;min-width:0}.table-mobile__value .status{padding:2px 8px;font-size:11px;font-weight:500;line-height:16px;border-radius:999px}.table-mobile__value .status.status-large{padding:2px 10px}.table{margin-bottom:24px;border:1px solid #eaecf0;border-radius:12px;overflow:hidden;border-collapse:collapse;box-shadow:0 1px 40px #00000014}.table .ant-table{table-layout:auto;width:100%}.table .ant-table-cell{word-break:normal;overflow-wrap:normal}.table__actions-cell{white-space:nowrap;text-align:right;vertical-align:middle}.table__actions{display:flex;align-items:center;justify-content:flex-end;gap:8px}.table__action-btn{display:inline-flex;align-items:center;justify-content:center;padding:9px 12px;background-color:#f9fafb;border-radius:8px;cursor:pointer;line-height:0;border:1px solid transparent;transition:background-color .2s ease,transform .18s cubic-bezier(.34,1.56,.64,1),box-shadow .2s ease}.table__action-btn:hover{background-color:#f2f4f7;transform:translateY(-2px);box-shadow:0 4px 12px #0f172a14}.table__action-btn:active{transform:translateY(0)}.table__action-btn--danger{color:#e20036}.table__action-btn svg{display:block}.table__files{position:relative}.table__files-tooltip{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;width:500px;padding:24px;position:absolute;z-index:100;top:0;right:0;border-radius:6px;background:#0d152c;box-shadow:0 4px 12px 2px #00000029;color:#fff}.table__files-tooltip a{display:flex;align-items:center;text-decoration:none;color:#fff;margin-bottom:12px}.table__files-tooltip svg{width:24px;height:24px;color:#fff}.table__files-tooltip-subtitle{margin:0 0 12px;color:#fff;font-size:16px;font-weight:700;line-height:150%;letter-spacing:.8px}.table__files-tooltip-sertificate{width:49%;flex-shrink:0;flex-grow:0}.table__files-tooltip-sertificate span{margin:0 20px}.table__files-tooltip-badge{width:49%;text-align:left;flex-shrink:0;flex-grow:0}.table__files-tooltip-badge span{margin:0 20px}.table__files-tooltip-download-all{display:block;text-align:center;margin:24px auto;align-self:center;justify-self:center}.table__files-tooltip-download-all span{margin:0 12px}.table__show-file-btn{display:flex;align-items:center;color:#0d152c;font-size:16px;font-weight:400;line-height:150%;letter-spacing:.8px;background-color:transparent;border:none;cursor:pointer}.table__show-file-btn svg{width:24px;height:24px;margin-left:12px}.table__status{display:flex;color:#0d152c;font-size:12px;font-weight:400;line-height:150%;letter-spacing:.48px}.table__marker{width:14px;height:14px;margin-right:12px;border-radius:4px;display:block}.table__btn{padding:6px 12px;color:#e20036;font-size:12px;font-weight:400;line-height:150%;letter-spacing:.48px;background-color:transparent;border-radius:6px;cursor:pointer}.table__btn--red{border:1px solid #e20036;color:#e20036}.table__btn--blue{border:1px solid #001e49;color:#001e49}.table__btn:not(:last-of-type){margin-right:12px}.ant-table-thead{border-radius:6px;background:#f9fafb!important}.ant-table-thead td{background:#f9fafb!important}.ant-table-thead .ant-table-cell{background:#f9fafb!important;color:#475467!important;font-size:14px;font-style:normal;font-weight:400;line-height:150%;letter-spacing:.8px}.ant-table-thead .ant-table-cell:before{display:none}.ant-table-tbody{border:1px solid #eaecf0}.ant-table-tbody .ant-table-measure-row,.ant-table-tbody tr.ant-table-measure-row{height:0!important;visibility:collapse!important}.ant-table-tbody .ant-table-measure-row>td,.ant-table-tbody tr.ant-table-measure-row>td{padding:0!important;border:none!important;height:0!important;line-height:0!important;overflow:hidden}.ant-table-tbody tr:nth-of-type(2n):not(.ant-table-measure-row):not(.ant-table-expanded-row){border-radius:6px;background:#fff;border:1px solid #eaecf0}.ant-table-tbody td{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#0d152c;font-size:12px;font-weight:300;line-height:150%;letter-spacing:.8px;border:1px solid #eaecf0;cursor:pointer}.ant-table-tbody>tr>td{padding:10px 12px}@keyframes pulse2{0%,to{opacity:1}50%{opacity:.5}}.table-skeleton{width:100%;background-color:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;overflow:hidden}.table-skeleton .skeleton-header{display:flex;padding:16px;background-color:#f5f5f5;border-bottom:1px solid #e8e8e8}.table-skeleton .skeleton-header .skeleton-header-cell{height:22px;background-color:#d9d9d9}.table-skeleton .skeleton-row{display:flex;padding:16px;border-bottom:1px solid #f0f0f0}.table-skeleton .skeleton-row:last-child{border-bottom:none}.table-skeleton .skeleton-cell{flex:1;height:20px;margin-right:16px;border-radius:4px;background-color:#e5e7eb;animation:pulse2 2s cubic-bezier(.4,0,.6,1) infinite}.table-skeleton .skeleton-cell:last-child{margin-right:0}.table-skeleton .skeleton-profile{display:flex;align-items:center;width:25%;height:auto;background:transparent;animation:none}.table-skeleton .skeleton-profile .skeleton-avatar{width:40px;height:40px;border-radius:50%;margin-right:12px;background-color:#e5e7eb;animation:pulse2 2s cubic-bezier(.4,0,.6,1) infinite}.table-skeleton .skeleton-profile .skeleton-name{flex:1;height:20px;border-radius:4px;background-color:#e5e7eb;animation:pulse2 2s cubic-bezier(.4,0,.6,1) infinite}.table-skeleton .skeleton-status{max-width:100px;height:28px;border-radius:14px}.table-skeleton .skeleton-actions{max-width:100px;display:flex;justify-content:flex-end;gap:8px;background:transparent;animation:none}.table-skeleton .skeleton-actions:before,.table-skeleton .skeleton-actions:after{content:"";width:32px;height:32px;border-radius:4px;background-color:#e5e7eb;animation:pulse2 2s cubic-bezier(.4,0,.6,1) infinite}.error-container{width:100%;padding:24px;text-align:center;background-color:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a}.error-container p{margin-bottom:16px;color:#ff4d4f;font-size:16px}.error-container button{padding:8px 16px;background-color:#1890ff;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:14px;transition:background-color .3s}.error-container button:hover{background-color:#40a9ff}.modal{position:relative}.modal__title{margin-top:0;margin-left:0;margin-right:0;text-align:center;font-size:20px;font-weight:600;line-height:1.3;color:var(--color-heading, #0d152c)}.modal__txt{margin:0;color:#0d152c;font-size:16px;font-weight:400;line-height:150%;letter-spacing:.8px;text-align:center}.modal__input{margin-bottom:24px}.modal__btns-wrapper{width:65%;display:flex;align-items:center;justify-content:center;margin:0 auto}.modal__btns-wrapper button{width:160px;margin-right:20px}.button{display:flex;align-items:center;justify-content:center;padding:12px;font-size:14px;font-weight:500;line-height:1.5;color:#fff;background-color:#3b82f6;border:none;cursor:pointer;transition:.5s ease;border-radius:6px;text-decoration:none}.button span{margin:0 12px}.button--secondary{background-color:transparent;color:#092d53}.button:disabled{opacity:.8;background-color:#dfdfdf;color:#888;border-color:#334155;cursor:not-allowed}.button:active{transform:scale(.9)}.pagination{font-weight:600;display:flex;justify-content:flex-end}@media only screen and (max-width:768px){.pagination{justify-content:center}}.search-input{background-color:#fff;background-image:url(../../assets/images/icon-magnifier.svg);background-repeat:no-repeat;background-position:center right 10px;position:relative;font-size:16px!important;padding-right:30px;border:1px solid #cbd5e1!important;border-radius:6px;box-shadow:0 1px 2px #1018280a;color:#0f172a!important}.search-input::placeholder{font-size:16px;font-weight:500}@media only screen and (max-width:576px){.search-input.field{padding-right:34px;background-position:center right 8px;background-size:18px 18px;font-size:16px!important}}.no-data{margin-bottom:120px}.no-data .no-data__top{padding:10px 20px;font-size:1rem;font-weight:700;line-height:150%;border-radius:5px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#092d5399;text-align:center}.no-data .no-data__body{padding:40px 120px;background-color:#f0f2f6;border-radius:5px}.no-data .no-data__body-title{margin-bottom:20px;color:#000;text-align:center;font-size:1rem;font-weight:400;line-height:150%}.no-data .no-data__body img{display:block;width:100%;max-width:400px;margin:0 auto}.tabs{display:inline-flex;align-items:center;gap:4px;padding:4px;border-radius:999px;background:#eceff3;max-width:100%}.tabs--block{display:flex;width:100%}.tabs--block .tabs__item{flex:1 1 0;min-width:0}.tabs--sm .tabs__item{min-height:30px;padding:6px 14px;font-size:13px}.tabs--md .tabs__item{min-height:36px;padding:8px 20px;font-size:14px}.tabs--lg{padding:5px;gap:6px}.tabs--lg .tabs__item{min-height:44px;padding:10px 32px;font-size:15px;font-weight:600}.tabs__item{display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:999px;background:transparent;color:#64748b;font-weight:500;line-height:1.4;text-decoration:none;white-space:nowrap;cursor:pointer;transition:background-color .22s ease,color .22s ease,box-shadow .22s ease,transform .18s cubic-bezier(.22,1,.36,1)}.tabs__item:hover:not(:disabled):not(.tabs__item--active){color:#334155;transform:translateY(-1px)}.tabs__item:disabled{opacity:.45;cursor:not-allowed}.tabs__item--active{background:#3b82f6;color:#fff;font-weight:600;box-shadow:0 4px 14px #3b82f647}@media only screen and (max-width:768px){.tabs--block.tabs--lg .tabs__item{padding:10px 8px;font-size:12px;overflow:hidden;text-overflow:ellipsis}}@media only screen and (max-width:576px){.tabs:not(.tabs--block){max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.tabs:not(.tabs--block)::-webkit-scrollbar{display:none}.tabs--md .tabs__item{padding-inline:16px}}.status{display:inline-block;min-width:70px;padding:4px 8px;border-radius:16px;text-align:center;font-size:12px;font-weight:500;line-height:18px;flex-shrink:0;vertical-align:middle;max-width:100%}.status-warning{border:1px solid rgba(239,179,0,.2);background:#efb30014;color:#efb300}.status-error{border:1px solid #de4646;background:#de464614;color:#de4646}.status-success{border:1px solid #abefc6;background-color:#ecfdf3;color:#067647}.status-info{border:1px solid rgba(37,120,224,.2);background-color:#2578e014;color:#2578e0}.status-neutral{border:1px solid #868685;background:#86868514;color:#868685}.status-large{padding:8px 40px}@media only screen and (max-width:992px){.status{padding:8px}.status-large{padding:8px 16px}}.field{width:100%;height:50px!important;padding:8px 16px;position:relative;font-size:16px;font-weight:400;line-height:20px;resize:none;border-radius:6px;border:1px solid #cbd5e1!important;background-color:#fff!important;box-shadow:0 1px 2px #1018280a;color:#0f172a;transition:border-color .15s ease,box-shadow .15s ease}.field:hover:not(:disabled),.field:focus-within{border-color:#94a3b8!important;box-shadow:0 0 0 3px #3b82f62e}.field input{width:100%;outline:none;border:none;background-color:transparent!important;color:#0f172a}.field::placeholder,.field input::placeholder,.field textarea::placeholder{color:#94a3b8!important;opacity:1!important;font-weight:400!important;font-size:inherit}.field__label{display:block;margin-bottom:10px;font-weight:500;color:#092d53;font-size:16px;font-weight:700;line-height:150%}.field__wrapper{display:grid;gap:0;width:100%}.field__input-wrapper{position:relative;width:100%}.field__input-wrapper--has-toggle input.field{padding-right:42px!important}.field__options{display:flex;align-items:stretch;justify-content:space-between}.field__option-wrapper{flex:1}.field--error{border:2px solid red!important}.field--error+span{color:red}.field .ant-select-selector{height:48px;padding:16px!important;background-color:transparent!important;border:none!important;outline:none;position:absolute!important;top:0;left:0;width:100%;height:100%}.field .ant-select-selection-placeholder{opacity:1!important;font-weight:400!important;color:#94a3b8!important;font-size:16px!important}.field .ant-select-selection-item{color:#0f172a!important}.field__toggle-password{display:flex;align-items:center;justify-content:center;position:absolute;right:10px;top:50%;transform:translateY(-50%);width:28px!important;height:28px!important;padding:0;color:#0f172a!important;background:transparent!important;border:none!important;border-radius:6px;cursor:pointer;z-index:1}.field__toggle-password:hover{color:#2563eb!important;background:#eef4ff!important}.field.ant-input,input.field{background-color:#fff!important;border:1px solid #cbd5e1!important;box-shadow:0 1px 2px #1018280a;color:#0f172a!important}.field.ant-input-affix-wrapper{background-color:#fff!important;border:1px solid #cbd5e1!important;box-shadow:0 1px 2px #1018280a}.field.ant-input-affix-wrapper .ant-input{background:transparent!important;color:#0f172a!important}.field.ant-input-affix-wrapper:hover,.field.ant-input-affix-wrapper-focused{border-color:#94a3b8!important;box-shadow:0 0 0 3px #3b82f62e}.ant-select.field,.ant-select.field.ant-select-single,.ant-select.field.ant-select-multiple{background-color:#fff!important;border:1px solid #cbd5e1!important;box-shadow:0 1px 2px #1018280a!important;border-radius:6px!important}.ant-select.field:hover,.ant-select.field.ant-select-focused{border-color:#94a3b8!important;box-shadow:0 0 0 3px #3b82f62e!important}.ant-select.field .ant-select-selector{background-color:transparent!important;box-shadow:none!important}.field.ant-picker,.field.ant-picker.ant-picker-outlined,.field.ant-picker.ant-picker-filled{background-color:#fff!important;border:1px solid #cbd5e1!important;box-shadow:0 1px 2px #1018280a!important;border-radius:6px!important}.field.ant-picker:hover,.field.ant-picker-focused,.field.ant-picker.ant-picker-focused{border-color:#94a3b8!important;box-shadow:0 0 0 3px #3b82f62e!important}.field.ant-picker .ant-picker-input>input{color:#0f172a!important;font-weight:500}.field.ant-picker .ant-picker-input>input[readonly]{caret-color:transparent}.field.ant-picker .ant-picker-input>input::placeholder{color:#94a3b8!important}.field.ant-picker .ant-picker-separator,.field.ant-picker .ant-picker-suffix{color:#94a3b8!important}textarea.field{background-color:#fff!important;border:1px solid #cbd5e1!important;box-shadow:0 1px 2px #1018280a;color:#0f172a}.file-upload{margin-bottom:40px;display:flex;padding:24px 24px 256px;border-radius:20px;border:1px solid rgba(0,0,0,.3);background-color:#fff}.file-upload__left{width:100%;display:flex;flex-direction:column;justify-content:space-between}.file-upload-title{margin-top:0;margin-bottom:24px;color:#020b18;font-size:16px;font-weight:500;line-height:150%;letter-spacing:.96px}.file-upload-image{position:relative;width:200px;height:100px;border-radius:10px;border:1px solid #092d53;background-image:url(../../assets/images/paperclip.svg);background-size:contain;background-repeat:no-repeat;background-position:center;cursor:pointer}.file-upload-subtitle{margin-top:0;margin-bottom:24px;color:#020b18;font-size:24px;font-weight:400;line-height:150%;letter-spacing:.96px}.file-upload ul{padding:0}.file-upload ul li{color:#9ba2ab;font-size:16px;font-weight:400;line-height:150%;letter-spacing:.64px}.ant-upload-select{width:100%!important;height:100%!important}.ant-upload{position:absolute;top:0;left:0;width:100%;height:100%}.ant-upload button{width:50px;background-color:transparent!important;color:transparent!important;border:transparent!important}.antd-select{width:100%;height:48px;position:relative;font-size:16px;font-weight:400;line-height:20px;resize:none;border-radius:6px;border:1px solid #cbd5e1;background-color:#fff;box-shadow:0 1px 2px #1018280a;outline:none}.textarea{height:unset!important}::placeholder{opacity:1!important;font-weight:400!important;color:#94a3b8!important;font-size:16px!important}@media only screen and (max-width:576px){.field:not(textarea){height:42px!important;min-height:42px;padding:6px 12px!important;font-size:16px!important;line-height:1.35;border-radius:6px;border-color:#cbd5e1!important;background-color:#fff!important;box-shadow:0 1px 2px #1018280a}textarea.field{height:auto!important;min-height:88px;padding:10px 12px!important;font-size:16px!important}.field.ant-input,.field.ant-input.ant-input-lg{height:42px!important;min-height:42px!important;padding:6px 12px!important;font-size:16px!important}.field.ant-input-affix-wrapper{padding:6px 11px!important;min-height:42px!important}.field.ant-input-affix-wrapper .ant-input{font-size:16px!important}.field.ant-select .ant-select-selector,.ant-select.field .ant-select-selector{height:40px!important;min-height:40px!important;padding:2px 11px!important}.field.ant-select .ant-select-selection-item,.field.ant-select .ant-select-selection-placeholder,.ant-select.field .ant-select-selection-item,.ant-select.field .ant-select-selection-placeholder{line-height:36px!important;font-size:16px!important}.field.ant-select .ant-select-selection-search-input,.ant-select.field .ant-select-selection-search-input{height:36px!important;font-size:16px!important}.field.ant-picker{height:auto!important;min-height:40px;padding:4px 10px!important}.field.ant-picker .ant-picker-input>input{font-size:16px!important}.field.ant-picker.ant-picker-small{min-height:40px}.ant-select-dropdown .ant-select-item,.ant-select-dropdown .ant-select-item-option-content{font-size:16px!important}.ant-picker-dropdown .ant-picker-header button,.ant-picker-dropdown .ant-picker-header-view>button{font-size:16px!important}.ant-picker-dropdown .ant-picker-content th,.ant-picker-dropdown .ant-picker-cell-inner{font-size:16px!important}}.hello{height:200px}.ant-upload-list{margin-top:24px}.ant-upload-list-item{padding:24px!important}.ant-upload-list-item:hover{background-color:#2579e02d!important}.ant-upload-list-item-name{color:#067647;text-decoration:underline}.ant-upload-list-item *{font-size:20px!important}.ant-upload-list-item-actions svg{fill:red}.switch-wrapper{display:flex;align-items:center}.ant-switch{margin:0 24px}.ant-switch-checked{background-color:#16a34a!important}html,body{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,*:before,*:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}[tabindex="-1"]:focus{outline:none}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}pre,code,kbd,samp{font-size:1em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75em;padding-bottom:.3em;text-align:left;caption-side:bottom}input,button,select,optgroup,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}[hidden]{display:none!important}.mt-0{margin-top:0!important}.pt-0{padding-top:0!important}.mb-0{margin-bottom:0!important}.pb-0{padding-bottom:0!important}.ml-0{margin-left:0!important}.pl-0{padding-left:0!important}.mr-0{margin-right:0!important}.pr-0{padding-right:0!important}.m-0{margin:0!important}.p-0{padding:0!important}.mx-0{margin-left:0!important;margin-right:0!important}.my-0{margin-top:0!important;margin-bottom:0!important}.px-0{padding-left:0!important;padding-right:0!important}.py-0{padding-top:0!important;padding-bottom:0!important}.mt-2{margin-top:2px!important}.pt-2{padding-top:2px!important}.mb-2{margin-bottom:2px!important}.pb-2{padding-bottom:2px!important}.ml-2{margin-left:2px!important}.pl-2{padding-left:2px!important}.mr-2{margin-right:2px!important}.pr-2{padding-right:2px!important}.m-2{margin:2px!important}.p-2{padding:2px!important}.mx-2{margin-left:2px!important;margin-right:2px!important}.my-2{margin-top:2px!important;margin-bottom:2px!important}.px-2{padding-left:2px!important;padding-right:2px!important}.py-2{padding-top:2px!important;padding-bottom:2px!important}.mt-4{margin-top:4px!important}.pt-4{padding-top:4px!important}.mb-4{margin-bottom:4px!important}.pb-4{padding-bottom:4px!important}.ml-4{margin-left:4px!important}.pl-4{padding-left:4px!important}.mr-4{margin-right:4px!important}.pr-4{padding-right:4px!important}.m-4{margin:4px!important}.p-4{padding:4px!important}.mx-4{margin-left:4px!important;margin-right:4px!important}.my-4{margin-top:4px!important;margin-bottom:4px!important}.px-4{padding-left:4px!important;padding-right:4px!important}.py-4{padding-top:4px!important;padding-bottom:4px!important}.mt-6{margin-top:6px!important}.pt-6{padding-top:6px!important}.mb-6{margin-bottom:6px!important}.pb-6{padding-bottom:6px!important}.ml-6{margin-left:6px!important}.pl-6{padding-left:6px!important}.mr-6{margin-right:6px!important}.pr-6{padding-right:6px!important}.m-6{margin:6px!important}.p-6{padding:6px!important}.mx-6{margin-left:6px!important;margin-right:6px!important}.my-6{margin-top:6px!important;margin-bottom:6px!important}.px-6{padding-left:6px!important;padding-right:6px!important}.py-6{padding-top:6px!important;padding-bottom:6px!important}.mt-8{margin-top:8px!important}.pt-8{padding-top:8px!important}.mb-8{margin-bottom:8px!important}.pb-8{padding-bottom:8px!important}.ml-8{margin-left:8px!important}.pl-8{padding-left:8px!important}.mr-8{margin-right:8px!important}.pr-8{padding-right:8px!important}.m-8{margin:8px!important}.p-8{padding:8px!important}.mx-8{margin-left:8px!important;margin-right:8px!important}.my-8{margin-top:8px!important;margin-bottom:8px!important}.px-8{padding-left:8px!important;padding-right:8px!important}.py-8{padding-top:8px!important;padding-bottom:8px!important}.mt-10{margin-top:10px!important}.pt-10{padding-top:10px!important}.mb-10{margin-bottom:10px!important}.pb-10{padding-bottom:10px!important}.ml-10{margin-left:10px!important}.pl-10{padding-left:10px!important}.mr-10{margin-right:10px!important}.pr-10{padding-right:10px!important}.m-10{margin:10px!important}.p-10{padding:10px!important}.mx-10{margin-left:10px!important;margin-right:10px!important}.my-10{margin-top:10px!important;margin-bottom:10px!important}.px-10{padding-left:10px!important;padding-right:10px!important}.py-10{padding-top:10px!important;padding-bottom:10px!important}.mt-12{margin-top:12px!important}.pt-12{padding-top:12px!important}.mb-12{margin-bottom:12px!important}.pb-12{padding-bottom:12px!important}.ml-12{margin-left:12px!important}.pl-12{padding-left:12px!important}.mr-12{margin-right:12px!important}.pr-12{padding-right:12px!important}.m-12{margin:12px!important}.p-12{padding:12px!important}.mx-12{margin-left:12px!important;margin-right:12px!important}.my-12{margin-top:12px!important;margin-bottom:12px!important}.px-12{padding-left:12px!important;padding-right:12px!important}.py-12{padding-top:12px!important;padding-bottom:12px!important}.mt-14{margin-top:14px!important}.pt-14{padding-top:14px!important}.mb-14{margin-bottom:14px!important}.pb-14{padding-bottom:14px!important}.ml-14{margin-left:14px!important}.pl-14{padding-left:14px!important}.mr-14{margin-right:14px!important}.pr-14{padding-right:14px!important}.m-14{margin:14px!important}.p-14{padding:14px!important}.mx-14{margin-left:14px!important;margin-right:14px!important}.my-14{margin-top:14px!important;margin-bottom:14px!important}.px-14{padding-left:14px!important;padding-right:14px!important}.py-14{padding-top:14px!important;padding-bottom:14px!important}.mt-16{margin-top:16px!important}.pt-16{padding-top:16px!important}.mb-16{margin-bottom:16px!important}.pb-16{padding-bottom:16px!important}.ml-16{margin-left:16px!important}.pl-16{padding-left:16px!important}.mr-16{margin-right:16px!important}.pr-16{padding-right:16px!important}.m-16{margin:16px!important}.p-16{padding:16px!important}.mx-16{margin-left:16px!important;margin-right:16px!important}.my-16{margin-top:16px!important;margin-bottom:16px!important}.px-16{padding-left:16px!important;padding-right:16px!important}.py-16{padding-top:16px!important;padding-bottom:16px!important}.mt-18{margin-top:18px!important}.pt-18{padding-top:18px!important}.mb-18{margin-bottom:18px!important}.pb-18{padding-bottom:18px!important}.ml-18{margin-left:18px!important}.pl-18{padding-left:18px!important}.mr-18{margin-right:18px!important}.pr-18{padding-right:18px!important}.m-18{margin:18px!important}.p-18{padding:18px!important}.mx-18{margin-left:18px!important;margin-right:18px!important}.my-18{margin-top:18px!important;margin-bottom:18px!important}.px-18{padding-left:18px!important;padding-right:18px!important}.py-18{padding-top:18px!important;padding-bottom:18px!important}.mt-20{margin-top:20px!important}.pt-20{padding-top:20px!important}.mb-20{margin-bottom:20px!important}.pb-20{padding-bottom:20px!important}.ml-20{margin-left:20px!important}.pl-20{padding-left:20px!important}.mr-20{margin-right:20px!important}.pr-20{padding-right:20px!important}.m-20{margin:20px!important}.p-20{padding:20px!important}.mx-20{margin-left:20px!important;margin-right:20px!important}.my-20{margin-top:20px!important;margin-bottom:20px!important}.px-20{padding-left:20px!important;padding-right:20px!important}.py-20{padding-top:20px!important;padding-bottom:20px!important}.mt-22{margin-top:22px!important}.pt-22{padding-top:22px!important}.mb-22{margin-bottom:22px!important}.pb-22{padding-bottom:22px!important}.ml-22{margin-left:22px!important}.pl-22{padding-left:22px!important}.mr-22{margin-right:22px!important}.pr-22{padding-right:22px!important}.m-22{margin:22px!important}.p-22{padding:22px!important}.mx-22{margin-left:22px!important;margin-right:22px!important}.my-22{margin-top:22px!important;margin-bottom:22px!important}.px-22{padding-left:22px!important;padding-right:22px!important}.py-22{padding-top:22px!important;padding-bottom:22px!important}.mt-24{margin-top:24px!important}.pt-24{padding-top:24px!important}.mb-24{margin-bottom:24px!important}.pb-24{padding-bottom:24px!important}.ml-24{margin-left:24px!important}.pl-24{padding-left:24px!important}.mr-24{margin-right:24px!important}.pr-24{padding-right:24px!important}.m-24{margin:24px!important}.p-24{padding:24px!important}.mx-24{margin-left:24px!important;margin-right:24px!important}.my-24{margin-top:24px!important;margin-bottom:24px!important}.px-24{padding-left:24px!important;padding-right:24px!important}.py-24{padding-top:24px!important;padding-bottom:24px!important}.mt-26{margin-top:26px!important}.pt-26{padding-top:26px!important}.mb-26{margin-bottom:26px!important}.pb-26{padding-bottom:26px!important}.ml-26{margin-left:26px!important}.pl-26{padding-left:26px!important}.mr-26{margin-right:26px!important}.pr-26{padding-right:26px!important}.m-26{margin:26px!important}.p-26{padding:26px!important}.mx-26{margin-left:26px!important;margin-right:26px!important}.my-26{margin-top:26px!important;margin-bottom:26px!important}.px-26{padding-left:26px!important;padding-right:26px!important}.py-26{padding-top:26px!important;padding-bottom:26px!important}.mt-28{margin-top:28px!important}.pt-28{padding-top:28px!important}.mb-28{margin-bottom:28px!important}.pb-28{padding-bottom:28px!important}.ml-28{margin-left:28px!important}.pl-28{padding-left:28px!important}.mr-28{margin-right:28px!important}.pr-28{padding-right:28px!important}.m-28{margin:28px!important}.p-28{padding:28px!important}.mx-28{margin-left:28px!important;margin-right:28px!important}.my-28{margin-top:28px!important;margin-bottom:28px!important}.px-28{padding-left:28px!important;padding-right:28px!important}.py-28{padding-top:28px!important;padding-bottom:28px!important}.mt-30{margin-top:30px!important}.pt-30{padding-top:30px!important}.mb-30{margin-bottom:30px!important}.pb-30{padding-bottom:30px!important}.ml-30{margin-left:30px!important}.pl-30{padding-left:30px!important}.mr-30{margin-right:30px!important}.pr-30{padding-right:30px!important}.m-30{margin:30px!important}.p-30{padding:30px!important}.mx-30{margin-left:30px!important;margin-right:30px!important}.my-30{margin-top:30px!important;margin-bottom:30px!important}.px-30{padding-left:30px!important;padding-right:30px!important}.py-30{padding-top:30px!important;padding-bottom:30px!important}.fs-0{font-size:0px!important}.fs-2{font-size:2px!important}.fs-4{font-size:4px!important}.fs-6{font-size:6px!important}.fs-8{font-size:8px!important}.fs-10{font-size:10px!important}.fs-12{font-size:12px!important}.fs-14{font-size:14px!important}.fs-16{font-size:16px!important}.fs-18{font-size:18px!important}.fs-20{font-size:20px!important}.fs-22{font-size:22px!important}.fs-24{font-size:24px!important}.fs-26{font-size:26px!important}.fs-28{font-size:28px!important}.fs-30{font-size:30px!important}.fw-100{font-weight:100!important}.fw-200{font-weight:200!important}.fw-300{font-weight:300!important}.fw-400{font-weight:400!important}.fw-500{font-weight:500!important}.fw-600{font-weight:600!important}.fw-700{font-weight:700!important}.fw-800{font-weight:800!important}.fw-900{font-weight:900!important}.lh-0{line-height:0px!important}.lh-2{line-height:2px!important}.lh-4{line-height:4px!important}.lh-6{line-height:6px!important}.lh-8{line-height:8px!important}.lh-10{line-height:10px!important}.lh-12{line-height:12px!important}.lh-14{line-height:14px!important}.lh-16{line-height:16px!important}.lh-18{line-height:18px!important}.lh-20{line-height:20px!important}.lh-22{line-height:22px!important}.lh-24{line-height:24px!important}.lh-26{line-height:26px!important}.lh-28{line-height:28px!important}.lh-30{line-height:30px!important}.br-0{border-radius:0!important}.br-2{border-radius:2px!important}.br-4{border-radius:4px!important}.br-6{border-radius:6px!important}.br-8{border-radius:8px!important}.br-10{border-radius:10px!important}.br-12{border-radius:12px!important}.br-14{border-radius:14px!important}.br-16{border-radius:16px!important}.br-18{border-radius:18px!important}.br-20{border-radius:20px!important}.br-22{border-radius:22px!important}.br-24{border-radius:24px!important}.br-26{border-radius:26px!important}.br-28{border-radius:28px!important}.br-30{border-radius:30px!important}.text-center{text-align:center!important}.text-left{text-align:left!important}.text-right{text-align:right!important}@font-face{font-family:Inter;src:url(/assets/Inter-Regular-CDNrbk4r.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/assets/Inter-Medium-CO00R08j.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/assets/Inter-SemiBold-BwHddhIN.woff2) format("woff2");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/assets/Inter-Bold-xblvbB8M.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;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}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}:root{--color-bg: #f4f6f9;--color-surface: #ffffff;--color-surface-elevated: #ffffff;--color-surface-muted: #f8fafc;--color-border: #d8dee9;--color-text: #334155;--color-text-primary: #0f172a;--color-text-secondary: #64748b;--color-text-muted: #94a3b8;--color-heading: #0f172a;--color-menu-text: #334155;--color-menu-active-bg: #eef4ff;--color-menu-active-text: #1d4ed8;--color-toggle-bg: #f8fafc;--color-btn-bg: #ffffff;--color-btn-border: #d8dee9;--color-btn-hover: #f8fafc;--color-card-bg: #ffffff;--color-card-border: #d8dee9;--color-shadow: rgba(15, 23, 42, .06);--color-icon: #64748b;--color-avatar-bg: #eef4ff;--color-avatar-text: #1d4ed8;--color-surface-subtle: #f8fafc;--color-divider: #d8dee9;--color-divider-light: #e8edf3;--color-table-header: #f1f5f9;--color-table-row-hover: #f8fafc;--color-table-border: #e8edf3;--color-link: #3b82f6;--color-link-hover: #2563eb;--color-accent-warm-bg: #fffbeb;--color-accent-warm-border: #fde68a;--color-ref-bg: #f8fafc;--color-ref-text: #334155;--color-action-bg: #eef4ff;--color-action-bg-hover: #d8e6fd;--color-brand-light: #eef4ff;--color-brand-muted: #d8e6fd;--sidebar-width: 248px;--sidebar-collapsed-width: 68px;--header-height: 60px;--content-padding: 24px;--card-radius: 8px;--section-gap: 16px;--shadow-sm: 0 1px 2px rgba(15, 23, 42, .05);--shadow-md: 0 4px 12px rgba(15, 23, 42, .08)}@keyframes motion-fade-up{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes motion-fade-in{0%{opacity:0}to{opacity:1}}@keyframes motion-scale-in{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}@keyframes motion-page-enter{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes motion-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.page-transition{animation:motion-page-enter .35s cubic-bezier(.22,1,.36,1);width:100%;min-width:0;max-width:100%}.admin-page>*{animation:motion-fade-up .55s cubic-bezier(.22,1,.36,1) both}.admin-page>*:nth-child(1){animation-delay:0s}.admin-page>*:nth-child(2){animation-delay:55ms}.admin-page>*:nth-child(3){animation-delay:.11s}.admin-page>*:nth-child(4){animation-delay:.165s}.admin-page>*:nth-child(5){animation-delay:.22s}.admin-page>*:nth-child(6){animation-delay:.275s}.admin-page>*:nth-child(7){animation-delay:.33s}.admin-page>*:nth-child(8){animation-delay:.385s}.stat-grid>.stat-card{animation:motion-fade-up .55s cubic-bezier(.22,1,.36,1) both}.stat-grid>.stat-card:nth-child(1){animation-delay:0s}.stat-grid>.stat-card:nth-child(2){animation-delay:.07s}.stat-grid>.stat-card:nth-child(3){animation-delay:.14s}.stat-grid>.stat-card:nth-child(4){animation-delay:.21s}.stat-grid>.stat-card:nth-child(5){animation-delay:.28s}.stat-grid>.stat-card:nth-child(6){animation-delay:.35s}.stat-grid>.stat-card:nth-child(7){animation-delay:.42s}.stat-grid>.stat-card:nth-child(8){animation-delay:.49s}.table-mobile__item{animation:motion-fade-up .35s cubic-bezier(.22,1,.36,1) both}.table-mobile__item:nth-child(1){animation-delay:0s}.table-mobile__item:nth-child(2){animation-delay:.04s}.table-mobile__item:nth-child(3){animation-delay:.08s}.table-mobile__item:nth-child(4){animation-delay:.12s}.table-mobile__item:nth-child(5){animation-delay:.16s}.table-mobile__item:nth-child(6){animation-delay:.2s}.table-mobile__item:nth-child(7){animation-delay:.24s}.table-mobile__item:nth-child(8){animation-delay:.28s}.table-mobile__item:nth-child(9){animation-delay:.32s}.table-mobile__item:nth-child(10){animation-delay:.36s}.table-mobile__item:nth-child(11){animation-delay:.4s}.table-mobile__item:nth-child(12){animation-delay:.44s}.data-table{animation:motion-scale-in .35s cubic-bezier(.22,1,.36,1) both;animation-delay:.12s}.form-page__card{animation:motion-fade-up .55s cubic-bezier(.22,1,.36,1) both}.table-skeleton{animation:motion-fade-in .2s ease both}@media only screen and (max-width:768px){.admin-page>*,.stat-grid>.stat-card,.table-mobile__item{animation-delay:0s!important}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.ant-input,.ant-input-affix-wrapper,.ant-input-number,.ant-input-number-input,.ant-picker,.ant-select-selector{border-radius:6px!important;border-color:#cbd5e1!important;background:#fff!important;color:#0f172a;font-size:14px;box-shadow:none!important}.ant-input,.ant-input-affix-wrapper,.ant-input-number,.ant-picker,.ant-select-single .ant-select-selector{min-height:38px;height:38px}.ant-picker{padding-inline:11px}.ant-select-single{height:38px}.ant-select-single .ant-select-selector{height:38px!important;padding-inline:11px!important}.ant-input-affix-wrapper{display:inline-flex;align-items:center;padding-inline:11px;overflow:hidden}.ant-input-affix-wrapper>.ant-input{flex:1 1 auto;min-width:0;width:0;height:auto!important;min-height:0!important;line-height:1.5!important;padding:0;border:none!important;background:transparent!important;box-shadow:none!important}.ant-input-affix-wrapper .ant-input-prefix{flex:none;margin-inline-end:8px}.ant-input-affix-wrapper .ant-input-suffix{flex:none;margin-inline-start:8px}.ant-input:hover,.ant-input-affix-wrapper:hover,.ant-input-number:hover,.ant-picker:hover,.ant-select:hover .ant-select-selector{border-color:#94a3b8!important}.ant-input:focus,.ant-input-focused,.ant-input-affix-wrapper-focused,.ant-picker-focused,.ant-select-focused .ant-select-selector{border-color:#3b82f6!important;box-shadow:0 0 0 3px #3b82f62e!important}.ant-input::placeholder,.ant-input-number-input::placeholder,.ant-picker input::placeholder,.ant-select-selection-placeholder{color:#94a3b8}.ant-form-item-label>label{color:#334155;font-weight:500}.ant-form-item-label>label.ant-form-item-required:before{color:#dc2626}.ant-checkbox-inner{border-radius:6px;border-color:#cbd5e1}.ant-checkbox-checked .ant-checkbox-inner{background-color:#3b82f6;border-color:#3b82f6}.ant-btn-primary{background:#3b82f6;box-shadow:none}.ant-btn-primary:not(:disabled):hover{background:#2563eb}.ant-btn{border-radius:6px;font-weight:500}.ant-btn-default{border-color:#cbd5e1;background:#fff}.ant-btn-default:not(:disabled):hover{color:#3b82f6;border-color:#d8e6fd;background:#eef4ff}.filter-bar,.admin-page__filters,.data-table__toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:10px;width:100%}.filter-bar .ant-input-affix-wrapper,.filter-bar .ant-select,.filter-bar .ant-picker,.filter-bar .ant-btn,.admin-page__filters .ant-input-affix-wrapper,.admin-page__filters .ant-select,.admin-page__filters .ant-picker,.admin-page__filters .ant-btn,.data-table__toolbar .ant-input-affix-wrapper,.data-table__toolbar .ant-select,.data-table__toolbar .ant-picker,.data-table__toolbar .ant-btn{height:38px!important;min-height:38px!important;flex:0 1 auto}.filter-bar .ant-input-affix-wrapper,.admin-page__filters .ant-input-affix-wrapper,.data-table__toolbar .ant-input-affix-wrapper{width:220px;max-width:100%;border-radius:6px;border-color:#cbd5e1;box-shadow:0 1px 2px #1018280a;display:inline-flex;align-items:center;padding-inline:11px;overflow:hidden}.filter-bar .ant-input-affix-wrapper>.ant-input,.admin-page__filters .ant-input-affix-wrapper>.ant-input,.data-table__toolbar .ant-input-affix-wrapper>.ant-input{flex:1 1 auto;min-width:0;width:0;height:auto!important;min-height:0!important;line-height:1.5!important;padding:0;border:none!important;background:transparent!important;box-shadow:none!important}.filter-bar .ant-input-affix-wrapper .ant-input-prefix,.admin-page__filters .ant-input-affix-wrapper .ant-input-prefix,.data-table__toolbar .ant-input-affix-wrapper .ant-input-prefix{flex:none;margin-inline-end:8px;display:inline-flex;align-items:center;color:#64748b}.filter-bar .ant-input-affix-wrapper .ant-input-suffix,.admin-page__filters .ant-input-affix-wrapper .ant-input-suffix,.data-table__toolbar .ant-input-affix-wrapper .ant-input-suffix{flex:none;margin-inline-start:8px;display:inline-flex;align-items:center;color:#64748b}.filter-bar .ant-select,.admin-page__filters .ant-select,.data-table__toolbar .ant-select{width:200px;max-width:100%}.filter-bar .ant-select .ant-select-selector,.admin-page__filters .ant-select .ant-select-selector,.data-table__toolbar .ant-select .ant-select-selector{height:38px!important;min-height:38px!important;align-items:center;border-radius:6px!important;box-shadow:0 1px 2px #1018280a}.filter-bar .ant-picker,.admin-page__filters .ant-picker,.data-table__toolbar .ant-picker{width:160px;max-width:100%;border-radius:6px;box-shadow:0 1px 2px #1018280a}.filter-bar .ant-picker-range,.admin-page__filters .ant-picker-range,.data-table__toolbar .ant-picker-range{width:280px;max-width:100%}.filter-bar .tabs,.admin-page__filters .tabs,.data-table__toolbar .tabs{flex:0 1 auto;min-height:38px;padding:3px}.filter-bar .tabs .tabs__item,.admin-page__filters .tabs .tabs__item,.data-table__toolbar .tabs .tabs__item{min-height:32px}.filter-bar .ant-btn,.admin-page__filters .ant-btn,.data-table__toolbar .ant-btn{display:inline-flex;align-items:center;padding-inline:16px}@media only screen and (max-width:768px){.filter-bar,.admin-page__filters .filter-bar,.data-table__toolbar{flex-direction:column;align-items:stretch;width:100%;max-width:100%;min-width:0}.filter-bar>.ant-input-affix-wrapper,.filter-bar>.ant-select,.filter-bar>.ant-picker,.filter-bar>.ant-picker-range,.filter-bar>.ant-btn,.filter-bar>.tabs,.filter-bar>*,.admin-page__filters .filter-bar>.ant-input-affix-wrapper,.admin-page__filters .filter-bar>.ant-select,.admin-page__filters .filter-bar>.ant-picker,.admin-page__filters .filter-bar>.ant-picker-range,.admin-page__filters .filter-bar>.ant-btn,.admin-page__filters .filter-bar>.tabs,.admin-page__filters .filter-bar>*,.data-table__toolbar>.ant-input-affix-wrapper,.data-table__toolbar>.ant-select,.data-table__toolbar>.ant-picker,.data-table__toolbar>.ant-picker-range,.data-table__toolbar>.ant-btn,.data-table__toolbar>.tabs,.data-table__toolbar>*{width:100%!important;max-width:100%;min-width:0;flex:1 1 auto}.filter-bar .ant-input-affix-wrapper,.filter-bar .ant-select,.filter-bar .ant-picker,.filter-bar .ant-picker-range,.admin-page__filters .filter-bar .ant-input-affix-wrapper,.admin-page__filters .filter-bar .ant-select,.admin-page__filters .filter-bar .ant-picker,.admin-page__filters .filter-bar .ant-picker-range,.data-table__toolbar .ant-input-affix-wrapper,.data-table__toolbar .ant-select,.data-table__toolbar .ant-picker,.data-table__toolbar .ant-picker-range{width:100%!important}.filter-bar .ant-picker-range,.admin-page__filters .filter-bar .ant-picker-range,.data-table__toolbar .ant-picker-range{display:flex!important}.filter-bar .ant-picker-range .ant-picker-input,.admin-page__filters .filter-bar .ant-picker-range .ant-picker-input,.data-table__toolbar .ant-picker-range .ant-picker-input{flex:1 1 0;min-width:0}.filter-bar .ant-picker-range .ant-picker-input>input,.admin-page__filters .filter-bar .ant-picker-range .ant-picker-input>input,.data-table__toolbar .ant-picker-range .ant-picker-input>input{min-width:0}.filter-bar .tabs,.admin-page__filters .filter-bar .tabs,.data-table__toolbar .tabs{display:flex;width:100%;max-width:100%}.filter-bar .tabs .tabs__item,.admin-page__filters .filter-bar .tabs .tabs__item,.data-table__toolbar .tabs .tabs__item{flex:1 1 0;min-width:0}.filter-bar .ant-btn,.admin-page__filters .filter-bar .ant-btn,.data-table__toolbar .ant-btn{justify-content:center}.admin-page__filters{overflow:hidden;min-width:0}}.ant-table{border-radius:8px;overflow:hidden;border:1px solid #d8dee9;table-layout:auto;width:100%}.ant-table-cell{word-break:normal;overflow-wrap:normal}@media only screen and (max-width:768px){.data-table__body .ant-table-cell,.table .ant-table-cell{white-space:nowrap}}.ant-table-measure-row,tr.ant-table-measure-row{height:0!important;visibility:collapse!important;pointer-events:none}.ant-table-measure-row>td,tr.ant-table-measure-row>td{padding:0!important;border:none!important;height:0!important;line-height:0!important;overflow:hidden}.ant-table-expanded-row>.ant-table-cell{padding:0!important;background:var(--color-surface-muted)}.ant-table-expanded-row .ant-table-expanded-row-fixed{margin:0;padding:0}.ant-table-thead>tr>th{background:var(--color-table-header)!important;color:#64748b!important;font-weight:600;font-size:12px;text-transform:uppercase;letter-spacing:.04em;border-bottom:1px solid #d8dee9!important}.ant-table-thead>tr>th:before{display:none}.ant-table-tbody>tr>td{border-bottom-color:#e8edf3!important;color:#334155}.ant-table-tbody>tr:last-child>td{border-bottom:none!important}.ant-table-tbody>tr:hover>td{background:var(--color-table-row-hover)!important}.ant-pagination .ant-pagination-item{border-radius:8px;border-color:#cbd5e1}.ant-pagination .ant-pagination-item-active{border-color:#3b82f6;background:#eef4ff}.ant-pagination .ant-pagination-item-active a{color:#2563eb}.ant-card{border-radius:8px;border-color:#d8dee9;box-shadow:var(--shadow-sm)}.ant-card-head{border-bottom-color:#e8edf3;min-height:52px}.ant-card-head-title{font-weight:600;font-size:15px}.ant-tabs-tab{font-weight:500}.ant-tabs-tab-active .ant-tabs-tab-btn{color:#2563eb!important;font-weight:600}.ant-tag{border-radius:999px;font-weight:500}html{height:100%;box-sizing:border-box;-webkit-tap-highlight-color:transparent}*,*:after,*:before{box-sizing:inherit;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.ant-picker-time-panel-column{overflow-y:unset!important}body{height:100%;margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif,sans-serif;font-weight:400;font-size:14px;line-height:1.5;background-color:var(--color-bg);color:var(--color-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.app-spinner,.not-found-page{display:flex;align-items:center;justify-content:center;min-height:100vh}#root{min-height:100%}img{max-width:100%;height:auto}h1,h2,h3,h4{margin:0;color:var(--color-heading);letter-spacing:-.02em}h1{font-size:32px;font-weight:700;line-height:1.25}h2{font-size:22px;font-weight:700;line-height:1.3}h3{font-size:18px;font-weight:600;line-height:1.35}p{margin:0;font-size:14px;line-height:1.5;color:var(--color-text)}button{cursor:pointer}.page-alert{margin-bottom:20px}.donut-chart{display:grid;place-items:center;width:min(280px,100%);aspect-ratio:1;border-radius:999px;background:conic-gradient(#22c55e 0 var(--green),#ef4444 var(--green) var(--red),#f59e0b var(--red) var(--yellow),#9ca3af var(--yellow) var(--gray),#f7f6f3 var(--gray) 100%);border:1px solid var(--color-border);animation:motion-scale-in .6s cubic-bezier(.22,1,.36,1) both}.filter-bar{width:100%}.visually-hidden{position:absolute;white-space:nowrap;width:1px;height:1px;overflow:hidden;border:0;padding:0;clip:rect(0 0 0 0);clip-path:inset(50%);margin:-1px}.table-container{width:100%;min-width:0;overflow-x:auto;-webkit-overflow-scrolling:touch}@media(max-width:768px){.table-container{overflow-x:clip}}.donut-chart>div{display:grid;place-items:center;width:58%;aspect-ratio:1;border-radius:999px;background:#fff;box-shadow:var(--shadow-sm)}.donut-chart strong{color:#3b82f6;font-size:13px;font-weight:600}.donut-chart span{color:var(--color-text-primary);font-size:22px;font-weight:700}textarea{font:inherit;width:100%;border:1px solid #cbd5e1;border-radius:6px;padding:11px 12px;color:#0f172a;background:#fff;outline:none;min-height:92px;resize:vertical}textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f62e}label{display:grid;gap:8px;color:#334155;font-size:14px;font-weight:500}.ant-modal-content{border-radius:var(--card-radius)!important;padding:28px!important;animation:motion-scale-in .28s cubic-bezier(.22,1,.36,1) both}.ant-btn{transition:transform .18s cubic-bezier(.22,1,.36,1),box-shadow .18s ease,background-color .18s ease,border-color .18s ease!important}.ant-btn-primary:not(:disabled):hover{transform:translateY(-1px);box-shadow:0 6px 16px #3b82f647}.ant-btn-primary:not(:disabled):active{transform:translateY(0)}.ant-alert{animation:motion-fade-up .35s cubic-bezier(.22,1,.36,1) both}.ant-modal-close{width:28px!important;height:28px!important;top:16px!important;right:16px!important}@media(max-width:576px){.ant-select-dropdown{max-width:90vw!important;width:90vw!important;min-width:0!important;box-sizing:border-box}.ant-picker-dropdown{max-width:min(90vw,100vw - 24px)!important;box-sizing:border-box}.ant-picker-dropdown .ant-picker-panels:has(>.ant-picker-panel:nth-child(2)){flex-direction:column;max-height:min(70vh,520px);overflow-y:auto;-webkit-overflow-scrolling:touch}.ant-picker-dropdown .ant-picker-panels:has(>.ant-picker-panel:nth-child(2)) .ant-picker-panel{width:100%!important;min-width:0!important}}
