:root{--huangli-primary: #c69c70;--huangli-primary-light: #fff7ed;--huangli-primary-hover: #c69c70;--huangli-success: #16a34a;--huangli-success-bg: #dcfce7;--huangli-success-border: #bbf7d0;--huangli-danger: #c69c70;--huangli-danger-bg: #fee2e2;--huangli-danger-border: #fecaca;--huangli-warning: #FFD700;--huangli-text-primary: #111827;--huangli-text-secondary: #6b7280;--huangli-text-tertiary: #9ca3af;--huangli-text-muted: #d1d5db;--huangli-bg-white: #ffffff;--huangli-bg-gray: #fafafa;--huangli-bg-light: #f9fafb;--huangli-bg-selected: #fee2e2;--huangli-bg-today: #94a3b8;--huangli-border-default: #e5e7eb;--huangli-border-light: #f3f4f6;--huangli-border-dark: #d1d5db;--huangli-shadow-sm: 0 1px 3px rgba(0, 0, 0, .08);--huangli-shadow-md: 0 2px 8px rgba(0, 0, 0, .08);--huangli-shadow-lg: 0 4px 12px rgba(0, 0, 0, .1);--huangli-holiday-rest: #16a34a;--huangli-holiday-work: #6b7280;--huangli-weekend: #c69c70;--huangli-radius-sm: 4px;--huangli-radius-md: 6px;--huangli-radius-lg: 8px;--huangli-radius-xl: 12px;--huangli-spacing-xs: .25rem;--huangli-spacing-sm: .5rem;--huangli-spacing-md: 1rem;--huangli-spacing-lg: 1.5rem;--huangli-spacing-xl: 2rem}._leftFixed_17fc9_9{width:100%;max-width:100%;margin:0 auto;min-width:0;box-sizing:border-box}._calendarSection_17fc9_25{background:var(--huangli-bg-white);border-radius:var(--huangli-radius-lg);padding:.75rem;box-shadow:var(--huangli-shadow-md);width:100%;box-sizing:border-box;overflow:visible}._calendarHeader_17fc9_47{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-start;margin-bottom:.5rem;padding-bottom:.5rem;border-bottom:1px solid var(--huangli-border-default);gap:.75rem 1.5rem}._titleGroup_17fc9_69{text-align:left;min-width:120px;display:flex;flex-direction:column;justify-content:center;flex-shrink:0}._month_17fc9_87{font-size:1rem;font-weight:600;color:var(--huangli-text-primary);margin-bottom:.125rem;line-height:1.4;white-space:nowrap}._titleGroup_17fc9_69 ._lunar_17fc9_105{font-size:.8125rem;color:var(--huangli-text-secondary);line-height:1.4;white-space:normal;word-break:keep-all}._holidayGroup_17fc9_121{flex-shrink:0}._selects_17fc9_129{display:flex;align-items:center;gap:.5rem;justify-content:center;flex-shrink:0}._todayGroup_17fc9_145{flex-shrink:0;margin-left:auto}._select_17fc9_129{padding:.375rem .75rem;border:1px solid var(--huangli-border-default);border-radius:var(--huangli-radius-md);background:var(--huangli-bg-white);color:var(--huangli-text-primary);font-size:.875rem;cursor:pointer;transition:all .2s}._select_17fc9_129:hover{border-color:var(--huangli-border-dark)}._select_17fc9_129:focus{outline:none;border-color:var(--huangli-text-secondary)}._btnToday_17fc9_195{padding:.375rem .75rem;border-radius:var(--huangli-radius-md);border:none;background:var(--huangli-bg-light);color:var(--huangli-text-primary);font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s;white-space:nowrap}._btnToday_17fc9_195:hover{background:var(--huangli-text-primary);color:var(--huangli-bg-white)}._navBtn_17fc9_231{width:32px;height:32px;border-radius:var(--huangli-radius-md);border:none;background:var(--huangli-bg-light);color:var(--huangli-text-primary);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}._navBtn_17fc9_231:hover{background:var(--huangli-text-primary);color:var(--huangli-bg-white)}._navBtn_17fc9_231 svg{width:18px;height:18px;stroke:currentColor}._weekdays_17fc9_283{display:grid;grid-template-columns:repeat(7,1fr);gap:0;margin-bottom:.125rem}._weekday_17fc9_283{text-align:center;font-size:.875rem;font-weight:500;color:var(--huangli-text-tertiary);padding:.125rem 0}._weekday_17fc9_283._weekend_17fc9_313{color:#dc2626;font-weight:600}._days_17fc9_325{display:grid;grid-template-columns:repeat(7,1fr);gap:0}._day_17fc9_325{border:1px solid transparent;background:var(--huangli-bg-white);border-radius:0;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--huangli-text-primary);transition:all .2s;position:relative;padding:0;height:70px;min-height:0;width:100%}._dayInner_17fc9_371{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;padding:.375rem .25rem;box-sizing:border-box;max-height:100%;overflow:visible}._day_17fc9_325:hover:not(._today_17fc9_145):not(._selected_17fc9_399){background:var(--huangli-bg-light);border-color:var(--huangli-border-default)}._day_17fc9_325._otherMonth_17fc9_409{color:var(--huangli-text-muted)}._day_17fc9_325._today_17fc9_145{background:var(--huangli-bg-today);color:var(--huangli-bg-white);font-weight:600;border-color:var(--huangli-bg-today)}._day_17fc9_325._today_17fc9_145:hover{background:#7c8da3;border-color:#7c8da3}._day_17fc9_325._selected_17fc9_399{background:var(--huangli-bg-selected);color:var(--huangli-text-primary);border:none;border-radius:var(--huangli-radius-sm)}._day_17fc9_325._selected_17fc9_399:hover{background:#fecaca}._dayNumber_17fc9_463{font-size:1.25rem;font-weight:600;line-height:1;margin-top:0;margin-bottom:.125rem;display:block;flex-shrink:0;white-space:nowrap}._day_17fc9_325._weekend_17fc9_313:not(._today_17fc9_145):not(._selected_17fc9_399) ._dayNumber_17fc9_463{color:#dc2626}._restBadge_17fc9_493,._workBadge_17fc9_495{position:absolute;top:0;right:.125rem;font-size:.625rem;font-weight:500;line-height:1;z-index:1}._restBadge_17fc9_493{color:var(--huangli-holiday-rest)}._workBadge_17fc9_495{color:var(--huangli-holiday-work)}._day_17fc9_325._today_17fc9_145 ._restBadge_17fc9_493{color:#86efac}._day_17fc9_325._today_17fc9_145 ._workBadge_17fc9_495{color:#fffc}._holidayName_17fc9_547,._jieqiName_17fc9_549,._lunar_17fc9_105{font-size:.75rem;font-weight:500;line-height:1;margin-top:0;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;display:block}._holidayName_17fc9_547{color:#dc2626}._jieqiName_17fc9_549{color:var(--huangli-text-primary)}._lunar_17fc9_105{color:var(--huangli-text-tertiary)}._day_17fc9_325._today_17fc9_145 ._lunar_17fc9_105,._day_17fc9_325._today_17fc9_145 ._jieqiName_17fc9_549{color:#ffffffe6}._day_17fc9_325._selected_17fc9_399 ._lunar_17fc9_105{color:var(--huangli-text-primary)}._day_17fc9_325._otherMonth_17fc9_409 ._lunar_17fc9_105{display:none}@media(max-width:900px){._calendarHeader_17fc9_47{gap:.5rem}._selects_17fc9_129{gap:.375rem}}@media(max-width:768px){._calendarSection_17fc9_25{padding:.5rem}._calendarHeader_17fc9_47{display:grid;grid-template-columns:1fr auto;grid-template-rows:auto auto;gap:.5rem .75rem;align-items:center}._titleGroup_17fc9_69{grid-column:1;grid-row:1;min-width:0}._month_17fc9_87{font-size:.9375rem}._titleGroup_17fc9_69 ._lunar_17fc9_105{font-size:.75rem}._holidayGroup_17fc9_121{grid-column:2;grid-row:1;justify-self:end}._selects_17fc9_129{grid-column:1;grid-row:2;justify-content:flex-start;gap:.25rem}._todayGroup_17fc9_145{grid-column:2;grid-row:2;justify-self:end}._day_17fc9_325{height:60px}._select_17fc9_129{padding:.3125rem .5rem;font-size:.8125rem}._btnToday_17fc9_195{padding:.3125rem .625rem;font-size:.8125rem}._navBtn_17fc9_231{width:28px;height:28px}._navBtn_17fc9_231 svg{width:16px;height:16px}}@media(max-width:480px){._calendarSection_17fc9_25{padding:.375rem}._calendarHeader_17fc9_47{gap:.375rem .5rem}._month_17fc9_87{font-size:.875rem}._titleGroup_17fc9_69 ._lunar_17fc9_105{font-size:.6875rem}._day_17fc9_325{height:55px}._dayInner_17fc9_371{padding:.3125rem .1875rem}._dayNumber_17fc9_463{font-size:.9375rem}._holidayName_17fc9_547,._jieqiName_17fc9_549,._lunar_17fc9_105{font-size:.625rem}._weekday_17fc9_283{font-size:.6875rem;padding:.125rem 0}._select_17fc9_129{padding:.25rem .375rem;font-size:.75rem}._btnToday_17fc9_195{padding:.25rem .5rem;font-size:.75rem}._navBtn_17fc9_231{width:26px;height:26px}._navBtn_17fc9_231 svg{width:14px;height:14px}}@media(max-width:360px){._calendarHeader_17fc9_47{grid-template-columns:1fr;grid-template-rows:auto auto auto}._titleGroup_17fc9_69{grid-column:1;grid-row:1}._holidayGroup_17fc9_121{grid-column:1;grid-row:2;justify-self:start}._selects_17fc9_129{grid-column:1;grid-row:3;width:100%;justify-content:space-between}._todayGroup_17fc9_145{grid-column:1;grid-row:3;justify-self:end;position:absolute;right:.375rem}._calendarSection_17fc9_25{position:relative}}
