.lunar-month-view{display:grid;grid-template-columns:repeat(7,1fr);gap:8px;padding:16px;background-color:#f9fafb}.day-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:8px;min-height:100px;cursor:pointer;transition:all .2s;position:relative;display:flex;flex-direction:column;justify-content:space-between}.day-card:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;border-color:#3b82f6}.day-card.selected{border-color:#2563eb;background-color:#eff6ff}.day-card .solar-date{font-size:1.25rem;font-weight:700;color:#1f2937}.day-card .lunar-row{display:flex;justify-content:space-between;font-size:.875rem;color:#4b5563;margin-top:4px}.day-card .chi-day{font-size:.75rem;color:#9ca3af}.day-card .info-badges{display:flex;gap:4px;flex-wrap:wrap;margin-top:4px}.badge{font-size:.7rem;padding:2px 6px;border-radius:4px;white-space:nowrap}.badge.truc{background-color:#fef3c7;color:#92400e}.badge.sao{background-color:#f3e8ff;color:#6b21a8}.day-quality-indicator{position:absolute;top:8px;right:8px;width:8px;height:8px;border-radius:50%}.quality-good{background-color:#10b981}.quality-bad{background-color:#ef4444}.quality-avg{background-color:#f59e0b}
