.daeun-table{background:var(--color-bg-card);border:1px solid var(--color-border-light);border-radius:var(--radius-lg);padding:var(--space-3)}.daeun-table__header{font-size:var(--text-sm);font-weight:var(--font-weight-semibold);color:var(--color-text-secondary);margin-bottom:var(--space-2)}.daeun-table__grid{grid-template-columns:repeat(var(--daeun-cols,10), minmax(0, 1fr));gap:0;display:grid}.daeun-table__cell{border-radius:var(--radius-md);cursor:pointer;background:0 0;border:none;flex-direction:column;align-items:center;gap:.25em;min-width:0;padding:.4em .2em;font-family:inherit;transition:background .15s,transform 50ms;display:flex}.daeun-table__cell:not(:first-child){border-left:1px solid var(--color-border-light)}.daeun-table__cell:hover{background:var(--color-bg-hover)}.daeun-table__cell:active{transform:translateY(1px)}.daeun-table__cell.is-selected{background:var(--daewoon-selected-bg)}.daeun-table--readonly .daeun-table__cell{cursor:default;pointer-events:none}.daeun-table__age{font-size:var(--text-xs);color:var(--color-text-muted);line-height:1}.daeun-table__year{font-size:var(--text-xs);color:var(--color-text-secondary);font-weight:var(--font-weight-medium);line-height:1.2}.daeun-table__sipsin{font-size:var(--text-xs);color:var(--color-text-muted);line-height:1.2}.daeun-table__char{width:var(--daeun-pill-size);height:var(--daeun-pill-size);border-radius:var(--radius-full);font-family:var(--font-hanja);font-size:var(--daeun-pill-font);font-weight:var(--font-weight-bold);box-shadow:var(--pillar-shadow);flex-shrink:0;justify-content:center;align-items:center;display:flex}.daeun-table__meta{font-size:var(--text-xs);color:var(--color-text-secondary);line-height:1.2}@media (width<=640px){.daeun-table{padding:var(--space-2)}.daeun-table__cell{gap:2px;padding:.3em .1em}}
