{ width: 100%; border-collapse: collapse; margin: var(--space-2xl) 0; background: var(--color-white); box-shadow: var(--shadow-gentle); border-radius: var(--radius-xl); overflow: hidden; border: 2px solid var(--color-warm-200); } .gametmict-mystical-table th, .gametmict-mystical-table td { padding: var(--space-lg); text-align: left; border-bottom: 1px solid var(--color-warm-200); } .gametmict-mystical-table th { background: var(--gradient-golden); color: var(--color-dark); font-family: var(--font-artistic); font-weight: 600; font-style: italic; position: relative; } .gametmict-mystical-table th::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: url('data:image/svg+xml,'); } .gametmict-mystical-table td { color: var(--color-warm-800); font-size: var(--text-sm); } .gametmict-mystical-table