.ant-notification{z-index:9999}.ant-notification-notice{background:var(--color-white)!important;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.15);border:1px solid var(--color-gray-200);padding:16px 24px}.ant-notification-notice-message{color:var(--color-black)!important;font-weight:500;margin-bottom:4px}.ant-notification-notice-description{color:var(--color-gray-600)!important}.ant-notification-notice-close{color:var(--color-gray-400)!important}.ant-notification-notice-close:hover{color:var(--color-black)!important}.ant-notification-notice-success{background:var(--color-white)!important;border-left:4px solid var(--color-green-main)}.ant-notification-notice-success .ant-notification-notice-icon{color:var(--color-green-main)!important}.ant-notification-notice-error{background:var(--color-white)!important;border-left:4px solid var(--color-red-main)}.ant-notification-notice-error .ant-notification-notice-icon{color:var(--color-red-main)!important}.ant-notification-notice-warning{background:var(--color-white)!important;border-left:4px solid var(--color-orange-main)}.ant-notification-notice-warning .ant-notification-notice-icon{color:var(--color-orange-main)!important}.ant-notification-notice-info{background:var(--color-white)!important;border-left:4px solid var(--color-blue-main)}.ant-notification-notice-info .ant-notification-notice-icon{color:var(--color-blue-main)!important}.ant-notification-notice-progress{background:var(--color-gray-200)!important}.ant-notification-notice-progress-bg{background:var(--color-blue-main)!important}.dark .ant-notification-notice{background:var(--color-dark-2)!important;border:1px solid var(--color-dark-3);box-shadow:0 4px 12px rgba(0,0,0,.3)}.dark .ant-notification-notice-message{color:var(--color-white)!important}.dark .ant-notification-notice-description{color:var(--color-dark-6)!important}.dark .ant-notification-notice-close{color:var(--color-dark-5)!important}.dark .ant-notification-notice-close:hover{color:var(--color-white)!important}.dark .ant-notification-notice-success{background:var(--color-dark-2)!important;border-left:4px solid var(--color-green-main)}.dark .ant-notification-notice-success .ant-notification-notice-icon{color:var(--color-green-main)!important}.dark .ant-notification-notice-error{background:var(--color-dark-2)!important;border-left:4px solid var(--color-red-main)}.dark .ant-notification-notice-error .ant-notification-notice-icon{color:var(--color-red-main)!important}.dark .ant-notification-notice-warning{background:var(--color-dark-2)!important;border-left:4px solid var(--color-orange-main)}.dark .ant-notification-notice-warning .ant-notification-notice-icon{color:var(--color-orange-main)!important}.dark .ant-notification-notice-info{background:var(--color-dark-2)!important;border-left:4px solid var(--color-blue-main)}.dark .ant-notification-notice-info .ant-notification-notice-icon{color:var(--color-blue-main)!important}.dark .ant-notification-notice-progress{background:var(--color-dark-4)!important}.dark .ant-notification-notice-progress-bg{background:var(--color-blue-main)!important}.ant-btn-color-primary:hover{color:var(--color-white);transform:translateY(-1px);box-shadow:0 4px 12px rgba(81,116,255,.4)!important}.ant-btn-color-orange{background:var(--color-orange-main)}.role-table .ant-table-tbody>tr:hover>td{background:var(--color-dark-1)!important}.role-table .ant-table-tbody>tr:last-child>td{border-bottom:none!important}.role-table .ant-table-tbody>th{background:var(--color-dark-1)!important}.role-table .ant-table-tbody>tr>th{border-bottom:none!important}.ant-table-thead tr th{background-color:var(--color-dark-2)!important;color:#fff!important}.ant-pagination{display:flex;align-items:start;gap:8px}.ant-pagination-next button,.ant-pagination-prev button{background:var(--color-blue-main)!important;border:none!important;border-radius:12px!important;color:var(--color-white)!important;width:28px!important;height:28px!important;display:flex!important;align-items:center!important;justify-content:center!important;transition:all .3s ease!important;font-size:16px!important}.ant-pagination-next button:hover,.ant-pagination-prev button:hover{background:var(--color-blue-hover)!important;transform:scale(1.05)!important}.ant-pagination-next button:disabled,.ant-pagination-prev button:disabled{background:var(--color-blue-main)!important;color:var(--color-gray-400)!important;cursor:not-allowed!important;opacity:.5!important}.ant-pagination-item{background:var(--color-white)!important;border:none!important;border-radius:12px!important;min-width:28px!important;height:28px!important;line-height:28px!important;display:flex!important;align-items:center!important;justify-content:center!important;transition:all .3s ease!important;box-shadow:0 1px 3px rgba(0,0,0,.1)!important}.ant-pagination-item a{color:var(--color-black)!important;font-weight:500!important;font-size:16px!important}.ant-pagination-item:hover{background:var(--color-gray-50)!important;box-shadow:0 2px 6px rgba(0,0,0,.15)!important}.ant-pagination-item-active{background:var(--color-blue-main)!important;border:2px solid var(--color-blue-main)!important;color:var(--color-white)!important}.ant-pagination-item-active a{color:var(--color-white)!important;font-weight:600!important}.ant-pagination-item-active:hover{background:var(--color-blue-main)!important;border:2px solid var(--color-blue-main)!important}.ant-pagination-jump-next,.ant-pagination-jump-prev{background:transparent!important;border:none!important;min-width:28px!important;height:28px!important;line-height:28px!important;color:var(--color-gray-500)!important}.dark .ant-pagination-next button,.dark .ant-pagination-prev button{background:#5174ff!important;border:none!important;border-radius:12px!important;color:var(--color-white)!important;width:34px!important;height:34px!important;display:flex!important;align-items:center!important;justify-content:center!important;transition:all .3s ease!important;font-size:16px!important}.dark .ant-pagination-next button:hover,.dark .ant-pagination-prev button:hover{background:var(--color-blue-hover)!important;transform:scale(1.05)!important}.dark .ant-pagination-next button:disabled,.dark .ant-pagination-prev button:disabled{background:var(--color-dark-3)!important;color:var(--color-white)!important;opacity:.5!important;cursor:not-allowed!important}.dark .ant-pagination-item{background:var(--color-dark-3)!important;border:none!important;border-radius:12px!important;min-width:34px!important;height:34px!important;line-height:34px!important;display:flex!important;align-items:center!important;justify-content:center!important;transition:all .3s ease!important;box-shadow:none!important}.dark .ant-pagination-item a{color:var(--color-white)!important;font-weight:500!important;font-size:16px!important}.dark .ant-pagination-item:hover{background:var(--color-dark-1)!important}.dark .ant-pagination-item-active{background:var(--color-blue-main)!important;border:none!important;box-shadow:none!important}.dark .ant-pagination-item-active a{color:var(--color-white)!important;font-weight:600!important}.dark .ant-pagination-item-active:hover{background:var(--color-dark-3)!important;border:none!important}.dark .ant-pagination-jump-next,.dark .ant-pagination-jump-prev{background:var(--color-dark-3)!important;border:none!important;border-radius:12px!important;min-width:34px!important;height:34px!important;line-height:34px!important;color:var(--color-white)!important;display:flex!important;align-items:center!important;justify-content:center!important}.ant-pagination-disabled{pointer-events:none!important}.ant-pagination-item-ellipsis{color:var(--color-gray-500)!important;font-size:16px!important;font-weight:600!important;display:flex!important;align-items:center!important;justify-content:center!important}.dark .ant-pagination-item-ellipsis{color:var(--color-white)!important}.ant-pagination-item.ant-pagination-item-ellipsis{background:var(--color-gray-100)!important;border:none!important;border-radius:12px!important;box-shadow:none!important;min-width:28px!important;height:28px!important;line-height:28px!important;display:flex!important;align-items:center!important;justify-content:center!important;pointer-events:none!important}.dark .ant-pagination-item.ant-pagination-item-ellipsis{background:var(--color-dark-3)!important;color:var(--color-white)!important}.ant-select-selector{background:var(--color-gray-bg)!important;border:none!important;border-radius:12px!important;height:48px!important;padding:8px 16px!important;box-shadow:0 1px 3px rgba(0,0,0,.1)!important;transition:all .3s ease!important;position:relative;border:1px solid var(--color-gray-200)!important}.ant-select-selection-item-remove span{color:var(--color-red-main)!important;font-size:12px!important;border:1px solid var(--color-red-main)!important;border-radius:50%!important;padding:1px!important}.ant-select-selector:hover{box-shadow:0 2px 6px rgba(0,0,0,.15)!important;border:1px solid var(--color-blue-main)!important}.ant-select-focused .ant-select-selector{border:2px solid var(--color-blue-main)!important;box-shadow:0 2px 8px rgba(81,116,255,.2)!important}.ant-select-arrow{color:var(--color-gray-500)!important;height:18px!important}.ant-select-selection-item,.ant-select-selection-placeholder{color:var(--color-black)!important;font-size:16px!important;font-weight:500!important;line-height:32px!important}.ant-select-selection-placeholder{color:var(--color-gray-400)!important}.ant-select-dropdown{background:var(--color-white)!important;border-radius:12px!important;box-shadow:0 4px 12px rgba(0,0,0,.15)!important;padding:8px!important}.ant-select-item{color:var(--color-black)!important;border-radius:8px!important;padding:12px 16px!important;transition:all .2s ease!important}.ant-select-item:hover{background:var(--color-gray-50)!important}.ant-select-item-option-selected{background:var(--color-blue-light)!important;color:var(--color-blue-main)!important;font-weight:600!important}.dark .ant-select-selector{background:var(--color-dark-1)!important;border:none!important;height:48px!important;box-shadow:none!important;border:1px solid var(--color-dark-3)!important}.dark .ant-select-selector:hover{background:var(--color-dark-22)!important;box-shadow:none!important;border:1px solid var(--color-blue-main)!important}.dark .ant-select-focused .ant-select-selector{background:var(--color-dark-2)!important;border:2px solid var(--color-blue-main)!important;box-shadow:0 0 0 2px rgba(81,116,255,.2)!important}.dark .ant-select-arrow{height:18px!important}.dark .ant-select-arrow,.dark .ant-select-selection-item,.dark .ant-select-selection-placeholder{color:var(--color-white)!important}.dark .ant-select-selection-placeholder{color:var(--color-dark-5)!important}.dark .ant-select-dropdown{background:var(--color-dark-2)!important;border:1px solid var(--color-dark-4)!important;box-shadow:0 4px 12px rgba(0,0,0,.3)!important}.dark .ant-select-item{color:var(--color-white)!important}.dark .ant-select-item:hover{background:var(--color-dark-3)!important}.dark .ant-select-item-option-selected{background:var(--color-dark-4)!important;color:var(--color-blue-main)!important}.ant-select-clear{background:transparent!important;color:var(--color-gray-400)!important}.dark .ant-select-clear{color:var(--color-dark-5)!important}.ant-select-clear:hover{color:var(--color-red-main)!important}.ant-select-selection-item{background:transparent!important;border:none!important;color:var(--color-blue-main)!important;border-radius:6px!important}.dark .ant-select-selection-item{background:transparent!important;border:none!important;color:var(--color-white)!important}.ant-select-disabled .ant-select-selector{background:var(--color-gray-100)!important;cursor:not-allowed!important;opacity:.6!important}.dark .ant-select-disabled .ant-select-selector{background:var(--color-dark-3)!important}.ant-input,.ant-input-affix-wrapper{background:var(--color-gray-bg)!important;border:1px solid var(--color-gray-200)!important;border-radius:12px!important;color:var(--color-black)!important;font-size:16px!important;padding:12px 16px!important;transition:all .3s ease!important}.ant-input-password input,.ant-input-password input:focus{background:transparent!important;border:none!important;outline:none!important}.ant-input-affix-wrapper .ant-input{background:transparent!important;padding:0!important}.ant-input-affix-wrapper .ant-input,.ant-input-affix-wrapper .ant-input-focused,.ant-input-affix-wrapper .ant-input:focus{border:none!important;box-shadow:none!important}.ant-input-password span{color:#fff!important}.ant-input-affix-wrapper input::placeholder,.ant-input::placeholder{color:var(--color-gray-400)!important;font-weight:500!important}.ant-input-affix-wrapper:hover,.ant-input:hover{border-color:var(--color-blue-main)!important}.ant-input-affix-wrapper-focused,.ant-input-focused,.ant-input:focus{border-color:var(--color-blue-main)!important;box-shadow:0 0 0 2px rgba(81,116,255,.1)!important}.dark .ant-input,.dark .ant-input-affix-wrapper{background:var(--color-dark-3)!important;color:var(--color-white)!important}.dark .ant-input-password input{background:transparent!important;border:none!important;outline:none!important}.dark .ant-input-affix-wrapper .ant-input{background:transparent!important}.dark .ant-input-affix-wrapper .ant-input,.dark .ant-input-affix-wrapper .ant-input-focused,.dark .ant-input-affix-wrapper .ant-input:focus{border:none!important;box-shadow:none!important}.roles-permission-search.ant-input-affix-wrapper,.roles-permission-search.ant-input-affix-wrapper-focused,.roles-permission-search.ant-input-affix-wrapper:focus-within,.roles-permission-search.ant-input-affix-wrapper:hover{box-shadow:none!important}.roles-permission-search.ant-input,.roles-permission-search.ant-input-focused,.roles-permission-search.ant-input:focus,.roles-permission-search.ant-input:hover{box-shadow:none!important}.dark .ant-input-password input:focus{background:transparent!important;border:none!important;outline:none!important}.dark .ant-input-affix-wrapper input::placeholder,.dark .ant-input::placeholder{color:var(--color-dark-5)!important}.dark .ant-input-affix-wrapper:hover,.dark .ant-input:hover{border-color:var(--color-blue-main)!important;background:var(--color-dark-4)!important}.dark .ant-input-affix-wrapper-focused,.dark .ant-input-focused,.dark .ant-input:focus{border-color:var(--color-blue-main)!important;background:var(--color-dark-2)!important;box-shadow:0 0 0 2px rgba(81,116,255,.2)!important}.ant-input-prefix,.ant-input-suffix{color:var(--color-gray-400)!important}.dark .ant-input-prefix,.dark .ant-input-suffix{color:var(--color-dark-5)!important}.ant-input-affix-wrapper-disabled,.ant-input:disabled{background:var(--color-gray-100)!important;color:var(--color-gray-400)!important;cursor:not-allowed!important;opacity:.6!important}.dark .ant-input-affix-wrapper-disabled,.dark .ant-input:disabled{background:var(--color-dark-4)!important;color:var(--color-dark-5)!important}.ant-input-textarea textarea{background:var(--color-white)!important;border:1px solid var(--color-gray-200)!important;border-radius:12px!important;color:var(--color-black)!important}.dark .ant-input-textarea textarea{background:var(--color-dark-3)!important;border:1px solid var(--color-dark-4)!important;color:var(--color-white)!important}.ant-input-group-addon{background:transparent!important;border:none!important}.ant-input-group .ant-input,.dark .ant-input-group .ant-input{border-left:none!important}.ant-picker{background:var(--color-white)!important;border:1px solid var(--color-gray-200)!important;border-radius:12px!important;font-size:16px!important;padding:12px 16px!important;transition:all .3s ease!important;height:48px!important}.ant-picker,.ant-picker input{color:var(--color-black)!important}.ant-picker input::placeholder{color:var(--color-gray-400)!important;font-weight:400!important}.ant-picker-focused,.ant-picker:hover{border-color:var(--color-blue-main)!important}.ant-picker-focused{box-shadow:0 0 0 2px rgba(81,116,255,.1)!important}.ant-picker-suffix{color:var(--color-gray-400)!important}.dark .ant-picker{background:var(--color-dark-1)!important;border:1px solid var(--color-dark-4)!important}.dark .ant-picker,.dark .ant-picker input{color:var(--color-white)!important}.dark .ant-picker input::placeholder{color:var(--color-dark-5)!important}.dark .ant-picker-selection-placeholder{color:var(--color-dark-5)!important}.dark .ant-picker:hover{border-color:var(--color-blue-main)!important;background:var(--color-dark-22)!important}.dark .ant-picker-focused{border-color:var(--color-blue-main)!important;background:var(--color-dark-2)!important;box-shadow:0 0 0 2px rgba(81,116,255,.2)!important}.dark .ant-picker-suffix{color:var(--color-dark-5)!important}.ant-picker-dropdown{background:transparent!important;border-radius:none!important;box-shadow:none!important}.ant-picker-panel-container{background:var(--color-white)!important;border-radius:12px!important}.ant-picker-header{color:var(--color-black)!important;border-bottom:1px solid var(--color-gray-200)!important}.ant-picker-content th{color:var(--color-gray-600)!important}.ant-picker-cell{color:var(--color-black)!important}.ant-picker-cell:hover .ant-picker-cell-inner{background:var(--color-gray-100)!important}.ant-picker-cell-selected .ant-picker-cell-inner{background:var(--color-blue-main)!important;color:var(--color-white)!important}.ant-picker-cell-today .ant-picker-cell-inner:before{border-color:var(--color-blue-main)!important}.dark .ant-picker-dropdown{background:transparent!important;border-radius:none!important;box-shadow:none!important}.dark .ant-picker-panel-container{background:var(--color-dark-2)!important}.dark .ant-picker-header{border-bottom:1px solid var(--color-dark-4)!important}.dark .ant-picker-header,.dark .ant-picker-header-view button{color:var(--color-white)!important}.dark .ant-picker-header-view button:hover{color:var(--color-blue-main)!important}.dark .ant-picker-content th{color:var(--color-dark-5)!important}.dark .ant-picker-cell{color:var(--color-white)!important}.dark .ant-picker-cell:hover .ant-picker-cell-inner{background:var(--color-dark-3)!important}.dark .ant-picker-cell-selected .ant-picker-cell-inner{background:var(--color-blue-main)!important;color:var(--color-white)!important}.dark .ant-picker-cell-disabled{color:var(--color-dark-5)!important}.dark .ant-picker-next-icon,.dark .ant-picker-prev-icon,.dark .ant-picker-super-next-icon,.dark .ant-picker-super-prev-icon{color:var(--color-white)!important}.dark .ant-picker-next-icon:hover,.dark .ant-picker-prev-icon:hover,.dark .ant-picker-super-next-icon:hover,.dark .ant-picker-super-prev-icon:hover{color:var(--color-blue-main)!important}.ant-picker-disabled{background:var(--color-gray-100)!important;cursor:not-allowed!important;opacity:.6!important}.dark .ant-picker-disabled{background:var(--color-dark-4)!important}.ant-divider{border-color:var(--color-gray-1)!important}.dark .ant-divider{border-color:var(--color-dark-3)!important}.ant-popover-inner{background:var(--color-white)!important;border-radius:12px!important;box-shadow:0 4px 16px rgba(0,0,0,.15)!important;padding:16px!important}.ant-popover-arrow{display:none!important}.ant-popover-title{color:var(--color-black)!important;font-weight:600!important;font-size:16px!important;padding:0 0 12px!important;border-bottom:1px solid var(--color-gray-200)!important;margin-bottom:12px!important}.ant-popover-inner-content{color:var(--color-gray-700)!important;font-size:14px!important;padding:0!important}.ant-popover-buttons{margin-top:16px!important;display:flex!important;gap:8px!important;justify-content:flex-end!important}.ant-popover-buttons .ant-btn{border-radius:8px!important;font-weight:500!important;height:36px!important;padding:0 16px!important}.ant-popover-buttons .ant-btn-default{background:var(--color-gray-100)!important;border:1px solid var(--color-gray-200)!important;color:var(--color-gray-700)!important}.ant-popover-buttons .ant-btn-default:hover{background:var(--color-gray-200)!important;border-color:var(--color-gray-300)!important}.ant-popover-buttons .ant-btn-primary{background:var(--color-red-main)!important;border:none!important;color:var(--color-white)!important}.ant-popover-buttons .ant-btn-primary:hover{background:var(--color-red-hover)!important;box-shadow:0 2px 8px rgba(239,68,68,.3)!important}.dark .ant-popover-inner{background:var(--color-dark-2)!important;border:1px solid var(--color-dark-4)!important;box-shadow:0 4px 16px rgba(0,0,0,.5)!important}.dark .ant-popover-title{color:var(--color-white)!important;border-bottom:1px solid var(--color-dark-4)!important}.dark .ant-popover-inner-content{color:var(--color-dark-6)!important}.dark .ant-popover-buttons .ant-btn-default{background:var(--color-dark-4)!important;border:1px solid var(--color-dark-3)!important;color:var(--color-white)!important}.dark .ant-popover-buttons .ant-btn-default:hover{background:var(--color-dark-3)!important;border-color:var(--color-dark-4)!important}.dark .ant-popover-buttons .ant-btn-primary{background:var(--color-red-main)!important}.dark .ant-popover-buttons .ant-btn-primary:hover{background:var(--color-red-hover)!important}.ant-popover-message-icon{color:var(--color-orange-main)!important;font-size:20px!important}.dark .ant-popover-message-icon{color:var(--color-orange-light)!important}.ant-popover-message-title{color:var(--color-gray-800)!important;font-size:14px!important}.dark .ant-popconfirm-title,.dark .ant-popover-message-title{color:var(--color-white)!important}.dark .ant-popconfirm-description{color:var(--color-dark-6)!important}.ant-modal-mask{background:rgba(0,0,0,.65)!important;backdrop-filter:blur(4px)}.dark .ant-modal-mask{background:rgba(0,0,0,.8)!important}.ant-modal-content{background:var(--color-white)!important;border-radius:16px!important;padding:0!important;box-shadow:0 8px 32px rgba(0,0,0,.12)!important;overflow:hidden!important}.dark .ant-modal-content{background:var(--color-dark-2)!important;border:1px solid var(--color-dark-4)!important;box-shadow:0 8px 32px rgba(0,0,0,.6)!important}.ant-modal-header{background:var(--color-white)!important;border-bottom:1px solid var(--color-gray-200)!important;padding:20px 24px!important;border-radius:16px 16px 0 0!important}.dark .ant-modal-header{background:var(--color-dark-2)!important;border-bottom:1px solid var(--color-dark-4)!important}.ant-modal-title{color:var(--color-black)!important;font-size:20px!important;font-weight:600!important;line-height:1.4!important}.dark .ant-modal-title{color:var(--color-white)!important}.ant-modal-body{background:var(--color-white)!important;padding:24px!important;color:var(--color-gray-900)!important;max-height:calc(100vh - 200px)!important;overflow-y:auto!important}.dark .ant-modal-body{background:var(--color-dark-2)!important;color:var(--color-white)!important}.ant-modal-body::-webkit-scrollbar{width:6px}.ant-modal-body::-webkit-scrollbar-track{background:transparent}.ant-modal-body::-webkit-scrollbar-thumb{background:var(--color-gray-300);border-radius:3px}.dark .ant-modal-body::-webkit-scrollbar-thumb{background:var(--color-dark-4)}.ant-modal-body::-webkit-scrollbar-thumb:hover{background:var(--color-gray-400)}.dark .ant-modal-body::-webkit-scrollbar-thumb:hover{background:var(--color-dark-3)}.ant-modal-footer{background:var(--color-white)!important;border-top:1px solid var(--color-gray-200)!important;padding:16px 24px!important;border-radius:0 0 16px 16px!important;display:flex!important;justify-content:flex-end!important;gap:12px!important}.dark .ant-modal-footer{background:var(--color-dark-2)!important;border-top:1px solid var(--color-dark-4)!important}.ant-modal-footer .ant-btn{height:40px!important;padding:0 20px!important;border-radius:10px!important;font-weight:500!important;font-size:14px!important}.ant-modal-footer .ant-btn-default{background:var(--color-gray-100)!important;border:1px solid var(--color-gray-200)!important;color:var(--color-gray-700)!important}.dark .ant-modal-footer .ant-btn-default{background:var(--color-dark-4)!important;border:1px solid var(--color-dark-3)!important;color:var(--color-white)!important}.ant-modal-footer .ant-btn-default:hover{background:var(--color-gray-200)!important;border-color:var(--color-gray-300)!important}.dark .ant-modal-footer .ant-btn-default:hover{background:var(--color-dark-3)!important;border-color:var(--color-dark-4)!important}.ant-modal-footer .ant-btn-primary{background:var(--color-blue-main)!important;border:none!important;color:var(--color-white)!important}.dark .ant-input,.dark .ant-input-affix-wrapper{background:var(--color-dark-1)!important;border:none!important}.dark .ant-input,.dark .ant-input-affix-wrapper:hover{background:var(--color-dark-1)!important}.ant-modal-footer .ant-btn-primary:hover{background:var(--color-blue-hover)!important;box-shadow:0 4px 12px rgba(81,116,255,.4)!important}.ant-modal-close{color:var(--color-gray-500)!important;width:36px!important;height:36px!important;border-radius:8px!important;transition:all .2s ease!important;top:16px!important;right:16px!important}.dark .ant-modal-close{color:var(--color-dark-6)!important}.ant-modal-close:hover{background:var(--color-gray-100)!important;color:var(--color-black)!important}.dark .ant-modal-close:hover{background:var(--color-dark-4)!important;color:var(--color-white)!important}.ant-modal-close-x{width:36px!important;height:36px!important;line-height:36px!important;font-size:16px!important}.ant-modal-centered .ant-modal{display:flex!important;align-items:center!important;justify-content:center!important}.ant-modal-wrap{overflow:auto!important}.sr-image-preview-modal-wrap{display:flex;align-items:center;justify-content:center;padding:12px!important;overflow-y:auto!important}.sr-image-preview-modal-wrap .ant-modal{top:0!important;margin:0!important;padding-bottom:0!important}.sr-image-preview-modal .ant-modal-content{background:transparent!important;border:none!important;box-shadow:none!important;border-radius:0!important;overflow:visible!important}.sr-image-preview-modal .ant-modal-body{background:transparent!important;padding:0!important;max-height:none!important;overflow:visible!important;display:flex;align-items:center;justify-content:center}.sr-image-preview-modal-image{display:block;width:auto;height:auto;max-width:min(95vw,1600px);max-height:calc(100vh - 64px);object-fit:contain;margin:0 auto}.sr-image-preview-modal .ant-modal-close{color:#fff!important;background:rgba(15,23,42,.65)!important;backdrop-filter:blur(4px)}.sr-image-preview-modal .ant-modal-close:hover{color:#fff!important;background:rgba(15,23,42,.85)!important}@media (max-width:768px){.ant-modal{max-width:calc(100vw - 32px)!important;margin:16px auto!important}.ant-modal-body,.ant-modal-footer,.ant-modal-header{padding:16px!important}.ant-modal-title{font-size:18px!important}.ant-modal-close{top:12px!important;right:12px!important}.sr-image-preview-modal-wrap{padding:12px 8px!important}.sr-image-preview-modal-image{max-width:96vw;max-height:calc(100vh - 48px)}}.ant-drawer-mask{background:rgba(0,0,0,.65)!important;backdrop-filter:blur(4px)}.dark .ant-drawer-mask{background:rgba(0,0,0,.8)!important}.ant-drawer-content-wrapper{box-shadow:-4px 0 24px rgba(0,0,0,.12)!important}.dark .ant-drawer-content-wrapper{box-shadow:-4px 0 24px rgba(0,0,0,.6)!important}.ant-drawer-content{background:var(--color-white)!important}.dark .ant-drawer-content{background:var(--color-dark-22)!important}.reserved-house-detail-drawer .ant-drawer-content{background:var(--color-white)!important}.dark .reserved-house-detail-drawer .ant-drawer-content{background:var(--color-dark-22)!important}.reserved-house-detail-drawer .ant-drawer-header{background:var(--color-white)!important;border-bottom:1px solid var(--color-gray-200)!important}.dark .reserved-house-detail-drawer .ant-drawer-header{background:var(--color-dark-22)!important;border-bottom:1px solid var(--color-dark-4)!important}.reserved-house-detail-drawer .ant-drawer-footer{background:var(--color-white)!important;border-top:1px solid var(--color-gray-200)!important}.dark .reserved-house-detail-drawer .ant-drawer-footer{background:var(--color-dark-22)!important;border-top:1px solid var(--color-dark-4)!important}.ant-drawer-header{background:var(--color-white)!important;border-bottom:1px solid var(--color-gray-200)!important;padding:20px 24px!important}.dark .ant-drawer-header{background:var(--color-dark-2)!important;border-bottom:1px solid var(--color-dark-4)!important}.ant-drawer-title{color:var(--color-black)!important;font-size:20px!important;font-weight:600!important;line-height:1.4!important}.dark .ant-drawer-title{color:var(--color-white)!important}.ant-drawer-body{background:var(--color-white)!important;padding:24px!important;color:var(--color-gray-900)!important}.dark .ant-drawer-body{background:var(--color-dark-2)!important;color:var(--color-white)!important}.ant-drawer-body::-webkit-scrollbar{width:6px}.ant-drawer-body::-webkit-scrollbar-track{background:transparent}.ant-drawer-body::-webkit-scrollbar-thumb{background:var(--color-gray-300);border-radius:3px}.dark .ant-drawer-body::-webkit-scrollbar-thumb{background:var(--color-dark-4)}.ant-drawer-body::-webkit-scrollbar-thumb:hover{background:var(--color-gray-400)}.dark .ant-drawer-body::-webkit-scrollbar-thumb:hover{background:var(--color-dark-3)}.ant-drawer-footer{background:var(--color-white)!important;border-top:1px solid var(--color-gray-200)!important;padding:16px 24px!important}.dark .ant-drawer-footer{background:var(--color-dark-2)!important;border-top:1px solid var(--color-dark-4)!important}.ant-drawer-footer .ant-btn{height:40px!important;padding:0 20px!important;border-radius:10px!important;font-weight:500!important;font-size:14px!important}.ant-drawer-footer .ant-btn-default{background:var(--color-gray-100)!important;border:1px solid var(--color-gray-200)!important;color:var(--color-gray-700)!important}.dark .ant-drawer-footer .ant-btn-default{background:var(--color-dark-4)!important;border:1px solid var(--color-dark-3)!important;color:var(--color-white)!important}.ant-drawer-footer .ant-btn-default:hover{background:var(--color-gray-200)!important;border-color:var(--color-gray-300)!important}.dark .ant-drawer-footer .ant-btn-default:hover{background:var(--color-dark-3)!important;border-color:var(--color-dark-4)!important}.ant-drawer-footer .ant-btn-primary{background:var(--color-blue-main)!important;border:none!important;color:var(--color-white)!important}.ant-drawer-footer .ant-btn-primary:hover{background:var(--color-blue-hover)!important;box-shadow:0 4px 12px rgba(81,116,255,.4)!important}.ant-drawer-close{color:var(--color-gray-500)!important;width:36px!important;height:36px!important;border-radius:8px!important;transition:all .2s ease!important;margin:0!important;right:16px!important}.dark .ant-drawer-close{color:var(--color-dark-6)!important}.ant-drawer-close:hover{background:var(--color-gray-100)!important;color:var(--color-black)!important}.dark .ant-drawer-close:hover{background:var(--color-dark-4)!important;color:var(--color-white)!important}.ant-drawer-close-x{width:36px!important;height:36px!important;line-height:36px!important;font-size:16px!important;display:flex!important;align-items:center!important;justify-content:center!important}.ant-drawer-wrapper-body{display:flex!important;flex-direction:column!important;height:100%!important}.ant-drawer-content-wrapper{transition:transform .3s cubic-bezier(.7,.3,.1,1)!important}@media (max-width:768px){.ant-drawer-content-wrapper{max-width:calc(100vw - 32px)!important}.ant-drawer-body,.ant-drawer-header{padding:16px!important}.ant-drawer-title{font-size:18px!important}.ant-drawer-close{right:12px!important}.ant-drawer-close,.ant-drawer-close-x{width:32px!important;height:32px!important}.ant-drawer-close-x{line-height:32px!important}}.ant-form-item{margin-bottom:24px!important}.ant-form-item-label{padding:0!important;margin-bottom:8px!important}.ant-form-item-label>label{font-weight:400!important;font-style:normal!important;font-size:14px!important;line-height:100%!important;letter-spacing:0!important;color:var(--color-gray-700)!important;height:auto!important}.dark .ant-form-item-label>label{color:var(--color-dark-6)!important}.ant-form-item-label>label.ant-form-item-required:not(.ant-form-item-required-mark-optional):before{display:inline-block;margin-right:4px;color:var(--color-red-main);font-size:14px;font-family:SimSun,sans-serif;line-height:100%;content:"*"}.dark .ant-form-item-label>label.ant-form-item-required:not(.ant-form-item-required-mark-optional):before{color:var(--color-red-main)}.ant-form-item-control{line-height:100%!important}.ant-form-item-control-input{min-height:auto!important}.ant-form-item-control-input-content,.ant-form-item-explain-error{font-weight:400!important;font-style:normal!important;font-size:14px!important;line-height:100%!important;letter-spacing:0!important}.ant-form-item-explain-error{margin-top:4px!important}.ant-form-item-explain-error,.dark .ant-form-item-explain-error{color:var(--color-red-main)!important}.ant-form-item-explain-success,.ant-form-item-extra{font-weight:400!important;font-style:normal!important;font-size:14px!important;line-height:100%!important;letter-spacing:0!important;color:var(--color-gray-500)!important;margin-top:4px!important}.dark .ant-form-item-explain-success,.dark .ant-form-item-extra{color:var(--color-dark-5)!important}.ant-form-vertical .ant-form-item-label{padding:0 0 8px!important}.ant-form-vertical .ant-form-item-label>label{height:auto!important}.ant-form-horizontal .ant-form-item-label{text-align:left!important}.ant-form-inline .ant-form-item-label{padding:0 8px 0 0!important}.ant-form-item-hidden,.ant-form-item-no-label .ant-form-item-label{display:none!important}.ant-form-item-with-help{margin-bottom:24px!important}@media (max-width:768px){.ant-form-item-label>label{font-size:13px!important}.ant-form-item{margin-bottom:20px!important}}.ant-table,body.ant-scrolling-effect{overflow:hidden!important}.ant-table{background:var(--color-white)!important;color:var(--color-gray-900)!important;font-size:14px!important;border-radius:12px!important}.ant-table-wrapper{background:transparent!important}.ant-table-thead>tr>th{background:var(--color-gray-bg)!important;color:var(--color-gray-700)!important;font-weight:600!important;font-size:14px!important;border-bottom:1px solid var(--color-gray-1)!important;padding:16px!important}.ant-table-thead>tr>th:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan]):before{background-color:var(--color-gray-1)!important}.ant-table-tbody>tr>td{background:var(--color-white)!important;color:var(--color-gray-900)!important;border-bottom:1px solid var(--color-gray-1)!important;padding:16px!important;font-size:14px!important}.ant-table-tbody>tr:hover>td{background:var(--color-gray-bg)!important}.ant-table-tbody>tr:last-child>td{border-bottom:none!important}.ant-table-footer{background:var(--color-gray-bg)!important;color:var(--color-gray-700)!important;border-top:1px solid var(--color-gray-1)!important;padding:16px!important}.ant-empty{color:var(--color-gray-500)!important}.ant-empty-description{color:var(--color-gray-400)!important}.ant-spin-container{background:var(--color-white)!important}.ant-spin-nested-loading>div>.ant-spin{background:hsla(0,0%,100%,.8)!important}.ant-checkbox-wrapper{color:var(--color-gray-900)!important}.ant-checkbox-checked .ant-checkbox-inner{background-color:var(--color-blue-main)!important;border-color:var(--color-blue-main)!important}.ant-checkbox-inner,.ant-table-row-expand-icon{border-color:var(--color-gray-1)!important}.ant-table-row-expand-icon{color:var(--color-gray-600)!important}.ant-table-row-expand-icon:hover{color:var(--color-blue-main)!important;border-color:var(--color-blue-main)!important}.ant-table-column-sorter{color:var(--color-gray-400)!important}.ant-table-column-sorter-down.on .anticon,.ant-table-column-sorter-up.on .anticon{color:var(--color-blue-main)!important}.ant-table-filter-trigger{color:var(--color-gray-400)!important}.ant-table-filter-trigger-container-open,.ant-table-filter-trigger:hover{color:var(--color-blue-main)!important}.ant-table-body,.ant-table-content,.ant-table-wrapper{scrollbar-width:none!important;-ms-overflow-style:none!important;scrollbar-gutter:auto!important}.ant-table-body::-webkit-scrollbar,.ant-table-content::-webkit-scrollbar,.ant-table-wrapper::-webkit-scrollbar{width:0!important;height:0!important}.ant-table-body::-webkit-scrollbar-thumb,.ant-table-body::-webkit-scrollbar-track,.ant-table-content::-webkit-scrollbar-thumb,.ant-table-content::-webkit-scrollbar-track,.ant-table-wrapper::-webkit-scrollbar-thumb,.ant-table-wrapper::-webkit-scrollbar-track{background:transparent!important;border:0!important}.ant-table-sticky-scroll,.ant-table-sticky-scroll-bar{display:none!important}.ant-table-cell-scrollbar,.ant-table-thead>tr>th.ant-table-cell-scrollbar{width:0!important;min-width:0!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important}.dark .ant-table{background:var(--color-dark-22)!important;color:var(--color-white)!important}.dark .ant-table-wrapper{background:transparent!important}.dark .ant-table-thead>tr>th{background:var(--color-dark-2)!important;color:var(--color-white)!important;border-bottom:1px solid var(--color-dark-4)!important}.dark .ant-table-thead>tr>th:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan]):before{background-color:var(--color-dark-4)!important}.dark .ant-table-tbody>tr>td{background:var(--color-dark-22)!important;color:var(--color-white)!important;border-bottom:1px solid var(--color-dark-4)!important}.dark .ant-table-tbody>tr:hover>td{background:var(--color-dark-1)!important}.dark .ant-table-tbody>tr:last-child>td{border-bottom:none!important}.dark .ant-table-footer{background:var(--color-dark-2)!important;color:var(--color-white)!important;border-top:1px solid var(--color-dark-4)!important}.dark .ant-empty{color:var(--color-dark-5)!important}.dark .ant-empty-description{color:var(--color-dark-6)!important}.dark .ant-spin-container{background:var(--color-dark-22)!important}.dark .ant-spin-nested-loading>div>.ant-spin{background:rgba(14,22,33,.8)!important}.dark .ant-checkbox-wrapper{color:var(--color-white)!important}.dark .ant-checkbox-checked .ant-checkbox-inner{background-color:var(--color-blue-main)!important;border-color:var(--color-blue-main)!important}.dark .ant-checkbox-inner{border-color:var(--color-dark-4)!important;background-color:var(--color-dark-22)!important}.dark .ant-checkbox-inner:hover{border-color:var(--color-blue-main)!important}.dark .ant-table-row-expand-icon{color:var(--color-dark-6)!important;border-color:var(--color-dark-4)!important;background:var(--color-dark-22)!important}.dark .ant-table-row-expand-icon:hover{color:var(--color-blue-main)!important;border-color:var(--color-blue-main)!important}.dark .ant-table-column-sorter{color:var(--color-dark-5)!important}.dark .ant-table-column-sorter-down.on .anticon,.dark .ant-table-column-sorter-up.on .anticon{color:var(--color-blue-main)!important}.dark .ant-table-filter-trigger{color:var(--color-dark-5)!important}.dark .ant-table-filter-trigger-container-open,.dark .ant-table-filter-trigger:hover{color:var(--color-blue-main)!important}.dark .ant-table-body,.dark .ant-table-content,.dark .ant-table-wrapper{scrollbar-width:none!important}.ant-table-bordered .ant-table-tbody>tr>td,.ant-table-bordered .ant-table-thead>tr>th{border-right:1px solid var(--color-gray-1)!important}.dark .ant-table-bordered .ant-table-tbody>tr>td,.dark .ant-table-bordered .ant-table-thead>tr>th{border-right:1px solid var(--color-dark-4)!important}.ant-table-selection-column{width:60px!important}.ant-table-cell-fix-left,.ant-table-cell-fix-right{background:var(--color-white)!important}.dark .ant-table-cell-fix-left,.dark .ant-table-cell-fix-right{background:var(--color-dark-22)!important}.dark .ant-table-thead .ant-table-cell-fix-left,.dark .ant-table-thead .ant-table-cell-fix-right{background:var(--color-dark-2)!important}.ant-table-summary{background:var(--color-gray-bg)!important}.dark .ant-table-summary{background:var(--color-dark-2)!important}.ant-table-summary>tr>td{border-bottom:1px solid var(--color-gray-1)!important;color:var(--color-gray-900)!important;font-weight:600!important}.dark .ant-table-summary>tr>td{border-bottom:1px solid var(--color-dark-4)!important;color:var(--color-white)!important}@media (max-width:768px){.ant-table-tbody>tr>td,.ant-table-thead>tr>th{padding:12px 8px!important;font-size:13px!important}}.reserved-houses-page{height:calc(100dvh - 74px);padding:18px 24px 15px;box-sizing:border-box;background:var(--color-gray-bg)}.dark .reserved-houses-page{background:var(--color-dark-bg)}.reserved-houses-card{height:100%;min-height:0;border-radius:12px;border:1px solid var(--color-gray-1);background:var(--color-white);display:flex;flex-direction:column;overflow:hidden}.reserved-houses-toolbar{flex:0 0 auto;padding:18px;border-bottom:1px solid var(--color-gray-1)}.dark .reserved-houses-card{border-color:var(--color-dark-3);background:var(--color-dark-22)}.dark .reserved-houses-toolbar{border-bottom-color:var(--color-dark-3)}.reserved-houses-table-wrap{flex:1 1 auto;min-height:0;border-radius:0;overflow:hidden;background:transparent}.dark .reserved-houses-table-wrap{background:transparent}.reserved-houses-table-wrap--loading{padding:18px;background:var(--color-white)}.dark .reserved-houses-table-wrap--loading{background:var(--color-dark-22)}:root{--reserved-table-scroll-y:calc(100dvh - 332px)}.reserved-houses-table .ant-table,.reserved-houses-table .ant-table-container,.reserved-houses-table .ant-table-content{background:transparent!important}.reserved-houses-table .ant-table-body{scrollbar-gutter:stable}.reserved-houses-table .ant-table-thead>tr>th{background:var(--color-gray-bg)!important;color:var(--color-gray-700)!important}.reserved-houses-table .ant-table-tbody>tr>td{background:var(--color-white)!important;color:var(--color-gray-900)!important}.dark .reserved-houses-table .ant-table-thead>tr>th{background:var(--color-dark-2)!important;color:var(--color-white)!important}.dark .reserved-houses-table .ant-table-tbody>tr>td{background:var(--color-dark-22)!important;color:var(--color-white)!important}.dark .reserved-houses-table .ant-table-tbody>tr>td:nth-child(3),.dark .reserved-houses-table .ant-table-tbody>tr>td:nth-child(4),.dark .reserved-houses-table .ant-table-tbody>tr>td:nth-child(5),.dark .reserved-houses-table .ant-table-tbody>tr>td:nth-child(6),.dark .reserved-houses-table .ant-table-tbody>tr>td:nth-child(7){background:var(--color-dark-22)!important}@media (max-width:1360px){:root{--reserved-table-scroll-y:calc(100dvh - 356px)}}@media (max-width:768px){.reserved-houses-page{height:calc(100dvh - 56px);padding:12px 12px 15px}.reserved-houses-table-wrap--loading,.reserved-houses-toolbar{padding:12px}:root{--reserved-table-scroll-y:calc(100dvh - 412px)}}.contracts-list-page{height:calc(100dvh - 74px);padding:18px 24px 15px;box-sizing:border-box;background:var(--color-gray-bg)}.dark .contracts-list-page{background:var(--color-dark-bg)}.contracts-list-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-bottom:18px}.contract-stat-card{position:relative;overflow:hidden;min-height:0;border-radius:18px;border:1px solid var(--color-gray-1);background:var(--color-white);padding:12px 24px}.contract-stat-card--small{min-height:76px}.contract-stat-card--large{min-height:84px;padding-top:16px;padding-bottom:16px}.contract-stat-card--list{min-height:78px;padding:14px 20px 14px 24px}.contract-stat-card--detail{min-height:52px;border-radius:12px;padding:8px 12px 8px 16px}.contract-stat-card__bar{position:absolute;left:0;top:50%;width:3px;height:40px;border-radius:0 999px 999px 0;transform:translateY(-50%)}.contract-stat-card__title{font-family:Montserrat,sans-serif;font-size:16px;font-weight:500;line-height:100%;color:var(--color-gray-4)}.contract-stat-card__value{margin-top:4px;font-family:Montserrat,sans-serif;font-size:18px;font-weight:600;line-height:100%;color:var(--color-dark-bg);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.contract-stat-card--large .contract-stat-card__title{font-size:14px}.contract-stat-card--large .contract-stat-card__value{font-size:20px}.contract-stat-card--list .contract-stat-card__title{font-size:14px}.contract-stat-card--list .contract-stat-card__value{margin-top:6px}.contract-stat-card--detail .contract-stat-card__bar{width:2px;height:30px}.contract-stat-card--detail .contract-stat-card__title{font-size:12px;line-height:1.15}.contract-stat-card--detail .contract-stat-card__value{margin-top:3px;font-size:14px;line-height:1.15}.contract-detail-summary-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:10px;margin-bottom:12px;align-items:stretch}.contract-detail-summary-grid>*{min-height:0}.contract-detail-summary-grid .contract-client-info--summary,.contract-detail-summary-grid .contract-detail-stats-grid,.contract-detail-summary-grid .contract-stat-card--detail{height:100%}.contract-detail-main-col,.contract-detail-side-col{min-height:0}.contract-detail-stats-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;height:100%;grid-auto-rows:minmax(0,1fr)}.contract-detail-workspace-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:12px;align-items:start}.contract-client-info,.contract-detail-workspace-grid>*{min-width:0}.contract-client-info--summary{align-self:stretch;height:100%}.contract-client-info-details{grid-column:1/-1;min-width:0;transform-origin:top right;animation:contract-client-info-expand .22s ease-out}.contract-client-info-details__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(145px,1fr));gap:8px}@keyframes contract-client-info-expand{0%{opacity:0;transform:translateY(-4px) scaleX(.84)}to{opacity:1;transform:translateY(0) scaleX(1)}}.contract-house-info-card,.contract-house-info-image-shell,.contract-house-info-media-grid,.contract-house-info-tabs{min-width:0}@media (min-width:1024px){.contract-detail-stats-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:1280px){.contract-detail-summary-grid{grid-template-columns:minmax(0,calc(100% - 398px)) minmax(360px,388px);position:sticky;top:0;z-index:20;padding-bottom:12px;background:var(--color-gray-bg)}.contract-client-info-details__grid{grid-template-columns:repeat(5,minmax(0,1fr))}.contract-detail-workspace-grid{grid-template-columns:minmax(360px,.95fr) minmax(0,1.05fr)}.contract-detail-scroll{display:flex;flex-direction:column}.contract-detail-top{flex:1 1 auto;min-height:0}.contract-detail-main-col{display:flex;flex-direction:column}.contract-detail-side-col{align-self:flex-start;position:sticky;top:0;z-index:18;height:auto;max-height:calc(100vh - 112px)}.contract-detail-side-col>*{height:auto}.contract-detail-workspace-grid{flex:1 1 auto;min-height:0;align-items:stretch;grid-auto-rows:minmax(0,1fr)}.contract-house-info-card{height:100%;min-height:0;display:flex;flex-direction:column}.contract-house-info-media-grid{flex:1 1 auto;min-height:0;display:flex;flex-direction:column}.contract-house-info-tabs{flex:0 0 auto;min-height:0!important}.contract-house-info-image-shell{flex:1 1 auto;min-height:0!important}.contract-house-info-empty,.contract-house-info-image-frame{height:100%;min-height:100%!important}}.dark .contract-detail-summary-grid{background:var(--color-dark-bg)}.contract-detail-sidebar{max-height:calc(100vh - 112px);overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(148,163,184,.45) transparent}.contract-detail-sidebar::-webkit-scrollbar{width:6px}.contract-detail-sidebar::-webkit-scrollbar-thumb{border-radius:999px;background:rgba(148,163,184,.45)}.contract-detail-sidebar::-webkit-scrollbar-track{background:transparent}@media (min-width:1600px){.contract-detail-summary-grid{grid-template-columns:minmax(0,calc(100% - 442px)) minmax(400px,430px)}.contract-client-info-details__grid{grid-template-columns:repeat(5,minmax(0,1fr))}.contract-detail-workspace-grid{grid-template-columns:minmax(430px,.95fr) minmax(0,1.05fr)}}.contract-detail-workspace-grid--payments-expanded{grid-template-columns:minmax(0,1fr)!important;grid-auto-rows:auto!important;align-items:stretch}.contract-detail-workspace-grid--payments-expanded .contract-detail-payments-panel{order:1;height:auto;min-height:clamp(460px,52vh,560px)}.contract-detail-workspace-grid--payments-expanded .contract-house-info-card{order:2;height:auto;min-height:clamp(520px,62vh,720px)}.contract-detail-workspace-grid--payments-expanded .contract-house-info-empty,.contract-detail-workspace-grid--payments-expanded .contract-house-info-image-frame{min-height:360px!important}.dark .contract-stat-card{border-color:var(--color-dark-3);background:var(--color-dark-22)}.dark .contract-stat-card__title{color:hsla(0,0%,100%,.6)}.dark .contract-stat-card--list .contract-stat-card__title{color:var(--color-dark-6)}.dark .contract-stat-card__value{color:var(--color-white)}.contracts-list-card{height:calc(100% - 96px);min-height:0;border-radius:12px;border:1px solid var(--color-gray-1);background:var(--color-white);display:flex;flex-direction:column;overflow:hidden}.dark .contracts-list-card{border-color:var(--color-dark-3);background:var(--color-dark-22)}.contracts-list-toolbar{flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;padding:18px;border-bottom:1px solid var(--color-gray-1)}.dark .contracts-list-toolbar{border-bottom-color:var(--color-dark-3)}.contracts-list-toolbar-left,.contracts-list-toolbar-right{display:flex;align-items:center}.contracts-list-toolbar-left{gap:12px;min-width:0}.contracts-list-toolbar-right{gap:18px}.contracts-list-search-wrap{width:min(460px,44vw);min-width:240px}.contracts-list-search-input.ant-input-affix-wrapper{height:48px;border-radius:12px;border:1px solid var(--color-gray-2);background:var(--color-white);box-shadow:none;padding-inline:12px}.contracts-list-search-input.ant-input-affix-wrapper .ant-input{font-family:Montserrat,sans-serif;font-size:14px;font-weight:500;color:var(--color-dark-bg);background:transparent!important;border:none!important;border-radius:0!important;box-shadow:none!important;outline:none!important;padding:0!important}.contracts-list-search-input.ant-input-affix-wrapper .ant-input.ant-input-focused,.contracts-list-search-input.ant-input-affix-wrapper .ant-input:focus,.contracts-list-search-input.ant-input-affix-wrapper .ant-input:hover{background:transparent!important;border:none!important;box-shadow:none!important;outline:none!important}.contracts-list-search-input.ant-input-affix-wrapper .ant-input::placeholder{color:var(--color-gray-4)}.contracts-list-search-icon{color:var(--color-gray-4);font-size:16px}.contracts-list-search-input.ant-input-affix-wrapper .ant-input-clear-icon{color:var(--color-gray-4)}.contracts-list-search-input.ant-input-affix-wrapper:hover{border-color:var(--color-gray-3)}.contracts-list-search-input.ant-input-affix-wrapper:focus,.contracts-list-search-input.ant-input-affix-wrapper:focus-within{border-color:#5174ff;box-shadow:0 0 0 2px rgba(81,116,255,.2)}.contracts-list-filter-btn{height:48px!important;padding:0 18px!important;border-radius:12px!important}.contracts-list-filter-btn span{font-family:Montserrat,sans-serif!important;font-size:14px!important;font-weight:600!important;line-height:100%!important}.contracts-list-add-btn{width:auto!important;min-width:192px!important;height:48px!important;border-radius:12px!important;padding:0 18px!important}.contracts-list-add-btn span{font-family:Montserrat,sans-serif!important;font-size:16px!important;font-weight:600!important;line-height:100%!important}.contracts-list-icon-btn{width:48px!important;height:48px!important;min-width:48px!important;min-height:48px!important;padding:0!important;border-radius:999px!important;border:1px solid var(--color-gray-2)!important;background:var(--color-white)!important;color:var(--color-gray-4)!important}.contracts-list-icon-btn:hover{border-color:var(--color-gray-3)!important;background:var(--color-gray-bg)!important}.dark .contracts-list-icon-btn{border-color:var(--color-dark-3)!important;background:var(--color-dark-3)!important;color:var(--color-white)!important}.dark .contracts-list-search-input.ant-input-affix-wrapper{border-color:var(--color-dark-3);background:var(--color-dark-3)}.dark .contracts-list-search-input.ant-input-affix-wrapper .ant-input{color:var(--color-white)}.dark .contracts-list-search-input.ant-input-affix-wrapper .ant-input::placeholder{color:var(--color-dark-6)}.dark .contracts-list-search-icon,.dark .contracts-list-search-input.ant-input-affix-wrapper .ant-input-clear-icon{color:var(--color-dark-6)}.dark .contracts-list-search-input.ant-input-affix-wrapper:hover{border-color:var(--color-dark-4)}.dark .contracts-list-search-input.ant-input-affix-wrapper:focus,.dark .contracts-list-search-input.ant-input-affix-wrapper:focus-within{border-color:#6f8eff;box-shadow:0 0 0 2px rgba(111,142,255,.24)}.dark .contracts-list-icon-btn:hover{border-color:var(--color-dark-4)!important;background:var(--color-dark-4)!important}.contracts-list-icon-btn img{filter:brightness(0) saturate(100%) invert(41%) sepia(9%) saturate(580%) hue-rotate(176deg) brightness(92%) contrast(88%);opacity:1}.contracts-list-icon-btn img,.contracts-list-icon-btn svg{width:28px!important;height:28px!important}.contracts-list-icon-btn svg path{fill:var(--color-gray-4)!important}.dark .contracts-list-icon-btn svg path{fill:var(--color-white)!important}.dark .contracts-list-icon-btn img{filter:none;opacity:1}.contracts-list-toolbar-divider{width:1px;height:47px;background:var(--color-gray-1)}.dark .contracts-list-toolbar-divider{background:var(--color-dark-3)}.contracts-list-table-wrap{flex:1 1 auto;min-height:0;background:transparent}:root{--contracts-table-scroll-y:calc(100dvh - 420px)}.contracts-list-table .ant-table,.contracts-list-table .ant-table-container,.contracts-list-table .ant-table-content{background:transparent!important}.contracts-list-table .ant-table-body{scrollbar-gutter:stable}.contracts-list-table .ant-table-tbody>tr.ant-table-measure-row{height:0!important}.contracts-list-table .ant-table-tbody>tr.ant-table-measure-row>td{padding:0!important;height:0!important;line-height:0!important;border:0!important;background:transparent!important}.contracts-list-table .ant-table-thead>tr>th{background:var(--color-gray-bg)!important;color:var(--color-gray-4)!important;font-family:Montserrat,sans-serif!important;font-size:14px!important;font-weight:500!important;line-height:100%!important;padding:12px!important;border-bottom:1px solid var(--color-gray-1)!important}.contracts-list-table .ant-table-tbody>tr>td:first-child,.contracts-list-table .ant-table-thead>tr>th:first-child{padding-left:18px!important}.contracts-list-table .ant-table-thead>tr>th:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan]):before{background-color:transparent!important}.contracts-list-table .ant-table-tbody>tr>td{background:var(--color-white)!important;color:var(--color-dark-bg)!important;font-family:Montserrat,sans-serif!important;font-size:14px!important;font-weight:500!important;line-height:100%!important;padding:14px 12px!important;border-bottom:1px solid var(--color-gray-1)!important}.contracts-list-table .ant-table-tbody>tr{transition:transform .18s ease,filter .18s ease}.contracts-list-clickable-row{cursor:pointer}.contracts-list-table .ant-table-tbody>tr:hover>td{background:#f7fbff!important}.contracts-list-table .ant-table-tbody>tr:hover{transform:translateY(-2px);filter:drop-shadow(0 10px 18px rgba(57,76,96,.2));position:relative;z-index:2}.contracts-list-table .ant-table-tbody>tr:hover>td:first-child{border-top-left-radius:8px!important;border-bottom-left-radius:8px!important}.contracts-list-table .ant-table-tbody>tr:hover>td:last-child{border-top-right-radius:8px!important;border-bottom-right-radius:8px!important}.contracts-list-table .ant-table-tbody>tr:last-child>td{border-bottom:none!important}.contracts-list-table .ant-table-placeholder{background:var(--color-gray-bg)!important;border-color:var(--color-gray-1)!important}.contracts-list-table .ant-empty-description{font-family:Montserrat,sans-serif!important;color:var(--color-gray-4)!important}.contracts-list-cell-text{font-size:14px;color:var(--color-dark-bg)}.contracts-list-cell-subtext,.contracts-list-cell-text{font-family:Montserrat,sans-serif;font-weight:500;line-height:100%}.contracts-list-cell-subtext{margin-top:6px;font-size:12px;color:var(--color-gray-4)}.contracts-list-client-cell{display:flex;flex-direction:column;gap:6px}.contracts-list-client-type{font-family:Montserrat,sans-serif;font-size:12px;font-weight:500;line-height:100%;color:var(--color-gray-4);background:transparent!important;border:0!important;border-radius:0!important;padding:0!important}.contracts-list-actions-wrap{display:flex;align-items:center;justify-content:flex-end}.contracts-list-action-btn{width:24px;height:24px;border:none;border-radius:7px;background:var(--color-gray-1);color:var(--color-gray-4);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .16s ease}.contracts-list-action-btn:hover{background:var(--color-gray-2)}.contracts-list-action-icon{font-size:14px!important}.contracts-list-table .ant-tag{border-radius:50px!important}.contracts-list-table .ant-tag,.contracts-status-tag{margin:0!important;font-family:Montserrat,sans-serif!important;font-size:12px!important;font-weight:500!important;line-height:100%!important}.contracts-status-tag{padding:4px 10px!important;border:none!important;border-radius:999px!important}.contracts-status-tag--active{background:rgba(0,158,8,.16)!important;color:#009e08!important}.contracts-status-tag--inactive,.contracts-status-tag--info,.contracts-status-tag--pending{background:rgba(81,116,255,.15)!important;color:#5174ff!important}.contracts-status-tag--warning{background:rgba(245,158,11,.2)!important;color:#d97706!important}.contracts-status-tag--canceled{background:rgba(221,83,83,.16)!important;color:#dd5353!important}.contracts-status-tag--completed{background:rgba(0,158,8,.12)!important;color:#0b8b37!important}.contracts-list-status-tag{margin:0!important;padding:4px 12px!important;border:none!important;border-radius:999px!important;display:inline-flex!important;align-items:center!important;gap:6px!important;font-family:Montserrat,sans-serif!important;font-size:12px!important;font-weight:600!important;line-height:1!important}.contracts-list-status-tag__dot{width:4px;height:4px;border-radius:50%;background:currentColor;display:inline-block;position:relative;animation:contracts-list-status-dot-pulse 2.1s ease-in-out infinite}.contracts-list-status-tag__dot:after{content:"";position:absolute;inset:-3px;border-radius:50%;background:currentColor;opacity:0;filter:blur(3px);animation:contracts-list-status-dot-glow 2.1s ease-in-out infinite}.contracts-list-status-tag--active{background:rgba(34,197,94,.16)!important;color:#16a34a!important}.contracts-list-status-tag--pending{background:rgba(245,158,11,.2)!important;color:#d97706!important}.contracts-list-status-tag--canceled{background:rgba(239,68,68,.17)!important;color:#dc2626!important}.contracts-list-status-tag--completed{background:rgba(59,130,246,.18)!important;color:#2563eb!important}.contracts-list-status-tag--delivered{background:rgba(13,148,136,.18)!important;color:#0f766e!important}@keyframes contracts-list-status-dot-pulse{0%{transform:scale(.9);filter:drop-shadow(0 0 0 currentColor);opacity:.78}50%{transform:scale(1.08);filter:drop-shadow(0 0 2px currentColor) drop-shadow(0 0 6px currentColor);opacity:1}to{transform:scale(.9);filter:drop-shadow(0 0 0 currentColor);opacity:.78}}@keyframes contracts-list-status-dot-glow{0%,to{opacity:0;transform:scale(.72)}50%{opacity:.32;transform:scale(1.16)}}.dark .contracts-list-table .ant-table-thead>tr>th{background:var(--color-dark-2)!important;color:var(--color-dark-6)!important;border-bottom-color:var(--color-dark-4)!important}.dark .contracts-list-table .ant-table-tbody>tr>td{background:var(--color-dark-22)!important;color:var(--color-white)!important;border-bottom-color:var(--color-dark-4)!important}.dark .contracts-list-table .ant-table-tbody>tr:hover>td{background:#223247!important}.dark .contracts-list-table .ant-table-tbody>tr:hover{filter:drop-shadow(0 12px 20px rgba(6,12,20,.58))}.dark .contracts-list-table .ant-table-placeholder{background:var(--color-dark-1)!important;border-color:var(--color-dark-3)!important}.dark .contracts-list-cell-text,.dark .contracts-list-table .ant-empty-description{color:var(--color-white)!important}.dark .contracts-list-cell-subtext,.dark .contracts-list-client-type{color:var(--color-dark-6)}.dark .contracts-list-action-btn{background:var(--color-dark-3);color:var(--color-white)}.dark .contracts-list-action-btn:hover{background:var(--color-dark-4)}.dark .contracts-status-tag{color:var(--color-white)!important}.dark .contracts-status-tag--active{background:rgba(0,158,8,.28)!important}.dark .contracts-status-tag--inactive,.dark .contracts-status-tag--info,.dark .contracts-status-tag--pending{background:rgba(81,116,255,.28)!important}.dark .contracts-status-tag--warning{background:rgba(245,158,11,.32)!important}.dark .contracts-status-tag--canceled{background:rgba(221,83,83,.3)!important}.dark .contracts-status-tag--completed{background:rgba(11,139,55,.3)!important}.dark .contracts-list-status-tag--active{background:rgba(34,197,94,.25)!important;color:#4ade80!important}.dark .contracts-list-status-tag--pending{background:rgba(245,158,11,.3)!important;color:#fbbf24!important}.dark .contracts-list-status-tag--canceled{background:rgba(239,68,68,.3)!important;color:#f87171!important}.dark .contracts-list-status-tag--completed{background:rgba(59,130,246,.3)!important;color:#60a5fa!important}.dark .contracts-list-status-tag--delivered{background:rgba(20,184,166,.28)!important;color:#5eead4!important}@media (max-width:1360px){:root{--contracts-table-scroll-y:calc(100dvh - 454px)}}@media (max-width:1100px){.contracts-list-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.contracts-list-card{height:calc(100% - 188px)}}@media (max-width:768px){.contracts-list-page{height:calc(100dvh - 56px);padding:12px 12px 15px}.contracts-list-stats{grid-template-columns:1fr;gap:12px;margin-bottom:12px}.contracts-list-card{height:calc(100% - 298px)}.contracts-list-toolbar{padding:12px;gap:12px;flex-wrap:wrap}.contracts-list-toolbar-left{width:100%}.contracts-list-search-wrap{flex:1 1 auto;min-width:0;width:auto}.contracts-list-toolbar-right{width:100%;justify-content:flex-end;gap:10px}.contracts-list-add-btn{width:158px!important}:root{--contracts-table-scroll-y:calc(100dvh - 518px)}}.companies-list-page{height:calc(100dvh - 105px);box-sizing:border-box;background:var(--color-gray-bg)}.dark .companies-list-page{background:var(--color-dark-bg)}.companies-list-card{height:100%;min-height:0;border-radius:12px;border:1px solid var(--color-gray-1);background:var(--color-white);display:flex;flex-direction:column;overflow:hidden}.dark .companies-list-card{border-color:var(--color-dark-3);background:var(--color-dark-22)}.companies-list-toolbar{flex:0 0 auto;padding:18px;border-bottom:1px solid var(--color-gray-1)}.dark .companies-list-toolbar{border-bottom-color:var(--color-dark-3)}.companies-list-content{flex:1 1 auto;min-height:0;overflow:auto;padding:18px;background:transparent}.companies-list-empty{height:100%;min-height:0}.companies-list-empty>*{height:100%!important}.settings-table-page{height:calc(100dvh - 105px);box-sizing:border-box;background:var(--color-gray-bg)}.dark .settings-table-page{background:var(--color-dark-bg)}.settings-table-card{height:100%;min-height:0;border-radius:12px;border:1px solid var(--color-gray-1);background:var(--color-white);display:flex;flex-direction:column;overflow:hidden}.dark .settings-table-card{border-color:var(--color-dark-3);background:var(--color-dark-22)}.settings-table-toolbar{flex:0 0 auto;padding:18px;border-bottom:1px solid var(--color-gray-1)}.settings-table-toolbar>*{margin-bottom:0!important;background:transparent!important;border-radius:0!important;padding:0!important}.dark .settings-table-toolbar{border-bottom-color:var(--color-dark-3)}.settings-table-wrap{flex:1 1 auto;min-height:0}.settings-cashes-page{display:flex;flex-direction:column;gap:16px;overflow:hidden;scrollbar-width:none}.settings-cashes-page::-webkit-scrollbar{width:0;height:0}.settings-cashes-table-card{flex:1 1 auto;min-height:0}.settings-cash-settings{margin-bottom:0}:root{--settings-table-scroll-y:calc(100dvh - 286px)}@media (max-width:768px){.companies-list-page,.settings-table-page{height:calc(100dvh - 56px);padding:12px 12px 15px}.settings-table-toolbar{padding:12px}.settings-cashes-page{gap:12px}.companies-list-content,.companies-list-toolbar{padding:12px}}.clients-list-page{height:calc(100dvh - 74px);padding:18px 24px 15px;box-sizing:border-box}.clients-list-card{height:100%;display:flex;flex-direction:column}.clients-list-toolbar{flex:0 0 auto}.clients-list-table{flex:1 1 auto;min-height:0}:root{--clients-table-scroll-y:calc(100dvh - 286px)}.clients-list-icon-btn img{filter:brightness(0) saturate(100%) invert(41%) sepia(9%) saturate(580%) hue-rotate(176deg) brightness(92%) contrast(88%);opacity:1}.clients-list-icon-btn img,.clients-list-icon-btn svg{width:28px!important;height:28px!important}.clients-list-icon-btn svg path{fill:var(--color-gray-4)!important}.dark .clients-list-icon-btn svg path{fill:var(--color-white)!important}.dark .clients-list-icon-btn img{filter:none;opacity:1}.clients-list-table .ant-table,.clients-list-table .ant-table-container,.clients-list-table .ant-table-content{background:transparent!important}.clients-list-table .ant-table-body{scrollbar-gutter:stable}.clients-list-table .ant-table-tbody>tr.ant-table-measure-row{height:0!important}.clients-list-table .ant-table-tbody>tr.ant-table-measure-row>td{padding:0!important;height:0!important;line-height:0!important;border:0!important;background:transparent!important}.clients-list-table .ant-table-thead>tr>th{background:var(--color-gray-bg)!important;color:var(--color-gray-4)!important;font-family:Montserrat,sans-serif!important;font-size:14px!important;font-weight:500!important;line-height:100%!important;padding:12px!important;border-bottom:1px solid var(--color-gray-1)!important}.clients-list-table .ant-table-tbody>tr>td:first-child,.clients-list-table .ant-table-thead>tr>th:first-child{padding-left:18px!important}.clients-list-table .ant-table-thead>tr>th:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan]):before{background-color:transparent!important}.clients-list-table .ant-table-tbody>tr>td{background:var(--color-white)!important;color:var(--color-dark-bg)!important;font-family:Montserrat,sans-serif!important;font-size:14px!important;font-weight:500!important;line-height:100%!important;padding:14px 12px!important;border-bottom:1px solid var(--color-gray-1)!important}.clients-list-table .ant-table-tbody>tr{transition:transform .18s ease,filter .18s ease}.clients-list-table .ant-table-tbody>tr:hover>td{background:#f7fbff!important}.clients-list-table .ant-table-tbody>tr:hover{transform:translateY(-2px);filter:drop-shadow(0 10px 18px rgba(57,76,96,.2));position:relative;z-index:2}.clients-list-table .ant-table-tbody>tr:hover>td:first-child{border-top-left-radius:8px!important;border-bottom-left-radius:8px!important}.clients-list-table .ant-table-tbody>tr:hover>td:last-child{border-top-right-radius:8px!important;border-bottom-right-radius:8px!important}.clients-list-table .ant-table-tbody>tr:last-child>td{border-bottom:none!important}.dark .clients-list-table .ant-table-thead>tr>th{background:var(--color-dark-2)!important;color:var(--color-dark-6)!important;border-bottom:1px solid var(--color-dark-4)!important}.dark .clients-list-table .ant-table-tbody>tr>td{background:var(--color-dark-22)!important;color:var(--color-white)!important;border-bottom:1px solid var(--color-dark-4)!important}.dark .clients-list-table .ant-table-tbody>tr:hover>td{background:#223247!important}.dark .clients-list-table .ant-table-tbody>tr:hover{filter:drop-shadow(0 12px 20px rgba(6,12,20,.58))}.dark .clients-list-table .ant-table-tbody>tr:last-child>td{border-bottom:none!important}.clients-list-size-select .ant-select-selector{height:32px!important;min-height:32px!important;padding:0 26px 0 10px!important;border-radius:8px!important;border:1px solid var(--color-gray-1)!important;background:var(--color-gray-1)!important;box-shadow:none!important}.clients-list-size-select.ant-select-focused .ant-select-selector,.clients-list-size-select:hover .ant-select-selector{border-color:var(--color-gray-2)!important;background:var(--color-gray-1)!important}.clients-list-size-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-item,.clients-list-size-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-placeholder{font-family:Montserrat,sans-serif!important;font-size:14px!important;font-weight:500!important;line-height:30px!important;height:30px!important;position:relative!important;inset:auto!important;display:block!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;transform:none!important;margin:0!important;padding:0!important;opacity:1!important;visibility:visible!important;color:var(--color-gray-700)!important}.clients-list-size-select .ant-select-arrow{top:50%!important;transform:translateY(-50%)!important;inset-inline-end:8px!important;color:var(--color-gray-4)!important}.dark .clients-list-size-select .ant-select-selector{border-color:var(--color-dark-3)!important;background:var(--color-dark-3)!important}.dark .clients-list-size-select.ant-select-focused .ant-select-selector,.dark .clients-list-size-select:hover .ant-select-selector{border-color:var(--color-dark-4)!important;background:var(--color-dark-3)!important}.dark .clients-list-size-select .ant-select-arrow,.dark .clients-list-size-select .ant-select-selection-item,.dark .clients-list-size-select .ant-select-selection-placeholder{color:var(--color-white)!important}@media (max-width:1280px){:root{--clients-table-scroll-y:calc(100dvh - 314px);--settings-table-scroll-y:calc(100dvh - 314px)}}@media (max-width:768px){.clients-list-page{padding:12px 12px 15px;height:calc(100dvh - 56px)}:root{--clients-table-scroll-y:calc(100dvh - 290px);--settings-table-scroll-y:calc(100dvh - 290px)}}.contract-create-page{height:100dvh;display:flex;flex-direction:column;background:var(--color-gray-bg)}.dark .contract-create-page{background:var(--color-dark-bg)}.contract-create-header{flex:0 0 auto;height:79px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:0 24px;border-bottom:1px solid var(--color-gray-1);background:var(--color-white)}.dark .contract-create-header{border-bottom-color:var(--color-dark-3);background:var(--color-dark-2)}.contract-create-header-left{min-width:0;display:flex;align-items:center;gap:18px}.contract-create-header-back{width:32px;height:32px;border:0;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;color:var(--color-gray-4);background:var(--color-gray-bg);cursor:pointer;transition:all .2s ease}.contract-create-header-back:hover{color:var(--color-blue-main);background:var(--color-gray-1)}.dark .contract-create-header-back{color:var(--color-dark-6);background:var(--color-dark-3)}.dark .contract-create-header-back:hover{color:var(--color-white);background:var(--color-dark-4)}.contract-create-header-back-icon{font-size:14px}.contract-create-header-title{margin:0;font-family:Montserrat,sans-serif;font-size:20px;font-weight:600;line-height:100%;color:var(--color-dark-bg)}.dark .contract-create-header-title{color:var(--color-white)}.contract-create-header-actions{display:flex;align-items:center;gap:18px}.contract-create-header-action-btn{height:48px!important;border-radius:12px!important;padding:0 18px!important;font-family:Montserrat,sans-serif!important;font-size:16px!important;line-height:100%!important;display:inline-flex!important;align-items:center!important;gap:10px!important}.contract-create-header-action-btn--refresh{width:151px!important;min-width:151px!important;font-weight:500!important;background:var(--color-gray-1)!important;color:var(--color-dark-bg)!important}.contract-create-header-action-btn--download{width:284px!important;min-width:284px!important;font-weight:600!important}.contract-create-header-action-btn img{width:20px!important;height:20px!important}.contract-create-header-refresh-icon{font-size:18px!important}.dark .contract-create-header-action-btn--refresh{background:var(--color-dark-3)!important;color:var(--color-white)!important}.dark .contract-create-header-action-btn--refresh:hover{background:var(--color-dark-4)!important}.dark .contract-create-header-action-btn--download:hover{background:#4868e6!important}.contract-create-layout{flex:1 1 auto;min-height:0;display:flex;gap:24px;padding:24px}.contract-create-workspace{flex:1 1 auto;min-width:0;min-height:0;display:flex;gap:24px}.contract-create-left{width:276px;min-width:276px;min-height:0}.contract-create-left-panel{height:100%;min-height:0;display:flex;flex-direction:column;gap:18px;border-radius:24px;padding:0}.dark .contract-create-left-panel{border-color:transparent;background:transparent}.contract-create-left-title{margin:0;font-family:Montserrat,sans-serif;font-size:18px;font-weight:600;line-height:100%;color:var(--color-dark-bg)}.dark .contract-create-left-title{color:var(--color-white)}.contract-create-left-divider{flex:0 0 auto;height:1px;background:var(--color-gray-1)}.dark .contract-create-left-divider{background:var(--color-dark-3)}.contract-create-type-selector{display:inline-flex;align-items:center;gap:18px;width:100%;max-width:100%;flex-wrap:wrap}.contract-create-type-tab{flex:1 1 150px;min-width:0;min-height:44px;height:auto;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:12px;padding:10px 18px;font-family:Montserrat,sans-serif;font-size:16px;font-weight:600;line-height:1.2;text-align:center;white-space:normal;overflow-wrap:anywhere;cursor:pointer;transition:all .2s ease;background:var(--color-gray-1);color:var(--color-gray-700)}.contract-create-type-tab.is-active{background:var(--color-blue-main);color:var(--color-white)}.contract-create-type-tab:not(.is-active):hover{transform:translateY(-1px)}.dark .contract-create-type-tab{background:var(--color-dark-3);color:var(--color-white)}.dark .contract-create-type-tab.is-active{background:var(--color-blue-main);color:var(--color-white)}.contract-create-navigation-wrap{flex:1 1 auto;min-height:0;overflow-y:auto;padding-right:0;padding-top:0}.contract-create-main{flex:1 1 auto;min-width:0;min-height:0}.contract-create-right{width:390px;min-width:390px;min-height:0}.contract-create-stage-card{height:100%;min-height:0;display:flex;flex-direction:column;border-radius:24px;border:1px solid var(--color-gray-1);background:var(--color-white);padding:24px}.dark .contract-create-stage-card{border-color:transparent;background:var(--color-dark-2)}.contract-create-stage-content{flex:1 1 auto;min-height:0}.contract-create-stage-content::-webkit-scrollbar{width:4px}.contract-create-stage-content--scroll{overflow-y:auto;padding-right:6px}.contract-create-client-form{height:100%;min-height:0;display:flex;flex-direction:column}.contract-create-client-form .contract-create-stage-content--scroll{flex:1 1 auto;min-height:0;padding-bottom:12px}.contract-create-step-title{margin:0 0 5px;padding-bottom:24px;border-bottom:1px solid var(--color-gray-1);font-family:Montserrat,sans-serif;font-size:20px;font-weight:600;line-height:120%;color:var(--color-dark-bg)}.dark .contract-create-step-title{border-bottom-color:var(--color-dark-3);color:var(--color-white)}.contract-create-actions{flex:0 0 auto;position:relative;z-index:5;margin-top:5px;padding-top:24px;border-top:1px solid var(--color-gray-1);background:var(--color-white);display:flex;align-items:center;gap:12px}.dark .contract-create-actions{border-top-color:var(--color-dark-3);background:var(--color-dark-2)}.contract-create-actions--end{justify-content:flex-end}.contract-create-actions--between{justify-content:space-between}.contract-create-action-btn{min-width:128px!important;height:44px!important;padding:0 18px!important;border-radius:12px!important;font-family:Montserrat,sans-serif!important;font-size:16px!important;font-weight:500!important;line-height:100%!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:10px!important;white-space:nowrap!important}.contract-create-action-btn--next{flex-direction:row-reverse!important}.contract-create-action-btn--submit{min-width:258px!important}.contract-create-house-step-actions{flex:0 0 auto;position:relative;z-index:5;margin-top:24px;padding-top:12px;background:var(--color-white);display:flex;align-items:center;justify-content:space-between;gap:16px}.dark .contract-create-house-step-actions{background:var(--color-dark-2)}.contract-create-step-nav-btn{border:0;background:transparent;padding:0;display:inline-flex;align-items:center;gap:12px;cursor:pointer;font-family:Montserrat,sans-serif;font-size:16px;font-weight:400;line-height:100%;color:var(--color-dark-bg);white-space:nowrap}.contract-create-step-nav-btn--next{margin-left:auto}.contract-create-step-create-client-btn{min-width:180px;width:auto;height:44px;padding:0 18px;border:1px solid transparent;border-radius:12px;background:var(--color-blue-main);color:#fff;display:inline-flex;align-items:center;justify-content:center;gap:10px;cursor:pointer;font-family:Montserrat,sans-serif;font-size:15px;font-weight:600;line-height:1;white-space:nowrap;transition:opacity .2s ease,transform .2s ease}.contract-create-step-create-client-btn:hover:not(:disabled){opacity:.92}.contract-create-step-create-client-btn:active:not(:disabled){transform:translateY(1px)}.contract-create-step-create-client-btn:disabled{opacity:.65;cursor:not-allowed}.contract-create-step-nav-icon{width:44px;min-width:44px;height:44px;border-radius:999px;overflow:hidden;display:inline-flex;align-items:center;justify-content:center}.contract-create-step-nav-icon-image{width:44px;height:44px;display:block}.contract-create-step-nav-icon-image.is-prev{transform:rotate(180deg)}.dark .contract-create-step-nav-btn{color:var(--color-white)}.contract-create-navigation{display:flex;flex-direction:column;gap:18px}.contract-create-navigation-item{width:100%;height:48px;padding:0 16px;border:1px solid transparent;border-radius:12px;display:flex;align-items:center;justify-content:space-between;gap:8px;cursor:default;transition:all .2s ease;border-color:var(--color-gray-2);background:var(--color-gray-1)}.dark .contract-create-navigation-item{border-color:transparent;background:var(--color-dark-2)}.contract-create-navigation-item.is-accessible{cursor:pointer}.contract-create-navigation-item.is-accessible:hover{border-color:var(--color-gray-2);background:var(--color-gray-bg)}.dark .contract-create-navigation-item.is-accessible:hover{border-color:var(--color-dark-3);background:#2b3d54}.contract-create-navigation-item.is-active,.contract-create-navigation-item.is-active:hover,.dark .contract-create-navigation-item.is-active,.dark .contract-create-navigation-item.is-active:hover{border-color:var(--color-blue-main);background:var(--color-blue-main)}.contract-create-navigation-item:disabled{opacity:.72}.contract-create-navigation-item-left{min-width:0;display:flex;align-items:center;gap:10px}.contract-create-navigation-icon{width:24px;min-width:24px;display:inline-flex;align-items:center;justify-content:center;color:var(--color-gray-4);font-size:20px}.contract-create-navigation-label{font-family:Montserrat,sans-serif;font-size:15px;font-weight:500;line-height:100%;color:var(--color-gray-700);white-space:nowrap}.dark .contract-create-navigation-icon,.dark .contract-create-navigation-label{color:hsla(0,0%,100%,.92)}.contract-create-navigation-item.is-active .contract-create-navigation-icon,.contract-create-navigation-item.is-active .contract-create-navigation-label{color:var(--color-white)}.contract-create-navigation-check{width:20px;height:20px;min-width:20px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:var(--color-blue-main);color:var(--color-white);transition:all .2s ease}.contract-create-navigation-check .anticon{font-size:11px;line-height:1}.contract-create-navigation-item.is-active .contract-create-navigation-check{background:var(--color-white);color:var(--color-blue-main)}.contract-create-header-icon-btn{width:48px!important;min-width:48px!important;height:48px!important;min-height:48px!important;padding:0!important;border-radius:14px!important;border:1px solid var(--color-gray-1)!important;background:var(--color-white)!important;box-shadow:none!important}.contract-create-header-icon-btn:hover{background:var(--color-gray-bg)!important;border-color:var(--color-gray-2)!important}.contract-create-header-icon-btn img{width:24px!important;height:24px!important;filter:brightness(0) saturate(100%);opacity:.58}.dark .contract-create-header-icon-btn{border-color:var(--color-dark-3)!important;background:var(--color-dark-3)!important}.dark .contract-create-header-icon-btn:hover{border-color:var(--color-dark-4)!important;background:var(--color-dark-4)!important}.dark .contract-create-header-icon-btn img{filter:none;opacity:1}.contract-create-database-card{height:100%;min-height:0;display:flex;flex-direction:column;padding:24px;border-radius:24px;border:1px solid var(--color-gray-1);background:var(--color-white)}.dark .contract-create-database-card{border-color:var(--color-dark-3);background:var(--color-dark-2)}.contract-create-database-title{margin:0;font-family:Montserrat,sans-serif;font-size:20px;font-weight:600;line-height:100%;color:var(--color-dark-bg)}.dark .contract-create-database-title{color:var(--color-white)}.contract-create-database-search{margin-top:18px}.contract-create-database-search-icon{color:var(--color-gray-4)}.contract-create-database-list{margin-top:14px;flex:1 1 auto;min-height:0;overflow-y:auto;padding-right:4px}.contract-create-database-input.ant-input-affix-wrapper{height:48px}.contract-create-database-input.ant-input-affix-wrapper .ant-input{border:0!important;background:transparent!important;border-radius:0!important;box-shadow:none!important;outline:none!important;padding:0!important}.contract-create-database-input.ant-input-affix-wrapper .ant-input.ant-input-focused,.contract-create-database-input.ant-input-affix-wrapper .ant-input:focus,.contract-create-database-input.ant-input-affix-wrapper .ant-input:hover{border:0!important;background:transparent!important;box-shadow:none!important;outline:none!important}.contract-create-database-item{border:1px solid transparent;border-radius:12px;padding:10px 8px;cursor:pointer;transition:all .22s ease}.contract-create-database-item+.contract-create-database-item{margin-top:4px}.contract-create-database-item:hover{border-color:var(--color-gray-2);background:#f8fbff;box-shadow:0 10px 18px rgba(44,74,116,.14);transform:translateY(-1px)}.dark .contract-create-database-item:hover{border-color:var(--color-dark-4);background:#223349;box-shadow:0 12px 20px rgba(8,13,20,.48)}.contract-create-database-item.is-selected{border-color:rgba(81,116,255,.4);background:rgba(81,116,255,.1)}.contract-create-database-item-content{display:flex;align-items:center;gap:12px}.contract-create-database-avatar{width:44px;min-width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:0;overflow:visible;border:none;background:transparent}.contract-create-database-avatar img{width:36px;height:36px;object-fit:contain}.dark .contract-create-database-avatar{background:transparent}.contract-create-database-item-text{min-width:0}.contract-create-database-item-name{font-family:Montserrat,sans-serif;font-size:14px;font-weight:500;line-height:128%;color:var(--color-dark-bg);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.contract-create-database-item-phone{margin-top:3px;font-family:Montserrat,sans-serif;font-size:14px;font-weight:500;line-height:100%;color:var(--color-gray-4)}.dark .contract-create-database-item-name{color:var(--color-white)}.dark .contract-create-database-item-phone{color:var(--color-dark-6)}.contract-create-database-empty{min-height:220px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;text-align:center;font-family:Montserrat,sans-serif;font-size:15px;font-weight:500;color:var(--color-gray-4)}.dark .contract-create-database-empty{color:var(--color-dark-6)}.contract-create-database-empty-icon{font-size:34px;color:var(--color-gray-4)}.dark .contract-create-database-empty-icon{color:var(--color-dark-6)}.contract-create-control.ant-input,.contract-create-control.ant-input-affix-wrapper,.contract-create-control.ant-input-number,.contract-create-control.ant-picker,.contract-create-control.ant-select .ant-select-selector,.contract-create-drawer-control.ant-input-number,.contract-create-drawer-control.ant-picker{height:48px!important;border-radius:12px!important;border:1px solid var(--color-gray-1)!important;background:var(--color-gray-bg)!important;box-shadow:none!important}.contract-create-control.ant-input-number,.contract-create-control.ant-picker,.contract-create-control.ant-select,.contract-create-drawer-control.ant-input-number,.contract-create-drawer-control.ant-picker{width:100%!important}.contract-create-control.ant-input,.contract-create-control.ant-input input,.contract-create-control.ant-input-affix-wrapper input,.contract-create-control.ant-input-number .ant-input-number-input,.contract-create-control.ant-picker input,.contract-create-control.ant-select .ant-select-selection-item,.contract-create-control.ant-select .ant-select-selection-placeholder,.contract-create-drawer-control.ant-input-number .ant-input-number-input,.contract-create-drawer-control.ant-picker input,.contract-create-drawer-control.ant-select .ant-select-selection-item,.contract-create-drawer-control.ant-select .ant-select-selection-placeholder{font-family:Montserrat,sans-serif!important;font-size:15px!important;font-weight:500!important;color:var(--color-dark-bg)!important}.contract-create-control.ant-input-affix-wrapper input::placeholder,.contract-create-control.ant-input-number input::placeholder,.contract-create-control.ant-input::placeholder,.contract-create-control.ant-picker input::placeholder,.contract-create-control.ant-select .ant-select-selection-placeholder,.contract-create-drawer-control.ant-input-number input::placeholder,.contract-create-drawer-control.ant-picker input::placeholder{color:var(--color-gray-4)!important}.contract-create-control.ant-input-number input,.contract-create-drawer-control.ant-input-number input{height:46px!important}.contract-create-control.ant-picker .ant-picker-suffix,.contract-create-control.ant-select .ant-select-arrow,.contract-create-drawer-control.ant-picker .ant-picker-suffix,.contract-create-drawer-control.ant-select .ant-select-arrow{color:var(--color-gray-4)!important}.contract-create-control.ant-input-affix-wrapper:hover,.contract-create-control.ant-input-number:hover,.contract-create-control.ant-input:hover,.contract-create-control.ant-picker:hover,.contract-create-control.ant-select:hover .ant-select-selector,.contract-create-drawer-control.ant-input-number:hover,.contract-create-drawer-control.ant-picker:hover{border-color:var(--color-gray-2)!important;background:var(--color-white)!important}.contract-create-control.ant-input-affix-wrapper-focused,.contract-create-control.ant-input-number-focused,.contract-create-control.ant-input:focus,.contract-create-control.ant-picker-focused,.contract-create-control.ant-select-focused .ant-select-selector,.contract-create-drawer-control.ant-input-number-focused,.contract-create-drawer-control.ant-picker-focused{border-color:var(--color-blue-main)!important;box-shadow:0 0 0 3px rgba(81,116,255,.14)!important}.dark .contract-create-control.ant-input,.dark .contract-create-control.ant-input-affix-wrapper,.dark .contract-create-control.ant-input-number,.dark .contract-create-control.ant-picker,.dark .contract-create-control.ant-select .ant-select-selector,.dark .contract-create-drawer-control.ant-input-number,.dark .contract-create-drawer-control.ant-picker{border-color:var(--color-dark-3)!important;background:var(--color-dark-1)!important}.dark .contract-create-control.ant-input,.dark .contract-create-control.ant-input input,.dark .contract-create-control.ant-input-affix-wrapper input,.dark .contract-create-control.ant-input-number .ant-input-number-input,.dark .contract-create-control.ant-picker input,.dark .contract-create-control.ant-select .ant-select-selection-item,.dark .contract-create-control.ant-select .ant-select-selection-placeholder,.dark .contract-create-drawer-control.ant-input-number .ant-input-number-input,.dark .contract-create-drawer-control.ant-picker input,.dark .contract-create-drawer-control.ant-select .ant-select-selection-item,.dark .contract-create-drawer-control.ant-select .ant-select-selection-placeholder{color:var(--color-white)!important}.dark .contract-create-control.ant-input-affix-wrapper input::placeholder,.dark .contract-create-control.ant-input-number input::placeholder,.dark .contract-create-control.ant-input::placeholder,.dark .contract-create-control.ant-picker input::placeholder,.dark .contract-create-control.ant-select .ant-select-selection-placeholder,.dark .contract-create-drawer-control.ant-input-number input::placeholder,.dark .contract-create-drawer-control.ant-picker input::placeholder{color:var(--color-dark-6)!important}.dark .contract-create-control.ant-picker .ant-picker-suffix,.dark .contract-create-control.ant-select .ant-select-arrow,.dark .contract-create-drawer-control.ant-picker .ant-picker-suffix,.dark .contract-create-drawer-control.ant-select .ant-select-arrow{color:var(--color-dark-6)!important}.dark .contract-create-control.ant-input-affix-wrapper:hover,.dark .contract-create-control.ant-input-number:hover,.dark .contract-create-control.ant-input:hover,.dark .contract-create-control.ant-picker:hover,.dark .contract-create-control.ant-select:hover .ant-select-selector,.dark .contract-create-drawer-control.ant-input-number:hover,.dark .contract-create-drawer-control.ant-picker:hover{border-color:var(--color-dark-4)!important;background:var(--color-dark-22)!important}.dark .contract-create-control.ant-input-affix-wrapper-focused,.dark .contract-create-control.ant-input-number-focused,.dark .contract-create-control.ant-input:focus,.dark .contract-create-control.ant-picker-focused,.dark .contract-create-control.ant-select-focused .ant-select-selector,.dark .contract-create-drawer-control.ant-input-number-focused,.dark .contract-create-drawer-control.ant-picker-focused{border-color:var(--color-blue-main)!important;box-shadow:0 0 0 3px rgba(81,116,255,.24)!important}.contract-create-control--readonly.ant-input,.contract-create-control--readonly.ant-input-number{opacity:.88}.contract-create-control--readonly.ant-input-number .ant-input-number-input{cursor:not-allowed}.contract-create-control--textarea.ant-input{min-height:98px!important;padding-top:10px!important;resize:none}.contract-create-payment-section{display:flex;flex-direction:column;gap:16px;height:100%;min-height:0}.contract-create-payment-section-left,.contract-create-payment-section-right{min-width:0;min-height:0}.contract-create-payment-section-left.is-hidden,.contract-create-payment-section-right.is-hidden{display:none}.contract-create-payment-section-left{display:flex;flex-direction:column;gap:16px}.contract-create-payment-section-right{flex:1 1 auto;display:flex;flex-direction:column;gap:12px;overflow:hidden}.contract-create-payment-section-actions{display:flex;justify-content:flex-end}.contract-create-payment-section-back-btn,.contract-create-payment-section-open-btn{height:40px;border-radius:12px;border:1px solid var(--color-blue-main);background:var(--color-blue-main);color:var(--color-white);padding:0 16px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:Montserrat,sans-serif;font-size:13px;font-weight:600;line-height:100%;cursor:pointer;transition:all .2s ease}.contract-create-payment-section-open-btn:disabled{opacity:.52;cursor:not-allowed}.contract-create-payment-section-back-btn:hover,.contract-create-payment-section-open-btn:hover:not(:disabled){filter:brightness(.94)}.contract-create-payment-section-schedule-head{display:flex;align-items:center}.contract-create-payment-section-back-btn{border-color:var(--color-gray-1);background:var(--color-white);color:var(--color-gray-700)}.contract-create-payment-section-back-icon{display:inline-flex;align-items:center;justify-content:center;font-size:13px;line-height:1}.dark .contract-create-payment-section-open-btn{border-color:var(--color-blue-main);background:var(--color-blue-main);color:var(--color-white)}.dark .contract-create-payment-section-back-btn{border-color:var(--color-dark-3);background:var(--color-dark-2);color:var(--color-white)}.contract-create-payment-section-right .contract-create-payment-schedule{flex:1 1 auto}.contract-create-payment-form,.contract-create-payment-form-inner{min-height:0}.contract-create-payment-meta{display:flex;align-items:center;flex-wrap:wrap;gap:10px 12px;margin-bottom:16px}.contract-create-payment-object-pill{display:inline-flex;align-items:center;height:34px;padding:0 16px;border-radius:999px;background:var(--color-blue-main);color:var(--color-white);font-family:Montserrat,sans-serif;font-size:14px;font-weight:600;line-height:100%}.contract-create-payment-tags{margin-top:0;display:flex;align-items:center;flex-wrap:wrap;gap:8px;flex:1 1 auto;min-width:0}.contract-create-payment-tag{height:24px;padding:0 11px;border-radius:999px;display:inline-flex;align-items:center;background:var(--color-gray-1);color:var(--color-gray-4);font-family:Montserrat,sans-serif;font-size:12px;font-weight:500;line-height:100%}.dark .contract-create-payment-tag{background:var(--color-dark-3);color:var(--color-dark-6)}.contract-create-payment-plans{margin-top:12px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;flex-basis:100%}.contract-create-payment-plan-card{border:1px solid rgba(81,116,255,.4);background:var(--color-white);border-radius:14px;padding:12px 14px;text-align:left;cursor:pointer;transition:all .2s ease}.contract-create-payment-plan-card:hover{border-color:var(--color-blue-main)}.contract-create-payment-plan-card.is-active{border-color:var(--color-blue-main);background:rgba(81,116,255,.1)}.dark .contract-create-payment-plan-card{border-color:var(--color-dark-4);background:var(--color-dark-1)}.dark .contract-create-payment-plan-card.is-active,.dark .contract-create-payment-plan-card:hover{border-color:var(--color-blue-main);background:rgba(81,116,255,.12)}.contract-create-payment-plan-title{display:block;font-family:Montserrat,sans-serif;font-size:13px;font-weight:500;line-height:100%;color:var(--color-gray-4)}.dark .contract-create-payment-plan-title{color:var(--color-dark-6)}.contract-create-payment-plan-value{margin-top:8px;display:block;font-family:Montserrat,sans-serif;font-size:20px;font-weight:600;line-height:110%;color:var(--color-dark-bg)}.dark .contract-create-payment-plan-value{color:var(--color-white)}.contract-create-payment-plan-rate{margin-top:5px;display:block;font-family:Montserrat,sans-serif;font-size:12px;font-weight:500;line-height:100%;color:var(--color-gray-4)}.dark .contract-create-payment-plan-rate{color:var(--color-dark-6)}.contract-create-payment-toggle{margin-bottom:10px;display:flex;align-items:center;gap:8px}.contract-create-payment-toggle-switch.ant-switch.ant-switch-checked{background:var(--color-blue-main)!important}.contract-create-payment-toggle-label{font-family:Montserrat,sans-serif;font-size:13px;font-weight:600;line-height:100%;color:var(--color-dark-bg)}.dark .contract-create-payment-toggle-label{color:var(--color-white)}.contract-create-payment-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px 14px}.contract-create-house-item.ant-form-item,.contract-create-payment-drawer-form .ant-form-item,.contract-create-payment-item.ant-form-item{margin-bottom:0!important}.contract-create-client-form .ant-form-item-label,.contract-create-house-editor-form .ant-form-item-label,.contract-create-payment-drawer-form .ant-form-item-label,.contract-create-payment-item.ant-form-item .ant-form-item-label{padding-bottom:4px!important}.contract-create-client-form .ant-form-item-label>label,.contract-create-house-editor-form .ant-form-item-label>label,.contract-create-payment-drawer-form .ant-form-item-label>label,.contract-create-payment-item.ant-form-item .ant-form-item-label>label{font-family:Montserrat,sans-serif!important;font-size:15px!important;font-weight:500!important;line-height:100%!important;color:var(--color-gray-700)!important}.dark .contract-create-client-form .ant-form-item-label>label,.dark .contract-create-house-editor-form .ant-form-item-label>label,.dark .contract-create-payment-drawer-form .ant-form-item-label>label,.dark .contract-create-payment-item.ant-form-item .ant-form-item-label>label{color:var(--color-dark-6)!important}.contract-create-payment-item--full{margin-top:12px}.contract-create-payment-form .contract-create-control.ant-input,.contract-create-payment-form .contract-create-control.ant-input-affix-wrapper,.contract-create-payment-form .contract-create-control.ant-input-number,.contract-create-payment-form .contract-create-control.ant-picker,.contract-create-payment-form .contract-create-control.ant-select .ant-select-selector{height:42px!important;border-radius:10px!important}.contract-create-payment-form .contract-create-control.ant-input input,.contract-create-payment-form .contract-create-control.ant-input-affix-wrapper input,.contract-create-payment-form .contract-create-control.ant-input-number .ant-input-number-input,.contract-create-payment-form .contract-create-control.ant-picker input,.contract-create-payment-form .contract-create-control.ant-select .ant-select-selection-item,.contract-create-payment-form .contract-create-control.ant-select .ant-select-selection-placeholder{font-size:14px!important}.contract-create-payment-form .contract-create-control.ant-input-number input{height:40px!important}.contract-create-payment-form .contract-create-payment-item.ant-form-item .ant-form-item-label{padding-bottom:5px!important}.contract-create-payment-form .contract-create-payment-item.ant-form-item .ant-form-item-label>label{font-size:13px!important;font-weight:600!important}.contract-create-contract-name-field{min-width:0;position:relative}.contract-create-contract-name-checkbox.ant-checkbox-wrapper{position:absolute;top:0;right:0;z-index:2;flex-shrink:0;color:var(--color-gray-700);font-size:11px;line-height:13px}.contract-create-contract-name-input-item.ant-form-item .ant-form-item-label{padding-right:126px!important}.dark .contract-create-contract-name-checkbox.ant-checkbox-wrapper{color:var(--color-dark-6)}.contract-create-contract-name-input-item.ant-form-item{margin-bottom:0!important}.contract-create-payment-form .contract-create-control--textarea.ant-input{min-height:78px!important;padding-top:10px!important}.contract-create-payment-form .contract-create-control.ant-picker .ant-picker-suffix,.contract-create-payment-form .contract-create-control.ant-select .ant-select-arrow{font-size:15px!important}.contract-create-payment-schedule{height:100%;min-height:0;display:flex;flex-direction:column;border-radius:16px;border:1px solid var(--color-gray-1);background:var(--color-white);padding:16px;overflow:hidden}.dark .contract-create-payment-schedule{border-color:var(--color-dark-3);background:var(--color-dark-20)}.contract-create-payment-schedule-title{margin:0;font-family:Montserrat,sans-serif;font-size:20px;font-weight:600;line-height:100%;color:var(--color-dark-bg)}.dark .contract-create-payment-schedule-title{color:var(--color-white)}.contract-create-payment-mode-switch{margin-top:14px;display:flex;gap:8px}.contract-create-payment-mode-btn{flex:1;height:38px!important;border-radius:10px!important;border:1px solid rgba(81,116,255,.45)!important;background:var(--color-gray-bg)!important;color:var(--color-gray-700)!important;font-family:Montserrat,sans-serif!important;font-size:13px!important;font-weight:600!important;line-height:100%!important}.contract-create-payment-mode-btn.is-active{border-color:var(--color-blue-main)!important;background:var(--color-blue-main)!important;color:var(--color-white)!important}.dark .contract-create-payment-mode-btn{border-color:var(--color-dark-3)!important;background:var(--color-dark-2)!important;color:var(--color-dark-6)!important}.dark .contract-create-payment-mode-btn.is-active{border-color:var(--color-blue-main)!important;background:var(--color-blue-main)!important;color:var(--color-white)!important}.contract-create-payment-summary{margin-top:12px;display:flex;align-items:center;justify-content:space-between;gap:12px}.contract-create-payment-summary-values{display:flex;align-items:center;flex-wrap:wrap;gap:14px}.contract-create-payment-summary-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.contract-create-payment-summary-item{margin:0;display:inline-flex;align-items:center;gap:5px}.contract-create-payment-summary-label{font-family:Montserrat,sans-serif;font-size:13px;font-weight:500;line-height:100%;color:var(--color-gray-4)}.contract-create-payment-summary-value{font-family:Montserrat,sans-serif;font-size:13px;font-weight:600;line-height:100%;color:var(--color-dark-bg)}.dark .contract-create-payment-summary-label{color:var(--color-dark-6)}.dark .contract-create-payment-summary-value{color:var(--color-white)}.contract-create-payment-generate-btn{border-radius:10px!important;border:1px solid var(--color-gray-2)!important;background:var(--color-white)!important;color:var(--color-gray-700)!important}.contract-create-payment-clear-btn,.contract-create-payment-generate-btn{height:36px!important;font-family:Montserrat,sans-serif!important;font-size:13px!important;font-weight:600!important}.contract-create-payment-clear-btn{border-radius:10px!important;border:1px solid rgba(235,87,87,.35)!important;background:rgba(235,87,87,.08)!important;color:var(--color-red-main)!important}.dark .contract-create-payment-generate-btn{border-color:var(--color-dark-3)!important;background:var(--color-dark-2)!important;color:var(--color-white)!important}.dark .contract-create-payment-clear-btn{border-color:rgba(235,87,87,.45)!important;background:rgba(235,87,87,.14)!important;color:#ff7f7f!important}.contract-create-payment-empty{flex:1 1 auto;min-height:240px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.contract-create-payment-empty-icon-wrap{margin-bottom:14px}.contract-create-payment-empty-icon{width:64px;height:64px}.contract-create-payment-empty-title{margin:0;font-family:Montserrat,sans-serif;font-size:20px;font-weight:600;line-height:122%;color:var(--color-dark-bg)}.contract-create-payment-empty-text{margin:8px 0 0;font-family:Montserrat,sans-serif;font-size:14px;font-weight:500;line-height:132%;color:var(--color-gray-4)}.dark .contract-create-payment-empty-title{color:var(--color-white)}.dark .contract-create-payment-empty-text{color:var(--color-dark-6)}.contract-create-payment-table-wrap{margin-top:12px;flex:1 1 auto;min-height:0;overflow-y:auto;overflow-x:hidden}.contract-create-payment-table{min-width:0}.contract-create-payment-table .ant-table,.contract-create-payment-table .ant-table-container,.contract-create-payment-table .ant-table-content{background:transparent!important}.contract-create-payment-table .ant-spin-container,.contract-create-payment-table .ant-spin-nested-loading,.contract-create-payment-table .ant-table-wrapper{min-height:100%}.contract-create-payment-table .ant-table-thead>tr>th{background:var(--color-gray-bg)!important;color:var(--color-gray-700)!important;font-weight:600!important;padding:16px 20px!important;position:sticky;top:0;z-index:2}.contract-create-payment-table .ant-table-tbody>tr>td,.contract-create-payment-table .ant-table-thead>tr>th{border-bottom:1px solid var(--color-gray-1)!important;font-family:Montserrat,sans-serif!important;font-size:14px!important}.contract-create-payment-table .ant-table-tbody>tr>td{background:var(--color-white)!important;color:var(--color-dark-bg)!important;font-weight:500!important;padding:14px 20px!important;vertical-align:middle!important}.contract-create-payment-table .ant-table-tbody>tr>td:first-child{color:var(--color-gray-700)!important;font-weight:600!important;white-space:nowrap}.contract-create-payment-table .ant-table-tbody>tr>td:last-child{font-size:15px!important;font-weight:600!important;white-space:nowrap}.dark .contract-create-payment-table .ant-table-thead>tr>th{background:var(--color-dark-2)!important;border-bottom-color:var(--color-dark-3)!important;color:var(--color-dark-6)!important}.dark .contract-create-payment-table .ant-table-tbody>tr>td{background:var(--color-dark-1)!important;border-bottom-color:var(--color-dark-3)!important;color:var(--color-white)!important}body .contract-create-payment-table-control.ant-input-number,body .contract-create-payment-table-control.ant-picker{width:100%!important;border-radius:6px!important;border:1px solid var(--color-gray-1)!important;background:var(--color-gray-bg)!important;box-shadow:none!important;height:40px!important;padding-inline:14px!important}body .contract-create-payment-table-control.ant-input-number:hover,body .contract-create-payment-table-control.ant-picker:hover{border-color:var(--color-gray-2)!important;background:var(--color-white)!important}body .contract-create-payment-table-control.ant-input-number.ant-input-number-focused,body .contract-create-payment-table-control.ant-picker.ant-picker-focused{border-color:var(--color-blue-main)!important;box-shadow:0 0 0 2px rgba(81,116,255,.14)!important}body .contract-create-payment-table-control.ant-input-number .ant-input-number-input-wrap,body .contract-create-payment-table-control.ant-picker .ant-picker-input{height:100%}body .contract-create-payment-table-control.ant-input-number .ant-input-number-input,body .contract-create-payment-table-control.ant-picker input{font-family:Montserrat,sans-serif!important;font-size:14px!important;font-weight:500!important;color:var(--color-dark-bg)!important;height:100%!important}body .contract-create-payment-table-control.ant-picker .ant-picker-suffix{font-size:15px!important}body .contract-create-payment-table-control.ant-input-number .ant-input-number-handler-wrap{display:none!important}body .contract-create-payment-table-control.ant-input-number .ant-input-number-input{padding-inline:0!important}body.dark .contract-create-payment-table-control.ant-input-number,body.dark .contract-create-payment-table-control.ant-picker{border-color:var(--color-dark-3)!important;background:var(--color-dark-2)!important}body.dark .contract-create-payment-table-control.ant-input-number:hover,body.dark .contract-create-payment-table-control.ant-picker:hover{background:var(--color-dark-22)!important;border-color:var(--color-dark-4)!important}body.dark .contract-create-payment-table-control.ant-input-number .ant-input-number-input,body.dark .contract-create-payment-table-control.ant-picker input{color:var(--color-white)!important}.contract-create-payment-drawer .ant-drawer-content{background:var(--color-white)}.contract-create-payment-drawer .ant-drawer-header{border-bottom:1px solid var(--color-gray-1);background:var(--color-white)}.contract-create-payment-drawer .ant-drawer-body{background:var(--color-white);padding:24px}.contract-create-payment-drawer .ant-drawer-footer{border-top:1px solid var(--color-gray-1);background:var(--color-white)}.dark .contract-create-payment-drawer .ant-drawer-body,.dark .contract-create-payment-drawer .ant-drawer-content,.dark .contract-create-payment-drawer .ant-drawer-footer,.dark .contract-create-payment-drawer .ant-drawer-header{background:var(--color-dark-2)}.dark .contract-create-payment-drawer .ant-drawer-header{border-bottom-color:var(--color-dark-3)}.dark .contract-create-payment-drawer .ant-drawer-footer{border-top-color:var(--color-dark-3)}.contract-create-payment-drawer-title{margin:0;font-family:Montserrat,sans-serif;font-size:24px;font-weight:600;line-height:100%;color:var(--color-dark-bg)}.dark .contract-create-payment-drawer-title{color:var(--color-white)}.contract-create-payment-drawer-close{color:var(--color-gray-4)}.dark .contract-create-payment-drawer-close{color:var(--color-dark-6)}.contract-create-payment-drawer-form{display:flex;flex-direction:column;gap:14px}.contract-create-payment-drawer-footer{display:flex;align-items:center;gap:10px}.contract-create-payment-drawer-save-btn{flex:1;height:48px!important;border-radius:12px!important;font-family:Montserrat,sans-serif!important;font-size:14px!important;font-weight:600!important}.contract-create-payment-drawer-reset-btn{width:48px;min-width:48px;height:48px!important;border-radius:12px!important;border:1px solid var(--color-gray-1)!important;background:var(--color-gray-bg)!important;color:var(--color-gray-700)!important;padding:0!important}.dark .contract-create-payment-drawer-reset-btn{border-color:var(--color-dark-3)!important;background:var(--color-dark-1)!important;color:var(--color-white)!important}.contract-create-payment-drawer-reset-icon{font-size:19px}.contract-detail-payment-drawer{--contract-payment-bg:var(--app-surface);--contract-payment-mask:rgba(0,0,0,.5);--contract-payment-border:var(--color-dark-3);--contract-payment-soft:var(--color-dark-5);--contract-payment-text:var(--color-white);--contract-payment-placeholder:var(--color-dark-5);--contract-payment-accent:#5174ff;--contract-payment-input-bg:var(--color-dark-1);--contract-payment-input-border:var(--color-dark-3);--contract-payment-section-bg:var(--color-dark-22);--contract-payment-section-border:var(--color-dark-3);--contract-payment-card-bg:var(--color-dark-1);--contract-payment-card-border:var(--color-dark-3);--contract-payment-dropdown-bg:var(--color-dark-2);--contract-payment-dropdown-border:var(--color-dark-3);--contract-payment-close-bg:color-mix(in srgb,var(--color-dark-3) 82%,transparent);--contract-payment-danger:#dd5353;--contract-payment-shadow:rgba(7,13,20,.34)}body:not(.dark) .contract-detail-payment-drawer{--contract-payment-bg:var(--app-surface);--contract-payment-mask:rgba(13,22,33,.24);--contract-payment-border:#d8e1eb;--contract-payment-soft:#6f7d8f;--contract-payment-text:#1f2937;--contract-payment-placeholder:#8b99ad;--contract-payment-accent:#5174ff;--contract-payment-input-bg:#fff;--contract-payment-input-border:#d1dbe6;--contract-payment-section-bg:#f4f7fb;--contract-payment-section-border:#dbe3ec;--contract-payment-card-bg:#fff;--contract-payment-card-border:#d5dfea;--contract-payment-dropdown-bg:#fff;--contract-payment-dropdown-border:#d1dbe6;--contract-payment-close-bg:#eef3f8;--contract-payment-danger:#d44949;--contract-payment-shadow:rgba(15,23,42,.14)}.contract-detail-payment-drawer .ant-drawer-mask{background:var(--contract-payment-mask)!important;backdrop-filter:none!important}.contract-detail-payment-drawer .ant-drawer-content-wrapper{border-left:1px solid var(--contract-payment-border);box-shadow:-14px 0 30px var(--contract-payment-shadow)!important;max-width:100vw}.contract-detail-payment-drawer .ant-drawer-body,.contract-detail-payment-drawer .ant-drawer-content{background:var(--contract-payment-bg)!important}.contract-detail-payment-drawer .ant-drawer-body{padding:0!important}.contract-detail-payment-modal{min-height:100%;height:100%;display:flex;flex-direction:column;background:var(--contract-payment-bg);color:var(--contract-payment-text);position:relative}.contract-detail-payment-modal-title{margin:16px 24px 0;font-family:Montserrat,sans-serif;font-size:32px;font-weight:500;line-height:100%;color:var(--contract-payment-text)}.contract-detail-payment-modal-close{position:absolute;top:16px;right:24px;width:32px;height:32px;border-radius:999px;border:1px solid var(--contract-payment-border);background:var(--contract-payment-close-bg);color:var(--contract-payment-soft);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 8px 18px color-mix(in srgb,var(--contract-payment-shadow) 36%,transparent);transition:background-color .18s ease,border-color .18s ease,color .18s ease,transform .18s ease}.contract-detail-payment-modal-close:hover{transform:translateY(-1px) scale(1.01);border-color:color-mix(in srgb,var(--contract-payment-accent) 34%,var(--contract-payment-border));background:color-mix(in srgb,var(--contract-payment-accent) 12%,var(--contract-payment-close-bg));color:var(--contract-payment-text)}.contract-detail-payment-modal-divider{margin-top:16px;height:1px;width:100%;background:var(--contract-payment-border)}.contract-detail-payment-modal-form{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;overflow-y:auto;padding:24px 0 18px}.contract-detail-payment-modal-fields{width:404px;max-width:calc(100% - 48px);margin:0 auto;display:block}.contract-detail-payment-modal-item.ant-form-item{margin:0!important}.contract-detail-payment-modal-item.ant-form-item+.contract-detail-payment-modal-item.ant-form-item{margin-top:28px!important}.contract-detail-payment-modal-item.ant-form-item .ant-form-item-label{padding-bottom:10px!important}.contract-detail-payment-modal-item.ant-form-item .ant-form-item-label>label{font-family:Montserrat,sans-serif!important;font-size:14px!important;font-weight:400!important;line-height:100%!important;color:var(--contract-payment-text)!important;letter-spacing:0!important}.contract-detail-payment-modal-parts{margin-top:28px;display:grid;gap:16px;padding:18px;border:1px solid var(--contract-payment-section-border);border-radius:18px;background:var(--contract-payment-section-bg)}.contract-detail-payment-modal-part-card-header,.contract-detail-payment-modal-parts-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.contract-detail-payment-modal-parts-header>span{font-family:Montserrat,sans-serif;font-size:18px;line-height:22px;font-weight:700;color:var(--contract-payment-text)}.contract-detail-payment-modal-part-card-header>span{font-family:Montserrat,sans-serif;font-size:15px;line-height:20px;font-weight:700;color:var(--contract-payment-text)}.contract-detail-payment-modal-add-part,.contract-detail-payment-modal-remove-part{border:1px solid var(--contract-payment-card-border);background:color-mix(in srgb,var(--contract-payment-card-bg) 92%,transparent);color:var(--contract-payment-soft);display:inline-flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;transition:border-color .16s ease,color .16s ease,background-color .16s ease,transform .16s ease}.contract-detail-payment-modal-add-part{min-height:38px;border-radius:12px;padding:0 14px;font-family:Montserrat,sans-serif;font-size:12px;line-height:14px;font-weight:600;box-shadow:0 10px 20px color-mix(in srgb,var(--contract-payment-shadow) 24%,transparent)}.contract-detail-payment-modal-remove-part{width:34px;min-width:34px;height:34px;border-radius:10px;color:color-mix(in srgb,var(--contract-payment-danger) 72%,var(--contract-payment-soft));background:color-mix(in srgb,var(--contract-payment-danger) 12%,var(--contract-payment-card-bg))}.contract-detail-payment-modal-add-part:hover{border-color:color-mix(in srgb,var(--contract-payment-accent) 58%,var(--contract-payment-card-border));background:color-mix(in srgb,var(--contract-payment-accent) 10%,var(--contract-payment-card-bg));color:var(--contract-payment-text);transform:translateY(-1px)}.contract-detail-payment-modal-remove-part:hover{border-color:color-mix(in srgb,var(--contract-payment-danger) 56%,var(--contract-payment-card-border));background:color-mix(in srgb,var(--contract-payment-danger) 18%,var(--contract-payment-card-bg));color:var(--contract-payment-danger);transform:translateY(-1px)}.contract-detail-payment-modal-part-card{border:1px solid var(--contract-payment-card-border);border-radius:16px;background:var(--contract-payment-card-bg);padding:16px;display:grid;gap:16px;box-shadow:0 14px 28px color-mix(in srgb,var(--contract-payment-shadow) 14%,transparent)}.contract-detail-payment-modal-part-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.contract-detail-payment-modal-part-grid .contract-detail-payment-modal-item.ant-form-item{margin:0!important}.contract-detail-payment-modal-part-grid .contract-detail-payment-modal-item.ant-form-item+.contract-detail-payment-modal-item.ant-form-item{margin-top:0!important}.contract-detail-payment-modal-part-item.ant-form-item .ant-form-item-label{padding-bottom:8px!important}.contract-detail-payment-modal-part-item.ant-form-item .ant-form-item-label>label{font-size:13px!important;line-height:16px!important;font-weight:500!important;color:var(--contract-payment-soft)!important}.contract-detail-payment-modal-control.ant-input,.contract-detail-payment-modal-control.ant-input-number,.contract-detail-payment-modal-select.ant-select .ant-select-selector{min-height:48px!important;height:48px!important;border-radius:10px!important;border:1px solid var(--contract-payment-input-border)!important;background:var(--contract-payment-input-bg)!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;transition:border-color .16s ease,background-color .16s ease,box-shadow .16s ease!important}.contract-detail-payment-modal-control.ant-input,.contract-detail-payment-modal-number.ant-input-number .ant-input-number-input{font-family:Montserrat,sans-serif!important;font-size:15px!important;font-weight:400!important;line-height:18px!important;color:var(--contract-payment-text)!important}.contract-detail-payment-modal-control.ant-input{padding:0 12px!important}.contract-detail-payment-modal-control.ant-input-number{padding:0!important}.contract-detail-payment-modal-control.ant-input::placeholder,.contract-detail-payment-modal-number.ant-input-number .ant-input-number-input::placeholder,.contract-detail-payment-modal-select.ant-select .ant-select-selection-placeholder{color:var(--contract-payment-placeholder)!important;opacity:1}.contract-detail-payment-modal-select.ant-select .ant-select-selection-item,.contract-detail-payment-modal-select.ant-select .ant-select-selection-placeholder{font-family:Montserrat,sans-serif!important;font-size:15px!important;font-weight:400!important;line-height:18px!important;color:var(--contract-payment-text)!important}.contract-detail-payment-modal-select.ant-select .ant-select-selector{padding:0 12px!important}.contract-detail-payment-modal-select.ant-select.ant-select-single .ant-select-selector{display:flex!important;align-items:center!important;padding-right:40px!important}.contract-detail-payment-modal-select.ant-select .ant-select-selection-item,.contract-detail-payment-modal-select.ant-select .ant-select-selection-placeholder{display:flex!important;align-items:center!important;min-height:18px!important}.contract-detail-payment-modal-select.ant-select.ant-select-single .ant-select-selection-search{inset-inline-start:12px!important;inset-inline-end:40px!important}.contract-detail-payment-modal-select.ant-select.ant-select-single .ant-select-selection-search-input{height:100%!important;font-family:Montserrat,sans-serif!important;font-size:15px!important;line-height:18px!important;font-weight:400!important;color:var(--contract-payment-text)!important;caret-color:var(--contract-payment-text)!important}.contract-detail-payment-modal-select.ant-select.ant-select-single .ant-select-selection-search-input::placeholder{color:var(--contract-payment-placeholder)!important;opacity:1}.contract-detail-payment-modal-select.ant-select .ant-select-arrow{inset-inline-start:auto!important;inset-inline-end:12px!important;right:12px!important;left:auto!important;top:50%!important;margin-top:0!important;transform:translateY(-50%)!important;width:16px!important;height:16px!important;display:flex!important;align-items:center!important;justify-content:center!important;line-height:1!important}.contract-detail-payment-modal-number.ant-input-number .ant-input-number-input-wrap{height:100%}.contract-detail-payment-modal-number.ant-input-number .ant-input-number-input{height:46px!important;padding:0 12px!important;text-align:left!important}.contract-detail-payment-modal-suffix-icon{color:var(--contract-payment-soft)!important;font-size:14px!important;display:flex!important;align-items:center!important;justify-content:center!important;line-height:1!important}.contract-detail-payment-modal-select.ant-select .ant-select-arrow .anticon,.contract-detail-payment-modal-select.ant-select .ant-select-arrow svg,.contract-detail-payment-modal-suffix-icon svg{display:block!important;line-height:1!important}.contract-detail-payment-modal-control.ant-input-number:hover,.contract-detail-payment-modal-control.ant-input:hover,.contract-detail-payment-modal-select.ant-select:hover .ant-select-selector{border-color:color-mix(in srgb,var(--contract-payment-accent) 58%,var(--contract-payment-input-border))!important}.contract-detail-payment-modal-control.ant-input-focused,.contract-detail-payment-modal-control.ant-input-number-focused,.contract-detail-payment-modal-control.ant-input:focus,.contract-detail-payment-modal-select.ant-select-focused .ant-select-selector{border-color:var(--contract-payment-accent)!important;box-shadow:0 0 0 2px rgba(81,116,255,.22)!important}.contract-detail-payment-modal-date.app-filter-date-base{--app-filter-date-height:48px;--app-filter-date-radius:10px;--app-filter-date-control-bg:var(--contract-payment-input-bg);--app-filter-date-control-border:var(--contract-payment-input-border);--app-filter-date-control-hover:var(--contract-payment-input-bg);--app-filter-date-control-focus:var(--contract-payment-input-bg);--app-filter-date-control-hover-border:color-mix(in srgb,var(--contract-payment-accent) 58%,var(--contract-payment-input-border));--app-filter-date-text:var(--contract-payment-text);--app-filter-date-muted:var(--contract-payment-placeholder);--app-filter-date-focus-shadow:0 0 0 2px rgba(81,116,255,.22)}.app-filter-date-base,.app-filter-date-base.MuiPickersTextField-root,.app-filter-date-base.MuiTextField-root{width:100%;--app-filter-date-height:48px;--app-filter-date-radius:10px;--app-filter-date-control-bg:#fff;--app-filter-date-control-border:#ccd8e5;--app-filter-date-control-hover:#f8fbff;--app-filter-date-control-focus:#fff;--app-filter-date-control-hover-border:color-mix(in srgb,var(--app-filter-date-control-border) 58%,#fff);--app-filter-date-text:#243142;--app-filter-date-muted:#7c8ea3;--app-filter-date-focus-shadow:0 0 0 2px rgba(81,116,255,.22)}.dark .app-filter-date-base{--app-filter-date-control-bg:#102236;--app-filter-date-control-border:#314b66;--app-filter-date-control-hover:#14283d;--app-filter-date-control-focus:#182e45;--app-filter-date-control-hover-border:color-mix(in srgb,var(--app-filter-date-control-border) 58%,#fff);--app-filter-date-text:#f1f5ff;--app-filter-date-muted:#8da0b8;--app-filter-date-focus-shadow:0 0 0 2px rgba(81,116,255,.24)}.app-filter-date-base .MuiInputBase-root,.app-filter-date-base .MuiOutlinedInput-root,.app-filter-date-base .MuiPickersInputBase-root,.app-filter-date-base .MuiPickersOutlinedInput-root{min-height:var(--app-filter-date-height)!important;height:var(--app-filter-date-height)!important;border-radius:var(--app-filter-date-radius)!important;padding:0 12px!important;background:var(--app-filter-date-control-bg)!important;border:1px solid var(--app-filter-date-control-border)!important;box-shadow:none!important;transition:background-color .16s ease,border-color .16s ease!important;overflow:hidden}.app-filter-date-base .MuiOutlinedInput-notchedOutline,.app-filter-date-base .MuiPickersOutlinedInput-notchedOutline{border:none!important;border-radius:12px!important}.app-filter-date-base .MuiOutlinedInput-root:hover,.app-filter-date-base .MuiPickersOutlinedInput-root:hover{background:var(--app-filter-date-control-hover)!important;border-color:var(--app-filter-date-control-hover-border)!important}.app-filter-date-base .MuiOutlinedInput-root.Mui-focused,.app-filter-date-base .MuiPickersOutlinedInput-root.Mui-focused{background:var(--app-filter-date-control-focus)!important;border-color:#5174ff!important;box-shadow:var(--app-filter-date-focus-shadow)!important}.app-filter-date-base .MuiInputBase-input{padding:13px 12px 13px 0!important}.app-filter-date-base .MuiInputBase-input,.app-filter-date-base .MuiPickersSectionList-root{font-family:Montserrat,sans-serif!important;font-size:14px!important;line-height:18px!important;font-weight:500!important;color:var(--app-filter-date-text)!important}.app-filter-date-base .MuiInputBase-input::placeholder{color:var(--app-filter-date-muted)!important;opacity:1}.app-filter-date-base .MuiIconButton-root{margin-left:0!important;margin-right:0!important;padding:4px!important;color:color-mix(in srgb,var(--app-filter-date-muted) 94%,transparent)!important}.app-filter-date-base .MuiInputAdornment-root{margin-right:3px!important;margin-left:0!important}.app-filter-date-base .MuiSvgIcon-root{width:18px!important;height:18px!important}.contract-detail-payment-modal-date .MuiPickersInputBase-adornedStart{padding-left:12px!important}.contract-detail-payment-modal-date .MuiInputBase-input,.contract-detail-payment-modal-date .MuiPickersSectionList-root{padding:10px 12px!important;font-family:Montserrat,sans-serif!important;font-size:15px!important;line-height:18px!important;font-weight:400!important;color:var(--contract-payment-text)!important}.contract-detail-payment-modal-date .MuiInputBase-input::placeholder{color:var(--contract-payment-placeholder)!important;opacity:1}.contract-detail-payment-modal-date .MuiOutlinedInput-notchedOutline,.contract-detail-payment-modal-date .MuiPickersOutlinedInput-notchedOutline,.contract-detail-payment-modal-date fieldset{border:0!important}.contract-detail-payment-modal-date legend{max-width:0!important;width:0!important;opacity:0!important;visibility:hidden!important}.contract-detail-payment-modal-date .MuiInputBase-root:after,.contract-detail-payment-modal-date .MuiInputBase-root:before{display:none!important}.contract-detail-payment-modal-date .MuiInputAdornment-positionStart{margin-right:10px!important}.contract-detail-payment-modal-date .MuiInputAdornment-positionStart .MuiIconButton-root{width:20px!important;height:20px!important;min-width:20px!important;padding:0!important}.contract-detail-payment-modal-date .MuiInputAdornment-positionStart .MuiSvgIcon-root{width:17px!important;height:17px!important}.contract-detail-payment-modal-date .MuiIconButton-root,.contract-detail-payment-modal-date .MuiSvgIcon-root{color:var(--contract-payment-soft)!important}.contract-detail-payment-modal-date .MuiInputAdornment-positionEnd{display:none!important}.contract-detail-payment-modal-submit{margin-top:auto;width:404px;max-width:100%;display:block;margin-left:auto;margin-right:auto;height:48px;min-height:48px;flex-shrink:0;border-radius:10px;border:none;background:#5174ff;color:#fff;font-family:Montserrat,sans-serif;font-size:16px;font-weight:600;line-height:100%;cursor:pointer;transition:background-color .2s ease}.contract-detail-payment-modal-submit:hover{background:#4668f3}.contract-detail-payment-modal-submit:disabled{opacity:.6;cursor:not-allowed}.contract-detail-payment-modal-popup{border-radius:12px!important;border:1px solid var(--contract-payment-dropdown-border)!important;background:var(--contract-payment-dropdown-bg)!important;box-shadow:0 18px 36px rgba(15,23,42,.2)!important;overflow:hidden;padding:4px!important}body.dark .contract-detail-payment-modal-popup{box-shadow:0 18px 36px rgba(0,0,0,.42)!important}.contract-detail-payment-modal-popup .ant-select-item{min-height:34px!important;padding:8px 10px!important;border-radius:8px!important;font-family:Montserrat,sans-serif!important;font-size:14px!important;font-weight:400!important}.contract-detail-payment-modal-popup .ant-select-item,.contract-detail-payment-modal-popup .ant-select-item .ant-select-item-option-content{color:var(--contract-payment-text)!important}.contract-detail-payment-modal-popup .ant-select-item-option-active:not(.ant-select-item-option-disabled){background:color-mix(in srgb,var(--contract-payment-accent) 18%,var(--contract-payment-dropdown-bg))!important}.contract-detail-payment-modal-popup .ant-select-item-option-selected:not(.ant-select-item-option-disabled){background:color-mix(in srgb,var(--contract-payment-accent) 28%,var(--contract-payment-dropdown-bg))!important;color:color-mix(in srgb,var(--contract-payment-accent) 72%,var(--contract-payment-text))!important;font-weight:500!important}.contract-detail-payment-modal-popup .ant-select-item-option-content{font-family:inherit!important;font-size:inherit!important;font-weight:inherit!important;line-height:18px!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.contract-detail-payments-table .ant-table-body{overflow-y:auto!important;scrollbar-width:thin;scrollbar-color:rgba(148,163,184,.55) transparent;-ms-overflow-style:auto}.contract-detail-payments-table .ant-table-body::-webkit-scrollbar{width:8px!important;height:8px!important;display:block!important}.contract-detail-payments-table .ant-table-body::-webkit-scrollbar-thumb{border-radius:999px;background:rgba(148,163,184,.55)}.contract-detail-payments-table .ant-table-body::-webkit-scrollbar-track{background:transparent}.contract-detail-payments-table .ant-table-content,.contract-detail-payments-table .ant-table-content table,.contract-detail-payments-table .ant-table-header,.contract-detail-payments-table .ant-table-header table{width:100%!important}.contract-detail-payments-table .ant-table-container{overflow:hidden!important}.contract-detail-payments-table .ant-table-thead>tr>th.ant-table-cell-scrollbar{display:none!important}.contract-detail-payments-table .ant-checkbox-checked .ant-checkbox-inner{background-color:var(--color-blue-main)!important;border-color:var(--color-blue-main)!important}.contract-detail-payments-table .ant-checkbox-inner{border-color:#b9c6d8!important;background-color:#fff!important}.dark .contract-detail-payments-table .ant-checkbox-inner{border-color:var(--color-dark-5)!important;background-color:var(--color-dark-2)!important}.contract-detail-payments-table .ant-checkbox-checked .ant-checkbox-inner:after{border-color:#fff!important}.contract-detail-payments-table .ant-table-thead>tr>th{white-space:nowrap!important;font-size:12px!important;line-height:1.15!important;padding:8px 7px!important}.contract-detail-payments-table .ant-table-tbody>tr>td{font-size:12px!important;line-height:1.2!important;padding:8px 7px!important}.contract-detail-payments-table .ant-tag{max-width:100%;margin-inline-end:0!important;font-size:11px!important;line-height:16px!important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.contract-detail-payments-panel{min-width:0;min-height:0;height:100%;display:flex;flex-direction:column;overflow:hidden;border-radius:18px;border:1px solid var(--color-gray-1);background:var(--color-white)}.dark .contract-detail-payments-panel{border-color:var(--color-dark-3);background:var(--color-dark-2)}.contract-detail-payments-panel__header{min-height:48px;padding:8px 12px;display:flex;align-items:center;justify-content:space-between;gap:10px;border-bottom:1px solid var(--color-gray-1)}.dark .contract-detail-payments-panel__header{border-bottom-color:var(--color-dark-3)}.contract-detail-payments-panel__header h3{margin:0;color:var(--color-dark-bg);font-family:Montserrat,sans-serif;font-size:18px;font-weight:600;line-height:1.2;display:inline-flex;align-items:center;gap:8px}.dark .contract-detail-payments-panel__header h3{color:var(--color-white)}.contract-detail-payments-panel__title-count{min-width:22px;height:22px;border-radius:999px;padding:0 7px;background:rgba(81,116,255,.12);color:var(--color-blue-main);display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;line-height:1}.contract-detail-payments-panel__tabs{display:inline-flex;align-items:center;gap:6px;padding:4px;border-radius:12px;background:var(--color-gray-1)}.dark .contract-detail-payments-panel__tabs{background:var(--color-dark-22)}.contract-detail-payments-panel__tab{min-height:30px;border:1px solid transparent;border-radius:9px;padding:0 10px;background:transparent;color:var(--color-gray-4);display:inline-flex;align-items:center;justify-content:center;gap:6px;font-family:Montserrat,sans-serif;font-size:12px;font-weight:600;line-height:1.15;white-space:nowrap;cursor:pointer}.dark .contract-detail-payments-panel__tab{border-color:transparent;background:transparent;color:hsla(0,0%,100%,.72)}.contract-detail-payments-panel__tab:hover{color:var(--color-blue-main);border-color:rgba(81,116,255,.35)}.contract-detail-payments-panel__tab span{min-width:18px;height:18px;border-radius:999px;padding:0 5px;background:rgba(81,116,255,.12);color:var(--color-blue-main);display:inline-flex;align-items:center;justify-content:center;font-size:10px;font-weight:700}.contract-detail-payments-panel__tab.is-active{background:var(--color-blue-main);color:var(--color-white);box-shadow:0 8px 18px rgba(81,116,255,.22)}.contract-detail-payments-panel__tab.is-active span{background:hsla(0,0%,100%,.2);color:var(--color-white)}.contract-detail-payments-panel__expand-btn{width:32px;height:32px;border:1px solid var(--color-gray-1);border-radius:10px;background:var(--color-white);color:var(--color-gray-4);display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;cursor:pointer;transition:border-color .18s ease,color .18s ease,background .18s ease}.contract-detail-payments-panel__expand-btn:hover{border-color:rgba(81,116,255,.45);color:var(--color-blue-main);background:rgba(81,116,255,.08)}.dark .contract-detail-payments-panel__expand-btn{border-color:var(--color-dark-3);background:var(--color-dark-22);color:hsla(0,0%,100%,.72)}.dark .contract-detail-payments-panel__expand-btn:hover{border-color:rgba(81,116,255,.5);color:var(--color-white);background:rgba(81,116,255,.16)}.contract-detail-payments-panel .ant-table-wrapper{flex:1 1 auto;min-height:0}.contract-detail-payments-table--combined .ant-table-tbody>tr>td,.contract-detail-payments-table--combined .ant-table-thead>tr>th{padding:7px!important}@media (max-width:1560px){.contract-detail-payments-table .ant-table-thead>tr>th{font-size:12px!important}}@media (max-width:560px){.contract-detail-payment-drawer .ant-drawer-content-wrapper{width:100%!important;max-width:100%!important}.contract-detail-payment-modal-title{margin:14px 16px 0;font-size:28px}.contract-detail-payment-modal-close{top:14px;right:16px}.contract-detail-payment-modal-divider{margin-top:14px}.contract-detail-payment-modal-form{padding:18px 0 16px}.contract-detail-payment-modal-fields{max-width:calc(100% - 32px)}.contract-detail-payment-modal-item.ant-form-item+.contract-detail-payment-modal-item.ant-form-item{margin-top:20px!important}.contract-detail-payment-modal-parts{margin-top:20px}.contract-detail-payment-modal-part-grid{grid-template-columns:1fr}.contract-detail-payment-modal-submit{width:calc(100% - 32px)}}.contract-create-house-form{display:flex;flex-direction:column;gap:18px}.contract-create-house-list{display:flex;flex-direction:column;gap:12px}.contract-create-house-editor{border-radius:18px;border:1px solid var(--color-gray-1);background:var(--color-white);padding:24px}.dark .contract-create-house-editor{border-color:transparent;background:var(--color-dark-20)}.contract-create-house-editor-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.contract-create-house-editor-title{margin:0;font-family:Montserrat,sans-serif;font-size:18px;font-weight:600;line-height:100%;color:var(--color-dark-bg)}.dark .contract-create-house-editor-title{color:var(--color-white)}.contract-create-house-editor-total{display:inline-flex;align-items:center;gap:0}.contract-create-house-editor-total-label,.contract-create-house-editor-total-value{font-family:Montserrat,sans-serif;font-size:18px;font-weight:600;line-height:100%;color:var(--color-dark-bg)}.dark .contract-create-house-editor-total-label,.dark .contract-create-house-editor-total-value{color:var(--color-white)}.contract-create-house-editor-form{margin-top:24px}.contract-create-house-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.contract-create-house-editor-actions{margin-top:18px;display:flex;justify-content:flex-end;gap:12px}.contract-create-house-btn{min-width:148px!important;height:44px!important;border-radius:12px!important;font-family:Montserrat,sans-serif!important;font-size:16px!important;font-weight:600!important}.contract-create-house-btn--secondary{background:var(--color-gray-1)!important}.dark .contract-create-house-btn--secondary{background:var(--color-dark-3)!important;color:var(--color-white)!important}.dark .contract-create-house-editor-form .ant-form-item-label>label{color:var(--color-white)!important;font-size:14px!important;font-weight:400!important}.dark .contract-create-house-editor-form .contract-create-control.ant-select .ant-select-selector{border-color:var(--color-dark-3)!important;background:var(--color-dark-1)!important}.dark .contract-create-house-editor-form .contract-create-control.ant-select .ant-select-arrow,.dark .contract-create-house-editor-form .contract-create-control.ant-select .ant-select-selection-item,.dark .contract-create-house-editor-form .contract-create-control.ant-select .ant-select-selection-placeholder{color:var(--color-white)!important}.contract-create-house-add-wrap{display:flex;justify-content:flex-start}.contract-create-house-add-btn{height:44px!important;border-radius:12px!important;font-family:Montserrat,sans-serif!important;font-size:14px!important;font-weight:600!important}.contract-create-house-card{min-height:94px;border-radius:16px;border:1px solid var(--color-gray-1);background:var(--color-white);padding:10px;display:flex;gap:10px}.dark .contract-create-house-card{border-color:var(--color-dark-3);background:var(--color-dark-20)}.contract-create-house-card-grid{flex:1;min-width:0;display:grid;grid-template-columns:minmax(180px,2fr) repeat(6,minmax(0,1fr));gap:10px;align-items:center}.contract-create-house-card-main{display:flex;align-items:center;gap:10px;min-width:0}.contract-create-house-card-thumb{width:58px;min-width:58px;height:58px;border-radius:12px;border:1px solid var(--color-gray-2);background:linear-gradient(145deg,var(--color-gray-1),var(--color-gray-bg));overflow:hidden;display:flex;align-items:center;justify-content:center}.dark .contract-create-house-card-thumb{border-color:var(--color-dark-4);background:linear-gradient(145deg,#203148,#1a283a)}.contract-create-house-card-thumb-image{width:100%;height:100%;object-fit:cover;display:block}.contract-create-house-card-thumb-placeholder{font-family:Montserrat,sans-serif;font-size:11px;font-weight:600;line-height:1;color:var(--color-gray-4)}.dark .contract-create-house-card-thumb-placeholder{color:var(--color-dark-6)}.contract-create-house-card-main-text{min-width:0}.contract-create-house-card-label{font-family:Montserrat,sans-serif;font-size:12px;font-weight:500;line-height:100%;color:var(--color-gray-4)}.dark .contract-create-house-card-label{color:var(--color-dark-6)}.contract-create-house-card-value{margin-top:6px;font-family:Montserrat,sans-serif;font-size:14px;font-weight:600;line-height:100%;color:var(--color-dark-bg);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dark .contract-create-house-card-value{color:var(--color-white)}.contract-create-house-card-cell{min-width:0;height:58px;border-radius:12px;border:1px solid var(--color-gray-1);background:var(--color-gray-bg);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0 8px}.dark .contract-create-house-card-cell{border-color:var(--color-dark-3);background:var(--color-dark-2)}.contract-create-house-card-actions{display:flex;flex-direction:column;justify-content:center;gap:4px}.contract-create-house-card-action-btn{width:30px;height:30px;border:0;border-radius:8px;padding:0;background:transparent;cursor:pointer;transition:all .2s ease}.contract-create-house-card-action-btn:hover{background:var(--color-gray-1)}.dark .contract-create-house-card-action-btn:hover{background:var(--color-dark-3)}.contract-create-house-card-action-icon{width:16px;height:16px}.contract-create-summary{display:flex;flex-direction:column;gap:16px}.contract-create-summary-hero{display:grid;grid-template-columns:minmax(260px,.85fr) minmax(420px,1.15fr);gap:14px;align-items:stretch}.contract-create-summary-card,.contract-create-summary-hero-main,.contract-create-summary-stat{border-radius:16px;border:1px solid var(--color-gray-1);background:var(--color-white)}.contract-create-summary-hero-main{padding:20px;display:flex;flex-direction:column;justify-content:center;min-width:0}.contract-create-summary-eyebrow{color:var(--color-gray-4);font-family:Montserrat,sans-serif;font-size:13px;font-weight:600;line-height:100%}.contract-create-summary-hero-name{margin:10px 0 0;color:var(--color-dark-bg);font-family:Montserrat,sans-serif;font-size:28px;font-weight:700;line-height:112%}.contract-create-summary-hero-meta{margin:8px 0 0;color:var(--color-gray-4);font-family:Montserrat,sans-serif;font-size:14px;font-weight:500;line-height:130%}.contract-create-summary-stat-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.contract-create-summary-stat{min-width:0;padding:16px;display:flex;flex-direction:column;justify-content:space-between;gap:10px}.contract-create-summary-info-list span,.contract-create-summary-stat span{color:var(--color-gray-4);font-family:Montserrat,sans-serif;font-size:13px;font-weight:500;line-height:130%}.contract-create-summary-stat strong{color:var(--color-dark-bg);font-family:Montserrat,sans-serif;font-size:18px;font-weight:700;line-height:118%;word-break:break-word}.contract-create-summary-two-col{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.contract-create-summary-card{padding:18px}.dark .contract-create-summary-card,.dark .contract-create-summary-hero-main,.dark .contract-create-summary-stat{border-color:var(--color-dark-3);background:var(--color-dark-2)}.contract-create-summary-title{margin:0;font-family:Montserrat,sans-serif;font-size:22px;font-weight:600;line-height:100%;color:var(--color-dark-bg)}.dark .contract-create-summary-title{color:var(--color-white)}.contract-create-summary-info-list{margin-top:14px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.contract-create-summary-info-list div{min-width:0;padding:12px;border-radius:12px;background:var(--color-gray-bg)}.contract-create-summary-info-list strong{margin-top:6px;display:block;color:var(--color-dark-bg);font-family:Montserrat,sans-serif;font-size:15px;font-weight:700;line-height:130%;word-break:break-word}.dark .contract-create-summary-eyebrow,.dark .contract-create-summary-hero-meta,.dark .contract-create-summary-info-list span,.dark .contract-create-summary-stat span{color:var(--color-dark-6)}.dark .contract-create-summary-hero-name,.dark .contract-create-summary-info-list strong,.dark .contract-create-summary-stat strong{color:var(--color-white)}.dark .contract-create-summary-info-list div{background:var(--color-dark-20)}.contract-create-summary-content{margin-top:14px}.contract-create-summary-main-name{margin:0;font-family:Montserrat,sans-serif;font-size:26px;font-weight:600;line-height:112%;color:var(--color-dark-bg)}.dark .contract-create-summary-main-name{color:var(--color-white)}.contract-create-summary-pill-row{margin-top:10px;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.contract-create-summary-pill{margin:0;padding:0 12px;height:32px;border-radius:999px;display:inline-flex;align-items:center;background:var(--color-gray-1);color:var(--color-gray-700);font-family:Montserrat,sans-serif;font-size:14px;font-weight:500;line-height:100%}.dark .contract-create-summary-pill{background:var(--color-dark-3);color:var(--color-white)}.contract-create-summary-empty{margin:12px 0 0;font-family:Montserrat,sans-serif;font-size:14px;font-weight:500;color:var(--color-gray-4)}.dark .contract-create-summary-empty{color:var(--color-dark-6)}.contract-create-summary-house-list{margin-top:12px;display:flex;flex-direction:column;gap:10px}.contract-create-summary-table{margin-top:12px}.contract-create-summary-table .ant-table,.contract-create-summary-table .ant-table-container,.contract-create-summary-table .ant-table-content{background:transparent!important}.contract-create-summary-table .ant-table-thead>tr>th{background:var(--color-gray-bg)!important;color:var(--color-gray-700)!important}.contract-create-summary-table .ant-table-tbody>tr>td,.contract-create-summary-table .ant-table-thead>tr>th{border-bottom:1px solid var(--color-gray-1)!important;font-family:Montserrat,sans-serif!important;font-size:14px!important;font-weight:500!important}.contract-create-summary-table .ant-table-tbody>tr>td{background:var(--color-white)!important;color:var(--color-dark-bg)!important}.dark .contract-create-summary-table .ant-table-thead>tr>th{background:var(--color-dark-20)!important;border-bottom-color:var(--color-dark-3)!important;color:var(--color-dark-6)!important}.dark .contract-create-summary-table .ant-table-tbody>tr>td{background:var(--color-dark-2)!important;border-bottom-color:var(--color-dark-3)!important;color:var(--color-white)!important}@media (max-width:1200px){.contract-create-summary-hero,.contract-create-summary-two-col{grid-template-columns:1fr}}@media (max-width:1600px){.contract-create-left{width:260px;min-width:260px}.contract-create-right{width:350px;min-width:350px}.contract-create-stage-card{padding:20px}.contract-create-header-title{font-size:19px}}@media (max-width:1366px){.contract-create-layout{padding:14px 16px;gap:14px}.contract-create-workspace{gap:14px}.contract-create-left{width:236px;min-width:236px}.contract-create-right{width:318px;min-width:318px}.contract-create-header-title{font-size:18px}.contract-create-payment-section{grid-template-columns:1fr}}@media (max-width:1280px){.contract-create-payment-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:1120px){.contract-create-layout{flex-direction:column;overflow-y:auto}.contract-create-workspace{flex-direction:column}.contract-create-left,.contract-create-right{width:100%;min-width:0}.contract-create-stage-card{min-height:660px}.contract-create-database-card{min-height:420px}.contract-create-house-card-grid,.contract-create-payment-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:768px){.contract-create-header{height:auto;padding:12px;flex-wrap:wrap;justify-content:flex-start}.contract-create-layout{padding:10px 10px 14px}.contract-create-database-card,.contract-create-left-panel,.contract-create-stage-card{border-radius:18px;padding:14px}.contract-create-header-title{font-size:20px}.contract-create-step-title,.contract-create-summary-title{font-size:19px}.contract-create-database-title{font-size:26px}.contract-create-house-grid,.contract-create-payment-grid,.contract-create-payment-plans{grid-template-columns:1fr}.contract-create-actions,.contract-create-house-step-actions{flex-wrap:wrap}.contract-create-step-nav-btn{width:100%;justify-content:space-between}.contract-create-step-create-client-btn{width:100%}.contract-create-header-actions{width:100%;gap:10px;flex-wrap:wrap}.contract-create-header-action-btn--download,.contract-create-header-action-btn--refresh{width:100%!important;min-width:0!important;justify-content:center!important}.contract-create-action-btn,.contract-create-action-btn--submit{width:100%;min-width:0!important}.contract-create-house-card-grid{grid-template-columns:1fr}}.clients-create-page{height:calc(100dvh - 74px);padding:23px 30px 29px;box-sizing:border-box}.clients-create-layout{height:100%;min-height:0;display:grid;grid-template-columns:minmax(0,1.49fr) minmax(0,1fr);gap:30px}.clients-create-database-card,.clients-create-primary-card{min-height:0;border:1px solid var(--color-gray-1);background:var(--color-white)}.clients-create-primary-card{border-radius:32px;padding:30px;display:flex;flex-direction:column}.clients-create-database-wrap{min-height:0}.clients-create-database-card{height:100%;border-radius:24px;padding:24px;display:flex;flex-direction:column}.dark .clients-create-primary-card{background:var(--color-dark-22);border-color:transparent}.dark .clients-create-database-card{background:var(--color-dark-2);border-color:transparent}.clients-detail-type-tag{margin:0!important;border:none!important;border-radius:999px!important;padding:4px 12px!important;font-family:Montserrat,sans-serif!important;font-size:12px!important;font-weight:600!important;line-height:1!important}.clients-detail-type-tag--person{background:rgba(81,116,255,.16)!important;color:#3558d8!important}.clients-detail-type-tag--organization{background:rgba(189,83,255,.2)!important;color:#7c3aed!important}.clients-detail-contract-status-tag{margin:0!important;border:none!important;border-radius:999px!important;padding:4px 12px!important;font-family:Montserrat,sans-serif!important;font-size:12px!important;font-weight:600!important;line-height:1!important}.clients-detail-contract-status-tag--completed{background:rgba(34,197,94,.16)!important;color:#15803d!important}.clients-detail-contract-status-tag--cancelled{background:rgba(239,68,68,.16)!important;color:#dc2626!important}.clients-detail-icon-btn img{width:20px;height:20px}body:not(.dark) .clients-detail-icon-btn img{filter:brightness(0) saturate(100%);opacity:.72}body.dark .clients-detail-type-tag--person{background:rgba(81,116,255,.28)!important;color:#b9c8ff!important}body.dark .clients-detail-type-tag--organization{background:rgba(189,83,255,.32)!important;color:#e3b9ff!important}body.dark .clients-detail-contract-status-tag--completed{background:rgba(34,197,94,.26)!important;color:#86efac!important}body.dark .clients-detail-contract-status-tag--cancelled{background:rgba(239,68,68,.28)!important;color:#fca5a5!important}.clients-create-type-selector{display:inline-flex;align-items:center;gap:18px;margin-bottom:30px;width:100%;max-width:100%;flex-wrap:wrap}.clients-create-type-tab{flex:1 1 150px;min-width:0;min-height:40px;height:auto;display:inline-flex;align-items:center;justify-content:center;padding:10px 18px;border:none;border-radius:8px;cursor:pointer;font-family:Montserrat,sans-serif;font-size:14px;line-height:1.2;text-align:center;white-space:normal;overflow-wrap:anywhere;transition:background-color .16s ease,color .16s ease,transform .16s ease}.clients-create-type-tab:hover{transform:translateY(-1px)}.clients-create-type-tab.is-active{background:var(--color-blue-main);color:var(--color-white);font-weight:600}.clients-create-type-tab:not(.is-active){background:var(--color-gray-1);color:var(--color-gray-4);font-weight:500}.dark .clients-create-type-tab:not(.is-active){background:var(--color-dark-3);color:var(--color-white)}.clients-create-form{flex:1 1 auto;min-height:0;display:flex;flex-direction:column}.clients-create-form-scroll{flex:1 1 auto;min-height:0;overflow-y:auto;padding-right:6px;padding-bottom:12px}.clients-create-form-scroll::-webkit-scrollbar{width:8px}.clients-create-form-scroll::-webkit-scrollbar-thumb{border-radius:999px;background:rgba(86,97,111,.45)}.clients-create-form-scroll::-webkit-scrollbar-track{background:transparent}.clients-create-submit.ant-form-item{margin:22px 0 0!important}.clients-create-submit .ant-form-item-control-input-content{display:flex;justify-content:flex-end}.clients-create-submit-button{min-width:200px;height:48px!important;padding:0 24px!important;font-family:Montserrat,sans-serif!important;font-size:16px!important;font-weight:600!important;line-height:100%!important}.clients-create-section{margin:0}.clients-create-section+.clients-create-section{margin-top:16px}.clients-create-section--separated{padding-bottom:16px;border-bottom:1px solid var(--color-gray-1)}.dark .clients-create-section--separated{border-bottom-color:var(--color-dark-3)}.clients-create-section-title{margin:0 0 18px;color:var(--color-dark-bg);font-family:Montserrat,sans-serif;font-size:18px;font-weight:600;line-height:100%}.dark .clients-create-section-title{color:var(--color-white)}.clients-create-grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.clients-create-grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.clients-create-grid-1{display:grid;grid-template-columns:minmax(0,1fr);gap:24px}.clients-create-grid-top-gap{margin-top:20px}.clients-create-form .ant-form-item{margin-bottom:0!important}.clients-create-form .ant-form-item-with-help,.company-create-form .ant-form-item-with-help,.contract-create-client-form .ant-form-item-with-help,.contract-create-house-editor-form .ant-form-item-with-help,.contract-create-house-item.ant-form-item-with-help,.contract-create-payment-drawer-form .ant-form-item-with-help,.contract-create-payment-item.ant-form-item-with-help{margin-bottom:18px!important}.clients-create-form .ant-form-item-explain,.company-create-form .ant-form-item-explain,.contract-create-client-form .ant-form-item-explain,.contract-create-house-editor-form .ant-form-item-explain,.contract-create-house-item .ant-form-item-explain,.contract-create-payment-drawer-form .ant-form-item-explain,.contract-create-payment-item .ant-form-item-explain{min-height:18px;margin-top:6px!important}.clients-create-form .ant-form-item-label{margin-bottom:8px!important;padding:0!important}.clients-create-form .ant-form-item-label>label{height:auto!important;font-family:Montserrat,sans-serif!important;font-size:14px!important;font-weight:400!important;line-height:100%!important;color:var(--color-gray-4)!important}.dark .clients-create-form .ant-form-item-label>label{color:var(--color-white)!important}.clients-create-database-card .ant-input,.clients-create-database-card .ant-picker,.clients-create-database-card .ant-select-selector,.clients-create-form .ant-input,.clients-create-form .ant-picker,.clients-create-form .ant-select-selector{height:48px!important;min-height:48px!important;border-radius:12px!important;border:1px solid var(--color-gray-1)!important;background:var(--color-gray-bg)!important;box-shadow:none!important}.clients-create-database-card .ant-input,.clients-create-form .ant-input{padding:14px 16px!important;color:var(--color-dark-bg)!important;font-family:Montserrat,sans-serif!important;font-size:15px!important;font-weight:400!important;line-height:100%!important}.clients-create-database-card .ant-picker,.clients-create-database-card .ant-select-selector,.clients-create-form .ant-picker,.clients-create-form .ant-select-selector{padding:0 16px!important}.clients-create-database-card .ant-picker input,.clients-create-database-card .ant-select-selection-item,.clients-create-database-card .ant-select-selection-placeholder,.clients-create-form .ant-picker input,.clients-create-form .ant-select-selection-item,.clients-create-form .ant-select-selection-placeholder{color:var(--color-dark-bg)!important;font-family:Montserrat,sans-serif!important;font-size:15px!important;font-weight:400!important;line-height:46px!important}.clients-create-database-card .ant-input::placeholder,.clients-create-database-card .ant-picker input::placeholder,.clients-create-database-card .ant-select-selection-placeholder,.clients-create-form .ant-input::placeholder,.clients-create-form .ant-picker input::placeholder,.clients-create-form .ant-select-selection-placeholder{color:var(--color-gray-4)!important}.clients-create-database-card .ant-picker-suffix,.clients-create-database-card .ant-select-arrow,.clients-create-form .ant-picker-suffix,.clients-create-form .ant-select-arrow{color:var(--color-gray-4)!important}.clients-create-database-card .ant-input:hover,.clients-create-database-card .ant-picker:hover,.clients-create-database-card .ant-select:hover .ant-select-selector,.clients-create-form .ant-input:hover,.clients-create-form .ant-picker:hover,.clients-create-form .ant-select:hover .ant-select-selector{border-color:var(--color-blue-main)!important}.clients-create-database-card .ant-input-focused,.clients-create-database-card .ant-input:focus,.clients-create-database-card .ant-picker-focused,.clients-create-database-card .ant-select-focused .ant-select-selector,.clients-create-form .ant-input-focused,.clients-create-form .ant-input:focus,.clients-create-form .ant-picker-focused,.clients-create-form .ant-select-focused .ant-select-selector{border-color:var(--color-blue-main)!important;box-shadow:0 0 0 2px rgba(81,116,255,.16)!important}.dark .clients-create-database-card .ant-input,.dark .clients-create-database-card .ant-picker,.dark .clients-create-database-card .ant-select-selector,.dark .clients-create-form .ant-input,.dark .clients-create-form .ant-picker,.dark .clients-create-form .ant-select-selector{border-color:var(--color-dark-3)!important;background:var(--color-dark-1)!important}.dark .clients-create-database-card .ant-input,.dark .clients-create-database-card .ant-picker input,.dark .clients-create-database-card .ant-select-selection-item,.dark .clients-create-form .ant-input,.dark .clients-create-form .ant-picker input,.dark .clients-create-form .ant-select-selection-item{color:var(--color-white)!important}.dark .clients-create-database-card .ant-input::placeholder,.dark .clients-create-database-card .ant-picker input::placeholder,.dark .clients-create-database-card .ant-select-selection-placeholder,.dark .clients-create-form .ant-input::placeholder,.dark .clients-create-form .ant-picker input::placeholder,.dark .clients-create-form .ant-select-selection-placeholder{color:var(--color-dark-5)!important}.dark .clients-create-database-card .ant-picker-suffix,.dark .clients-create-database-card .ant-select-arrow,.dark .clients-create-form .ant-picker-suffix,.dark .clients-create-form .ant-select-arrow{color:var(--color-dark-5)!important}.dark .clients-create-database-card .ant-input:hover,.dark .clients-create-database-card .ant-picker:hover,.dark .clients-create-database-card .ant-select:hover .ant-select-selector,.dark .clients-create-form .ant-input:hover,.dark .clients-create-form .ant-picker:hover,.dark .clients-create-form .ant-select:hover .ant-select-selector{border-color:var(--color-blue-main)!important;background:var(--color-dark-22)!important}.dark .clients-create-database-card .ant-input-focused,.dark .clients-create-database-card .ant-input:focus,.dark .clients-create-database-card .ant-picker-focused,.dark .clients-create-database-card .ant-select-focused .ant-select-selector,.dark .clients-create-form .ant-input-focused,.dark .clients-create-form .ant-input:focus,.dark .clients-create-form .ant-picker-focused,.dark .clients-create-form .ant-select-focused .ant-select-selector{border-color:var(--color-blue-main)!important;background:var(--color-dark-20)!important;box-shadow:0 0 0 2px rgba(81,116,255,.22)!important}.app-phone-input{width:100%;height:48px;min-height:48px;display:flex!important;align-items:stretch;position:relative;overflow:visible;z-index:1;box-sizing:border-box;border:1px solid var(--color-gray-1);border-radius:12px;background:#fff;transition:border-color .16s ease,box-shadow .16s ease;--react-international-phone-height:46px;--react-international-phone-border-radius:12px;--react-international-phone-border-color:transparent;--react-international-phone-background-color:transparent;--react-international-phone-text-color:var(--color-dark-bg);--react-international-phone-country-selector-background-color:transparent;--react-international-phone-country-selector-background-color-hover:transparent}.app-phone-input:hover{border-color:var(--color-blue-main)}.app-phone-input:focus-within{z-index:20;border-color:var(--color-blue-main);box-shadow:0 0 0 2px rgba(81,116,255,.16)}.app-phone-input.is-invalid{border-color:#ef4444;box-shadow:0 0 0 2px rgba(239,68,68,.15)}.app-phone-input.is-disabled{opacity:.55}.app-phone-input.react-international-phone-input-container .react-international-phone-country-selector{display:flex;align-items:stretch;flex:0 0 76px;height:100%}.app-phone-input.react-international-phone-input-container .react-international-phone-country-selector-button{position:relative;width:76px;min-width:76px;height:100%!important;padding:0 20px 0 14px;border:none!important;border-right:1px solid var(--color-gray-1)!important;border-radius:12px 0 0 12px;background:transparent!important;box-sizing:border-box}.app-phone-input.react-international-phone-input-container .react-international-phone-country-selector-button:focus,.app-phone-input.react-international-phone-input-container .react-international-phone-country-selector-button:hover{background:transparent!important}.app-phone-input.react-international-phone-input-container .react-international-phone-country-selector-button__button-content{width:100%;height:100%;display:flex;align-items:center;justify-content:flex-start;gap:6px}.app-phone-input .react-international-phone-country-selector-button__flag-emoji,.app-phone-input .react-international-phone-flag-emoji{width:20px;height:20px}.app-phone-input__dropdown-flag{width:18px;height:18px}.app-phone-input.react-international-phone-input-container .react-international-phone-country-selector-button__flag-emoji{margin:0}.app-phone-input__flag--hidden{visibility:hidden}.app-phone-input.react-international-phone-input-container .react-international-phone-country-selector-button__dropdown-arrow{position:absolute;right:8px;margin-right:0;border-top-color:var(--color-gray-4)}.app-phone-input.react-international-phone-input-container .react-international-phone-country-selector-button__dropdown-arrow--active{transform:rotateX(180deg)}.app-phone-input__field{flex:1 1 auto;min-width:0;display:flex;align-items:stretch}.app-phone-input__dial-code{display:inline-flex;align-items:center;padding:0 6px 0 10px}.app-phone-input__dial-code,.app-phone-input__editor{height:100%;color:var(--color-dark-bg);font-family:Montserrat,sans-serif;font-size:14px;font-weight:400;line-height:20px;white-space:nowrap}.app-phone-input__editor{width:100%;min-width:0;padding:13px 12px 13px 4px;display:block;border:none;border-radius:0 12px 12px 0;background:transparent;box-shadow:none;box-sizing:border-box;outline:none;caret-color:currentColor;overflow-x:hidden;overflow-y:hidden}.app-phone-input__editor.is-empty:before{content:attr(data-placeholder);display:block;color:var(--color-gray-4);pointer-events:none;line-height:inherit}.app-phone-input--dial-code-hidden .app-phone-input__editor{padding-left:10px}.app-phone-input__dropdown{top:calc(100% + 6px)!important;left:0!important;margin-top:0;border:1px solid #d7e0ec;border-radius:8px;background:#fff!important;box-shadow:0 10px 22px rgba(15,23,42,.12);font-family:Montserrat,sans-serif;z-index:9999!important;width:220px;max-height:190px;padding:2px 0;overflow-x:hidden;overflow-y:auto;outline:none!important}.app-phone-input__dropdown-item{background:#fff!important;color:var(--color-dark-bg);font-size:12px;line-height:120%;padding:6px 8px;outline:none!important}.app-phone-input__dropdown-country{margin-right:8px}.app-phone-input__dropdown-dial-code{color:var(--color-gray-4);font-size:12px}.app-phone-input__dropdown-item.is-focused,.app-phone-input__dropdown-item.is-selected,.app-phone-input__dropdown-item:hover{background:#f8fafc}.dark .app-phone-input{border-color:var(--color-dark-4);background:var(--color-dark-1)}.dark .app-phone-input .react-international-phone-country-selector-button{border-right-color:var(--color-dark-4)!important}.dark .app-phone-input .react-international-phone-country-selector-button__dropdown-arrow{border-top-color:var(--color-dark-5)}.dark .app-phone-input__dial-code,.dark .app-phone-input__editor{color:var(--color-white)}.dark .app-phone-input .react-international-phone-input::placeholder{color:var(--color-dark-5)}.dark .app-phone-input__dropdown{border-color:var(--color-dark-3);background:var(--color-dark-2);box-shadow:0 10px 22px rgba(6,12,20,.38)}.dark .app-phone-input__dropdown-item{color:var(--color-white)}.dark .app-phone-input__dropdown-dial-code{color:var(--color-dark-5)}.dark .app-phone-input__dropdown-item.is-focused,.dark .app-phone-input__dropdown-item.is-selected,.dark .app-phone-input__dropdown-item:hover{background:var(--color-dark-22)}body.dark .app-phone-input__dropdown{border-color:var(--color-dark-3)!important;background:var(--color-dark-2)!important;box-shadow:0 10px 22px rgba(6,12,20,.38)!important;color-scheme:dark}body.dark .app-phone-input__dropdown-item{background:transparent!important;color:var(--color-white)!important}body.dark .app-phone-input__dropdown-country{color:var(--color-white)!important}body.dark .app-phone-input__dropdown-dial-code{color:var(--color-dark-5)!important}body.dark .app-phone-input__dropdown-item.is-focused,body.dark .app-phone-input__dropdown-item.is-selected,body.dark .app-phone-input__dropdown-item:hover{background:var(--color-dark-22)!important}body.dark .app-phone-input__dropdown::-webkit-scrollbar{width:8px}body.dark .app-phone-input__dropdown::-webkit-scrollbar-track{background:var(--color-dark-3)}body.dark .app-phone-input__dropdown::-webkit-scrollbar-thumb{background:var(--color-dark-4);border-radius:999px}body.dark .app-phone-input__dropdown::-webkit-scrollbar-thumb:hover{background:var(--color-dark-5)}.dark .app-phone-input:hover{border-color:var(--color-blue-main);background:var(--color-dark-22)}.dark .app-phone-input:focus-within{background:var(--color-dark-20);box-shadow:0 0 0 2px rgba(81,116,255,.22)}.clients-create-phone-control.is-disabled{cursor:not-allowed}.clients-create-phone-control .app-phone-input__editor{display:block;height:100%;padding-top:13px;padding-bottom:13px;line-height:20px}.clients-create-phone-control .app-phone-input__editor.is-empty:before{display:inline-block;line-height:20px}.contract-create-layout{gap:18px;padding:18px}.contract-create-workspace{gap:18px}.contract-create-database-card,.contract-create-stage-card--client{border-radius:22px;padding:18px 24px 16px}.contract-create-stage-card--client .contract-create-step-title{padding-bottom:14px}.contract-create-client-form .contract-create-stage-content--scroll{padding-right:4px;padding-bottom:4px}.contract-create-client-form .clients-create-section+.clients-create-section{margin-top:10px}.contract-create-client-form .clients-create-section--separated{padding-bottom:10px}.contract-create-client-form .clients-create-section-title{margin-bottom:9px;font-size:16px;line-height:1.15}.contract-create-client-form .clients-create-grid-1,.contract-create-client-form .clients-create-grid-2,.contract-create-client-form .clients-create-grid-3{gap:12px 18px}.contract-create-client-form .clients-create-grid-top-gap{margin-top:10px}.contract-create-client-form .ant-form-item-with-help{margin-bottom:10px!important}.contract-create-client-form .ant-form-item-explain{min-height:14px;margin-top:4px!important;font-size:11px;line-height:1.2}.contract-create-client-form .ant-form-item-label{margin-bottom:5px!important}.contract-create-client-form .ant-form-item-label>label{font-size:13px!important;line-height:1.15!important}.contract-create-client-form .ant-input,.contract-create-client-form .ant-picker,.contract-create-client-form .ant-select-selector,.contract-create-client-form .clients-create-phone-control.app-phone-input{height:42px!important;min-height:42px!important;border-radius:10px!important}.contract-create-client-form .ant-input{padding:10px 14px!important;font-size:14px!important}.contract-create-client-form .ant-picker,.contract-create-client-form .ant-select-selector{padding-left:14px!important;padding-right:14px!important}.contract-create-client-form .ant-picker input,.contract-create-client-form .ant-select-selection-item,.contract-create-client-form .ant-select-selection-placeholder{font-size:14px!important;line-height:40px!important}.contract-create-client-form .clients-create-phone-control.app-phone-input{--react-international-phone-height:40px;--react-international-phone-border-radius:10px}.contract-create-client-form .clients-create-phone-control .app-phone-input__editor{padding-top:10px;padding-bottom:10px;line-height:18px}.contract-create-client-form .clients-create-phone-control .app-phone-input__editor.is-empty:before{line-height:18px}.contract-create-client-form .contract-create-house-step-actions{margin-top:12px;padding-top:8px}.contract-create-client-form .contract-create-step-create-client-btn{height:40px;min-width:170px;padding:0 16px;border-radius:11px;font-size:14px}.contract-create-database-card{padding:22px 24px}.contract-create-database-title{font-size:19px}.contract-create-database-search{margin-top:16px}.contract-create-database-input.ant-input-affix-wrapper{height:44px;border-radius:11px!important}.clients-create-card-title{margin:0 0 30px;font-family:Montserrat,sans-serif;font-size:20px;font-weight:600;line-height:100%;color:var(--color-dark-bg)}.dark .clients-create-card-title{color:var(--color-white)}.clients-create-database-controls{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) 48px;gap:24px;align-items:end}.clients-create-field-label{display:block;margin-bottom:8px;font-family:Montserrat,sans-serif;font-size:14px;font-weight:400;line-height:100%;color:var(--color-gray-4)}.dark .clients-create-field-label{color:var(--color-white)}.clients-create-search-button{width:48px;height:48px;border:none;border-radius:12px;background:var(--color-blue-main);color:var(--color-white);font-size:20px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background-color .16s ease,transform .16s ease}.clients-create-search-button:hover{background:var(--color-blue-hover);transform:translateY(-1px)}.clients-create-database-empty{flex:1 1 auto;min-height:0;padding:24px 0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:30px;text-align:center}.clients-create-database-empty-icon{font-size:50px;color:var(--color-gray-3)}.clients-create-database-empty-text{margin:0;max-width:345px;color:var(--color-gray-4);font-family:Montserrat,sans-serif;font-size:20px;font-weight:600;line-height:120%}.dark .clients-create-database-empty-icon{color:hsla(0,0%,100%,.62)}.dark .clients-create-database-empty-text{color:var(--color-white)}@media (max-width:1600px){.clients-create-layout{grid-template-columns:minmax(0,1fr) 420px;gap:20px}.clients-create-primary-card{padding:24px;border-radius:24px}}@media (max-width:1280px){.clients-create-page{height:auto;min-height:calc(100dvh - 74px);padding:16px 16px 18px}.clients-create-layout{grid-template-columns:minmax(0,1fr);gap:16px}.clients-create-database-card,.clients-create-database-wrap{min-height:360px}.clients-create-form-scroll{overflow:visible;padding-right:0}}@media (max-width:992px){.clients-create-grid-3{grid-template-columns:repeat(2,minmax(0,1fr))}.clients-create-submit-button{width:100%;min-width:0}}@media (max-width:768px){.clients-create-page{min-height:calc(100dvh - 56px);padding:12px}.clients-create-database-card,.clients-create-primary-card{padding:16px;border-radius:16px}.clients-create-type-selector{width:100%;gap:10px}.clients-create-type-tab{flex:1 1 100%;padding:10px 12px}.clients-create-database-controls,.clients-create-grid-1,.clients-create-grid-2,.clients-create-grid-3{grid-template-columns:minmax(0,1fr);gap:14px}.clients-create-search-button{width:100%}}.ant-descriptions{background:transparent!important}.ant-descriptions-header{margin-bottom:16px!important}.ant-descriptions-title{color:var(--color-gray-900)!important;font-size:16px!important;font-weight:600!important;margin-bottom:0!important}.ant-descriptions-view{background:var(--color-white)!important;border-radius:12px!important;overflow:hidden!important}.ant-descriptions-table{border-collapse:collapse!important;width:100%!important}.ant-descriptions-row{border-bottom:1px solid var(--color-gray-1)!important}.ant-descriptions-row:last-child{border-bottom:none!important}.ant-descriptions-item-label{background:var(--color-gray-bg)!important;color:var(--color-gray-700)!important;font-weight:500!important;width:180px!important;border-right:1px solid var(--color-gray-1)!important}.ant-descriptions-item-content,.ant-descriptions-item-label{font-size:14px!important;padding:12px 16px!important;vertical-align:top!important}.ant-descriptions-item-content{background:var(--color-white)!important;color:var(--color-gray-900)!important}.ant-descriptions-bordered .ant-descriptions-item-label{background:var(--color-gray-bg)!important;border-right:1px solid var(--color-gray-1)!important;border-bottom:1px solid var(--color-gray-1)!important}.ant-descriptions-bordered .ant-descriptions-item-content{background:var(--color-white)!important;border-right:1px solid var(--color-gray-1)!important;border-bottom:1px solid var(--color-gray-1)!important}.ant-descriptions-bordered .ant-descriptions-row:last-child .ant-descriptions-item-content,.ant-descriptions-bordered .ant-descriptions-row:last-child .ant-descriptions-item-label{border-bottom:none!important}.ant-descriptions-small .ant-descriptions-item-content,.ant-descriptions-small .ant-descriptions-item-label{padding:8px 12px!important;font-size:13px!important}.ant-descriptions-middle .ant-descriptions-item-content,.ant-descriptions-middle .ant-descriptions-item-label{padding:12px 16px!important;font-size:14px!important}.ant-descriptions-large .ant-descriptions-item-content,.ant-descriptions-large .ant-descriptions-item-label{padding:16px 20px!important;font-size:16px!important}.dark .ant-descriptions-title{color:var(--color-white)!important}.dark .ant-descriptions-view{background:var(--color-dark-22)!important}.dark .ant-descriptions-row{border-bottom:1px solid var(--color-dark-4)!important}.dark .ant-descriptions-item-label{background:var(--color-dark-2)!important;color:var(--color-white)!important;border-right:1px solid var(--color-dark-4)!important}.dark .ant-descriptions-item-content{background:var(--color-dark-22)!important;color:var(--color-white)!important}.dark .ant-descriptions-bordered .ant-descriptions-item-label{background:var(--color-dark-2)!important;border-right:1px solid var(--color-dark-4)!important;border-bottom:1px solid var(--color-dark-4)!important}.dark .ant-descriptions-bordered .ant-descriptions-item-content{background:var(--color-dark-22)!important;border-right:1px solid var(--color-dark-4)!important;border-bottom:1px solid var(--color-dark-4)!important}.dark .ant-descriptions-bordered .ant-descriptions-row:last-child .ant-descriptions-item-content,.dark .ant-descriptions-bordered .ant-descriptions-row:last-child .ant-descriptions-item-label{border-bottom:none!important}.ant-descriptions-vertical .ant-descriptions-item-label{border-right:none!important;border-bottom:1px solid var(--color-gray-1)!important;width:auto!important}.dark .ant-descriptions-vertical .ant-descriptions-item-label{border-bottom:1px solid var(--color-dark-4)!important}.ant-descriptions-vertical .ant-descriptions-item-content{border-right:none!important}@media (max-width:768px){.ant-descriptions-item-label{width:120px!important}.ant-descriptions-item-content,.ant-descriptions-item-label{padding:10px 12px!important;font-size:13px!important}}.ant-input-number{background:var(--color-white)!important;border:1px solid var(--color-gray-1)!important;border-radius:12px!important;color:var(--color-gray-900)!important;font-size:16px!important;width:100%!important;transition:all .3s ease!important}.ant-input-number:hover{border-color:var(--color-blue-main)!important}.ant-input-number-focused,.ant-input-number-focused:hover,.ant-input-number:focus{border-color:var(--color-blue-main)!important;box-shadow:0 0 0 2px rgba(81,116,255,.1)!important}.ant-input-number-input{background:transparent!important;color:var(--color-gray-900)!important;font-size:16px!important;height:46px!important;padding:0 11px!important}.ant-input-number-input::placeholder{color:var(--color-gray-400)!important}.ant-input-number-handler-wrap{background:var(--color-gray-bg)!important;border-left:1px solid var(--color-gray-1)!important;border-radius:0 12px 12px 0!important}.ant-input-number-handler{border-top:1px solid var(--color-gray-1)!important;color:var(--color-gray-600)!important}.ant-input-number-handler:first-child{border-top:none!important;border-radius:0 12px 0 0!important}.ant-input-number-handler:last-child{border-radius:0 0 12px 0!important}.ant-input-number-handler:hover{color:var(--color-blue-main)!important}.ant-input-number-handler-down-inner,.ant-input-number-handler-up-inner{color:var(--color-gray-600)!important}.ant-input-number-handler:hover .ant-input-number-handler-down-inner,.ant-input-number-handler:hover .ant-input-number-handler-up-inner{color:var(--color-blue-main)!important}.ant-input-number-disabled{background:var(--color-gray-100)!important;opacity:.6!important}.ant-input-number-disabled,.ant-input-number-disabled .ant-input-number-input{color:var(--color-gray-400)!important;cursor:not-allowed!important}.dark .ant-input-number{background:var(--color-dark-3)!important;border:1px solid var(--color-dark-4)!important;color:var(--color-white)!important}.dark .ant-input-number:hover{border-color:var(--color-blue-main)!important;background:var(--color-dark-4)!important}.dark .ant-input-number-focused,.dark .ant-input-number-focused:hover,.dark .ant-input-number:focus{border-color:var(--color-blue-main)!important;background:var(--color-dark-2)!important;box-shadow:0 0 0 2px rgba(81,116,255,.2)!important}.dark .ant-input-number-input{background:transparent!important;color:var(--color-white)!important}.dark .ant-input-number-input::placeholder{color:var(--color-dark-5)!important}.dark .ant-input-number-handler-wrap{background:var(--color-dark-2)!important;border-left:1px solid var(--color-dark-4)!important}.dark .ant-input-number-handler{border-top:1px solid var(--color-dark-4)!important;color:var(--color-dark-6)!important}.dark .ant-input-number-handler:hover{color:var(--color-blue-main)!important}.dark .ant-input-number-handler-down-inner,.dark .ant-input-number-handler-up-inner{color:var(--color-dark-6)!important}.dark .ant-input-number-handler:hover .ant-input-number-handler-down-inner,.dark .ant-input-number-handler:hover .ant-input-number-handler-up-inner{color:var(--color-blue-main)!important}.dark .ant-input-number-disabled{background:var(--color-dark-4)!important;opacity:.6!important}.dark .ant-input-number-disabled,.dark .ant-input-number-disabled .ant-input-number-input{color:var(--color-dark-5)!important}.ant-input-number-lg{height:48px!important;font-size:16px!important}.ant-input-number-lg .ant-input-number-input{height:46px!important;font-size:16px!important}.ant-input-number-sm{height:32px!important;font-size:14px!important}.ant-input-number-sm .ant-input-number-input{height:30px!important;font-size:14px!important}.ant-dropdown{z-index:1050!important}.ant-dropdown-menu{background:var(--color-white)!important;border-radius:12px!important;box-shadow:0 4px 16px rgba(0,0,0,.12)!important;padding:8px!important;border:1px solid var(--color-gray-200)!important}.ant-dropdown-menu-item{color:var(--color-gray-900)!important;border-radius:8px!important;padding:10px 16px!important;font-size:14px!important;font-weight:500!important;transition:all .2s ease!important;display:flex!important;align-items:center!important;gap:12px!important}.ant-dropdown-menu-item:hover{color:var(--color-gray-900)!important}.ant-dropdown-menu-item-active,.ant-dropdown-menu-item:hover{background:var(--color-gray-100)!important}.ant-dropdown-menu-item .anticon{color:var(--color-gray-600)!important;font-size:16px!important}.ant-dropdown-menu-item:hover .anticon{color:var(--color-gray-900)!important}.ant-dropdown-menu-item-selected{background:var(--color-blue-light)!important}.ant-dropdown-menu-item-selected,.ant-dropdown-menu-item-selected .anticon{color:var(--color-blue-main)!important}.ant-dropdown-menu-item-disabled{color:var(--color-gray-400)!important;cursor:not-allowed!important;opacity:.5!important}.ant-dropdown-menu-item-disabled:hover{background:transparent!important;color:var(--color-gray-400)!important}.ant-dropdown-menu-item-danger,.ant-dropdown-menu-item-danger:hover{color:var(--color-red-main)!important}.ant-dropdown-menu-item-danger:hover{background:rgba(239,68,68,.1)!important}.ant-dropdown-menu-item-danger .anticon{color:var(--color-red-main)!important}.ant-dropdown-menu-item-divider{background:var(--color-gray-200)!important;margin:8px 0!important;height:1px!important}.ant-dropdown-menu-submenu-title{color:var(--color-gray-900)!important;border-radius:8px!important;padding:10px 16px!important;font-size:14px!important;font-weight:500!important;transition:all .2s ease!important}.ant-dropdown-menu-submenu-title:hover{background:var(--color-gray-100)!important}.ant-dropdown-menu-submenu-arrow{color:var(--color-gray-600)!important}.ant-dropdown-menu-submenu-title:hover .ant-dropdown-menu-submenu-arrow{color:var(--color-gray-900)!important}.ant-dropdown-menu-title-content{display:flex!important;align-items:center!important;gap:12px!important}.dark .ant-dropdown-menu{background:var(--color-dark-2)!important;border:1px solid var(--color-dark-4)!important;box-shadow:0 4px 16px rgba(0,0,0,.5)!important}.dark .ant-dropdown-menu-item{color:var(--color-white)!important}.dark .ant-dropdown-menu-item:hover{color:var(--color-white)!important}.dark .ant-dropdown-menu-item-active,.dark .ant-dropdown-menu-item:hover{background:var(--color-dark-3)!important}.dark .ant-dropdown-menu-item .anticon{color:var(--color-dark-6)!important}.dark .ant-dropdown-menu-item:hover .anticon{color:var(--color-white)!important}.dark .ant-dropdown-menu-item-selected{background:var(--color-dark-4)!important;color:var(--color-blue-main)!important}.dark .ant-dropdown-menu-item-selected .anticon{color:var(--color-blue-main)!important}.dark .ant-dropdown-menu-item-disabled{color:var(--color-dark-5)!important}.dark .ant-dropdown-menu-item-disabled:hover{background:transparent!important;color:var(--color-dark-5)!important}.dark .ant-dropdown-menu-item-danger{color:var(--color-red-main)!important}.dark .ant-dropdown-menu-item-danger:hover{background:rgba(239,68,68,.15)!important;color:var(--color-red-main)!important}.dark .ant-dropdown-menu-item-danger .anticon{color:var(--color-red-main)!important}.dark .ant-dropdown-menu-item-divider{background:var(--color-dark-4)!important}.dark .ant-dropdown-menu-submenu-title{color:var(--color-white)!important}.dark .ant-dropdown-menu-submenu-title:hover{background:var(--color-dark-3)!important}.dark .ant-dropdown-menu-submenu-arrow{color:var(--color-dark-6)!important}.dark .ant-dropdown-menu-submenu-title:hover .ant-dropdown-menu-submenu-arrow{color:var(--color-white)!important}.ant-dropdown-arrow{display:none!important}.ant-dropdown-placement-bottomCenter,.ant-dropdown-placement-bottomLeft,.ant-dropdown-placement-bottomRight{padding-top:8px!important}.ant-dropdown-placement-topCenter,.ant-dropdown-placement-topLeft,.ant-dropdown-placement-topRight{padding-bottom:8px!important}.ant-dropdown-button{display:inline-flex!important;align-items:center!important}.ant-dropdown-button .ant-btn{border-radius:10px 0 0 10px!important}.ant-dropdown-button .ant-btn-icon-only{border-radius:0 10px 10px 0!important;border-left:1px solid var(--color-gray-200)!important}.dark .ant-dropdown-button .ant-btn-icon-only{border-left:1px solid var(--color-dark-4)!important}.ant-dropdown-menu-item-group-title{color:var(--color-gray-500)!important;font-size:12px!important;font-weight:600!important;padding:8px 16px 4px!important;text-transform:uppercase!important;letter-spacing:.5px!important}.dark .ant-dropdown-menu-item-group-title{color:var(--color-dark-5)!important}.ant-dropdown-menu-item-group-list{margin:0!important;padding:0!important}@media (max-width:768px){.ant-dropdown-menu{max-width:calc(100vw - 32px)!important}.ant-dropdown-menu-item{padding:12px 16px!important;font-size:15px!important}}.ant-pagination-options .ant-select-selector{padding:0 10px!important;height:34px!important;background-color:var(--color-gray-1)!important}.dark .ant-pagination-options .ant-select-selector{background-color:var(--color-dark-3)!important}body .ant-select .ant-select-selector{background:hsla(0,0%,100%,.62)!important;border:1px solid rgba(148,163,184,.42)!important;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.3),0 8px 20px rgba(15,23,42,.1)!important;backdrop-filter:blur(12px) saturate(130%)!important;-webkit-backdrop-filter:blur(12px) saturate(130%)!important}body .ant-select:hover .ant-select-selector{background:hsla(0,0%,100%,.76)!important;border-color:var(--color-blue-main)!important}body .ant-select.ant-select-focused .ant-select-selector{background:hsla(0,0%,100%,.82)!important;border:1px solid var(--color-blue-main)!important;box-shadow:0 0 0 2px rgba(81,116,255,.2)!important}body .ant-select-dropdown{background:hsla(0,0%,100%,.64)!important;border:1px solid rgba(148,163,184,.35)!important;border-radius:12px!important;box-shadow:0 18px 36px rgba(15,23,42,.2),inset 0 1px 0 hsla(0,0%,100%,.28)!important;backdrop-filter:blur(16px) saturate(140%)!important;-webkit-backdrop-filter:blur(16px) saturate(140%)!important;padding:4px!important}body .ant-select-dropdown .ant-select-item{min-height:34px!important;padding:8px 12px!important;border-radius:8px!important}body .ant-select-dropdown .ant-select-item-option-active:not(.ant-select-item-option-disabled){background:rgba(15,23,42,.08)!important}body .ant-select-dropdown .ant-select-item-option-selected:not(.ant-select-item-option-disabled){background:rgba(81,116,255,.2)!important;color:var(--color-blue-main)!important}body.dark .ant-select .ant-select-selector{background:rgba(14,22,33,.62)!important;border:1px solid rgba(104,122,143,.38)!important;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.12),0 8px 20px rgba(0,0,0,.2)!important;backdrop-filter:blur(12px) saturate(130%)!important;-webkit-backdrop-filter:blur(12px) saturate(130%)!important}body.dark .ant-select:hover .ant-select-selector{background:rgba(23,33,43,.78)!important;border-color:var(--color-blue-main)!important}body.dark .ant-select.ant-select-focused .ant-select-selector{background:rgba(23,33,43,.84)!important;border:1px solid var(--color-blue-main)!important;box-shadow:0 0 0 2px rgba(81,116,255,.24)!important}body.dark .ant-select-dropdown{background:rgba(27,39,52,.64)!important;border:1px solid rgba(126,137,151,.32)!important;box-shadow:0 18px 36px rgba(0,0,0,.34),inset 0 1px 0 hsla(0,0%,100%,.14)!important;backdrop-filter:blur(16px) saturate(140%)!important;-webkit-backdrop-filter:blur(16px) saturate(140%)!important}body.dark .ant-select-dropdown .ant-select-item-option-active:not(.ant-select-item-option-disabled){background:rgba(148,163,184,.16)!important}body.dark .ant-select-dropdown .ant-select-item-option-selected:not(.ant-select-item-option-disabled){background:rgba(81,116,255,.28)!important;color:#dbe4ff!important}.app-data-table .ant-table,.app-data-table .ant-table-container,.app-data-table .ant-table-content{background:transparent!important}.app-data-table .ant-table-body{scrollbar-gutter:stable}.app-data-table .ant-table-tbody>tr.ant-table-measure-row{height:0!important}.app-data-table .ant-table-tbody>tr.ant-table-measure-row>td{padding:0!important;height:0!important;line-height:0!important;border:0!important;background:transparent!important}.app-data-table .ant-table-thead>tr>th{background:var(--color-gray-bg)!important;color:var(--color-gray-4)!important;font-family:Montserrat,sans-serif!important;font-size:14px!important;font-weight:500!important;line-height:100%!important;padding:12px!important;border-bottom:1px solid var(--color-gray-1)!important}.app-data-table .ant-table-tbody>tr>td:first-child,.app-data-table .ant-table-thead>tr>th:first-child{padding-left:18px!important}.app-data-table .ant-table-thead>tr>th:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan]):before{background-color:transparent!important}.app-data-table .ant-table-tbody>tr>td{background:var(--color-white)!important;color:var(--color-dark-bg)!important;font-family:Montserrat,sans-serif!important;font-size:14px!important;font-weight:500!important;line-height:100%!important;padding:14px 12px!important;border-bottom:1px solid var(--color-gray-1)!important}.app-data-table .ant-table-tbody>tr{transition:transform .18s ease,filter .18s ease}.app-data-table .ant-table-tbody>tr:hover>td{background:#f7fbff!important}.app-data-table .ant-table-tbody>tr:hover{transform:translateY(-2px);filter:drop-shadow(0 10px 18px rgba(57,76,96,.2));position:relative;z-index:2}.app-data-table .ant-table-tbody>tr:hover>td:first-child{border-top-left-radius:8px!important;border-bottom-left-radius:8px!important}.app-data-table .ant-table-tbody>tr:hover>td:last-child{border-top-right-radius:8px!important;border-bottom-right-radius:8px!important}.app-data-table .ant-table-tbody>tr:last-child>td{border-bottom:none!important}.app-data-table .ant-table-placeholder{background:var(--color-gray-bg)!important;border-color:var(--color-gray-1)!important}.app-data-table .ant-empty-description{font-family:Montserrat,sans-serif!important;color:var(--color-gray-4)!important}body.dark .app-data-table .ant-table-thead>tr>th{background:var(--color-dark-2)!important;color:var(--color-dark-6)!important;border-bottom:1px solid var(--color-dark-4)!important}body.dark .app-data-table .ant-table-tbody>tr>td{background:var(--color-dark-22)!important;color:var(--color-white)!important;border-bottom:1px solid var(--color-dark-4)!important}body.dark .app-data-table .ant-table-tbody>tr:hover>td{background:#223247!important}body.dark .app-data-table .ant-table-tbody>tr:hover{filter:drop-shadow(0 12px 20px rgba(6,12,20,.58))}body.dark .app-data-table .ant-table-placeholder{background:var(--color-dark-2)!important;border-color:var(--color-dark-4)!important}body.dark .app-data-table .ant-empty-description,body.dark .app-data-table .ant-empty-description span{color:var(--color-dark-6)!important}.app-table-pagination-footer{flex:0 0 auto;display:flex;align-items:center;justify-content:flex-start;padding:9px 24px;background:var(--color-gray-bg);border-top:1px solid var(--color-gray-1)}.dark .app-table-pagination-footer{background:var(--color-dark-2);border-top-color:var(--color-dark-3)}.app-base-pagination{display:flex!important;align-items:center!important;justify-content:flex-end!important;flex-wrap:nowrap!important;width:100%!important;gap:8px!important;font-family:Montserrat,sans-serif!important}.app-base-pagination .ant-pagination-total-text{display:none!important}.app-base-pagination .ant-pagination-item,.app-base-pagination .ant-pagination-jump-next,.app-base-pagination .ant-pagination-jump-prev,.app-base-pagination .ant-pagination-next .ant-pagination-item-link:not(:disabled),.app-base-pagination .ant-pagination-prev .ant-pagination-item-link:not(:disabled){min-width:28px!important;width:28px!important;height:28px!important;line-height:26px!important;border-radius:8px!important;border:1px solid var(--color-gray-2)!important;background:var(--color-white)!important;color:var(--color-dark-bg)!important;transition:all .18s ease!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;box-shadow:none!important}.app-base-pagination .ant-pagination-item a{color:inherit!important;font-size:14px!important;line-height:14px!important;font-weight:400!important}.app-base-pagination .ant-pagination-item:hover,.app-base-pagination .ant-pagination-jump-next:hover,.app-base-pagination .ant-pagination-jump-prev:hover,.app-base-pagination .ant-pagination-next:hover .ant-pagination-item-link,.app-base-pagination .ant-pagination-prev:hover .ant-pagination-item-link{border-color:#5174ff!important;color:#fff!important;background:#5174ff!important}.app-base-pagination .ant-pagination-item-active,.app-base-pagination .ant-pagination-item-active:hover{background:var(--color-gray-3)!important;border-color:var(--color-gray-3)!important;color:#fff!important}.app-base-pagination .ant-pagination-item-active a{color:#fff!important}.app-base-pagination .ant-pagination-next .ant-pagination-item-link,.app-base-pagination .ant-pagination-prev .ant-pagination-item-link{background:#5174ff!important;border-color:#5174ff!important;color:#fff!important}.app-base-pagination .ant-pagination-disabled .ant-pagination-item-link,.app-base-pagination .ant-pagination-disabled:hover .ant-pagination-item-link{opacity:.42!important;border-color:var(--color-gray-2)!important;background:var(--color-gray-1)!important;color:var(--color-gray-4)!important}.app-base-pagination .ant-pagination-options{order:-1!important;margin-inline-start:0!important;margin-inline-end:auto!important;display:inline-flex!important;align-items:center!important;gap:8px!important}.app-base-pagination .ant-pagination-options:before{content:var(--app-pagination-options-label,"");color:var(--color-gray-4);font-family:Montserrat,sans-serif;font-size:14px;font-weight:400;line-height:100%}.app-base-pagination .ant-pagination-options-size-changer{margin-inline-end:0!important;width:59px!important;min-width:59px!important}.app-base-pagination .ant-pagination-options-size-changer .ant-select-selector{height:32px!important;border-radius:8px!important;border:1px solid var(--color-gray-2)!important;background:var(--color-white)!important;padding-inline:8px!important;box-shadow:none!important}.app-base-pagination .ant-pagination-options-size-changer .ant-select-selection-item{line-height:30px!important;font-size:14px!important;color:var(--color-dark-bg)!important;font-weight:500!important}.app-base-pagination .ant-pagination-options-size-changer .ant-select-arrow{color:var(--color-dark-bg)!important}.app-base-pagination .ant-pagination-options-quick-jumper,.app-base-pagination .ant-pagination-options-quick-jumper input{display:none!important}.app-base-pagination .ant-pagination-item-ellipsis{color:var(--color-dark-bg)!important}body.dark .app-base-pagination .ant-pagination-total-text{display:none!important}body.dark .app-base-pagination .ant-pagination-item,body.dark .app-base-pagination .ant-pagination-jump-next,body.dark .app-base-pagination .ant-pagination-jump-prev,body.dark .app-base-pagination .ant-pagination-next .ant-pagination-item-link:not(:disabled),body.dark .app-base-pagination .ant-pagination-prev .ant-pagination-item-link:not(:disabled){border-color:var(--color-dark-3)!important;background:var(--color-dark-1)!important;color:var(--color-white)!important}body.dark .app-base-pagination .ant-pagination-item:hover,body.dark .app-base-pagination .ant-pagination-jump-next:hover,body.dark .app-base-pagination .ant-pagination-jump-prev:hover,body.dark .app-base-pagination .ant-pagination-next:hover .ant-pagination-item-link,body.dark .app-base-pagination .ant-pagination-prev:hover .ant-pagination-item-link{border-color:#5174ff!important;color:#fff!important;background:#5174ff!important}body.dark .app-base-pagination .ant-pagination-item-active,body.dark .app-base-pagination .ant-pagination-item-active:hover{background:var(--color-dark-3)!important;border-color:var(--color-dark-3)!important;color:#fff!important}body.dark .app-base-pagination .ant-pagination-next .ant-pagination-item-link,body.dark .app-base-pagination .ant-pagination-prev .ant-pagination-item-link{background:#5174ff!important;border-color:#5174ff!important;color:#fff!important}body.dark .app-base-pagination .ant-pagination-disabled .ant-pagination-item-link,body.dark .app-base-pagination .ant-pagination-disabled:hover .ant-pagination-item-link{border-color:var(--color-dark-3)!important;background:var(--color-dark-2)!important;color:var(--color-dark-6)!important}body.dark .app-base-pagination .ant-pagination-options:before{color:var(--color-dark-6)}body.dark .app-base-pagination .ant-pagination-options-size-changer .ant-select-selector{border-color:var(--color-dark-3)!important;background:var(--color-dark-1)!important}body.dark .app-base-pagination .ant-pagination-item-ellipsis,body.dark .app-base-pagination .ant-pagination-options-size-changer .ant-select-arrow,body.dark .app-base-pagination .ant-pagination-options-size-changer .ant-select-selection-item{color:var(--color-white)!important}.company-create-page{min-height:calc(100dvh - 105px);padding:0 28px;background:#0e1621}.company-create-main{min-width:0;flex:1 1 auto}.company-create-header{display:flex;align-items:center;gap:18px;margin-bottom:24px;padding-top:2px}.company-create-back-btn{width:32px;height:32px;border:1px solid #384351;border-radius:10px;background:#17212b;color:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:border-color .16s ease}.company-create-back-btn:hover{border-color:#5174ff}.company-create-title{margin:0;color:#fff;font-family:Montserrat,sans-serif;font-size:20px;font-weight:600;line-height:100%}.company-create-card{width:100%;background:#242f3d;border:1px solid #384351;border-radius:32px;padding:24px;margin:0 auto;max-height:calc(100dvh - 170px);overflow-y:auto}.company-create-card::-webkit-scrollbar{display:none}.company-create-form{color:#fff}.company-create-section{scroll-margin-top:14px}.company-create-section+.company-create-section{margin-top:32px}.company-create-section-title{margin:0 0 18px;color:#fff;font-family:Montserrat,sans-serif;font-size:18px;font-weight:600;line-height:100%}.company-create-form .ant-form-item{margin-bottom:0!important}.company-create-form .ant-form-item-with-help{margin-bottom:18px!important}.company-create-form .ant-form-item-explain{min-height:18px;margin-top:6px!important}.company-create-form .ant-form-item-label{padding-bottom:8px!important}.company-create-form .ant-form-item-label>label{color:#fff!important;font-family:Montserrat,sans-serif!important;font-size:14px!important;font-weight:400!important;line-height:100%!important}.company-create-form .ant-input-affix-wrapper.company-create-field,.company-create-form .ant-input.company-create-field,.company-create-form .ant-picker.company-create-field,.company-create-form .ant-select.company-create-field .ant-select-selector{height:48px!important;min-height:48px!important;border-radius:12px!important;border:1px solid #384351!important;background:#17212b!important;box-shadow:none!important;color:#fff!important;font-family:Montserrat,sans-serif!important;font-size:15px!important;font-weight:400!important}.company-create-form .ant-input.company-create-field{padding:0 12px!important;line-height:46px!important}.company-create-form .ant-select.company-create-field .ant-select-selector{padding:0 12px!important}.company-create-form .ant-picker.company-create-field input,.company-create-form .ant-select.company-create-field .ant-select-selection-item,.company-create-form .ant-select.company-create-field .ant-select-selection-placeholder{line-height:46px!important;color:#fff!important;font-family:Montserrat,sans-serif!important;font-size:15px!important}.company-create-form .ant-input.company-create-field::placeholder,.company-create-form .ant-picker.company-create-field input::placeholder,.company-create-form .ant-select.company-create-field .ant-select-selection-placeholder{color:#566173!important;opacity:1!important}.company-create-form .ant-picker.company-create-field .ant-picker-suffix,.company-create-form .ant-select.company-create-field .ant-select-arrow{color:#fff!important}.company-create-form .ant-input-affix-wrapper.company-create-field:focus,.company-create-form .ant-input.company-create-field:focus,.company-create-form .ant-picker.company-create-field:focus,.company-create-form .ant-picker.company-create-field:hover,.company-create-form .ant-select-focused.company-create-field .ant-select-selector,.company-create-form .ant-select.company-create-field:hover .ant-select-selector{border-color:#5174ff!important}.company-create-static-field{width:100%}.company-create-static-field .ant-input.company-create-field{height:48px!important;line-height:46px!important}.company-create-static-label{margin:0 0 8px;color:#fff;font-family:Montserrat,sans-serif;font-size:14px;font-weight:400;line-height:100%}.company-create-form .company-create-phone-item .app-phone-input{min-height:48px;border-radius:12px!important;border:1px solid #384351!important;background:#17212b!important;box-shadow:none!important}.company-create-form .company-create-phone-item .app-phone-input:focus-within{border-color:#5174ff!important;box-shadow:none!important}.company-create-form .company-create-phone-item .react-international-phone-country-selector-button{width:100px;border-right:1px solid #2f3947!important}.company-create-form .company-create-phone-item .react-international-phone-country-selector-button__dropdown-arrow{border-top-color:#566173!important}.company-create-form .company-create-phone-input{height:100%!important;min-height:100%!important;max-height:none!important;border:0!important;border-radius:0!important;background:transparent!important;color:#fff!important;font-family:Montserrat,sans-serif!important;font-size:15px!important;font-weight:400!important;line-height:20px!important;padding:13px 10px 13px 4px!important;display:block!important;box-shadow:none!important}.company-create-form .company-create-phone-input::placeholder{color:#566173!important}.company-create-form .company-create-phone-item .app-phone-input__dropdown{border-color:#384351!important;background:#17212b!important}.company-create-form .company-create-phone-item .app-phone-input__dropdown-item{color:#fff!important}.company-create-form .company-create-phone-item .app-phone-input__dropdown-dial-code{color:#94a3b8!important}.company-create-form .company-create-phone-item .app-phone-input__dropdown-item.is-focused,.company-create-form .company-create-phone-item .app-phone-input__dropdown-item.is-selected,.company-create-form .company-create-phone-item .app-phone-input__dropdown-item:hover{background:#1f2937!important}.company-create-form .company-create-plus-btn{width:48px!important;min-width:48px!important;height:48px!important;border-radius:12px!important;border:1px solid #384351!important;background:#384351!important;color:#fff!important}.company-create-form .company-create-plus-btn:hover{border-color:#5174ff!important;color:#fff!important}.company-create-submit-row{margin-top:32px;display:flex;justify-content:flex-end}.company-create-submit-btn.ant-btn{width:200px!important;height:48px!important;border-radius:12px!important;border:1px solid #5174ff!important;background:#5174ff!important;color:#fff!important;font-family:Montserrat,sans-serif!important;font-size:16px!important;font-weight:500!important}.company-create-submit-btn.ant-btn:hover{background:#4266f4!important;border-color:#4266f4!important;color:#fff!important}body:not(.dark) .company-create-page{background:#f4f7fc}body:not(.dark) .company-create-back-btn{border-color:#d7e0ec;background:#fff;color:#233041}body:not(.dark) .company-create-back-btn:hover{border-color:#5174ff;color:#3558d8}body:not(.dark) .company-create-title{color:#1f2a37}body:not(.dark) .company-create-card{background:#fff;border-color:#e2e8f0;box-shadow:0 6px 18px rgba(15,23,42,.05)}body:not(.dark) .company-create-form,body:not(.dark) .company-create-section-title{color:#1f2a37}body:not(.dark) .company-create-form .ant-form-item-label>label{color:#334155!important}body:not(.dark) .company-create-form .ant-input-affix-wrapper.company-create-field,body:not(.dark) .company-create-form .ant-input.company-create-field,body:not(.dark) .company-create-form .ant-picker.company-create-field,body:not(.dark) .company-create-form .ant-select.company-create-field .ant-select-selector{border-color:#d7e0ec!important;background:#fff!important;color:#1f2937!important}body:not(.dark) .company-create-form .ant-input.company-create-field,body:not(.dark) .company-create-form .ant-picker.company-create-field input,body:not(.dark) .company-create-form .ant-select.company-create-field .ant-select-selection-item,body:not(.dark) .company-create-form .ant-select.company-create-field .ant-select-selection-placeholder{color:#1f2937!important}body:not(.dark) .company-create-form .ant-input.company-create-field::placeholder,body:not(.dark) .company-create-form .ant-picker.company-create-field input::placeholder,body:not(.dark) .company-create-form .ant-select.company-create-field .ant-select-selection-placeholder,body:not(.dark) .company-create-form .company-create-phone-input::placeholder{color:#94a3b8!important}body:not(.dark) .company-create-form .ant-picker.company-create-field .ant-picker-suffix,body:not(.dark) .company-create-form .ant-select.company-create-field .ant-select-arrow{color:#64748b!important}body:not(.dark) .company-create-form .ant-input-affix-wrapper.company-create-field:focus,body:not(.dark) .company-create-form .ant-input.company-create-field:focus,body:not(.dark) .company-create-form .ant-picker.company-create-field:focus,body:not(.dark) .company-create-form .ant-picker.company-create-field:hover,body:not(.dark) .company-create-form .ant-select-focused.company-create-field .ant-select-selector,body:not(.dark) .company-create-form .ant-select.company-create-field:hover .ant-select-selector{border-color:#5174ff!important}body:not(.dark) .company-create-static-label{color:#334155}body:not(.dark) .company-create-form .company-create-phone-item .app-phone-input{border-color:#d7e0ec!important;background:#fff!important}body:not(.dark) .company-create-form .company-create-phone-input{color:#1f2937!important}body:not(.dark) .company-create-form .company-create-phone-item .react-international-phone-country-selector-button{border-right-color:#d7e0ec!important}body:not(.dark) .company-create-form .company-create-phone-item .react-international-phone-country-selector-button__dropdown-arrow{border-top-color:#64748b!important}body:not(.dark) .company-create-form .company-create-phone-item .app-phone-input__dropdown{border-color:#d7e0ec!important;background:#fff!important}body:not(.dark) .company-create-form .company-create-phone-item .app-phone-input__dropdown-item{color:#1f2937!important}body:not(.dark) .company-create-form .company-create-phone-item .app-phone-input__dropdown-dial-code{color:#64748b!important}body:not(.dark) .company-create-form .company-create-phone-item .app-phone-input__dropdown-item.is-focused,body:not(.dark) .company-create-form .company-create-phone-item .app-phone-input__dropdown-item.is-selected,body:not(.dark) .company-create-form .company-create-phone-item .app-phone-input__dropdown-item:hover{background:#f8fafc!important}body:not(.dark) .company-create-form .company-create-plus-btn{border-color:#d7e0ec!important;background:#eef2ff!important;color:#3558d8!important}body:not(.dark) .company-create-form .company-create-plus-btn:hover{border-color:#5174ff!important;background:#e2e8ff!important;color:#274ac5!important}body:not(.dark) .company-create-form .ant-input.company-create-field[disabled]{background:#f8fafc!important;color:#94a3b8!important;border-color:#d7e0ec!important}@media (max-width:1400px){.company-create-page{padding:18px}}@media (max-width:768px){.company-create-page{min-height:calc(100dvh - 56px);padding:12px}.company-create-header{margin-bottom:12px}.company-create-title{font-size:18px}.company-create-card{border-radius:20px;padding:16px;max-height:none}}:root{--app-form-control-bg:var(--color-gray-bg);--app-form-control-bg-hover:var(--color-white);--app-form-control-bg-focus:var(--color-white);--app-form-control-border:var(--color-gray-1);--app-form-control-border-hover:var(--color-gray-2);--app-form-control-border-focus:var(--color-blue-main);--app-form-control-text:var(--color-dark-bg);--app-form-control-placeholder:var(--color-gray-4);--app-form-control-icon:var(--color-gray-4);--app-form-control-focus-shadow:0 0 0 2px rgba(81,116,255,.18);--app-form-dropdown-bg:var(--color-white);--app-form-dropdown-border:var(--color-gray-1);--app-form-dropdown-item-hover:var(--color-gray-bg);--app-form-dropdown-item-selected-bg:rgba(81,116,255,.18);--app-form-dropdown-item-selected-text:var(--color-blue-main)}body.dark{--app-form-control-bg:var(--color-dark-1);--app-form-control-bg-hover:var(--color-dark-22);--app-form-control-bg-focus:var(--color-dark-20);--app-form-control-border:var(--color-dark-3);--app-form-control-border-hover:var(--color-dark-4);--app-form-control-border-focus:var(--color-blue-main);--app-form-control-text:var(--color-white);--app-form-control-placeholder:var(--color-dark-5);--app-form-control-icon:var(--color-dark-5);--app-form-control-focus-shadow:0 0 0 2px rgba(81,116,255,.24);--app-form-dropdown-bg:var(--color-dark-2);--app-form-dropdown-border:var(--color-dark-3);--app-form-dropdown-item-hover:var(--color-dark-22);--app-form-dropdown-item-selected-bg:rgba(81,116,255,.28);--app-form-dropdown-item-selected-text:#dbe4ff}body .ant-input-affix-wrapper.ant-input-affix-wrapper,body .ant-input-number.ant-input-number.ant-input-number,body .ant-input.ant-input,body .ant-picker.ant-picker,body .ant-select.ant-select.ant-select .ant-select-selector,body .app-glass-select.ant-select.app-glass-select .ant-select-selector,body .clients-create-control.ant-select .ant-select-selector,body .contract-create-control.ant-select .ant-select-selector{background:var(--app-form-control-bg)!important;border:1px solid var(--app-form-control-border)!important;border-radius:12px!important;box-shadow:none!important}body .ant-input-affix-wrapper.ant-input-affix-wrapper input,body .ant-input-number.ant-input-number.ant-input-number .ant-input-number-input,body .ant-input.ant-input,body .ant-picker.ant-picker input,body .ant-select.ant-select.ant-select .ant-select-selection-item,body .ant-select.ant-select.ant-select .ant-select-selection-placeholder,body .ant-select.ant-select.ant-select .ant-select-selection-search-input{color:var(--app-form-control-text)!important}body .ant-input-affix-wrapper.ant-input-affix-wrapper input::placeholder,body .ant-input-number.ant-input-number.ant-input-number .ant-input-number-input::placeholder,body .ant-input.ant-input::placeholder,body .ant-picker.ant-picker input::placeholder,body .ant-select.ant-select.ant-select .ant-select-selection-placeholder,body .ant-select.ant-select.ant-select .ant-select-selection-search-input::placeholder{color:var(--app-form-control-placeholder)!important}body .ant-input-affix-wrapper.ant-input-affix-wrapper:hover,body .ant-input-number.ant-input-number.ant-input-number:hover,body .ant-input.ant-input:hover,body .ant-picker.ant-picker:hover,body .ant-select.ant-select.ant-select:hover .ant-select-selector,body .app-glass-select.ant-select.app-glass-select:hover .ant-select-selector{background:var(--app-form-control-bg-hover)!important;border-color:var(--app-form-control-border-hover)!important}body .ant-input-affix-wrapper.ant-input-affix-wrapper-focused,body .ant-input-number.ant-input-number.ant-input-number-focused,body .ant-input.ant-input-focused,body .ant-input.ant-input:focus,body .ant-picker.ant-picker-focused,body .ant-select.ant-select.ant-select.ant-select-focused .ant-select-selector,body .app-glass-select.ant-select.app-glass-select.ant-select-focused .ant-select-selector{background:var(--app-form-control-bg-focus)!important;border-color:var(--app-form-control-border-focus)!important;box-shadow:var(--app-form-control-focus-shadow)!important}body .ant-input-password .ant-input-password-icon,body .ant-input-prefix,body .ant-input-suffix,body .ant-picker.ant-picker .ant-picker-suffix,body .ant-select.ant-select.ant-select .ant-select-arrow{color:var(--app-form-control-icon)!important}body .ant-input-number.ant-input-number .ant-input-number-handler-wrap{background:var(--app-form-control-bg)!important;border-left:1px solid var(--app-form-control-border)!important}body .ant-input-number.ant-input-number .ant-input-number-handler-down-inner,body .ant-input-number.ant-input-number .ant-input-number-handler-up-inner{color:var(--app-form-control-icon)!important}body .ant-select-dropdown.ant-select-dropdown,body .app-glass-select-dropdown.ant-select-dropdown,body .block-homes-bulk-edit-dropdown.ant-select-dropdown,body .clients-create-select-dropdown.ant-select-dropdown,body .contracts-filter-select-dropdown.ant-select-dropdown,body .kassa-entry-select-dropdown.ant-select-dropdown,body .payments-create-select-dropdown.ant-select-dropdown{background:var(--app-form-dropdown-bg)!important;border:1px solid var(--app-form-dropdown-border)!important;border-radius:12px!important;box-shadow:0 10px 24px rgba(15,23,42,.16)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}body.dark .ant-select-dropdown.ant-select-dropdown,body.dark .app-glass-select-dropdown.ant-select-dropdown,body.dark .block-homes-bulk-edit-dropdown.ant-select-dropdown,body.dark .clients-create-select-dropdown.ant-select-dropdown,body.dark .contracts-filter-select-dropdown.ant-select-dropdown,body.dark .kassa-entry-select-dropdown.ant-select-dropdown,body.dark .payments-create-select-dropdown.ant-select-dropdown{box-shadow:0 12px 28px rgba(0,0,0,.34)!important}body .ant-select-dropdown.ant-select-dropdown .ant-select-item{color:var(--app-form-control-text)!important}body .ant-select-dropdown.ant-select-dropdown .ant-select-item-option-active:not(.ant-select-item-option-disabled){background:var(--app-form-dropdown-item-hover)!important}body .ant-select-dropdown.ant-select-dropdown .ant-select-item-option-selected:not(.ant-select-item-option-disabled){background:var(--app-form-dropdown-item-selected-bg)!important;color:var(--app-form-dropdown-item-selected-text)!important}