.day-view{background:#fff;border-radius:0;flex-direction:column;height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,sans-serif;display:flex;overflow:hidden}.day-view-header{z-index:20;background:#fff;border-bottom:1px solid #e5e7eb;flex-shrink:0;min-height:72px;display:flex;position:sticky;top:0;overflow-x:auto}.day-view-header::-webkit-scrollbar{display:none}.time-header{text-align:center;color:#8a94a6;letter-spacing:0;text-transform:uppercase;background:#f7f8fa;border-right:1px solid #e5e7eb;flex-shrink:0;width:68px;padding:18px 10px;font-size:10px;font-weight:600}.masters-header{background:#fff;flex:1;min-width:min-content;display:flex}.master-header{background:#fff;border-right:1px solid #e5e7eb;flex-shrink:0;align-items:center;gap:12px;min-height:72px;padding:12px 16px;transition:background .15s;display:flex;position:relative}.master-header:last-child{border-right:none}.master-header:hover{background:#f9fafb}.master-avatar-wrapper{flex-shrink:0;position:relative}.master-avatar-img{object-fit:cover;background:#f3f4f6;border:2px solid #e5e7eb;border-radius:50%;width:40px;height:40px;transition:all .15s;display:block}.master-header:hover .master-avatar-img{border-color:#6366f1}.master-avatar{color:#fff;border:2px solid #e5e7eb;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:18px;font-weight:600;transition:all .15s;display:flex}.master-avatar.fallback{border:2px solid #e5e7eb}.master-header:hover .master-avatar{border-color:#6366f1}.master-status-dot{border:2px solid #fff;border-radius:50%;width:12px;height:12px;position:absolute;bottom:0;right:0;box-shadow:0 1px 2px #0000000d}.master-status-dot.online{background:#22c55e}.master-status-dot.offline{background:#ef4444}.master-status-dot.away{background:#f59e0b}.dayview-master-info{flex-direction:column;flex:1;justify-content:center;gap:2px;min-width:0;display:flex}.dayview-master-name{color:#1f2937;white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:500;line-height:1.3;overflow:hidden}.dayview-master-position{color:#9ca3af;white-space:nowrap;text-overflow:ellipsis;font-size:11px;line-height:1.2;overflow:hidden}.day-view-body{background:#fff;flex:1;position:relative;overflow:auto}.schedule-wrapper{min-height:100%;display:flex}.timeline-column{z-index:5;-webkit-user-select:none;user-select:none;background:#f7f8fa;border-right:1px solid #e5e7eb;flex-shrink:0;width:68px;position:sticky;left:0}.timeline-row{border-bottom:1px solid #eef0f4;justify-content:center;align-items:center;padding-right:0;display:flex;position:relative}.timeline-row.hour{background:#f7f8fa;border-bottom:1px solid #dfe3ea}.timeline-row.minute{border-bottom:1px solid #eef0f4}.timeline-row.hour:before{content:"";opacity:1;background:#cfd5df;width:10px;height:1px;position:absolute;top:-1px;right:0}.timeline-row.minute:before{content:"";opacity:1;background:#dfe3ea;width:6px;height:1px;position:absolute;top:-1px;right:0}.timeline-row.active{background:#edf4ff}.timeline-row.active .hour-label{color:#2f6fed}.timeline-row.active .minute-label{color:#2f6fed;opacity:1}.timeline-row.active:before{opacity:1;background:#6366f1}.timeline-label{text-align:center;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;width:100%;padding:0 4px;transform:none}.hour-label{color:#202938;letter-spacing:0;background:#f7f8fa;padding:0 3px;font-family:SF Mono,Monaco,Cascadia Code,monospace;font-size:15px;font-weight:700}.minute-label{color:#8f9bad;opacity:.8;font-family:SF Mono,Monaco,Cascadia Code,monospace;font-size:11px;font-weight:500}.masters-wrapper{flex:1;min-width:min-content;display:flex}.master-schedule{background:#fff;border-right:1px solid #e5e7eb;flex-shrink:0;position:relative}.time-slot{cursor:pointer;border-bottom:1px solid #eef0f4;justify-content:center;align-items:center;transition:background .1s;display:flex;position:relative}.time-slot.free{background:#fff}.time-slot.free:hover{background:#f9fafb}.time-slot.booked{background:#fff8df}.time-slot.prep{background:#fff3d4}.time-slot.drag-over{background:#eef2ff!important;border:1px solid #6366f1!important}.drag-overlay{z-index:50;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.drag-overlay span{color:#fff;white-space:nowrap;background:#6366f1;border-radius:4px;padding:4px 12px;font-size:10px;font-weight:500;box-shadow:0 1px 2px #0000000d}.slot-plus{color:#6366f1;opacity:1;justify-content:center;align-items:center;transition:opacity .1s;display:flex}.prep-indicator{color:#d97706;align-items:center;gap:4px;font-size:10px;font-weight:500;display:flex}.appointments-container{pointer-events:none;position:absolute;inset:0}.appointment-slot{pointer-events:auto;cursor:grab;z-index:10;position:absolute}.appointment-slot:active{cursor:grabbing}.appointment-slot:hover{z-index:20}.day-view-body::-webkit-scrollbar{width:6px;height:6px}.day-view-body::-webkit-scrollbar-track{background:#f3f4f6}.day-view-body::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.day-view-body::-webkit-scrollbar-thumb:hover{background:#9ca3af}@media (width<=768px){.time-header,.timeline-column{width:58px}.master-header,.master-schedule{width:260px!important}.master-avatar-img,.master-avatar{width:36px;height:36px;font-size:16px}.dayview-master-name{font-size:12px}.dayview-master-position{font-size:10px}.hour-label{font-size:13px}.minute-label{font-size:10px}}@media (width<=480px){.time-header,.timeline-column{width:52px}.master-header,.master-schedule{width:220px!important}.master-avatar-img,.master-avatar{width:32px;height:32px;font-size:14px}.master-header{gap:10px;padding:8px 12px}.dayview-master-name{font-size:11px}.dayview-master-position{font-size:9px}.hour-label{font-size:12px}.minute-label{font-size:9px}}