.calendar{--day-height:300px;--x-axis-width:160px;--days:14;padding:1rem;font-family:system-ui,sans-serif;font-size:0.875rem}.calendar__header{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:1rem}.calendar__title{font-weight:600}.calendar__nav{text-decoration:none;padding:0.25rem 0.5rem;border-radius:4px;border:1px solid #ddd;background:#f9f9f9;font-size:0.85rem}.calendar__nav--prev,.calendar__nav--next{cursor:pointer}.calendar__week{border:1px solid #e2e2e2;border-radius:6px;background:#fff}.calendar__week-header{display:grid;grid-template-columns:var(--x-axis-width) repeat(var(--days),minmax(0,1fr));border-bottom:1px solid #e2e2e2;background:#fafafa;position:sticky;top:0px;z-index:1}.calendar__time-column-header{border-right:1px solid #e2e2e2}.calendar__day-header{padding:0.5rem;text-align:center;border-right:1px solid #e2e2e2}.calendar__day-header:last-child{border-right:none}.calendar__day-name{font-size:0.8rem;text-transform:uppercase;letter-spacing:0.04em;color:#666}.calendar__day-date{font-size:0.95rem;font-weight:600}.calendar__week-body{display:grid;grid-template-columns:var(--x-axis-width) minmax(0,1fr)}.calendar__time-column{border-right:1px solid #e2e2e2;background:#fdfdfd;height:var(--day-height);display:flex;flex-direction:column}.calendar__time-row{position:relative;height:calc(var(--day-height) / var(--count-cars));border-top:1px solid #eee;box-sizing:border-box}.calendar__time-row:first-child{border-top:none}.calendar__time-label{font-size:0.65rem;color:#000}.calendar__car-label{display:flex;flex-direction:column}.calendar__car-label figure{min-width:50px;margin:0 auto}.calendar__car-label label{flex-grow:1;overflow:hidden;white-space:nowrap}.calendar__days{display:grid;grid-template-columns:repeat(var(--days),minmax(0,1fr))}.calendar__day{border-right:1px solid #e2e2e2}.calendar__day:last-child{border-right:none}.calendar__day-grid{position:relative;height:var(--day-height);box-sizing:border-box}.calendar__slot{height:calc(var(--day-height) / ( var(--count-cars) ));border-top:1px solid rgba(0,0,0,0.03);box-sizing:border-box}.calendar__slot:nth-child(4n + 1){border-top-color:rgba(0,0,0,0.07)}.calendar__slot:hover{background-color:rgba(0,0,0,0.05)}.calendar__empty-placeholder{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:0.75rem;color:#aaa;font-style:italic;pointer-events:none}.calendar__event{position:absolute;left:3px;right:3px;padding:0.25rem 0.35rem;border-radius:4px;background:#e8f1ff;border:1px solid #c4d4ff;box-sizing:border-box;overflow:hidden;font-size:0.75rem;cursor:pointer}.calendar__event-time{display:none;font-weight:600;margin-bottom:0.1rem;font-size:0.7rem}.calendar .calendar__event-time-small{--custom-font-size:10px;display:none}.calendar__event-title{line-height:1.2;word-wrap:break-word}