html,body,#root{width:100%;height:100%;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5;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}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.calendar-header{background:#fff;border-bottom:1px solid #e8e8e8;flex-shrink:0;justify-content:space-between;align-items:center;gap:8px;min-height:48px;padding:8px 12px;display:flex;box-shadow:0 2px 8px #0000000f}.header-left{flex-direction:column;flex-shrink:1;gap:4px;min-width:0;display:flex}.header-title{color:#1f1f1f;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:15px;font-weight:600;overflow:hidden}.current-date{color:#666;margin-left:0;font-size:12px;font-weight:500}.header-center{flex:auto;justify-content:center;align-items:center;min-width:0;display:flex}.counters-container{flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;display:flex}.counter-badge-wrapper{flex-shrink:0}.counter-item{cursor:pointer;white-space:nowrap;background:#f5f5f5;border-radius:4px;flex-direction:column;align-items:center;gap:2px;min-width:50px;padding:4px 8px;font-size:10px;transition:background .2s;display:flex}.counter-item:hover{background:#e8e8e8}.counter-item span{color:#666;font-size:9px}.counter-badge-wrapper .ant-badge-count{min-width:14px;height:14px;padding:0 4px;font-size:10px;line-height:14px}.header-right{flex-shrink:0;justify-content:flex-end;align-items:center;gap:6px;display:flex}.header-right .ant-select{width:120px!important;min-width:120px!important}.header-right .ant-radio-group{flex-shrink:0}.header-right button{flex-shrink:0;padding:4px 8px;font-size:12px}@media (width<=1200px){.calendar-header{flex-wrap:wrap;gap:6px;padding:8px}.header-left{flex:none;order:1}.header-center{flex:auto;order:2;justify-content:flex-end}.header-right{border-top:1px solid #f0f0f0;flex:100%;order:3;justify-content:center;padding-top:4px}.counters-container{justify-content:flex-end;gap:6px}}@media (width<=768px){.calendar-header{flex-flow:wrap;align-items:center;gap:6px;padding:6px 8px}.header-left{flex:auto;order:1;min-width:120px}.header-center{border-top:1px solid #f0f0f0;flex:100%;order:3;justify-content:center;margin-top:4px;padding-top:4px}.counters-container{justify-content:center;gap:8px}.header-right{border-top:none;flex-wrap:nowrap;flex:none;order:2;padding-top:0}.header-right .ant-select{width:100px!important;min-width:100px!important}.header-title{font-size:13px}.current-date{font-size:11px}.counter-item{min-width:45px;padding:3px 6px;font-size:9px}.counter-item span{font-size:8px}}@media (width<=480px){.calendar-header{gap:4px;padding:4px 6px}.header-left{order:1;min-width:100px}.header-center{border-top:none;flex:auto;order:2;justify-content:flex-end;margin-top:0;padding-top:0}.counters-container{justify-content:flex-end;gap:4px}.counter-badge-wrapper{flex-shrink:1}.header-right{border-top:1px solid #f0f0f0;flex:100%;order:3;justify-content:center;padding-top:4px}.header-title{font-size:12px}.current-date{font-size:10px}.counter-item{gap:1px;min-width:40px;padding:2px 4px;font-size:8px}.counter-item span{font-size:7px}.counter-badge-wrapper .ant-badge-count{min-width:12px;height:12px;padding:0 3px;font-size:9px;line-height:12px}.header-right{gap:4px}.header-right .ant-select{width:90px!important;min-width:90px!important}.header-right button{padding:2px 6px;font-size:11px}}@media (width<=360px){.counters-container{gap:2px}.counter-item{min-width:35px;padding:2px 3px;font-size:7px}.counter-item span{font-size:6px}}.simple-calendar{background:#fff;border-radius:8px;flex-direction:column;width:100%;height:100%;display:flex;overflow:hidden;box-shadow:0 2px 8px #00000014}.calendar-header-row{background:#fafafa;border-bottom:1px solid #e8e8e8;flex-shrink:0;grid-template-columns:70px repeat(7,minmax(0,1fr));width:100%;min-height:50px;display:grid}.time-header{color:#666;border-right:1px solid #e8e8e8;justify-content:center;align-items:center;padding:4px;font-size:11px;font-weight:600;display:flex;overflow:hidden}.day-header{text-align:center;border-right:1px solid #e8e8e8;flex-direction:column;justify-content:center;min-width:0;padding:6px 4px;display:flex;overflow:hidden}.day-header:last-child{border-right:none}.day-name{color:#666;text-transform:capitalize;white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}.day-date{color:#333;white-space:nowrap;text-overflow:ellipsis;margin-top:2px;font-size:14px;font-weight:600;overflow:hidden}.calendar-body-row{flex:1;grid-template-columns:70px repeat(7,minmax(0,1fr));width:100%;min-height:0;display:grid;overflow:auto}.time-column{background:#f5f5f5;border-right:1px solid #e8e8e8;flex-direction:column;min-width:70px;display:flex}.time-slot-cell{color:#999;box-sizing:border-box;border-bottom:1px solid #f0f0f0;flex-shrink:0;justify-content:center;align-items:flex-start;height:60px;padding-top:2px;font-size:10px;display:flex}.day-column-simple{border-right:1px solid #e8e8e8;min-width:0;height:100%;position:relative}.day-column-simple:last-child{border-right:none}.slots-container-simple{position:absolute;inset:0}.hour-slot-simple{cursor:pointer;box-sizing:border-box;border-bottom:1px solid #f0f0f0;height:60px;transition:background .2s}.hour-slot-simple:hover{background:#4a90d90d}.hour-slot-simple.drag-over{background:#4a90d933;border:2px dashed #4a90d9}.events-container-simple{pointer-events:none;position:absolute;inset:0 2px}.calendar-event-simple{color:#fff;cursor:grab;pointer-events:auto;-webkit-user-select:none;user-select:none;border-left:2px solid;border-radius:3px;padding:2px 4px;font-size:10px;position:absolute;left:0;right:0;overflow:hidden;box-shadow:0 1px 3px #0000001a}.calendar-event-simple:active{cursor:grabbing}.calendar-event-simple:hover{z-index:10;transform:translateY(-1px);box-shadow:0 3px 8px #00000026}.force-major-badge{margin-bottom:1px;font-size:8px}.event-time-simple{opacity:.9;margin-bottom:1px;font-size:8px}.event-title-simple{white-space:nowrap;text-overflow:ellipsis;margin-bottom:1px;font-size:10px;font-weight:600;overflow:hidden}.event-service-simple{opacity:.9;white-space:nowrap;text-overflow:ellipsis;font-size:9px;overflow:hidden}.event-master-simple{opacity:.8;margin-top:1px;font-size:8px}.simple-calendar.day-view .calendar-header-row,.simple-calendar.day-view .calendar-body-row{grid-template-columns:70px minmax(0,1fr)}.stage-pending{background:linear-gradient(135deg,#ffb800 0%,#ff9500 100%);border-left-color:#ff7a00}.stage-work{background:linear-gradient(135deg,#4a90d9 0%,#357abd 100%);border-left-color:#2a5f9a}.stage-late{background:linear-gradient(135deg,#ff6b6b 0%,#d64545 100%);border-left-color:#b93636}.stage-ready{background:linear-gradient(135deg,#5bc0be 0%,#4a9e9d 100%);border-left-color:#3a7e7d}.stage-done{background:linear-gradient(135deg,#50c878 0%,#3da861 100%);border-left-color:#2d8a4a}@media (width<=1200px){.calendar-header-row,.calendar-body-row{grid-template-columns:60px repeat(7,minmax(0,1fr))}.time-column{min-width:60px}.time-header{font-size:10px}.day-date{font-size:12px}.time-slot-cell,.hour-slot-simple{height:50px}}@media (width<=768px){.calendar-header-row,.calendar-body-row{grid-template-columns:50px repeat(7,minmax(0,1fr))}.time-column{min-width:50px}.time-header{padding:2px;font-size:9px}.day-header{padding:4px 2px}.day-name{font-size:9px}.day-date{font-size:11px}.time-slot-cell,.hour-slot-simple{height:45px}.calendar-event-simple{padding:1px 2px;font-size:8px}}.create-deal-modal .ant-modal-body{max-height:70vh;overflow-y:auto}.create-deal-modal .ant-divider{color:#666;margin:16px 0;font-size:14px}.create-deal-modal .ant-form-item{margin-bottom:16px}.deal-modal{max-height:70vh;overflow-y:auto}.deal-modal-loading{text-align:center;color:#666;padding:40px}.deal-section{margin-bottom:16px}.deal-section h4{color:#1f1f1f;margin-bottom:16px;font-weight:600}.section-header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.section-header h4{margin:0}.force-major-section{background:#fff2f0;border:1px solid #ffccc7;border-radius:4px;margin-top:16px;padding:12px}.client-history{background:#f6ffed;border:1px solid #b7eb8f;border-radius:4px;margin-top:16px;padding:16px}.client-history h5{color:#52c41a;margin-bottom:12px}.history-item{font-size:13px}.history-date{color:#333;font-weight:500}.history-service{color:#666}.history-amount{color:#52c41a}.deal-section .ant-btn{margin-bottom:8px;margin-right:8px}.deal-section .ant-btn-primary{color:#fff}.calendar-view{background:#f5f5f5;flex-direction:column;width:100%;height:100%;display:flex;overflow:hidden}.calendar-loading{color:#666;flex-direction:column;justify-content:center;align-items:center;height:100%;font-size:16px;display:flex}.calendar-container{flex-direction:column;flex:1;min-height:0;padding:12px;display:flex;overflow:hidden}.error-banner{color:#cf1322;background:#fff2f0;border:1px solid #ffccc7;border-radius:4px;margin:12px;padding:12px 16px}.no-data-banner{color:#096dd9;background:#e6f7ff;border:1px solid #91d5ff;border-radius:4px;margin:12px;padding:12px 16px}.fc{background:#fff;border-radius:8px;height:100%;box-shadow:0 2px 8px #00000014}.fc .fc-toolbar{display:none}.fc .fc-scrollgrid{border:none}.fc th{color:#333;background:#fafafa;border-bottom:1px solid #e8e8e8;padding:8px;font-weight:600}.fc .fc-timegrid-slot{height:40px}.fc .fc-timegrid-slot-label{color:#666;font-size:11px}.fc-event{cursor:pointer;border:none;border-radius:4px;transition:transform .1s,box-shadow .1s}.fc-event:hover{transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.fc-event.fc-event-dragging{opacity:.8}.fc-col-header-cell-cushion{flex-direction:column;align-items:center;gap:4px;display:flex}.fc-highlight{background:#4a90d926!important}.fc .fc-day-today{background:#4a90d90d}.fc-timeline-slot-frame{padding:8px}.fc-list-view{border:none}.fc-list-event{cursor:pointer}.fc-list-event:hover{background:#f5f5f5}*{box-sizing:border-box}html,body{width:100%;height:100%;margin:0;padding:0;overflow:hidden}#root{width:100%;height:100%}.app{flex-direction:column;width:100%;height:100%;display:flex}.app-loading,.app-error{text-align:center;flex-direction:column;justify-content:center;align-items:center;height:100%;padding:24px;display:flex}.loading-spinner{color:#666;font-size:16px}.app-error h2{color:#cf1322;margin-bottom:16px}.app-error p{color:#666}
