.day-header { display: flex; flex-direction: column; gap: 0.5rem; } .day-name { font-size: 1.1em; font-weight: 500; color: #212529; } .rank-info { padding: 0.5rem; background: white; border-radius: 6px; box-shadow: 0 1px 3px rgba(0,0,0,0.1); } .rank-type { font-weight: 500; color: #495057; margin-bottom: 0.3rem; padding-bottom: 0.3rem; border-bottom: 1px solid #e9ecef; } .time-requirements { display: flex; align-items: center; gap: 0.5rem; font-size: 0.8em; color: #6c757d; } .time-hint { display: block; color: #6c757d; font-style: italic; } .time-icon { display: inline-flex; align-items: center; justify-content: center; width: 1.5rem; height: 1.5rem; background: #f8f9fa; border-radius: 50%; font-size: 0.9em; } .spirit-entry { border-left: 3px solid #6c757d; margin: 0.5em 0; padding: 0.5em; font-size: 0.9em; background: rgba(248, 249, 250, 0.5); border-radius: 0 4px 4px 0; transition: all 0.2s ease; &:hover { background: rgba(248, 249, 250, 0.8); transform: translateX(2px); } } .spirit-abilities { font-size: 0.8em; color: #666; } .time-invalid { color: #dc3545; font-style: italic; font-size: 0.8em; padding: 0.3em; background: rgba(220, 53, 69, 0.1); border-radius: 4px; text-align: center; } .date-number { float: right; color: #adb5bd; font-weight: 500; font-size: 0.875rem; } .sun-info { display: flex; justify-content: center; gap: 2rem; padding: 0.75rem; margin-bottom: 1rem; background: linear-gradient(to right, #ffecd2, #fcb69f); border-radius: 8px; box-shadow: 0 2px 4px rgba(0,0,0,0.1); } .sun-time { display: flex; align-items: center; gap: 0.75rem; padding: 0.5rem 1rem; background: rgba(255, 255, 255, 0.9); border-radius: 6px; transition: transform 0.2s ease; &:hover { transform: translateY(-2px); } } .sun-icon { font-size: 1.5rem; } .sun-details { display: flex; flex-direction: column; } .sun-label { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.05em; color: #6c757d; } .sun-details time { font-weight: 500; color: #212529; }