.day-cell-root { width: var(--cell-width); min-width: var(--cell-width); height: 58px; border-right: 1px solid var(--grid-line); display: flex; flex-direction: column; align-items: center; justify-content: center; position: relative; transition: background 0.1s ease; } .day-cell-hoverable:hover { background-color: var(--surface-2); } .day-cell-compact { height: 42px; } .day-cell-weekend { background-color: var(--surface-2) !important; } .day-cell-reading { background-color: var(--focus-bg) !important; } .day-cell-reading-intersection { background-color: var(--focus-strong) !important; } .day-cell-shift-badge { font-size: 9px; font-weight: 800; padding: 2px 4px; border-radius: 3px; width: 90%; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin-bottom: 2px; border: 1px solid var(--grid-line); background-color: var(--surface-2); color: var(--text-strong); } .day-cell-shift-badge-green { border-left: 3px solid #94a3b8; } .day-cell-shift-badge-blue { border-left: 3px solid #7c8796; } .day-cell-shift-badge-indigo { border-left: 3px solid #6b7280; } .day-cell-shift-badge-pink { border-left: 3px solid #9ca3af; } .day-cell-locked-overlay { position: absolute; inset: 0; background: rgba(237, 240, 244, 0.7); display: flex; align-items: center; justify-content: center; z-index: 5; } .day-cell-icon-row { gap: 2px; } .day-cell-shift-tooltip { padding: 10px 12px; max-width: 220px; border: 1px solid var(--border-color); box-shadow: none; background: var(--surface); color: var(--text-strong); } .day-cell-lock-tooltip { background: #0f172a; color: #ffffff; padding: 8px 10px; box-shadow: none; } .day-cell-comment-icon { opacity: 0.6; } .day-cell-note-icon { opacity: 0.65; }