*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#667eea,#764ba2);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;min-height:100vh}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App,body,html{max-width:100vw;overflow-x:hidden;width:100%}.App{background:#fff;min-height:100vh}.container{margin:0 auto;max-width:1200px;padding:0}.content{background:#fff;padding:24px}@media (max-width:768px){.container{padding:0}.content{padding:16px}.tab-button{font-size:14px;padding:14px 16px}}@media (max-width:480px){.content,.tab-button{padding:12px}.tab-button{font-size:13px}}.proposal-form{margin:0 auto;max-width:800px}.proposal-form h2{color:#000;font-size:1.5rem;font-weight:600;margin-bottom:1.5rem}.alert{animation:slideDown .3s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.alert-error,.alert-success{border-radius:4px}.alert-success{background:#000;color:#fff}form{display:flex;flex-direction:column;gap:1.5rem}.form-group{gap:.5rem}.type-buttons{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.type-button{background:#fff;border:1px solid #ddd;border-radius:4px;cursor:pointer;font-size:14px;font-weight:500;padding:12px;transition:all .2s ease}.type-button:hover{background:#f5f5f5;border-color:#000}.type-button.active{background:#000;border-color:#000;color:#fff}.input-with-voice{align-items:flex-start;display:flex;gap:.5rem}input,textarea{border:1px solid #ddd;border-radius:4px;flex:1 1;font-family:inherit;font-size:14px;padding:10px;transition:border-color .2s ease}input:focus,textarea:focus{border-color:#000;outline:none}input:disabled,textarea:disabled{background:#f5f5f5;color:#999;cursor:not-allowed}textarea{min-height:80px;resize:vertical}.submit-button{background:#000;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:15px;font-weight:500;margin-top:1rem;padding:14px;transition:all .2s ease}.submit-button:hover:not(:disabled){background:#333}.submit-button:disabled{cursor:not-allowed;opacity:.6}.form-preview{background:#f5f5f5;border:1px solid #ddd;border-radius:4px;margin-top:2rem;padding:1.5rem}.form-preview h3{color:#000;font-size:1rem;font-weight:600;margin-bottom:1rem}.preview-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.preview-item{background:#fff;border:1px solid #ddd;border-radius:4px;font-size:14px;padding:12px}.preview-item strong{color:#000;display:block;font-weight:500;margin-bottom:.25rem}@media (max-width:768px){.proposal-form{padding:1rem}.form-header h2{font-size:1.4rem}.form-step{padding:1rem}.step-title{font-size:1.1rem}.type-buttons{gap:.75rem;grid-template-columns:1fr}.type-button{font-size:.9rem;padding:.75rem}.form-group{margin-bottom:1rem}.form-group label{font-size:.95rem}.form-group input,.form-group textarea{font-size:.95rem;padding:.75rem}.voice-input-container{flex-direction:column;gap:.75rem}.voice-button{width:100%}.button-group{flex-direction:column;gap:.75rem}.back-button,.submit-button{width:100%}.preview-grid{grid-template-columns:1fr}.form-preview{padding:1rem}}@media (max-width:480px){.proposal-form{padding:.75rem}.form-header h2{font-size:1.2rem;margin-bottom:1rem}.form-step{padding:.75rem}.step-title{font-size:1rem;margin-bottom:1rem}.type-button{font-size:.8rem;padding:.6rem}.form-group label{font-size:.85rem}.form-group input,.form-group textarea{font-size:.85rem;padding:.6rem}.voice-button{font-size:.8rem;padding:.6rem 1rem}.back-button,.submit-button{font-size:.85rem;padding:.6rem 1rem}.preview-item{font-size:.8rem;padding:.6rem}.preview-item strong{font-size:.75rem}}.proposal-list{width:100%}.list-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.list-header h2{color:#000;font-size:1.5rem;font-weight:600;margin:0}.refresh-button{background:#000;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;padding:10px 20px;transition:all .2s ease}.refresh-button:hover{background:#333}.empty-state p:first-child{color:#666;font-size:1.1rem;margin-bottom:.5rem}.alert{border-radius:8px;font-weight:500;margin-bottom:1.5rem;padding:1rem}.alert-error{background:#fee;border:1px solid #fcc;color:#c33}.filter-section{align-items:center;background:#f9f9f9;border-radius:8px;display:flex;gap:1rem;margin-bottom:1.5rem;padding:1rem}.filter-section label{color:#333;font-weight:600}.filter-section select{border:2px solid #ddd;border-radius:6px;cursor:pointer;font-size:.95rem;padding:.5rem 1rem;transition:border-color .3s ease}.filter-section select:focus{border-color:#667eea;outline:none}.proposals-grid{grid-gap:1rem;gap:1rem}.proposal-card{display:flex;flex-direction:column;gap:8px;overflow:hidden;padding:12px}.card-header{align-items:flex-start;flex-wrap:wrap;gap:8px}.card-title{display:flex;flex-direction:column;gap:.5rem}.type-badge{color:#333;font-size:.95rem;font-weight:600}.status-badge{align-items:center;background:#f0f0f0;border-radius:6px;color:#666;display:inline-flex;font-size:.85rem;gap:.5rem;padding:.4rem .8rem}.card-id{color:#667eea;font-size:1.1rem;font-weight:700}.card-content{font-size:13px;gap:4px;word-break:break-word}.card-prices{display:flex;flex-direction:column;gap:6px}.price-item{align-items:center;border-bottom:1px solid #f0f0f0;display:flex;font-size:12px;justify-content:space-between;padding:6px 0}.price-item strong{color:#999;font-size:11px;font-weight:500}.price-item span{color:#667eea;font-size:12px;font-weight:600;text-align:right}.card-footer{border-top:1px solid #eee;color:#999;font-size:.85rem;padding-top:.75rem}.modal-overlay{padding:8px}.modal-content{border-radius:8px;max-height:95vh;padding:12px}.modal-close{background:#f0f0f0;border-radius:6px;font-size:1.2rem;right:1rem;top:1rem;transition:all .3s ease}.comment{background:#f9f9f9;border-left:3px solid #667eea;border-radius:8px;color:#666;line-height:1.6;padding:1rem}@media (max-width:768px){.list-header{flex-direction:column;gap:1rem}.list-header h2{font-size:1.4rem}.refresh-button{width:100%}.filter-section{flex-direction:column}.filter-section select{width:100%}.proposals-grid{gap:1rem;grid-template-columns:1fr}.proposal-card{gap:6px;padding:10px}.card-header,.card-title{flex-direction:row;gap:6px}.card-title{flex-wrap:wrap}.card-prices{gap:4px}.price-item{font-size:11px;padding:4px 0}.price-item strong{font-size:10px}.price-item span{font-size:11px}.info-row{font-size:13px}.card-content{gap:3px}.card-content,.type-badge{font-size:12px}.status-badge{font-size:11px;padding:3px 6px}.card-id{font-size:14px}.card-footer{font-size:11px;padding-top:6px}.modal-overlay{padding:4px}.modal-content{border-radius:8px;margin:0;max-height:95vh;padding:10px}.modal-content h2{font-size:15px;margin-bottom:10px}.modal-body{gap:10px}.detail-section{padding-bottom:8px}.detail-section h3{font-size:12px;margin-bottom:6px}.modal-actions{gap:6px;padding-top:10px}.btn-cancel,.btn-edit,.btn-save{font-size:13px;padding:8px 12px}}@media (max-width:480px){.list-header h2{font-size:1.2rem}.proposal-card{padding:.75rem}.card-content,.card-prices{gap:.5rem}.info-row,.price-item{font-size:.85rem}.modal-overlay{padding:0}.modal-content{border-radius:0;max-height:100vh;padding:8px}.modal-content h2{font-size:14px}.modal-body{gap:8px}.detail-section{padding-bottom:6px}.detail-section h3{font-size:12px;margin-bottom:4px}.detail-item{font-size:12px}.date-item,.price-box{font-size:12px;padding:4px 8px}.edit-form{gap:8px}.form-group label{font-size:11px}.form-group input,.form-group textarea{font-size:13px;padding:6px}.modal-actions{padding-top:8px}.btn-cancel,.btn-edit,.btn-save{font-size:12px;padding:8px}}.badge{background:#e7f3ff;border-radius:4px;color:#1976d2;display:inline-block;font-size:12px;font-weight:500;padding:2px 8px}.badge.status{background:#fff3e0;color:#f57c00}.edit-form{gap:10px}.form-row{display:flex;flex-direction:column;gap:8px}.form-group{gap:4px}.form-group.full-width{grid-column:1/-1}.form-group label{color:#666;font-size:12px}.form-group input,.form-group textarea{background:#fff;padding:8px}.form-group input::placeholder,.form-group textarea::placeholder{color:#ccc}.form-group input:focus,.form-group textarea:focus{border-color:#2196f3}.form-group textarea{min-height:80px}.modal-actions{padding-top:12px}.btn-cancel,.btn-edit,.btn-save,.btn-send{border:1px solid #000;border-radius:4px;cursor:pointer;flex:1 1;font-size:14px;font-weight:500;padding:10px 16px;transition:all .2s ease}.btn-edit{background:#000;color:#fff}.btn-edit:hover{background:#333}.btn-send{background:#000;color:#fff}.btn-send:hover{background:#333}.director-page{background:#fff;margin:0 auto;max-width:1200px;min-height:100vh;padding:24px}.director-header{border-bottom:2px solid #000;margin-bottom:32px;padding-bottom:16px}.director-header h1{color:#000;font-size:24px;font-weight:600;margin:0 0 8px}.director-header p{color:#666;font-size:14px;margin:0}.company-balance-bar{align-items:center;background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;display:flex;flex-wrap:wrap;gap:8px;justify-content:space-between;margin-bottom:16px;padding:10px 16px}.balance-company-name{color:#495057;font-size:13px;font-weight:500}.balance-values{display:flex;flex-wrap:wrap;gap:16px}.balance-item{color:#212529;font-size:13px}.balance-item .label{color:#6c757d}.balance-item.reserved{color:#fd7e14}.balance-item.available{color:#28a745;font-weight:600}.stats-bar{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;color:#fff;display:flex;gap:24px;margin-bottom:24px;padding:16px}.stat-item{align-items:center;display:flex;flex:1 1;flex-direction:column;text-align:center}.stat-value{font-size:24px;font-weight:700}.stat-label{font-size:12px;margin-top:4px;opacity:.9}@media (max-width:600px){.stats-bar{flex-direction:column;gap:12px}.stat-item{flex-direction:row;justify-content:space-between}.stat-value{font-size:18px}}.tabs{background:#fff;border-bottom:2px solid #000;display:flex;gap:0;margin-bottom:24px}.tab-button{background:#fff;border:none;border-bottom:3px solid #0000;color:#666;cursor:pointer;flex:1 1;font-size:15px;font-weight:500;padding:16px 24px;transition:all .2s ease}.tab-button:hover{background:#f5f5f5;color:#000}.tab-button.active{background:#fff;border-bottom:3px solid #000;color:#000;font-weight:600}.alert{padding:12px}.alert-error{background:#f5f5f5;border:1px solid #000;color:#000}.proposals-grid{grid-template-columns:1fr}.status-badge.approved{background:#f5f5f5;border:1px solid #000;color:#000}.status-badge.vor{background:#333;border:1px solid #000;color:#fff}.info-row{font-size:14px}.info-row strong{color:#666}.info-row span{color:#000}.modal-close{background:#f5f5f5;border-radius:4px;color:#000;font-size:18px;transition:background .2s}.modal-close:hover{background:#e0e0e0}.modal-content h2{margin:0 0 20px}.modal-body{display:flex;flex-direction:column;gap:20px}.detail-section{border-bottom:1px solid #eee;padding-bottom:16px}.detail-section:last-of-type{border-bottom:none}.detail-section.highlight{background:#f5f5f5;border:1px solid #000;border-radius:4px;padding:12px}.detail-item{font-size:14px;padding:8px 0}.detail-item strong{color:#666;flex-shrink:0;margin-right:16px}.detail-item span{color:#000;word-break:break-word}.detail-item.total{border-top:1px solid #000;margin-top:8px}.form-group label{font-size:14px}.form-group input,.form-group textarea{font-size:14px;transition:border-color .2s}.form-group textarea{resize:vertical}.modal-actions{border-top:1px solid #eee;gap:8px;padding-top:16px}.btn-approve,.btn-cancel,.btn-edit,.btn-reject,.btn-save{border:1px solid #000;border-radius:4px;cursor:pointer;flex:1 1;font-size:14px;font-weight:500;padding:12px;transition:all .2s ease}.btn-approve,.btn-edit{background:#000;color:#fff}.btn-approve:hover,.btn-edit:hover{background:#333}.btn-save{background:#000;color:#fff}.btn-save:hover{background:#333}.btn-cancel,.btn-reject{background:#fff;color:#000}.approved-message,.btn-cancel:hover,.btn-reject:hover{background:#f5f5f5}.approved-message{border:1px solid #000;border-radius:4px;color:#000;font-size:14px;font-weight:500;padding:16px;text-align:center;width:100%}@media (max-width:768px){.director-page{padding:16px}.director-header h1{font-size:20px}.director-header p{font-size:13px}.tab-button{font-size:14px;padding:14px 16px}.modal-content{padding:16px}.modal-content h2{font-size:18px}.detail-item{font-size:13px}.modal-actions{flex-direction:column}.btn-approve,.btn-cancel,.btn-edit,.btn-reject,.btn-save{width:100%}}@media (max-width:480px){.director-page{padding:12px}.director-header{margin-bottom:20px}.director-header h1{font-size:18px}.tab-button{font-size:13px;padding:12px}.modal-overlay{padding:8px}.modal-content{max-height:95vh;padding:12px}.card-header h3{font-size:14px}.info-row{font-size:12px}}.file-link{color:#06c;cursor:pointer;text-decoration:none;transition:color .2s;word-break:break-all}.file-link:hover{color:#0052a3;text-decoration:underline}.invoice-card{border-left:4px solid #2196f3}.invoice-card .amount{color:#2196f3;font-size:15px;font-weight:600}.status-badge.invoice{background:#e3f2fd;color:#1976d2}.tab-badge{align-items:center;background:#f44336;border-radius:10px;color:#fff;display:inline-flex;font-size:11px;font-weight:600;height:20px;justify-content:center;margin-left:6px;min-width:20px;padding:0 6px}.invoice-modal{max-width:600px}.invoice-modal .detail-item.highlight{background:#e3f2fd;border-radius:8px;margin:8px 0;padding:12px}.invoice-modal .amount-large{color:#1976d2;font-size:24px;font-weight:700}.invoice-modal .purpose-text{background:#f5f5f5;border-radius:6px;color:#333;display:block;font-size:13px;line-height:1.5;padding:12px}.invoice-modal .detail-section{border-bottom:1px solid #eee;margin-bottom:20px;padding-bottom:16px}.invoice-modal .detail-section:last-of-type{border-bottom:none}.invoice-modal .detail-section h3{color:#333;font-size:14px;font-weight:600;letter-spacing:.5px;margin:0 0 12px;text-transform:uppercase}.invoice-modal .detail-item{align-items:flex-start;display:flex;font-size:13px;justify-content:space-between;padding:6px 0}.invoice-modal .detail-item strong{color:#666;font-weight:500;min-width:120px}.invoice-modal .detail-item span{color:#333;text-align:right;word-break:break-word}.invoice-modal .modal-actions{border-top:1px solid #eee;display:flex;gap:12px;margin-top:24px;padding-top:16px}.invoice-modal .btn-approve{background:#4caf50;border:none;border-radius:8px;color:#fff;cursor:pointer;flex:1 1;font-size:14px;font-weight:600;padding:14px 24px;transition:background .2s}.invoice-modal .btn-approve:hover{background:#43a047}.invoice-modal .btn-reject{background:#f5f5f5;border:1px solid #ddd;border-radius:8px;color:#666;cursor:pointer;flex:1 1;font-size:14px;font-weight:500;padding:14px 24px;transition:all .2s}.invoice-modal .btn-reject:hover{background:#ffebee;border-color:#f44336;color:#f44336}.schedule-container{padding:16px 0}.schedule-summary{display:flex;gap:12px;margin-bottom:16px}.schedule-summary .summary-item{border-radius:8px;flex:1 1;padding:12px;text-align:center}.schedule-summary .summary-item.income{background:#e8f5e9;border:1px solid #c8e6c9}.schedule-summary .summary-item.expense{background:#ffebee;border:1px solid #ffcdd2}.schedule-summary .summary-item.profit{background:#e3f2fd;border:1px solid #bbdefb}.summary-item.profit .summary-value{color:#1565c0}.schedule-summary .summary-label{color:#666;display:block;font-size:11px;margin-bottom:4px}.schedule-summary .summary-value{display:block;font-size:16px;font-weight:600}.summary-item.income .summary-value{color:#2e7d32}.summary-item.expense .summary-value{color:#c62828}.schedule-list{display:flex;flex-direction:column;gap:8px}.schedule-month{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;padding:12px}.month-header{align-items:center;border-bottom:1px solid #e9ecef;display:flex;justify-content:space-between;margin-bottom:8px;padding-bottom:8px}.month-name{color:#333;font-size:14px;font-weight:600;text-transform:capitalize}.month-count{background:#e9ecef;border-radius:10px;color:#888;font-size:11px;padding:2px 8px}.month-values{display:flex;flex-wrap:wrap;gap:8px}.month-expense,.month-income,.month-profit{display:flex;flex:1 1;flex-direction:column;gap:2px;min-width:100px}.month-values .label{color:#888;font-size:10px}.month-values .value{font-size:13px;font-weight:500}.month-income .value{color:#2e7d32}.month-expense .value{color:#c62828}.month-profit .value.positive{color:#2e7d32;font-weight:600}.month-profit .value.negative{color:#c62828;font-weight:600}.pto-page{background:#fff;margin:0 auto;max-width:1200px;padding:24px}.pto-header{border-bottom:2px solid #000;margin-bottom:32px;padding-bottom:16px}.pto-header h1{color:#000;font-size:28px;font-weight:600;margin:0 0 8px}.pto-header p{color:#666;font-size:14px;margin:0}.loading{color:#666;font-size:1rem}.empty-state,.loading{padding:3rem;text-align:center}.empty-state{color:#999;font-size:16px}.alert{border-radius:4px;font-size:14px;margin-bottom:16px;padding:12px 16px}.alert-error{background:#fff5f5;border:1px solid #fc8181;color:#c53030}.proposals-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));margin-bottom:24px}.proposal-card{background:#fff;border:1px solid #ddd;border-radius:4px;cursor:pointer;padding:16px;transition:all .2s ease}.proposal-card:hover{border-color:#000;box-shadow:0 2px 8px #0000001a}.card-header{align-items:center;border-bottom:1px solid #eee;display:flex;justify-content:space-between;margin-bottom:12px;padding-bottom:12px}.card-header h3{color:#000;font-size:16px;font-weight:600;margin:0}.status-badge{background:#000;border-radius:4px;color:#fff;font-size:12px;font-weight:500;padding:4px 12px}.card-content{display:flex;flex-direction:column;gap:8px}.info-row{align-items:center;display:flex;font-size:13px;justify-content:space-between}.info-row strong{color:#000;font-weight:500}.info-row span{color:#666;max-width:60%;text-align:right;word-break:break-word}.modal-overlay{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:16px;position:fixed;right:0;top:0;z-index:1000}.modal-content{background:#fff;border-radius:4px;max-height:90vh;max-width:600px;overflow-y:auto;padding:24px;position:relative;width:100%}.modal-close{align-items:center;background:none;border:none;color:#666;cursor:pointer;display:flex;font-size:24px;height:32px;justify-content:center;padding:0;position:absolute;right:16px;top:16px;width:32px}.modal-close:hover{color:#000}.modal-content h2{color:#000;font-size:20px;font-weight:600;margin:0 0 24px}.modal-body{margin-bottom:24px}.detail-section{background:#f5f5f5;border-radius:4px;margin-bottom:20px;padding:16px}.detail-section h3{color:#000;font-size:14px;font-weight:600;letter-spacing:.5px;margin:0 0 12px;text-transform:uppercase}.detail-item{align-items:flex-start;display:flex;font-size:13px;gap:12px;justify-content:space-between;margin-bottom:8px}.detail-item strong{color:#000;font-weight:500;min-width:120px}.detail-item span{color:#333;flex:1 1;text-align:right}.detail-item.total{border-top:1px solid #ddd;font-weight:600;margin-top:12px;padding-top:12px}.detail-item.total span{color:#000;font-weight:600}.edit-form{gap:16px}.edit-form,.form-group{display:flex;flex-direction:column}.form-group{gap:6px}.form-group label{color:#000;font-size:13px;font-weight:500}.form-group input,.form-group textarea{border:1px solid #ddd;border-radius:4px;font-family:inherit;font-size:13px;padding:10px}.form-group input:focus,.form-group textarea:focus{border-color:#000;box-shadow:0 0 0 2px #0000001a;outline:none}.file-selected{color:#2d7a2d;font-size:12px;margin:4px 0 0}.modal-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}.btn-cancel,.btn-edit,.btn-save,.btn-submit{border:1px solid #000;border-radius:4px;cursor:pointer;flex:1 1;font-size:13px;font-weight:500;min-width:120px;padding:12px 16px;transition:all .2s ease}.btn-edit,.btn-save,.btn-submit{background:#000;color:#fff}.btn-edit:hover,.btn-save:hover,.btn-submit:hover{background:#333}.btn-cancel{background:#fff;color:#000}.btn-cancel:hover{background:#f5f5f5}@media (max-width:768px){.pto-page{padding:16px}.pto-header h1{font-size:20px}.proposals-grid{grid-template-columns:1fr}.modal-content{max-height:95vh;padding:16px}.modal-actions{flex-direction:column}.btn-cancel,.btn-edit,.btn-save,.btn-submit{min-width:auto}}@media (max-width:480px){.pto-page{padding:12px}.pto-header{margin-bottom:20px}.pto-header h1{font-size:18px}.modal-overlay{padding:8px}.modal-content{padding:12px}.detail-item{align-items:flex-start;flex-direction:column}.detail-item span{text-align:left}}.balance-dashboard{background:#f5f5f5;max-width:100vw;min-height:100vh}.balance-dashboard,.balance-dashboard .ant-layout-content{overflow-x:hidden;width:100%}@media (max-width:768px){.balance-dashboard{padding:0!important}.balance-dashboard .ant-layout-content{padding:8px!important}.balance-dashboard .ant-typography h1,.balance-dashboard .ant-typography h2{font-size:18px!important;margin-bottom:8px!important;word-break:break-word}.balance-dashboard .ant-row{margin-left:0!important;margin-right:0!important;width:100%!important}.balance-dashboard .ant-col{flex:0 0 100%!important;max-width:100%!important;padding-left:4px!important;padding-right:4px!important}.balance-dashboard .ant-card{margin-bottom:8px;width:100%!important}.balance-dashboard .ant-card-body{padding:12px!important}.balance-dashboard .ant-card-head{min-height:40px!important;padding:0 12px!important}.balance-dashboard .ant-card-head-title{font-size:14px!important;padding:8px 0!important}.balance-dashboard .ant-card-extra{padding:8px 0!important}.balance-dashboard .ant-card-extra .ant-btn{font-size:11px!important;height:28px!important;padding:2px 8px!important}.balance-dashboard .ant-card-grid{padding:12px!important;width:100%!important}.balance-dashboard .ant-statistic-title{font-size:11px!important;margin-bottom:4px!important}.balance-dashboard .ant-statistic-content,.balance-dashboard .ant-statistic-content-value{font-size:16px!important}.balance-dashboard .ant-statistic-content-prefix{font-size:14px!important;margin-right:4px!important}.balance-dashboard .ant-statistic-content-suffix{font-size:12px!important}.balance-dashboard .ant-table-wrapper{-webkit-overflow-scrolling:touch;overflow-x:auto}.balance-dashboard .ant-table{font-size:11px;min-width:auto!important}.balance-dashboard .ant-table-thead>tr>th{font-size:10px!important;padding:6px 4px!important;white-space:nowrap}.balance-dashboard .ant-table-tbody>tr>td{font-size:11px!important;padding:8px 4px!important;word-break:break-word}.balance-dashboard .ant-btn{font-size:12px;height:auto;padding:4px 8px;white-space:nowrap}.balance-dashboard .ant-btn-sm{font-size:10px;padding:2px 6px}.balance-dashboard .ant-tabs-nav{-webkit-overflow-scrolling:touch;margin-bottom:8px!important;overflow-x:auto}.balance-dashboard .ant-tabs-nav-list{flex-wrap:nowrap}.balance-dashboard .ant-tabs-tab{font-size:12px!important;margin:0 2px 0 0!important;padding:6px 10px!important;white-space:nowrap}.balance-dashboard .ant-tabs-tab .anticon{font-size:12px!important;margin-right:4px!important}.balance-dashboard .ant-modal{margin:8px auto!important;max-width:calc(100vw - 16px)!important;top:20px!important}.balance-dashboard .ant-modal-content{border-radius:8px!important}.balance-dashboard .ant-modal-header{padding:12px 16px!important}.balance-dashboard .ant-modal-body{max-height:70vh;overflow-y:auto;padding:12px!important}.balance-dashboard .ant-modal-footer{padding:8px 12px!important}.balance-dashboard .ant-form-item{margin-bottom:12px!important}.balance-dashboard .ant-form-item-label{padding-bottom:2px!important}.balance-dashboard .ant-form-item-label>label{font-size:12px!important}.balance-dashboard .ant-input,.balance-dashboard .ant-input-number,.balance-dashboard .ant-picker,.balance-dashboard .ant-select-selector{font-size:14px!important}.balance-dashboard .ant-select{width:100%!important}.balance-dashboard .ant-space{flex-wrap:wrap;gap:4px!important}.balance-dashboard .ant-space-item{margin-right:0!important}.balance-dashboard .ant-tag{font-size:10px!important;line-height:1.4!important;margin:1px!important;padding:1px 4px!important}.balance-dashboard .ant-badge{font-size:10px}.balance-dashboard .ant-badge-count{font-size:10px!important;height:16px!important;line-height:16px!important;min-width:16px!important}.balance-dashboard .ant-divider{margin:8px 0!important}.balance-dashboard .ant-typography strong{font-size:13px!important}.balance-dashboard .ant-typography-secondary{font-size:11px!important}.balance-dashboard .ant-empty{margin:16px 0!important}.balance-dashboard .ant-empty-description{font-size:12px!important}}@media (max-width:380px){.balance-dashboard .ant-layout-content{padding:4px!important}.balance-dashboard .ant-typography h2{font-size:16px!important}.balance-dashboard .ant-statistic-content,.balance-dashboard .ant-statistic-content-value{font-size:14px!important}.balance-dashboard .ant-tabs-tab{font-size:11px!important;padding:4px 6px!important}.balance-dashboard .ant-card-body{padding:8px!important}}@media (hover:none) and (pointer:coarse){.balance-dashboard .ant-btn{align-items:center;display:inline-flex;justify-content:center;min-height:40px}.balance-dashboard .ant-table-tbody>tr>td{padding:10px 6px!important}.balance-dashboard .ant-tabs-tab{min-height:40px}.balance-dashboard .ant-card-grid{min-height:60px}}.proposals-mobile-list{-webkit-overflow-scrolling:touch;max-height:60vh;overflow-y:auto}.proposals-mobile-list .ant-card{cursor:pointer;transition:box-shadow .2s}.proposals-mobile-list .ant-card:active{box-shadow:0 2px 8px #00000026}@media (max-width:768px){.balance-dashboard .status-stats .ant-col{flex:0 0 50%!important;margin-bottom:8px;max-width:50%!important}.balance-dashboard .status-stats .ant-badge{font-size:14px!important}.balance-dashboard .status-stats>div{font-size:10px!important}}.company-detail-header{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000000f;margin-bottom:24px;padding:24px}.company-description{background:#f9f9f9;border-left:4px solid #1890ff;border-radius:8px;margin-top:16px;padding:16px}.site-card{border-left:3px solid #1890ff;transition:all .3s}.site-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.proposal-detail-card{background:#fafafa;border:1px solid #e8e8e8}.proposal-detail-card .ant-descriptions-item-label{background:#f5f5f5;font-weight:500}.ant-table-row{transition:background .2s}.ant-table-row:hover{background:#e6f7ff!important}.ant-statistic-title{color:#8c8c8c;font-size:13px}.ant-statistic-content{font-weight:600}.ant-tabs-tab{font-size:15px}.ant-tabs-tab-active{font-weight:600}.ant-timeline-item-content{padding-bottom:16px}.ant-card{border-radius:8px}.ant-card-head{border-bottom:1px solid #f0f0f0}.ant-badge-count{font-size:11px}.proposal-expanded-row{background:#fafafa;border-radius:8px;margin:-8px 0;padding:16px}.proposal-expanded-row .ant-descriptions-item-label{background:#f0f0f0;font-weight:500;width:140px}.proposal-expanded-row .ant-descriptions-item-content{background:#fff}.ant-table-row-expand-icon{border-color:#1890ff!important;color:#1890ff!important}.ant-table-row-expand-icon:hover{background:#e6f7ff!important}.documents-list{padding:8px 0}.document-item{align-items:center;background:#fafafa;border-radius:8px;display:flex;padding:12px 16px;transition:all .2s}.document-item:hover{background:#f0f0f0}.document-icon{color:#ff4d4f;font-size:32px;margin-right:16px}.document-info{flex:1 1}.chart-container{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000f;height:350px;padding:20px}.payment-month-card{border-left:4px solid #52c41a;text-align:center}.payment-month-card:hover{box-shadow:0 4px 12px #52c41a33}.profit-card{border-left:4px solid #1890ff;text-align:center}.profit-card.profit{border-left-color:#52c41a}.profit-card.margin{border-left-color:#faad14}.about-company{padding:16px}.info-card{border:1px solid #e8e8e8;text-align:center}@media (max-width:768px){.company-detail-header{padding:16px}.ant-statistic-content-value{font-size:20px!important}.proposal-expanded-row{padding:8px}.document-item{flex-direction:column;text-align:center}.document-icon{margin-bottom:8px;margin-right:0}.document-info{margin-bottom:12px}}.login-page{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:center;min-height:100vh;padding:20px}.login-card{border-radius:16px;box-shadow:0 20px 60px #0000004d;max-width:400px;width:100%}.login-header{margin-bottom:32px;text-align:center}.login-card .ant-input-affix-wrapper{border-radius:8px;padding:12px 16px}.login-card .ant-btn{border-radius:8px;font-size:16px;font-weight:500;height:48px}.login-card .ant-form-item{margin-bottom:20px}
/*# sourceMappingURL=main.45cd6390.css.map*/