.cal-shell{--cal-text: #172a33;--cal-muted: #647782;--cal-soft: #9aa8b1;--cal-border: #dce7ed;--cal-border-strong: #b6d4dd;--cal-surface: #ffffff;--cal-mint: #49b9ad;--cal-mint-soft: #e8f7f4;--cal-blue: #5b9ee8;--cal-blue-soft: #edf6ff;--cal-coral: #ff7777;--cal-coral-soft: #fff0ef;--cal-yellow: #f3bd48;--cal-yellow-soft: #fff8e3;--cal-green: #7abf6f;--cal-green-soft: #eef9ea;color:var(--cal-text)}.cal-page-head{margin-bottom:16px}.cal-title{margin:0;font-size:24px;line-height:1.25;font-weight:700;letter-spacing:0}.cal-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:20px}.cal-month-control,.cal-segmented,.cal-hours-select select,.cal-action-button{min-height:40px;border:1px solid var(--cal-border);background:var(--cal-surface);border-radius:7px}.cal-month-control{display:grid;grid-template-columns:40px 1fr 40px;overflow:hidden;flex:0 1 290px}.cal-month-label{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-right:1px solid var(--cal-border);border-left:1px solid var(--cal-border);font-size:15px;font-weight:700}.cal-icon{width:17px;height:17px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.cal-icon-button,.cal-small-icon-button{display:inline-grid;place-items:center;border:0;background:transparent;color:#314b5a;cursor:pointer;font:inherit}.cal-icon-button:hover,.cal-small-icon-button:hover{background:#f4fafb;color:#0f7890}.cal-segmented{display:grid;grid-template-columns:repeat(3,1fr);overflow:hidden;flex:0 1 244px}.cal-segment{border:0;border-right:1px solid var(--cal-border);background:transparent;color:#263b47;cursor:pointer;font:inherit;font-size:14px;font-weight:700}.cal-segment:last-child{border-right:0}.cal-segment--active{background:var(--cal-mint-soft);color:#087f77;box-shadow:inset 0 0 0 1px #49b9ad57}.cal-hours-select{display:block;flex:1 1 190px}.cal-hours-select select{width:100%;padding:0 38px 0 14px;appearance:none;color:#233844;cursor:pointer;font:inherit;font-size:14px;font-weight:700;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23314b5a' stroke-width='2'><path d='m6 9 6 6 6-6'/></svg>");background-position:right 12px center;background-repeat:no-repeat;background-size:15px}.cal-action-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;flex:0 1 auto;padding:0 16px;cursor:pointer;font:inherit;font-size:14px;font-weight:800;white-space:nowrap}.cal-action-button--staff{border-color:#b8d6fb;color:#1468c8;background:#f6fbff}.cal-action-button--block{border-color:#6acdc1;color:#fff;background:var(--cal-mint)}.cal-workspace{display:grid;grid-template-columns:minmax(0,1fr) 344px;gap:20px;align-items:start}.cal-main-panel,.cal-side-panel{background:var(--cal-surface);border:1px solid var(--cal-border);border-radius:8px;overflow:hidden}.cal-week-header{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));border-bottom:1px solid var(--cal-border);background:#fbfdfe}.cal-weekday{min-height:38px;display:grid;place-items:center;border-right:1px solid var(--cal-border);font-size:13px;font-weight:700}.cal-weekday:last-child{border-right:0}.cal-weekday--sun,.cal-day-number--sun{color:#ff3838}.cal-weekday--sat,.cal-day-number--sat{color:#0875d1}.cal-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr))}.cal-week-header--day,.cal-grid--day{grid-template-columns:minmax(0,1fr)}.cal-grid--day .cal-day{min-height:220px}.cal-day{position:relative;display:flex;flex-direction:column;align-items:stretch;gap:5px;min-height:128px;padding:10px 10px 8px;border:0;border-right:1px solid var(--cal-border);border-bottom:1px solid var(--cal-border);background:#fff;color:var(--cal-text);cursor:pointer;font:inherit;text-align:left;overflow:hidden}.cal-day:nth-child(7n){border-right:0}.cal-day:hover{background:#fbfefe;box-shadow:inset 0 0 0 1px #49b9ad33}.cal-day--selected{background:#f3fffb;box-shadow:inset 0 0 0 1.5px var(--cal-mint)}.cal-day--selected:after{content:"";position:absolute;top:10px;right:10px;width:8px;height:8px;border-radius:50%;background:var(--cal-mint)}.cal-day--muted{background:#fbfcfd;color:#aab4bc}.cal-day--muted>:not(.cal-day-number){visibility:hidden}.cal-day-number{font-size:15px;line-height:1;font-weight:800;font-variant-numeric:tabular-nums}.cal-reservation-count{font-size:11px;line-height:1;color:#304752}.cal-alert-row{display:flex;min-height:17px;gap:4px;flex-wrap:wrap}.cal-mini-alert{display:inline-flex;align-items:center;min-height:16px;padding:0 5px;border-radius:4px;border:1px solid;font-size:9px;font-weight:800;line-height:1}.cal-mini-alert--pending{color:#ff5656;border-color:#ffc9c9;background:#fff6f6}.cal-mini-alert--attention{color:#4a83c8;border-color:#bbd8fb;background:#f3f8ff}.cal-staff-stack{display:flex;min-height:20px;gap:4px;flex-wrap:wrap}.cal-staff-chip{display:inline-flex;align-items:center;width:fit-content;max-width:100%;min-height:20px;padding:0 7px;border:1px solid;border-radius:5px;font-size:10px;font-weight:800;line-height:1;white-space:nowrap}.cal-staff-chip--early{color:#15875f;background:#e7f7ed;border-color:#a7dec0}.cal-staff-chip--late{color:#a26000;background:var(--cal-yellow-soft);border-color:#f2d28f}.cal-staff-chip--hall{color:#e86612;background:#fff0e7;border-color:#ffc596}.cal-staff-chip--kitchen{color:#458a31;background:var(--cal-green-soft);border-color:#b9dea5}.cal-staff-chip--help{color:#1472c7;background:var(--cal-blue-soft);border-color:#b8d8fb}.cal-no-staff{color:#586b75;font-size:11px}.cal-reservation-lines{display:grid;gap:2px}.cal-reservation-line{display:grid;grid-template-columns:44px 1fr;align-items:center;gap:4px;color:#243944;font-size:12px;line-height:1.32;font-variant-numeric:tabular-nums}.cal-more{align-self:flex-end;color:#36a77e;font-size:11px;font-weight:800}.cal-full-chip,.cal-closed-chip{display:inline-flex;align-items:center;justify-content:center;width:fit-content;min-width:78px;min-height:22px;padding:0 10px;border-radius:5px;font-size:11px;font-weight:800}.cal-full-chip{color:#ff3434;border:1px solid #ffaaa9;background:#fff8f8}.cal-closed-chip{color:#495762;border:1px solid #cbd3dc;background:#f1f4f7}.cal-day-dash{color:#667984;font-size:13px}.cal-legend{display:flex;align-items:center;gap:14px;min-height:44px;padding:0 12px;border-top:1px solid var(--cal-border);flex-wrap:wrap}.cal-legend-item{display:inline-flex;align-items:center;gap:6px;color:#2c404b;font-size:12px;white-space:nowrap}.cal-legend-dot{width:12px;height:12px;border-radius:50%}.cal-legend-dot--pending{background:#ff7272}.cal-legend-dot--confirmed{background:#7bcdae}.cal-legend-dot--attention{background:#7fb4ee}.cal-legend-dot--full{background:#ff9a9a}.cal-legend-dot--closed{background:#c9d0d8}.cal-legend-dot--cancelled{background:#8793a1}.cal-legend-divider{width:1px;height:20px;background:var(--cal-border)}.cal-legend-chip{width:12px;height:12px;border-radius:2px;border:1px solid}.cal-legend-chip--early{background:#bde8cf;border-color:#98d4b3}.cal-legend-chip--late{background:#f4d682;border-color:#e8c567}.cal-legend-chip--hall{background:#ffbd94;border-color:#efa373}.cal-legend-chip--kitchen{background:#bfe2a7;border-color:#abd28f}.cal-legend-chip--help{background:#b7d9fb;border-color:#9ec6ef}.cal-legend-assignment{width:16px;height:16px;border:1px dashed #b7c5d1;border-radius:5px}.cal-side-panel{padding:16px 18px 18px;overflow:visible}.cal-side-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px}.cal-side-head h2{margin:0;font-size:18px;line-height:1.3;font-weight:800}.cal-panel-nav{display:inline-flex;gap:6px}.cal-small-icon-button{width:28px;height:28px;border:1px solid var(--cal-border);border-radius:7px;background:#fff}.cal-panel-message{min-height:19px;margin:0 0 14px;color:#65808c;font-size:12px}.cal-panel-section{margin-bottom:20px}.cal-panel-section h3,.cal-selected-detail h3{margin:0 0 10px;font-size:14px;font-weight:800;line-height:1.35}.cal-hours-text{margin:0;font-size:14px;color:#1f3440;font-variant-numeric:tabular-nums}.cal-assignment-list,.cal-reservation-list{display:grid;gap:7px}.cal-assignment-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;min-height:36px;padding:6px 8px;border:1px solid var(--cal-border);border-radius:7px;background:#fbfdfe;color:#536979;font-size:12px;font-variant-numeric:tabular-nums}.cal-section-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.cal-section-row span{color:#647984;font-size:12px;font-weight:700}.cal-list-item{display:grid;grid-template-columns:50px minmax(0,1fr) auto 18px;align-items:center;gap:8px;min-height:54px;padding:9px 10px;border:1px solid var(--cal-border);border-radius:7px;background:#fff;color:var(--cal-text);cursor:pointer;font:inherit;text-align:left}.cal-list-item:hover,.cal-list-item--active{border-color:var(--cal-border-strong);background:#fbfdfe}.cal-list-item--pending.cal-list-item--active,.cal-list-item--pending:hover{border-color:#ffb5b4;background:#fff7f6}.cal-list-item--cancelled{color:#7a8795;background:#f7f9fb}.cal-list-time{font-size:15px;font-weight:700;font-variant-numeric:tabular-nums}.cal-list-main{display:grid;gap:1px;min-width:0;font-size:12px;line-height:1.35}.cal-list-main span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cal-status-badge{display:inline-flex;align-items:center;justify-content:center;min-height:20px;min-width:44px;padding:0 8px;border:1px solid;border-radius:5px;font-size:10px;font-weight:800;line-height:1;white-space:nowrap}.cal-status-badge--confirmed{color:#23895b;background:#e7f6ee;border-color:#ccead8}.cal-status-badge--pending{color:#ff4343;background:#fff5f4;border-color:#ffc3c3}.cal-status-badge--attention{color:#286eb9;background:#f1f7ff;border-color:#bfd9fb}.cal-status-badge--cancelled{color:#6b7683;background:#f5f7f9;border-color:#d5dde5}.cal-more-row,.cal-empty-row{min-height:36px;display:grid;place-items:center;color:#687a84;font-size:12px}.cal-selected-detail{margin-top:18px}.cal-detail-card{padding:12px;border:1px solid #ffc9c9;border-radius:8px;background:linear-gradient(180deg,#fff7f6,#fff)}.cal-detail-head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:12px}.cal-detail-head strong{font-size:14px;line-height:1.35}.cal-detail-list{display:grid;gap:10px;margin:0 0 14px}.cal-detail-list div{display:grid;gap:2px}.cal-detail-list dt{color:#657985;font-size:11px;font-weight:700}.cal-detail-list dd{margin:0;color:#243944;font-size:13px}.cal-detail-actions{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.cal-detail-button,.cal-close-button{min-height:36px;border-radius:7px;cursor:pointer;font:inherit;font-size:13px;font-weight:800}.cal-detail-button:disabled{cursor:not-allowed;opacity:.45}.cal-detail-button--approve{border:1px solid #69bd92;color:#fff;background:#61bd87}.cal-detail-button--change{border:1px solid #94c5fb;color:#1268c0;background:#fff}.cal-detail-button--cancel{border:1px solid #ffaaa9;color:#f33;background:#fff}.cal-close-button{width:100%;margin-top:18px;border:1px solid var(--cal-border);color:#273b46;background:#fff}.cal-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:1180px){.cal-toolbar{align-items:stretch}.cal-action-button{min-width:170px}.cal-workspace{grid-template-columns:1fr}}@media(max-width:820px){.cal-toolbar{grid-template-columns:1fr;gap:10px}.cal-month-control,.cal-segmented,.cal-action-button{width:100%}.cal-main-panel{overflow-x:auto}.cal-week-header,.cal-grid{min-width:760px}.cal-side-panel{padding:14px}}
