:root{--bg: #f4f6fb;--surface: #ffffff;--surface-soft: #f8fafc;--text: #0f172a;--text-sub: #475569;--line: #e2e8f0;--primary: #1d4ed8;--primary-soft: #dbeafe;--danger: #dc2626;--success: #16a34a;--radius: 14px;--shadow: 0 14px 30px rgba(15, 23, 42, .08)}html,body,#root{width:100%;max-width:100%}body{margin:0;overflow-x:hidden}.page{max-width:1280px;margin:0 auto;padding:22px}.brandLogo{display:inline-flex;align-items:center;gap:10px;min-width:0}.brandLogo img{display:block;width:auto;height:44px;object-fit:contain;border-radius:8px}.brandLogoText{min-width:0;display:grid;gap:1px}.brandLogoText strong{color:#0f172a;font-size:1.02rem;line-height:1.2;letter-spacing:-.01em}.brandLogoText small{color:#475569;font-size:.73rem;line-height:1.2}.brandLogo--small img{height:30px}.brandLogo--small .brandLogoText strong{font-size:.95rem}.brandLogo--small .brandLogoText small{display:none}.brandLogo--medium img{height:36px}.brandLogo--medium .brandLogoText strong{font-size:.98rem}.brandLogo--large img{height:58px}.brandLogo--large .brandLogoText strong{font-size:1.08rem}.topbar{display:flex;flex-direction:column;gap:10px;background:linear-gradient(110deg,#fff,#eef4ff);border:1px solid var(--line);border-radius:16px;padding:14px 18px}.topbarRow{display:flex;align-items:center;gap:10px;width:100%}.topbarRow--brand{justify-content:space-between;flex-wrap:wrap}.topbarRow--search input{width:100%;max-width:520px;border:1px solid #cbd5e1;border-radius:10px;padding:9px 10px;font-size:.9rem;background:#fff;font-family:inherit}.topbarRow--tools{justify-content:space-between;flex-wrap:wrap;gap:10px}.topbarToolsButtons{display:flex;flex-wrap:wrap;align-items:center;gap:6px;flex:1 1 auto;min-width:0}.topbarToolsActions{display:flex;align-items:center;gap:6px;flex-shrink:0;flex-wrap:wrap}.topbarToolsButtons .mobileOnly{display:none}@media(max-width:768px){.topbarRow--search,.topbarToolsButtons .desktopOnly{display:none}.topbarToolsButtons .mobileOnly{display:inline-flex}.topbarSettingsBtn{font-weight:600}}.mobileSettingsOverlay{position:fixed;inset:0;z-index:110;background:#0f172a7a;display:flex;align-items:flex-end;justify-content:center}.mobileSettingsDrawer{width:100%;max-width:420px;background:#fff;border-top-left-radius:18px;border-top-right-radius:18px;box-shadow:0 -12px 32px #0f172a40;max-height:70vh;overflow-y:auto}.mobileSettingsHead{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid #e2e8f0;background:linear-gradient(180deg,#eef2ff,#f8fafc)}.mobileSettingsHead h3{margin:0;font-size:1.05rem;color:#0f172a}.mobileSettingsList{list-style:none;padding:6px 0 14px;margin:0}.mobileSettingsList>li{padding:0}.mobileSettingsList>li>button{width:100%;text-align:left;padding:14px 20px;background:transparent;border:0;font-size:.98rem;color:#0f172a;cursor:pointer;border-radius:0}.mobileSettingsList>li>button:hover,.mobileSettingsList>li>button:active{background:#eef2ff}.mobileSettingsDivider{height:1px;background:#e2e8f0;margin:6px 20px}@media(min-width:769px){.mobileSettingsOverlay{display:none}}.notificationBellFab{position:fixed;right:18px;bottom:394px;z-index:85}.notificationBellFab .notificationBell{position:static}.notificationBellFab .notificationBellButton{width:52px;height:52px;border-radius:50%;background:linear-gradient(135deg,#fff,#dbeafe);border:1px solid #bfdbfe;color:#1e3a8a;box-shadow:0 10px 22px #2563eb40;position:relative;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;font-size:22px;padding:0;transition:transform .15s ease,box-shadow .15s ease}.notificationBellFab .notificationBellButton:hover{transform:translateY(-2px);box-shadow:0 14px 28px #2563eb59}.notificationBellFab .notificationDropdown{position:absolute;top:auto;bottom:calc(100% + 10px);right:0;left:auto}.notificationBellFab:after{content:"";position:absolute;right:8px;left:8px;bottom:-12px;height:1px;background:#0f172a26}.topbarBrandBlock{display:grid;gap:4px;min-width:fit-content;flex-shrink:0}.topbarBrandBlock .brandLogoText strong,.topbarBrandBlock p{white-space:nowrap}.topbarBrandBlock p{margin:4px 0 0;color:var(--text-sub);font-size:.92rem}.topToolsDateLabel{color:#475569;font-size:.82rem;font-weight:500;margin-left:4px;white-space:nowrap}.topTools{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}.topTools input{width:260px;border:1px solid #cbd5e1;border-radius:10px;padding:9px 10px;background:#fff}.todayBtn{border:0;border-radius:10px;background:var(--primary);color:#fff;padding:9px 12px;cursor:pointer}.voiceBtn{border:1px solid #cbd5e1;border-radius:10px;background:#fff;color:#0f172a;padding:9px 12px;cursor:pointer}.voiceBtn.active{border-color:#ef4444;background:#fee2e2;color:#991b1b}.todayBriefing{margin-top:12px;padding:12px}.todayBriefHead{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.todayBriefHead h2{margin:0;font-size:1.08rem}.todayBriefHead p{margin:2px 0 0;color:#475569;font-size:.82rem}.todayBriefTitleWrap{display:grid;gap:4px}.dashboardBrandChip{display:inline-flex;align-self:flex-start;padding:4px 8px;border:1px solid #dbeafe;border-radius:999px;background:#f8fbff}.todayBriefStats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-bottom:10px}.todayBriefStats>div,.todayBriefStatButton{border:1px solid #dbeafe;border-radius:10px;background:#f8fbff;padding:8px 10px}.todayBriefStatButton{text-align:left;display:block;width:100%;cursor:pointer;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease}.todayBriefStatButton:hover{border-color:#93c5fd;background:#f0f7ff}.todayBriefStatButton:active{box-shadow:inset 0 0 0 2px #3b82f61f}.todayBriefStats span{display:block;color:#475569;font-size:.76rem}.todayBriefStats strong{display:block;margin-top:2px;color:#0f172a;font-size:1rem}.myInstructionCard{border:1px solid #dbe5f4;border-radius:12px;background:linear-gradient(180deg,#fff,#f8fbff);padding:10px;margin-bottom:10px}.instructionOverviewHead{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;flex-wrap:wrap}.instructionOverviewHeadText{flex:1 1 auto;min-width:0}.instructionOverviewHead h3,.myInstructionHead h3{margin:0;font-size:.96rem}.instructionOverviewHead p,.myInstructionHead p{margin:4px 0 0;color:#475569;font-size:.78rem}.instructionOverviewHeadBadge{flex:0 0 auto;align-self:center;border:1px solid transparent;border-radius:999px;padding:6px 14px;font-size:.86rem;font-weight:700;cursor:pointer;font-family:inherit;white-space:nowrap;transition:transform .1s ease}.instructionOverviewHeadBadge:hover:not(:disabled){transform:translateY(-1px)}.instructionOverviewHeadBadge.pending{background:#fee2e2;color:#b91c1c;border-color:#fecaca}.instructionOverviewHeadBadge.done{background:#dcfce7;color:#166534;border-color:#bbf7d0}@media(max-width:480px){.instructionOverviewHead{flex-direction:column}.instructionOverviewHeadBadge{align-self:flex-start}}.instructionOverviewStats,.myInstructionStats{margin-top:8px;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:6px}.myInstructionStats{grid-template-columns:repeat(4,minmax(0,1fr))}.instructionOverviewStats>div,.myInstructionStats>div,.todayInstructionOverviewStats>div{border:1px solid #dbeafe;border-radius:9px;background:#fff;padding:7px 8px}.instructionOverviewStats span,.myInstructionStats span,.todayInstructionOverviewStats span{display:block;color:#64748b;font-size:.73rem}.instructionOverviewStats strong,.myInstructionStats strong,.todayInstructionOverviewStats strong{display:block;margin-top:2px;color:#0f172a;font-size:.85rem}.instructionOverviewToolbar{margin-top:8px;display:flex;align-items:center;justify-content:space-between;gap:8px;flex-wrap:wrap}.instructionOverviewToolbar select{border:1px solid #cbd5e1;border-radius:8px;background:#fff;color:#1f2937;padding:6px 8px;font-size:.8rem}.instructionOverviewTabs{display:flex;align-items:center;flex-wrap:wrap;gap:6px}.instructionOverviewTabs button{border:1px solid #cbd5e1;border-radius:999px;background:#fff;color:#334155;padding:4px 9px;font-size:.76rem;cursor:pointer}.instructionOverviewTabs button small{color:#64748b;margin-left:3px}.instructionOverviewTabs button.active{border-color:#2563eb;background:#eaf2ff;color:#1d4ed8;font-weight:700}.instructionOverviewTabs button.tab-incomplete{border-color:#ffa726;background:#fff3e0;color:#e65100;font-weight:600}.instructionOverviewTabs button.tab-incomplete small{color:#e65100;font-weight:700}.instructionOverviewTabs button.tab-incomplete.active{background:#ffa726;color:#fff;border-color:#f57c00;box-shadow:0 2px 8px #f57c0047}.instructionOverviewTabs button.tab-incomplete.active small{color:#fff}.instructionOverviewGrid{margin-top:8px;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);gap:8px}.instructionOverviewTeamList,.instructionOverviewRecent{border:1px solid #e2e8f0;border-radius:10px;background:#fff;padding:8px}.instructionOverviewTeamList h4,.instructionOverviewRecent h4{margin:0 0 6px;font-size:.82rem;color:#1e3a8a}.instructionOverviewTeamList ul,.instructionOverviewRecent ul{list-style:none;margin:0;padding:0;display:grid;gap:6px}.instructionOverviewRowBtn,.instructionOverviewRecent li button{width:100%;border:1px solid #dbeafe;border-radius:8px;background:#f8fbff;padding:7px 8px;text-align:left;cursor:pointer;font-family:inherit;position:relative}.instructionOverviewRecentUnreadBadge{position:absolute;top:6px;right:6px;background:#dc2626;color:#fff;font-size:.7rem;font-weight:700;padding:2px 8px;border-radius:999px;line-height:1.2;white-space:nowrap;box-shadow:0 1px 4px #dc262647}.instructionOverviewRecentComment{display:block;margin-top:5px;padding-top:5px;border-top:1px dashed #e2e8f0;color:#64748b;font-size:.74rem;line-height:1.35;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.instructionOverviewRecentComment.unread{color:#b91c1c;border-top-color:#fca5a5}.instructionOverviewRecentCommentIcon{margin-right:3px}.instructionOverviewRecentComment strong,.instructionOverviewRecentComment small,.instructionOverviewRecentCommentText,.instructionOverviewRecentCommentTime{display:inline;margin-top:0}.instructionOverviewRecentComment strong{font-weight:700;color:inherit}.instructionOverviewRecentCommentText{color:inherit}.instructionOverviewRecentCommentTime{margin-left:6px;color:#94a3b8;font-size:.68rem}.instructionOverviewRecentComment.unread .instructionOverviewRecentCommentTime{color:#f87171}.myInstructionFocusHiddenNote{margin-left:8px;font-size:.72rem;color:#94a3b8;font-weight:500}.myInstructionList li{grid-template-columns:minmax(0,2.2fr) minmax(0,1.2fr) auto;align-items:start}.myInstructionCommentSide{display:flex;flex-direction:column;gap:4px;min-width:0;align-self:stretch;justify-content:center;padding:4px 8px;border-left:1px dashed #e2e8f0}.myInstructionCommentSide.unread{border-left-color:#fca5a5}.myInstructionCommentBadge{align-self:flex-start;background:#dc2626;color:#fff;font-size:.68rem;font-weight:700;padding:2px 8px;border-radius:999px;line-height:1.2;white-space:nowrap}.myInstructionCommentPreview{display:block;color:#64748b;font-size:.74rem;line-height:1.35;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.myInstructionCommentPreview strong,.myInstructionCommentPreview small,.myInstructionCommentPreviewText,.myInstructionCommentPreviewTime{display:inline;margin:0}.myInstructionCommentPreview strong{font-weight:700;color:inherit}.myInstructionCommentPreviewTime{color:#94a3b8;font-size:.68rem;margin-left:6px}.myInstructionCommentSide.unread .myInstructionCommentPreview{color:#b91c1c}.myInstructionCommentSide.unread .myInstructionCommentPreviewTime{color:#f87171}@media(max-width:768px){.myInstructionList li{grid-template-columns:1fr}.myInstructionCommentSide{border-left:none;border-top:1px dashed #e2e8f0;padding:5px 0 0}.myInstructionCommentSide.unread{border-top-color:#fca5a5}}.completedItem{background:#f0fdf4!important;border-color:#bbf7d0!important;opacity:.78}.completedItem .titleDone{color:#166534}.calendarChipUnreadBadge{display:inline-flex;align-items:center;background:#dc2626;color:#fff;font-size:.66rem;font-weight:700;padding:1px 5px;border-radius:999px;line-height:1.2;margin-left:4px;white-space:nowrap;flex-shrink:0}.instructionOverviewRowHead{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:5px}.instructionOverviewRowHead strong{color:#0f172a;font-size:.82rem}.instructionOverviewRowHead span{color:#475569;font-size:.74rem}.instructionOverviewBadges{display:flex;flex-wrap:wrap;gap:5px}.instructionOverviewBadges .badge,.myInstructionFlags .badge{border-radius:999px;padding:2px 7px;font-size:.67rem;font-weight:700;white-space:nowrap}.instructionOverviewBadges .badge.pending,.myInstructionFlags .badge.new{background:#dbeafe;color:#1d4ed8}.instructionOverviewBadges .badge.progress{background:#e0e7ff;color:#4338ca}.instructionOverviewBadges .badge.done{background:#dcfce7;color:#166534}.instructionOverviewBadges .badge.due,.myInstructionFlags .badge.due{background:#fef3c7;color:#92400e}.instructionOverviewBadges .badge.overdue,.myInstructionFlags .badge.overdue{background:#fee2e2;color:#b91c1c}.myInstructionFlags .badge.critical{background:#fce7f3;color:#9d174d}.instructionOverviewRecent li button strong{display:block;color:#0f172a;font-size:.81rem;line-height:1.3}.instructionOverviewRecent li button small{display:block;margin-top:3px;color:#64748b;font-size:.73rem;line-height:1.3}.instructionOverviewRecentPreview{display:block;margin-top:3px;color:#475569;font-size:.74rem;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.instructionOverviewRowSectionHead{margin-top:6px;margin-bottom:4px;font-size:.72rem;font-weight:600;color:#1e3a8a}.instructionOverviewRowDivider{border-top:1px dashed #dbeafe;margin:7px 0 3px}.instructionOverviewSubHead{margin:10px 0 6px;font-size:.76rem;color:#475569;font-weight:600}.instructionOverviewAllDonePanel{margin-top:10px}.instructionOverviewAllDonePanel .collapsiblePanelHead{padding:6px 0}.myInstructionList{list-style:none;margin:8px 0 0;padding:0;display:grid;gap:7px}.myInstructionList li{border:1px solid #e2e8f0;border-radius:10px;background:#fff;padding:8px;display:grid;gap:6px}.myInstructionItemMain strong{display:block;color:#0f172a;font-size:.86rem}.myInstructionItemMain p{margin:4px 0 0;color:#334155;font-size:.8rem;line-height:1.35}.myInstructionItemMain small{display:block;margin-top:4px;color:#64748b;font-size:.73rem}.myInstructionFlags{margin-top:6px;display:flex;flex-wrap:wrap;gap:5px}.instructionScopeBadge{display:inline-flex;align-items:center;border-radius:999px;padding:1px 7px;margin-right:4px;font-size:.68rem;font-weight:700;line-height:1.35;white-space:nowrap}.instructionScopeBadge--user{color:#1d4ed8;background:#dbeafe}.instructionScopeBadge--team{color:#065f46;background:#d1fae5}.instructionScopeBadge--all{color:#7c2d12;background:#ffedd5}.instructionScopeSummaryRow,.myInstructionScopeSummary{margin-top:8px;display:flex;flex-wrap:wrap;gap:6px}.instructionScopeSummaryPill{display:inline-flex;align-items:center;border-radius:999px;padding:3px 10px;font-size:.72rem;font-weight:700;line-height:1.35;white-space:nowrap}.instructionScopeSummaryPill--user{background:#dbeafe;color:#1d4ed8}.instructionScopeSummaryPill--team{background:#d1fae5;color:#065f46}.instructionScopeSummaryPill--all{background:#ffedd5;color:#9a3412}.instructionOverviewScopeTabs,.instructionTargetFilterTabs{display:flex;align-items:center;flex-wrap:wrap;gap:6px}.instructionOverviewScopeTabs button,.instructionTargetFilterTabs button{border:1px solid #cbd5e1;border-radius:999px;background:#fff;color:#334155;padding:4px 9px;font-size:.75rem;cursor:pointer}.instructionOverviewScopeTabs button small{color:#64748b;margin-left:3px}.instructionOverviewScopeTabs button.active,.instructionTargetFilterTabs button.active{border-color:#2563eb;background:#eaf2ff;color:#1d4ed8;font-weight:700}.instructionOverviewScopeBreakdown{margin-top:6px;display:flex;flex-wrap:wrap;gap:6px}.instructionOverviewScopeBreakdown span{font-size:.7rem;color:#475569;border:1px solid #e2e8f0;border-radius:999px;padding:1px 7px}.instructionTargetSelector{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.instructionTargetSelector button{border:1px solid #cbd5e1;border-radius:9px;background:#fff;color:#334155;cursor:pointer;padding:7px 8px;text-align:left;font-family:inherit;display:grid;gap:1px}.instructionTargetSelector button strong{font-size:.8rem}.instructionTargetSelector button small{font-size:.7rem;color:#64748b}.instructionTargetSelector button.active{border-color:#2563eb;background:#eff6ff;color:#1d4ed8}.instructionTargetSelector button:disabled{cursor:not-allowed;opacity:.65}.instructionComposerTargetBlock,.instructionTargetSelectorWrap{display:grid;gap:5px}.instructionComposerLabel{color:#334155;font-size:.76rem;font-weight:700}.instructionComposerHint{margin:0;border:1px solid #fed7aa;background:#fff7ed;color:#9a3412;border-radius:8px;padding:7px 9px;font-size:.76rem}.instructionComposerMessage{margin:0;color:#166534;font-size:.78rem;font-weight:600}.managerInstructionComposer{border:1px solid #dbe5f4;background:linear-gradient(180deg,#fff,#f8fbff)}.managerInstructionComposerHead{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin-bottom:9px}.managerInstructionComposerHead h3{margin:0;font-size:.95rem}.managerInstructionComposerHead p{margin:3px 0 0;font-size:.77rem;color:#475569}.myInstructionScopeSections{margin-top:8px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.myInstructionScopeSection{border:1px solid #e2e8f0;border-radius:9px;background:#fff;padding:7px}.myInstructionScopeHead{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:6px}.myInstructionScopeHead strong{font-size:.79rem;color:#0f172a}.myInstructionScopeHead span{font-size:.73rem;color:#475569}.myInstructionScopeSection ul{list-style:none;margin:0;padding:0;display:grid;gap:5px}.myInstructionScopeSection li button{width:100%;border:1px solid #dbeafe;border-radius:8px;background:#f8fbff;color:#0f172a;font-size:.76rem;padding:6px 7px;cursor:pointer;text-align:left;font-family:inherit}.myInstructionScopeSection p{margin:0;font-size:.73rem;color:#64748b}.myInstructionFocusTitle{margin:10px 0 0;font-size:.84rem;color:#1e3a8a}.todayInstructionOverview{display:grid;gap:8px}.todayInstructionOverviewStats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px}.todayBriefGrid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr) minmax(0,1fr);gap:10px;align-items:start}.todayBriefCard{border:1px solid #e2e8f0;border-radius:10px;background:#fff;padding:9px;display:flex;flex-direction:column;min-height:420px;max-height:640px;overflow:hidden}.todayBriefCard h3{margin:0 0 8px;font-size:.9rem}.todayEventSummary{display:flex;align-items:center;gap:6px;margin-bottom:8px;flex-wrap:wrap}.todayAgendaHighlights{display:grid;grid-template-columns:1fr;gap:6px;margin-bottom:8px}.todayAgendaMetric{border:1px solid #dbeafe;border-radius:8px;background:#f8fbff;padding:7px 8px}.todayAgendaMetric span{display:block;color:#64748b;font-size:.74rem}.todayAgendaMetric strong{display:block;color:#0f172a;font-size:.84rem;margin-top:2px}.todayAgendaMetric small{display:block;color:#475569;font-size:.74rem;margin-top:2px}.todayBriefList{list-style:none;margin:0;padding:0 4px 0 0;display:grid;gap:6px;overflow:auto}.todayBriefList li{display:grid;grid-template-columns:68px 1fr auto;gap:8px;align-items:start;border:1px solid #e2e8f0;border-radius:8px;background:#f8fafc;padding:6px 8px;font-size:.83rem}.todayTime{color:#334155;font-weight:700}.todayEventMain{min-width:0}.todayEventOpenBtn{border:0;margin:0;padding:0;background:transparent;text-align:left;min-width:0;cursor:pointer}.todayEventOpenBtn:focus-visible{outline:2px solid #3b82f6;outline-offset:2px;border-radius:6px}.todayEventMain strong{display:block;color:#0f172a;font-size:.84rem;line-height:1.3}.todayEventMain small{display:block;margin-top:2px;color:#64748b;font-size:.75rem;line-height:1.3}.todayTodoPill{background:#dbeafe;color:#1d4ed8;border:1px solid #bfdbfe;border-radius:999px;padding:1px 8px;font-size:.72rem;font-weight:700;white-space:nowrap}.todayEventBadges{display:grid;justify-items:end;gap:4px}.eventFeedbackPillBtn{border:1px solid #fcd34d;background:#fffbeb;color:#92400e;border-radius:999px;font-size:.68rem;font-weight:700;padding:2px 8px;white-space:nowrap;cursor:pointer}.eventFeedbackPillBtn:hover{background:#fef3c7}.todayTeamRows{display:grid;gap:6px;overflow:auto;padding-right:4px}.todayTeamDetail{border-color:#dbeafe;background:#f8fbff}.todayTeamDetailHead{display:flex;align-items:baseline;justify-content:space-between;gap:8px}.todayTeamDetailHead strong{color:#1e3a8a}.todayTeamDetailHead span{color:#334155;font-weight:700;font-size:.8rem}.todayTeamDetail p{margin:0;color:#334155;font-size:.8rem;line-height:1.35}.memberChipWrap{margin:0;display:flex;flex-wrap:wrap;gap:6px}.memberChip{border:1px solid #bfdbfe;border-radius:999px;background:#eff6ff;color:#1e3a8a;padding:3px 8px;font-size:.74rem;line-height:1.2;font-weight:600;cursor:pointer;font-family:inherit}.memberChip:hover{filter:brightness(.97)}.memberChip.leave{border-color:#fde68a;background:#fffbeb;color:#92400e}.todayLeaveRows{margin-top:6px;display:grid;gap:6px;overflow:auto;padding-right:4px}.todayBriefCard--schedule .todayBriefList{max-height:250px}.todayBriefCard--staff .todayTeamRows{max-height:260px}.todayBriefCard--staff .todayLeaveRows{max-height:180px}.todayLeaveDetail{border-color:#fde68a;background:#fff}.todayLeaveSummary{margin-top:8px;border:1px solid #fde68a;border-radius:8px;background:#fffbeb;padding:7px 8px;font-size:.8rem;color:#713f12}.todayLeaveSummary span{display:block;margin-bottom:4px;font-weight:700}.todayBriefActions{margin-top:8px}.todayReportHint{margin:8px 0 0;font-size:.79rem;color:#475569}.todayIssueList{margin:6px 0 0;padding-left:18px;display:grid;gap:4px;font-size:.78rem;color:#7c2d12}.todayBriefCard--issue{border-color:#fed7aa;background:#fffaf0;overflow:auto;padding-right:8px}.todayBriefCard--reportUpload{border-color:#cbd5e1;background:#f8fafc;overflow:auto}.todayBriefCard--reportUpload .reportSubmissionSection{border:none;background:transparent;padding:0}.todayIssueEditorHint{margin:0 0 8px;font-size:.78rem;color:#7c2d12}.todayIssueTarget{border:1px dashed #fdba74;border-radius:8px;background:#fff;padding:7px 8px;margin-bottom:8px;display:grid;gap:3px}.todayIssueTarget span{color:#92400e;font-size:.72rem;font-weight:700}.todayIssueTarget strong{color:#7c2d12;font-size:.88rem;line-height:1.2}.todayIssueTarget small{color:#9a3412;font-size:.73rem}.todayIssueTarget.active{border-style:solid;border-color:#f97316;background:#fff7ed}.todayIssueModeTabs{display:flex;gap:6px;margin-bottom:8px}.todayIssueModeTabs button{flex:1;border:1px solid #fdba74;border-radius:8px;background:#fff;color:#9a3412;font-size:.8rem;font-weight:700;padding:7px 8px;cursor:pointer}.todayIssueModeTabs button.active{background:#f97316;border-color:#f97316;color:#fff}.todayIssueQuickForm{display:grid;gap:8px}.todayInstructionQuickForm{border:1px solid #fed7aa;border-radius:10px;background:#fff;padding:9px}.todayInstructionAccountHint{margin-top:-2px;color:#9a3412;font-size:.74rem;line-height:1.35}.todayInstructionQuickMessage{margin:0;color:#166534;font-size:.78rem;font-weight:600}.todayIssueQuickRow{display:grid;grid-template-columns:1fr 1fr;gap:8px}.todayIssueQuickDateTools{display:grid;grid-template-columns:1fr auto;gap:8px;align-items:end}.todayIssueQuickPresetBtns{display:flex;gap:6px;flex-wrap:wrap}.todayIssueQuickPresetBtns button{min-width:72px}.todayIssueQuickForm label{display:grid;gap:5px;color:#7c2d12;font-size:.8rem}.todayIssueQuickForm input,.todayIssueQuickForm select,.todayIssueQuickForm textarea{border:1px solid #fdba74;border-radius:8px;background:#fff;color:#1f2937;padding:7px 9px;font-size:.82rem;font-family:inherit}.todayIssueQuickForm textarea{resize:vertical;min-height:74px}.todayIssueQuickActions{display:flex;flex-wrap:wrap;gap:6px}.todayIssueDateHint{margin:0;font-size:.74rem;color:#9a3412}.todayIssueQuickInlineHint{margin:2px 0 0;font-size:.75rem;color:#9a3412}.todayIssueQuickActions button{flex:1;min-width:98px}.todayIssueQuickRecent{margin-top:8px;border-top:1px solid #fed7aa;padding-top:8px}.todayIssueQuickRecent strong{display:block;margin:0 0 6px;color:#7c2d12;font-size:.82rem}.todayIssueQuickRecent ul{margin:0;padding-left:18px;display:grid;gap:5px}.todayIssueQuickRecent li{color:#7c2d12;font-size:.78rem}.todayIssueQuickItem{border:1px solid #fed7aa;border-radius:8px;background:#fff;padding:7px 8px}.todayIssueQuickItemMain strong{display:block;color:#7c2d12;font-size:.8rem;line-height:1.3}.todayIssueQuickItemMain small{display:block;margin-top:3px;color:#64748b;font-size:.73rem}.todayIssueQuickItem .taskInlineActions{margin-top:6px}.todayWorkHighlights{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;margin-bottom:8px}.todayWorkHighlights>div{border:1px solid #dbeafe;border-radius:8px;background:#f8fbff;padding:7px 8px}.todayWorkHighlights span{display:block;color:#64748b;font-size:.74rem}.todayWorkHighlights strong{display:block;color:#0f172a;font-size:.88rem;margin-top:2px}.todayWorkHighlights small{display:block;color:#475569;font-size:.72rem;margin-top:2px}.todayMiniGrid{margin-top:10px;display:grid;grid-template-columns:1fr 1fr;gap:8px}.todayMiniPanel{border:1px solid #dbeafe;border-radius:9px;background:#f8fbff;padding:8px}.todayMiniHead{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:6px}.todayMiniHead h4{margin:0;font-size:.8rem;color:#1e3a8a}.todayMiniHead strong{color:#0f172a;font-size:.78rem}.todayMiniList{list-style:none;margin:0;padding:0;display:grid;gap:5px}.todayMiniList li{border:1px solid #e2e8f0;border-radius:8px;background:#fff;padding:5px 7px;display:grid;grid-template-columns:88px 52px;grid-template-areas:"date time" "title title";gap:4px 8px;align-items:center}.todayMiniList>li>span{color:#475569;font-size:.74rem}.todayMiniList>li>span:first-child{grid-area:date}.todayMiniList>li>span:nth-child(2){grid-area:time}.todayMiniList>li>strong{grid-area:title;min-width:0;color:#0f172a;font-size:.78rem;line-height:1.35;white-space:normal;word-break:keep-all;overflow-wrap:break-word;writing-mode:horizontal-tb}.todayMiniMore{margin:6px 0 0;color:#475569;font-size:.74rem}.todayMiniActions{margin-top:8px}.todayMiniActions .voiceBtn{width:100%;padding:7px 10px;font-size:.78rem}.layout{margin-top:16px;display:grid;grid-template-columns:minmax(0,1fr);gap:14px;align-items:start}.layout.withSidePanel{grid-template-columns:minmax(0,2.4fr) minmax(420px,1fr)}.layout.calendarOnly{grid-template-columns:minmax(0,1fr)}.card{background:var(--surface);border-radius:var(--radius);padding:14px;border:1px solid var(--line);box-shadow:var(--shadow)}.calendarMainCard{min-width:0}.sidePanelCard{display:grid;gap:12px;align-content:start;min-width:0}.sidePanelCard.closed{display:none}.sidePanelCard.open{position:fixed;inset:0;z-index:90;display:grid;grid-auto-rows:min-content;margin:0;border-radius:0;padding:16px;overflow-y:auto;background:#fff;box-shadow:none;border:0}.sidePanelHead{position:sticky;top:-14px;z-index:4;background:linear-gradient(180deg,#fff,#f8fbff);border:1px solid #dbe5f4;border-radius:12px;padding:10px 12px;display:flex;align-items:center;justify-content:space-between;gap:8px}.sidePanelHeadActions{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.sideSection{border:1px solid #dbe5f4;border-radius:12px;background:linear-gradient(180deg,#fff,#f8fbff);padding:11px}.sideSection>h2,.sideSection>h3{margin:0 0 8px;font-size:1rem;color:#0f172a}.sideSection>p{margin:0 0 8px;color:#475569;font-size:.83rem}.sideSection--editor .summaryStrip{margin-top:12px;margin-bottom:0}.sideSection--nested{margin-top:8px}.employeePanelOverlay{position:fixed;inset:0;background:#0f172a73;z-index:70;display:flex;justify-content:flex-end;padding:12px}.employeePanel{width:min(1120px,calc(100vw - 24px));max-height:calc(100vh - 24px);overflow:auto;border-radius:16px;border:1px solid #dbe5f4;background:#fff;box-shadow:0 22px 48px #0f172a38;display:grid;align-content:start}.employeePanelHead{position:sticky;top:0;z-index:2;background:linear-gradient(180deg,#fff,#f8fbff);border-bottom:1px solid #dbe5f4;padding:12px 14px;display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.employeePanelHead h2{margin:0;font-size:1.06rem}.employeePanelHead p{margin:4px 0 0;color:#475569;font-size:.8rem}.employeePanelBody{display:grid;gap:12px;padding:12px 14px 14px}.employeeCreateForm{border:1px solid #dbe5f4;border-radius:12px;background:#f8fbff;padding:10px}.employeeCreateForm h3{margin:0 0 8px}.employeeRoleFlags{display:grid;gap:8px;margin-top:4px}.employeeRoleFlags label{display:flex;align-items:center;gap:8px;font-size:.82rem;line-height:1.3;cursor:pointer;min-height:24px}.employeeRoleFlags label input[type=checkbox]{width:16px;min-width:16px;height:16px;margin:0;padding:0;border:0;accent-color:#2563eb;vertical-align:middle;flex-shrink:0}.employeeRoleFlags label span{display:inline-flex;align-items:center;line-height:1.35}.employeeTeamSelector{display:grid;gap:6px;margin-top:2px}.employeeTeamSelector strong{font-size:.82rem;color:#334155}.employeeTeamOptions{display:flex;flex-wrap:wrap;gap:8px 10px}.employeeTeamOptions label{display:inline-flex;align-items:center;gap:6px;font-size:.8rem;color:#334155;padding:4px 8px;border:1px solid #dbe5f4;border-radius:999px;background:#fff}.employeeTeamOptions label input[type=checkbox]{width:16px;min-width:16px;height:16px;margin:0;padding:0;border:0;accent-color:#2563eb;vertical-align:middle}.employeeListSection{border:1px solid #dbe5f4;border-radius:12px;background:#fff;padding:10px}.employeeListHead{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px}.employeeListHead h3{margin:0}.employeeHeaderActions{display:flex;flex-wrap:wrap;gap:6px}.employeeTableWrap{overflow-x:auto}.employeeTable{width:100%;border-collapse:collapse;font-size:.82rem;table-layout:auto}.employeeTable th,.employeeTable td{border-bottom:1px solid #e2e8f0;text-align:left;padding:6px;white-space:nowrap;vertical-align:middle}.employeeTable td:nth-child(4){white-space:normal;word-break:keep-all}.employeeTable th{font-size:.76rem;color:#475569;font-weight:700}.employeeTable .emptyCell{text-align:center;color:#94a3b8;padding:12px 8px}.employeeRowActions{display:inline-flex;gap:4px;flex-wrap:nowrap}.employeeRowActions button{padding:4px 8px;font-size:.76rem;white-space:nowrap;flex:0 0 auto}@media(max-width:1100px){.employeeTable thead th:nth-child(5),.employeeTable tbody td:nth-child(5){display:none}}@media(max-width:820px){.employeeTable thead th:nth-child(4),.employeeTable tbody td:nth-child(4){display:none}.employeeTable th,.employeeTable td{padding:5px 4px;font-size:.78rem}.employeeRowActions button{padding:3px 6px;font-size:.72rem}}.employeeInlinePanel{margin-top:10px;border:1px solid #dbe5f4;border-radius:10px;padding:10px;background:#f8fbff}.employeeInlinePanel h4{margin:0 0 6px}.employeeInlinePanel p{margin:0 0 8px;color:#475569;font-size:.8rem}.employeeInlineRow{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:8px}.employeeEditForm{border:1px solid #dbe5f4;border-radius:12px;background:#f8fbff;padding:10px}.employeeEditForm h3{margin:0 0 8px}.successText{color:#166534;font-weight:600;font-size:.8rem;margin-top:8px}.newsBriefHead{display:flex;align-items:center;justify-content:space-between;gap:8px}.newsBriefMeta{margin:2px 0 8px;color:#64748b;font-size:.78rem}.newsBriefGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.newsCategoryPanel{border:1px solid #dbe5f4;border-radius:10px;background:#fff;padding:8px}.newsCategoryPanel h4{margin:0 0 7px;font-size:.86rem;color:#1e3a8a}.newsList{list-style:none;margin:0;padding:0;display:grid;gap:8px}.newsList li{padding-top:8px;border-top:1px solid #e2e8f0}.newsList li:first-child{padding-top:0;border-top:0}.newsLink{display:grid;gap:4px;text-decoration:none;color:inherit}.newsLink strong{color:#0f172a;font-size:.8rem;line-height:1.35}.newsLink small{color:#64748b;font-size:.72rem}.newsEmpty{margin:0;color:#94a3b8;font-size:.78rem}.monthNav{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.monthNav button{border:1px solid #cbd5e1;background:#fff;color:#0f172a;padding:8px 10px;border-radius:8px;cursor:pointer}.monthNav strong{font-size:1.05rem}.calendarMobileSwitch{display:none}.mobileAgendaSection{border:1px solid #dbeafe;border-radius:12px;background:#f8fbff;padding:10px}.mobileAgendaSection h3{margin:0 0 8px;font-size:.92rem}.mobileAgendaGroups{display:grid;gap:8px}.mobileAgendaGroup{border:1px solid #dbe5f4;border-radius:10px;background:#fff;padding:8px;display:grid;gap:7px}.mobileAgendaGroupHead{display:flex;align-items:center;justify-content:space-between;gap:8px}.mobileAgendaGroupHead strong{font-size:.82rem;color:#0f172a}.mobileAgendaList{list-style:none;margin:0;padding:0;display:grid;gap:6px}.mobileAgendaList li button{width:100%;border:1px solid #dbeafe;border-radius:8px;background:#f8fbff;padding:7px 8px;display:grid;grid-template-columns:72px 1fr;gap:8px;align-items:center;text-align:left}.mobileAgendaList li button span{color:#334155;font-size:.76rem;font-weight:700}.mobileAgendaList li button strong{min-width:0;color:#0f172a;font-size:.82rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobileMoreBtn{width:100%}.weekdayRow{display:grid;grid-template-columns:repeat(7,1fr);gap:6px;margin-bottom:8px;color:#334155;font-weight:700;font-size:.82rem}.weekdayRow div{text-align:center}.calendarGrid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));align-items:stretch;gap:6px}.calendarGrid.compact .dayCell{min-height:148px}.dayCell{min-height:184px;border:1px solid var(--line);border-radius:10px;padding:8px;background:var(--surface-soft);transition:background-color .15s ease;display:flex;flex-direction:column;min-width:0;cursor:pointer}.dayCell:hover{background:#eef4ff}.dayCell.muted{opacity:.5}.dayCell.today{border-color:#93c5fd;box-shadow:inset 0 0 0 1px #bfdbfe}.dayCell.selectedDate{border-color:#2563eb;box-shadow:inset 0 0 0 1px #93c5fd;background:#eaf2ff}.dateNum{font-size:.82rem;color:#1e293b;font-weight:700}.cellHeader{display:flex;align-items:center;justify-content:space-between;gap:4px;margin-bottom:4px;min-width:0}.cellHeaderStats{display:flex;align-items:center;justify-content:flex-end;gap:4px;min-width:0}.cellContent{flex:1;min-height:0;overflow:hidden;padding-right:0;display:flex;flex-direction:column;gap:5px}.cellMetaBadges{display:flex;flex-wrap:wrap;gap:4px;margin-bottom:0;min-height:0;max-height:42px;overflow:hidden}.staffBadge{display:inline-block;border-radius:999px;border:1px solid #bfdbfe;background:#eff6ff;color:#1d4ed8;font-size:.68rem;font-weight:700;padding:1px 7px;cursor:pointer;font-family:inherit;white-space:nowrap;margin:0}.staffBadge.low{border-color:#fecaca;background:#fef2f2;color:#b91c1c}.staffBadge:hover{filter:brightness(.98)}.leaveBadge{display:inline-block;border-radius:999px;border:1px solid #fecaca;background:#fff1f2;color:#be123c;font-size:.68rem;font-weight:700;padding:1px 7px;cursor:pointer;font-family:inherit;white-space:nowrap;margin:0}.leaveBadge:hover{filter:brightness(.98)}.reportBadge{display:inline-block;border-radius:999px;border:1px solid #c4b5fd;background:#f5f3ff;color:#6d28d9;font-size:.68rem;font-weight:700;padding:1px 7px;cursor:pointer;font-family:inherit;white-space:nowrap;margin:0}.reportBadge:hover{filter:brightness(.98)}.issueBadge{display:inline-block;border-radius:999px;border:1px solid #fdba74;background:#fff7ed;color:#c2410c;font-size:.68rem;font-weight:700;padding:1px 7px;cursor:pointer;font-family:inherit;white-space:nowrap;margin:0}.issueBadge:hover{filter:brightness(.98)}.mispackBadge{display:inline-block;border-radius:999px;border:1px solid #fca5a5;background:#fff1f2;color:#be123c;font-size:.68rem;font-weight:700;padding:1px 7px;cursor:pointer;font-family:inherit;white-space:nowrap;margin:0}.workCount,.leaveCount{white-space:nowrap}.mispackBadge:hover{filter:brightness(.98)}.eventItems{margin-top:0;display:flex;flex-direction:column;gap:5px;min-height:0;flex:1}.visibleEventList{display:grid;align-content:start;gap:4px;min-height:0;overflow:hidden}.issueSummaryText{display:inline-flex;align-items:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;font-size:.64rem;color:#7c2d12;background:#fff7ed;border:1px solid #fed7aa;border-radius:999px;padding:2px 7px}.eventChipRow{width:100%;display:flex;align-items:center;gap:6px;border:1px solid #dbeafe;border-left:4px solid var(--primary);border-radius:6px;padding:4px 6px;background:#eff6ff;min-height:30px}.eventChipRow.editing{box-shadow:inset 0 0 0 2px #2563eb}.eventChipMain{flex:1;border:0;background:transparent;padding:2px 3px;font-size:.76rem;text-align:left;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:pointer}.eventCreatorBadge{border:1px solid #fed7aa;background:#fff7ed;color:#b45309;border-radius:999px;padding:1px 6px;font-size:10px;font-weight:700;line-height:1.2;white-space:nowrap}.eventScopeBadge{border-radius:999px;padding:1px 6px;font-size:10px;font-weight:700;line-height:1.2;white-space:nowrap;border:1px solid transparent}.eventScopeBadge--assigned{background:#eff6ff;border-color:#bfdbfe;color:#1d4ed8}.eventScopeBadge--mine{background:#ecfdf5;border-color:#bbf7d0;color:#166534}.eventScopeBadge--employee{background:#fef3c7;border-color:#fde68a;color:#92400e}.eventScopeBadge--shared{background:#eef2ff;border-color:#c7d2fe;color:#4338ca}.eventScopeBadge--private{background:#f1f5f9;border-color:#cbd5e1;color:#334155}.eventGroupShareBadge{display:inline-flex;align-items:center;justify-content:center;min-width:16px;height:16px;padding:0 4px;border-radius:999px;background:#fef3c7;border:1px solid #fcd34d;color:#92400e;font-size:10px;font-weight:700;line-height:1;white-space:nowrap}.eventGroupShareInfo{color:#92400e!important}.eventCreatorText{color:#475569;font-size:11px;line-height:1.2;white-space:nowrap}.moreEventsBtn{border:1px dashed #93c5fd;background:#f8fbff;color:#1d4ed8;border-radius:6px;font-size:.72rem;padding:5px 8px;cursor:pointer;text-align:center;margin-top:auto;width:100%;min-height:28px}.moreEventsBtn:hover{background:#edf5ff}.chipDoneBtn{width:22px;height:22px;border:0;border-radius:6px;background:var(--success);color:#fff;font-size:.72rem;cursor:pointer}.chipDoneBtn.undo{background:#64748b}.chipDeleteBtn{width:22px;height:22px;border:0;border-radius:6px;background:#ef4444;color:#fff;font-size:.72rem;line-height:1;cursor:pointer}.eventChipRow.completed .eventChipMain{opacity:.6;text-decoration:line-through}.eventItems small{color:#64748b;font-size:.72rem}.summaryStrip{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:14px}.summaryStrip>div{border:1px solid var(--line);border-radius:10px;padding:8px 10px;background:#f8fafc}.summaryStrip span{display:block;color:var(--text-sub);font-size:.76rem}.summaryStrip strong{display:block;margin-top:2px;font-size:1rem}.form{display:grid;gap:10px}.quickCreateHint{margin:6px 0 10px;color:#1d4ed8;font-size:.86rem;font-weight:600}.editModeHint{margin:6px 0 10px;color:#0f172a;font-size:.85rem;padding:7px 9px;border-radius:8px;border:1px solid #bfdbfe;background:#eff6ff}.form label{display:grid;gap:4px;font-size:.9rem;color:var(--text)}.form input,.form textarea{border:1px solid #cbd5e1;border-radius:8px;padding:8px 10px;font-size:.92rem}.form .eventDescriptionTextarea{min-height:240px;resize:vertical;overflow-y:hidden;line-height:1.5}.form input[type=color]{padding:4px;height:36px}@media(max-width:768px){.form .eventDescriptionTextarea{min-height:160px}}.inline{display:flex!important;align-items:center;gap:8px}.actions{display:flex;gap:8px;flex-wrap:wrap}.actions button{border:0;border-radius:8px;padding:9px 12px;cursor:pointer;color:#fff;background:var(--primary)}.actions button:disabled{opacity:.55;cursor:not-allowed}.actions .ghost{background:#64748b}.actions .danger{background:var(--danger)}.upcomingList,.eventList{list-style:none;margin:8px 0 0;padding:0;display:grid;gap:8px}.upcomingBoard{display:grid;gap:10px}.upcomingGroup{border:1px solid var(--line);border-radius:10px;padding:8px;background:#f8fafc}.upcomingDateHeader{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}.todayBadge{background:#dbeafe;color:#1d4ed8;border:1px solid #bfdbfe;border-radius:999px;padding:1px 8px;font-size:.72rem;font-weight:700}.upcomingList li button,.eventList li button{width:100%;border:1px solid var(--line);border-radius:8px;text-align:left;background:#fff;padding:10px;cursor:pointer}.upcomingList li button.editing,.eventList li button.editing{border-color:#2563eb;box-shadow:inset 0 0 0 1px #93c5fd;background:#eff6ff}.upcomingList li button{display:grid;grid-template-columns:62px 1fr auto;align-items:center;gap:8px;background:#fff}.upcomingList .eventCreatorText{grid-column:1 / -1}.upcomingTime{color:#334155;font-weight:700;font-size:.82rem}.donePill{background:#e2e8f0;color:#475569;border-radius:999px;padding:1px 8px;font-size:.72rem;font-weight:700}.upcomingList small,.eventList small{color:#64748b}.upcomingList strong,.eventList strong{display:block}.eventList li{display:flex;gap:8px}.eventList li>button:first-child{width:calc(100% - 88px)}.titleDone{text-decoration:line-through;opacity:.65}.completeBtn{width:80px;border:0;border-radius:8px;cursor:pointer;background:var(--success);color:#fff;font-size:.82rem}.completeBtn.undo{background:#64748b}.swatch{display:inline-block;width:9px;height:9px;border-radius:999px;margin-right:7px}.error{margin-top:10px;color:var(--danger);font-weight:600}.undoBanner{margin-top:8px;padding:8px 10px;border:1px solid #c7d2fe;background:#eef2ff;border-radius:10px;display:flex;align-items:center;justify-content:space-between;gap:10px;color:#312e81;font-size:.86rem}.undoBanner button{border:0;border-radius:8px;background:#4f46e5;color:#fff;padding:6px 10px;cursor:pointer;font-size:.82rem}.emptyText{color:var(--text-sub);font-size:.9rem;padding:6px 2px}.eventFeedbackList{list-style:none;margin:8px 0 0;padding:0;display:grid;gap:8px}.eventFeedbackList li{border:1px solid var(--line);border-radius:10px;padding:8px 10px;background:#fff}.eventFeedbackMeta{display:flex;justify-content:space-between;align-items:center;gap:8px;font-size:.78rem;color:#475569}.eventFeedbackMetaBadges{display:flex;align-items:center;gap:6px}.eventFeedbackRoleBadge{border:1px solid #fbbf24;background:#fffbeb;color:#92400e;border-radius:999px;padding:1px 7px;font-size:.68rem;font-weight:700}.eventFeedbackRoleBadge--ack{border-color:#c7d2fe;background:#eef2ff;color:#1d4ed8}.eventFeedbackSummaryRow{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:8px}.eventFeedbackSummaryPill{border:1px solid #dbeafe;background:#eff6ff;color:#1d4ed8;border-radius:999px;padding:2px 8px;font-size:.72rem;font-weight:700}.eventFeedbackSummaryPill--muted{border-color:#e2e8f0;background:#f8fafc;color:#475569}.eventFeedbackActions{display:flex;gap:8px;justify-content:flex-end}.eventFeedbackOverlay{position:fixed;inset:0;z-index:1700;background:#0f172a59;display:flex;align-items:center;justify-content:center;padding:20px}.eventFeedbackSheet{width:min(760px,96vw);max-height:86vh;overflow:auto;border-radius:18px;border:1px solid #dbe5f4;background:#fff;padding:14px}.eventFeedbackSheetHead{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:10px}.eventFeedbackSheetHead h3{margin:0}.eventFeedbackSheetHead p{margin:3px 0 0;color:#475569;font-size:.88rem}.eventFeedbackPanel--compact{border:0;padding:0}.eventFeedbackList p{margin:6px 0 0}.instructionFilters{margin-top:10px}.instructionStatusBadgeRow{margin-top:8px;display:grid;grid-template-columns:repeat(auto-fit,minmax(110px,1fr));gap:8px}.instructionStatusBadge{border:1px solid #dbe5f4;border-radius:10px;background:#fff;color:#334155;padding:7px 8px;display:grid;gap:2px;text-align:left;cursor:pointer}.instructionStatusBadge span{font-size:.72rem;color:#64748b}.instructionStatusBadge strong{font-size:.9rem;color:#0f172a}.instructionStatusBadge.active{border-color:#2563eb;background:#eaf2ff}.instructionAdvancedFilters{margin-top:8px;display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:8px;align-items:end}.instructionAdvancedFilters label{display:grid;gap:4px;font-size:.74rem;color:#475569}.instructionAdvancedFilters input,.instructionAdvancedFilters select{border:1px solid #cbd5e1;border-radius:8px;padding:6px 8px;background:#fff;font-size:.8rem}.instructionList{list-style:none;padding:0;margin:10px 0 0;display:grid;gap:10px}.instructionList li{border:1px solid #dbe3f1;border-radius:10px;background:#fff;padding:10px;display:grid;gap:6px}.notificationPanelRoot{gap:8px}.notificationSectionHead{margin-top:8px}.notificationPanelTools{display:flex;align-items:center;justify-content:space-between;gap:8px;flex-wrap:wrap}.notificationFilterTabs{display:inline-flex;border:1px solid #dbe5f4;border-radius:999px;overflow:hidden;background:#fff}.notificationFilterTabs button{border:0;border-right:1px solid #dbe5f4;padding:5px 10px;background:#fff;color:#475569;font-size:.76rem;cursor:pointer}.notificationFilterTabs button:last-child{border-right:0}.notificationFilterTabs button.active{background:#eaf2ff;color:#1d4ed8;font-weight:700}.notificationList{list-style:none;margin:8px 0 0;padding:0;display:grid;gap:8px}.notificationItemCard{border:1px solid #dbe3f1;border-radius:10px;background:#fff;padding:9px 10px;display:grid;gap:6px;min-width:0;overflow:hidden}.notificationItemHeader{display:flex;align-items:center;justify-content:space-between;gap:8px;min-width:0}.notificationItemHeader strong{font-size:.84rem;color:#0f172a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0;flex:1 1 auto}.notificationItemHeader .taskStatusPill{flex:0 0 auto}.notificationItemMeta{display:flex;flex-wrap:wrap;gap:4px 10px;font-size:.74rem;color:#64748b;min-width:0}.notificationItemMeta span{white-space:nowrap}.notificationItemActions{display:flex;align-items:center;gap:4px;flex-wrap:nowrap;min-width:0}.notificationItemActions .ghost{min-height:30px;padding:4px 9px;font-size:.78rem;white-space:nowrap;flex:0 0 auto}@media(max-width:420px){.notificationItemActions{flex-wrap:wrap}.notificationItemActions .ghost{flex:1 1 auto}}.notificationItemDetail{border-top:1px dashed #dbe5f4;padding-top:8px;display:grid;gap:6px}.notificationItemDetail p{margin:0;display:grid;gap:3px}.notificationItemDetail strong{font-size:.74rem;color:#334155}.notificationItemDetail span{font-size:.8rem;color:#0f172a;white-space:pre-wrap;word-break:break-word}.notificationItemError span{color:#b91c1c}.hrUploadLabel{display:grid;gap:6px;margin:6px 0 10px;font-size:.9rem;color:var(--text)}.hrUploadLabel input{border:1px solid #cbd5e1;border-radius:8px;padding:8px;background:#fff}.hrFileName{margin:4px 0 10px;color:#334155;font-size:.82rem}.googleConnectLink{margin:6px 0 10px;color:#334155;font-size:.82rem;word-break:break-all}.googleConnectLink a{color:#1d4ed8;font-weight:700;word-break:break-all}.kakaoCommandBox{margin:8px 0 14px;border:1px solid #dbeafe;background:#f8fbff;border-radius:10px;padding:10px}.kakaoCommandBox label{display:grid;gap:6px;color:#0f172a;font-size:.9rem}.kakaoCommandBox input{border:1px solid #cbd5e1;border-radius:8px;padding:8px 10px;background:#fff}.kakaoWebhookTrace{margin:4px 0 6px;font-size:.82rem;color:#334155}.kakaoSetupBox{margin:8px 0 12px;border:1px solid #c7d2fe;background:#f8faff;border-radius:10px;padding:10px;display:grid;gap:8px}.kakaoSetupBox h3{margin:0;font-size:.95rem;color:#1e3a8a}.kakaoSetupBox p{margin:0;font-size:.82rem;color:#334155;line-height:1.45}.kakaoSetupBox label{display:grid;gap:6px;color:#0f172a;font-size:.88rem}.kakaoSetupBox input{border:1px solid #cbd5e1;border-radius:8px;padding:8px 10px;background:#fff}.kakaoInlineRow{display:grid;grid-template-columns:1fr auto;gap:8px}.kakaoInlineRow button{white-space:nowrap}.kakaoExampleTitle{margin-top:2px;color:#1e3a8a!important;font-weight:700}.kakaoExamples{margin:0;padding-left:18px;display:grid;gap:4px;font-size:.8rem;color:#334155}.taskSummaryStrip{margin:8px 0 10px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.taskSummaryStrip>div{border:1px solid #dbeafe;border-radius:10px;background:#f8fbff;padding:8px 10px}.taskSummaryStrip span{display:block;color:#475569;font-size:.76rem}.taskSummaryStrip strong{display:block;margin-top:2px;color:#0f172a;font-size:.98rem}.taskForm{margin:8px 0 12px;border:1px solid #e2e8f0;border-radius:10px;background:#fff;padding:10px;display:grid;gap:8px}.taskForm label{display:grid;gap:6px;color:#0f172a;font-size:.88rem}.taskForm input,.taskForm textarea,.taskForm select{border:1px solid #cbd5e1;border-radius:8px;padding:8px 10px;background:#fff}.taskForm textarea{resize:vertical}.taskFormRow{display:grid;grid-template-columns:1fr 1fr;gap:8px}.taskSplit{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:10px}.taskPanel{border:1px solid #e2e8f0;border-radius:10px;background:#f8fafc;padding:9px}.taskPanelHead{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px}.taskPanelHead h3{margin:0;font-size:.9rem}.taskPanelTools select{border:1px solid #cbd5e1;border-radius:8px;padding:6px 8px;background:#fff;font-size:.82rem}.taskList,.taskReportList{list-style:none;margin:0;padding:0;display:grid;gap:7px}.taskList li,.taskReportList li{border:1px solid #dbeafe;border-radius:8px;background:#fff;padding:7px 8px}.taskList li p,.taskReportList li p{margin:5px 0 4px;color:#334155;font-size:.82rem;line-height:1.36}.taskList li small,.taskReportList li small{display:block;color:#64748b;font-size:.75rem;line-height:1.32}.taskLineHead{display:flex;align-items:center;justify-content:space-between;gap:8px}.taskLineHead strong{font-size:.82rem;color:#0f172a}.taskStatusPill{border-radius:999px;padding:1px 8px;font-size:.72rem;font-weight:700;border:1px solid #cbd5e1;color:#334155;background:#f1f5f9;white-space:nowrap}.taskStatusPill.open,.taskStatusPill.pending{background:#eff6ff;color:#1d4ed8;border-color:#bfdbfe}.taskStatusPill.acknowledged{background:#ecfeff;color:#0f766e;border-color:#a5f3fc}.taskStatusPill.in_progress{background:#fff7ed;color:#c2410c;border-color:#fed7aa}.taskStatusPill.done{background:#ecfdf5;color:#047857;border-color:#bbf7d0}.taskStatusPill.blocked{background:#fef2f2;color:#b91c1c;border-color:#fecaca}.taskInlineActions{margin-top:6px;display:flex;flex-wrap:wrap;gap:6px}.taskInlineActions button{border:1px solid #cbd5e1;border-radius:8px;background:#fff;color:#0f172a;padding:5px 9px;font-size:.76rem;cursor:pointer}.taskInlineActions .danger{border-color:#fecaca;color:#b91c1c;background:#fef2f2}.hrActions{margin-bottom:10px}.hrPanel{margin:10px 0 14px;border:1px solid var(--line);border-radius:12px;background:#f8fafc;padding:10px;display:grid;gap:10px}.hrSummaryCards{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.hrSummaryCards>div{border:1px solid #dbeafe;border-radius:10px;background:#eff6ff;padding:8px}.hrSummaryCards span{display:block;color:#334155;font-size:.76rem}.hrSummaryCards strong{display:block;margin-top:2px;color:#0f172a;font-size:1rem}.hrAlertRow{display:grid;grid-template-columns:1fr 1fr;gap:10px}.hrAlertRow>div{border:1px solid #e2e8f0;border-radius:10px;background:#fff;padding:8px}.hrAlertRow h4{margin:0 0 6px;font-size:.88rem}.hrAlertRow ul{margin:0;padding-left:16px;display:grid;gap:4px;font-size:.8rem;color:#334155}.hrDailyBars{display:grid;gap:6px;max-height:220px;overflow:auto;padding-right:2px}.hrDailyBarRow{display:grid;grid-template-columns:78px 1fr 40px;gap:8px;align-items:center}.dayLabel{font-size:.78rem;color:#334155}.barTrack{height:8px;border-radius:999px;background:#e2e8f0;overflow:hidden}.barFill{height:100%;border-radius:999px;background:linear-gradient(90deg,#22c55e,#3b82f6)}.hrDailyBarRow strong{font-size:.8rem;color:#0f172a;text-align:right}.hrTeamTableWrap{overflow:auto}.hrTeamTable{width:100%;border-collapse:collapse;font-size:.82rem;background:#fff}.hrTeamTable th,.hrTeamTable td{border:1px solid #e2e8f0;padding:6px 8px;text-align:left}.hrTeamTable th{background:#f1f5f9;color:#334155}.hrPeoplePanel{border:1px solid #dbeafe;border-radius:10px;background:#f8fbff;padding:8px;scroll-margin-top:80px}.hrPeoplePanel h4{margin:0 0 6px;font-size:.88rem}.hrPeoplePanel ul{margin:0;padding-left:16px;display:grid;gap:3px;font-size:.82rem;color:#334155}.teamPeopleList{display:grid;gap:6px}.teamPeopleBlock{border:1px solid #dbeafe;border-radius:8px;background:#fff;padding:6px 8px}.teamPeopleBlock strong{display:block;color:#1e3a8a;font-size:.8rem;margin-bottom:2px}.teamPeopleBlock p{margin:0;color:#334155;font-size:.8rem;line-height:1.35}.hrIssuePanel{border:1px solid #fed7aa;border-radius:10px;background:#fffaf0;padding:10px;display:grid;gap:10px;scroll-margin-top:80px}.hrIssueHead h4{margin:0 0 4px;font-size:.9rem;color:#9a3412}.hrIssueHead p{margin:0;color:#7c2d12;font-size:.8rem;line-height:1.35}.hrIssueSummaryStrip{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px}.hrIssueSummaryStrip>div{border:1px solid #fed7aa;border-radius:9px;background:#fff;padding:7px 8px}.hrIssueSummaryStrip span{display:block;color:#92400e;font-size:.73rem}.hrIssueSummaryStrip strong{display:block;margin-top:2px;color:#7c2d12;font-size:.92rem}.hrIssueMonthlyBox{border:1px solid #fed7aa;border-radius:10px;background:#fff;padding:8px 9px;display:grid;gap:6px}.hrIssueMonthlyHead{display:flex;align-items:baseline;justify-content:space-between;gap:10px}.hrIssueMonthlyHead strong{color:#9a3412;font-size:.82rem}.hrIssueMonthlyHead span{color:#92400e;font-size:.74rem}.hrIssueMonthlyList{margin:0;padding-left:18px;display:grid;gap:5px}.hrIssueMonthlyList li{color:#7c2d12;font-size:.79rem}.hrIssueMonthlyRow{display:grid;grid-template-columns:1fr auto;gap:6px;align-items:center}.hrIssueMonthlyDetailBox{border:1px solid #fdba74;border-radius:10px;background:#fff7ed;padding:8px;display:grid;gap:7px}.hrIssueMonthlyDetailHead{display:flex;align-items:center;justify-content:space-between;gap:8px}.hrIssueMonthlyDetailHead strong{color:#7c2d12;font-size:.8rem}.hrIssueMonthlyDetailList{list-style:none;margin:0;padding:0;display:grid;gap:7px}.hrIssueMonthlyDetailList li{border:1px solid #fed7aa;border-radius:8px;background:#fff;padding:8px;display:grid;gap:4px}.hrIssueForm{border:1px solid #fed7aa;border-radius:10px;background:#fff;padding:9px;display:grid;gap:8px}.hrIssueForm label{display:grid;gap:5px;color:#7c2d12;font-size:.82rem}.hrIssueForm input,.hrIssueForm select,.hrIssueForm textarea{border:1px solid #fdba74;border-radius:8px;padding:7px 9px;background:#fff;color:#1f2937}.hrIssueFormRow{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:8px}.hrIssueFilters{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:8px;align-items:end}.hrIssueFilters label{display:grid;gap:5px;color:#92400e;font-size:.8rem}.hrIssueFilters input,.hrIssueFilters select{border:1px solid #fdba74;border-radius:8px;padding:7px 9px;background:#fff}.hrIssueFilters button{border:1px solid #d97706;border-radius:8px;background:#fff;color:#9a3412;padding:7px 10px;cursor:pointer;height:fit-content}.hrIssueFilterActions{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.hrIssueFilterResult{margin:0;color:#7c2d12;font-size:.78rem}.hrMispackReportBox{border:1px solid #fdba74;border-radius:10px;background:#fff;padding:9px;display:grid;gap:8px}.hrMispackReportHead h5{margin:0 0 3px;font-size:.86rem;color:#9a3412}.hrMispackReportHead p{margin:0;color:#92400e;font-size:.77rem}.hrMispackFilterGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:8px}.hrMispackFilterGrid label{display:grid;gap:5px;color:#7c2d12;font-size:.8rem}.hrMispackFilterGrid input{border:1px solid #fdba74;border-radius:8px;padding:7px 9px;background:#fff}.hrMispackActionRow{display:flex;gap:6px;flex-wrap:wrap}.hrMispackSummaryStrip{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:8px}.hrMispackSummaryStrip>div{border:1px solid #fed7aa;border-radius:9px;background:#fff7ed;padding:7px 8px}.hrMispackSummaryStrip span{display:block;color:#9a3412;font-size:.72rem}.hrMispackSummaryStrip strong{display:block;margin-top:2px;color:#7c2d12;font-size:.9rem}.hrMispackDateRows{border:1px solid #fed7aa;border-radius:9px;background:#fffbeb;padding:7px;display:grid;gap:6px}.hrMispackDateRows strong{color:#92400e;font-size:.78rem}.hrMispackDateRows ul{list-style:none;margin:0;padding:0;display:grid;gap:5px}.hrMispackDateRows li{margin:0}.hrMispackTableWrap{overflow:auto;border:1px solid #fed7aa;border-radius:9px;background:#fff}.hrMispackTable{width:100%;border-collapse:collapse;min-width:760px}.hrMispackTable th,.hrMispackTable td{padding:7px 8px;border-bottom:1px solid #ffedd5;text-align:left;vertical-align:top;font-size:.78rem;color:#334155}.hrMispackTable th{background:#fff7ed;color:#7c2d12;font-weight:700;position:sticky;top:0;z-index:1}.hrIssueList{list-style:none;margin:0;padding:0;display:grid;gap:7px}.hrIssueList li{border:1px solid #fed7aa;border-radius:8px;background:#fff;padding:8px}.hrIssueTitleRow{display:flex;align-items:center;justify-content:space-between;gap:8px}.hrIssueTitleRow strong{color:#7c2d12;font-size:.82rem}.hrIssueList p{margin:5px 0 0;color:#334155;font-size:.79rem;line-height:1.35}.hrIssueList small{display:block;margin-top:4px;color:#64748b;font-size:.74rem}.hrIssueTypePill{border-radius:999px;border:1px solid #fdba74;background:#fff7ed;color:#9a3412;padding:1px 8px;font-size:.72rem;font-weight:700;white-space:nowrap}.hrIssueTypePill.type-no_show{border-color:#fecaca;background:#fef2f2;color:#b91c1c}.hrIssueTypePill.type-sudden_leave{border-color:#fde68a;background:#fffbeb;color:#92400e}.hrIssueTypePill.type-late,.hrIssueTypePill.type-early_leave{border-color:#fed7aa;background:#fff7ed;color:#c2410c}.dateDetailOverlay{position:fixed;inset:0;z-index:85;background:#0f172a59;display:flex;justify-content:center;align-items:flex-end;padding:12px}.dateDetailSheet{width:min(760px,100%);max-height:78vh;overflow:auto;border-radius:14px;border:1px solid #dbeafe;background:#fff;box-shadow:0 20px 36px #0f172a3d;padding:12px;display:grid;gap:10px}.dateDetailHead{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.dateDetailHead strong{display:block;color:#0f172a;font-size:.95rem}.dateDetailHead p{margin:4px 0 0;color:#475569;font-size:.78rem;line-height:1.35}.dateDetailActions{display:flex;gap:8px;flex-wrap:wrap}.dateDetailList{list-style:none;margin:0;padding:0;display:grid;gap:8px}.dateDetailEventMain{width:100%;border:1px solid #dbeafe;border-radius:10px;background:#f8fbff;padding:8px 10px;display:grid;gap:3px;text-align:left}.dateDetailEventMain span{color:#334155;font-size:.75rem;font-weight:700}.dateDetailEventMain strong{color:#0f172a;font-size:.86rem;line-height:1.3}.dateDetailEventMain small{color:#64748b;font-size:.75rem;line-height:1.3}.eventEditorOverlay{position:fixed;inset:0;z-index:95;background:#0f172a7a;display:flex;justify-content:center;align-items:center;padding:20px}.eventEditorModal{width:min(940px,calc(100vw - 40px));max-height:calc(100vh - 40px);overflow:auto;border-radius:16px;border:1px solid #dbeafe;background:#fff;box-shadow:0 26px 56px #0f172a47;display:grid;align-content:start;gap:12px;padding:14px}.eventEditorModalHead{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.eventEditorModalHead h3{margin:0;color:#0f172a;font-size:1.14rem}.eventEditorModalHead p{margin:4px 0 0;color:#475569;font-size:.84rem}.eventEditorModalBody{display:grid;gap:12px}.eventEditorModalBody .sideSection{border:1px solid #dbeafe;border-radius:14px;background:#f8fbff}.hrQuickOverlay{position:fixed;inset:0;z-index:90;background:#0f172a59;display:flex;align-items:flex-end;justify-content:center;padding:10px}.hrQuickSheet{width:min(760px,100%);max-height:72vh;overflow:auto;background:#fff;border:1px solid #dbeafe;border-radius:14px;box-shadow:0 18px 36px #0f172a38;padding:10px}.hrQuickHead{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px}.hrQuickHead button{border:0;border-radius:8px;background:#334155;color:#fff;padding:6px 10px;font-size:.8rem;cursor:pointer}.hrQuickCols{display:grid;grid-template-columns:1fr 1fr;gap:10px}.hrQuickCols section{border:1px solid #e2e8f0;border-radius:10px;background:#f8fafc;padding:8px}.hrQuickCols h4{margin:0 0 6px;font-size:.86rem}.hrQuickCols ul{margin:0;padding-left:16px;display:grid;gap:3px;font-size:.82rem;color:#334155}.hrQuickIssueSection{border-color:#fed7aa!important;background:#fffaf0!important}.hrQuickIssueOnly{border-color:#dbeafe!important;background:#f8fbff!important}.hrQuickIssueList{list-style:none;margin:0;padding:0;display:grid;gap:6px}.hrQuickIssueList li{border:1px solid #fed7aa;border-radius:8px;background:#fff;padding:7px 8px;display:grid;gap:3px}.hrQuickIssueList strong{color:#7c2d12;font-size:.81rem}.hrQuickIssueList span{color:#9a3412;font-size:.77rem;font-weight:700}.hrQuickIssueList small{color:#475569;font-size:.76rem}.hrQuickIssueList p{margin:2px 0 0;color:#334155;font-size:.78rem}.workQuickSheet{width:min(920px,100%)}.workQuickTabs{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:8px}.workQuickTabs button{border:1px solid #cbd5e1;border-radius:999px;background:#fff;color:#334155;padding:4px 10px;font-size:.78rem;cursor:pointer}.workQuickTabs button.active{border-color:#7c3aed;background:#ede9fe;color:#5b21b6;font-weight:700}.workQuickMeta{margin-bottom:8px;border:1px solid #ddd6fe;border-radius:8px;background:#faf5ff;padding:8px}.workQuickMeta strong{display:block;margin-bottom:2px;font-size:.9rem}.workQuickMeta span{display:block;font-size:.78rem;color:#475569}.workReportPanel{margin:10px 0 14px;border:1px solid var(--line);border-radius:12px;background:#f8fafc;padding:10px;display:grid;gap:10px}.workReportHead{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.workReportHead h3{margin:0 0 4px;font-size:1rem}.workReportHead p{margin:0;font-size:.8rem;color:#334155}.workReportImageWrap{border:1px solid #dbeafe;border-radius:10px;background:#fff;padding:8px}.workReportImage{max-width:100%;border-radius:8px;border:1px solid #e2e8f0;display:block}.workReportGrid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.workReportGrid section{border:1px solid #e2e8f0;border-radius:10px;background:#fff;padding:8px}.workReportGrid h4{margin:0 0 6px;font-size:.86rem}.workReportGrid ul{margin:0;padding-left:16px;display:grid;gap:4px;font-size:.8rem;color:#334155}@media(max-width:980px){.layout.withSidePanel{grid-template-columns:minmax(0,1.45fr) minmax(0,1fr)}.topbar{flex-direction:column;align-items:flex-start}.topbarBrandBlock,.topbarBrandBlock .brandLogo{width:100%}.topTools{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:8px}.topTools input{grid-column:1 / -1;width:100%;min-width:0}.topTools button{width:100%}.hrSummaryCards{grid-template-columns:1fr 1fr}.hrAlertRow{grid-template-columns:1fr}.hrIssueSummaryStrip{grid-template-columns:1fr 1fr}.hrIssueFormRow,.hrIssueFilters,.hrMispackFilterGrid{grid-template-columns:1fr}.hrMispackSummaryStrip,.todayBriefStats{grid-template-columns:1fr 1fr}.todayBriefGrid{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.instructionOverviewStats{grid-template-columns:repeat(3,minmax(0,1fr))}.myInstructionStats{grid-template-columns:repeat(2,minmax(0,1fr))}.instructionOverviewGrid{grid-template-columns:1fr}.myInstructionScopeSections{grid-template-columns:1fr 1fr}.todayBriefCard--schedule{grid-column:1 / -1}.todayMiniGrid{grid-template-columns:1fr}.todayWorkHighlights,.taskSummaryStrip{grid-template-columns:1fr 1fr}.taskSplit,.hrQuickCols,.workReportGrid,.newsBriefGrid{grid-template-columns:1fr}}@media(max-width:860px){.layout,.layout.withSidePanel,.layout.calendarOnly{grid-template-columns:1fr}.sidePanelCard.open{position:fixed;inset:0;z-index:60;margin:0;border-radius:0;max-height:100vh;padding:12px;overflow:auto;box-shadow:none;border:0}.sidePanelHead{top:0}.employeePanelOverlay{padding:0}.employeePanel{width:100%;max-height:100vh;border-radius:0}.employeeListHead{flex-direction:column;align-items:stretch}.employeeHeaderActions{justify-content:flex-end}.employeeInlineRow{grid-template-columns:1fr}}@media(max-width:760px){.calendarMobileSwitch{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin-bottom:8px}.calendarMobileSwitch button{border:1px solid #cbd5e1;background:#fff;color:#334155;border-radius:9px;padding:8px 10px;font-size:.8rem}.calendarMobileSwitch button.active{border-color:#2563eb;background:#eaf2ff;color:#1d4ed8;font-weight:700}.todayBriefGrid{grid-template-columns:1fr}.todayBriefCard{min-height:auto;max-height:none}.todayBriefCard--schedule .todayBriefList,.todayBriefCard--staff .todayTeamRows,.todayBriefCard--staff .todayLeaveRows{max-height:none;overflow:visible;padding-right:0}.todayIssueQuickActions button{flex:1 1 100%}.myInstructionScopeSections{grid-template-columns:1fr}}@media(max-width:640px){.page{padding:12px}.sideSection{padding:9px}.sideSection>h2,.sideSection>h3{font-size:.94rem}.topbarBrandBlock .brandLogoText strong{font-size:.88rem}.topbarBrandBlock p{font-size:.8rem}.dashboardBrandChip .brandLogoText strong{font-size:.82rem}.monthNav{flex-wrap:wrap;gap:6px}.monthNav button{padding:6px 8px;font-size:.78rem}.monthNav strong{font-size:.94rem}.weekdayRow{gap:4px;font-size:.72rem}.calendarGrid{gap:4px}.dayCell{min-height:132px;padding:5px}.calendarGrid.compact .dayCell{min-height:136px}.cellHeader{margin-bottom:3px}.cellHeaderStats{gap:3px}.dateNum{font-size:.74rem}.summaryStrip,.todayBriefStats{grid-template-columns:1fr}.instructionOverviewStats,.myInstructionStats,.todayInstructionOverviewStats{grid-template-columns:1fr 1fr}.instructionOverviewToolbar{flex-direction:column;align-items:stretch}.instructionOverviewToolbar select,.instructionOverviewTabs{width:100%}.instructionOverviewTabs button{flex:1 1 calc(50% - 6px);text-align:center}.instructionOverviewScopeTabs,.instructionTargetFilterTabs{width:100%}.instructionOverviewScopeTabs button,.instructionTargetFilterTabs button{flex:1 1 calc(50% - 6px);text-align:center}.instructionTargetSelector{grid-template-columns:1fr}.instructionTargetSelector button{text-align:left}.todayBriefList li{grid-template-columns:58px 1fr auto}.todayEventBadges{justify-items:start}.todayMiniList li{grid-template-columns:82px 48px;grid-template-areas:"date time" "title title";gap:3px 6px}.todayWorkHighlights{grid-template-columns:1fr}.newsBriefHead{flex-direction:column;align-items:flex-start}.staffBadge,.leaveBadge,.reportBadge,.issueBadge,.mispackBadge{font-size:.56rem;padding:1px 4px}.memberChip{font-size:.7rem;padding:3px 7px}.eventChipRow{gap:2px;padding:2px 4px;min-height:24px}.eventChipMain{font-size:.64rem;padding:1px 2px}.moreEventsBtn{font-size:.68rem;min-height:24px;padding:4px 6px}.cellMetaBadges{max-height:22px}.issueSummaryText{width:100%;font-size:.58rem;padding:1px 5px}.dateDetailOverlay{padding:0}.dateDetailSheet{width:100%;max-height:100vh;border-radius:0;padding:10px}.eventFeedbackOverlay{padding:0}.eventFeedbackSheet{width:100%;max-height:100vh;border-radius:0;padding:12px}.eventEditorOverlay{padding:0;align-items:flex-end}.eventEditorModal{width:100%;max-height:100vh;border-radius:0;padding:12px}.dateDetailActions button{width:100%}.mobileAgendaList li button{grid-template-columns:62px 1fr;padding:7px}.chipDoneBtn,.chipDeleteBtn{width:18px;height:18px;font-size:.6rem}.todayEventMain strong,.todayEventMain small,.teamPeopleBlock p,.todayTeamDetail p{word-break:break-word}.taskSummaryStrip,.taskFormRow,.todayIssueQuickRow,.todayIssueQuickDateTools{grid-template-columns:1fr}.todayIssueQuickPresetBtns{width:100%}.todayIssueQuickPresetBtns button{flex:1 1 30%}.hrIssueFilterActions{flex-direction:column;align-items:stretch}.hrMispackSummaryStrip{grid-template-columns:1fr}.taskPanelHead{flex-direction:column;align-items:flex-start}.kakaoInlineRow,.hrIssueSummaryStrip{grid-template-columns:1fr}.hrIssueMonthlyHead{flex-direction:column;align-items:flex-start;gap:3px}.authBrand .brandLogo{flex-direction:column;gap:8px}.authBrand .brandLogoText{text-align:center}.brandLogo--large img{height:48px}}.authPage{min-height:100vh;display:grid;place-items:center;padding:24px;background:linear-gradient(180deg,#f3f6ff,#eef1f7)}.authCard{width:min(460px,92vw);border-radius:16px;background:#fff;border:1px solid #d6def0;box-shadow:0 12px 30px #0f172a14;padding:22px}.authBrand{display:flex;justify-content:center;text-align:center}.authBrand .brandLogo{justify-content:center;gap:12px}.authBrand .brandLogoText{text-align:left}.authLead{margin:8px 0 14px;color:#475569;text-align:center}.authForm{display:grid;gap:10px}.authForm label{display:grid;gap:6px;font-size:14px}.authForm input{border:1px solid #cbd5e1;border-radius:10px;padding:10px 12px;font-size:14px}.authForm button{margin-top:4px}.authSeedHint{margin-top:10px;color:#64748b}.authUserPill{display:inline-flex;flex-direction:column;border:1px solid #c9d4f3;background:#f7f9ff;border-radius:10px;padding:6px 10px;min-width:126px}.authUserPill strong{font-size:13px;line-height:1.2}.authUserPill small{font-size:11px;color:#475569}.authPillActionBtn{margin-top:6px;border:1px solid #c9d4f3;border-radius:8px;background:#fff;color:#1d4ed8;font-size:12px;padding:4px 8px;cursor:pointer}.authPillActionBtn:hover{background:#eff6ff}.mailReportOverlay{position:fixed;inset:0;z-index:90;background:#0f172a66;display:flex;align-items:center;justify-content:center;padding:20px}.mailReportModal{width:min(980px,96vw);max-height:min(860px,92vh);overflow:auto;border-radius:16px;border:1px solid #d7def0;background:#f8f9fd;padding:16px;display:grid;gap:12px}.mailReportHead{display:flex;justify-content:space-between;align-items:flex-start;gap:10px}.mailReportHead h3{margin:0;font-size:24px}.mailReportHead p{margin:4px 0 0;color:#475569}.mailReportTabs{display:flex;gap:8px;flex-wrap:wrap}.mailReportTabs button{border:1px solid #c5d2f3;border-radius:10px;background:#fff;color:#334155;padding:7px 12px;cursor:pointer}.mailReportTabs button.active{border-color:#4f67f2;background:#4f67f2;color:#fff}.mailReportForm{display:grid;gap:10px}.mailReportForm label{display:grid;gap:6px}.mailReportForm input,.mailReportForm textarea{border:1px solid #cbd5e1;border-radius:10px;padding:10px 12px;font-size:14px;font-family:inherit}.mailFileName{margin:-2px 0 0;color:#475569;font-size:13px}.mailReportList{display:grid;gap:10px}.mailReportItem{border:1px solid #cfd8ee;border-radius:12px;background:#fff;padding:10px 12px;display:grid;gap:8px}.mailReportItem.unread{border-color:#96a9ef;box-shadow:inset 4px 0 #4f67f2}.mailReportItemHead{display:flex;justify-content:space-between;gap:10px;align-items:baseline}.mailReportItemHead strong{font-size:18px;line-height:1.3}.mailReportItemHead span{color:#475569;font-size:13px;white-space:nowrap}.mailMetaRow{display:flex;justify-content:space-between;gap:10px;color:#334155;font-size:14px;flex-wrap:wrap}.mailBody{margin:0;white-space:pre-wrap;color:#0f172a}.mailBody.empty{color:#64748b}.mailActions{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.mailNoAttachment{color:#64748b;font-size:13px}.assignedEventSection{border-top:1px dashed #d3dced;padding-top:12px}.assignedSectionHead{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.assignedSectionHead h3{margin:0}.assignedBadgeRow{display:inline-flex;align-items:center;flex-wrap:wrap;gap:6px}.assignedType,.assignedPriority,.assignedRequiresAck,.assignedStatus{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:2px 8px;font-size:11px;line-height:1.4;border:1px solid transparent}.assignedType{background:#eff6ff;color:#1d4ed8;border-color:#bfdbfe}.assignedPriority{background:#f8fafc;color:#334155;border-color:#e2e8f0;text-transform:uppercase}.assignedPriority--high{background:#fff7ed;color:#c2410c;border-color:#fed7aa}.assignedPriority--critical{background:#fef2f2;color:#b91c1c;border-color:#fecaca}.assignedRequiresAck{background:#faf5ff;color:#7e22ce;border-color:#e9d5ff}.assignedStatus--pending{background:#fff7ed;color:#9a3412;border-color:#fdba74}.assignedStatus--ack{background:#ecfeff;color:#0e7490;border-color:#a5f3fc}.assignedStatus--done{background:#ecfdf3;color:#166534;border-color:#86efac}.assignedStatusList{list-style:none;padding:0;margin:0;display:grid;gap:8px}.assignedStatusList li button{width:100%;text-align:left;border:1px solid #d4ddf4;border-radius:10px;background:#fff;padding:8px 10px;display:grid;gap:3px}.assignedStatusList li button small{color:#64748b}.eventChipRow.assigned{border-left-width:4px}.chipAckBtn{border:1px solid #c7d2fe;background:#eef2ff;color:#3730a3;border-radius:8px;padding:0 6px;font-size:11px;line-height:1.4}.summaryCardsPanel{border:1px solid #dbe4f4;border-radius:14px;padding:12px;background:#f8fafc}.summaryCardsHead{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:10px}.summaryCardsHead h3{margin:0}.summaryCardsHead small{color:#64748b}.summaryCardsGrid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px}@media(max-width:1100px){.summaryCardsGrid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:820px){.summaryCardsGrid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:520px){.summaryCardsGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}.summaryCard{border:1px solid #d4ddf4;border-radius:10px;background:#fff;padding:10px;text-align:left;display:grid;gap:6px}.summaryCardLabel{font-size:12px;color:#475569}.summaryCardValue{font-size:21px;line-height:1.2}.summaryCard--danger{border-color:#fecaca;background:#fff7f7}.summaryCard--warning{border-color:#fde68a;background:#fffef0}.summaryCard--info{border-color:#bfdbfe;background:#f5f9ff}.dashboardDetailOverlay{position:fixed;inset:0;background:#0f172a6b;z-index:1200;display:flex;align-items:center;justify-content:center;padding:16px}.dashboardDetailSheet{width:min(980px,96vw);max-height:86vh;overflow:hidden;border-radius:14px;border:1px solid #cbd5e1;background:#fff;box-shadow:0 20px 40px #0f172a40;display:grid;grid-template-rows:auto auto 1fr}.dashboardDetailHead{display:flex;justify-content:space-between;gap:12px;padding:14px 16px 10px;border-bottom:1px solid #e2e8f0}.dashboardDetailHead h3{margin:0;font-size:1.05rem}.dashboardDetailHead p{margin:4px 0 0;font-size:.84rem;color:#475569}.dashboardDetailHeadActions{display:flex;align-items:center;gap:8px}.dashboardDetailHint{margin:10px 16px 0;color:#475569}.dashboardDetailList{list-style:none;margin:0;padding:10px 14px 14px;overflow:auto;display:grid;gap:8px}.dashboardDetailItem{border:1px solid #dbe4f4;border-radius:10px;background:#f8fbff;padding:10px 12px;display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.dashboardDetailMain{min-width:0;display:grid;gap:4px}.dashboardDetailMain strong{display:block;font-size:.97rem;color:#0f172a}.dashboardDetailMain small{color:#475569;line-height:1.5}.dashboardDetailTemplateMeta{margin-top:4px;border:1px dashed #d9e2f1;border-radius:8px;background:#fff;padding:8px 10px;display:grid;gap:6px}.dashboardDetailTemplateActions{display:inline-flex;flex-wrap:wrap;align-items:center;gap:6px}.dashboardDetailActions{display:inline-flex;align-items:center;gap:6px;flex-shrink:0}.dashboardDetailNestedList{list-style:none;margin:6px 0 0;padding:0;display:grid;gap:8px}.dashboardDetailNestedItem{border:1px solid #dbe4f4;border-radius:8px;background:#fff;padding:8px 10px;display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.dashboardDetailNestedMain{min-width:0;display:grid;gap:3px}.dashboardDetailNestedMain strong{font-size:.93rem;color:#0f172a}.dashboardDetailNestedMain small{color:#475569;line-height:1.45}.dashboardDetailNestedActions{display:inline-flex;align-items:center;gap:6px;flex-shrink:0}.dashboardDetailInlineHint{color:#64748b;margin-top:6px;display:block}.dashboardDetailGroupList{margin:0;padding:10px 14px 14px;overflow:auto;display:grid;gap:8px}.dashboardDetailGroupCard{border:1px solid #dbe4f4;border-radius:10px;background:#f8fbff;padding:10px 12px;display:grid;gap:6px}.dashboardDetailGroupCard header{display:flex;justify-content:space-between;gap:8px;align-items:baseline}.dashboardDetailGroupCard p{margin:0;color:#334155;line-height:1.45}@media(max-width:768px){.dashboardDetailOverlay{padding:10px}.dashboardDetailSheet{width:100%;max-height:92vh}.dashboardDetailHead{flex-direction:column;align-items:flex-start}.dashboardDetailHeadActions{width:100%;justify-content:flex-end}.dashboardDetailItem{flex-direction:column}.dashboardDetailActions{width:100%;justify-content:flex-end}.dashboardDetailNestedItem{flex-direction:column}.dashboardDetailNestedActions{width:100%;justify-content:flex-end}.dashboardDetailTemplateActions{justify-content:flex-end}}.dashboardQuickActions{margin-top:10px;display:flex;flex-wrap:wrap;gap:8px}.exportBtn{min-width:120px}.savedViewSection{border:1px dashed #c7d2fe;border-radius:12px;padding:12px;display:grid;gap:10px;background:#f8fbff}.savedViewHead{display:flex;align-items:baseline;justify-content:space-between;gap:8px}.savedViewHead h3{margin:0}.savedViewHead small{color:#64748b}.savedViewComposer{display:grid;grid-template-columns:minmax(180px,1fr) auto;gap:8px}.savedViewComposer input{min-width:0}.savedViewList{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.savedViewChip{display:inline-flex;align-items:center;gap:6px;border:1px solid #cbd5e1;border-radius:999px;padding:4px 8px;background:#fff}.savedViewChip button{border:0;background:transparent;color:inherit;padding:0}.auditLogPanel{margin-top:12px;border:1px solid #dbe4f4;border-radius:14px}.auditLogHead{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:10px}.auditLogHead h3{margin:0}.auditLogHead small{color:#64748b}.auditLogFilters{display:grid;grid-template-columns:repeat(4,minmax(120px,1fr)) auto;gap:8px;align-items:end}.auditLogFilters label{display:grid;gap:4px;font-size:12px}.auditLogActions{display:inline-flex;gap:6px}.auditLogList{margin-top:10px;max-height:280px;overflow-y:auto;border-top:1px solid #e2e8f0;padding-top:10px}.auditLogList ul{list-style:none;padding:0;margin:0;display:grid;gap:8px}.auditLogList li{border:1px solid #e2e8f0;border-radius:10px;padding:8px 10px;background:#fff;display:grid;gap:4px}.auditLogRowHead{display:flex;align-items:center;justify-content:space-between;gap:8px}@media(max-width:920px){.auditLogFilters{grid-template-columns:repeat(2,minmax(120px,1fr))}.savedViewComposer{grid-template-columns:1fr}.dashboardQuickActions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}}.reportSubmissionSection{border:1px solid #cbd5e1;background:#f8fafc}.todayBriefCard--reportUpload .reportSubmissionSection{margin:0}.todayBriefCard--manual{border-color:#cbd5e1;background:#f8fafc;overflow:auto}.todayBriefCard--manual>.operationManualSection{margin:0;border:none;background:transparent;padding:0}.operationManualSection{border:1px solid #cbd5e1;background:#f8fafc;display:grid;gap:10px}.operationManualHead{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.operationManualHead h2{margin:0;font-size:1rem}.operationManualHeadActions{display:flex;gap:6px}.operationManualFilters{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.operationManualFilters .inline{align-self:end;min-height:40px}.operationManualFilterActions{display:flex;align-items:flex-end}.operationManualImportRow{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) auto;gap:8px;align-items:end;border:1px dashed #cbd5e1;border-radius:10px;background:#fff;padding:8px}.operationManualImportRow label{min-width:0}.operationManualImportRow input[type=file]{font-size:.75rem}.operationManualTableWrap{border:1px solid #dbeafe;border-radius:10px;background:#fff;overflow:auto;max-height:230px}.operationManualTable{width:100%;border-collapse:collapse;font-size:.78rem}.operationManualTable th,.operationManualTable td{padding:7px 8px;border-bottom:1px solid #e2e8f0;text-align:left;vertical-align:middle}.operationManualTable th{color:#334155;font-weight:700;background:#f8fafc;position:sticky;top:0;z-index:1}.operationManualTable tbody tr{cursor:pointer}.operationManualTable tbody tr:hover{background:#eff6ff}.operationManualTable tbody tr.selected{background:#dbeafe}.operationManualTable tbody tr.inactive td{color:#64748b}.operationManualTable .emptyCell{text-align:center;color:#64748b;padding:12px}.operationManualDetail{border:1px solid #dbeafe;border-radius:10px;background:#fff;padding:10px;display:grid;gap:8px}.operationManualDetailHead{display:flex;align-items:center;justify-content:space-between;gap:8px}.operationManualDetailHead h3{margin:0;font-size:.94rem}.manualStatusBadge{border-radius:999px;border:1px solid #cbd5e1;padding:2px 8px;font-size:.7rem;font-weight:700}.manualStatusBadge.active{border-color:#86efac;background:#dcfce7;color:#166534}.manualStatusBadge.inactive{border-color:#fca5a5;background:#fee2e2;color:#991b1b}.operationManualDetailGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.operationManualDetailGrid>div{border:1px solid #e2e8f0;border-radius:8px;background:#f8fafc;padding:7px 8px;display:grid;gap:4px}.operationManualDetailGrid span{color:#64748b;font-size:.72rem}.operationManualDetailGrid strong{min-width:0;font-size:.8rem;color:#0f172a;line-height:1.35;word-break:keep-all;overflow-wrap:anywhere}.operationManualNote{margin:0;font-size:.78rem;color:#334155;line-height:1.45}.operationManualDetailActions{display:flex;flex-wrap:wrap;gap:6px}.operationManualEditor{border:1px solid #dbeafe;border-radius:10px;background:#fff;padding:10px}.operationManualEditor h3{margin:0 0 8px;font-size:.9rem}.passwordModalOverlay{position:fixed;inset:0;background:#0f172a73;z-index:1500;display:flex;align-items:center;justify-content:center;padding:16px}.passwordModal{width:min(520px,100%);max-height:calc(100vh - 32px);overflow:auto;border:1px solid #dbe5f4;border-radius:12px;background:#fff;padding:12px;box-shadow:0 18px 48px #0f172a33}.passwordModalHead{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin-bottom:8px}.passwordModalHead h3{margin:0 0 4px}.passwordModalHead p{margin:0;color:#475569;font-size:.8rem}.reportSubmissionStats{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:10px;margin-bottom:12px}.reportSubmissionStats>div{border:1px solid #dbeafe;background:#fff;border-radius:12px;padding:10px}.reportSubmissionStats span{display:block;font-size:12px;color:#64748b}.reportSubmissionStats strong{display:block;margin-top:4px;font-size:18px;color:#0f172a}.reportSubmissionForm{margin-top:12px;padding:12px;border:1px solid #dbeafe;border-radius:12px;background:#fff}.reportSubmissionForm>h3{margin:0 0 10px;font-size:15px}.reportSubmissionForm>h4{margin:8px 0;font-size:14px}.reportHintText{margin:0 0 10px;color:#334155;font-size:13px}.reportPreviewBox{margin-top:8px;border:1px dashed #cbd5e1;border-radius:10px;padding:10px;background:#f8fafc}.reportTable th,.reportTable td{font-size:12px}.reportDocumentList li{display:flex;justify-content:space-between;align-items:flex-start;gap:10px}.reportDocItemMain{min-width:0;display:grid;gap:4px}.reportDocItemMain strong,.reportDocItemMain small{min-width:0;white-space:normal;word-break:keep-all;overflow-wrap:break-word;line-height:1.35}.reportDocItemMain span{min-width:0;line-height:1.35}.reportAmountText{color:#0f172a;font-size:.84rem;font-weight:700;white-space:nowrap}.reportCashHead{display:flex;align-items:baseline;flex-wrap:wrap;gap:6px 12px}.reportCashHead>strong{font-size:.92rem}.reportCashReportList li,.reportNotificationList li{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:flex-start;gap:10px;padding:10px}.reportBriefingItemMain{min-width:0;width:100%;display:grid;gap:8px;align-content:start}.reportBriefingTitle{font-size:.92rem;line-height:1.35;word-break:keep-all;overflow-wrap:normal}.reportBriefingInfoColumns{display:grid;grid-template-columns:1fr;gap:8px}.reportBriefingInfoColumn{min-width:0;display:grid;gap:8px}.reportBriefingInfoRow{min-width:0;display:flex;align-items:start;gap:6px;width:100%}.reportBriefingInfoLabel{color:#64748b;font-size:.74rem;flex:0 0 88px;line-height:1.3;white-space:nowrap}.reportBriefingInfoValue{min-width:0;flex:1 1 auto;color:#0f172a;font-size:.8rem;font-weight:600;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;word-break:keep-all;overflow-wrap:normal}.reportBriefingSubmitter{color:#1d4ed8}.reportBriefingInfoValue--file{display:block;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;word-break:normal;overflow-wrap:normal;line-height:1.3}.reportBriefingInfoRow--file{align-items:center}.reportBriefingActionBar{margin-top:auto;display:flex;justify-content:space-between;gap:8px}.reportBriefingActionBar .ghost{flex:1 1 0;min-height:36px;display:inline-flex;align-items:center;justify-content:center}.reportStructuredSummaryLine{color:#1e3a8a;font-size:.74rem;line-height:1.35}.reportApprovalFileActions{justify-content:flex-start;margin:4px 0 10px}.todayBriefCard--reportSubmission .reportBriefingDocList li,.todayBriefCard--reportSubmission .reportBriefingApprovalList li,.todayBriefCard--reportSubmission .reportBriefingCashList li{display:flex;flex-direction:column;gap:8px;align-items:stretch;padding:10px;min-height:0}.todayBriefCard--reportSubmission{max-height:none;overflow:visible}.todayBriefCard--reportSubmission .reportBriefingApprovalList li .reportBriefingItemMain,.todayBriefCard--reportSubmission .reportBriefingCashList li .reportBriefingItemMain{gap:5px}.reportDocActions{display:grid;gap:8px;justify-items:end}.reportDocActionRow{display:flex;flex-wrap:wrap;gap:6px;justify-content:flex-end}.reportDocActionRow button{min-width:64px}.reportDocumentList li{display:flex;flex-direction:column;align-items:stretch;gap:10px;padding:12px}.reportDocumentList .reportDocItemMain{gap:8px}.reportDocumentList .reportDocTitle{font-size:.94rem;line-height:1.35;color:#0f172a;word-break:keep-all;overflow-wrap:normal}.reportDocInfoGrid{display:grid;grid-template-columns:1fr;gap:6px}.reportDocInfoRow{min-width:0;display:grid;grid-template-columns:62px minmax(0,1fr);align-items:center;gap:6px}.reportDocInfoLabel{color:#64748b;font-size:.74rem;white-space:nowrap}.reportDocumentList .reportDocInfoValue{min-width:0;color:#0f172a;font-size:.8rem;font-weight:600;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;word-break:normal;overflow-wrap:normal}.reportDocInfoValue--file{display:inline-block;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.reportDocumentList .reportDocActions{width:100%;justify-items:stretch}.reportDocumentList .reportDocActionRow{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.reportDocumentList .reportDocActionRow button{width:100%;min-height:36px}.reportDocumentList .inlineFileButton{justify-content:center}.inlineFileButton{display:inline-flex;align-items:center;gap:6px;border:1px solid #cbd5e1;border-radius:999px;padding:5px 10px;font-size:12px;cursor:pointer;background:#f8fafc;color:#0f172a;white-space:nowrap}.inlineFileButton input{display:none}.imagePreviewOverlay{position:fixed;inset:0;background:#0f172a8c;z-index:2200;display:grid;place-items:center;padding:16px}.imagePreviewDialog{width:min(920px,100%);max-height:92vh;overflow:auto;background:#fff;border-radius:14px;border:1px solid #cbd5e1;box-shadow:0 24px 48px #0f172a3d;padding:12px;display:grid;gap:10px}.imagePreviewHead{display:flex;align-items:center;justify-content:space-between;gap:10px}.imagePreviewHead strong{font-size:14px;color:#0f172a}.imagePreviewImg{width:100%;height:auto;max-height:78vh;object-fit:contain;border:1px solid #dbeafe;border-radius:10px;background:#f8fafc}.reportCashList{margin-top:12px}.reportCashList h4{margin:0 0 8px}.successMessage{margin:8px 0;color:#166534;font-size:13px}.todayMiniList li.read{opacity:.7}.todayMiniList li.unread{border-left:3px solid #2563eb;padding-left:8px}.reportBriefingStats{margin-bottom:10px}.reportBriefingGrid{margin-top:0;grid-template-columns:minmax(0,1.35fr) minmax(0,1fr)}.todayBriefCard--reportSubmission .todayMiniPanel{min-height:160px;height:auto}.todayBriefCard--reportSubmission .reportBriefingDocList,.todayBriefCard--reportSubmission .reportBriefingApprovalList,.todayBriefCard--reportSubmission .reportBriefingCashList{max-height:320px;overflow-y:auto;padding-right:4px}@media(max-width:768px){.operationManualFilters{grid-template-columns:1fr}.operationManualFilterActions{justify-content:flex-start}.operationManualDetailGrid{grid-template-columns:1fr}.operationManualHead{flex-direction:column}.operationManualHeadActions{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.operationManualImportRow{grid-template-columns:1fr}.passwordModal{width:100%}.reportSubmissionStats{grid-template-columns:repeat(2,minmax(0,1fr))}.reportDocumentList li{flex-direction:column}.reportDocActions{width:100%;justify-items:stretch}.reportDocActionRow{justify-content:flex-start}.inlineFileButton{width:100%;justify-content:center}.reportBriefingDocList li,.reportBriefingApprovalList li,.reportCashReportList li,.reportNotificationList li,.reportDocumentList li{grid-template-columns:1fr;align-items:stretch}.reportBriefingInfoColumns{grid-template-columns:1fr;gap:8px}.reportBriefingInfoRow{display:flex;gap:6px}.reportBriefingInfoLabel{flex-basis:72px;line-height:1.2}.reportBriefingActionBar{gap:8px}.reportBriefingActionBar .ghost{min-height:40px}.todayBriefCard--reportSubmission .reportBriefingDocList,.todayBriefCard--reportSubmission .reportBriefingApprovalList,.todayBriefCard--reportSubmission .reportBriefingCashList{max-height:260px}.reportDocInfoGrid{grid-template-columns:1fr;gap:6px}.reportDocInfoRow{grid-template-columns:58px minmax(0,1fr)}.reportDocumentList .reportDocActionRow{grid-template-columns:repeat(2,minmax(0,1fr))}}.teamManagementSection{border:1px solid #dbe5f4;border-radius:12px;background:#f8fbff;padding:12px;display:grid;gap:10px}.teamManagementHead{display:flex;flex-wrap:wrap;gap:8px;justify-content:space-between;align-items:flex-start}.teamManagementHead h3{margin:0;font-size:1rem}.teamManagementDescription{margin:4px 0 0;color:#475569;font-size:.8rem}.teamManagementHeadActions{display:flex;gap:6px;flex-wrap:wrap}.teamCardList{display:grid;gap:10px}.teamCard{border:1px solid #dbe5f4;border-radius:10px;background:#fff;padding:10px 12px;display:grid;gap:6px}.teamCardInactive{background:#f1f5f9;opacity:.75}.teamCardHead{display:flex;justify-content:space-between;align-items:flex-start;gap:8px;flex-wrap:wrap}.teamCardHead h4{margin:0;font-size:.95rem;display:inline-flex;align-items:center;gap:6px}.teamCardBadge{font-size:.7rem;font-weight:600;padding:2px 6px;border-radius:999px;background:#e0ecff;color:#1d4ed8}.teamCardInactive .teamCardBadge{background:#e2e8f0;color:#475569}.teamCardLeader{margin:4px 0 0;font-size:.82rem;color:#475569}.teamCardActions{display:flex;gap:6px}.teamCardBody{border-top:1px solid #eef2f9;padding-top:6px}.teamCardMembers{margin:0;font-size:.82rem;color:#334155;line-height:1.4;word-break:break-word}.teamEditorOverlay{position:fixed;inset:0;background:#0f172a8c;z-index:90;display:flex;align-items:center;justify-content:center;padding:16px}.teamEditorModal{width:min(520px,100%);max-height:calc(100vh - 32px);overflow:auto;background:#fff;border-radius:14px;border:1px solid #dbe5f4;box-shadow:0 22px 48px #0f172a38}.teamEditorHead{position:sticky;top:0;background:linear-gradient(180deg,#fff,#f8fbff);border-bottom:1px solid #dbe5f4;padding:12px 14px;display:flex;justify-content:space-between;align-items:center}.teamEditorHead h3{margin:0;font-size:1rem}.teamEditorForm{padding:12px 14px 14px;display:grid;gap:10px}.teamMemberSelector{display:grid;gap:6px;border:1px solid #e2e8f0;border-radius:10px;padding:8px 10px;background:#f8fbff}.teamMemberSelectorHead{display:flex;justify-content:space-between;align-items:baseline;gap:6px;flex-wrap:wrap}.teamMemberSelectorHint{font-size:.72rem;color:#64748b}.teamMemberSelectorList{list-style:none;padding:0;margin:0;display:grid;gap:2px;max-height:260px;overflow:auto}.teamMemberSelectorRow{display:grid;grid-template-columns:48px minmax(0,1fr) 64px;align-items:center;gap:6px;padding:4px 6px;border-radius:6px}.teamMemberSelectorRow:nth-child(2n){background:#f1f5f9}.teamMemberSelectorRowHead{font-size:.72rem;color:#64748b;font-weight:600;background:transparent!important}.teamMemberSelectorName{font-size:.85rem;color:#1f2937;word-break:break-word}.teamMemberSelectorName small{color:#64748b;font-size:.72rem;margin-left:4px}.notificationBell{position:relative;display:inline-flex}.notificationBellButton{position:relative;display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;border-radius:50%;background:#fff;border:1px solid #dbe5f4;cursor:pointer;font-size:18px;line-height:1;transition:background .15s ease,box-shadow .15s ease}.notificationBellButton:hover{background:#f1f5f9;box-shadow:0 2px 6px #0f172a1f}.notificationBellIcon{pointer-events:none}.notificationBellBadge{position:absolute;top:-4px;right:-4px;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:#dc2626;color:#fff;font-size:10px;font-weight:700;line-height:18px;text-align:center;box-shadow:0 0 0 2px #fff;pointer-events:none}.notificationDropdown{position:absolute;top:calc(100% + 8px);right:0;z-index:80;width:min(360px,calc(100vw - 24px));max-height:480px;overflow:hidden;background:#fff;border:1px solid #dbe5f4;border-radius:12px;box-shadow:0 18px 36px #0f172a38;display:flex;flex-direction:column}.notificationDropdownHead{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:10px 12px;border-bottom:1px solid #e2e8f0;background:#f8fbff}.notificationDropdownHead strong{font-size:.9rem}.notificationDropdownHeadActions{display:inline-flex;gap:4px}.notificationDropdownHeadActions .ghost{font-size:.72rem;padding:3px 8px}.notificationDropdownError{margin:6px 12px 0;font-size:.78rem}.notificationDropdownList{list-style:none;padding:0;margin:0;overflow-y:auto;max-height:400px}.notificationDropdownEmpty{padding:24px 14px;text-align:center;color:#64748b;font-size:.82rem}.notificationDropdownItem{border-bottom:1px solid #eef2f9}.notificationDropdownItem:last-child{border-bottom:0}.notificationDropdownItem.unread{background:#eff6ff}.notificationDropdownItemButton{display:flex;align-items:flex-start;gap:10px;width:100%;padding:10px 12px;background:transparent;border:0;text-align:left;cursor:pointer}.notificationDropdownItemButton:hover{background:#bfdbfe59}.notificationDropdownItem.read .notificationDropdownItemButton:hover{background:#f1f5f9}.notificationDropdownItemIcon{flex:0 0 auto;font-size:16px;line-height:1.2;padding-top:2px}.notificationDropdownItemBody{display:grid;gap:2px;min-width:0}.notificationDropdownItemTitle{font-size:.84rem;font-weight:600;color:#1e293b}.notificationDropdownItem.unread .notificationDropdownItemTitle{color:#1d4ed8}.notificationDropdownItemMessage{font-size:.78rem;color:#475569;white-space:pre-wrap;word-break:break-word}.notificationDropdownItemTime{font-size:.7rem;color:#94a3b8;margin-top:2px}.topTools .notificationBell{flex:0 0 auto}.topTools .notificationBellButton{width:36px;height:36px;padding:0;flex:0 0 auto}@media(max-width:1180px){.page{padding:16px}.topbar{padding:12px 14px}.card{padding:12px}}@media(max-width:980px){.page{padding:14px}.topbar{padding:10px 12px;gap:10px}.topTools .notificationBell{justify-self:start}.topTools .notificationBellButton{width:36px;height:36px}.card{padding:11px;border-radius:14px}}@media(max-width:768px){.page{padding:12px}.topbar{padding:10px;gap:8px;border-radius:12px}.card{padding:10px;border-radius:12px}.topTools{gap:6px}.topTools button{padding:8px 10px;font-size:.84rem}.topTools input{padding:8px 10px;font-size:.88rem}.hrMispackTableWrap,.employeeTableWrap{-webkit-overflow-scrolling:touch}.hrMispackTable{min-width:640px}.teamEditorOverlay{padding:0;align-items:stretch}.teamEditorModal{width:100%;max-height:100vh;border-radius:0}.teamEditorForm{padding:10px 12px 12px}.teamCard{padding:9px 10px}.teamCardActions{flex-wrap:wrap}.notificationDropdown,.notificationBellFab .notificationDropdown{position:fixed;inset:56px 8px auto;width:auto;max-height:70vh}.sideSection{padding:10px}.sideSectionHead h3,.sideSection h3{font-size:.94rem}.form button,.actions button{min-height:38px}}@media(max-width:480px){.topbarBrandBlock p{display:none}.topbarBrandBlock .brandLogoText strong{font-size:.86rem}.topTools input{font-size:.84rem}.topTools button{font-size:.78rem;padding:8px 9px}.eventEditorModalHead h3{font-size:1rem}.notificationDropdown,.notificationBellFab .notificationDropdown{top:52px;left:6px;right:6px}.teamEditorHead h3{font-size:.95rem}.employeeListHead h3{font-size:.94rem}}.mobileMonthView{width:100%}.mobileMonthGrid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:2px;background:#e2e8f0;border:1px solid #cbd5e1;border-radius:10px;overflow:hidden}.mobileMonthCell{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:4px;padding:6px 2px 4px;aspect-ratio:1 / 1.15;min-height:52px;background:#fff;border:0;font-family:inherit;color:#0f172a;cursor:pointer;transition:background-color .15s ease;overflow:hidden;-webkit-tap-highlight-color:rgba(59,130,246,.18)}.mobileMonthCell:hover,.mobileMonthCell:focus-visible{background:#f1f5f9;outline:none}.mobileMonthCell.muted{color:#94a3b8;background:#f8fafc}.mobileMonthCell.sun .mobileMonthDateNum{color:#dc2626}.mobileMonthCell.sat .mobileMonthDateNum{color:#1d4ed8}.mobileMonthCell.muted.sun .mobileMonthDateNum,.mobileMonthCell.muted.sat .mobileMonthDateNum{opacity:.65}.mobileMonthDateNum{font-size:.78rem;font-weight:600;line-height:1;min-width:22px;min-height:22px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:0 4px}.mobileMonthCell.today .mobileMonthDateNum{background:#2563eb;color:#fff;box-shadow:0 2px 4px #2563eb59}.mobileMonthCell.selected:not(.today) .mobileMonthDateNum{background:#dbeafe;color:#1d4ed8}.mobileMonthIndicator{display:inline-flex;align-items:center;gap:3px;margin-top:2px;line-height:1}.mobileMonthDots{display:inline-flex;align-items:center;gap:3px}.mobileMonthDot{display:inline-block;width:6px;height:6px;border-radius:999px;background:#2563eb}.mobileMonthMore{font-size:.6rem;color:#475569;font-weight:700;line-height:1}.mobileMonthLeaveTag,.mobileMonthLowStaffTag{position:absolute;top:3px;right:3px;font-size:.55rem;padding:1px 4px;border-radius:999px;font-weight:700;line-height:1.2}.mobileMonthLeaveTag{background:#fef3c7;color:#92400e}.mobileMonthLowStaffTag{background:#fee2e2;color:#b91c1c;top:3px;left:3px;right:auto}@media(max-width:768px){.weekdayRow{gap:2px;margin-bottom:4px;font-size:.76rem}.weekdayRow div{padding:3px 0}}@media(max-width:380px){.mobileMonthDateNum{font-size:.72rem;min-width:20px;min-height:20px}.mobileMonthDot{width:5px;height:5px}.mobileMonthCell{padding:4px 2px 3px}}.eventAttachmentPanel{border:1px solid #dbeafe;border-radius:12px;background:#f8fbff;padding:12px;display:grid;gap:10px}.eventAttachmentHead{display:flex;align-items:baseline;justify-content:space-between;gap:8px;flex-wrap:wrap}.eventAttachmentHead h4{margin:0;font-size:.95rem}.eventAttachmentHead h4 small{color:#64748b;font-weight:500;font-size:.78rem;margin-left:4px}.eventAttachmentHint{color:#64748b;font-size:.75rem}.eventAttachmentDrop{display:flex;align-items:center;gap:10px;border:1.5px dashed #93c5fd;border-radius:10px;padding:10px 12px;background:#fff;color:#475569;font-size:.82rem;transition:border-color .15s ease,background .15s ease;flex-wrap:wrap}.eventAttachmentDrop.dragOver{border-color:#2563eb;background:#eff6ff}.eventAttachmentDrop.busy{opacity:.75}.eventAttachmentDrop button{padding:6px 12px;background:#2563eb;color:#fff;border:0;border-radius:8px;font-size:.84rem;cursor:pointer}.eventAttachmentDrop button:disabled{background:#94a3b8;cursor:not-allowed}.eventAttachmentProgress{flex-basis:100%;height:6px;border-radius:999px;background:#e2e8f0;overflow:hidden}.eventAttachmentProgressBar{height:100%;background:linear-gradient(90deg,#3b82f6,#2563eb);transition:width .25s ease}.eventAttachmentList{list-style:none;padding:0;margin:0;display:grid;gap:6px}.eventAttachmentItem{display:grid;grid-template-columns:28px minmax(0,1fr) auto;align-items:center;gap:10px;padding:8px 10px;background:#fff;border:1px solid #e2e8f0;border-radius:10px}.eventAttachmentIcon{font-size:18px;text-align:center}.eventAttachmentBody{min-width:0;display:grid;gap:2px}.eventAttachmentName{font-size:.86rem;color:#1e293b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.eventAttachmentMeta{font-size:.72rem;color:#64748b}.eventAttachmentActions{display:inline-flex;gap:4px}.eventAttachmentActions button{padding:4px 8px;font-size:.75rem;white-space:nowrap}@media(max-width:520px){.eventAttachmentItem{grid-template-columns:24px minmax(0,1fr)}.eventAttachmentActions{grid-column:1 / -1;justify-self:end}}.quickNoteFab{position:fixed;right:18px;bottom:146px;z-index:85;width:52px;height:52px;border-radius:50%;border:0;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;font-size:22px;cursor:pointer;box-shadow:0 10px 22px #1d4ed859;transition:transform .15s ease,box-shadow .15s ease}.reportManagementFab{position:fixed;right:18px;bottom:332px;z-index:85;width:52px;height:52px;border-radius:50%;border:0;background:#0f6e56;color:#e1f5ee;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 10px 22px #0f6e5666;transition:transform .15s ease,box-shadow .15s ease}.reportManagementFab:hover,.reportManagementFab:focus-visible{transform:translateY(-2px);box-shadow:0 14px 28px #0f6e5680;background:#0b5a46;outline:none}.sidePanelFab{position:fixed;right:18px;bottom:270px;z-index:85;width:52px;height:52px;border-radius:50%;border:0;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;font-size:22px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 10px 22px #d9770666;transition:transform .15s ease,box-shadow .15s ease}.sidePanelFab:hover,.sidePanelFab:focus-visible{transform:translateY(-2px);box-shadow:0 14px 28px #d9770680;outline:none}.operationManualFab{position:fixed;right:18px;bottom:84px;z-index:85;width:52px;height:52px;border-radius:50%;border:0;background:#26215c;color:#eeedfe;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 10px 22px #26215c66;transition:transform .15s ease,box-shadow .15s ease}.operationManualFab:hover,.operationManualFab:focus-visible{transform:translateY(-2px);box-shadow:0 14px 28px #26215c80;outline:none;background:#1e1a4a}.operationManualOverlay{position:fixed;inset:0;z-index:94;background:#0f172a80;display:flex;justify-content:flex-end;padding:14px}.operationManualDrawer{width:min(960px,calc(100vw - 28px));max-height:calc(100vh - 28px);background:#fff;border:1px solid #dbe5f4;border-radius:16px;box-shadow:0 24px 48px #0f172a42;display:grid;grid-template-rows:auto 1fr;overflow:hidden}.operationManualDrawerHead{display:flex;justify-content:space-between;align-items:flex-start;gap:10px;padding:12px 14px;border-bottom:1px solid #e2e8f0;background:linear-gradient(180deg,#fff,#eeedfe)}.operationManualDrawerHead h3{margin:0;font-size:1.02rem;color:#26215c}.operationManualDrawerHead p{margin:4px 0 0;color:#475569;font-size:.8rem}.operationManualDrawerBody{overflow-y:auto;padding:12px 14px 16px}@media(max-width:768px){.operationManualOverlay{padding:0}.operationManualDrawer{width:100%;max-height:100vh;border-radius:0}.operationManualFab{right:14px;bottom:72px;width:48px;height:48px}}.trashFab{position:fixed;right:18px;bottom:22px;z-index:85;width:52px;height:52px;border-radius:50%;border:0;background:#5f5e5a;color:#f1efe8;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 10px 22px #5f5e5a66;transition:transform .15s ease,box-shadow .15s ease}.trashFab:hover,.trashFab:focus-visible{transform:translateY(-2px);box-shadow:0 14px 28px #5f5e5a8c;background:#4a4946;outline:none}.trashOverlay{position:fixed;inset:0;z-index:96;background:#0f172a8c;display:flex;justify-content:flex-end;padding:14px}.trashDrawer{width:min(720px,calc(100vw - 28px));max-height:calc(100vh - 28px);background:#fff;border:1px solid #dbe5f4;border-radius:16px;box-shadow:0 24px 48px #0f172a42;display:grid;grid-template-rows:auto auto 1fr;overflow:hidden}.trashDrawerHead{display:flex;justify-content:space-between;align-items:flex-start;gap:10px;padding:12px 14px;border-bottom:1px solid #e2e8f0;background:linear-gradient(180deg,#fff,#f1efe8)}.trashDrawerHead h3{margin:0;font-size:1.02rem}.trashDrawerHead p{margin:4px 0 0;color:#475569;font-size:.78rem}.trashDrawerToolbar{display:flex;justify-content:space-between;align-items:center;gap:8px;padding:8px 14px;border-bottom:1px solid #e2e8f0;flex-wrap:wrap}.trashFilterTabs{display:inline-flex;gap:2px;background:#f1f5f9;padding:3px;border-radius:999px}.trashFilterTabs button{padding:5px 12px;border:0;background:transparent;color:#475569;border-radius:999px;cursor:pointer;font-size:.78rem}.trashFilterTabs button.active{background:#fff;color:#1e293b;font-weight:700;box-shadow:0 1px 3px #0f172a1a}.trashHeadActions{display:inline-flex;gap:6px}.trashList{list-style:none;padding:12px 14px 16px;margin:0;overflow-y:auto;display:grid;gap:8px}.trashEmpty{padding:24px;text-align:center;color:#94a3b8}.trashItem{display:grid;gap:4px;padding:10px 12px;background:#fff;border:1px solid #e2e8f0;border-radius:10px}.trashItemHead{display:flex;gap:6px;align-items:center;flex-wrap:wrap}.trashItemHead strong{font-size:.88rem;color:#1e293b}.trashKindBadge{font-size:.7rem;padding:2px 7px;border-radius:999px;border:1px solid transparent}.trashKindBadge--event{background:#eff6ff;border-color:#bfdbfe;color:#1d4ed8}.trashKindBadge--field{background:#fef2f2;border-color:#fecaca;color:#b91c1c}.trashImportantBadge{font-size:.7rem;padding:2px 7px;border-radius:999px;background:#fef3c7;border:1px solid #fcd34d;color:#92400e;font-weight:700}.trashItemMeta{display:grid;gap:2px;color:#475569;font-size:.78rem}.trashItemActions{display:flex;justify-content:flex-end;gap:4px;margin-top:4px}.trashItemActions button{padding:5px 12px;font-size:.78rem}@media(max-width:768px){.trashOverlay{padding:0}.trashDrawer{width:100%;max-height:100vh;border-radius:0}.trashFab{right:14px;bottom:16px;width:48px;height:48px}}.eventAttachmentImportant{color:#b45309}.eventAttachmentExpiry{color:#64748b;font-size:.72rem}.eventAttachmentExpiry.important{color:#92400e;font-weight:700}.eventAttachmentActions button.ghost.active{background:#fef3c7;border-color:#fcd34d;color:#92400e;font-weight:700}.announcementsBanner{margin:10px 0;padding:10px 12px;border:1px solid #dbe5f4;border-radius:12px;background:linear-gradient(180deg,#fff,#f8fbff);display:grid;gap:8px}.announcementsBannerHead{display:flex;align-items:center;justify-content:space-between;gap:6px;flex-wrap:wrap}.announcementsBannerHead h3{margin:0;font-size:.95rem;color:#1e293b}.announcementsBannerHead h3 small{color:#64748b;font-weight:500;font-size:.78rem;margin-left:4px}.announcementsBannerHeadActions{display:inline-flex;gap:4px}.announcementsBannerHeadActions .ghost{padding:4px 10px;font-size:.76rem}.announcementsList{list-style:none;padding:0;margin:0;display:grid;gap:6px}.announcementsEmpty{margin:0;padding:8px 6px;color:#94a3b8;font-size:.82rem}.announcementItem{padding:8px 12px 8px 14px;border-radius:8px;background:#fff;border:1px solid #e2e8f0;border-left:4px solid #cbd5e1;display:grid;gap:4px;min-width:0}.announcementItem.priority-urgent{border-left-color:#dc2626;background:#fef2f2}.announcementItem.priority-important{border-left-color:#f59e0b;background:#fffbeb}.announcementItem.priority-normal{border-left-color:#64748b}.announcementItem.pinned{box-shadow:0 0 0 1px #cbd5e1 inset}.announcementItemHead{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.announcementItemHead strong{font-size:.92rem;color:#0f172a;word-break:break-word}.announcementPriorityBadge{font-size:.7rem;padding:2px 7px;border-radius:999px;border:1px solid transparent;font-weight:700}.announcementPriorityBadge.priority-urgent{background:#fee2e2;border-color:#fecaca;color:#b91c1c}.announcementPriorityBadge.priority-important{background:#fef3c7;border-color:#fcd34d;color:#92400e}.announcementPriorityBadge.priority-normal{background:#f1f5f9;border-color:#cbd5e1;color:#334155}.announcementPinned{font-size:.7rem;padding:2px 7px;border-radius:999px;background:#eff6ff;color:#1d4ed8;border:1px solid #bfdbfe}.announcementItemContent{margin:0;color:#1f2937;font-size:.86rem;line-height:1.5;white-space:pre-wrap;word-break:break-word}.announcementItemMeta{color:#64748b;font-size:.72rem}.announcementMoreRow button{width:100%;padding:6px 10px;background:transparent;border:1px dashed #cbd5e1;border-radius:8px;color:#475569;font-size:.78rem;cursor:pointer}.announcementMoreRow button:hover{background:#f1f5f9}.announcementsAdminOverlay{position:fixed;inset:0;z-index:97;background:#0f172a80;display:flex;justify-content:flex-end;padding:14px}.announcementsAdminDrawer{width:min(720px,calc(100vw - 28px));max-height:calc(100vh - 28px);background:#fff;border:1px solid #dbe5f4;border-radius:14px;box-shadow:0 24px 48px #0f172a42;display:grid;grid-template-rows:auto auto auto 1fr;overflow:hidden}.announcementsAdminHead{display:flex;justify-content:space-between;align-items:flex-start;gap:10px;padding:12px 14px;border-bottom:1px solid #e2e8f0;background:linear-gradient(180deg,#fff,#fffbeb)}.announcementsAdminHead h3{margin:0;font-size:1rem}.announcementsAdminHead p{margin:4px 0 0;color:#475569;font-size:.78rem}.announcementsAdminForm{padding:12px 14px;display:grid;gap:8px;border-bottom:1px solid #e2e8f0}.announcementsAdminFormRow{display:grid;grid-template-columns:1fr 1fr 1fr;gap:8px}.announcementsAdminListHead{display:flex;justify-content:space-between;align-items:center;gap:6px;padding:10px 14px;border-bottom:1px solid #e2e8f0;flex-wrap:wrap}.announcementsAdminFilter{display:inline-flex;gap:4px;flex-wrap:wrap}.announcementsAdminFilter button{padding:4px 10px;border-radius:999px;border:1px solid #cbd5e1;background:#fff;color:#475569;font-size:.76rem;cursor:pointer}.announcementsAdminFilter button.active{background:#1d4ed8;color:#fff;border-color:#1d4ed8}.announcementsAdminList{list-style:none;margin:0;padding:12px 14px 16px;overflow-y:auto;display:grid;gap:8px}.announcementsAdminEmpty{padding:20px;text-align:center;color:#94a3b8}.announcementsAdminItem{padding:10px 12px;border-radius:10px;border:1px solid #e2e8f0;border-left:4px solid #cbd5e1;background:#fff;display:grid;gap:4px}.announcementsAdminItem.priority-urgent{border-left-color:#dc2626;background:#fef2f2}.announcementsAdminItem.priority-important{border-left-color:#f59e0b;background:#fffbeb}.announcementsAdminItemHead{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.announcementsAdminItemHead strong{font-size:.92rem}.announcementsAdminItemContent{margin:0;font-size:.84rem;color:#334155;white-space:pre-wrap;word-break:break-word}.announcementsAdminItemMeta{font-size:.72rem;color:#64748b}.announcementsAdminItemActions{display:flex;gap:4px;justify-content:flex-end;margin-top:4px}.announcementsAdminItemActions button{padding:4px 10px;font-size:.76rem}@media(max-width:768px){.announcementsAdminOverlay{padding:0}.announcementsAdminDrawer{width:100%;max-height:100vh;border-radius:0}.announcementsAdminFormRow{grid-template-columns:1fr}}.quickNoteFab:hover,.quickNoteFab:focus-visible{transform:translateY(-2px);box-shadow:0 14px 28px #1d4ed86b;outline:none}.quickNoteDrawerOverlay{position:fixed;inset:0;z-index:92;background:#0f172a73;display:flex;justify-content:flex-end;padding:14px}.quickNoteDrawer{width:min(880px,calc(100vw - 28px));max-height:calc(100vh - 28px);background:#fff;border:1px solid #dbe5f4;border-radius:16px;box-shadow:0 24px 48px #0f172a42;display:grid;grid-template-rows:auto 1fr;overflow:hidden}.quickNoteDrawerHead{display:flex;justify-content:space-between;align-items:flex-start;gap:10px;padding:12px 14px;border-bottom:1px solid #e2e8f0;background:linear-gradient(180deg,#fff,#f8fbff)}.quickNoteDrawerHead h3{margin:0;font-size:1.02rem}.quickNoteDrawerHead p{margin:4px 0 0;color:#475569;font-size:.78rem}.quickNoteDrawerBody{display:grid;grid-template-columns:minmax(0,300px) minmax(0,1fr);gap:0;overflow:hidden}.quickNoteListPane{border-right:1px solid #e2e8f0;background:#f8fbff;display:grid;grid-template-rows:auto 1fr;min-width:0;overflow:hidden}.quickNoteListToolbar{display:grid;grid-template-columns:1fr auto auto;gap:6px;padding:10px;background:#fff;border-bottom:1px solid #e2e8f0}.quickNoteListToolbar input{border:1px solid #cbd5e1;border-radius:8px;padding:6px 9px;font-size:.84rem}.quickNoteListToolbar button{padding:6px 10px;font-size:.82rem;border-radius:8px;background:#2563eb;color:#fff;border:0;cursor:pointer}.quickNoteListToolbar button.ghost{background:#fff;color:#334155;border:1px solid #cbd5e1}.quickNoteList{list-style:none;padding:4px;margin:0;overflow-y:auto}.quickNoteListItem button{display:grid;gap:3px;width:100%;padding:8px 10px;text-align:left;background:transparent;border:0;border-radius:10px;cursor:pointer}.quickNoteListItem button:hover{background:#eef4ff}.quickNoteListItem.active button{background:#dbeafe}.quickNoteItemHead{display:inline-flex;align-items:center;gap:6px}.quickNoteItemHead strong{font-size:.88rem;color:#1e293b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.quickNoteItemIcon{font-size:14px}.quickNoteItemMeta{color:#64748b;font-size:.72rem}.quickNoteItemPreview{color:#475569;font-size:.76rem;line-height:1.35;max-height:2.6em;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.quickNoteEmpty{padding:16px;color:#94a3b8;font-size:.82rem;text-align:center}.quickNoteEditorPane{display:grid;grid-template-rows:auto 1fr auto auto;padding:12px;gap:8px;min-width:0}.quickNoteEditorHead{display:grid;gap:6px}.quickNoteEditorHead input[type=text]{border:1px solid #cbd5e1;border-radius:8px;padding:8px 10px;font-size:.92rem}.quickNoteTypeGroup{display:flex;align-items:center;gap:10px;flex-wrap:wrap;font-size:.82rem}.quickNoteTypeGroup select{border:1px solid #cbd5e1;border-radius:8px;padding:5px 8px;font-size:.82rem}.quickNoteContent{border:1px solid #cbd5e1;border-radius:10px;padding:10px;font-family:inherit;font-size:.88rem;resize:vertical;min-height:220px;background:#fff}.quickNoteEditorFooter{display:flex;justify-content:space-between;align-items:center;gap:10px;flex-wrap:wrap}.quickNoteSaveState{color:#475569;font-size:.78rem}.quickNoteFooterActions{display:inline-flex;gap:6px}.quickNoteFooterActions button{padding:7px 12px;font-size:.84rem;border-radius:8px;background:#2563eb;color:#fff;border:0;cursor:pointer}.quickNoteFooterActions button.ghost{background:#fff;color:#334155;border:1px solid #cbd5e1}.quickNoteFooterActions button.ghost.danger{color:#b91c1c;border-color:#fecaca}.quickNoteReadOnlyHint{margin:0;color:#475569;font-size:.78rem}.instructionChipList{margin-top:4px;display:grid;gap:3px}.instructionChipRow{display:flex;align-items:center;gap:4px;width:100%;padding:3px 6px;border-radius:6px;border:1px solid #fed7aa;background:#fff7ed;color:#9a3412;font-size:.74rem;line-height:1.2;text-align:left;cursor:pointer;min-width:0}.instructionChipRow:hover{background:#ffedd5}.instructionChipRow.done{border-color:#bbf7d0;background:#ecfdf5;color:#166534;text-decoration:line-through;text-decoration-color:#16653480}.instructionChipIcon{font-size:12px;flex:0 0 auto}.instructionChipTitle{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:600}.instructionChipMore{font-size:.68rem;color:#9a3412;padding-left:6px}.mobileMonthInstruction{position:absolute;bottom:2px;right:3px;font-size:9px;padding:1px 4px;border-radius:999px;background:#fed7aa;color:#9a3412;font-weight:700;line-height:1.2;pointer-events:none}.mobileMonthInstruction.done{background:#bbf7d0;color:#166534}.instructionSheetOverlay{position:fixed;inset:0;z-index:95;background:#0f172a80;display:flex;align-items:center;justify-content:center;padding:14px}.instructionSheet{width:min(480px,calc(100vw - 28px));max-height:calc(100vh - 28px);overflow-y:auto;background:#fff;border:1px solid #dbe5f4;border-radius:14px;box-shadow:0 26px 52px #0f172a40;padding:14px;display:grid;gap:10px}.instructionSheetHead{display:flex;justify-content:space-between;align-items:flex-start;gap:10px}.instructionSheetTitleRow{display:flex;gap:8px;align-items:flex-start;min-width:0}.instructionSheetIcon{font-size:22px;flex:0 0 auto}.instructionSheetTitleRow strong{font-size:1rem;line-height:1.3;display:block}.instructionSheetTargetLine{margin:3px 0 0;color:#475569;font-size:.8rem}.instructionSheetMeta{display:flex;flex-wrap:wrap;align-items:center;gap:6px 12px;color:#475569;font-size:.8rem}.instructionSheetBadge{display:inline-flex;align-items:center;padding:2px 8px;border-radius:999px;font-weight:700;font-size:.78rem;border:1px solid transparent}.instructionSheetBadge.pending{background:#fff7ed;border-color:#fed7aa;color:#9a3412}.instructionSheetBadge.upcoming{background:#eff6ff;border-color:#bfdbfe;color:#1d4ed8}.instructionSheetBadge.today{background:#fef3c7;border-color:#fcd34d;color:#92400e}.instructionSheetBadge.overdue{background:#fee2e2;border-color:#fecaca;color:#b91c1c}.instructionSheetBadge.done{background:#ecfdf5;border-color:#bbf7d0;color:#166534}.instructionSheetBody{border-top:1px solid #e2e8f0;padding-top:8px}.instructionSheetBody h5{margin:0 0 6px;font-size:.85rem;color:#334155}.instructionSheetBody p{margin:0;white-space:pre-wrap;color:#1f2937;font-size:.88rem;line-height:1.5}.instructionSheetCompleted{margin:0;color:#166534;font-size:.82rem;background:#ecfdf5;border:1px solid #bbf7d0;padding:6px 10px;border-radius:8px}.instructionSheetActions{display:flex;justify-content:flex-end;gap:6px;border-top:1px solid #e2e8f0;padding-top:8px}.instructionSheetActions button{padding:7px 14px;border-radius:8px;background:#2563eb;color:#fff;border:0;font-size:.88rem;cursor:pointer}.instructionSheetActions button.ghost{background:#fff;color:#334155;border:1px solid #cbd5e1}.instructionSheetHeadActions{display:flex;flex-wrap:wrap;gap:6px;align-items:center;flex-shrink:0}.instructionSheetHeadActions button.ghost.danger{color:#b91c1c;border-color:#fecaca}.instructionSheetHeadActions button.ghost.danger:hover:not(:disabled){background:#fee2e2}.instructionSheetEditForm{display:flex;flex-direction:column;gap:10px;margin-top:12px;padding:12px;border:1px solid #dbeafe;border-radius:10px;background:#f8fbff}.instructionSheetEditForm label{display:flex;flex-direction:column;gap:4px;font-size:.82rem;color:#334155}.instructionSheetEditForm textarea,.instructionSheetEditForm input,.instructionSheetEditForm select{padding:8px 10px;border:1px solid #cbd5e1;border-radius:8px;font-size:.9rem;font-family:inherit;background:#fff}.instructionSheetEditForm textarea{resize:vertical}.instructionSheetEditFormRow{display:grid;grid-template-columns:1fr 1fr;gap:10px}.instructionSheetEditHint{margin:0;color:#64748b;font-size:.75rem}@media(max-width:480px){.instructionSheetEditFormRow{grid-template-columns:1fr}}.fieldReportFab{position:fixed;right:18px;bottom:208px;z-index:85;width:52px;height:52px;border-radius:50%;border:0;background:linear-gradient(135deg,#ef4444,#b91c1c);color:#fff;font-size:22px;cursor:pointer;box-shadow:0 10px 22px #b91c1c59;transition:transform .15s ease,box-shadow .15s ease}.fieldReportFab:hover,.fieldReportFab:focus-visible{transform:translateY(-2px);box-shadow:0 14px 28px #b91c1c6b;outline:none}.fieldReportOverlay{position:fixed;inset:0;z-index:93;background:#0f172a80;display:flex;justify-content:flex-end;padding:14px}.fieldReportDrawer{width:min(720px,calc(100vw - 28px));max-height:calc(100vh - 28px);background:#fff;border:1px solid #dbe5f4;border-radius:16px;box-shadow:0 24px 48px #0f172a42;display:grid;grid-template-rows:auto auto 1fr;overflow:hidden}.fieldReportHead{display:flex;justify-content:space-between;align-items:flex-start;gap:10px;padding:12px 14px;border-bottom:1px solid #e2e8f0;background:linear-gradient(180deg,#fff,#fef2f2)}.fieldReportHead h3{margin:0;font-size:1.02rem}.fieldReportHead p{margin:4px 0 0;color:#475569;font-size:.78rem}.fieldReportTabs{display:flex;gap:2px;padding:6px 10px;border-bottom:1px solid #e2e8f0;background:#fff}.fieldReportTabs button{padding:6px 14px;border:0;background:transparent;color:#475569;border-radius:999px;cursor:pointer;font-size:.85rem}.fieldReportTabs button.active{background:#fef2f2;color:#b91c1c;font-weight:700}.fieldReportBody{overflow-y:auto;padding:12px 14px 16px}.fieldReportForm{display:grid;gap:10px}.fieldReportUrgencyGroup{display:grid;gap:4px}.fieldReportUrgencyGroup>div{display:flex;gap:14px;flex-wrap:wrap}.fieldReportPhotos{border:1px dashed #fca5a5;border-radius:10px;padding:10px;background:#fff7f7;display:grid;gap:8px}.fieldReportPhotosHead{display:flex;justify-content:space-between;align-items:baseline;gap:8px}.fieldReportPhotosHead small{color:#9ca3af;font-size:.72rem}.fieldReportPhotoList{list-style:none;margin:0;padding:0;display:grid;gap:4px}.fieldReportPhotoList li{display:flex;justify-content:space-between;align-items:center;gap:6px;padding:4px 6px;background:#fff;border:1px solid #fecaca;border-radius:6px;font-size:.8rem}.fieldReportFilters{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:8px}.fieldReportFilters select,.fieldReportFilters button{padding:5px 10px;border-radius:8px;border:1px solid #cbd5e1;background:#fff;font-size:.82rem}.fieldReportList{list-style:none;padding:0;margin:0;display:grid;gap:8px}.fieldReportItem button{display:grid;grid-template-columns:56px minmax(0,1fr);gap:10px;width:100%;padding:8px 10px;background:#fff;border:1px solid #e2e8f0;border-radius:10px;text-align:left;cursor:pointer;align-items:center}.fieldReportItem.urgency-urgent button{border-color:#fecaca;background:#fef2f2}.fieldReportThumbPlaceholder{width:56px;height:56px;border-radius:8px;background:#f1f5f9;color:#475569;display:flex;align-items:center;justify-content:center;flex-direction:column;font-size:1.1rem;gap:2px;font-weight:700}.fieldReportThumbCount{font-size:.64rem;color:#475569;font-weight:500}.fieldReportItemBody{display:grid;gap:2px;min-width:0}.fieldReportItemBody strong{font-size:.88rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fieldReportItemBody small{color:#64748b;font-size:.72rem}.fieldReportBadgeRow{display:inline-flex;gap:4px;margin-top:4px;flex-wrap:wrap}.fieldReportStatusBadge,.fieldReportUrgencyBadge{display:inline-flex;align-items:center;padding:2px 7px;border-radius:999px;font-size:.72rem;font-weight:700;border:1px solid transparent}.fieldReportStatusBadge.status-open{background:#fef3c7;border-color:#fcd34d;color:#92400e}.fieldReportStatusBadge.status-acknowledged{background:#eff6ff;border-color:#bfdbfe;color:#1d4ed8}.fieldReportStatusBadge.status-in_progress{background:#eef2ff;border-color:#c7d2fe;color:#4338ca}.fieldReportStatusBadge.status-resolved{background:#ecfdf5;border-color:#bbf7d0;color:#166534}.fieldReportUrgencyBadge.urgency-low{background:#f1f5f9;border-color:#cbd5e1;color:#334155}.fieldReportUrgencyBadge.urgency-normal{background:#eff6ff;border-color:#bfdbfe;color:#1d4ed8}.fieldReportUrgencyBadge.urgency-urgent{background:#fee2e2;border-color:#fecaca;color:#b91c1c}.fieldReportDetail{display:grid;gap:10px}.fieldReportDetailHead{display:flex;justify-content:space-between;align-items:flex-start;gap:8px;flex-wrap:wrap}.fieldReportDetailHead h4{margin:0;font-size:1rem;line-height:1.3}.fieldReportDetailMeta{margin:3px 0 0;color:#64748b;font-size:.78rem}.fieldReportDetailDescription{margin:0;padding:10px;background:#f8fafc;border-radius:8px;white-space:pre-wrap;color:#1f2937;font-size:.88rem;line-height:1.5}.fieldReportAttachments{display:flex;flex-wrap:wrap;gap:6px}.fieldReportAttachment{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;background:#fff;border:1px solid #cbd5e1;border-radius:8px;font-size:.82rem;color:#1f2937;cursor:pointer}.fieldReportAttachment small{color:#94a3b8;font-size:.72rem}.fieldReportStatusActions{display:grid;gap:4px;padding:10px;background:#f8fbff;border:1px solid #dbe5f4;border-radius:10px}.fieldReportStatusActions>div{display:flex;gap:4px;flex-wrap:wrap}.fieldReportStatusActions button.active{background:#dbeafe;color:#1d4ed8;border-color:#93c5fd}@media(max-width:768px){.fieldReportOverlay{padding:0}.fieldReportDrawer{width:100%;max-height:100vh;border-radius:0}.fieldReportFab{bottom:184px;right:14px;width:48px;height:48px;font-size:20px}.reportManagementFab{bottom:296px;right:14px;width:48px;height:48px}.sidePanelFab{bottom:240px;right:14px;width:48px;height:48px;font-size:20px}.notificationBellFab{bottom:352px;right:14px}.notificationBellFab .notificationBellButton{width:48px;height:48px}}.commentSection{border:1px solid #dbe5f4;border-radius:12px;background:#f8fbff;padding:10px 12px;display:grid;gap:8px;margin-top:8px}.commentSectionHead{display:flex;align-items:baseline;justify-content:space-between;gap:6px}.commentSectionHead h5{margin:0;font-size:.9rem}.commentSectionHead h5 small{color:#64748b;font-weight:500;font-size:.76rem;margin-left:4px}.commentSectionHead .ghost{padding:3px 8px;font-size:.72rem}.commentList{list-style:none;padding:0;margin:0;display:grid;gap:6px;max-height:360px;overflow-y:auto}.commentEmpty{color:#94a3b8;font-size:.82rem;padding:10px;text-align:center}.commentItem{padding:8px 10px;background:#fff;border:1px solid #e2e8f0;border-radius:10px;display:grid;gap:4px;min-width:0}.commentItem.mine{background:#eff6ff;border-color:#bfdbfe}.commentItemHead{display:flex;justify-content:space-between;align-items:baseline;gap:6px}.commentItemHead strong{font-size:.84rem;color:#1e293b}.commentItemHead small{color:#64748b;font-size:.72rem}.commentContent{margin:0;font-size:.88rem;color:#1f2937;line-height:1.4;white-space:pre-wrap;word-break:break-word}.commentItemActions{display:flex;gap:4px;justify-content:flex-end}.commentItemActions button{padding:3px 8px;font-size:.72rem}.commentEdit{display:grid;gap:6px}.commentEdit textarea{width:100%;border:1px solid #cbd5e1;border-radius:8px;padding:6px 8px;font-family:inherit;font-size:.85rem;resize:vertical}.commentEditActions{display:flex;gap:4px;justify-content:flex-end}.commentEditActions button{padding:4px 10px;font-size:.78rem}.commentForm{display:grid;grid-template-columns:1fr auto;gap:6px;align-items:end}.commentForm textarea{width:100%;border:1px solid #cbd5e1;border-radius:8px;padding:8px 10px;font-family:inherit;font-size:.9rem;resize:vertical;background:#fff}.commentForm button{padding:8px 14px;border-radius:8px;background:#2563eb;color:#fff;border:0;cursor:pointer;font-size:.85rem;align-self:end}.commentForm button:disabled{background:#94a3b8;cursor:not-allowed}@media(max-width:520px){.commentForm{grid-template-columns:1fr}.commentForm button{justify-self:end}}.employeePicker{position:relative;display:grid;gap:3px}.employeePickerInputWrap{position:relative;display:flex;align-items:center}.employeePickerInputWrap input{width:100%;padding:7px 30px 7px 10px;border:1px solid #cbd5e1;border-radius:8px;background:#fff;font-size:.88rem}.employeePickerInputWrap input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 2px #2563eb26}.employeePickerCaret{position:absolute;right:10px;color:#94a3b8;pointer-events:none;font-size:.75rem}.employeePickerClear{position:absolute;right:6px;width:20px;height:20px;border-radius:50%;background:#94a3b833;color:#475569;border:0;font-size:14px;cursor:pointer;padding:0;line-height:1}.employeePickerClear:hover{background:#94a3b866}.employeePickerDropdown{position:absolute;top:calc(100% + 2px);left:0;right:0;z-index:60;list-style:none;padding:4px;margin:0;max-height:260px;overflow-y:auto;background:#fff;border:1px solid #cbd5e1;border-radius:10px;box-shadow:0 14px 28px #0f172a2e}.employeePickerItem{padding:7px 10px;border-radius:8px;cursor:pointer;display:grid;gap:2px}.employeePickerItem.active,.employeePickerItem:hover{background:#eff6ff}.employeePickerItem strong{font-size:.88rem;color:#1e293b}.employeePickerItem small{font-size:.72rem;color:#64748b}.employeePickerEmpty{padding:10px;color:#94a3b8;font-size:.82rem;text-align:center}.employeePickerHint{color:#94a3b8;font-size:.7rem;padding-left:2px}.fieldReportPhotoButtons{display:flex;gap:6px;flex-wrap:wrap}.fieldReportPhotoButtons button{padding:8px 14px;border-radius:8px;background:#ef4444;color:#fff;border:0;font-size:.85rem;cursor:pointer}.fieldReportPhotoButtons button.ghost{background:#fff;color:#334155;border:1px solid #cbd5e1}.fieldReportPhotoButtons button:disabled{background:#94a3b8;cursor:not-allowed}.fieldReportStagedGrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(90px,1fr));gap:6px}.fieldReportStagedItem{position:relative;border:1px solid #fecaca;border-radius:8px;overflow:hidden;background:#fff;display:flex;flex-direction:column}.fieldReportStagedThumb{width:100%;height:90px;object-fit:cover;cursor:zoom-in}.fieldReportStagedRemove{position:absolute;top:2px;right:2px;width:22px;height:22px;border-radius:50%;border:0;background:#0f172abf;color:#fff;font-size:14px;cursor:pointer;padding:0;line-height:1}.fieldReportStagedItem small{padding:3px 6px;font-size:.68rem;color:#64748b;text-align:center}.fieldReportAttachmentGrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:8px}.fieldReportAttachmentImageItem{position:relative;border:1px solid #e2e8f0;border-radius:10px;overflow:hidden;background:#fff}.fieldReportAttachmentImage{width:100%;height:140px;object-fit:cover;cursor:zoom-in;display:block;background:#f1f5f9}.fieldReportAttachmentImageError,.fieldReportAttachmentImageLoading{width:100%;height:140px;display:flex;align-items:center;justify-content:center;color:#94a3b8;background:#f1f5f9;font-size:1.4rem}.fieldReportAttachmentOverlay{position:absolute;left:0;right:0;bottom:0;padding:4px 6px;background:linear-gradient(180deg,#0000,#0f172acc);color:#fff;font-size:.72rem;display:flex;justify-content:space-between;align-items:center;gap:6px}.fieldReportAttachmentOverlay button.ghost{padding:2px 8px;font-size:.7rem;background:#ffffffe6;color:#0f172a;border-radius:6px;border:0}.imageLightboxOverlay{position:fixed;inset:0;z-index:120;background:#000000e0;display:flex;align-items:center;justify-content:center;padding:20px}.imageLightboxClose,.imageLightboxNav{position:absolute;background:#ffffff1a;color:#fff;border:0;width:44px;height:44px;border-radius:50%;font-size:24px;cursor:pointer;display:flex;align-items:center;justify-content:center}.imageLightboxClose{top:16px;right:16px}.imageLightboxNav.prev{left:16px;top:50%;transform:translateY(-50%)}.imageLightboxNav.next{right:16px;top:50%;transform:translateY(-50%)}.imageLightboxFigure{max-width:90vw;max-height:90vh;margin:0;display:grid;gap:6px;justify-items:center}.imageLightboxFigure img{max-width:90vw;max-height:85vh;object-fit:contain;border-radius:8px}.imageLightboxFigure figcaption{color:#e2e8f0;font-size:.85rem;text-align:center}.imageLightboxCounter{color:#94a3b8;font-size:.75rem}.instructionBulkToolbar{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px 10px;margin:6px 0;border:1px solid #bfdbfe;border-radius:10px;background:#eff6ff;font-size:.84rem;color:#1d4ed8}.instructionBulkToolbar button{padding:6px 14px;border-radius:8px;background:#2563eb;color:#fff;border:0;font-size:.85rem;cursor:pointer}.instructionBulkToolbar button:disabled{background:#94a3b8;cursor:not-allowed}.instructionBulkCheckbox{margin-right:6px;flex:0 0 auto}.instructionList li.bulkSelected{background:#eff6ff;border-color:#bfdbfe}.commentSheetOverlay{position:fixed;inset:0;z-index:96;background:#0f172a8c;display:flex;align-items:center;justify-content:center;padding:14px}.commentSheet{width:min(560px,calc(100vw - 28px));max-height:calc(100vh - 28px);overflow-y:auto;background:#fff;border:1px solid #dbe5f4;border-radius:14px;box-shadow:0 28px 56px #0f172a47;display:grid;grid-template-rows:auto 1fr;overflow:hidden}.commentSheetHead{display:flex;justify-content:space-between;align-items:flex-start;gap:10px;padding:12px 14px;border-bottom:1px solid #e2e8f0;background:linear-gradient(180deg,#fff,#f8fbff)}.commentSheetHead h3{margin:0;font-size:1rem}.commentSheetHead p{margin:4px 0 0;color:#475569;font-size:.82rem}.commentSheetBody{padding:12px 14px;overflow-y:auto}@media(max-width:640px){.commentSheetOverlay{padding:0;align-items:stretch}.commentSheet{width:100%;max-height:100vh;border-radius:0}}.hrQuickIssueActions{margin-top:6px;gap:6px}.hrQuickIssueActions button{padding:4px 10px;font-size:.76rem}@media(max-width:768px){.quickNoteDrawerOverlay{padding:0}.quickNoteDrawer{width:100%;max-height:100vh;border-radius:0}.quickNoteDrawerBody{grid-template-columns:1fr;grid-template-rows:auto minmax(180px,240px) 1fr}.quickNoteListPane{border-right:0;border-bottom:1px solid #e2e8f0}.quickNoteFab{right:14px;bottom:128px;width:48px;height:48px;font-size:20px}}.todayBriefHeadActions{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.todayBriefCollapseAll,.todayBriefExpandAll{padding:6px 10px;font-size:.78rem;border-radius:8px;min-height:32px}.collapsiblePanel{display:flex;flex-direction:column;transition:min-height .2s ease,max-height .2s ease,padding .2s ease}.collapsiblePanel.collapsed{min-height:0!important;max-height:none!important;padding:6px 9px!important;overflow:hidden}.collapsiblePanel .collapsiblePanelHead{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:6px}.collapsiblePanel .collapsiblePanelToggle{flex:1;display:flex;align-items:center;gap:8px;background:transparent;border:none;padding:8px 4px;min-height:44px;font-size:.9rem;font-weight:600;color:#0f172a;cursor:pointer;text-align:left;border-radius:6px}.collapsiblePanel .collapsiblePanelToggle:hover,.collapsiblePanel .collapsiblePanelToggle:focus-visible{background:#f1f5f9;outline:none}.collapsiblePanel .collapsiblePanelArrow{display:inline-flex;width:18px;height:18px;align-items:center;justify-content:center;color:#475569;font-size:.75rem;transition:transform .2s ease;flex-shrink:0}.collapsiblePanel .collapsiblePanelTitle{flex-shrink:0;font-size:.92rem;color:#0f172a}.collapsiblePanel .collapsiblePanelSummary{color:#64748b;font-size:.8rem;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0}.collapsiblePanel .collapsiblePanelSummary.hidden,.collapsiblePanel.collapsed .collapsiblePanelBody[hidden]{display:none}.collapsiblePanel.expanded>.collapsiblePanelBody{display:flex;flex-direction:column;flex:1;min-height:0;animation:collapsiblePanelReveal .22s ease}.collapsiblePanel.expanded.todayBriefCard--briefingWrap>.collapsiblePanelBody{padding:0}.todayBriefCard--briefingWrap{padding:9px;min-height:0;max-height:none;overflow:visible}.todayBriefCard--briefingWrap .todayBriefCard--reportSubmission{border:none;padding:0;min-height:0;max-height:none;overflow:visible}.todayBriefCard--briefingWrap .reportBriefingGrid{padding-bottom:12px}.todayBriefCard--briefingWrap .reportBriefingCashList,.todayBriefCard--briefingWrap .reportBriefingApprovalList,.todayBriefCard--briefingWrap .reportBriefingDocList{max-height:360px}@keyframes collapsiblePanelReveal{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.todayBriefHeadActions{gap:4px}.todayBriefCollapseAll,.todayBriefExpandAll{padding:8px 10px;min-height:40px;font-size:.76rem}.collapsiblePanel .collapsiblePanelToggle{min-height:48px;padding:10px 4px}}.reportManagementOverlay{position:fixed;inset:0;z-index:95;background:#0f172a8c;display:flex;align-items:center;justify-content:center;padding:4vh 3vw}.reportManagementDialog{width:min(1200px,80vw);height:min(880px,90vh);max-width:100%;max-height:100%;background:#fff;border:1px solid #cbd5e1;border-radius:14px;box-shadow:0 24px 48px #0f172a47;display:grid;grid-template-rows:auto auto 1fr;overflow:hidden}.reportManagementHead{display:flex;justify-content:space-between;align-items:flex-start;gap:10px;padding:14px 18px;border-bottom:1px solid #e2e8f0;background:linear-gradient(180deg,#fff,#e8f8f2)}.reportManagementHead h3{margin:0;font-size:1.05rem;color:#0f6e56}.reportManagementHead p{margin:4px 0 0;color:#475569;font-size:.82rem}.reportManagementTabs{display:flex;gap:4px;padding:10px 18px 0;border-bottom:1px solid #e2e8f0;background:#f8fafc}.reportManagementTabs button{padding:10px 16px;font-size:.86rem;font-weight:600;background:transparent;border:none;border-bottom:3px solid transparent;color:#475569;cursor:pointer;min-height:44px;border-top-left-radius:6px;border-top-right-radius:6px;transition:color .15s ease,background .15s ease,border-color .15s ease}.reportManagementTabs button:hover,.reportManagementTabs button:focus-visible{background:#fff;color:#0f6e56;outline:none}.reportManagementTabs button.active{color:#0f6e56;border-bottom-color:#0f6e56;background:#fff}.reportManagementBody{overflow-y:auto;padding:16px 18px 22px;background:#fff}.reportManagementBody .todayBriefCard,.reportManagementBody .todayBriefCard--reportSubmission,.reportManagementBody .reportSubmissionSection{border:none;padding:0;min-height:0;max-height:none;overflow:visible;background:transparent}.reportManagementBody .reportBriefingDocList,.reportManagementBody .reportBriefingApprovalList,.reportManagementBody .reportBriefingCashList{max-height:none}.instructionGroupCard{border:1px solid #c7d2fe;background:linear-gradient(180deg,#eef2ff,#f8fafc);border-radius:12px;padding:12px;display:grid;gap:8px}.instructionGroupCount{font-size:.78rem;font-weight:600;color:#4f46e5;background:#e0e7ff;padding:3px 8px;border-radius:999px;white-space:nowrap}.instructionGroupMemberList{list-style:none;padding:8px 0 0;margin:0;border-top:1px dashed #c7d2fe;display:grid;gap:4px}.instructionGroupMemberList>li{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:8px;align-items:center;padding:4px 6px;border-radius:6px;background:#fff;border:1px solid #e0e7ff;font-size:.86rem}.instructionGroupMemberList>li.completedItem{background:#f0fdf4;opacity:.78;border-color:#bbf7d0}.instructionGroupMemberActions{display:inline-flex;gap:4px}.instructionGroupMemberActions button{padding:4px 8px;font-size:.78rem}.bulkGroupEditOverlay{position:fixed;inset:0;z-index:120;background:#0f172a80;display:flex;align-items:center;justify-content:center;padding:16px}.bulkGroupEditDialog{background:#fff;border-radius:14px;box-shadow:0 20px 48px #0f172a40;width:min(520px,100%);max-height:calc(100vh - 32px);overflow:hidden;display:flex;flex-direction:column}.bulkGroupEditHead{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;padding:14px 16px;border-bottom:1px solid #e2e8f0;background:linear-gradient(180deg,#eef2ff,#f8fafc)}.bulkGroupEditHead h3{margin:0 0 4px;font-size:1rem;color:#0f172a}.bulkGroupEditHead p{margin:0;font-size:.82rem;color:#475569}.bulkGroupEditBody{padding:14px 16px 18px;overflow-y:auto;display:grid;gap:10px}.bulkGroupEditBody label{display:grid;gap:4px;font-size:.86rem;color:#334155}.bulkGroupEditBody input,.bulkGroupEditBody textarea,.bulkGroupEditBody select{padding:8px 10px;border-radius:8px;border:1px solid #cbd5e1;font-size:.9rem;font-family:inherit}.bulkGroupEditRow{display:grid;grid-template-columns:1fr 1fr;gap:10px}@media(max-width:640px){.bulkGroupEditRow{grid-template-columns:1fr}}.todayUnifiedPanel{display:grid;gap:12px;padding:12px}.todayUnifiedCard{display:grid;gap:10px;width:100%;border:1px solid #c7d2fe;background:linear-gradient(135deg,#eef2ff,#f0f9ff);border-radius:16px;padding:16px 18px;box-shadow:0 8px 20px #4f46e51f;font-family:inherit}.todayUnifiedHead--clickable{width:100%;display:flex;justify-content:space-between;align-items:flex-start;gap:12px;border:0;background:transparent;padding:0;cursor:pointer;font-family:inherit;text-align:left;color:inherit;transition:opacity .15s ease}.todayUnifiedHead--clickable:hover:not(:disabled),.todayUnifiedHead--clickable:focus-visible{opacity:.85;outline:none}.todayUnifiedHead--clickable:disabled{opacity:.6;cursor:wait}.todayUnifiedHead{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.todayUnifiedHead h3{margin:0;font-size:1.08rem;color:#0f172a}.todayUnifiedDate{margin:2px 0 0;font-size:.82rem;color:#475569}.todayUnifiedPill{font-size:.82rem;font-weight:700;color:#64748b;background:#f1f5f9;padding:5px 10px;border-radius:999px;white-space:nowrap}.todayUnifiedPill.highlight{color:#b91c1c;background:#fee2e2;box-shadow:inset 0 0 0 1px #fecaca}.todayUnifiedStats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.todayUnifiedStat{display:grid;gap:2px;padding:8px 10px;border-radius:10px;border:1px solid #e2e8f0;background:#fff;text-align:center;cursor:pointer;font-family:inherit;color:inherit;transition:transform .12s ease,border-color .12s ease,box-shadow .12s ease}.todayUnifiedStat:hover:not(:disabled),.todayUnifiedStat:focus-visible{transform:translateY(-1px);border-color:#94a3b8;box-shadow:0 4px 10px #0f172a14;outline:none}.todayUnifiedStat:disabled{opacity:.6;cursor:wait}.todayUnifiedStat em{font-style:normal;font-size:.74rem;color:#64748b}.todayUnifiedStat strong{font-size:1.15rem;font-weight:700;color:#0f172a}.todayUnifiedStat--pending strong{color:#b45309}.todayUnifiedStat--inprogress strong{color:#1d4ed8}.todayUnifiedStat--done{background:#f0fdf4;border-color:#bbf7d0}.todayUnifiedStat--done strong{color:#166534}.todayUnifiedStat--overdue strong{color:#b91c1c}.todayUnifiedBreakdown{display:flex;flex-wrap:wrap;align-items:center;gap:8px;font-size:.85rem;color:#334155;padding-top:4px;border-top:1px dashed #c7d2fe}.todayUnifiedBreakdown strong{color:#0f172a;font-weight:700;margin:0 2px}.todayUnifiedBreakdownItem{background:transparent;border:1px solid transparent;border-radius:6px;padding:3px 8px;font-size:.85rem;color:#334155;cursor:pointer;font-family:inherit;transition:background .12s ease,border-color .12s ease}.todayUnifiedBreakdownItem:hover:not(:disabled),.todayUnifiedBreakdownItem:focus-visible{background:#fff;border-color:#c7d2fe;outline:none}.todayUnifiedBreakdownTotal{color:#334155;padding:3px 2px}.todayUnifiedHint{margin:0;font-size:.76rem;color:#94a3b8;text-align:right}.todayUnifiedHint--clickable{background:transparent;border:0;padding:2px 0;cursor:pointer;font-family:inherit;font-size:.76rem;color:#4f46e5;text-align:right;font-weight:600;transition:color .15s ease}.todayUnifiedHint--clickable:hover:not(:disabled),.todayUnifiedHint--clickable:focus-visible{color:#312e81;outline:none}.todayUnifiedSecondary{display:grid;gap:8px;padding:8px 10px 6px;border-top:1px dashed #e2e8f0}.todayUnifiedSecondaryHead h4{margin:0;font-size:.88rem;color:#0f172a}.todayUnifiedSecondaryGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:6px}.todayUnifiedSecondaryItem{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:6px;padding:8px 10px;border:1px solid #e2e8f0;border-radius:10px;background:#fff;cursor:pointer;font-family:inherit;font-size:.84rem;color:#334155;text-align:left;transition:background .15s ease,border-color .15s ease}.todayUnifiedSecondaryItem:hover:not(:disabled),.todayUnifiedSecondaryItem:focus-visible{background:#f8fafc;border-color:#cbd5e1;outline:none}.todayUnifiedSecondaryIcon{font-size:1rem}.todayUnifiedSecondaryLabel{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.todayUnifiedSecondaryValue{font-weight:700;color:#0f172a}.todayUnifiedSecondaryItem--info{background:#eff6ff;border-color:#bfdbfe}.todayUnifiedSecondaryItem--warn{background:#fffbeb;border-color:#fde68a}.todayUnifiedSecondaryItem--danger{background:#fee2e2;border-color:#fecaca}@media(max-width:640px){.todayUnifiedStats{grid-template-columns:repeat(2,minmax(0,1fr))}.todayUnifiedSecondaryGrid{grid-template-columns:1fr 1fr}}.todayUnifiedModalOverlay{position:fixed;inset:0;z-index:115;background:#0f172a8c;display:flex;align-items:center;justify-content:center;padding:16px}.todayUnifiedModalDialog{background:#fff;border-radius:14px;box-shadow:0 20px 48px #0f172a47;width:min(560px,100%);max-height:calc(100vh - 32px);display:flex;flex-direction:column;overflow:hidden}.todayUnifiedModalHead{display:flex;justify-content:space-between;align-items:flex-start;padding:14px 16px;border-bottom:1px solid #e2e8f0;background:linear-gradient(180deg,#eef2ff,#f8fafc);gap:10px}.todayUnifiedModalHead h3{margin:0;font-size:1.02rem;color:#0f172a}.todayUnifiedModalHead p{margin:2px 0 0;font-size:.78rem;color:#64748b}.todayUnifiedModalTabs{display:flex;gap:6px;padding:10px 12px 0;flex-wrap:wrap;border-bottom:1px solid #e2e8f0}.todayUnifiedModalTabs button{padding:6px 10px;border-radius:8px 8px 0 0;border:1px solid transparent;border-bottom:0;background:transparent;font-size:.82rem;color:#475569;cursor:pointer;font-family:inherit}.todayUnifiedModalTabs button:hover{color:#0f172a;background:#f8fafc}.todayUnifiedModalTabs button.active{background:#fff;border-color:#e2e8f0;color:#1d4ed8;font-weight:600}.todayUnifiedModalBody{overflow-y:auto;padding:10px 14px 16px;flex:1 1 auto}.todayUnifiedTimeline{list-style:none;padding:0;margin:0;display:grid;gap:6px}.todayUnifiedTimeline>li>button{width:100%;display:grid;grid-template-columns:54px auto minmax(0,1fr) auto;align-items:center;gap:10px;padding:10px 12px;border:1px solid #e2e8f0;border-radius:10px;background:#fff;cursor:pointer;font-family:inherit;text-align:left;transition:background .15s ease,border-color .15s ease}.todayUnifiedTimeline>li>button:hover,.todayUnifiedTimeline>li>button:focus-visible{background:#f8fafc;border-color:#cbd5e1;outline:none}.todayUnifiedTimeline>li.completedItem>button{background:#f0fdf4;border-color:#bbf7d0;opacity:.82}.todayUnifiedItemTime{font-weight:600;color:#1d4ed8;font-size:.86rem;font-variant-numeric:tabular-nums}.todayUnifiedItemIcon{font-size:1.1rem}.todayUnifiedItemBody{display:grid;gap:2px;min-width:0}.todayUnifiedItemBody strong{color:#0f172a;font-size:.94rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.todayUnifiedItemBody small{color:#64748b;font-size:.78rem}@media(max-width:640px){.todayUnifiedModalOverlay{padding:0}.todayUnifiedModalDialog{width:100%;max-height:100vh;border-radius:0;max-width:100%}.todayUnifiedTimeline>li>button{grid-template-columns:44px 22px minmax(0,1fr) auto;gap:8px;padding:10px}.todayUnifiedItemBody strong{font-size:.88rem}}.instructionListBoardCard{padding:14px 16px;display:grid;gap:10px}.instructionListBoardHead{display:flex;justify-content:space-between;align-items:baseline;gap:10px}.instructionListBoardHead h3{margin:0;font-size:1rem;color:#0f172a}.instructionListBoardHead p{margin:0;font-size:.78rem;color:#64748b}.instructionListBoardSummary{display:flex;flex-wrap:wrap;gap:6px}.instructionListSummaryPill{border:1px solid #e2e8f0;background:#fff;border-radius:999px;padding:6px 12px;font-size:.82rem;color:#475569;cursor:pointer;font-family:inherit;transition:transform .12s ease,border-color .12s ease,background .12s ease}.instructionListSummaryPill strong{color:#0f172a;margin-left:4px}.instructionListSummaryPill:hover:not(:disabled),.instructionListSummaryPill:focus-visible{transform:translateY(-1px);border-color:#94a3b8;outline:none}.instructionListSummaryPill.active{border-color:#1d4ed8;background:#eff6ff;color:#1d4ed8}.instructionListSummaryPill.tone-warn,.instructionListSummaryPill.tone-warn strong{color:#9a3412}.instructionListSummaryPill.tone-today{color:#9a3412;border-color:#fdba74;background:#fff7ed}.instructionListSummaryPill.tone-today strong{color:#9a3412}.instructionListSummaryPill.tone-overdue{color:#b91c1c;border-color:#fecaca;background:#fee2e2}.instructionListSummaryPill.tone-overdue strong{color:#b91c1c}.instructionListSummaryPill.tone-active{color:#1d4ed8;border-color:#bfdbfe;background:#eff6ff}.instructionListSummaryPill.tone-active strong{color:#1d4ed8}.instructionListActiveBadge{font-size:.72rem;font-weight:700;color:#1d4ed8;background:#dbeafe;padding:3px 8px;border-radius:999px;white-space:nowrap;display:inline-flex;align-items:center;gap:3px;opacity:1}.completedItem .instructionListActiveBadge{opacity:1}.instructionListBoardToolbar{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px}.instructionListRelTabs{display:flex;flex-wrap:wrap;gap:4px}.instructionListRelTabs button{padding:6px 10px;border:1px solid #e2e8f0;border-radius:8px;background:#fff;font-size:.82rem;color:#475569;cursor:pointer;font-family:inherit;transition:border-color .12s ease,background .12s ease}.instructionListRelTabs button:hover,.instructionListRelTabs button:focus-visible{border-color:#94a3b8;outline:none}.instructionListRelTabs button.active{border-color:#1d4ed8;background:#dbeafe;color:#1d4ed8;font-weight:600}.instructionListSortLabel{display:inline-flex;align-items:center;gap:6px;font-size:.82rem;color:#475569}.instructionListSortLabel select{padding:6px 8px;border:1px solid #cbd5e1;border-radius:8px;background:#fff;font-family:inherit;font-size:.84rem;color:#0f172a}.instructionListBoardList{list-style:none;margin:0;padding:0;display:grid;gap:8px}.instructionListBoardList>li>button{width:100%;text-align:left;border:1px solid #e2e8f0;border-radius:12px;background:#fff;padding:12px 14px;cursor:pointer;display:grid;gap:6px;font-family:inherit;transition:border-color .12s ease,box-shadow .12s ease}.instructionListBoardList>li>button:hover,.instructionListBoardList>li>button:focus-visible{border-color:#94a3b8;box-shadow:0 4px 12px #0f172a14;outline:none}.instructionListBoardList>li.completedItem>button{background:#f0fdf4;border-color:#bbf7d0;opacity:.8}.instructionListItemRow1{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.instructionListItemTitle{font-size:1rem;font-weight:600;color:#0f172a;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.instructionListUnreadDot{font-size:.78rem;font-weight:700;color:#b91c1c;background:#fee2e2;padding:3px 8px;border-radius:999px}.instructionListItemRow2{display:flex;flex-wrap:wrap;gap:6px}.instructionListStatusChip,.instructionListPriorityChip,.instructionListDueBadge{font-size:.76rem;font-weight:600;padding:3px 8px;border-radius:6px}.instructionListStatusChip.status-pending{background:#e2e8f0;color:#475569}.instructionListStatusChip.status-in_progress{background:#dbeafe;color:#1d4ed8}.instructionListStatusChip.status-done{background:#dcfce7;color:#166534}.instructionListPriorityChip.priority-critical{background:#fee2e2;color:#b91c1c}.instructionListPriorityChip.priority-high{background:#fef3c7;color:#92400e}.instructionListPriorityChip.priority-normal{background:#f1f5f9;color:#475569}.instructionListPriorityChip.priority-low{background:#f8fafc;color:#94a3b8}.instructionListDueBadge.due-overdue{background:#fee2e2;color:#b91c1c}.instructionListDueBadge.due-today{background:#ffedd5;color:#9a3412}.instructionListDueBadge.due-soon{background:#fef3c7;color:#92400e}.instructionListDueBadge.due-normal{background:#f1f5f9;color:#475569}.instructionListDueBadge.due-none{background:#f8fafc;color:#94a3b8}.instructionListDueBadge.due-done{background:#dcfce7;color:#166534}.instructionListGroupCountPill{font-size:.76rem;font-weight:600;color:#4f46e5;background:#e0e7ff;padding:3px 8px;border-radius:999px;white-space:nowrap}.instructionListGroupStats{font-size:.76rem;color:#475569;padding:3px 2px}.instructionListToolbarRight{display:inline-flex;align-items:center;gap:12px;flex-wrap:wrap}.instructionListIncludeDone{display:inline-flex;align-items:center;gap:6px;font-size:.82rem;color:#475569;cursor:pointer;-webkit-user-select:none;user-select:none}.instructionListIncludeDone input{accent-color:#1d4ed8;width:14px;height:14px}.instructionListCompletedToggle{margin-top:8px;width:100%;min-height:44px;display:flex;align-items:center;justify-content:center;gap:8px;padding:10px 14px;border:1px dashed #e2e8f0;border-radius:10px;background:#f8fafc;color:#475569;font-size:.86rem;font-family:inherit;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.instructionListCompletedToggle:hover,.instructionListCompletedToggle:focus-visible{background:#eff6ff;border-color:#94a3b8;color:#1d4ed8;outline:none}.instructionListCompletedToggle[aria-expanded=true]{border-style:solid;background:#eff6ff;color:#1d4ed8}.instructionListCompletedList{margin-top:8px;animation:instructionListCompletedReveal .18s ease-out}@keyframes instructionListCompletedReveal{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.instructionListItemFlow{display:flex;align-items:center;gap:6px;font-size:.82rem;color:#475569;flex-wrap:wrap}.instructionListFlowCreator{font-weight:600;color:#0f172a}.instructionListFlowArrow{color:#94a3b8}.instructionListFlowAssignee{color:#1d4ed8;font-weight:500}.instructionListItemPreview{margin:0;font-size:.86rem;color:#334155;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media(max-width:640px){.instructionListBoardCard{padding:12px}.instructionListBoardToolbar{flex-direction:column;align-items:stretch}.instructionListSortLabel{justify-content:flex-end}.instructionListBoardList>li>button{padding:10px 12px}.instructionListItemTitle{font-size:.94rem}}.reportManagementHrWrap{display:block}.reportManagementHrWrap>.sideSection{border:none;padding:0;background:transparent}@media(max-width:768px){.reportManagementOverlay{padding:0}.reportManagementDialog{width:100%;height:100vh;max-width:100%;max-height:100vh;border-radius:0}.reportManagementHead{padding:12px 14px}.reportManagementTabs{padding:8px 10px 0}.reportManagementTabs button{flex:1;padding:10px 6px;font-size:.82rem}.reportManagementBody{padding:12px 12px 20px}}.multiEmployeePicker{position:relative;display:flex;flex-direction:column;gap:6px}.multiEmployeePickerChips{display:flex;flex-wrap:wrap;gap:6px;align-items:center;padding:4px 0}.multiEmployeePickerChip{display:inline-flex;align-items:center;gap:4px;background:#e0f2fe;color:#0c4a6e;border:1px solid #bae6fd;border-radius:999px;padding:3px 4px 3px 10px;font-size:.8rem;font-weight:600}.multiEmployeePickerChipRemove{border:none;background:#0c4a6e1a;color:#0c4a6e;width:20px;height:20px;border-radius:50%;font-size:.9rem;line-height:1;cursor:pointer}.multiEmployeePickerChipRemove:hover:not(:disabled){background:#0c4a6e38}.multiEmployeePickerClearAll{border:none;background:transparent;color:#64748b;font-size:.75rem;text-decoration:underline;cursor:pointer;padding:3px 6px}.multiEmployeePickerInputWrap{position:relative}.multiEmployeePickerInputWrap input{width:100%;padding:8px 30px 8px 12px;border:1px solid #cbd5e1;border-radius:8px;font-size:.88rem}.multiEmployeePickerCaret{position:absolute;right:10px;top:50%;transform:translateY(-50%);color:#64748b;pointer-events:none}.multiEmployeePickerDropdown{position:absolute;top:100%;left:0;right:0;z-index:40;margin-top:4px;max-height:260px;overflow-y:auto;background:#fff;border:1px solid #cbd5e1;border-radius:10px;box-shadow:0 12px 24px #0f172a1f;list-style:none;padding:4px}.multiEmployeePickerItem{display:flex;gap:8px;align-items:center;padding:8px 10px;border-radius:6px;cursor:pointer;min-height:44px}.multiEmployeePickerItem:hover,.multiEmployeePickerItem.checked{background:#f1f5f9}.multiEmployeePickerItem.checked{background:#dbeafe}.multiEmployeePickerCheckbox{font-size:1.1rem;color:#1d4ed8;width:20px;text-align:center}.multiEmployeePickerItemBody{display:flex;flex-direction:column;min-width:0}.multiEmployeePickerItemBody strong{font-size:.9rem;color:#0f172a}.multiEmployeePickerItemBody small{color:#64748b;font-size:.76rem}.multiEmployeePickerEmpty{padding:12px;color:#64748b;font-size:.82rem;text-align:center}.multiEmployeePickerHint{color:#64748b;font-size:.72rem}:root{font-family:Pretendard,Noto Sans KR,Segoe UI,sans-serif;color:#0f172a;background-color:#f1f5f9}*{box-sizing:border-box}body{margin:0}
