.week-view{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 2px 8px #0000001a}.week-controls{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.week-range{font-size:1rem;font-weight:600}.week-stats{gap:20px;display:flex}.stat-item{gap:8px;font-size:.85rem;display:flex}.stat-label{opacity:.9}.stat-value{background:#fff3;border-radius:12px;padding:2px 8px;font-weight:700}.schedule-table-wrapper{overflow-x:auto}.schedule-table{min-width:800px}.schedule-header-row{z-index:10;background:#f8f9fa;border-bottom:2px solid #e0e2e5;display:flex;position:sticky;top:0}.time-col{background:#f8f9fa;border-right:1px solid #e0e2e5;flex-shrink:0;width:100px;padding:16px;font-weight:600}.day-col{text-align:center;border-right:1px solid #e0e2e5;flex:1;padding:16px;transition:background .2s}.day-col.today{background:#e8eaf6}.day-col.weekend{background:#f5f5f5}.day-header{margin-bottom:8px}.day-name{color:#333;text-transform:uppercase;letter-spacing:.5px;font-size:.9rem;font-weight:600}.day-date{color:#6c5ce7;font-size:1.4rem;font-weight:700;line-height:1}.day-month{color:#999;margin-top:4px;font-size:.7rem}.day-appointments-count{color:#666;background:#f0f2f5;border-radius:12px;padding:2px 8px;font-size:.7rem;display:inline-block}.schedule-body{max-height:600px;overflow-y:auto}.schedule-row{border-bottom:1px solid #e0e2e5;transition:background .2s;display:flex}.schedule-row.even{background:#fafbfc}.schedule-row.odd{background:#fff}.schedule-row:hover{background:#f5f5ff}.time-cell{color:#555;background:#fafbfc;border-right:1px solid #e0e2e5;flex-shrink:0;align-items:center;gap:8px;width:100px;padding:16px;font-size:.85rem;font-weight:500;display:flex}.time-icon{color:#999;font-size:12px}.day-slot-cell{border-right:1px solid #e0e2e5;flex:1;min-width:120px;min-height:80px;padding:10px;transition:all .2s;position:relative}.day-slot-cell.free{cursor:pointer;background:#f9f9ff}.day-slot-cell.free:hover{z-index:1;background:#f0f0ff;transform:scale(1.01);box-shadow:0 2px 8px #0000001a}.day-slot-cell.booked{background:#fff8f0}.day-slot-cell.prep-slot{background:#fff3e0;border-left:3px solid #ffc107}.day-slot-cell.today{background:#e8eaf6}.day-slot-cell.weekend{background:#fafafa}.free-slot{color:#999;flex-direction:column;justify-content:center;align-items:center;gap:6px;height:100%;min-height:60px;font-size:.75rem;display:flex}.plus-icon{opacity:0;font-size:16px;transition:opacity .2s}.day-slot-cell.free:hover .plus-icon{opacity:1}.free-text{font-size:.7rem}.prep-block{color:#ff9800;text-align:center;background:linear-gradient(135deg,#ffc10720,#ff980020);border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:4px;height:100%;padding:8px;font-size:.7rem;display:flex}.prep-icon{font-size:18px;animation:1s infinite pulse}.prep-info{flex-direction:column;gap:2px;display:flex}.prep-time{font-size:.65rem;font-weight:700}.prep-client{opacity:.8;font-size:.6rem}.appointment-container{height:100%;position:relative}.prep-badge{color:#fff;z-index:2;background:linear-gradient(135deg,#ffc107,#ff9800);border-radius:12px;align-items:center;gap:3px;padding:2px 6px;font-size:9px;display:flex;position:absolute;bottom:-8px;right:-8px;box-shadow:0 1px 3px #0003}.prep-badge svg{font-size:8px}.week-legend{background:#f8f9fa;border-top:1px solid #e0e2e5;flex-wrap:wrap;gap:20px;padding:16px 20px;display:flex}.legend-item{color:#666;align-items:center;gap:8px;font-size:.8rem;display:flex}.legend-color{border-radius:4px;width:20px;height:20px}.legend-color.free-color{background:#f9f9ff;border:1px solid #ddd}.legend-color.booked-color{background:#fff8f0;border:1px solid #ffcc80}.legend-color.prep-color{background:#fff3e0;border:1px solid #ffc107}.legend-color.today-color{background:#e8eaf6;border:1px solid #6c5ce7}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}.schedule-body::-webkit-scrollbar{width:8px;height:8px}.schedule-body::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.schedule-body::-webkit-scrollbar-thumb{background:#6c5ce7;border-radius:10px}.schedule-body::-webkit-scrollbar-thumb:hover{background:#5b4bc4}@media (width<=1024px){.week-controls{text-align:center;flex-direction:column;gap:12px}.week-stats{justify-content:center}.time-col,.time-cell{width:70px;font-size:.7rem}.day-slot-cell{min-width:100px}.day-date{font-size:1rem}.day-name{font-size:.7rem}}@media (width<=768px){.time-col,.time-cell{width:60px;padding:12px 8px}.day-slot-cell{min-width:80px;padding:6px}.free-text{display:none}.day-appointments-count{font-size:.6rem}.week-legend{gap:12px;padding:12px}.legend-item{font-size:.7rem}}@media (width<=480px){.week-stats{flex-direction:column;gap:6px}.day-month{display:none}.day-slot-cell{min-width:65px}.prep-time,.prep-client{font-size:.5rem}}