body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media(prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.app-layout{background-color:#f8f9fc;display:flex;height:100vh}.sidebar{background:#fff;border-right:1px solid #e5e9f2;box-shadow:2px 0 10px #0000000d;display:flex;flex-direction:column;width:260px}.sidebar .sidebar-header{border-bottom:1px solid #e5e9f2;padding:24px 20px}.sidebar .sidebar-header .logo{align-items:center;display:flex;gap:12px}.sidebar .sidebar-header .logo .logo-icon{font-size:28px}.sidebar .sidebar-header .logo h2{color:#1f2937;font-size:20px;font-weight:700;margin:0}.sidebar .sidebar-nav{flex:1 1;padding:20px 0}.sidebar .sidebar-nav .nav-item{align-items:center;border-left:3px solid #0000;color:#6b7280;display:flex;font-weight:500;gap:12px;padding:12px 20px;text-decoration:none;transition:all .2s ease}.sidebar .sidebar-nav .nav-item .nav-icon{font-size:20px}.sidebar .sidebar-nav .nav-item .nav-label{font-size:15px}.sidebar .sidebar-nav .nav-item:hover{background-color:#f1f3f9;color:#1f2937}.sidebar .sidebar-nav .nav-item.active{background-color:#eef0ff;border-left-color:#5b67ca;color:#5b67ca}.sidebar .sidebar-nav .nav-item.active .nav-icon{filter:grayscale(0)}.sidebar .sidebar-footer{border-top:1px solid #e5e9f2;padding:20px}.sidebar .sidebar-footer .user-profile{align-items:center;border-radius:8px;cursor:pointer;display:flex;gap:12px;padding:8px;transition:background-color .2s}.sidebar .sidebar-footer .user-profile:hover{background-color:#f1f3f9}.sidebar .sidebar-footer .user-profile .user-avatar{background:#eef0ff;border-radius:50%;height:40px;overflow:hidden;width:40px}.sidebar .sidebar-footer .user-profile .user-avatar img{height:100%;object-fit:cover;width:100%}.sidebar .sidebar-footer .user-profile .user-info{flex:1 1}.sidebar .sidebar-footer .user-profile .user-info .user-name{color:#1f2937;font-size:14px;font-weight:600;margin-bottom:2px}.sidebar .sidebar-footer .user-profile .user-info .user-role{color:#9ca3af;font-size:12px}.main-content{background-color:#f8f9fc;flex:1 1;overflow-y:auto}.dashboard{background-color:#f8f9fc;display:flex;flex-direction:column;height:100%}.dashboard-header{align-items:center;background:#fff;border-bottom:1px solid #e5e9f2;display:flex;justify-content:space-between;padding:24px 32px}.dashboard-header .page-title{color:#1f2937;font-size:28px;font-weight:700;margin:0}.dashboard-header .header-actions{align-items:center;display:flex;gap:16px}.dashboard-header .week-navigation{align-items:center;background:#f8f9fc;border-radius:8px;display:flex;gap:12px;padding:8px 16px}.dashboard-header .week-navigation .week-label{color:#1f2937;font-size:15px;font-weight:600;min-width:200px;text-align:center}.calendar-container{flex:1 1;overflow:auto;padding:24px 32px}.calendar-grid{grid-gap:8px;display:grid;gap:8px;grid-template-columns:80px repeat(7,1fr);min-width:1200px}.time-column{background:#f8f9fc;left:0;position:-webkit-sticky;position:sticky;z-index:10}.time-column .time-header{border-bottom:2px solid #e5e9f2;height:60px}.time-column .time-cell{align-items:center;color:#9ca3af;display:flex;font-size:13px;font-weight:500;height:60px;justify-content:flex-end;padding-right:12px}.day-column{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000a;overflow:hidden;position:relative}.day-column .day-header{align-items:center;background:#f8f9fc;border-bottom:2px solid #e5e9f2;display:flex;flex-direction:column;height:60px;justify-content:center}.day-column .day-header.today{background:#eef0ff;border-bottom-color:#5b67ca}.day-column .day-header.today .day-name{color:#5b67ca}.day-column .day-header.today .day-date{background:#5b67ca;color:#fff}.day-column .day-header .day-name{color:#9ca3af;font-size:12px;font-weight:600;margin-bottom:4px;text-transform:uppercase}.day-column .day-header .day-date{align-items:center;border-radius:50%;color:#1f2937;display:flex;font-size:18px;font-weight:700;height:32px;justify-content:center;width:32px}.time-slot{border-bottom:1px solid #f0f2f7;cursor:pointer;height:60px;position:relative;transition:background-color .15s}.time-slot:hover{background-color:#f1f3f9}.booking-card{border-left:4px solid #5b67ca;border-radius:12px;box-shadow:0 2px 6px #0000000f;cursor:pointer;display:flex;flex-direction:column;left:4px;overflow:hidden;padding:8px;position:absolute;right:4px;transition:transform .2s,box-shadow .2s,background-color .2s}.booking-card:hover{box-shadow:0 8px 18px #0000001f;transform:translateY(-1px)}.booking-card .booking-content{grid-gap:8px 12px;align-items:start;display:grid;gap:8px 12px;grid-template-columns:1fr 1fr;height:100%;width:100%}.booking-card .booking-content .left,.booking-card .booking-content .right{min-width:0}.booking-card .booking-badge{border-radius:999px;bottom:8px;box-shadow:0 2px 6px #0000000f;font-size:11px;font-weight:700;padding:2px 8px;position:absolute;right:8px}.booking-card .booking-badge.confirmed{background:#388e3c;color:#fff}.booking-card .booking-master{color:#1f2937;font-size:14px;margin-bottom:2px}.booking-card .booking-master,.booking-card .booking-time{font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.booking-card .booking-time{color:#9ca3af;font-size:11px;margin-bottom:4px}.booking-card .booking-customer{color:#1f2937;font-size:14px;font-weight:700;margin-bottom:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.booking-card .booking-phone{color:#6b7280;font-size:11px;margin-bottom:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.booking-card .booking-service{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#6b7280;display:-webkit-box;font-size:12px;font-weight:500;line-height:1.2;max-height:2.4em;overflow:hidden;text-overflow:ellipsis}.bookings-layer{bottom:0;left:0;pointer-events:none;position:absolute;right:0;top:60px;z-index:2}.bookings-layer .booking-card{pointer-events:auto}.modal-overlay{align-items:center;animation:fadeIn .2s ease;background:#11182773;display:flex;inset:0;justify-content:center;position:fixed;z-index:1000}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{animation:slideUp .25s ease;background:#fff;border-radius:20px;box-shadow:0 10px 15px -3px #0000001a;display:flex;flex-direction:column;max-height:92vh;max-width:720px;overflow:hidden;width:92%}.status-color-card .confirmed{background:#22c55e}.status-color-card .unconfirmed{background:#facc15}@keyframes slideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.modal-header{align-items:center;border-bottom:1px solid #f0f2f7;display:flex;justify-content:space-between;padding:22px 24px}.modal-header h2{color:#1f2937;font-size:20px;font-weight:700;margin:0}.modal-header .btn-close{background:#f8f9fc;border:none;border-radius:10px;color:#6b7280;cursor:pointer;display:grid;height:36px;place-items:center;transition:background .15s,color .15s;width:36px}.modal-header .btn-close:hover{background:#f1f3f9;color:#1f2937}.modal-body{flex:1 1;overflow:auto;padding:20px 24px 6px}.booking-info{display:flex;gap:14px;margin-bottom:10px}.booking-info .info-item{align-items:center;background:#f8f9fc;border:1px solid #f0f2f7;border-radius:12px;color:#1f2937;display:inline-flex;gap:8px;padding:6px 10px}.booking-info .info-item .info-icon{font-size:16px}.booking-info .info-item .info-text{font-weight:600}.reschedule-row{display:flex;gap:12px}.reschedule-row input{border:1px solid #e5e9f2;border-radius:10px;font-size:14px;padding:10px 12px}.reschedule-row input:focus{border-color:#5b67ca;box-shadow:0 0 0 3px #eef0ff;outline:none}.reschedule-row input.is-busy{border-color:#ff6b6b;box-shadow:0 0 0 3px #ff6b6b33}.time-status{align-items:center;display:inline-flex;font-size:13px;gap:8px;margin-bottom:12px}.time-status.busy{color:#d64545}.time-status.busy .dot{background:#ff6b6b}.time-status.free{color:#17803d}.time-status.free .dot{background:#22c55e}.time-status .dot{border-radius:50%;height:8px;width:8px}.time-conflict{align-items:flex-start;background:#fff1f2;border:1px solid #ffe4e6;border-radius:10px;color:#be123c;display:flex;font-size:13px;gap:8px;margin-bottom:8px;margin-top:-6px;padding:8px 10px}.time-conflict .icon{line-height:1}.time-free-slots{align-items:flex-start;background:#ecfdf5;border:1px solid #d1fae5;border-radius:10px;color:#065f46;display:flex;font-size:13px;gap:8px;margin-bottom:10px;margin-top:-6px;padding:8px 10px}.time-free-slots .icon{line-height:1}.time-free-slots .content{display:flex;flex-direction:column;gap:6px}.time-free-slots .content .title{color:#065f46;font-weight:700}.time-free-slots .content .slots{display:flex;flex-wrap:wrap;gap:6px}.time-free-slots .content .slot-btn{background:#10b981;border:1px solid #0000;border-radius:8px;color:#fff;cursor:pointer;font-size:12px;padding:4px 8px;transition:background .15s,transform .06s}.time-free-slots .content .slot-btn.active{background:#037550;border-color:#026a49;box-shadow:0 0 0 3px #09a9744d,0 4px 10px #10b98133}.time-free-slots .content .slot-btn:hover{background:#0ea371;transform:translateY(-1px)}.time-free-slots .content .slot-btn.active:hover{background:#026a49;box-shadow:0 0 0 4px #09a97459,0 6px 14px #10b98147,inset 0 1px 0 #fff3;transform:translateY(-1px) scale(1.01)}.steps-indicator{align-items:center;display:flex;gap:10px;margin:14px 0}.steps-indicator .step{align-items:center;display:flex;gap:8px}.steps-indicator .step .step-number{background:#f8f9fc;border-radius:999px;color:#9ca3af;display:grid;font-weight:700;height:30px;place-items:center;width:30px}.steps-indicator .step .step-label{color:#6b7280;font-size:14px;font-weight:600}.steps-indicator .step.active .step-number{background:#5b67ca;color:#fff}.steps-indicator .step.active .step-label{color:#1f2937}.steps-indicator .step-line{background:#f0f2f7;flex:1 1;height:2px}.step-content{margin-top:6px}.search-box{display:block;margin-bottom:8px;position:relative;width:100%}.search-box .search-icon{color:#9ca3af;left:12px;position:absolute;top:50%;transform:translateY(-50%)}.search-box input{border:1px solid #e5e9f2;border-radius:12px;box-sizing:border-box;display:block;font-size:14px;padding:12px 14px 12px 36px;width:100%}.search-box input:focus{border-color:#5b67ca;box-shadow:0 0 0 3px #eef0ff;outline:none}.customers-list{display:flex;flex-direction:column;gap:10px;max-height:320px;overflow:auto}.customer-item{align-items:center;background:#fff;border:1px solid #f0f2f7;border-radius:14px;box-shadow:0 1px 2px 0 #0000000d;cursor:pointer;display:flex;gap:12px;padding:12px;transition:transform .06s,background .15s,border-color .15s}.customer-item:hover{background:#f8f9fc;border-color:#e5e9f2;transform:translateY(-1px)}.customer-avatar{background:#eef0ff;border-radius:999px;color:#5b67ca;display:grid;font-weight:700;height:40px;place-items:center;width:40px}.customer-info .customer-name{color:#1f2937;font-weight:700}.customer-info .customer-phone{color:#6b7280;font-size:13px}.btn-link{background:#0000;border:none;color:#5b67ca;cursor:pointer;font-weight:600}.selected-customer{align-items:center;background:#f8f9fc;border:1px solid #f0f2f7;border-radius:14px;display:flex;gap:12px;padding:12px}.selected-customer .customer-avatar-large{background:#eef0ff;border-radius:999px;color:#5b67ca;display:grid;font-weight:800;height:48px;place-items:center;width:48px}.section-title{align-items:center;display:flex;font-size:14px;font-weight:800;gap:8px;margin:14px 0 8px}.select-field{-webkit-appearance:none;appearance:none;background-color:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath d='m6 8 4 4 4-4' stroke='%238A8F98' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;background-size:20px 20px;border:1px solid #e5e9f2;border-radius:10px;box-sizing:border-box;color:#1f2937;display:block;font-size:14px;line-height:1.25;padding:12px 38px 12px 12px;transition:border-color .15s,box-shadow .15s,background-color .15s;width:100%}.select-field:focus{border-color:#5b67ca;box-shadow:0 0 0 3px #eef0ff;outline:none}.select-field:disabled{background-color:#f8f9fc;color:#9ca3af;cursor:not-allowed}.fields-card{align-items:stretch;background:#f8f9fc;border:1px solid #f0f2f7;border-radius:14px;display:flex;gap:12px;margin:12px 0;padding:12px}.fields-card .field{flex:1 1;min-width:200px}.fields-card .field .section-title{margin:4px 0 6px}.select-wrapper{position:relative}.select-wrapper.with-icon .select-field{padding-left:36px}.select-wrapper .select-icon{align-items:center;color:#9ca3af;display:inline-flex;font-size:14px;justify-content:center;left:10px;position:absolute;top:50%;transform:translateY(-50%)}.badge{border:1px solid #0000;font-weight:800;height:22px;line-height:1;padding:0 8px}.badge-confirmed{background:#dcfce7;border-color:#bbf7d0;color:#166534}.badge-unconfirmed{background:#fef9c3;border-color:#fde68a;color:#854d0e}.badge-neutral{background:#f8f9fc;border-color:#f0f2f7;color:#9ca3af}.field-hint{color:#9ca3af;font-size:12px;margin-top:6px}.services-list{display:flex;flex-direction:column;gap:10px;max-height:320px;overflow:auto}.service-item{align-items:center;background:#fff;border:1px solid #f0f2f7;border-radius:14px;box-shadow:0 1px 2px 0 #0000000d;cursor:pointer;display:flex;gap:12px;padding:12px;transition:transform .06s,background .15s,border-color .15s}.service-item:hover{background:#f8f9fc;border-color:#e5e9f2;transform:translateY(-1px)}.service-item.selected{background:#eef0ff;border-color:#5b67ca}.service-checkbox{border:2px solid #e5e9f2;border-radius:6px;color:#fff;display:grid;height:20px;place-items:center;width:20px}.service-checkbox>span{color:#5b67ca}.service-info .service-name{color:#1f2937;font-weight:700}.service-info .service-details{color:#6b7280;font-size:13px}.notes-textarea{border:1px solid #e5e9f2;border-radius:12px;font-size:14px;min-height:80px;padding:12px;resize:vertical;width:100%}.notes-textarea:focus{border-color:#5b67ca;box-shadow:0 0 0 3px #eef0ff;outline:none}.booking-summary{background:#f8f9fc;border:1px solid #f0f2f7;border-radius:12px;margin-top:10px;padding:10px 12px}.booking-summary .summary-row{color:#6b7280;display:flex;justify-content:space-between}.booking-summary .summary-row.total{color:#1f2937;font-weight:800}.hint{color:#6b7280;font-size:13px}.modal-footer{align-items:center;border-top:1px solid #f0f2f7;display:flex;gap:10px;justify-content:flex-end;padding:16px 20px}.modal-footer .btn-primary{border:none;border-radius:8px;cursor:pointer;font-size:14px;font-weight:600;outline:none;padding:10px 20px;transition:all .2s}.modal-footer .btn-primary:disabled{cursor:not-allowed;opacity:.5}.modal-footer .btn-primary{background:#5b67ca;color:#fff}.modal-footer .btn-primary:hover:not(:disabled){background:#4854b8;box-shadow:0 4px 12px #5b67ca4d}.modal-footer .btn-secondary{border:none;border-radius:8px;cursor:pointer;font-size:14px;font-weight:600;outline:none;padding:10px 20px;transition:all .2s}.modal-footer .btn-secondary:disabled{cursor:not-allowed;opacity:.5}.modal-footer .btn-secondary{background:#f8f9fc;border:1px solid #e5e9f2;color:#1f2937}.modal-footer .btn-secondary:hover:not(:disabled){background:#f1f3f9;border-color:#5b67ca}.modal-footer .full-width{width:100%}.client-edit-modal{min-width:560px}.modal-body .muted{color:#9ca3af;padding:24px 0}.alert-error{background:#fff2f2;border:1px solid #ffd6d6;border-radius:8px;color:#b00020;margin-bottom:16px;padding:10px 12px}.form-grid{grid-gap:14px 16px;display:grid;gap:14px 16px;grid-template-columns:1fr 1fr}.form-grid .form-field{display:flex;flex-direction:column}.form-grid .form-field label{color:#6b7280;font-size:12px;margin-bottom:6px}.form-grid .form-field input{border:1px solid #e5e9f2;border-radius:8px;font-size:14px;padding:10px 12px;transition:all .15s}.form-grid .form-field input:focus{border-color:#5b67ca;box-shadow:0 0 0 3px #eef0ff;outline:none}.btn{border:none;border-radius:8px;cursor:pointer;font-size:14px;font-weight:600;outline:none;padding:10px 20px;transition:all .2s}.btn:disabled{cursor:not-allowed;opacity:.5}.btn-primary{border:none;border-radius:8px;cursor:pointer;font-size:14px;font-weight:600;outline:none;padding:10px 20px;transition:all .2s}.btn-primary:disabled{cursor:not-allowed;opacity:.5}.btn-primary{background:#5b67ca;color:#fff}.btn-primary:hover:not(:disabled){background:#4854b8;box-shadow:0 4px 12px #5b67ca4d}.btn-secondary{border:none;border-radius:8px;cursor:pointer;font-size:14px;font-weight:600;outline:none;padding:10px 20px;transition:all .2s}.btn-secondary:disabled{cursor:not-allowed;opacity:.5}.btn-secondary{background:#f8f9fc;border:1px solid #e5e9f2;color:#1f2937}.btn-secondary:hover:not(:disabled){background:#f1f3f9;border-color:#5b67ca}.actions-modal{min-width:420px}.actions-list{display:flex;flex-direction:column;gap:8px}.action-row{align-items:center;background:#f8f9fc;border:1px solid #f0f2f7;border-radius:10px;cursor:pointer;display:flex;gap:12px;padding:14px 16px;transition:background .15s,transform .1s;width:100%}.action-row:hover{background:#f1f3f9;transform:translateY(-1px)}.action-row.danger{background:#fff5f7;border-color:#ffd6de}.action-row .icon{font-size:18px}.action-row .label{color:#1f2937;font-weight:600}.service-edit .services-list{max-height:300px;overflow:auto}.reschedule .reschedule-row{display:flex;gap:12px;margin:12px 0}.result{padding:24px;text-align:center}.result .icon{font-size:42px;margin-bottom:12px}.result .text{color:#1f2937;font-size:16px}.btn-danger{background:#ff4d6d;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:10px 16px}.btn-danger:hover{background:#e04461}.clients-page{background-color:#f8f9fc;min-height:100%;padding:24px 32px}.clients-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:24px}.clients-header .page-title{color:#1f2937;font-size:28px;font-weight:700;margin:0}.clients-header .header-actions{align-items:center;display:flex;gap:16px}.clients-header .header-actions .search-box{position:relative;width:350px}.clients-header .header-actions .search-box .search-icon{font-size:18px;left:16px;position:absolute;top:50%;transform:translateY(-50%)}.clients-header .header-actions .search-box input{border:1px solid #e5e9f2;border-radius:8px;font-size:14px;padding:12px 16px 12px 48px;transition:all .2s;width:100%}.clients-header .header-actions .search-box input:focus{border-color:#5b67ca;box-shadow:0 0 0 3px #eef0ff;outline:none}.stats-cards{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(3,1fr);margin-bottom:24px}.stat-card{background:#fff;box-shadow:0 2px 8px #0000000a;gap:16px;padding:24px}.stat-card,.stat-card .stat-icon{align-items:center;border-radius:12px;display:flex}.stat-card .stat-icon{background:#eef0ff;font-size:36px;height:60px;justify-content:center;width:60px}.stat-card .stat-content{flex:1 1}.stat-card .stat-content .stat-value{color:#1f2937;font-size:32px;font-weight:700;line-height:1}.stat-card .stat-content .stat-label{color:#9ca3af;font-size:14px;margin-top:4px}.clients-list .empty-state,.clients-list .loading{color:#9ca3af;font-size:16px;padding:60px 20px;text-align:center}.clients-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}.client-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000a;padding:20px;transition:transform .2s,box-shadow .2s}.client-card:hover{box-shadow:0 8px 20px #0000001a;transform:translateY(-4px)}.client-card .client-card-header{align-items:center;display:flex;gap:12px;margin-bottom:16px}.client-card .client-card-header .client-avatar{align-items:center;background:#eef0ff;border-radius:50%;color:#5b67ca;display:flex;font-size:18px;font-weight:700;height:50px;justify-content:center;width:50px}.client-card .client-card-header .client-info{flex:1 1}.client-card .client-card-header .client-info .client-name{color:#1f2937;font-size:16px;font-weight:700;margin:0 0 2px}.client-card .client-card-header .client-info .client-patronymic{color:#6b7280;font-size:13px;margin:0}.client-card .client-card-body{border-bottom:1px solid #f0f2f7;border-top:1px solid #f0f2f7;padding:16px 0}.client-card .client-card-body .client-detail{align-items:center;display:flex;gap:12px;margin-bottom:8px}.client-card .client-card-body .client-detail:last-child{margin-bottom:0}.client-card .client-card-body .client-detail .detail-icon{font-size:16px;text-align:center;width:24px}.client-card .client-card-body .client-detail .detail-text{color:#6b7280;font-size:14px}.client-card .client-card-footer{margin-top:16px}.client-card .client-card-footer .client-stats{display:flex;gap:20px;margin-bottom:12px}.client-card .client-card-footer .client-stats .stat-item{flex:1 1}.client-card .client-card-footer .client-stats .stat-item .stat-label{color:#9ca3af;display:block;font-size:12px;margin-bottom:4px}.client-card .client-card-footer .client-stats .stat-item .stat-value{color:#1f2937;font-size:15px;font-weight:700}.client-card .client-card-footer .client-actions{display:flex;gap:8px}.clients-bookings{margin:16px 0 28px}.section-title{color:#1f2937;font-size:18px;font-weight:700;margin:12px 0 16px}.badge-status{background:#f8f9fc;border:1px solid #f0f2f7;border-radius:999px;color:#6b7280;font-size:12px;font-weight:600;padding:6px 10px}.clients-table-wrapper{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000a;overflow:hidden}.clients-table-wrapper .table-toolbar{background:#f8f9fc;border-bottom:1px solid #f0f2f7;display:flex;justify-content:flex-end;padding:12px 16px}.clients-table{border-collapse:collapse;width:100%}.clients-table thead tr{background:#f8f9fc}.clients-table td,.clients-table th{border-bottom:1px solid #f0f2f7;font-size:14px;padding:12px 16px;text-align:left}.clients-table .client-row{cursor:pointer}.clients-table .client-row:hover{background:#f1f3f9}.clients-table .cell-user{align-items:center;display:flex;gap:10px}.clients-table .cell-user .avatar-sm{align-items:center;background:#eef0ff;border-radius:50%;color:#5b67ca;display:flex;font-size:12px;font-weight:700;height:32px;justify-content:center;width:32px}.clients-table .cell-user .u .name{color:#1f2937;font-weight:600}.clients-table .cell-user .u .meta{color:#9ca3af;font-size:12px}.clients-table .actions-cell{align-items:center;display:flex;gap:6px}.clients-table .actions-cell .link{background:none;border:none;border-radius:6px;color:#5b67ca;cursor:pointer;font-weight:600;padding:4px 6px}.clients-table .actions-cell .link:hover{background:#eef0ff}.clients-table .actions-cell .sep{color:#9ca3af}.clients-table .schedule-cell{align-items:center;display:flex;flex-wrap:wrap;gap:10px}.clients-table .schedule-cell .schedule-pill{align-items:center;background:#e9f9ee;border:1px solid #c9efcf;border-radius:999px;color:#1f8f41;display:inline-flex;font-size:12px;font-weight:600;padding:4px 10px}.clients-table .schedule-cell .btn-chip{background:#eef0ff;border:1px solid #5b67ca40;border-radius:999px;color:#5b67ca;cursor:pointer;font-size:12px;font-weight:600;padding:6px 12px;transition:all .2s}.clients-table .schedule-cell .btn-chip:hover{background:#dfe3ff;box-shadow:0 2px 8px #5b67ca33}.table-footer{align-items:center;border-top:1px solid #f0f2f7;display:flex;justify-content:space-between;padding:12px 16px}.table-footer .page-size{align-items:center;color:#6b7280;display:flex;gap:8px}.table-footer .page-size select{background:#fff;border:1px solid #e5e9f2;border-radius:6px;padding:6px 10px}.table-footer .pagination{align-items:center;display:flex;gap:10px}.badge,.table-footer .pagination .page-indicator{color:#6b7280}.badge{align-items:center;background:#f8f9fc;display:inline-flex;font-weight:600}.badge.success{background:#f0fff4;border-color:#c6f6d5;color:#2f855a}.badge.warning{background:#fffaf0;border-color:#fefcbf;color:#975a16}.badge.info{background:#eff6ff;border-color:#bfdbfe;color:#1e40af}.badge.error{background:#fff5f5;border-color:#fed7d7;color:#c53030}.history-list{display:flex;flex-direction:column;gap:10px}.history-row{align-items:center;border:1px solid #f0f2f7;border-radius:10px;display:flex;gap:12px;justify-content:space-between;padding:12px 14px}.history-row .left{display:flex;flex-direction:column;gap:4px}.history-row .left .title{color:#1f2937;font-weight:600}.history-row .left .meta{color:#6b7280;font-size:12px}.history-row .right{align-items:center;display:flex;gap:8px}.filters{display:flex;gap:8px;margin-bottom:12px}.badge{border:1px solid #f0f2f7;border-radius:999px;font-size:12px;padding:4px 8px}.badge.scheduled{background:#fff8dd;border-color:#ffe08a;color:#7a5e00}.badge.in_progress{background:#e7fff7;border-color:#aaf0d7;color:#0b6b53}.badge.completed{background:#efe8ff;border-color:#d3c5ff;color:#4f36a5}.badge.cancelled{background:#ffe6ee;border-color:#ffc1d2;color:#a0173a}.muted{color:#9ca3af}.entity-form-modal .modal-header{align-items:center;display:flex;justify-content:space-between}.entity-form-modal .modal-title{font-size:20px;font-weight:700;margin:0}.entity-form-modal .close-button{background:none;border:none;cursor:pointer;font-size:18px}.entity-form-modal .muted{color:#9ca3af}.entity-form-modal .form-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(2,1fr)}.entity-form-modal .form-grid .form-field{display:flex;flex-direction:column}.entity-form-modal .form-grid .form-field label{color:#6b7280;font-size:12px;margin-bottom:6px}.entity-form-modal .form-grid .form-field input,.entity-form-modal .form-grid .form-field select{border:1px solid #e5e9f2;border-radius:8px;font-size:14px;padding:10px 12px}.entity-form-modal .form-grid .form-field input:focus,.entity-form-modal .form-grid .form-field select:focus{border-color:#5b67ca;box-shadow:0 0 0 3px #eef0ff;outline:none}.entity-form-modal .modal-footer{display:flex;gap:8px;justify-content:flex-end}.entity-form-modal .btn{border:1px solid #0000;border-radius:8px;cursor:pointer;padding:10px 14px}.entity-form-modal .btn-secondary{background:#f8f9fc;border-color:#f0f2f7}.entity-form-modal .btn-primary{background:#5b67ca;color:#fff}.entity-form-modal .alert-error{background:#fff5f5;border:1px solid #fed7d7;border-radius:8px;color:#c53030;grid-column:1/-1;padding:8px 10px}.statistics-page{background-color:#f8f9fc;min-height:100%;padding:24px 32px}.statistics-page .page-title{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#5b67ca,#9b87f5,#5b67ca);-webkit-background-clip:text;font-size:36px;font-weight:800;margin:0 0 16px}.statistics-page .loading{color:#6b7280}.statistics-page .empty-state{background:#fff;border:1px solid #f0f2f7;border-radius:12px;color:#6b7280;padding:16px}.statistics-page .filters-bar{align-items:center;background:#fff;border:1px solid #f0f2f7;border-radius:12px;display:flex;gap:20px;justify-content:flex-start;margin:8px 0 20px;padding:12px 16px}.statistics-page .filters-bar .filters{display:flex;flex:1 1 auto;flex-wrap:nowrap;gap:12px;overflow:hidden}.statistics-page .filters-bar .filters .filter-item{align-items:center;color:#6b7280;display:flex;flex:0 0 auto;gap:8px;height:40px;white-space:nowrap}.statistics-page .filters-bar .filters .filter-item span{align-items:center;display:inline-flex;height:40px}.statistics-page .filters-bar .filters .filter-item input[type=date],.statistics-page .filters-bar .filters .filter-item select{background:#fff;border:1px solid #e5e9f2;border-radius:8px;color:#1f2937;height:40px;line-height:40px;padding:0 12px}.statistics-page .filters-bar .filters .filter-item select{max-width:100%;overflow:hidden;text-overflow:ellipsis}.statistics-page .filters-bar .filters .filter-item.fi-period select{width:110px}.statistics-page .filters-bar .filters .filter-item.fi-grouping select{width:120px}.statistics-page .filters-bar .filters .filter-item.fi-status select{width:140px}.statistics-page .filters-bar .filters .filter-item.fi-master select,.statistics-page .filters-bar .filters .filter-item.fi-service select{width:200px}.statistics-page .filters-bar .filters .filter-item.fi-from input[type=date],.statistics-page .filters-bar .filters .filter-item.fi-to input[type=date]{width:140px}@media(max-width:1360px){.statistics-page .filters-bar .filters .filter-item.fi-master select,.statistics-page .filters-bar .filters .filter-item.fi-service select{width:180px}.statistics-page .filters-bar .filters .filter-item.fi-status select{width:130px}.statistics-page .filters-bar .filters .filter-item.fi-grouping select{width:110px}.statistics-page .filters-bar .filters .filter-item.fi-period select{width:100px}}.statistics-page .filters-bar .actions{align-items:center;display:flex;gap:8px;height:40px}.statistics-page .filters-bar .actions .btn{align-items:center;background:#f8f9fc;border:1px solid #f0f2f7;border-radius:8px;color:#1f2937;cursor:pointer;display:inline-flex;height:40px;padding:0 16px}.statistics-page .filters-bar .actions .btn.primary{background:#5b67ca;border-color:#5b67ca;color:#fff;font-weight:600}.statistics-page .stats-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(3,1fr);margin:16px 0 28px}@media(max-width:980px){.statistics-page .stats-grid{grid-template-columns:1fr}}.statistics-page .stat-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000a;padding:24px}.statistics-page .stat-card .stat-label{color:#9ca3af;font-size:14px;margin-bottom:6px}.statistics-page .stat-card .stat-value{color:#1f2937;font-size:32px;font-weight:700;line-height:1}.statistics-page .stats-panel{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000a;padding:16px}.statistics-page .stats-panel .table{width:100%}.statistics-page .stats-panel .tbody .tr,.statistics-page .stats-panel .thead .tr{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr 160px 200px}.statistics-page .stats-panel .thead .tr{background:#f8f9fc;border-radius:8px;color:#6b7280;font-weight:700;padding:10px 12px}.statistics-page .stats-panel .tbody .tr{border-bottom:1px solid #f0f2f7;padding:10px 12px}.statistics-page .stats-panel .td,.statistics-page .stats-panel .th{color:#1f2937;font-size:14px}.kpi-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(4,1fr);margin:16px 0 12px}.kpi-card{background:#fff;border-radius:16px;box-shadow:0 2px 10px #0000000d;gap:16px;padding:20px}.kpi-card,.kpi-card .kpi-icon{align-items:center;display:flex}.kpi-card .kpi-icon{background:#eef0ff;border-radius:12px;font-size:22px;height:48px;justify-content:center;width:48px}.kpi-card .kpi-content{flex:1 1}.kpi-card .kpi-content .kpi-title{color:#6b7280;font-size:14px;margin-bottom:6px}.kpi-card .kpi-content .kpi-value{color:#1f2937;font-size:28px;font-weight:800}.kpi-card .kpi-content .kpi-subtitle{color:#9ca3af;font-size:12px}.kpi-card .kpi-trend{font-weight:700}.kpi-card .kpi-trend.pos{color:#1e8e3e}.kpi-card .kpi-trend.neg{color:#c62828}.charts-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:1fr 1fr;margin-top:8px}.chart-card,.table-card{background:#fff;border-radius:16px;box-shadow:0 2px 10px #0000000d;padding:16px}.chart-card .chart-title,.table-card .chart-title{color:#1f2937;font-weight:700;margin-bottom:8px}.chart-card table.data-table,.table-card table.data-table{border-collapse:collapse;width:100%}.chart-card table.data-table thead tr,.table-card table.data-table thead tr{background:#f8f9fc}.chart-card table.data-table td,.chart-card table.data-table th,.table-card table.data-table td,.table-card table.data-table th{border-bottom:1px solid #f0f2f7;color:#1f2937;font-size:14px;padding:10px 12px;text-align:left}.chart-card table.data-table td.num,.chart-card table.data-table th.num,.table-card table.data-table td.num,.table-card table.data-table th.num{text-align:right}.chart-card table.data-table th.sortable,.table-card table.data-table th.sortable{cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap}.chart-card table.data-table th.sortable .sort-indicator,.table-card table.data-table th.sortable .sort-indicator{color:#6b7280;margin-left:6px}.chart-card table.data-table th.sortable .sort-order,.table-card table.data-table th.sortable .sort-order{color:#666;font-size:10px;line-height:1;margin-left:4px;vertical-align:super}
/*# sourceMappingURL=main.0da45125.css.map*/