:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh;background-color:#f0f2f5}h1{font-size:3.2em;line-height:1.1}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.app-header{display:flex;justify-content:space-between;align-items:center;padding:0 20px;background:#fff;box-shadow:0 2px 8px #f0f1f2;position:sticky;top:0;z-index:99;height:64px}.header-left{display:flex;align-items:center;gap:16px}.sidebar-toggle{font-size:18px;cursor:pointer;padding:4px;border-radius:4px;transition:background-color .3s}.sidebar-toggle:hover{background-color:#f5f5f5}.app-title{margin:0;font-size:18px;font-weight:500;color:#262626}.header-right{display:flex;align-items:center;gap:15px}.notification-icon{font-size:18px;cursor:pointer;padding:4px;border-radius:4px;transition:background-color .3s}.notification-icon:hover{background-color:#f5f5f5}.user-profile-trigger{display:flex;align-items:center;gap:12px;padding:4px 8px;border-radius:8px;cursor:pointer;transition:background-color .3s}.user-profile-trigger:hover{background-color:#f5f5f5}.user-info{display:flex;flex-direction:column;line-height:1.2}.user-name{font-size:14px;font-weight:500;color:#262626}.user-role{font-size:12px;color:#8c8c8c;text-transform:capitalize}.user-avatar{background-color:#1890ff}.user-dropdown-menu{min-width:180px;border-radius:8px;box-shadow:0 4px 12px #0000001a;padding:4px}@media (max-width: 768px){.app-title{display:none}.app-header{padding:0 16px}.user-info{display:none}}.sidebar{height:100vh;position:fixed;left:0;top:0;bottom:0;z-index:100;box-shadow:2px 0 6px #0000001a}.sidebar-header{padding:16px;border-bottom:1px solid #f0f0f0}.logo{display:flex;align-items:center;gap:12px}.logo-icon{width:40px;height:40px;border-radius:8px;background-color:#f0f8ff;display:flex;align-items:center;justify-content:center}.logo h1{margin:0;font-size:18px;font-weight:600;color:#262626}.logo span{color:#1890ff}.sidebar-menu{border-right:none;margin-top:8px}.sidebar-menu .ant-menu-item{height:48px;line-height:48px;margin:0;border-radius:0;padding-left:24px!important}.sidebar-menu .ant-menu-item-selected{background-color:#e6f7ff;color:#1890ff;font-weight:500}.sidebar-menu .ant-menu-item:not(.ant-menu-item-selected):hover{background-color:#f5f5f5}.sidebar-menu .ant-menu-item .anticon{font-size:16px}.sidebar-footer{position:absolute;bottom:0;left:0;right:0;padding:16px;border-top:1px solid #f0f0f0;background-color:#fff}.user-profile{display:flex;align-items:center;gap:12px;padding:8px;border-radius:8px;cursor:pointer;transition:background-color .3s}.user-profile:hover{background-color:#f5f5f5}.user-info{display:flex;flex-direction:column}.user-name{font-weight:500;font-size:14px;color:#262626}.user-role{font-size:12px;color:#8c8c8c}@media (max-width: 992px){.sidebar{z-index:1000}.sidebar-footer{padding:12px}.user-info{display:none}}.project-calendar-card{border-radius:16px!important;box-shadow:0 2px 8px #0000000a}.project-calendar-card .ant-card-head{border-bottom:none}.project-calendar-card .ant-picker-calendar{background:transparent}.project-calendar-card .ant-picker-calendar-header{padding:8px 0}.project-calendar-card .ant-picker-cell{padding:4px!important}.project-calendar-card .ant-picker-cell-inner{min-height:60px!important;border-radius:8px}.project-calendar-card .ant-picker-cell-selected .ant-picker-cell-inner{background:#667eea1a!important}.project-calendar-card .ant-picker-cell:hover .ant-picker-cell-inner{background:#667eea1a}.date-cell-content{padding:2px;max-height:50px;overflow:hidden}.project-badge{padding:2px 6px;border-radius:4px;margin-bottom:2px;cursor:pointer;transition:all .2s;overflow:hidden}.project-badge.start{color:#fff}.project-badge.end{border:1px solid;background:transparent!important}.project-badge:hover{opacity:.8;transform:scale(1.02)}.project-badge .project-name{font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block}.more-projects{font-size:10px;color:#667eea;cursor:pointer;text-align:center}.timeline-view{min-height:300px}.timeline-header{margin-bottom:16px}.timeline-days{position:relative;height:30px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:8px;margin-bottom:8px}.day-label{position:absolute;transform:translate(-50%);color:#fff;font-size:12px;font-weight:500;top:50%;transform:translate(-50%,-50%)}.timeline-body{max-height:400px;overflow-y:auto}.timeline-row{display:flex;align-items:center;padding:8px 0;border-bottom:1px solid #f0f0f0}.timeline-row:last-child{border-bottom:none}.timeline-row .project-info{width:150px;flex-shrink:0;display:flex;align-items:center;gap:8px}.timeline-row .project-label{font-size:13px;max-width:110px}.timeline-bar-container{flex:1;height:28px;position:relative;background:#f5f5f5;border-radius:14px;overflow:hidden}.timeline-bar{position:absolute;height:100%;border-radius:14px;cursor:pointer;transition:all .2s;display:flex;align-items:center;overflow:hidden;opacity:.9}.timeline-bar:hover{opacity:1;transform:scaleY(1.1)}.timeline-bar.overdue{animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:.9}50%{opacity:.6}}.timeline-bar .bar-progress{height:100%;background:#ffffff4d;border-radius:14px 0 0 14px}.no-projects{text-align:center;padding:48px 0}.project-list-item{cursor:pointer;padding:12px!important;border-radius:8px;transition:background .2s}.project-list-item:hover{background:#fafafa}@media (max-width: 768px){.project-calendar-card .ant-picker-cell-inner{min-height:40px!important}.date-cell-content{max-height:30px}.project-badge .project-name{font-size:8px}.timeline-row .project-info{width:100px}.timeline-row .project-label{max-width:70px;font-size:11px}}.dashboard-page{padding:24px;max-width:1400px;margin:0 auto}.loading-container{display:flex;justify-content:center;align-items:center;min-height:60vh}.dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px}.stat-card{border-radius:16px!important;box-shadow:0 4px 12px #00000014;transition:transform .3s ease,box-shadow .3s ease;border:none!important;padding:8px}.stat-card.gradient-purple{background:linear-gradient(135deg,#667eea,#764ba2)}.stat-card.gradient-blue{background:linear-gradient(135deg,#4facfe,#00f2fe)}.stat-card.gradient-green{background:linear-gradient(135deg,#43e97b,#38f9d7)}.stat-card.gradient-orange{background:linear-gradient(135deg,#f093fb,#f5576c)}.stat-trend{margin-top:12px;padding-top:8px;border-top:1px solid rgba(255,255,255,.2);color:#ffffffe6;font-size:12px;display:flex;align-items:center;gap:4px}.financial-card{border-radius:16px!important;box-shadow:0 2px 8px #0000000a}.financial-card .ant-card-head{border-bottom:none}.collection-progress{margin-top:8px}.quotes-card{border-radius:16px!important;box-shadow:0 2px 8px #0000000a;height:100%}.quotes-card .ant-card-head{border-bottom:none}.quote-stats{padding:8px 0}.quote-stat-item{text-align:center}.conversion-rate{padding:12px;background:#fafafa;border-radius:8px}.workflow-card{border-radius:16px!important;box-shadow:0 2px 8px #0000000a}.workflow-card .ant-card-head{border-bottom:none}.workflow-funnel{padding:8px 0}.funnel-stage{display:flex;align-items:center;gap:16px;margin-bottom:12px;padding:8px 0}.funnel-stage .stage-label{width:160px;display:flex;align-items:center;gap:8px;flex-shrink:0}.funnel-stage .stage-bar-container{flex:1;height:24px;background:#f0f0f0;border-radius:12px;overflow:hidden}.funnel-stage .stage-bar{height:100%;border-radius:12px;transition:width .5s ease}.funnel-stage .stage-count{width:40px;text-align:right}.activity-card{border-radius:16px!important;box-shadow:0 2px 8px #0000000a;height:100%}.activity-card .ant-card-head{border-bottom:none}.activity-item{padding:12px 0!important;transition:background .2s;border-radius:8px;margin:4px 0}.activity-item:hover{background:#fafafa}.quick-actions-card{border-radius:16px!important;box-shadow:0 2px 8px #0000000a}.quick-actions-card .ant-btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);border:none}@media (max-width: 992px){.dashboard-header{flex-direction:column;align-items:flex-start;gap:16px}.funnel-stage .stage-label{width:120px}}@media (max-width: 768px){.dashboard-page{padding:16px}.stat-card{margin-bottom:16px}.funnel-stage{flex-wrap:wrap}.funnel-stage .stage-label{width:100%;margin-bottom:8px}.funnel-stage .stage-bar-container{flex:1}}.dashboard-page .ant-btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px}.dashboard-page .ant-btn-primary:hover{background:linear-gradient(135deg,#5a6fd6,#6a4190)}.dashboard-page .ant-card{transition:all .3s ease}.status-distribution{display:flex;gap:12px;flex-wrap:wrap}.distribution-item{padding:8px 16px;background:#fafafa;border-radius:8px;display:flex;align-items:center;gap:8px}.projects-page{padding:24px;background:#f0f2f5;min-height:calc(100vh - 64px)}.stat-card{border-radius:12px;box-shadow:0 4px 12px #0000000d;transition:transform .3s ease}.stat-card:hover{transform:translateY(-4px)}.filter-card,.table-card{border-radius:12px;box-shadow:0 2px 8px #00000008}.project-card{border-radius:12px;border:1px solid #f0f0f0;box-shadow:0 2px 8px #0000000a;transition:all .3s ease;height:100%;display:flex;flex-direction:column}.project-card:hover{transform:translateY(-4px);box-shadow:0 8px 16px #0000001a;border-color:#1890ff}.project-card .ant-card-body{flex:1;display:flex;flex-direction:column;padding:20px}.card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px}.project-icon{width:48px;height:48px;background:linear-gradient(135deg,#e6f7ff,#bae7ff);color:#1890ff;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700}.status-tag{border-radius:12px;padding:2px 10px;font-weight:500;margin:0}.project-title{margin-bottom:4px!important;font-size:18px!important}.client-name{display:flex;align-items:center;margin-bottom:12px}.card-stats{display:flex;justify-content:space-between;margin-bottom:16px}.stat-item{display:flex;align-items:center;gap:8px}.stat-icon{color:#8c8c8c}.progress-section{margin-top:auto}@media (max-width: 768px){.projects-page{padding:16px}.stat-card{margin-bottom:16px}}.project-detail-page{padding:24px;max-width:1400px;margin:0 auto}.project-header-card{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:16px!important;margin-bottom:24px;border:none!important}.project-header-card .ant-card-body{padding:32px}.project-header-content{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:24px}.project-main-info h1{color:#fff;font-size:32px;font-weight:700;margin:0 0 8px}.project-meta-info{display:flex;gap:24px;flex-wrap:wrap}.meta-item{display:flex;align-items:center;gap:8px;color:#ffffffe6;font-size:14px}.meta-item .anticon{font-size:16px;opacity:.8}.project-value-badge{background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;padding:16px 24px;text-align:center}.project-value-badge .value-label{color:#fffc;font-size:12px;text-transform:uppercase;letter-spacing:1px}.project-value-badge .value-amount{color:#fff;font-size:28px;font-weight:700}.workflow-progress-card{border-radius:12px!important;margin-bottom:24px}.workflow-steps{padding:16px 0}.workflow-steps .ant-steps-item-title{font-size:13px!important}.detail-content-grid{display:grid;grid-template-columns:1fr 400px;gap:24px}@media (max-width: 1200px){.detail-content-grid{grid-template-columns:1fr}}.info-card{border-radius:12px!important;height:100%}.info-card .ant-card-head{border-bottom:1px solid #f0f0f0}.info-card .ant-card-head-title{font-weight:600}.description-text{color:#595959;line-height:1.8;font-size:14px}.details-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}@media (max-width: 768px){.details-grid{grid-template-columns:1fr}}.detail-item{background:#fafafa;border-radius:8px;padding:12px 16px}.detail-item .label{display:block;font-size:12px;color:#8c8c8c;margin-bottom:4px;text-transform:uppercase;letter-spacing:.5px}.detail-item .value{font-size:15px;font-weight:500;color:#262626}.status-timeline-card{border-radius:12px!important}.timeline-wrapper{max-height:400px;overflow-y:auto;padding-right:8px}.timeline-wrapper::-webkit-scrollbar{width:6px}.timeline-wrapper::-webkit-scrollbar-track{background:#f0f0f0;border-radius:3px}.timeline-wrapper::-webkit-scrollbar-thumb{background:#d9d9d9;border-radius:3px}.timeline-wrapper::-webkit-scrollbar-thumb:hover{background:#bfbfbf}.documents-section{margin-top:24px}.documents-card{border-radius:12px!important}.upload-area{margin-bottom:24px}.document-list{display:grid;gap:12px}.document-item{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:#fafafa;border-radius:8px;transition:all .2s ease}.document-item:hover{background:#f0f0f0}.document-info{display:flex;align-items:center;gap:12px}.document-icon{width:40px;height:40px;border-radius:8px;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:#fff;font-size:18px}.document-details h4{margin:0;font-size:14px;font-weight:500}.document-details p{margin:0;font-size:12px;color:#8c8c8c}.status-update-section{margin-top:24px}.status-update-card{border-radius:12px!important;border:2px dashed #d9d9d9;background:#fafafa}.status-update-card:hover{border-color:#667eea}.empty-timeline{text-align:center;padding:40px 20px;color:#8c8c8c}.empty-timeline .anticon{font-size:48px;margin-bottom:16px;opacity:.5}.notes-section{margin-top:24px}.notes-card{border-radius:12px!important}.note-item{padding:16px;background:#fff;border-radius:12px;margin-bottom:16px;border:1px solid #f0f0f0;transition:all .3s ease;box-shadow:0 2px 8px #0000000a}.note-item:hover{box-shadow:0 4px 12px #00000014;border-color:#667eea}.note-header{display:flex;justify-content:flex-start;align-items:center;margin-bottom:12px}.note-content{font-size:14px;color:#434343;line-height:1.6;white-space:pre-wrap}.note-meta{margin-top:12px;padding-top:12px;border-top:1px solid #f5f5f5;font-size:12px;color:#8c8c8c}.quotations-page{padding:24px;max-width:1400px;margin:0 auto}.quotation-card{border-radius:12px!important;transition:all .3s ease;height:100%}.quotation-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.quotation-card .card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.quotation-card .quotation-icon{width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:#fff;font-size:20px}.quotation-card .status-tag{border-radius:12px;padding:2px 10px;font-weight:500}.quotation-card .quotation-title{margin:0 0 8px!important;font-size:16px}.quotation-card .project-info{font-size:13px;display:block;margin-bottom:8px}.quotation-card .card-meta{display:flex;justify-content:space-between;align-items:center}.quotation-card .validity-info{margin-top:12px;padding:8px 12px;background:#f5f5f5;border-radius:6px}.quotation-card .ant-card-actions{background:#fafafa;border-radius:0 0 12px 12px}.line-items-header{margin-bottom:16px;border-bottom:1px solid #f0f0f0;background:#fafafa;padding:12px;border-radius:8px}.quotations-page .ant-btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px}.quotations-page .ant-btn-primary:hover{background:linear-gradient(135deg,#5a6fd6,#6a4190)}.quotations-page .ant-segmented{border-radius:8px}.quotations-page .ant-select-selector{border-radius:8px!important}.quotations-page .ant-input,.quotations-page .ant-input-number{border-radius:8px}@media (max-width: 768px){.quotations-page{padding:16px}.stat-card{margin-bottom:16px}.filter-card .ant-input,.filter-card .ant-select{width:100%!important}.line-items-header{display:none}}.quotations-page .ant-empty{padding:48px 0}.invoices-page{padding:24px;max-width:1400px;margin:0 auto}.stat-card{border-radius:16px!important;box-shadow:0 4px 12px #00000014;transition:transform .3s ease,box-shadow .3s ease;border:none!important}.stat-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.gradient-orange{background:linear-gradient(135deg,#fa709a,#fee140)}.gradient-red{background:linear-gradient(135deg,#ff9a9e,#fecfef)}.filter-card,.table-card{border-radius:12px!important;box-shadow:0 2px 8px #0000000a}.table-card .ant-table-thead>tr>th{background:#fafafa;font-weight:600}.table-card .ant-table-tbody>tr:hover>td{background:#667eea0a}.invoice-card{border-radius:12px!important;transition:all .3s ease;height:100%}.invoice-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.invoice-card .card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.invoice-card .invoice-icon{width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,#43e97b,#38f9d7);display:flex;align-items:center;justify-content:center;color:#fff;font-size:20px}.invoice-card .status-tag{border-radius:12px;padding:2px 10px;font-weight:500}.invoice-card .invoice-title{margin:0 0 8px!important;font-size:16px}.invoice-card .client-info{font-size:13px;display:block;margin-bottom:8px}.invoice-card .payment-progress{margin-bottom:12px}.invoice-card .card-meta{display:flex;justify-content:center;align-items:center;margin-bottom:8px}.invoice-card .due-date-info{text-align:center;padding:8px 12px;background:#f5f5f5;border-radius:6px}.invoice-card .ant-card-actions{background:#fafafa;border-radius:0 0 12px 12px}.line-items-header{padding:12px;margin-bottom:16px;border-bottom:1px solid #f0f0f0;background:#fafafa;border-radius:8px}.totals-card{border-radius:12px!important}.totals-summary{padding:8px 0}.totals-summary .total-row{display:flex;justify-content:space-between;align-items:center;padding:8px 0}.totals-summary .grand-total{padding-top:12px}.ant-modal-content{border-radius:12px}.ant-modal-header{border-radius:12px 12px 0 0}.invoices-page .ant-btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px}.invoices-page .ant-btn-primary:hover{background:linear-gradient(135deg,#5a6fd6,#6a4190)}.invoices-page .ant-segmented{border-radius:8px}.invoices-page .ant-select-selector{border-radius:8px!important}.invoices-page .ant-input,.invoices-page .ant-input-number{border-radius:8px}@media (max-width: 768px){.invoices-page{padding:16px}.stat-card{margin-bottom:16px}.filter-card .ant-input,.filter-card .ant-select{width:100%!important}.line-items-header{display:none}}.table-card .ant-pagination{margin-top:16px}.invoices-page .ant-empty{padding:48px 0}.payment-history-list{margin-top:16px}.payment-history-list .ant-list-item{padding:12px;background:#fafafa;border-radius:8px;margin-bottom:8px}.reports-page{padding:24px;max-width:1400px;margin:0 auto}.reports-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px;flex-wrap:wrap;gap:16px}.loading-container{display:flex;justify-content:center;align-items:center;min-height:400px}.stat-card{border-radius:16px!important;border:none!important}.stat-card .ant-statistic-title{margin-bottom:8px}.gradient-purple{background:linear-gradient(135deg,#667eea,#764ba2)}.gradient-green{background:linear-gradient(135deg,#43e97b,#38f9d7)}.gradient-blue{background:linear-gradient(135deg,#4facfe,#00f2fe)}.gradient-orange{background:linear-gradient(135deg,#f093fb,#f5576c)}.warning-card{background:#fff2f0;border:1px solid #ffccc7!important;border-radius:12px!important}.report-card{border-radius:12px!important;box-shadow:0 2px 8px #0000000f}.report-card .ant-card-head{border-bottom:1px solid #f0f0f0}.report-card .ant-card-head-title{font-weight:600}.status-visual{display:flex;flex-direction:column;gap:16px}.status-bar-item{padding:12px 0}.status-bar-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.report-card .ant-table-thead>tr>th{background:#fafafa;font-weight:600}.report-card .ant-table-tbody>tr:hover>td{background:#667eea0a}.reports-page .ant-tabs-nav{margin-bottom:24px}.reports-page .ant-tabs-tab{font-size:15px;padding:12px 0}.reports-page .ant-tabs-tab .anticon{margin-right:8px}.reports-page .ant-tabs-ink-bar{background:linear-gradient(135deg,#667eea,#764ba2);height:3px;border-radius:3px}.reports-header .ant-btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px}.reports-header .ant-btn-primary:hover{background:linear-gradient(135deg,#5a6fd6,#6a4190)}.reports-header .ant-btn-default{border-radius:8px}@media (max-width: 768px){.reports-header{flex-direction:column;align-items:flex-start}.stat-card .ant-statistic-content-value{font-size:24px!important}}.report-card .ant-progress-line{margin-bottom:0}.report-card .ant-empty{padding:48px 0}.filter-section{display:flex;gap:16px;margin-bottom:24px;flex-wrap:wrap}.filter-section .ant-select{min-width:200px}.filter-section .ant-picker{border-radius:8px}.confirm-dialog-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.confirm-dialog{background:#fff;border-radius:8px;padding:20px;max-width:400px;width:90%;box-shadow:0 4px 20px #00000026}.confirm-dialog-title{margin:0 0 15px;font-size:1.2rem;color:#333}.confirm-dialog-message{margin:0 0 20px;color:#666;line-height:1.5}.confirm-dialog-actions{display:flex;justify-content:flex-end;gap:10px}.btn{padding:8px 16px;border:none;border-radius:4px;cursor:pointer;font-size:.9rem}.btn-primary{background-color:#3498db;color:#fff}.btn-secondary{background-color:#e0e0e0;color:#333}.loading-spinner-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px}.loading-spinner{border:4px solid #f3f3f3;border-top:4px solid #3498db;border-radius:50%;animation:spin 1s linear infinite}.loading-spinner.small{width:20px;height:20px}.loading-spinner.medium{width:40px;height:40px}.loading-spinner.large{width:60px;height:60px}.loading-message{margin-top:10px;color:#666}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.clients-page{padding:20px}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.clients-container{margin-top:20px}.clients-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px}.client-card{background:#fff;border-radius:8px;padding:20px;box-shadow:0 2px 8px #0000001a}.client-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:15px}.client-header h3{margin:0;color:#2c3e50}.client-actions{display:flex;gap:5px}.client-details{margin-bottom:15px}.client-detail{display:flex;margin-bottom:8px}.client-detail .label{font-weight:500;color:#7f8c8d;min-width:70px;margin-right:10px}.client-detail .value{color:#34495e;word-break:break-word}.client-footer{border-top:1px solid #eee;padding-top:10px}.client-date{font-size:.8rem;color:#7f8c8d}.empty-state{text-align:center;padding:40px;color:#666}.empty-state p{margin-bottom:20px}.vendors-page{padding:24px;max-width:1400px;margin:0 auto}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.vendors-page .ant-card{border-radius:12px;box-shadow:0 4px 12px #0000000d}.vendors-page .ant-table{border-radius:8px}.vendors-page .ant-btn-primary{border-radius:8px;height:40px}.vendors-page .ant-input-affix-wrapper{border-radius:8px}@media (max-width: 768px){.vendors-page{padding:16px}.page-header{flex-direction:column;align-items:flex-start;gap:16px}.vendors-page .ant-input{width:100%!important}}.login-page{min-height:100vh;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2)}.login-background{position:absolute;inset:0;overflow:hidden}.gradient-blob{position:absolute;border-radius:50%;filter:blur(80px);opacity:.5;animation:float 20s ease-in-out infinite}.blob-1{width:400px;height:400px;background:#46acfe66;top:-100px;left:-100px;animation-delay:0s}.blob-2{width:500px;height:500px;background:#764ba266;bottom:-150px;right:-150px;animation-delay:7s}.blob-3{width:350px;height:350px;background:#667eea4d;top:50%;left:50%;transform:translate(-50%,-50%);animation-delay:14s}@keyframes float{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-50px) scale(1.1)}66%{transform:translate(-20px,20px) scale(.9)}}.login-content{position:relative;z-index:1;width:100%;max-width:1200px;padding:24px}.login-container{width:100%;background:#fffffffa;border-radius:24px;box-shadow:0 20px 60px #0000004d;overflow:hidden;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.login-branding{flex:1;background:linear-gradient(135deg,#667eea,#764ba2);padding:60px;display:flex;align-items:center;min-height:600px}.branding-content{width:100%}.logo-circle{width:80px;height:80px;border-radius:50%;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;box-shadow:0 8px 32px #0000001a}.login-form-card{flex:1;padding:60px;border-radius:0!important;min-height:600px;display:flex;flex-direction:column;justify-content:center}.login-header{text-align:center;margin-bottom:40px}.login-header h2{font-weight:600;color:#262626;margin-bottom:8px}.login-footer{margin-top:24px}@media (max-width: 992px){.login-branding{display:none}.login-form-card{min-height:auto;padding:40px}}@media (max-width: 576px){.login-content{padding:16px}.login-container{border-radius:16px}.login-form-card{padding:32px 24px}.login-header h2{font-size:24px}}.login-form-card .ant-input,.login-form-card .ant-input-password{border-radius:8px}.login-form-card .ant-form-item-label>label{font-weight:500;color:#262626}.login-form-card .ant-btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 16px #667eea4d;transition:all .3s ease}.change-password-container{display:flex;justify-content:center;align-items:center;padding:40px 20px}.change-password-card{background:#fff;width:100%;max-width:400px;padding:30px;border-radius:12px;box-shadow:0 10px 25px #0000000d;border:1px solid #f0f0f0}.change-password-card h2{margin-bottom:8px;color:#111827;font-size:24px}.change-password-card .subtitle{color:#6b7280;margin-bottom:24px;font-size:14px}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;font-weight:500;color:#374151;font-size:14px}.form-group input{width:100%;padding:12px 16px;border:1px solid #e5e7eb;border-radius:8px;font-size:15px;transition:all .2s}.form-group input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.submit-btn{width:100%;padding:12px;background-color:#3b82f6;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:background-color .2s;margin-top:10px}.submit-btn:hover{background-color:#2563eb}.submit-btn:disabled{background-color:#93c5fd;cursor:not-allowed}.alert{padding:12px 16px;border-radius:8px;margin-bottom:20px;font-size:14px}.alert.success{background-color:#def7ec;color:#03543f;border:1px solid #84e1bc}.alert.error{background-color:#fde8e8;color:#9b1c1c;border:1px solid #f8b4b4}.chat-support-container{position:fixed;bottom:20px;right:20px;z-index:1000;display:flex;flex-direction:column;align-items:flex-end}.chat-toggle-button{background-color:#3b82f6;color:#fff;border:none;border-radius:50px;padding:12px 20px;font-weight:600;cursor:pointer;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transition:all .2s;display:flex;align-items:center;gap:8px}.chat-toggle-button:hover{background-color:#2563eb;transform:translateY(-2px)}.chat-icon{font-size:1.2rem}.chat-window{width:350px;height:500px;max-width:90vw;max-height:80vh;background:#fff;border-radius:12px;display:flex;flex-direction:column;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;overflow:hidden;border:1px solid #e5e7eb}.chat-header{padding:16px;background-color:#f3f4f6;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center}.chat-header h3{margin:0;font-size:1.1rem;color:#111827}.close-button{background:none;border:none;font-size:1.5rem;color:#6b7280;cursor:pointer;line-height:1}.close-button:hover{color:#111827}.chat-messages{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:12px}.message-wrapper{max-width:80%;display:flex;flex-direction:column;gap:4px}.message-wrapper.user{align-self:flex-end;align-items:flex-end}.message-wrapper.ai{align-self:flex-start;align-items:flex-start}.message-content{padding:10px 14px;border-radius:18px;font-size:.95rem;line-height:1.4;white-space:pre-wrap;word-break:break-word}.user .message-content{background-color:#3b82f6;color:#fff;border-bottom-right-radius:4px}.ai .message-content{background-color:#f3f4f6;color:#374151;border-bottom-left-radius:4px}.typing{font-style:italic;color:#6b7280}.message-time{font-size:.75rem;color:#9ca3af}.chat-input-form{padding:16px;border-top:1px solid #e5e7eb;display:flex;gap:8px}.chat-input-form input{flex:1;border:1px solid #e5e7eb;border-radius:8px;padding:8px 12px;outline:none;transition:border-color .2s}.chat-input-form input:focus{border-color:#3b82f6}.chat-input-form button{background-color:#3b82f6;color:#fff;border:none;border-radius:8px;padding:8px 16px;font-weight:600;cursor:pointer;transition:all .2s}.chat-input-form button:hover:not(:disabled){background-color:#2563eb}.chat-input-form button:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 480px){.chat-window{width:280px;height:400px}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5}.main-content{padding:24px;background-color:#f5f5f5;min-height:calc(100vh - 64px)}@media (max-width: 992px){.main-content{margin-left:0!important}}.card{background:#fff;border-radius:8px;padding:20px;box-shadow:0 2px 8px #0000001a}.btn{padding:8px 16px;border:none;border-radius:6px;cursor:pointer;font-size:14px;display:inline-flex;align-items:center;gap:6px;transition:all .3s}.btn-primary{background-color:#1890ff;color:#fff}.btn-primary:hover:not(:disabled){background-color:#40a9ff}.btn-secondary{background-color:#f5f5f5;color:#262626}.btn-secondary:hover:not(:disabled){background-color:#e6e6e6}.btn:disabled{opacity:.6;cursor:not-allowed}.form-group{margin-bottom:16px}.form-group label{display:block;margin-bottom:6px;font-weight:500;color:#262626}.form-group input,.form-group textarea,.form-group select{width:100%;padding:8px 12px;border:1px solid #d9d9d9;border-radius:6px;font-size:14px;transition:border-color .3s}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#40a9ff;box-shadow:0 0 0 2px #1890ff33}.data-table{width:100%;border-collapse:collapse;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a}.data-table th,.data-table td{padding:12px 16px;text-align:left;border-bottom:1px solid #f0f0f0}.data-table th{background-color:#fafafa;font-weight:500;color:#262626}.data-table tr:hover{background-color:#fafafa}@media (max-width: 768px){.data-table{display:block;overflow-x:auto}}
