.my-schedule-content{--my-schedule-content-side-padding:clamp(16px,2vw,32px);display:flex;width:100%;height:100%;min-height:0;padding:14px var(--my-schedule-content-side-padding);overflow:hidden}.my-schedule-view{--my-schedule-control-column-width:clamp(170px,12vw,220px);--my-schedule-weekday-row-height:clamp(30px,5svh,46px);display:grid;grid-template-rows:minmax(0,1fr);flex:1 1 auto;width:100%;gap:0;height:100%;min-width:0;min-height:0;container-type:inline-size}.my-schedule-calendar-column{display:grid;grid-template-rows:auto minmax(0,1fr);min-width:0;min-height:0}.my-schedule-calendar-toolbar{padding:10px 12px;border-bottom:1px solid var(--color-border)}.my-schedule-calendar,.my-schedule-month-layout{min-width:0;min-height:0;height:100%;overflow:hidden}.my-schedule-month-layout{display:grid;grid-template-columns:var(--my-schedule-control-column-width) minmax(0,1fr);grid-template-rows:minmax(0,1fr);flex:1 1 auto;width:100%;border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface)}.my-schedule-control-area{--my-schedule-control-pad-inline:clamp(14px,1.8svh,18px);display:flex;flex-direction:column;align-items:stretch;min-width:0;min-height:0;padding:0 var(--my-schedule-control-pad-inline);border-right:1px solid var(--color-border);background:var(--color-surface);overflow:hidden}.my-schedule-month-controls{display:grid;grid-template-columns:28px minmax(86px,1fr) 28px;align-items:center;gap:6px;flex:0 0 auto;height:var(--my-schedule-weekday-row-height);margin:0 calc(var(--my-schedule-control-pad-inline) * -1);padding:0 var(--my-schedule-control-pad-inline);border-bottom:1px solid var(--color-border);box-sizing:border-box;white-space:nowrap}.my-schedule-month-controls button{display:grid;place-items:center;width:28px;font-size:16px;cursor:pointer}.my-schedule-month-controls button,.my-schedule-month-controls strong{height:28px;border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);color:var(--color-text);font-weight:800}.my-schedule-month-controls strong{display:flex;align-items:center;justify-content:center;min-width:0;padding:0 8px;font-size:var(--font-sm)}.my-schedule-category{display:grid;gap:10px;margin:0 calc(var(--my-schedule-control-pad-inline) * -1);padding:16px var(--my-schedule-control-pad-inline) 18px;border-bottom:1px solid var(--color-border)}.my-schedule-category h3,.my-schedule-plan-filter h3,.my-schedule-worker-filter h3{display:flex;align-items:center;justify-content:space-between;gap:8px;margin:0 0 10px;color:var(--color-text-subtle);font-size:var(--font-sm);font-weight:600;line-height:1.3}.my-schedule-check{display:flex;align-items:center;gap:9px;min-width:0;color:var(--color-text);font-size:14px;font-weight:850;line-height:1.3;cursor:pointer}.my-schedule-check input{flex:0 0 auto;width:15px;height:15px;margin:0;accent-color:var(--color-text);cursor:pointer}.my-schedule-check span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.my-schedule-plan-filter{position:relative;display:flex;flex:0 0 clamp(300px,42svh,460px);flex-direction:column;min-height:240px;margin:0 calc(var(--my-schedule-control-pad-inline) * -1);padding:16px var(--my-schedule-control-pad-inline) 0;overflow:hidden}.my-schedule-plan-filter h3{flex:0 0 auto}.my-schedule-plan-toggle-all{flex:0 0 auto;height:22px;padding:0 7px;border:1px solid var(--color-border);border-radius:var(--radius-pill);background:var(--color-surface);color:var(--color-text-muted);font-size:var(--font-xs);font-weight:700;line-height:20px;cursor:pointer}.my-schedule-plan-toggle-all:focus-visible,.my-schedule-plan-toggle-all:hover{border-color:var(--color-border-strong);color:var(--color-text)}.my-schedule-plan-list{display:grid;flex:1 1 auto;align-content:start;gap:7px;min-height:0;margin:0;padding:0;overflow:auto;list-style:none;scrollbar-width:none}.my-schedule-plan-list::-webkit-scrollbar{width:0;height:0}.my-schedule-plan-button{display:flex;align-items:center;gap:8px;width:100%;min-width:0;min-height:34px;overflow:hidden;padding:0 10px;border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);color:var(--color-text);font-size:var(--font-md);font-weight:850;line-height:32px;text-align:left;cursor:pointer;transition:background .14s ease,border-color .14s ease,color .14s ease,opacity .14s ease}.my-schedule-plan-button:focus-visible,.my-schedule-plan-button:hover{border-color:var(--color-border-strong);background:var(--color-surface-2);color:var(--color-text)}.my-schedule-plan-button.is-unselected{border-color:var(--color-border);background:var(--color-surface);color:var(--color-text-subtle);opacity:.72}.my-schedule-plan-swatch{flex:0 0 auto;width:8px;height:8px;border:1px solid color-mix(in srgb,var(--schedule-plan-accent,var(--color-text-muted)) 72%,var(--color-surface));border-radius:var(--radius-pill);background:var(--schedule-plan-accent,var(--color-text-muted))}.my-schedule-plan-button.is-unselected .my-schedule-plan-swatch{border-color:var(--color-border-strong);background:var(--color-border)}.my-schedule-plan-name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.my-schedule-worker-filter{position:relative;display:flex;flex:1 1 auto;flex-direction:column;min-height:0;margin:0 calc(var(--my-schedule-control-pad-inline) * -1);padding:16px var(--my-schedule-control-pad-inline) 0;border-top:1px solid var(--color-border);overflow:hidden}.my-schedule-worker-title{display:inline-flex;align-items:center;gap:5px;min-width:0}.my-schedule-worker-title em{color:var(--color-text);font-style:normal;font-weight:850}.my-schedule-worker-date{flex:0 0 auto;color:var(--color-text-muted);font-size:var(--font-xs);font-weight:600;line-height:1;white-space:nowrap}.my-schedule-worker-list{display:grid;flex:1 1 auto;align-content:start;gap:7px;min-height:0;margin:0;padding:0;overflow:auto;list-style:none;scrollbar-width:none}.my-schedule-worker-list::-webkit-scrollbar{width:0;height:0}.my-schedule-worker-list li{display:flex;align-items:center;justify-content:space-between;gap:7px;min-width:0;min-height:32px;padding:3px 0;color:var(--color-text-muted);font-size:14px;font-weight:600;line-height:1.2;border-radius:7px;cursor:pointer;transition:background .12s ease,color .12s ease,opacity .12s ease}.my-schedule-worker-list li:focus-visible,.my-schedule-worker-list li:hover{background:var(--color-surface-2);outline:0}.my-schedule-worker-list li.is-selected{background:var(--color-surface-2);color:var(--color-text);opacity:1}.my-schedule-month-layout[data-schedule-worker]:not([data-schedule-worker=""]) .my-schedule-worker-list li:not(.is-selected){opacity:.3}.my-schedule-month-layout[data-schedule-worker]:not([data-schedule-worker=""]) .my-schedule-worker-list li:not(.is-selected):focus-visible,.my-schedule-month-layout[data-schedule-worker]:not([data-schedule-worker=""]) .my-schedule-worker-list li:not(.is-selected):hover{opacity:1}.my-schedule-worker-list li.is-selected .my-schedule-worker-period,.my-schedule-worker-list li.is-selected .my-schedule-worker-person>span:last-child,.my-schedule-worker-list li.is-selected .my-schedule-worker-status{color:var(--color-text)}.my-schedule-worker-person{display:inline-flex;align-items:center;gap:8px;flex:1 1 auto;min-width:0}.my-schedule-worker-person>span:last-child{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.my-schedule-worker-person:has(.my-schedule-worker-avatar.is-away)>span:last-child,.my-schedule-worker-person:has(.my-schedule-worker-avatar.is-online)>span:last-child{color:var(--color-text);font-weight:650}.my-schedule-worker-person:has(.my-schedule-worker-avatar.is-offline)>span:last-child{color:var(--color-text-subtle);font-weight:400}.my-schedule-worker-avatar{position:relative;display:grid;place-items:center;flex:0 0 24px;width:24px;height:24px;border:1px solid var(--color-border);border-radius:7px;background:var(--color-surface-2);color:var(--color-text);font-size:var(--font-xs);font-weight:900}.my-schedule-worker-avatar:after{content:"";position:absolute;right:-2px;bottom:-2px;width:6px;height:6px;border-radius:var(--radius-pill);background:var(--color-text-subtle);box-shadow:0 0 0 2px var(--color-surface);box-sizing:border-box}.my-schedule-worker-avatar.is-online:after{background:var(--color-accent)}.my-schedule-worker-avatar.is-away:after{background:var(--color-text-subtle)}.my-schedule-worker-avatar.is-offline:after{display:none}.my-schedule-worker-status{min-width:34px;padding:0 7px;border:1px solid var(--color-border);border-radius:var(--radius-pill);background:var(--color-surface)}.my-schedule-worker-period,.my-schedule-worker-status{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;height:21px;color:var(--color-text-muted);font-size:var(--font-xs);font-weight:800;line-height:1;white-space:nowrap}.my-schedule-section-scrollbar{position:absolute;top:0;right:0;bottom:0;width:2px;overflow:hidden;pointer-events:none;opacity:0;transition:opacity .12s ease}.my-schedule-plan-filter.is-section-scrolling .my-schedule-section-scrollbar,.my-schedule-worker-filter.is-section-scrolling .my-schedule-section-scrollbar{opacity:1}.my-schedule-section-scrollbar i{position:absolute;top:var(--my-schedule-section-scrollbar-thumb-top,0);right:0;display:block;width:2px;height:var(--my-schedule-section-scrollbar-thumb-height,24px);min-height:18px;border-radius:var(--radius-pill);background:var(--color-text-muted)}@media (max-width:1180px){.my-schedule-view{--my-schedule-control-column-width:170px}}@media (max-width:820px){.my-schedule-content{--my-schedule-content-side-padding:14px}.my-schedule-month-layout{grid-template-columns:1fr;grid-template-rows:auto minmax(0,1fr)}.my-schedule-control-area{border-right:0;border-bottom:1px solid var(--color-border)}}