#lunar-calendar { font-family: -apple-system, "Microsoft YaHei", sans-serif; max-width: 320px; margin: 0 auto; user-select: none; }
.lc-header { display: flex; align-items: center; justify-content: space-between; padding: 8px 0; }
.lc-title { font-size: 15px; font-weight: 600; color: #333; }
.lc-prev, .lc-next { background: none; border: none; font-size: 20px; cursor: pointer; color: #666; padding: 0 8px; line-height: 1; }
.lc-prev:hover, .lc-next:hover { color: #000; }
.lc-table { width: 100%; border-collapse: collapse; table-layout: fixed; }
.lc-table th { font-size: 12px; color: #999; padding: 6px 0; font-weight: normal; }
.lc-day { text-align: center; vertical-align: top; padding: 6px 2px; cursor: default; border-radius: 6px; transition: background .2s; }
.lc-day:hover { background: #f5f5f5; }
.lc-solar { display: block; font-size: 14px; color: #333; line-height: 1.4; }
.lc-lunar { display: block; font-size: 10px; color: #999; line-height: 1.4; margin-top: 1px; }
.lc-fest { color: #e74c3c; font-weight: 500; }
.lc-today { background: #e8f4fd; }
.lc-today .lc-solar { color: #1890ff; font-weight: 700; }
.lc-empty { padding: 6px 2px; }